/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
html {
    scroll-behavior: smooth;
}

::selection {
  background:#FCF16E;
  color:#5B3568;
}

::-moz-selection {
  background:#FCF16E;
  color:#5B3568;
}

body {
  opacity: 0;
  transition: opacity 0.3s ease;
}

html.fonts-loaded body {
  opacity: 1;
}

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
}

ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  display: block;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


.br_sp{
  display: none;
}

a.text_hover{
  transition: opacity 0.2s ease;
}
a:hover.text_hover{
  opacity: 0.5;
}


/* ローダー全体 */
.loader {
  position: fixed;
  inset: 0;
  background: #E7E5DA;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.8s ease;
}

.loader.fade-out {
  opacity: 0;
  pointer-events: none;
}

.logo svg {
  width: 150px;
  height: auto;
}

svg .base use {
  fill: #E7E5DA;
}
svg .fill use {
  fill: #30493d;
}
svg {
  display: block;
}

#maskRect {
  transform: translateY(100%);
  transition: transform 1.2s ease;
  transform-origin: bottom;
}

/*■■■■■■■■　Font　■■■■■■■■*/

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6,input,select,textarea{
  font-family: "zen-old-mincho", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 14px;
  line-height:24px;
  font-weight: 400;
  letter-spacing: 0em;
  color: #000000;
  font-feature-settings: "palt";
  vertical-align: top;
}

.en{
  font-family: "classico-urw", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.reg{
  font-weight: 400;
}
.med{
  font-weight: 500;
}
.bold{
  font-weight: 700;
}

/*■■■■■■■■　Font　■■■■■■■■*/

.header_sub{
  width: 100%;
  padding: 16px 0;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  /*transform: translateY(-100px);*/
  z-index: 999;
}
.header_sub.active{
  transform: translateY(0);
}
.raw{
  padding-top: 80px;
}
.raw .header_sub{
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0);
  z-index: 100;
}

.raw .header_sub.fixed{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateY(0);
}

.header_sub .wrap{
  width: 90%;
  margin: 0 auto;
}

header{
  width: 100%;
  position: absolute;
  top:0;
  left: 0;
  z-index:500;
}

header .wrap{
  width: 90%;
  margin: 0 auto;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}

header .wrap h1{
  width:180px;
  padding-top: 5px;
}
header .wrap nav{
  display: none;
  width:870px;
}
header .wrap .nav_btnbox_area{
  width: 245px;
  height:30px;
  display: flex;
  flex-wrap: wrap;
  padding-left:20px;
  margin: 25px 0;
}


header .wrap nav ul.nav_menu,
header .wrap .nav_btnbox_area ul{
  display: flex;
  flex-wrap: wrap;
}

header .wrap ul.nav_menu li:first-child{
  margin-right:18px;
}
header .wrap ul.nav_menu li:last-child{
  margin-right:25px;
}
header .wrap ul.nav_menu li{
  margin-right:40px;
}
header .wrap ul.nav_menu li a{
  height:24px;
  padding:28px 0;
  display: block;
}
header .wrap ul.nav_menu li a.arrow{
  background: url(../images/nav_arrow_off.svg) no-repeat bottom 20px center; 
  background-size: 8px;
}

header .wrap ul.nav_menu li a .mask{
  width: auto;
  height:24px;
  overflow: hidden;
}
header .wrap ul.nav_menu li a .normal{
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #30493D;
}
header .wrap ul.nav_menu li a .hover{
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  transform: translateY(-48px);
  opacity: 0;
  color: #30493D;
}
header .wrap ul.nav_menu li a:hover .normal{
  transform: translateY(24px);
  opacity: 0;
}
header .wrap ul.nav_menu li a:hover .hover{
  transform: translateY(-24px);
  opacity: 1;
}

header .wrap .nav_btnbox_area ul li a{
  width: 115px;
  height:30px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
header .wrap .nav_btnbox_area ul li:first-child{
  margin-right: 10px;
}
header .wrap .nav_btnbox_area ul li:first-child a .normal,
header .wrap .nav_btnbox_area ul li:first-child a:hover .hover{
  background: #30493D;
  color: #FFF;
}

header .wrap .nav_btnbox_area ul li a .normal{
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  border: 2px solid #30493D;
  box-sizing: border-box;
  color: #30493D;
  position: absolute;
  top: 0;
  left:0;
  transition: all 0.3s ease;
}
header .wrap .nav_btnbox_area ul li a .hover{
  width: 100%;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  transition: all 0.3s ease;
  opacity: 0;
  color: #30493D;
  background: #FFF;
  border: 2px solid #30493D;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left:0;
  z-index: 50;
}
header .wrap .nav_btnbox_area ul li:first-child a:hover .hover{
  background: #276b34;
  color: #FFF;
  border: 2px solid #276b34;
}
header .wrap .nav_btnbox_area ul li a:hover .hover{
  color: #276b34;
  border: 2px solid #276b34;
  opacity: 1;
}

.under_menu {
  width: 100%;
  opacity: 0;
  visibility: hidden; /* ←追加 */
  transition: all ease 0.4s;
  background: #30493D;
  z-index:0;
  position: absolute;
  left: 0;
  top:80px;
  pointer-events: none; /* hoverを無効に */
}
.under_menu.active {
  opacity: 1;
  display: block;
  z-index:1;
  visibility: visible; /* ←追加 */
  pointer-events: auto; /* hover有効に */
}
.under_menu ul{
  display: flex;
  justify-content: center;
}
.under_menu ul li{
  margin-right: 50px;
}
.under_menu ul li:last-child{
  margin-right:0;
}
.under_menu ul li a{
  text-align: center;
  color: #FFF;
  padding: 9px 0;
}

.under_menu ul li a .mask{
  width: auto;
  height:24px;
  overflow: hidden;
}
.under_menu ul li a .normal{
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #FFF;
}
.under_menu ul li a .hover{
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  transform: translateY(-48px);
  opacity: 0;
  color: #FFF;
}
.under_menu ul li a:hover .normal{
  transform: translateY(24px);
  opacity: 0;
}
.under_menu ul li a:hover .hover{
  transform: translateY(-24px);
  opacity: 1;
}


#nav_flag{
  position: absolute;
  top:17px;
  right:20px;
}

#nav_flag .inner{
  width:30px;
  height: 40px;
}


#nav_flag .inner .bar{
  width: 100%;
  height:2px;
  background:#30493D;
  position: absolute;
  left: 0;
}

#nav_flag .inner .ps01{
  top: 10px;
}
#nav_flag .inner .ps02{
  top: 20px;
}
#nav_flag .inner .ps03{
  top: 30px;
}


.sp_nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;   /* 非表示時はクリック無効 */
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.sp_nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;   /* 表示時はクリック有効 */
}


.sp_nav{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background:#FFF;
  z-index: 9999;
}
.sp_nav h1{
  width:180px;
  position: absolute;
  top:21px;
  left:20px;
}
.sp_nav nav{
  width: 100%;
  position: absolute;
  top:16%;
  left:0;
}
.sp_nav ul li{
  margin-bottom: 13px;
}
.sp_nav ul li a{
  text-align: center;
  display: block;
}

.sp_nav ul li a .normal{
  font-size:20px;
  color: #30493D;
}
.sp_nav ul li a .hover{
  font-size:14px;
  color: #30493D;
}
.nav_btnbox_area{
  position: fixed;
  bottom: 0;
  left: 0;
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nav_btnbox_area{
  padding-top:20px;
}
.nav_btnbox_area ul{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav_btnbox_area ul li{
  width:50%;
  background: #30493D;
  padding:15px 0;
  box-sizing: border-box;
  margin-bottom: 0;
}
.nav_btnbox_area ul li:nth-child(2n){
  border-left:1px solid #FFF;
}
.nav_btnbox_area ul li:nth-child(1),
.nav_btnbox_area ul li:nth-child(2){
  border-bottom:1px solid #FFF;
}

.sp_nav .nav_btnbox_area ul li a .normal{
  font-size:16px;
  color: #FFF;
}
.sp_nav .nav_btnbox_area ul li a .hover{
  font-size:12px;
  color: #FFF;
}

.close{
  width: 40px;
  height: 40px;
  position: absolute;
  top:20px;
  right:15px;
}
.close .bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width:100%;
  height:1px;
  background: #30493D;
  transform-origin: center;
}
.close .ps01 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close .ps02 {
  transform: translate(-50%, -50%) rotate(-45deg);
}


#online_btn{
  display: none;
}


.sp_reserved_btn{
  width:85%;
  position: fixed;
  left:7.5%;
  bottom:-100px;
  opacity:0;
  transition: all ease 0.8s ;
  z-index:5555;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sp_reserved_btn.active{
  bottom:20px;
  opacity:1;
}
.sp_reserved_btn a{
  width:47.5%;
  background: #30493d;
  font-size: 16px;
  border-radius:30px;
  border: 1px solid #23392f;
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  display: block;
}
.sp_reserved_btn a:first-child{
  margin-right:5%;
}

 
.mv header .wrap{
  display: none;
}


#top .mv{
  width: 100%;
  height:100vh;
  position: relative;
  overflow: hidden;
}
#top .mv .mv_bg{
  position: fixed;
  width: 100%;
  height:100vh;
  background: #30493D;
  z-index:-1;
  top:0;
  left: 0;
} 
#top .mv .mv_bg video{
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}



#top .mv h2{
  position: absolute;
  bottom:30px;
  left:30px;
  z-index:10;
}
#top .mv h2 span{
  font-size:50px;
  line-height: 1.2;
  color: #FFF;
  display: block;
}

#top .infomation_bar{
  background: #E7E5DA;
}
#top .infomation_bar .wrap{
  width:90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding:20px 0 15px;
  border-bottom: 1px solid #B9B9B9;
}
#top .infomation_bar .wrap h3{
  font-size: 18px;
  line-height:18px;
  color: #5D5D5D;
  margin-bottom: 10px;
}
#top .infomation_bar .wrap ul{
  width: 100%;
}
#top .infomation_bar .wrap ul li a dl{
  display: flex;
  flex-wrap: wrap;
}
#top .infomation_bar .wrap ul li a dl dt{
  font-size: 14px;
  line-height:26px;
  width:80px;
  color: #5D5D5D;
}
#top .infomation_bar .wrap ul li a dl dd{
  font-size: 14px;
  line-height:26px;
  width:calc(100% - 80px);
  color: #5D5D5D;
}
#top .infomation_bar .tenki{
  position: absolute;
  top: 15px;
  right: 0;
}

