/* 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 {
  min-width: 1280px;
  opacity: 0;
  transition: opacity 1s ease;
}

html.wf-active 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;
}


/*■■■■■■■■　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: "heisei-kaku-gothic-std", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing:0.02em;
  color: #000000;
  font-feature-settings: "palt";
  vertical-align: top;
}

.en{
  font-family: "raleway", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.en_bold{
  font-family: "raleway", sans-serif;
  font-weight: 800;
  font-style: normal;
}

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

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

.header_sub{
  width: 100%;
  height: 80px;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100px);
  transition: 0.5s all ease;
  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: calc(100% - 200px);
  min-width:1200px;
  margin: 0 auto;
}

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

header .wrap{
  width: calc(100% - 200px);
  min-width:1200px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}

header .wrap h1{
  width: 210px;
  padding-top:17px;
}
header .wrap nav{
  width:870px;
  display: flex;
  flex-wrap: wrap;
}
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{
  display: none;
}
.sp_nav{
  display: none;
}

.sp_reserved_btn{
  display: none;
}



 
.mv header .wrap{
  border-bottom: 1px solid #FFF;
}

.mv header .wrap ul.nav_menu li a .normal{
  color: #FFF;
}
.mv header .wrap ul.nav_menu li a .hover{
  color: #FFF;
}

.mv header .wrap .nav_btnbox_area ul li:first-child a .normal{
  background: #FFF;
  color: #30493D;
}

.mv header .wrap .nav_btnbox_area ul li a .normal{
  border: 2px solid #FFF;
  color: #FFF;
}
.mv header .wrap .nav_btnbox_area ul li a .hover{
  color: #FFF;
  background: #30493D;
  border: 2px solid #FFF;
}
header .wrap .nav_btnbox_area ul li:first-child a:hover .hover{
  background: #30493D;
  color: #FFF;
  border: 2px solid #30493D;
}
header .wrap .nav_btnbox_area ul li a:hover .hover{
  color: #30493D;
  background: #FFF;
  border: 2px solid #30493D;
  opacity: 1;
}
.mv header .wrap ul.nav_menu li a.arrow{
  background: url(../images/nav_arrow_w_off.svg) no-repeat bottom 20px center; 
  background-size: 8px;
}

.mv .under_menu {
  width: calc(100% - 200px);
  min-width: 1200px;
  border-bottom: 1px solid #FFF;
  opacity: 0;
  visibility: hidden; /* ←追加 */
  transition: all ease 0.4s;
  background:transparent;
  z-index:0;
  position: absolute;
  left: 50%;
  top:80px;
  transform: translateX(-50%);
  pointer-events: none; /* hoverを無効に */
}
.mv .under_menu.active {
  opacity: 1;
  display: block;
  z-index:1;
  visibility: visible; /* ←追加 */
  pointer-events: auto; /* hover有効に */
}





#top .mv{
  width: 100%;
  height:100vh;
  position: relative;
}
#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:70px;
  left:70px;
  z-index:10;
}
#top .mv h2 span{
  font-size:93px;
  line-height: 1.2;
  color: #FFF;
  display: block;
}

#top .infomation_bar{
  padding: 35px 0;
  background: #E7E5DA;
  border-bottom: 1px solid #B9B9B9;
}
#top .infomation_bar .wrap{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#top .infomation_bar .wrap h3{
  font-size: 18px;
  line-height: 28px;
  padding-right:45px;
  margin-right: 45px;
  border-right: 1px solid #B9B9B9;
  color: #5D5D5D;
}
#top .infomation_bar .wrap ul{
  width: 650px;
  border-right: 1px solid #B9B9B9;
  margin-right:30px;
}
#top .infomation_bar .wrap ul li a dl{
  display: flex;
  flex-wrap: wrap;
}
#top .infomation_bar .wrap ul li a dl dt{
  font-size: 16px;
  line-height: 28px;
  width: 115px;
  color: #5D5D5D;
}
#top .infomation_bar .wrap ul li a dl dd{
  font-size: 16px;
  line-height: 28px;
  width:calc(100% - 115px);
  color: #5D5D5D;
}

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

#top .sec01{
  background: #E7E5DA;
  padding:55px 0;
}
#top .sec01 .wrap{
  width: 860px;
  margin: 0 auto;
  position: relative;
}
#top .sec01 .title{
  width:250px;
  padding-top: 220px;
  padding-left: 610px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 110px;
}
#top .sec01 .title h4{
  width:26px;
  margin-left:40px;
}
#top .sec01 .title h3{
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
#top .sec01 .title h3 span{
  width:44px;
  display: block;
  margin-left:30px;
}
#top .sec01 .title h3 span:last-child{
  margin-left: 0;
}

