@charset "UTF-8";

html {
font-size:62.5%;
scroll-behavior: smooth;
}
body {
font-size:1.4rem;
font-family: "Zen Kaku Gothic Antique", sans-serif;
font-size:16px;
color: #fff;
line-height:1.4;
}

a{color: #ddda17;}

*, *::before, *::after {
box-sizing:border-box;
}

.cf::after {
content:'';
display:block;
clear:both;
}

img{
width: 100%;
height: auto;
vertical-align: bottom;
}

.pcnone{display: none;}

.pd_60{padding: 60px 0;}
.pd_100{padding: 100px 0;}
.pd_b60{padding-bottom: 60px;}

.mgr_70{margin-right: 70px;}
.mgl_70{margin-left: 70px;}

.mgb_30{margin-bottom: 30px;}
.mgb_50{margin-bottom: 50px;}

.mgr_70{margin-right: 70px;}
.mgl_70{margin-left: 70px;}


.bg_white{background: #fff;}

.text_center{text-align: center;}

.f-small{font-size: 70%;}

.logo{
width: 700px;
float: left;
padding: 20px;
position: relative;
}

header{
position: fixed;
top: 0;
z-index: 100;
}

h1{
  font-weight: 500;
  padding: 10px;
}

br.h1text{
  display: none;
}

section.top{
width: 100%;
clear:both;
position: relative;
background:url(images/bg.jpg)no-repeat;
background-position: center;
background-size: cover;
}

main{
width: 96%;
margin: 0 auto;
clear: both;
}

.content{
width: 1000px;
margin: 0 auto;
}

h2{
font-size: 30px;
margin-bottom: 60px;
font-family: "Zen Old Mincho", serif;
}


.gaiyo{
width: 55%;
color: #fff;
clear: both;
padding: 50px;
}


.content-section{
width: 100%;
padding: 60px 0;
}



.sch-box{
display: grid;
grid-template-columns: 1fr 1fr;
}


.first,.sec{
margin-bottom: 30px;
}


section.gray{
background: #282a30;  
}



.day{
font-size: 30px;
letter-spacing: 2px;
font-weight: 700;
}

.place{
font-size: 30px;
letter-spacing: 2px;
font-weight: 700;
line-height: 1.5;
margin-bottom: 30px;
}

span.map a{
  display: inline-block;
  font-size: 16px;
  padding: 7px 15px;
  background: #347ad3;
  color: #fff;
  margin-bottom: 30px;
}


h3{
font-size: 26px;
margin-bottom: 10px;
font-family: "Zen Old Mincho", serif;
}

.schedule li{
line-height: 2;
}

.talkshow-box 
{
display: flex;
justify-content: center;
gap: 40px;
margin-top: 20px;
}


.talkshow-box li{
width: 400px;
}

.t-name{
font-size: 14px;
padding: 10px;
background: #39607e;
text-align: center;
border-radius: 0 0 5px 5px;
}

.shoplist{
display: flex;
flex-wrap: wrap;
gap: 20px;
padding: 20px;
}

.shoplist li{
line-height: 1.6;
}


section.last{
width: 100%;
clear:both;
position: relative;
background:url(images/secbg.jpg)no-repeat;
background-position: center;
background-size: cover;
}


section.foot{
background: #072B22;
}








p{
line-height: 2;
}

.info dt{
margin-bottom: 10px;
}
.info dd{
margin-bottom: 30px;
}



footer{
width: 100%;
float: left;
background: #39607E;
padding: 20px;
color: #fff;
}

.copy{
text-align: center;
font-size: 14px;
}