#top .infomation_bar .tenki a{
  background: url(../images/tenki_icon.svg) no-repeat left center;
  background-size: 20px;
  padding-left:30px;
  font-size: 14px;
  color: #2b3e30;
}

#top .sec01{
  background: #E7E5DA;
  padding:40px 0 30px;
}
#top .sec01 .wrap{
  width:90%;
  margin: 0 auto;
  position: relative;
}
#top .sec01 .title{
  width:100%;
  padding-top:50px;
  margin-bottom:40px;
}
#top .sec01 .title h4{
  width:90px;
  margin-bottom:30px;
}
#top .sec01 .title h3 span{
  display: block;
}
#top .sec01 .title h3 span.title_switch01{
  width:220px !important;
  margin-bottom: 20px;
}
#top .sec01 .title h3 span.title_switch02{
  width:163px !important;
  margin-bottom:20px;
}
#top .sec01 .title h3 span.title_switch03{
  width:202px !important;
}

#top .sec01 .wrap .img01{
  width:100%;
}
#top .sec01 .wrap .bodycopy{
  position: relative;
  display: flex;
  flex-wrap: wrap !important;
}
#top .sec01 .wrap .bodycopy p{
  font-size:14px;
  line-height:28px;
  padding-bottom:30px;
  width: 100%;
}
#top .sec01 .wrap .bodycopy p br{

}
#top .sec01 .wrap .bodycopy .btn{
  width: 100%;
  margin-bottom:50px;
}
#top .sec01 .wrap .bodycopy .btn a{
  padding-right:40px;
  background: url(../images/btn_arrow.svg) no-repeat center right;
  background-size:30px;
  display: inline-block;
  color: #30493D;
  font-size: 14px;
}


#top .sec01 .wrap .bodycopy .img02{
  width:40%;
  margin-right:5%;
}
#top .sec01 .wrap .bodycopy .img03{
  width:55%;
}


#top .sec02{
  width:100%;
  background: #FFF;
  padding:0 0 40px;
  display: flex;
  flex-wrap: wrap;
}
#top .sec02 .left{
  width:100%;
  order:1;
}
#top .sec02 .right{
  width:90%;
  margin: -40px auto 0;
  order:2;
}
#top .sec02 .left{
  width: 100%;
  height:250px;
  background:url(../images/sec02_img.webp) no-repeat center;
  background-size: cover;
}
#top .sec02 .right{
  padding:30px 20px;
  box-sizing: border-box;
  background: #FFF;
}
#top .sec02 .right h3{
  font-size:30px;
  padding-bottom:20px;
  color: #30493D;
}
#top .sec02 .right ul li{
  border-top: 1px solid #5A5A5A;
}
#top .sec02 .right ul li a{
  padding:15px 0;
  display: block;
}



#top .sec02 .right ul li dl dt{
  font-size: 12px;
  line-height:20px;
  margin-bottom: 5px;
  color: #707070;
}
#top .sec02 .right ul li dl dt span{
  width:50px;
  text-align: center;
  font-size: 12px;
  line-height:20px;
  color: #FFF;
  background: #30493D;
  border-radius:26px;
  padding: 0 8px;
  margin: 0 20px 0 10px;
  display: inline-block;
}
#top .sec02 .right ul li dl dt span.youtube{
  background: #C4181F;
}

#top .sec02 .right .btn{
  border-top: 2px solid #5A5A5A;
  border-bottom: 2px solid #5A5A5A;

}
#top .sec02 .right .btn a{
  padding:20px 0;
  display: block;
  font-size:16px;
  background: url(../images/btn_arrow_bk.svg) no-repeat center right;
  background-size:30px;
}

#top .sec03{
  padding-top:63px;
  position: relative;
  background: #E7E5DA;
}
#top .sec03 .marquee {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top:26px;
  left: 0;
  z-index: 100;
}

#top .sec03 .marquee__inner {
  display: flex;
  width: max-content;
  will-change: transform;
}

#top .sec03 .marquee__content {
  display: flex;
}

#top .sec03 .marquee__inner span {
  white-space: nowrap;
  font-size:70px;
  line-height: 1;
  color: #FFF;
}

#top .sec03 figure{
  width: 100%;
  height:300px;
  overflow: hidden;
}
#top .sec03 figure .curse_bg{
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/sec03_img_head01.webp) no-repeat center;
  background-size: cover;
}
#top .sec03 .green{
  background:#30493D;
  padding:0 0 60px;
}
#top .sec03 .green .wrap{
  width:90%;
  margin:-80px auto 50px;
  position: relative;
}

#top .sec03 .green .wrap figure{
  width:100%;
  height: auto;
}
#top .sec03 .green .wrap .txt_box{
  width:90%;
  margin: 0 auto;
  padding-top:30px;
}

#top .sec03 .green .wrap h3{
  font-size:23px;
  line-height:44px;
  color: #FFF;
  margin-bottom:20px;
  letter-spacing: 0.1em;
}
#top .sec03 .green .wrap p{
  font-size:16px;
  line-height:30px;
  text-align: justify;
  color: #FFF;
  margin-bottom:40px;
}
#top .sec03 .green .wrap .btn a{
  font-size:16px;
  line-height:30px;
  color: #FFF;
  text-align: right;
  padding-right:40px;
  background: url(../images/btn_arrow_w.svg) no-repeat right center;
  background-size:30px;
}
.ticker {
  width: 100%;
  overflow: hidden;
}

.ticker__track {
  display: flex;
}

.ticker__content {
  display: flex;
  animation: scrollTicker 50s linear infinite;
}

.ticker__content img {
}

.ticker__content li{
  width:250px;
  height:141px;
  margin-right:20px;
  flex-shrink: 0;
  position: relative;
}

@keyframes scrollTicker {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.ticker__content li a .ho{
  display: none;
}


#top .sec04{
  width: 100%;
  margin: 0 auto;
  padding:50px 0;
  position: relative;
}

#top .sec04 .headline{
  width:85%;
  margin-left:15%;
  margin-bottom:30px;
}
#top .sec04 h3{
  font-size:26px;
  line-height:30px;
  position: absolute;
  top:115px;
  left:-50px;
  transform: rotate(90deg);
  color: #30493D;
}
#top .sec04 .wrap{
  width:75%;
  margin-left:15%;
  display: flex;
  flex-wrap: wrap;
}
#top .sec04 .wrap .left{
  width:100%;
  margin-bottom: 30px;
}
#top .sec04 .wrap .right{
  width:80%;
  margin-right: 20%;
}
#top .sec04 .wrap .left h4{
  font-size:24px;
  line-height:40px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#top .sec04 .wrap .left p{
  font-size:14px;
  line-height:26px;
  margin-bottom:30px;
}
#top .sec04 .wrap .left .btn{
  text-align: right;
}
#top .sec04 .wrap .left .btn a{
  font-size:17px;
  line-height:30px;
  padding-right:55px;
  background: url(../images/btn_arrow.svg) no-repeat right center;
  background-size: 40px;
  color: #30493D;
}





#top .sec05{
  width: 100%;
  margin: 0 auto;
  padding:0 0 50px;
  position: relative;
}

#top .sec05 .headline{
  width:85%;
  margin-right:15%;
  margin-bottom:30px;
}
#top .sec05 h3{
  font-size:26px;
  line-height:30px;
  position: absolute;
  top:40px;
  right:-25px;
  transform: rotate(90deg);
  color: #30493D;
}
#top .sec05 .wrap{
  width:75%;
  margin-left:15%;
  display: flex;
  flex-wrap: wrap;
}
#top .sec05 .wrap .left{
  width:100%;
  margin-bottom: 30px;
}
#top .sec05 .wrap .right{
  width:80%;
  margin-left: 20%;
}
#top .sec05 .wrap .left h4{
  font-size:24px;
  line-height:40px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#top .sec05 .wrap .left p{
  font-size:14px;
  line-height:26px;
  margin-bottom:30px;
}
#top .sec05 .wrap .left .btn{
  text-align: right;
}
#top .sec05 .wrap .left .btn a{
  font-size:17px;
  line-height:30px;
  padding-right:55px;
  background: url(../images/btn_arrow.svg) no-repeat right center;
  background-size: 40px;
  color: #30493D;
}


.raw_ft_common{
  background: #30493D;
  overflow-x: scroll;
}
.raw_ft_common ul{
  width:700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:25px;
}
.raw_ft_common ul li{
  width:200px;
  margin-bottom:10px;
}
.raw_ft_common ul li:last-child{
  margin-bottom:0;
}
.raw_ft_common ul li a dl{
  width:100%;
  height:200px;
  position: relative;
}
.raw_ft_common ul li a dl dt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size:24px;
  line-height:32px;
  color: #FFF;
  text-align: center;
  z-index: 10;
}
.raw_ft_common ul li a dl dd{
  width: 100%;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
.raw_ft_common ul li a dl dd img{
  transition: all 0.3s ease;
}
.raw_ft_common ul li a:hover dl dd img{
  opacity: 0.3;
}



.ft_common .headline{
  width: 100%;
  height:200px;
  overflow: hidden;
  position: relative;
}
.ft_common .headline video{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);


}
.ft_common .btn_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ft_common .btn_area .left,
.ft_common .btn_area .right{
  width:50%;
  height:200px;
  display: flex;
  flex-wrap: wrap;
}
.ft_common .btn_area .left a,
.ft_common .btn_area .right a{
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 0.8s;
  position: relative;
}
.ft_common .btn_area .left a .text,
.ft_common .btn_area .right a .text{
  width: 100%;
  height: 100%;
  font-size:24px;
  line-height:200px;
  text-align: center;
  color: #FFF;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index:5;
}