#top .sec01 .wrap .img01{
  width: 526px;
  position: absolute;
  top:0;
  left: 0;
}
#top .sec01 .wrap .bodycopy{
  position: relative;
  padding-bottom:530px;
}
#top .sec01 .wrap .bodycopy p{
  padding-left: 205px;
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 60px;
}
#top .sec01 .wrap .bodycopy .btn{
  padding-left: 205px;
}

#top .sec01 .wrap .bodycopy .btn a{
  padding-right: 51px;
  background: url(../images/btn_arrow.svg) no-repeat center right;
  background-size: 41px;
  display: inline-block;
  color: #30493D;
}


#top .sec01 .wrap .bodycopy .img02{
  width:325px;
  position: absolute;
  top:70px;
  left:-210px;
}
#top .sec01 .wrap .bodycopy .img03{
  width:746px;
  position: absolute;
  bottom:0px;
  left:324px;
}


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



#top .sec02 .right ul li dl{
  display: flex;
  flex-wrap: wrap;
}
#top .sec02 .right ul li dl dt{
  font-size: 14px;
  line-height:26px;
  color: #707070;
}
#top .sec02 .right ul 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 40px 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:40px 0;
  display: block;
  font-size:20px;
  background: url(../images/btn_arrow_bk.svg) no-repeat center right;
  background-size: 41px;
}

#top .sec03{
  padding-top:100px;
  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: 140px;
  line-height: 1;
  color: #FFF;
}

#top .sec03 figure{
  width: 100%;
  height:650px;
  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: 85px 0 150px;
}
#top .sec03 .green .wrap{
  width: 950px;
  margin: 0 auto 100px;
  position: relative;
}

#top .sec03 .green .wrap figure{
  width: 630px;
  position: absolute;
  top:-150px;
  left: -140px;
}
#top .sec03 .green .wrap .txt_box{
  width:430px;
  margin-left: 520px;
}

#top .sec03 .green .wrap h3{
  font-size:30px;
  line-height:55px;
  color: #FFF;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
#top .sec03 .green .wrap p{
  font-size:16px;
  line-height:30px;
  color: #FFF;
  margin-bottom:40px;
}
#top .sec03 .green .wrap .btn a{
  font-size:17px;
  line-height:30px;
  color: #FFF;
  text-align: right;
  padding-right:55px;
  background: url(../images/btn_arrow_w.svg) no-repeat right center;
  background-size: 40px;
}
.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: 480px;
  height:270px;
  margin-right:20px;
  flex-shrink: 0;
  position: relative;
}

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

.ticker__content li a .ho{
  transition: ease all 0.3s;
  width: 480px;
  height:270px;
  position: absolute;
  top:0;
  left: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ticker__content li a:hover .ho{
  opacity: 1;
}

.ticker__content li a .ho dl{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-60%);
  opacity: 0;
}
.ticker__content li a:hover .ho dl{
  opacity:1;
  transition: ease all 0.5s;
  transform: translate(-50%,-50%);
}
.ticker__content li a .ho dl dt{
  font-size: 30px;
  text-align:center;
  color: #FFF;
  margin-bottom: 10px;
}
.ticker__content li a .ho dl dd{
  font-size:20px;
  text-align:center;
  color: #FFF;
}

#top .sec04{
  width: 1280px;
  margin: 0 auto;
  padding: 150px 0;
  position: relative;
}

#top .sec04 .headline{
  width:1115px;
  margin-left: 165px;
  margin-bottom: 60px;
}
#top .sec04 h3{
  font-size:50px;
  line-height: 50px;
  position: absolute;
  top:275px;
  left:-50px;
  transform: rotate(90deg);
  color: #30493D;
}
#top .sec04 .wrap{
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#top .sec04 .wrap .left{
  width:440px;
  margin-right:110px;
}
#top .sec04 .wrap .right{
  width:400px;
}
#top .sec04 .wrap .left h4{
  font-size: 29px;
  line-height: 55px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#top .sec04 .wrap .left p{
  font-size:16px;
  line-height: 30px;
  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: 1280px;
  margin: 0 auto;
  padding: 150px 0 250px;
  position: relative;
}

#top .sec05 .headline{
  width:1115px;
  margin-right: 165px;
  margin-bottom: 60px;
}
#top .sec05 h3{
  font-size:50px;
  line-height: 50px;
  position: absolute;
  top:220px;
  right:-20px;
  transform: rotate(90deg);
  color: #30493D;
}
#top .sec05 .wrap{
  width: 950px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#top .sec05 .wrap .left{
  width:440px;
  margin-left:110px;
}
#top .sec05 .wrap .right{
  width:400px;
}
#top .sec05 .wrap .left h4{
  font-size: 29px;
  line-height: 55px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#top .sec05 .wrap .left p{
  font-size:16px;
  line-height: 30px;
  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;
}
.raw_ft_common ul{
  width: 1060px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding:50px 0;
}
.raw_ft_common ul li{
  width:320px;
  height: 320px;
  margin-right:50px;
}
.raw_ft_common ul li:last-child{
  margin-right:0;
}
.raw_ft_common ul li a dl{
  width:320px;
  height: 320px;
  position: relative;
}
.raw_ft_common ul li a dl dt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size:32px;
  line-height:42px;
  color: #FFF;
  text-align: center;
  z-index: 10;
}
.raw_ft_common ul li a dl dd{
  position: absolute;
  top:0;
  left:0;

}
.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;
}


