@charset "utf-8";
.clearfix:after{
  content: "";
  clear: both;
  display: block
}
img{
  height: auto;
  max-width: 100% !important;
}
a{
  transition: 0.3s;
  color: currentColor;
}
a img{
  transition: 0.3s;
}
a:hover img{
  opacity: 0.7;
}
a:hover{
  text-decoration: none;
}
p{
  word-break: break-all;
}
html,body{
  height: 100%;
  font-family: "Noto Serif JP", serif;
}

body{
  padding-top: 150px;
}

/*header*/
header{
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  padding: 15px 0 30px;
  z-index: 10000;
  height: 150px;
  overflow: hidden;
}
.logo{
  text-align: center;
}
.spmenu{
  display: none;
}
.headertel{
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1400px;
  margin: 5px auto 0;
}
.hdinfo{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hdinfo .telttl{
  font-size: 21px;
  width: 100%;
}
.hdtel{
  background: url("../img/ico_tel.svg") no-repeat left center;
  background-size: 20px;
  font-family: "EB Garamond", serif;
  font-size: 24px;
  margin: 0 20px 0 0;
  padding-left: 28px;
  padding-bottom: 3px;
}
.hdtel span{
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
}
.fctel{
  background: url("../img/ico_tel.svg") no-repeat left center;
  background-size: 40px;
  font-family: "EB Garamond", serif;
  font-size: 40px;
  margin: 0 20px 0 0;
  padding-left: 48px;
  padding-bottom: 3px;
}
.fctel span{
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
}
.headerbtns{
  position: absolute;
  top: 0;
  right: 0;
}
nav{
  max-width: 1400px;
  margin: -45px auto 0;
}
nav ul{
  display: flex;
}
nav li{
  border-right: 1px solid #666;
  width: 14.3%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
nav li a{
  display: block;
  text-decoration: none;
  padding: 5px;
  letter-spacing: -1.5px;
}
nav li a:hover,nav li.current a{
  color: #042261;
  font-weight: bold;
  text-decoration: none;
}
nav li:first-child,nav li:nth-child(4){
  border-left: 1px solid #666;
}
nav li:nth-child(3){
  margin-right: 190px;
}

/* footer */
footer{
}
footer .footersitemap{
  background: url("../img/footer_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 50px 0 30px;
}
.sitemaplink{
  display: flex;
  justify-content: space-between;
}
.sitemaplink ul{
  width: 24%;
}
.sitemaplink ul li{
  margin-bottom: 20px;
}
.sitemaplink ul li a{
  color: #FFF;
  display: block;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
}
.sitemaplink ul li a:hover{
  text-decoration: underline;
}
.sitemaplink ul li a::before{
  background: #FFF;
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  position:absolute;
  left: 0;
  top: 50%;
}
.sitelinklist{
  text-align: center;
  padding: 50px 10px;
}
.sitelink{
  display: inline-block;
  text-align: center;
  margin: 0 25px;
  max-width: 30%;
}
.sitelink p{
  font-size: 14px;
  margin-top: 10px;
}
.copy{
  background: #000;
  color: #FFF;
  font-size: 12px;
  padding: 5px;
  text-align: center;
}

/*footercta*/
.footercta{
  display: none;
  width: 100%;
  background: #F7F7F7;
  padding: 15px 40px;
}

.fcwap{
  display: flex;
  justify-content: space-between;
}
.fcbtns a,.headerbtns a{
  color: #FFF;
  text-decoration: none;
  display: inline-flex;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  width: 280px;
  margin: 0 10px;
}
.headerbtns a{
  font-size: 16px;
  width: 200px;
  margin: 0;
}
.fcbtns a:hover,.headerbtns a:hover{
  opacity: 0.8;
}
.fcbtns a span,.headerbtns a span{
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding-left: 45px;
}
.headerbtns a span{
  padding-left: 35px;
}
.fcbtns a.fcbtn_event,.headerbtns a.header_event{
  background: linear-gradient(170deg, #A33333 0%, #A33333 50%, #8C0000 50%, #8C0000 100%);
}
.fcbtns a.fcbtn_event span,.headerbtns a.header_event span{
  background: url("../img/ico_event.svg") no-repeat left center;
  background-size: 30px 30px;
}
.fcbtns a.fcbtn_contact,.headerbtns a.header_contact{
  background: linear-gradient(170deg, #364F81 0%, #364F81 50%, #042362 50%, #042362 100%);
}
.fcbtns a.fcbtn_contact span,.headerbtns a.header_contact span{
  background: url("../img/ico_mail.svg") no-repeat left center;
  background-size: 30px 30px;
}

/* page */
main.pagemain{
  background: url("../img/pagettl_bg.png") no-repeat center center;
  background-size: cover;
  padding: 40px;
  text-align: center;
}
main.pagemain h1{
  color: #FFF;
  font-size: 32px;
}

/* parts */
.inner{
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.mt20{
  margin-top: 20px !important;
}
.center{
  text-align: center;
}
.contentswap{
  padding: 80px 0;
}
.bgcg{
  background: #F7F7F7;
}
.note{
  font-size: 14px;
}
.tal{
  text-align: left !important;
}
.tar{
  text-align: right !important;
}
.centerttl{
  font-size: 46px;
  text-align: center;
  margin-bottom: 80px;
}
.centerttl span{
  font-size: 21px;
  display: block;
  font-family: "EB Garamond", serif;
  letter-spacing: 0px;
}
.colorttl{
  color: #9D8633;
  font-size: 24px;
  margin-bottom: 50px;
  text-align: center;
}
.colorttl span{
  color: #B20000;
  display: block;
  font-size: 18px;
}
.subttl{
  color: #000;
  font-size: 20px;
  margin-top: 20px;
}
.pagecontents{
  padding: 50px 0 80px;
}
.centerlink{
  text-align: center;
}
.arwlink_red,.arwlink_blue{
  display: inline-block;
  min-width: 280px;
  text-align: center;
  text-decoration: none;
  padding: 4px;
  margin: 0 10px;
}
.arwlink_red:hover,.arwlink_blue:hover{
  opacity: 0.8;
}
.arwlink_red{
  background: linear-gradient(100deg, #510000, #8C0000);
}
.arwlink_blue{
  background: linear-gradient(100deg, #091B2F, #0F3155);
}
.arwlink_red div,.arwlink_blue div{
  border: 1px solid #FFF;
  color: #FFF;
  position: relative;
  padding: 0 15px;
}
.arwlink_red div span,.arwlink_blue div span{
  background: url("../img/linkarw.png") no-repeat left center;
  background-size: 9px 16px;
  display: inline-block;
  padding: 14px 14px 14px 25px;
}
.readmore span{
  background: url("../img/linkarw_b.png") no-repeat left center;
  background-size: 9px 16px;
  display: inline-block;
  padding-left: 15px;
}
.entrylist .entrybox{
  border-bottom: 1px dotted #555;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.entrylist .entrybox a{
  text-decoration: none;
}
.entrylist .entrybox .date{
  margin: 10px 0;
}
.entrylist .entrybox h3 {
  font-size: 18px;
}
.entrylist .entrybox p{
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.halflist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.halflist .entrybox{
  width: 48%;
  max-width: 480px;
}
.threelist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.threelist::after{
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
.threelist .entrybox{
  width: 32%;
  max-width: 320px;
}
.pager{
  margin-top: 30px;
  text-align: center;
}
.pager span,.pager a:hover{
  background: #9D8733;
  border: 1px solid #9D8733;
  color: #FFF;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 0 3px;
}
.pager a{
  background: #FFF;
  border: 1px solid #9D8733;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 0 3px;
}
.detail_head{
  background: #F7F7F0;
  padding: 30px;
  margin-bottom: 50px;
}
.detail_bottom{
  background: #F7F7F0;
  padding: 30px;
  margin-top: 50px;
}
dl.detailinfo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  line-height: 180%;
}
dl.detailinfo dt {
  width: 18%;
  max-width: 150px;
  padding: 0;
  margin-bottom: 20px;
}
dl.detailinfo dt span{
  background: #042362;
  display: block;
  text-align: center;
  color: #FFF;
  padding: 5px;
}
dl.detailinfo dd a.gmapbtn{
  color: #FFF;
}
dl.detailinfo dd {
  width: 80%;
  padding: 5px 0 0;
  margin-left: 2%;
  margin-bottom: 20px;
}
dl.detailinfo dd a{
  color: #0D3153;
  text-decoration: none;
  word-break: break-all;
}
dl.detailinfo dd a:hover{
  text-decoration: underline;
}
dl.detailinfo dd .entrybtnwap a{
  background: linear-gradient(345deg, #8C0000 , #A33333 );
  color: #FFF;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding: 6px 20px;
  min-width: 150px;
  margin-top: 5px;
}
.entry_mainimg_conteinar .entrybtnwap a{
  background: linear-gradient(345deg, #8C0000 , #A33333 );
  color: #FFF;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  padding: 6px 20px;
  min-width: 150px;
  margin-top: 5px;
  text-decoration: none;
  line-height: 180%;
}
.entry_mainimg_conteinar{
  text-align: center;
}
.gmapbtn{
  color: #FFF;
  background: linear-gradient(345deg, #091B2F, #0F3155);
  border-radius: 8px;
  display: inline-block;
  font-size: 13px;
  line-height: 120%;
  padding: 4px 10px;
  margin-left: 10px;
  text-decoration: none;
}
.gmapbtn:hover{
  opacity: 0.8;
}
.eventclose span{
  color: #B20000;
}
.gbtn{
  margin-top: 50px;
  text-align: center;
}
.gbtn a{
  color: #FFF;
  background: linear-gradient(345deg, #091B2F, #0F3155);
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  min-width: 180px;
  text-decoration: none;
  padding: 10px;
}
.gbtn a:hover{
  opacity: 0.8;
}
.gbtn a span{
  background: url("../img/linkarw_left.png") no-repeat left center;
  background-size:14px 13px; 
  display: inline-block;
  padding-left: 25px;
}
.gbtn_down a{
  color: #FFF;
  background: linear-gradient(345deg, #091B2F, #0F3155);
  border-radius: 30px;
  display: inline-block;
  font-size: 15px;
  min-width: 180px;
  text-decoration: none;
  padding: 10px;
}
.gbtn_down a:hover{
  opacity: 0.8;
}
.gbtn_down a span{
  background: url("../img/linkarw_down.png") no-repeat left center;
  background-size:14px 13px; 
  display: inline-block;
  padding-left: 25px;
}
.entry_mainimg{
  margin-bottom: 30px;
  position: relative;
}
.profile{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.profile.rv{
  flex-direction: row-reverse;
}
.profile .profileimg{
  width: 30%;
  margin-right: 30px;
  position: relative;
  height: -webkit-fill-available;
}
.profile .profileimg img.alignleft{
  margin-bottom: 0;
}
.profile.rv .profileimg{
  margin-right: 0;
  margin-left: 30px;
  position: relative;
  height: -webkit-fill-available;
}
.profile .profileimg img{
  margin-top: 0;
}
.profile .profileimg img.alignright{
  margin-bottom: 0;
}
.profile .profileinfo{
  flex: 1;
}
.profile .cap{
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.7),0px 0px 3px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7);
}
.profile .capl{
  font-size: 12px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.7),0px 0px 3px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7);
}
.imgPhoto{
  position: relative;
  height: -webkit-fill-available;
  width: fit-content;
}
.imgPhoto .cap{
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.7),0px 0px 3px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7);
}

.entryhalf{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entryhalf .entryhalfbox{
  width: 49%;
  max-width: 500px;
}
.bbtitle {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
  border-bottom: 3px solid #CCCCCC;
  margin-bottom: 30px;
}
.bbtitle::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50px;
  height: 3px;
  content: '';
  background: #0F3155;
}
.bbgtitle{
  background: #F7F7F7;
  border-left: 5px solid #0F3155;
  font-size: 18px;
  padding: 5px 5px 5px 15px;
  margin-bottom: 15px;
}

/* bottomcta */
#bottomcta{
  background: #F7F7F0;
  padding: 30px 0;
}
#bottomcta h3{
  text-align: center;
  margin-bottom: 10px;
}
.bottomcta_tel{
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottomcta_contact{
  text-align: center;
}
.bottomcta_contact{}
.bottomcta_contact a.bcbtn_contact {
  font-size: 16px;
  width: 280px;
  margin: 0;
  color: #FFF;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bottomcta_contact a.bcbtn_contact span {
  background: url("../img/ico_mail.svg") no-repeat left center;
  background-size: 30px 30px;
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding-left: 35px;
}
.bottomcta_contact a.bcbtn_contact{
  background: linear-gradient(170deg, #364F81 0%, #364F81 50%, #042362 50%, #042362 100%);
  margin: 10px 0 15px;
}
.bottomcta_contact a.bcbtn_contact:hover{
  opacity: 0.8;
}
.bottomcta_contact p{
  font-size: 14px;
}
/* sns */
.snsbtns{
  margin: 0 auto 50px;
  text-align:center;
}
.fbbtn{
  display: inline-block;
  width: 105px;
  overflow: hidden;
  margin-right: 30px;
  /*　margin-bottom: 8px;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);　*/
}
.xbtn{
  display: inline-block;
}
.eventcontents_detail .eimg{
  position: relative;
}
.entryimg{
  position: relative;
}
.entryimg .img_caption,.eventimg .img_caption,.eventcontents_detail .eimg .img_caption,.entry_mainimg .img_caption{
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.7),0px 0px 3px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7),0px 0px 2px rgba(0,0,0,0.7);
  text-align: right;
}


/* cms */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 30px;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.entryarea img.alignleft,.entryarea img.alignright{
  margin-top: 0;
}
.entryarea{
  line-height: 180%;
}
.entryarea .entrylabel{
  color: #9D8633;
  font-size: 18px;
}
.entryarea h2,.entryarea h3,.entryarea h4{
  margin-top: 30px;
}
.entryarea p:first-child{
  margin-top: 0;
}
.entryarea p,.entryarea img{
  margin-top: 30px;
}
.entryarea h2{
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
  border-bottom: 3px solid #CCCCCC;
}
.entryarea h2:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 50px;
  height: 3px;
  content: '';
  background: #0F3155;
}
.entryarea h3{
  background: #F7F7F7;
  font-size: 18px;
  position: relative;
  padding: 10px;
  border-left: 3px solid #0F3155;
}
.entryarea h4{
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 5px 10px 8px;
  line-height: 100%;
  border-left: 3px solid #9D8733;
}
.entryarea a{
  color: #0F3155;
  text-decoration: none;
}
.entryarea a:hover{
  text-decoration: underline;
}
.entryarea ul{
  margin-top: 30px;
}
.entryarea ul li{
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.entryarea ul li::before{
  color: #042160;
  content: "●";
  position: absolute;
  left: 0;
}
.entryarea table{
  margin-top: 30px;
}
.entryarea table th,.entryarea table td{
  vertical-align: top;
}
.entryarea table .alignleft{
  margin:0;
  padding-right: 20px;
}
.entryarea table .alignright{
  margin:0;
  padding-left: 20px;
}
.entryarea strong{
  font-weight: bold;
}
.entryarea em {
font-style: italic;
}
@media screen and (max-width: 1501px){
  .fcbtns{
    width: 300px;
  }
  .fcbtns a{
    margin: 5px;
  }
}
@media screen and (max-width: 1401px){
  .headertel{
    padding-left: 10px;
  }
  nav li:nth-child(3) {
    margin-right: 190px;
  }
  nav li{
    width: 15%;
  }
  nav li a{
    font-size: 14px;
    text-align: center;
    padding: 5px 10px;
  }
  .inner{
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1241px){
  nav li:nth-child(3) {
    margin-right: 140px;
  }
  nav li{
    width: 18%;
  }
}
@media screen and (max-width: 1201px){
  .fcinfo {
    flex-wrap: wrap;
  }
  .fcinfo p:first-child{
    width: 100%;
  }
  .fctel{
    margin-left: -5px;
  }
}
@media screen and (max-width: 1001px){
  .headertel{
    font-size: 11px;
  }
  .hdinfo .telttl{
    font-size: 18px;
  }
  .hdtel,.fctel{
    background: url("../img/ico_tel.svg") no-repeat left center;
    background-size: 16px;
    font-family: "EB Garamond", serif;
    font-size: 20px;
    margin: 0 15px 0 0;
    padding-left: 24px;
  }
  .hdtel span,.fctel span{
    font-size: 20px;
  }
  .headerbtns a {
    font-size: 13px;
    width: 165px;
    margin: 0;
  }
  .sitemaplink ul li a {
    font-size: 13px;
    padding-left: 20px;
  }
  .sitemaplink ul li a::before {
    width: 15px;
  }
}
@media screen and (min-width: 768px){
  .sp{
    display: none !important;
  }
}
@media screen and (max-width: 767px){
  .pc{
    display: none !important;
  }
  
  body{
    padding-top: 88px;
  }
  .inner{
    width: 94%;
    margin: 0 auto;
  }
  /* header */
  header{
    background: #FFF;
    padding: 10px 0 0;
    height: 88px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    overflow: unset;
  }
  .logo{
    width: 50px;
    margin: 0 auto 10px;
  }
  .spmenu{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
  }
  nav{
    background: #F7F7F7;
    margin: 0;
    display: none;
  }
  nav ul {
    display: block;
  }
  nav li{
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #666;
    border-left: none;
    border-right: none;
  }
  nav li:first-child, nav li:nth-child(4) {
    border-left: none;
  }
  nav li a{
    width: 100%;
    padding: 5px 10px;
    text-align: left;
  }
    
  /* page */
  main.pagemain{
    background: url("../img/pagettl_bg.png") no-repeat center center;
    background-size: cover;
    padding: 20px;
    text-align: center;
  }
  main.pagemain h1{
    color: #FFF;
    font-size: 22px;
  }
  
  /* parts */
  .contentswap{
    padding: 40px 0;
  }
  .centerttl {
    font-size: 23px;
    text-align: center;
    margin-bottom: 40px;
  }
  .centerttl span {
    font-size: 11px;
  }
  .arwlink_red, .arwlink_blue{
    width: 100%;
    margin: 7px 0;
  }
  .arwlink_red div span, .arwlink_blue div span{
    padding: 10px 10px 10px 25px;
  }
  .colorttl{
    font-size: 20px;
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  
  /* footer */
  footer{
    padding-bottom: 50px;
  }
  footer .footersitemap {
    padding: 0;
  }
  .footersitemap .inner{
    width: 100%;
  }
  .sitemaplink ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sitemaplink ul li:first-child{
    width: 100%;
  }
  .sitemaplink ul li:first-child a{
    text-align: center;
  }
  .sitemaplink ul li{
    width: 50%;
    margin: 0;
    border-top: 1px solid #FFF;
  }
  .sitemaplink ul li:nth-child(even){
    border-right: 1px solid #FFF;
  }
  .sitemaplink ul li a{
    font-size: 11px;
    padding: 10px 15px;
  }
  .sitemaplink ul li a::before {
    display: none;
  }
  .sitelinklist {
    text-align: center;
    padding: 25px 10px;
  }
  .sitelink:first-child{
    max-width: 100%;
  }
  .sitelink:nth-child(1) img,.sitelink:nth-child(3) img{
    width: 100px;
  }
  .sitelink:nth-child(2) img{
    width: 110px;
  }
  .sitelink {
    display: inline-block;
    text-align: center;
    margin: 0 1% 10px;
    max-width: 100%;
  }
  .sitelink p {
    font-size: 9px;
  }
  .footercta {
    display: block;
    background: #F7F7F7;
    padding: 0;
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
  }
  .fcinfo{
    display: none;
  }
  .fcwap {
    display: block;
  }
  .fcbtns{
    display: flex;
    width: 100%;
  }
  .fcbtns a{
    display: block;
    width: 33.33%;
    margin: 0;
    padding: 6px;
  }
  .fcbtns a span {
    display: flex;
    font-size: 10px;
    height: 40px;
    padding-left: 0;
    padding-top: 18px;
  }
  .fcbtns a.fcbtn_tel{
    background: #F7F7F7;
    color: #000;
  }
  .fcbtns a.fcbtn_tel span{
    background: url("../img/ico_tel.svg") no-repeat top center;
    background-size: 18px 18px;
  }
  .fcbtns a.fcbtn_event{
    background: linear-gradient(170deg, #A33333 0%, #A33333 50%, #8C0000 50%, #8C0000 100%);
  }
  .fcbtns a.fcbtn_event span{
    background: url("../img/ico_event.svg") no-repeat top center;
    background-size: 18px 18px;
  }
  .fcbtns a.fcbtn_contact{
    background: linear-gradient(170deg, #364F81 0%, #364F81 50%, #042362 50%, #042362 100%);
  }
  .fcbtns a.fcbtn_contact span{
    background: url("../img/ico_mail.svg") no-repeat top center;
    background-size: 18px 18px;
  }
  /* parts */
  .eventcat{
    width: 100%;
    margin-bottom: 5px;
  }
  .eventcat span{
    font-size: 11px;
    min-width: 60px;
  }
  dl.detailinfo {
    display: block;
  }
  dl.detailinfo dt {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
    margin-bottom:0px;
  }
  dl.detailinfo dd {
    width: 100%;
    padding: 10px 0;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .profile{
    display: block;
  }
  .profile.rv{
    flex-direction: row-reverse;
  }
  .profile .profileimg{
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .profile.rv .profileimg{
    margin-right: 0;
    margin-left: 0px;
  }
  .entryhalf .entryhalfbox{
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .threelist{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .threelist::after{
    content: "";
    display: block;
    width: 48%;
    height: 0;
  }
  .threelist .entrybox{
    width: 48%;
    max-width: 100%;
  }
  .entryimg .img_caption, .eventimg .img_caption, .eventcontents_detail .eimg .img_caption, .entry_mainimg .img_caption{
    font-size: 10px;
  }
  
  /* bottomcta */
  .bottomcta_tel {
    display: block;
    text-align: center;
  }
  .fctel {
    display: inline-block;
  }
  /* topsns */
  #sns{
    font-size: 11px;
  }
  
  /* cms */
  .alignright,.alignleft {
    float:none;
    display: block;
    margin:0 auto 0;
  }
  .entryarea table{
    margin-top: 20px;
  }
  .entryarea table th,.entryarea table td{
    display: block;
    width: 100%;
    vertical-align: top;
    height: auto;
  }
  .entryarea table .alignleft,.entryarea table .alignright{
    display: block;
    margin:0 auto 0;
    padding: 10px 0;
  }
}