.ft_common .btn_area .left a .normal{
  width: 100%;
  height: 100%;
  background: url(../images/ft_common_access.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ft_common .btn_area .left a .ho{
  width: 100%;
  height: 100%;
  background: url(../images/ft_common_access_on.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
}
.ft_common .btn_area .right a .normal{
  width: 100%;
  height: 100%;
  background: url(../images/ft_common_contact.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.ft_common .btn_area .right a .ho{
  width: 100%;
  height: 100%;
  background: url(../images/ft_common_contact_on.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
}

.ft_common .btn_area .left a .text,
.ft_common .btn_area .right a .text{
  color: #FFF;
  transition: 0.2s all ease;
}
.ft_common .btn_area .left a:hover .text,
.ft_common .btn_area .right a:hover .text{
  color: #000;
}
.ft_common .btn_area .left a .ho,
.ft_common .btn_area .right a .ho{
  opacity:0;
  transition: 0.2s all ease;
}
.ft_common .btn_area .left a:hover .ho,
.ft_common .btn_area .right a:hover .ho{
  opacity:1;
}



#online_btn{
  position: fixed;
  top:200px;
  right: 0;
  width: 50px;
  z-index: 9999;
}
#online_btn a{
  background: #2b3e30;
}


footer.pc{
  display: none;
}

footer{
  background: #4A4A4A;
  padding-bottom: 90px;
}
footer .wrap{
  width:90%;
  margin: 0 auto;
  padding: 50px 0 15px;
  display: flex;
  flex-wrap: wrap;
}
footer .wrap .left{
  width:100%;
}
footer .wrap .right{
  width:100%;
  padding-top:15px;
}
footer .wrap .left h1{
  width: 100px;
  margin: 0 auto 20px;
}

footer .wrap .right .main_menu{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom:30px;
}

footer .wrap .right .main_menu .first{
  width:50%;
  margin-bottom:10px;
}
footer .wrap .right .main_menu .third{
  width:50%;
  margin-bottom:10px;
}
footer .wrap .right .main_menu .four{
  width:100%;
  margin: 0 auto;
}
footer .wrap .right .main_menu .first a,
footer .wrap .right .main_menu .second a,
footer .wrap .right .main_menu .third a,
footer .wrap .right .main_menu .four a{
  color: #FFF;
}


footer .wrap .right .main_menu ul.first li a,
footer .wrap .right .main_menu .second h3 a,
footer .wrap .right .main_menu ul.third li a{
  font-size: 16px;
  line-height: 40px;
}


footer .wrap .right .main_menu .four a{
  margin-top: 15px;
  border: 1px solid #FFF;
  font-size: 14px;
  line-height:36px;
  text-align: center;
  display: block;
}

footer .wrap .right .middle_menu{
  width: 90%;
  margin: 0 auto;
}

footer .wrap .right .middle_menu ul{
  padding-bottom: 20px;
  border-bottom: 1px solid #5F5F5F;
  margin-bottom: 20px;

}
footer .wrap .right .middle_menu ul li{
  padding-right:35px;
}
footer .wrap .right .middle_menu ul li:last-child{
  margin-right:0;
  border-right:none;
  padding-right:0;
}

footer .wrap .right .middle_menu ul li a{
  font-size: 12px;
  line-height: 30px;
  color: #FFF;

}

footer .wrap .right .bottom_menu{
  width:90%;
  margin: 0 auto 30px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
footer .wrap .right .bottom_menu .left,
footer .wrap .right .bottom_menu .right{
  display: flex;
  flex-wrap: wrap;
}
footer .wrap .right .bottom_menu .left{
  width: 470px;
}
footer .wrap .right .bottom_menu .right{
  width:120px;
  padding-top:0;
}

footer .wrap .right .bottom_menu .left h4{
  font-size: 12px;
  line-height: 28px;
  color: #FFF;
  margin-right:30px;
}
footer .wrap .right .bottom_menu .left ul,
footer .wrap .right .bottom_menu .right ul{
  display: flex;
  flex-wrap: wrap;
}


footer .wrap .right .bottom_menu .left ul li{
  margin-right: 40px;
}

footer .wrap .right .bottom_menu .left ul li a{
  font-size: 13px;
  line-height: 28px;
  color: #FFF;
  background: url(../images/footer_blank.svg) no-repeat center right;
  background-size: 14px;
  padding-right: 30px;
}
footer .wrap .right .bottom_menu .right ul{
  justify-content: flex-end;
}
footer .wrap .right .bottom_menu .right ul li a{
  font-size: 12px;
  line-height: 28px;
  color: #FFF;
}

footer .wrap .ft_title{
  width: 90%;
  margin: 0 auto;
}

footer .wrap .ft_title h2{
  font-size:18px;
  color: #FFF;
  margin-bottom:5px;
}
footer .wrap .ft_title .telephone{
  margin-bottom:10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .wrap .ft_title .telephone dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom:5px;
}
footer .wrap .ft_title .telephone dl dt{
  font-size:18px;
  color: #FFF;
  width:35px;
}
footer .wrap .ft_title .telephone dl dd{
  font-size:18px;
  color: #FFF;
}
footer .wrap .ft_title .adress{
  font-size: 14px;
  line-height:28px;
  color: #FFF;
  margin-bottom: 10px;
}

footer .wrap .ft_title .btn_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content:center;
}
footer .wrap .ft_title .btn_area a{
  font-size:12px;
  text-decoration: underline;
  text-underline-offset:3px;
  color: #FFF;
}
footer .wrap .ft_title .btn_area a:nth-child(2){
  display: block;
  width: 76px;
}
footer .wrap .ft_title .btn_area a:nth-child(2) img{
  vertical-align: bottom;
  padding-bottom: 3px;
}
footer .wrap .ft_title small{
  font-size: 10px;
  color: #FFF;
  margin-top:30px;
  display: block;
  text-align: center;
}


/*about*/


#about .mv{
  width: 100%;
  height:250px;
  position: relative;
}
#about .mv .mv_bg{
  position: fixed;
  width: 100%;
  height:350px;
  background:url(../images/about_mv.webp) no-repeat center;
  background-size: cover;
  z-index:-1;
  top:0;
  left: 0;
} 

#about .sec01{
  background: #30493D;
  padding:50px 0;
}
#about .sec01 .wrap{
  width:85%;
  margin: 0 auto 50px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .sec01 .wrap .left{
  width: 100%;
}
#about .sec01 .wrap .right{
  display: none;
}
#about .sec01 .wrap h2{
  font-size:20px;
  margin-bottom:10px;
  color: #FFF;
}
#about .sec01 .wrap h3{
  font-size:28px;
  line-height:50px;
  margin-bottom:30px;
  color: #FFF;
  letter-spacing: 0.1em;
}
#about .sec01 .wrap p{
  width: 100%;
  font-size:14px;
  line-height:30px;
  text-align: justify;
  color: #FFF;
}

#about .sec01 .ticker__content {
  display: flex;
  animation: scrollTicker 50s linear infinite;
}
#about .sec01 .ticker__content li{
  width:200px;
  height:152px;
  margin-right:20px;
  flex-shrink: 0;
  position: relative;
}


#about .sec02{
  position: relative;
  background: #FFF;
}

#about .sec02 .wrap{
  width: 85%;
  margin: 0 auto;
  padding-top:50px;
  position: relative;
  z-index:1;
}
#about .sec02:before{
  content: "";
  display: block;
  width:100%;
  height:150px;
  position: absolute;
  top:0;
  left: 0;
  background: #30493D;
  z-index:0;
}
#about .sec02 .wrap figure{
  margin-bottom:40px;
}
#about .sec02 .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .sec02 .wrap .inner .left{
  width: 100%;
  background: none;
}
#about .sec02 .wrap .inner .right{
  width:100%;
  padding: 0;
}
#about .sec02 .wrap .inner .left h2 strong{
  font-size: 40px;
  display: block;
  margin-bottom:15px;
  color: #30493D;
}
#about .sec02 .wrap .inner .left h2 span{
  display: block;
  font-size: 14px;
  color: #30493D;
}
#about .sec02 .wrap .inner .right ul{
  padding-top: 30px;
}
#about .sec02 .wrap .inner .right ul li{
  border-bottom: 1px solid #30493D;
  padding:15px 0;
}

#about .sec02 .wrap .inner .right ul li:first-child{
  border-top: 0;
}

#about .sec02 .wrap .inner .right ul li:last-child{
  border-bottom: none;
}

#about .sec02 .wrap .inner .right ul li dl{
  display: flex;
  flex-wrap: wrap;
}

#about .sec02 .wrap .inner .right ul li dl dt, 
#about .sec02 .wrap .inner .right ul li dl dd{
  font-size: 14px;
  letter-spacing:0;
  line-height:26px;
  color:#30493D;
  margin: 0;
}
#about .sec02 .wrap .inner .right ul li dl dt{
  width:100%;
  padding-bottom: 10px;
}
#about .sec02 .wrap .inner .right ul li dl dd{
  width:100%;
}
#about .sec02 .wrap .btn_line{
  padding-top:30px;
}

#about .sec02 .wrap .btn_line ul{
}
#about .sec02 .wrap .btn_line ul li{
  width: 100%;
  position: relative;
  margin-bottom:5px;

}
#about .sec02 .wrap .btn_line ul li a{
  width: 100%;
  height:60px;
  display: block;
} 
#about .sec02 .wrap .btn_line ul li a span{
  width: 100%;
  line-height:60px;
  display: block;
  font-size:16px;
  color: #FFF;
  position: relative;
  z-index: 100;
  background: url(../images/btn_line_arrow.svg) no-repeat center right 20px;
  background-size:20px;
  box-sizing: border-box;
  padding: 0 20px;

}
#about .sec02 .wrap .btn_line ul li a:after{
  content: "";
  display: block;
  width: 100%;
  height:60px;
  background: #30493D;
  position: absolute;
  top:0;
  left: 0;
  z-index:60;
  transform: scaleX(1);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

#about .sec03{
  background: #FFF;
  padding-top:50px;
}
#about .sec03 .wrap{
  width: 85%;
  margin: 0 auto 50px;
}
#about .sec03 .wrap .left{
  width: 100%;
  background: none;
  margin-bottom: 15px;
}
#about .sec03 .wrap .right{
  width:100%;
  padding: 0;
}
#about .sec03 .wrap .left h2 strong{
  font-size:40px;
  display: block;
  margin-bottom:10px;
  color: #30493D;
}
#about .sec03 .wrap .left h2 span{
  display: block;
  font-size: 14px;
  color: #30493D;
}
#about .sec03 .wrap .right iframe{
  width: 100%;
  margin-bottom:50px;
}
#about .sec03 .wrap .right figure{
  margin-bottom:30px;
}
#about .sec03 .wrap .right p.cap{
  font-size: 16px;
  color: #30493d;
}