footer{
  background: #2C8EB8;
}
footer .wrap{
  width:1100px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
footer .wrap .left{
  width:170px;
}
footer .wrap .right{
  width:755px;
  padding-top:15px;
}
footer .wrap .left h1{
  margin-bottom:20px;
}
footer .wrap .left h2{
  font-size: 11px;
  color: #FFF;
  margin-bottom:5px;
}
footer .wrap .left .telephone{
  margin-bottom:10px;
}
footer .wrap .left .telephone dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .wrap .left .telephone dl dt{
  font-size:20px;
  color: #FFF;
}
footer .wrap .left .telephone dl dd{
  font-size:20px;
  color: #FFF;
}
footer .wrap .left .adress{
  font-size: 14px;
  line-height:22px;
  color: #FFF;
  margin-bottom: 10px;
}

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



footer .wrap .right .main_menu{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

footer .wrap .right .main_menu .first{
  width:85px;
}
footer .wrap .right .main_menu .second{
  width:285px;
}
footer .wrap .right .main_menu .third{
  width:100px;
}
footer .wrap .right .main_menu .four{
  width:115px;
}
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 .curse_guide .sub_menu{
  display: flex;

}
footer .wrap .right .main_menu .curse_guide .sub_menu ul{
  margin-right:35px;
}
footer .wrap .right .main_menu .curse_guide .sub_menu ul:last-child{
  margin-right:0;

}
footer .wrap .right .main_menu .curse_guide .sub_menu ul li a{
  font-size: 14px;
  line-height: 24px;
  padding-left: 15px;
  position: relative;
}
footer .wrap .right .main_menu .curse_guide .sub_menu ul li a:after{
  content: "";
  display: block;
  width:8px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top:12px;
  left: 0;
}
footer .wrap .right .main_menu .four a{
  margin-top: 10px;
  border: 1px solid #FFF;
  font-size: 14px;
  line-height:24px;
  text-align: center;
}


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

}
footer .wrap .right .middle_menu ul li{
  margin-right:35px;
  border-right: 1px solid #5F5F5F;
  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{
  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;
}



/*about*/


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

#about .sec01{
  background: #30493D;
  padding:150px 0;
}
#about .sec01 .wrap{
  width:998px;
  margin: 0 auto 170px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .sec01 .wrap .left{
  width: 440px;
}
#about .sec01 .wrap .right{
  width: 444px;
  padding-top: 92px;
}
#about .sec01 .wrap h2{
  font-size:58px;
  margin-bottom:90px;
  color: #FFF;
}
#about .sec01 .wrap h3{
  font-size:34px;
  line-height: 70px;
  margin-bottom:80px;
  color: #FFF;
  letter-spacing: 0.1em;
}
#about .sec01 .wrap p{
  width: 440px;
  font-size:18px;
  line-height:40px;
  text-align: justify;
  margin-bottom:80px;
  color: #FFF;
}

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


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

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

#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: 16px;
  letter-spacing: 0.01em;
  padding:22px 0;
  line-height:26px;
  color:#30493D;
  margin: 0;
}
#about .sec02 .wrap .inner .right ul li dl dt{
  width:300px;
}
#about .sec02 .wrap .btn_line{
  padding-top:60px;
}

#about .sec02 .wrap .btn_line ul{
  display: flex;
  justify-content: space-between;
}
#about .sec02 .wrap .btn_line ul li{
  width: 343px;
  position: relative;

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

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


#about .sec03{
  background: #FFF;
  padding-top: 150px;
}
#about .sec03 .wrap{
  width: 1100px;
  margin: 0 auto 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .sec03 .wrap .left{
  width: 350px;
  background: none;
}
#about .sec03 .wrap .right{
  width:750px;
  padding: 0;
}
#about .sec03 .wrap .left h2 strong{
  font-size: 60px;
  display: block;
  margin-bottom:30px;
  color: #30493D;
}
#about .sec03 .wrap .left h2 span{
  display: block;
  font-size: 18px;
  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:100px;
  background: #e7e5da;
  padding:45px;
  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:415px;
}
#about .sec03 .wrap .nearby .detail{
  width:535px;
}
#about .sec03 .wrap .nearby .detail h4{
  font-size: 20px;
  color: #30493d;
  padding-bottom: 10px;
  border-bottom: 1px solid #30493d;
  margin-bottom: 20px;
}
#about .sec03 .wrap .nearby .detail h5{
  font-size: 24px;
  margin-bottom:15px;
}
#about .sec03 .wrap .nearby .detail dl dt{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
#about .sec03 .wrap .nearby .detail dl dd{
  font-size: 14px;
}