#about .sec03 .wrap .nearby{
  width: 100%;
  margin-top:30px;
  background: #e7e5da;
  padding:20px;
  color: #30493d;
  box-sizing: border-box;
}
#about .sec03 .wrap .nearby .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
#about .sec03 .wrap .nearby figure{
  width:100%;
  margin-bottom: 20px;
}
#about .sec03 .wrap .nearby .detail{
  width:100%;
}
#about .sec03 .wrap .nearby .detail h4{
  font-size:18px;
  color: #30493d;
  padding-bottom: 10px;
  border-bottom: 1px solid #30493d;
  margin-bottom:20px;
}
#about .sec03 .wrap .nearby .detail h5{
  width: 100%;
  font-size: 20px;
  margin-bottom: 15px;
}
#about .sec03 .wrap .nearby .detail dl dt{
  font-size: 14px;
  margin-bottom: 20px;
}
#about .sec03 .wrap .nearby .detail dl dd{
  font-size:12px;
}




/*courseguide*/

#courseguide{
  overflow-x: hidden;
}

#courseguide .mv{
  width: 100%;
  position: relative;
  background:#13a5b3;
}
#courseguide .mv h2{
  font-size:36px;
  color: #FFF;
  text-align: center;
  padding: 60px 7.5% 20px;
}
#courseguide .sec01{
  width: 100%;
  background:#30493D;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#courseguide .sec01 .wrap{
  width:120%;
  margin-left: -10%;
}
#courseguide .sec01 .wrap figure{
  width: 100%;
}
#courseguide .sec01 dl{
  width: 85%;
  margin:-25px auto 0;
  padding-bottom: 40px;
}
#courseguide .sec01 dl dt{
  font-size:28px;
  color: #FFF;
  margin-bottom:20px;
}
#courseguide .sec01 dl dd{
  font-size:14px;
  line-height:26px;
  text-align: justify;
  color: #FFF;
}

#courseguide .sec02{
  background: #FFF;
}
#courseguide .sec02 .wrap{
  width: 85%;
  margin: 0 auto;
  padding:50px 0;
}
#courseguide .sec02 .inner{
  display: flex;
  flex-wrap: wrap;
}
#courseguide .sec02 h3{
  font-size:30px;
  margin-bottom:20px;
  color: #30493D;
}
#courseguide .sec02 .inner h4{
  font-size:20px;
  margin-bottom:10px;
  color: #30493D;
}
#courseguide .sec02 .inner .left,
#courseguide .sec02 .inner .right{
  width:100%;
  background: none;
}
#courseguide .sec02 .inner .left{
  margin-bottom:30px;
}
#courseguide .sec02 .inner .left p{
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

#courseguide .sec02 table{
  width: 100%;
  border-spacing: 0;
}
#courseguide .sec02 table tr.green {
  background: #30493D;
}
#courseguide .sec02 table tr.green th{
  font-size:12px;
  line-height: 32px;
  color: #FFF;
}
#courseguide .sec02 table tr{
}
#courseguide .sec02 table td{
  font-size:14px;
  line-height: 32px;
  text-align: center;
  border-bottom: 1px solid #4F4F4F;
}

.courseguide_common .in { display: none; }
.courseguide_common .tab_menu .tab01.active,
.courseguide_common .tab_menu .tab02.active,
.courseguide_common .tab_menu .tab01:hover,
.courseguide_common .tab_menu .tab02:hover {
  text-decoration: underline;
  text-underline-offset:10px;
  text-decoration-thickness: 2px;
  cursor: default;
  opacity:1;
}

.courseguide_common .tab_menu .tab01,
.courseguide_common .tab_menu .tab02 {
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.2s ease;
}

.courseguide_common{
  background: #30493D;
}
.courseguide_common .wrap{
  width: 85%;
  margin: 0 auto;
  padding:50px 0;
}
.courseguide_common ul{
  display: flex;
  flex-wrap: wrap;
}
.courseguide_common ul li{
  width:100%;
  margin-bottom:40px;
}
.courseguide_common ul li:last-child{
  margin-bottom:0;
}

.courseguide_common ul li.tab_menu{
  position: relative;
}
.courseguide_common ul li.tab_menu .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px 30px;

}
.courseguide_common ul li.tab_menu .box .tab01,
.courseguide_common ul li.tab_menu .box .tab02{
  font-size:22px;
  color: #FFF;
}

.courseguide_common ul li a{
  width:100%;
  height:100%;
  display: block;
}
.courseguide_common ul li a dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.courseguide_common ul li a dl dt,
.courseguide_common ul li a dl dd{
  display: flex;
  flex-wrap: wrap;
}
.courseguide_common ul li a dl dt{
  margin-bottom: 10px;
}
.courseguide_common ul li a dl dd .hole_name{
  width:100%;
  display: flex;
  flex-wrap: wrap;
}
.courseguide_common ul li a dl dd h4,
.courseguide_common ul li a dl dd h5{
  color: #FFF;
}
.courseguide_common ul li a dl dd h4{
  font-size: 25px;
  margin-right: 20px;
}
.courseguide_common ul li a dl dd h5{
  font-size: 20px;
  padding-bottom: 15px;
}
.courseguide_common ul li a dl dd .btn{
  font-size:17px;
  color: #FFF;
  padding-right:30px;
  background: url(../images/btn_line_arrow.svg) no-repeat right center;
  background-size: 20px;
}

/*コースガイドホール*/

#hole {
  background: #e7e5da;
  margin-top: -28px;
}
#hole .wrap{
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom:30px;
}
#hole .wrap .detail{
  width:100%;
  padding-bottom:30px;
}
#hole .wrap figure{
  width:250px;
  margin: 0 auto;
}
#hole .wrap .detail .title{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom:20px;
}
#hole .wrap .detail .title h2{
  font-size:22px;
  width:150px;
  background:#30493D;
  color: #FFF;
  vertical-align: bottom;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline; /* ← ベースライン揃えに相当する効果 */
  gap: 0.3em; /* 数字と文字の間隔調整（任意） */
  padding:14px 0;
}
#hole .wrap .detail .title h2 span{
  font-size:30px;
  line-height: 1;
  color: #FFF;
  display: inline-block;
}
#hole .wrap .detail .title dl{
  width: calc(100% - 150px);
  background:#FFF;
  color:#30493D;  
  padding:2px 15px;
  box-sizing: border-box;
  text-align: center;
}
#hole .wrap .detail .title dl dt{
  font-size:15px;
  border-bottom: 1px solid #30493D;
  padding-bottom:2px;
}
#hole .wrap .detail .title dl dd{
  font-size:15px;
  padding-top:3px;
 }
#hole .wrap .detail dl.setumei dt{
  font-size: 16px;
  line-height: 28px;
  letter-spacing:0;
  text-align: justify;
  margin-bottom:30px;
}

#hole .wrap .detail dl.setumei dd ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #30493d;
  border-bottom: 1px solid #30493d;
  padding:20px 15px;
}
#hole .wrap .detail dl.setumei dd ul li{
  width:40%;
}
#hole .wrap .detail dl.setumei dd ul li:nth-child(1),
#hole .wrap .detail dl.setumei dd ul li:nth-child(2){
  margin-bottom:20px;
}
#hole .wrap .detail dl.setumei dd ul li:nth-child(2n){
  /*margin-left:100px;*/
}
#hole .wrap .detail dl.setumei dd ul li dl{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}
#hole .wrap .detail dl.setumei dd ul li dl dt span{
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: inline-block;
  background: #000;
  margin-right: 10px;
}

#hole .wrap .detail dl.setumei dd ul li:nth-child(1) dl dt span{
  background: #014794;
}
#hole .wrap .detail dl.setumei dd ul li:nth-child(2) dl dt span{
  background: #FFF;
}
#hole .wrap .detail dl.setumei dd ul li:nth-child(3) dl dt span{
  background: #30793a;
}
#hole .wrap .detail dl.setumei dd ul li:nth-child(4) dl dt span{
  background: #cc131c;
}


#hole .wrap .detail dl.setumei dd ul li dl dt,
#hole .wrap .detail dl.setumei dd ul li dl dd{
  font-size:16px;
  line-height: 20px;
  margin-bottom: 0;
}
#hole .wrap .youtube  {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 = 9 / 16 = 0.5625 */
  height: 0;
  overflow: hidden;
  margin-bottom:50px;
}
#hole .wrap .youtube video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hole .wrap .btn_area_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom:30px;
}
#hole .wrap .btn_area_box a.prev{
  margin-right: 50px;
  background: url(../images/prev_arrow.svg) no-repeat left;
  background-size: 40px;
  padding-left:60px;
}
#hole .wrap .btn_area_box a.next{
  background: url(../images/next_arrow.svg) no-repeat right;
  background-size: 40px;
  padding-right:60px;
}
#hole .wrap .btn_area_box a{
  font-size: 16px;
  line-height: 24px;
  color: #30493d;
}


/*RESTAURANT*/

#restaurant .mv .wrap{
  display: flex;
  flex-wrap: wrap;
}
#restaurant .mv .wrap .left{
  width: 22%;
  position: relative;
}
#restaurant .mv .wrap .right{
  width:78%;
}
#restaurant .mv .wrap .left .title{
  position: absolute;
  top: 25%;
  left: 50%;
  transform:translate(-50%,0) rotate(90deg);
}
#restaurant .mv .wrap .left .title h3{
  font-size: 10px;
  line-height:14px;
  color: #30493D;
  position: absolute; 
  bottom:30px;
  right: 0;
  writing-mode: sideways-lr;
  text-orientation: upright;

}
#restaurant .mv .wrap .left .title h2{
  font-size:28px;
  letter-spacing: 0.02em;
  color: #30493D;
}

#restaurant .mv .wrap .right figure{
  width: 100%;
  height:250px;
  background: url("../images/restaurant_mv.webp") no-repeat center;
  background-size: cover;
  margin-bottom:30px;
}
#restaurant .mv .wrap .right p{
  width:90%;
  text-align: justify;
  font-size: 16px;
  line-height:32px;
  margin-bottom:50px;
}
#restaurant .mv .wrap .right p br{
  display: none;
}

#restaurant .sec01{
  background: #E7E5DA;
  position: relative;
}
#restaurant .sec01:after{
  content: "";
  display: block;
  width: 100%;
  height:670px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
}
#restaurant .sec01 .wrap{
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
#restaurant .sec01 .wrap .headline{
  display: flex;
  flex-wrap: wrap;
  margin-bottom:50px;
}
#restaurant .sec01 .wrap .headline .left{
  width:90%;
  margin-bottom:20px;
}
#restaurant .sec01 .wrap .headline .right{
  width: 100%;
  padding-top:50px;
}
#restaurant .sec01 .wrap .headline .left figure{
  margin-bottom:30px;
}  

#restaurant .sec01 .wrap .headline .left h2{
  font-size:32px;
  line-height:44px;
  color: #30493D;
  margin-bottom:10px;
}

#restaurant .sec01 .wrap .headline .left p{
  font-size:16px;
  line-height:28px;
  color: #30493D;
}
#restaurant .sec01 .wrap .headline .left p br{
  display: none;
}
#restaurant .sec01 .wrap ul.pickup li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom:50px;
}

#restaurant .sec01 .wrap ul.pickup li:nth-child(2n){
  flex-direction: row-reverse;
}


#restaurant .sec01 .wrap ul.pickup li .left{
  width:100%;
  margin-bottom: 15px;
}
#restaurant .sec01 .wrap ul.pickup li .right{
  width:100%;
}
#restaurant .sec01 .wrap ul.pickup li .left dl dt{
  font-size:24px;
  line-height:36px;
  letter-spacing: 0.05em;
  margin-bottom:10px;
}
#restaurant .sec01 .wrap ul.pickup li .left dl dd{
  font-size:14px;
  line-height:28px;
  text-align: justify;
}


#restaurant .sec01 .wrap .btn_line{
  padding-bottom:50px;
}

#restaurant .sec01 .wrap .btn_line ul{
  width:100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#restaurant .sec01 .wrap .btn_line ul li{
  width: 100%;
  position: relative;
  margin-bottom:10px;
}
#restaurant .sec01 .wrap .btn_line ul li:last-child{
  margin-bottom: 0;
}
#restaurant .sec01 .wrap .btn_line ul li a{
  width: 100%;
  height:60px;
  display: block;
  background: #3F5D4F;
} 
#restaurant .sec01 .wrap .btn_line ul li a span{
  width: 100%;
  line-height:60px;
  display: block;
  font-size:16px;
  color: #FFF;
  position: relative;
  z-index: 100;
  background: url(../images/btn_line_arrow.svg) no-repeat center right 30px;
  background-size:20px;
  box-sizing: border-box;
  padding: 0 20px;
}
#restaurant .sec01 .wrap .btn_line ul li a span.anchor{
  background: url(../images/btn_line_anchor_arrow_w.webp) no-repeat center right 30px;
  background-size: 16px;
}


#restaurant .sec02{
  width: 85%;
  margin: 0 auto;
  padding-bottom:50px;
}
#restaurant .sec02 h2{
  font-size:20px;
  line-height:30px;
  padding-top:50px;
  padding-left:20px;
  margin-bottom:30px;
  position: relative;
  color: #30493D;
}
#restaurant .sec02 h2:before{
  content: "";
  display: block;
  width: 3px;
  height:30px;
  position: absolute;
  left: 0;
  bottom:0;
  background: #30493D;
}
#restaurant .sec02 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#restaurant .sec02 ul li{
  width:100%;
  margin-bottom:30px;
}
#restaurant .sec02 ul li figure{
  margin-bottom:15px;
}
#restaurant .sec02 ul li dl dt{
  font-size:18px;
  line-height:30px;
  margin-bottom:5px;
}
#restaurant .sec02 ul li dl dd{
  font-size:14px;
  line-height:26px;
}
#souvenir{
  background: #e7e5da;
}

#souvenir .wrap{
  width:85%;
  margin: 0 auto;
  padding:30px 0;
}
#souvenir .wrap .title{
  padding-bottom:50px;
}
#souvenir .wrap .title h2{
  font-size:32px;
  color: #30493d;
  width:100%;
  padding-top: 15px;
  margin-bottom: 20px;
}
#souvenir .wrap .title h2 span{
  font-size:14px;
  color: #30493d;
  display: block;
  margin-top:10px;
}
#souvenir .wrap .title p{
  width:100%;
  font-size: 16px;
  line-height:28px;
}
#souvenir .wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#souvenir .wrap ul li{
  width: 100%;
  margin-bottom:50px;
}
#souvenir .wrap ul li figure{
  margin-bottom:15px;
}
#souvenir .wrap ul li dl dt{
  font-size:18px;
  line-height:32px;
  margin-bottom: 5px;
}
#souvenir .wrap ul li dl dd{
  font-size:14px;
  line-height:26px;
}

/*FACILITY*/

#facility .mv .wrap{
  display: flex;
  flex-wrap: wrap;
}
#facility .mv .wrap .left{
  width: 22%;
  position: relative;
}
#facility .mv .wrap .right{
  width:78%;
}
#facility .mv .wrap .left .title{
  position: absolute;
  top: 20%;
  left: 50%;
  transform:translate(-50%,0) rotate(90deg);
}
#facility .mv .wrap .left .title h3{
  font-size: 10px;
  line-height:14px;
  color: #30493D;
  position: absolute; 
  bottom:30px;
  right: 0;
  writing-mode: sideways-lr;
  text-orientation: upright;

}
#facility .mv .wrap .left .title h2{
  font-size:28px;
  letter-spacing: 0.02em;
  color: #30493D;
}

#facility .mv .wrap .right figure{
  width: 100%;
  height:250px;
  background: url(../images/facility_mv.webp) no-repeat center;
  background-size: cover;
  margin-bottom:30px;
}
#facility .mv .wrap .right p{
  width:90%;
  text-align: justify;
  font-size: 16px;
  line-height:32px;
  margin-bottom:50px;
}
#facility .sec01 .wrap{
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

#facility .sec01 .wrap .headline figure{
  margin-bottom:50px;
}

#facility .sec01 .wrap .facility_nav_box{
  margin-bottom:30px;
}
#facility .sec01 .wrap .facility_nav_box h3{
  font-size:32px;
  line-height: 58px;
  color: #30493D;
}
#facility .sec01 .wrap .facility_nav_box h3 br{
  display: none;
}
#facility .sec01 .wrap .facility_nav_box .sub_nav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#facility .sec01 .wrap .facility_nav_box .sub_nav ul li{
  width:48%;
  text-align: center;
  color: #30493D;
  background: #E7E5DA;
  font-size: 12px;
  line-height:30px;
  margin-top: 10px;
  cursor: pointer;
  transition: all ease 0.2s;
  user-select: none;
}
#facility .sec01 .wrap .facility_nav_box .sub_nav ul li:nth-child(4n){
  margin-right: 0;
}
#facility .sec01 .wrap .facility_nav_box .sub_nav ul li:hover,
#facility .sec01 .wrap .facility_nav_box .sub_nav ul li.on{
  color: #E7E5DA;
  background: #30493D;
}


#facility .sec01 .wrap .floors{
  margin-bottom:50px;
}

#facility .sec01 .wrap .floors .left{
  width:100%;
  padding-bottom: 20px;
}
#facility .sec01 .wrap .floors .right{
  width:100%;
  padding-bottom: 20px;
}
#facility .sec01 .wrap .floors .right dl dt{
  font-size:20px;
  line-height:30px;
  letter-spacing:0;
  margin-bottom:10px;
}
#facility .sec01 .wrap .floors .right dl dd{
  font-size:15px;
  line-height:26px;
  letter-spacing: 0;
}
#facility .sec01 .wrap .floors .right a{
  font-size:17px;
  line-height: 17px;
  display: inline-block;
  margin-top: 30px;
  padding-right:30px;
  background: url(../images/btn_arrow.svg) no-repeat center right;
  background-size:20px;
  color: #30493D;
}
#contact .sec01,
#contact .sec02,
#confirm .sec01,
#confirm .sec02,
#thanks .sec01,
#thanks .sec02{
  padding-top:30px;
}

#contact .sec01 .wrap,
#contact .sec02 .wrap,
#confirm .sec01 .wrap,
#confirm .sec02 .wrap,
#thanks .sec01 .wrap,
#thanks .sec02 .wrap{
  width: 85%;
  margin:0 auto;
}
#contact .sec01 h2 span,
#confirm .sec01 h2 span,
#thanks .sec01 h2 span{
  font-size: 14px;
  display: block;
  padding-top:10px;
  color: #30493D;
}

#contact .sec01 h2,
#confirm .sec01 h2,
#thanks .sec01 h2{
  font-size: 32px;
  color: #30493D;
  margin-bottom:20px;
}
#contact .sec01 p.copy,
#confirm .sec01 p.copy,
#thanks .sec01 p.copy{
  font-size:14px;
  line-height:28px;
  margin-bottom:30px;
  text-align: justify;
}
#contact .sec01 p.copy br,
#confirm .sec01 p.copy br,
#thanks .sec01 p.copy br{
  display: none;
}

#contact .sec01 .form_flow,
#confirm .sec01 .form_flow,
#thanks .sec01 .form_flow{
  padding-left:0;
}
#contact .sec01 .form_flow ul,
#confirm .sec01 .form_flow ul,
#thanks .sec01 .form_flow ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

#contact .sec01 .form_flow ul:before,
#confirm .sec01 .form_flow ul:before,
#thanks .sec01 .form_flow ul:before{
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #30493D;
  position: absolute;
  top:20px;
  left:50%;
  transform: translateX(-50%);
  z-index:-1;
}
#contact .sec01 .form_flow ul li,
#confirm .sec01 .form_flow ul li,
#thanks .sec01 .form_flow ul li{
  margin-right:52px;
}
#contact .sec01 .form_flow ul li:last-child,
#confirm .sec01 .form_flow ul li:last-child,
#thanks .sec01 .form_flow ul li:last-child{
  margin-right:0;
}