/*courseguide*/

#courseguide{
  overflow-x: hidden;
}

#courseguide .mv{
  width: 100%;
  height:100px;
  position: relative;
}
#courseguide .mv .mv_bg{
  width: 100%;
  height:100%;
  background:#13a5b3;
} 
#courseguide .mv h2{
  font-size:60px;
  position: absolute;
  bottom:20px;
  left:10%;
  color: #FFF;
}
#courseguide .sec01{
  width: 100%;
  background:#30493D url(../images/courseguide_layout_bg.webp) repeat-x top -54px center;
  background-size:13px 880px;
  padding: 0;
  position: relative;
}
#courseguide .sec01 .wrap{
  width: 1280px;
  margin: 0 auto;
}
#courseguide .sec01 .wrap figure{
  width: 1280px;
}
#courseguide .sec01 dl{
  position: absolute;
  bottom:70px;
  right:65px;
  width:480px;
  z-index: 50;
}
#courseguide .sec01 dl dt{
  font-size: 50px;
  color: #FFF;
  margin-bottom: 40px;
}
#courseguide .sec01 dl dd{
  font-size:16px;
  line-height: 33px;
  color: #FFF;
}

#courseguide .sec02{
  background: #FFF;
}
#courseguide .sec02 .wrap{
  width: 1000px;
  margin: 0 auto;
  padding: 150px 200px;
}
#courseguide .sec02 .inner{
  display: flex;
  flex-wrap: wrap;
}
#courseguide .sec02 h3{
  font-size: 50px;
  margin-bottom: 50px;
  color: #30493D;
}
#courseguide .sec02 .inner h4{
  font-size:26px;
  margin-bottom:20px;
  color: #30493D;
}
#courseguide .sec02 .inner .left,
#courseguide .sec02 .inner .right{
  width: 480px;
  background: none;
}
#courseguide .sec02 .inner .left{
  margin-right:40px;
}
#courseguide .sec02 .inner .left p{
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-top: 10px;
}

#courseguide .sec02 table{
  width: 480px;
  border-spacing: 0;
}
#courseguide .sec02 table tr.green {
  background: #30493D;
}
#courseguide .sec02 table tr.green th{
  color: #FFF;
}
#courseguide .sec02 table tr{
}
#courseguide .sec02 table td{
  font-size:16px;
  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: 1000px;
  margin: 0 auto;
  padding:70px 0;
}
.courseguide_common ul{
  display: flex;
  flex-wrap: wrap;
}
.courseguide_common ul li{
  width:480px;
  margin-right:40px;
  margin-bottom:40px;
}
.courseguide_common ul li.mgn_none{
  margin-right:0;
}

.courseguide_common ul li.tab_menu{
  position: relative;
}
.courseguide_common ul li.tab_menu .box{
  position: absolute;
  top: 50%;
  left:0;
  transform: translate(0%,-50%);
}
.courseguide_common ul li.tab_menu .box .tab01,
.courseguide_common ul li.tab_menu .box .tab02{
  font-size:40px;
  color: #FFF;
}
.courseguide_common ul li.tab_menu .box .tab01{
  margin-bottom:60px;
}

.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: 320px;
  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;
}
.courseguide_common ul li a dl dd .btn{
  font-size:17px;
  color: #FFF;
  padding-right: 50px;
  background: url(../images/btn_line_arrow.svg) no-repeat right center;
  background-size: 40px;
}

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

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

#hole .wrap .detail dl.setumei dd ul{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #30493d;
  border-bottom: 1px solid #30493d;
  padding: 35px 0;
}
#hole .wrap .detail dl.setumei dd ul li{
  width:150px;
}
#hole .wrap .detail dl.setumei dd ul li:nth-child(1),
#hole .wrap .detail dl.setumei dd ul li:nth-child(2){
  margin-bottom:30px;
}
#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: 20px;
  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:100px;
}
#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;
}
#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: 380px;
  position: relative;
}
#restaurant .mv .wrap .right{
  width:calc(100% - 380px);
}
#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: 18px;
  line-height: 20px;
  color: #30493D;
  position: absolute; 
  bottom:50px;
  right: 0;
  writing-mode: sideways-lr;
  text-orientation: upright;

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

#restaurant .mv .wrap .right figure{
  width: 100%;
  height: 100vh;
  background: url("../images/restaurant_mv.webp") no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}