#contact .sec01 .form_flow ul li dl dt,
#confirm .sec01 .form_flow ul li dl dt,
#thanks .sec01 .form_flow ul li dl dt{
  width:40px;
  line-height:40px;
  text-align: center;
  border: 1px solid #30493D;
  border-radius:40px;
  color: #30493D;
  background: #FFF;
  margin-bottom: 10px;
}
#contact .sec01 .form_flow ul li dl dt.on,
#confirm .sec01 .form_flow ul li dl dt.on,
#thanks .sec01 .form_flow ul li dl dt.on{
  color: #FFF;
  background: #30493D;
}
#contact .sec01 .form_flow ul li dl dd,
#confirm .sec01 .form_flow ul li dl dd,
#thanks .sec01 .form_flow ul li dl dd{
  font-size: 14px;
  text-align: center;
  color:#30493D;
}
#contact .sec02 .wrap ul,
#confirm .sec02 .wrap ul{
  border-top: 1px solid #30493D;
  width:100%;
  margin-bottom:30px;
}
#contact .sec02 .wrap ul li,
#confirm .sec02 .wrap ul li{
  padding:20px 0;
  border-bottom: 1px solid #30493D;
}
#contact .sec02 .wrap ul li dl,
#confirm .sec02 .wrap ul li dl{
}
#contact .sec02 .wrap ul li dl dt,
#confirm .sec02 .wrap ul li dl dt{
  width: 100%;
  color:#30493D;
  font-size:16px;
  line-height:16px;
  margin-bottom: 15px;
}
#contact .sec02 .wrap ul li dl dd,
#confirm .sec02 .wrap ul li dl dd{
  width: 100%;
  color:#30493D;
  display: flex;
  flex-wrap: wrap;
}
#contact .sec02 .wrap ul li dl dd div,
#confirm .sec02 .wrap ul li dl dd div{
  width:47%;
}

#contact .sec02 .wrap ul li dl dd input[type="text"],
#contact .sec02 .wrap ul li dl dd input[type="email"],
#contact .sec02 .wrap ul li dl dd input[type="tel"],
#contact .sec02 .wrap ul li dl dd textarea,
#confirm .sec02 .wrap ul li dl dd input[type="text"],
#confirm .sec02 .wrap ul li dl dd input[type="email"],
#confirm .sec02 .wrap ul li dl dd input[type="tel"],
#confirm .sec02 .wrap ul li dl dd textarea{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius:5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e7e5da;
  font-size:13px;
  line-height:18px;
  padding:10px 15px;
  box-sizing: border-box;
  width: 100%;
}
#contact .sec02 .wrap ul li dl dd input[type="email"],
#contact .sec02 .wrap ul li dl dd input[type="tel"],
#contact .sec02 .wrap ul li dl dd textarea,
#confirm .sec02 .wrap ul li dl dd input[type="email"],
#confirm .sec02 .wrap ul li dl dd input[type="tel"],
#confirm .sec02 .wrap ul li dl dd textarea{
  width:100%;
}

#contact .sec02 .wrap ul li dl dd input.error,
#contact .sec02 .wrap ul li dl dd select.error,
#contact .sec02 .wrap ul li dl dd textarea.error{
  background: #f2d8d8;
}
#contact .sec02 .wrap ul li dl dd .error{
  font-size: 12px;
}


#contact .sec02 .wrap ul li dl dd select,
#confirm .sec02 .wrap ul li dl dd select {
  width: 100%;
  box-sizing: border-box;
  font-size:13px;
  line-height:18px;
  padding:10px 15px;
  box-sizing: border-box;
  border:none;
  background: #e7e5da;
  border-radius:5px;
  color: initial;
  font: inherit;
  line-height: normal;
  appearance: menulist; /* ユーザーエージェントごとのスタイルに従う */
}



#contact .sec02 .wrap ul li:nth-child(1) dl dd div.right,
#contact .sec02 .wrap ul li:nth-child(2) dl dd div.right,
#confirm .sec02 .wrap ul li:nth-child(1) dl dd div.right,
#confirm .sec02 .wrap ul li:nth-child(2) dl dd div.right{
  margin-right:6%;
}

#contact .sec02 .wrap .agree_box p.agree_text{ 
  font-size:14px;
  line-height:28px;
  text-align: center;
}
#contact .sec02 .wrap .agree_box p.agree_text a{
  font-size:14px;
  line-height:28px;
  display: inline-block;
}

#contact .sec02 .wrap .agree_box input{
  margin-top:7px;
}

input[type="submit"]{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#confirm .sec02 .wrap .agree_box p.agree_text,
#confirm .agree_box{
  display: none;
}

.agree_box{
  text-align: center;
  margin-bottom: 40px;
}
.agree_box p{
  font-size: 14px;
  line-height: 26px;
  padding-bottom:10px;
}
.check .wpcf7-list-item{
  margin: 0;
}
.check .wpcf7-list-item-label{
  font-size:14px;
  line-height:26px;
}

.sousin_btn_area{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin: 0 auto;
  padding-bottom: 100px;
}
.sousin_btn_area input[type="submit"]{
  width: 80%;
  margin: 0 auto;
  background:#30493d;
  color: #FFF;
  font-size:18px;
  line-height:50px;
  transition: all 0.2s ease;
}
.sousin_btn_area input[type="submit"]:hover{
  opacity: 0.8;
}


#confirm .sec02 .wrap ul li dl dd,
#confirm .sec02 .wrap ul li dl dd div{
  font-size:14px;
  line-height:40px;
  color:#30493d;
  padding:0;
}

#thanks .sec02{
  width:85%;
  margin:50px auto;
  border: 2px solid #EEE;
  padding:30px 0;
  box-sizing: border-box;
}
#thanks .sec02 .wrap{
  width: 100%;
}
#thanks .sec02 h3{
  font-size:18px;
  color: #30493d;
  padding-bottom:30px;
  text-align: center;
}
#thanks .sec02 p{
  font-size:14px;
  line-height:20px;
  color: #30493d;
  text-align: justify;
  margin-bottom:30px;
  padding: 0 20px;
}
#thanks .sec02 a{
  font-size:14px;
  line-height:50px;
  color: #FFF;
  text-align: center;
  width:80%;
  margin: 0 auto;
  position: relative;
  background: #30493D;
}




#player .cover{
  background:#e7e5da;
}



#player .sec01,
#player .sec02{
  padding-top:30px;
}

#player .sec01 .wrap,
#player .sec02 .wrap{
  width: 85%;
  margin:0 auto;
}
#player .sec01 h2 span{
  font-size: 14px;
  display: block;
  padding-top: 10px;
  color: #30493D;
}

#player .sec01 h2{
  font-size:32px;
  color: #30493D;
  margin-bottom:20px;
}
#player .sec01 p.copy{
  font-size:14px;
  line-height:28px;
  margin-bottom:20px;
}
#player .sec01 p.copy br{
  display: none;
}
#player .sec01 .form_flow{
  padding-left: 0;
}
#player .sec01 .form_flow ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

#player .sec01 .form_flow ul:before{
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background: #30493D;
  position: absolute;
  top:20px;
  left:50%;
  transform: translateX(-50%);
  z-index:0;
}
#player .sec01 .form_flow ul li{
  margin-right:52px;
  position: relative;
  z-index: 2;
}
#player .sec01 .form_flow ul li:last-child{
  margin-right:0;
}

#player .sec01 .form_flow ul li dl dt{
  width:40px;
  line-height:40px;
  text-align: center;
  border: 1px solid #30493D;
  border-radius:40px;
  color: #30493D;
  background: #FFF;
  margin-bottom: 10px;
}
#player .sec01 .form_flow ul li dl dt.on{
  color: #FFF;
  background: #30493D;
}
#player .sec01 .form_flow ul li dl dd{
  font-size: 14px;
  text-align: center;
  color:#30493D;
}
#player .sec02 .wrap ul{
  border-top: 1px solid #30493D;
  width:100%;
  margin-bottom:30px;
}
#player .sec02 .wrap ul li{
  padding:20px 0;
  border-bottom: 1px solid #30493D;
}
#player .sec02 .wrap ul li dl{
  display: flex;
  flex-wrap: wrap;
}
#player .sec02 .wrap ul li dl dt{
  width: 100%;
  color:#30493D;
  font-size:16px;
  line-height:16px;
  margin-bottom: 15px;
}
#player .sec02 .wrap ul li dl dd{
  width: 100%;
  color:#30493D;
  display: flex;
  flex-wrap: wrap;
}
#player .sec02 .wrap ul li dl dd div{
  width:47%;
}

#player .sec02 .wrap ul li dl dd input[type="text"],
#player .sec02 .wrap ul li dl dd input[type="email"],
#player .sec02 .wrap ul li dl dd input[type="tel"],
#player .sec02 .wrap ul li dl dd textarea{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius:5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  font-size:13px;
  line-height:18px;
  padding:10px 15px;
  box-sizing: border-box;
  width: 100%;
}
#player .sec02 .wrap ul li dl dd input[type="email"],
#player .sec02 .wrap ul li dl dd input[type="tel"],
#player .sec02 .wrap ul li dl dd textarea{
  width:100%;
}

#player .sec02 .wrap ul li dl dd input.error,
#player .sec02 .wrap ul li dl dd select.error,
#player .sec02 .wrap ul li dl dd textarea.error{
  background: #f2d8d8;
}
#player .sec02 .wrap ul li dl dd span.error{
  font-size: 13px;
  display: block;
}

#player .sec02 .wrap ul li dl dd select{
  width: 100%;
  box-sizing: border-box;
  font-size:13px !important;
  line-height:18px !important;
  padding:10px 15px !important;
  box-sizing: border-box;
  border:none;
  background: #FFF;
  border-radius:5px;
  color: initial;
  font: inherit;
  line-height: normal;
  appearance: menulist;/* ユーザーエージェントごとのスタイルに従う */
}



#player .sec02 .wrap ul li:nth-child(1) dl dd div.right,
#player .sec02 .wrap ul li:nth-child(2) dl dd div.right{
  margin-right:6%;
}

#player .sec02 .wrap .agree_box p.agree_text{ 
  font-size:14px;
  line-height:28px;
  text-align: center;
}
#player .sec02 .wrap .agree_box p.agree_text a{
  font-size:14px;
  line-height:28px;
  display: inline-block;
}


#player .sec02 .wrap .agree_box p.agree_text,
#player .agree_box{
  display: none;
}



#player .sec02 .wrap ul li dl dd,
#player .sec02 .wrap ul li dl dd div{
  font-size:14px;
  line-height:40px;
  padding:0;
}

#player #yoyaku_nen{
  width: 80px;
  margin:0 5px 0 0;
}
#player #yoyakubi_tuki,
#player #yoyakubi_hi{
  width: 70px;
  margin:0 5px;
}
#player #yoyaku_jikan{
  width: 100%;
  margin:0 5px 0 0;
}




/*シングルページ*/


#single .mv{
  margin-bottom:50px;
}
#single .post .wrap{
  width:85%;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#single .post .wrap aside{
  order: 2;
  width:100%;
  padding-top: 50px;
}
#single .post .wrap article{
  order: 1;
  width:100%;
}

#single .post .wrap aside h3{
  font-size:26px;
  color:#30493D;
  margin-bottom: 30px;
}

#single .post .wrap aside ul li{
  margin-bottom: 15px;
}
#single .post .wrap aside ul li a{
  font-size:16px;
  color:#30493D;

}
#single .post .wrap article h2{
  font-size:22px;
  line-height:32px;
  color:#30493D;
  margin-bottom:15px;
}
#single .post .wrap article .single-meta{
  margin-bottom:30px;
}
#single .post .wrap article .category{
  text-align: center;
  font-size: 14px;
  line-height:26px;
  color: #FFF;
  background: #30493D;
  border-radius:26px;
  padding: 0 10px;
  margin: 0 40px 0 10px;
  display: inline-block;
}
#single .post .wrap article .single-content figure{
  margin-bottom: 30px;
}
#single .post .wrap article .single-content p{
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}





/*NEWSページ*/

#news .mv,
#category .mv{
  margin-bottom:50px;
}
#news .post_list .wrap,
#category .post_list .wrap{
  width:85%;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#news .post_list .wrap aside,
#category .post_list .wrap aside{
  order: 2;
  width:100%;
}
#news .post_list .wrap .news_content,
#category .post_list .wrap .news_content{
  order: 1;
  width:100%;
}

#news .post_list .wrap aside h3,
#category .post_list .wrap aside h3{
  font-size:26px;
  color:#30493D;
  margin-bottom: 30px;
}

#news .post_list .wrap aside ul{
  display: flex;
  flex-wrap: wrap;
}
#news .post_list .wrap aside ul li,
#category .post_list .wrap aside ul li{
  width: 50%;
  margin-bottom: 15px;
}
#news .post_list .wrap aside ul li a,
#category .post_list .wrap aside ul li a{
  font-size:16px;
  color:#30493D;
}
#news .post_list .news_content h3,
#category .post_list .news_content h3 {
    font-size:30px;
    padding-bottom:30px;
    color: #30493D;
}
#news .post_list .news_content h3 span,
#category .post_list .news_content h3 span{
    font-size:18px;
    padding-left:50px;
    color: #30493D;
}
#news .post_list ul.news_list,
#category .post_list ul.news_list{
  border-top: 1px solid #5A5A5A;
}

#news .post_list ul.news_list li,
#category .post_list ul.news_list li{
  border-bottom: 1px solid #5A5A5A;
}
#news .post_list ul.news_list li a,
#category .post_list ul.news_list li a{
  padding:15px 0;
}

#news .post_list ul.news_list li dl,
#category .post_list ul.news_list li dl{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#news .post_list ul.news_list li dl dt,
#category .post_list ul.news_list li dl dt{
  font-size: 14px;
  line-height:26px;
  color: #707070;
}
#news .post_list ul.news_list li dl dt span,
#category .post_list ul.news_list li dl dt span{
  width:50px;
  text-align: center;
  font-size: 12px;
  line-height:26px;
  color: #FFF;
  background: #30493D;
  border-radius:26px;
  padding: 0 10px;
  margin: 0 30px 0 0;
  display:block;
}

#news .post_list ul.news_list li dl dd,
#category .post_list ul.news_list li dl dd{
  width: calc(100% - 100px);
}

#news .post_list ul.news_list li dl dt span.youtube,
#category .post_list ul.news_list li dl dt span.youtube{
  background: #C4181F;
}



.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top:50px;
}
.pagination .page-numbers {
  padding: 5px 15px;
  border: 1px solid #30493D;
  color: #30493D;
  text-decoration: none;
  border-radius: 10px;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
  font-size: 12px;
  transform: scaleX(0.8);
}
.pagination .current {
  background: #30493D;
  color: #fff;
  pointer-events: none;
}

/*メンバー専用*/

#result .login{
  background: #e7e5da;
  padding:50px 0;
}
#result .login .wrap{
  width: 85%;
  margin: 0 auto;
  background: #30493d;
}
#result .login .wrap h2{
  font-size: 16px;
  line-height:26px;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
}
#result .login .wrap .post-password-form{
  padding:35px 0;
  text-align: center;
}

#result .login .wrap .post-password-form input[type="password"]{
  width: 250px;
  font-size: 14px;
  line-height:40px;
  margin: 0 auto 15px;
  padding: 0;
  background:#FFF;
  border: none;
  border-radius:5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}
#result .login .wrap .post-password-form input[type="submit"]{
  width: 250px;
  font-size: 14px;
  line-height:40px;
  margin: 0 auto;
  background:transparent;
  border:1px solid #FFF;
  border-radius:0;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease;
}
#result .login .wrap .post-password-form input[type="submit"]:hover{
  background:#FFF;
  border:1px solid #FFF;
  color: #30493d;
}



#result .mv{
  margin-bottom:30px;
}
#result .post_list .wrap{
  width: 85%;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#result .post_list .wrap aside{
  order:2;
  width:100%;
}
#result .post_list .wrap .news_content{
  order:1;
  width:100%;
  margin-bottom: 30px;
}

#result .post_list .wrap aside h3{
  font-size:20px;
  color:#30493D;
  margin-bottom:10px;
}

#result .post_list .wrap aside ul li{
  margin-bottom:5px;
  display: flex;
  color:#30493D;
  
}
#result .post_list .wrap aside ul li a{
  font-size:14px;
  line-height:26px;
  color:#30493D;
}

#result .post_list .wrap .news_content h2{
  font-size:24px;
  line-height:24px;
  margin-bottom:15px;
  color:#30493D;
}
#result .post_list .wrap .news_content p.copy{
  padding-bottom:40px;
}
#result .post_list .wrap .news_content p.copy,
#result .post_list .wrap .news_content p.copy a{
  font-size:14px;
  line-height:26px;
  display: inline-block;
}
#result .post_list .wrap .news_content p.copy a{
  color:#30493D;
  text-decoration: underline;
}

#result .post_list .wrap .news_content h3:before{
  content: "";
  display:block;
  width:4px;
  height:28px;
  background:#30493D;
  position: absolute;
  top: 0;
  left: 0;
}
#result .post_list .wrap .news_content h3{
  font-size:18px;
  line-height:28px;
  color:#000;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
  margin-bottom:25px;
  position: relative;
  padding-left:15px;
}
#result .post_list .wrap .news_content h3 span{
  font-size:12px;
  line-height: 32px;
  color:#000;
  position: absolute;
  top: 0;
  right: 0;
}
#result .post_list .wrap .news_content .member-item{
  margin-bottom:30px;
}

#result .post_list .wrap .member-listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#result .post_list .wrap .member-listbox p{
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 15px;
}
#result .post_list .wrap .member-listbox p br{
  display: none;
}
#result .post_list .wrap .member-listbox .pdf_btn a{
  width: 150px;
  text-align: center;
  border: 1px solid #30493D;
  color:#30493D;
  font-size: 15px;
  line-height:45px;
}
#result .post_list .wrap .member-listbox .pdf_btn a:hover{
  border: 1px solid #30493D;
  color:#FFF;
  background: #30493D;
  font-size: 15px;
  line-height:45px;
}

ul.price_sub_menu{
  width: 85%;
  margin: 0 auto;
  justify-content: space-between;
  padding:30px 0;
}
ul.price_sub_menu li:first-child{
  margin-bottom: 10px;

}
ul.price_sub_menu li a{
  width:100%;
  line-height:50px;
  color:#FFF;
  font-size:18px;
  padding-left:30px;
  box-sizing: border-box;
  background: #30493D url(../images/price_btn_arrow_w.svg) no-repeat center right 30px;
  background-size: 16px;
}

#price_information section.wrap{
  width:85%;
  margin: 0 auto 50px;
}
#price_information .wrap h2.title{
  font-size:26px;
  line-height:30px;
  text-align: center;
  color:#30493D;
  margin-bottom:30px;
}
#price_information .wrap h3{
  font-size:20px;
  text-align: center;
  color:#30493D;
  margin-bottom:15px;
}
#price_information .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#price_information .wrap .inner .left,
#price_information .wrap .inner .right{
  width:100%;
}
#price_information .wrap .inner.member .left,
#price_information .wrap .inner.member .center,
#price_information .wrap .inner.member .right{
  width:100%;
}
#price_information .wrap .inner h4{
  font-size:16px;
  text-align: center;
  margin-bottom: 15px;
}

#price_information .wrap .inner table{
  width: 100%;
  text-align: center;
  margin-bottom:30px;
  border-spacing: 0;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
#price_information .wrap .inner table th{
  width: 33.33333%;
}

#price_information .wrap .inner table th,
#price_information .wrap .inner table td{
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #E7E5DA;
  font-style: normal;
  font-weight: 400;
}
#price_information .wrap .inner table td dl{
  padding: 10px 0 15px; 
}
#price_information .wrap .inner table td dl dt{
  font-size: 13px;
}
#price_information .wrap .inner table td dl dd{
  font-size:18px;
}



#price_information .wrap .inner table .bg_green{
  color:#FFF;
  background: #30493D;
  font-size: 15px;
  line-height:35px;
}