#restaurant .mv .wrap .right p{
  width: 666px;
  text-align: justify;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 150px;
}

#restaurant .sec01{
  background: #E7E5DA;
  position: relative;
}
#restaurant .sec01:after{
  content: "";
  display: block;
  width: 100%;
  height: 795px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
}
#restaurant .sec01 .wrap{
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}
#restaurant .sec01 .wrap .headline{
  display: flex;
  flex-wrap: wrap;
  margin-bottom:150px;
}
#restaurant .sec01 .wrap .headline .left{
  width: 610px;
  margin-right:75px;
}
#restaurant .sec01 .wrap .headline .right{
  width: 415px;
  padding-top: 300px;
}
#restaurant .sec01 .wrap .headline .left figure{
  margin-bottom:300px;
}  

#restaurant .sec01 .wrap .headline .left h2{
  font-size:80px;
  line-height:110px;
  color: #30493D;
  margin-bottom:60px;
  margin-left:110px;
}

#restaurant .sec01 .wrap .headline .left p{
  font-size:18px;
  line-height:40px;
  color: #30493D;
  margin-left:110px;
}
#restaurant .sec01 .wrap ul.pickup li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom:150px;
}

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


#restaurant .sec01 .wrap ul.pickup li .left{
  width:350px;
}
#restaurant .sec01 .wrap ul.pickup li .right{
  width:700px;
}
#restaurant .sec01 .wrap ul.pickup li .left dl dt{
  font-size:30px;
  line-height: 56px;
  letter-spacing: 0.05em;
  margin-bottom:40px;
}
#restaurant .sec01 .wrap ul.pickup li .left dl dd{
  font-size:16px;
  line-height:33px;
  text-align: justify;
}


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

#restaurant .sec01 .wrap .btn_line ul{
  width:820px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#restaurant .sec01 .wrap .btn_line ul li{
  width: 400px;
  position: relative;
  margin-bottom: 20px;

}
#restaurant .sec01 .wrap .btn_line ul li a{
  width: 100%;
  height: 100px;
  display: block;
} 
#restaurant .sec01 .wrap .btn_line ul li a span{
  width: 100%;
  line-height: 100px;
  display: block;
  font-size:18px;
  color: #FFF;
  position: relative;
  z-index: 100;
  background: url(../images/btn_line_arrow.svg) no-repeat center right 30px;
  background-size: 40px;
  box-sizing: border-box;
  padding: 0 30px;
}
#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 .sec01 .wrap .btn_line ul li a:before{
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #3F5D4F;
  position: absolute;
  top:0;
  left: 0;
  z-index: 50;
}
#restaurant .sec01 .wrap .btn_line ul li a:after{
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #30493D;
  position: absolute;
  top:0;
  left: 0;
  z-index:60;
  transform: scaleX(1);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
#restaurant .sec01 .wrap .btn_line ul li a:hover:after{
  transform: scaleX(0);
  transform-origin: top right;
}

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

#souvenir .wrap{
  width:1000px;
  margin: 0 auto;
  padding: 100px 0;
}
#souvenir .wrap .title{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
#souvenir .wrap .title h2{
  font-size: 50px;
  color: #30493d;
  width: 395px;
  padding-top: 15px;
}
#souvenir .wrap .title h2 span{
  font-size:18px;
  color: #30493d;
  display: block;
  margin-top:25px;
}
#souvenir .wrap .title p{
  width: calc(100% - 395px);
  font-size: 18px;
  line-height: 40px;
}
#souvenir .wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#souvenir .wrap ul li{
  width: 470px;
  margin-bottom:80px;
}
#souvenir .wrap ul li figure{
  margin-bottom:20px;
}
#souvenir .wrap ul li dl dt{
  font-size: 22px;
  line-height:56px;
}
#souvenir .wrap ul li dl dd{
  font-size:16px;
  line-height:26px;
}

/*FACILITY*/

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

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

#facility .mv .wrap .right figure{
  width: 100%;
  height: 100vh;
  background: url(../images/facility_mv.webp) no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}
#facility .mv .wrap .right p{
  width: 666px;
  text-align: justify;
  font-size:18px;
  line-height:40px;
  margin-bottom: 150px;
}
#facility .sec01 .wrap{
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}

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

#facility .sec01 .wrap .facility_nav_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 85px;
}
#facility .sec01 .wrap .facility_nav_box h3{
  font-size:58px;
  line-height: 58px;
  color: #30493D;
}
#facility .sec01 .wrap .facility_nav_box .sub_nav ul{
  max-width:790px;
  display: flex;
  flex-wrap: wrap;
}
#facility .sec01 .wrap .facility_nav_box .sub_nav ul li{
  width:190px;
  text-align: center;
  color: #30493D;
  background: #E7E5DA;
  font-size: 14px;
  line-height:40px;
  margin-right:10px;
  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{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom:150px;
}