#price_information .wrap .inner table .bg_blue{
  color:#FFF;
  background: #304357;
  font-size: 15px;
  line-height:35px;
}
#price_information .wrap ul.cap{
  border: 1px solid #E7E5DA;
  padding:20px 20px;
  margin-bottom:50px;
}
#price_information .wrap ul.cap li{
  font-size: 14px;
  line-height:24px;
  margin-bottom: 5px;
  text-indent: -15px;
  padding-left: 15px;
}
#price_information .wrap ul.cap li.red{
  color: #a60000;
}
#price_information .wrap ul.cap li:last-child{
  margin-bottom: 0;
}

#price_information .wrap .inner h3.bg_green{
  color:#FFF;
  background: #30493D;
  font-size: 18px;
  text-align: center;
  line-height:35px;
}
#price_information .wrap .inner.hosoku .left,
#price_information .wrap .inner.hosoku .center,
#price_information .wrap .inner.hosoku .right{
  border: 1px solid #30493D;
}
#price_information .wrap .inner.hosoku .left p,
#price_information .wrap .inner.hosoku .center p,
#price_information .wrap .inner.hosoku .right p{
  padding:0 20px 20px;
  font-size: 14px;
  line-height:26px;
}
#price_information .wrap .inner.hosoku .left table,
#price_information .wrap .inner.hosoku .center table,
#price_information .wrap .inner.hosoku .right table{
  padding:0 20px 0;
}
#price_information .wrap .inner.hosoku .center table{
  margin-bottom: 0;
}
#price_information .wrap .inner.hosoku .center p{
  padding-top: 0;
}
#price_information .wrap .inner.hosoku .left p span,
#price_information .wrap .inner.hosoku .center p span,
#price_information .wrap .inner.hosoku .right p span{
  font-size: 12px;
  line-height: 18px;
  display: block;
  margin-top:10px;
  text-indent: -12px;
  padding-left: 12px;
}



#manners section.wrap{
  width:85%;
  margin: 0 auto 50px;
}
#manners .wrap h2.title{
  font-size:26px;
  line-height:32px;
  text-align: center;
  color:#30493D;
  margin-bottom:30px;
}
#manners .wrap h3.title{
  font-size:20px;
  line-height:50px;
  text-align: center;
  color:#FFF;
  background: #30493D;
}
#manners .wrap .manner_block{
  margin-bottom:30px;
}
#manners .wrap .manner_block ul{
  background: #E7E5DA;
  padding:20px;
}
#manners .wrap .manner_block ul li{
  width:100%;
  margin:0 0 20px ;
  background: #FFF;
  box-sizing: border-box;
  padding:20px;
}
#manners .wrap .manner_block ul li:last-child{
  margin:0;
}
#manners .wrap .manner_block ul li h4{
  font-size:20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #30493D;
  margin-bottom: 10px;
}
#manners .wrap .manner_block ul li p{
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #30493D;
  margin-bottom: 10px;
}
#manners .wrap .manner_block ul li p:last-child{
  border-bottom:none;
}
#manners .wrap .other_block ul{
  background: #E7E5DA;
  padding:20px;
}
#manners .wrap .other_block ul li{
  margin-bottom:1px;
  background: #FFF;
  font-size: 13px;
  line-height: 22px;
  padding:15px 20px;
}

#business_calendar .calendar_wrap{
  width: 85%;
  margin: 0 auto;
  padding:50px 0 ;
}
#business_calendar .calendar_wrap h3{
  font-size:24px;
  margin-bottom:20px;
  color: #30493D;
  text-align: center;
}
#business_calendar .calendar_wrap p{
  font-size:14px;
  margin-bottom:30px;
  text-align: center;
}

.fc-basic-view tbody .fc-row {
    min-height:7em !important;
}

.fc-event{
  text-align: center !important;
}
#eo_fullcalendar_1_loading{
  opacity: 0;
}

.fc-title{
  font-size:14px;
  line-height: 24px;
  color: #FFF;
}






#policy .mv,
#golf-agreement .mv,
#cart-agreement .mv,
#customer-harassment .mv,
#invoice .mv{
  margin-bottom:30px;
}
#policy .post_list .wrap,
#golf-agreement .post_list .wrap,
#cart-agreement .post_list .wrap,
#customer-harassment .post_list .wrap,
#invoice .post_list .wrap{
  width: 85%;
  margin: 0 auto 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#policy .post_list .wrap aside,
#golf-agreement .post_list .wrap aside,
#cart-agreement .post_list .wrap aside,
#customer-harassment .post_list .wrap aside,
#invoice .post_list .wrap aside{
  order: 2;
  width:100%;
  padding-top: 30px;
}
#policy .post_list .wrap .post_content,
#golf-agreement .post_list .wrap .post_content,
#cart-agreement .post_list .wrap .post_content,
#customer-harassment .post_list .wrap .post_content,
#invoice .post_list .wrap .post_content{
  order: 1;
  width:100%;
}

#policy .post_list .wrap aside h3,
#golf-agreement .post_list .wrap aside h3,
#cart-agreement .post_list .wrap aside h3,
#customer-harassment .post_list .wrap aside h3,
#invoice .post_list .wrap aside h3{
  font-size:20px;
  color:#30493D;
  margin-bottom: 30px;
}

#policy .post_list .wrap aside ul li,
#golf-agreement .post_list .wrap aside ul li,
#cart-agreement .post_list .wrap aside ul li,
#customer-harassment .post_list .wrap aside ul li,
#invoice .post_list .wrap aside ul li{
  margin-bottom: 15px;
}
#policy .post_list .wrap aside ul li a,
#golf-agreement .post_list .wrap aside ul li a,
#cart-agreement .post_list .wrap aside ul li a,
#customer-harassment .post_list .wrap aside ul li a,
#invoice .post_list .wrap aside ul li a{
  font-size:16px;
  color:#30493D;
}
#policy .post_list .post_content h2{
    font-size:26px;
    color: #30493D;
    margin-bottom:30px;
}
#policy .post_list .post_content h3,
#golf-agreement .post_list .post_content h3,
#cart-agreement .post_list .post_content h3,
#customer-harassment .post_list .post_content h3,
#invoice .post_list .post_content h3{
    font-size: 20px;
    line-height: 32px;
    padding-bottom:15px;
    border-bottom: 1px solid #30493D;
    color: #30493D;
    margin-bottom:15px;
}
#cart-agreement .post_list .post_content h4{
  font-size:16px;
  text-align: right;
}
#customer-harassment .post_list .post_content h4{
  font-size: 20px;
  line-height:30px;
  margin-bottom: 20px;
}
#policy .post_list .post_content p{
  margin-bottom: 30px;
}
#policy .post_list .post_content ul{
  margin-bottom:40px;
}
#policy .post_list .post_content ul li{
  list-style: page-numbers;
  margin-left:20px;
  margin-bottom: 20px;
}

#golf-agreement .post_list .post_content ul li,
#cart-agreement .post_list .post_content ul li{
  margin-top:30px;
}

#golf-agreement .post_list .post_content ul li dl dt,
#cart-agreement .post_list .post_content ul li dl dt{
  font-size:18px;
  margin-bottom:15px;
  padding-bottom: 15px;
  border-bottom: #E7E5DA 1px solid;

}
#golf-agreement .post_list .post_content ul li dl dd,
#cart-agreement .post_list .post_content ul li dl dd{
  font-size:14px;
  line-height: 26px;

}

#golf-agreement .post_list .post_content ul li dl dd ol li,
#cart-agreement .post_list .post_content ul li dl dd ol li{
  list-style: decimal;
  font-size:16px;
  line-height: 28px;
  margin-top:10px;
  margin-left:20px;
}
#cart-agreement .post_list .post_content p.right{
  padding-top: 50px;
  text-align: right;
}

#customer-harassment .post_list .post_content p{
  font-size: 14px;
  line-height:26px;
  margin-bottom: 50px;
}
#customer-harassment .post_list .post_content ul{
  margin-bottom: 50px;
}
#customer-harassment .post_list .post_content ul li{
  list-style:disc;
  margin-left:20px;
}
#invoice .post_list .post_content .date{
  padding-bottom:30px;
  text-align: right;
}
#invoice .post_list .post_content p.copy{
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}
#invoice .post_list .post_content ul li{
  list-style:disc;
  margin-left:20px;
  margin-bottom: 20px;
}
#invoice .post_list .post_content ul{
  margin-bottom:50px;
}





/*RECRUIT*/

#recruit .mv .wrap{
  display: flex;
  flex-wrap: wrap;
}
#recruit .mv .wrap .left{
  width: 22%;
  position: relative;
}
#recruit .mv .wrap .right{
  width:78%;
}
#recruit .mv .wrap .left .title{
  position: absolute;
  top: 17%;
  left: 50%;
  transform:translate(-50%,0) rotate(90deg);
}
#recruit .mv .wrap .left .title h3{
  font-size: 10px;
  line-height:14px;
  color: #30493D;
  position: absolute; 
  bottom:30px;
  right: 0;
  writing-mode: sideways-lr;
  text-orientation: upright;
}
#recruit .mv .wrap .left .title h2{
  font-size:28px;
  letter-spacing: 0.02em;
  color: #30493D;
}

#recruit .mv .wrap .right figure{
  width: 100%;
  height:250px;
  background: url("../images/recruit_mv.webp") no-repeat center;
  background-size: cover;
  margin-bottom:30px;
}
#recruit .mv .wrap .right h4{
  font-size:20px;
  margin-bottom:15px;
}
#recruit .mv .wrap .right p{
  width:90%;
  text-align: justify;
  font-size: 16px;
  line-height:32px;
  margin-bottom:50px;
}
#recruit .mv .wrap .right p br{
  display: none;
}

#recruit .sec01{
  background: #E7E5DA;
  position: relative;
  padding:30px 0;
}

#recruit .sec01 .wrap{
  width:90%;
  margin: 0 auto;
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
}
#recruit .sec01 .wrap h2{
  font-size:18px;
  padding-bottom:10px;
  border-bottom: 1px solid #000;
  margin-bottom:10px;
}
#recruit .sec01 .wrap ul li dl{
}
#recruit .sec01 .wrap ul li dl dt{
  width: 100%;
  margin-bottom: 10px;
}
#recruit .sec01 .wrap ul li{
  border-bottom: 1px solid #EEE;
  padding:15px 0;
}