#facility .sec01 .wrap .floors .left{
  width:600px;
}
#facility .sec01 .wrap .floors .right{
  width:360px;
  padding-bottom: 20px;
}
#facility .sec01 .wrap .floors .right dl dt{
  font-size:28px;
  line-height:44px;
  letter-spacing: 0.05em;
  margin-bottom:30px;
}
#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: 51px;
  background: url(../images/btn_arrow.svg) no-repeat center right;
  background-size: 41px;
  color: #30493D;
}
#contact .sec01,
#contact .sec02,
#confirm .sec01,
#confirm .sec02,
#thanks .sec01,
#thanks .sec02{
  padding-top: 110px;
}

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

#contact .sec01 h2,
#confirm .sec01 h2,
#thanks .sec01 h2{
  font-size: 58px;
  color: #30493D;
  margin-bottom: 50px;
}
#contact .sec01 p.copy,
#confirm .sec01 p.copy,
#thanks .sec01 p.copy{
  font-size:18px;
  line-height: 36px;
  padding-left: 340px;
  margin-bottom: 50px;
}
#contact .sec01 .form_flow,
#confirm .sec01 .form_flow,
#thanks .sec01 .form_flow{
  padding-left: 340px;
}
#contact .sec01 .form_flow ul,
#confirm .sec01 .form_flow ul,
#thanks .sec01 .form_flow ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#contact .sec01 .form_flow ul:before,
#confirm .sec01 .form_flow ul:before,
#thanks .sec01 .form_flow ul:before{
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #30493D;
  position: absolute;
  top:25px;
  left: 10px;
  z-index:-1;
}
#contact .sec01 .form_flow ul li,
#confirm .sec01 .form_flow ul li,
#thanks .sec01 .form_flow ul li{
  margin-right:95px;
}
#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: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #30493D;
  border-radius: 50px;
  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: 16px;
  text-align: center;
  color:#30493D;
}
#contact .sec02 .wrap ul,
#confirm .sec02 .wrap ul{
  border-top: 1px solid #30493D;
  width:990px;
  margin-left:100px;
  margin-bottom:50px;
}
#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{
  display: flex;
  flex-wrap: wrap;
}
#contact .sec02 .wrap ul li dl dt,
#confirm .sec02 .wrap ul li dl dt{
  width: 240px;
  color:#30493D;
  font-size:16px;
  line-height:52px;
}
#contact .sec02 .wrap ul li dl dd,
#confirm .sec02 .wrap ul li dl dd{
  width: calc(100% - 240px);
  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:14px;
  line-height: 28px;
  padding:12px 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:14px;
  line-height: 28px;
  padding:12px 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:18px;
  line-height: 32px;
  text-align: center;
}
#contact .sec02 .wrap .agree_box p.agree_text a{
  font-size:18px;
  line-height: 32px;
  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: 28px;
  padding-bottom:10px;
}
.check .wpcf7-list-item{
  margin: 0;
}
.check .wpcf7-list-item-label{
  font-size:18px;
  line-height: 32px;
}

.sousin_btn_area{
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin: 0 auto;
  padding-bottom: 100px;
}
.sousin_btn_area input[type="submit"]{
  width: 285px;
  margin: 0 auto;
  background:#30493d;
  color: #FFF;
  font-size: 22px;
  line-height:70px;
  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:16px;
  line-height: 52px;
  color:#30493d;
  padding:0;
}

#thanks .sec02{
  width: 1000px;
  margin:100px auto;
  border: 2px solid #EEE;
  padding:80px 50px;
  box-sizing: border-box;
}
#thanks .sec02 .wrap{
  width: 100%;
}
#thanks .sec02 h3{
  font-size: 30px;
  color: #30493d;
  padding-bottom:50px;
  text-align: center;
}
#thanks .sec02 p{
  font-size:16px;
  line-height:40px;
  color: #30493d;
  text-align: center;
  margin-bottom:50px;
}
#thanks .sec02 a{
  font-size:16px;
  line-height:60px;
  color: #FFF;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  position: relative;
}


#thanks .sec02 a:before{
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: #3F5D4F;
  position: absolute;
  top:0;
  left: 0;
  z-index:-1;
}
#thanks .sec02 a:after{
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: #30493D;
  position: absolute;
  top:0;
  left: 0;
  z-index:-1;
  transform: scaleX(1);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
#thanks .sec02 a:hover:after{
  transform: scaleX(0);
  transform-origin: top right;
}


#player .cover{
  background:#e7e5da;
}



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

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

#player .sec01 h2{
  font-size: 58px;
  color: #30493D;
  margin-bottom: 50px;
}
#player .sec01 p.copy{
  font-size:18px;
  line-height: 36px;
  padding-left: 340px;
  margin-bottom: 50px;
}
#player .sec01 .form_flow{
  padding-left: 340px;
}
#player .sec01 .form_flow ul{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#player .sec01 .form_flow ul:before{
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #30493D;
  position: absolute;
  top:25px;
  left: 10px;
  z-index:0;
}
#player .sec01 .form_flow ul li{
  margin-right:95px;
}
#player .sec01 .form_flow ul li:last-child{
  margin-right:0;
}

#player .sec01 .form_flow ul li dl dt{
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #30493D;
  border-radius: 50px;
  color: #30493D;
  background: #FFF;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#player .sec01 .form_flow ul li dl dt.on{
  color: #FFF;
  background: #30493D;
}
#player .sec01 .form_flow ul li dl dd{
  font-size: 16px;
  text-align: center;
  color:#30493D;
}
#player .sec02 .wrap ul{
  border-top: 1px solid #30493D;
  width:840px;
  margin:0 auto 50px;
}
#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: 240px;
  color:#30493D;
  font-size:16px;
  line-height:52px;
}
#player .sec02 .wrap ul li dl dd{
  width: calc(100% - 240px);
  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:14px;
  line-height: 28px;
  padding:12px 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: #eac9c9;
}
#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:14px !important;
  line-height: 28px;
  padding:12px 15px;
  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:18px;
  line-height: 32px;
  text-align: center;
}
#player .sec02 .wrap .agree_box p.agree_text a{
  font-size:18px;
  line-height: 32px;
  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: 20px;
  line-height: 52px;
  padding:0;
}

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




/*シングルページ*/

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


#single .post .wrap aside{
  order: 1;
  width:150px;
}
#single .post .wrap article{
  order: 2;
  width:800px;
}

#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:30px;
  color:#30493D;
  margin-bottom:30px;
}
#single .post .wrap article .single-meta{
  margin-bottom:50px;
}
#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:100px;
}
#news .post_list .wrap,
#category .post_list .wrap{
  width: 1100px;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#news .post_list .wrap aside,
#category .post_list .wrap aside{
  order: 1;
  width:150px;
}
#news .post_list .wrap .news_content,
#category .post_list .wrap .news_content{
  order: 2;
  width:800px;
}

#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 li,
#category .post_list .wrap aside ul li{
  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: 40px;
    padding-bottom: 20px;
    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: 40px 0;
}

#news .post_list ul.news_list li dl,
#category .post_list ul.news_list li dl{
  display: flex;
  flex-wrap: wrap;
}
#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 40px 0 10px;
  display: inline-block;
}
#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:80px;
}
.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: 250px 0;
}
#result .login .wrap{
  width: 370px;
  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:100px;
}
#result .post_list .wrap{
  width: 1100px;
  margin: 0 auto 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


#result .post_list .wrap aside{
  order: 1;
  width:150px;
}
#result .post_list .wrap .news_content{
  order: 2;
  width:800px;
}

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

#result .post_list .wrap aside ul li{
  margin-bottom: 15px;
  display: flex;
  color:#30493D;
  
}
#result .post_list .wrap aside ul li a{
  font-size:16px;
  color:#30493D;
}

#result .post_list .wrap .news_content h2{
  font-size:30px;
  line-height:40px;
  margin-bottom:20px;
  color:#30493D;
}
#result .post_list .wrap .news_content p.copy{
  padding-bottom:80px;
}
#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: 32px;
  background:#30493D;
  position: absolute;
  top: 0;
  left: 0;
}
#result .post_list .wrap .news_content h3{
  font-size: 20px;
  line-height: 32px;
  color:#000;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCC;
  margin-bottom:25px;
  position: relative;
  padding-left:20px;
}
#result .post_list .wrap .news_content h3 span{
  font-size:14px;
  line-height: 32px;
  color:#000;
  position: absolute;
  top: 0;
  right: 0;
}
#result .post_list .wrap .news_content .member-item{
  margin-bottom: 50px;
}

#result .post_list .wrap .member-listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#result .post_list .wrap .member-listbox p{
  font-size: 16px;
  line-height: 28px;
}
#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: 765px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding:60px 0 80px;
}
ul.price_sub_menu li a{
  width: 342px;
  line-height: 80px;
  color:#FFF;
  font-size: 20px;
  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 .wrap{
  width:1000px;
  margin: 0 auto 100px;
}
#price_information .wrap h2.title{
  font-size:40px;
  line-height: 40px;
  text-align: center;
  color:#30493D;
  margin-bottom:80px;
}
#price_information .wrap h3.title{
  font-size:28px;
  text-align: center;
  color:#30493D;
  margin-bottom:40px;
}
#price_information .wrap .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#price_information .wrap .inner .left,
#price_information .wrap .inner .right{
  width:47%;
}
#price_information .wrap .inner.member .left,
#price_information .wrap .inner.member .center,
#price_information .wrap .inner.member .right{
  width:30%;
}
#price_information .wrap .inner h4{
  font-size: 20px;
  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:30px 40px;
  margin-bottom:100px;
}
#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: 20px;
  font-size: 14px;
  line-height: 28px;
}
#price_information .wrap .inner.hosoku .left table,
#price_information .wrap .inner.hosoku .center table,
#price_information .wrap .inner.hosoku .right table{
  padding: 20px 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 .wrap{
  width:1000px;
  margin: 0 auto 100px;
}
#manners .wrap h2.title{
  font-size:40px;
  line-height: 40px;
  text-align: center;
  color:#30493D;
  margin-bottom:50px;
}
#manners .wrap h3.title{
  font-size:24px;
  line-height:50px;
  text-align: center;
  color:#FFF;
  background: #30493D;
}
#manners .wrap .manner_block{
  margin-bottom:50px;
}
#manners .wrap .manner_block ul{
  display: flex;
  flex-wrap: wrap;
  background: #E7E5DA;
  padding:30px;
}
#manners .wrap .manner_block ul li{
  width: 30%;
  margin-right:5%;
  background: #FFF;
  box-sizing: border-box;
  padding:30px 30px;
}
#manners .wrap .manner_block ul li:last-child{
  margin-right: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:30px;
}
#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: 1100px;
  margin: 0 auto;
  padding:100px 0 150px;
}
#business_calendar .calendar_wrap h3{
  font-size: 40px;
  margin-bottom:35px;
  color: #30493D;
  text-align: center;
}
#business_calendar .calendar_wrap p{
  font-size:14px;
  margin-bottom:50px;
  text-align: center;
}

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

.fc-event{
  text-align: center !important;
}

.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:100px;
}
#policy .post_list .wrap,
#golf-agreement .post_list .wrap,
#cart-agreement .post_list .wrap,
#customer-harassment .post_list .wrap,
#invoice .post_list .wrap{
  width: 1100px;
  margin: 0 auto 100px;
  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: 1;
  width:200px;
}
#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: 2;
  width:800px;
}

#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:26px;
  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: 40px;
    color: #30493D;
    margin-bottom: 50px;
}
#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: 24px;
    padding-bottom:15px;
    border-bottom: 1px solid #30493D;
    color: #30493D;
    margin-bottom:15px;
}
#cart-agreement .post_list .post_content h4{
  font-size: 20px;
  text-align: right;
}
#customer-harassment .post_list .post_content h4{
  font-size: 20px;
  margin-bottom: 20px;
}
#policy .post_list .post_content p{
  margin-bottom: 30px;
}
#policy .post_list .post_content ul{
  margin-bottom:80px;
}
#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: 50px;
}

#golf-agreement .post_list .post_content ul li dl dt,
#cart-agreement .post_list .post_content ul li dl dt{
  font-size:20px;
  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:16px;
  line-height: 28px;

}

#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: 16px;
  line-height: 28px;
  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: 50px;
  text-align: right;
}
#invoice .post_list .post_content p.copy{
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
}
#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: 380px;
  position: relative;
}
#recruit .mv .wrap .right{
  width:calc(100% - 380px);
}
#recruit .mv .wrap .left .title{
  position: absolute;
  top: 25%;
  left: 50%;
  transform:translate(-50%,0) rotate(90deg);
}
#recruit .mv .wrap .left .title h3{
  font-size: 18px;
  line-height: 20px;
  color: #30493D;
  position: absolute; 
  bottom:50px;
  right: 0;
  writing-mode: sideways-lr;
  text-orientation: upright;
}
#recruit .mv .wrap .left .title h2{
  font-size: 58px;
  letter-spacing: 0.02em;
  color: #30493D;
}

#recruit .mv .wrap .right figure{
  width: 100%;
  height: 100vh;
  background: url("../images/recruit_mv.webp") no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}
#recruit .mv .wrap .right h4{
  font-size:24px;
  margin-bottom:20px;
}
#recruit .mv .wrap .right p{
  width: 666px;
  text-align: justify;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 150px;
}

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

#recruit .sec01 .wrap{
  width:800px;
  margin: 0 auto;
  background: #FFF;
  padding:100px;
}
#recruit .sec01 .wrap h2{
  font-size: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}
#recruit .sec01 .wrap ul li dl{
  display: flex;
  flex-wrap: wrap;
}
#recruit .sec01 .wrap ul li dl dt{
  width: 200px;
}
#recruit .sec01 .wrap ul li{
  border-bottom: 1px solid #EEE;
  padding:30px 0;
}


