@font-face {
  font-family: "AmstelvarLocal";
  src: url("../font/Amstelvar-Roman[GRAD\,XOPQ\,XTRA\,YOPQ\,YTAS\,YTDE\,YTFI\,YTLC\,YTUC\,wdth\,wght\,opsz].ttf") format("truetype");
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-font-color: #3A5264;
  --main-blue: #1977F3;
  --f-f-mincho:"Shippori Mincho", serif;
  --f-f-normal:"Yu Gothic Medium", "Yu Gothic";
  --english-font:'AmstelvarLocal',sans-serif;
  /* weight */
  --fw-thin: 200;
  --fw-regular: 400;
  --fw-bold: 800;
  /* fontsize */
  --fs-ssm: 0.75rem; /* 12px */
  --fs-sm: 0.875rem; /* 14px */
  --fs-md: 1rem;     /* 16px */
  --fs-lg: 1.5rem;   /* 24px */
}
.en{
  font-family:'AmstelvarLocal',sans-serif;
}
/* 擬似要素before,after共通 */
.before,.after,.both{
  position:relative;
}
.before::before,.after::after,.both::before,.both::after {
  content:"";
  position:absolute;
}

html{
  overflow: auto;
  position: relative;
  min-height: 100%;
  margin-top:0;
  scroll-behavior: smooth;
  font-size: 100%;
  background-color: #fff;
  line-height: 1.5;
}
body{
  overflow-x: hidden;
  position:relative;
  font-size:var(--fs-md);
  color:var(--main-font-color);
  font-style: normal;
  font-family:
    
    "Yu Gothic Medium",
    "Yu Gothic",
    sans-serif;
    font-weight:normal;
}


#wrap{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
a:hover{
  opacity: 70%;
}
.over_width{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);

}
.inner_width{
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
}
.pc_none{
  display: none;
}
/* text-align */
.ta_c{
  text-align: center;
}
.ta_l{
  text-align: left;
}
.ta_r{
  text-align: right;
}
/* ------余白------ */
/* トップページセクションマージン */
.index_section{
  margin-bottom:180px;
}
/* ------共通部品------ */
h2.section_title{
  font-family: var(--english-font);
  font-size:4.8rem;
}
h2.section_title span{
  font-size:1.8rem;
  display: block;
}
/* header */
.header{
  position:fixed;
  z-index: 10;
  top:0;
  left:0;
  width:100%;
}
.header.active{
  background-color:#fff;
}
.header.active .header_content{
  padding:16px 0;
  transition: 1s all;
}
.header_content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:28px 2% 24px 0;
  width:100%;
}

a.header_logo{
  width:280px;
  background-color: #fff;
  padding:14px 24px 14px 15px;
  border-radius:0 34px 34px 0;
  background-size: cover;
  display: block;
}
a.header_logo img{
  width:100%;
}
.header_inner{
  display: flex;
  width: calc(100% - 200px);
  justify-content: flex-end;
  margin:0 0 0 auto;
  max-width:1200px;
  font-size:1rem;
  gap:16px;
}
ul.nav{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap:16px;
  position: relative;
}
ul.nav li{
  text-align: center;
}

ul.nav li a{
  width:100%;
  font-family:var(--f-f-mincho);
  text-decoration: none;
  color:#3e3e3e;
}
header.active ul.nav li a{
  color:var(--main-font-color)
}
header.active #navArea ul.nav li a{
  color:#fff;
}
ul.contact_header{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
ul.contact_header li.header_insta a{
  display: inline-block;
  width:38px;
  height:38px;
  background: url(../images/common/insta_active.png) center center no-repeat;
  background-size: cover;
}
header.active ul.contact_header li.header_insta a{
  background: url(../images/common/insta_active.png) center center no-repeat;
  background-size: cover;
}
ul.contact_header li a{
  color:#fff;
  font-family:var(--f-f-normal);
}
ul.contact_header li.header_line{
  width:30px;
}
ul.contact_header li.header_line a,
ul.contact_header li.header_line a img{
  width:100%;
}
a.contact_web,
a.contact_line{
  display: inline-block;
  text-align: center;
  width:150px;
  height:38px;
  line-height: 38px;
  background-color: #6A4B34;
  border-radius:19px;
}
a.contact_line{
  background-color: #06c755;
}
a.contact_line.header_telbtn{
  background-color: #0658C4;
  font-size:13px;
  font-family: var(--english-font);
  font-weight:bold;
}
a.contact_line.header_telbtn i{
  margin-right:5px;
}
/* a.contact_line.header_telbtn::before{
  content:"";
  position:absolute;
  width:10px;
  height:16px;
  background: url(../images/common/tel_icon.png) center center no-repeat;
  background-size: cover;
  left:14px;
  top:50%;
  transform: translateY(-50%);
} */
/* ヘッダーメニュー展開 */
.menu_open{
  position:fixed;
  top:80px;
  padding-top:10px;
  width:100%;
  margin:0 auto;
  left:0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: url(../images/common/open_menu_bg.png) center center no-repeat;
  background-size: cover;
  transform: translateY(-30px);
  transition:
    opacity .45s cubic-bezier(0.22, 1, 0.36, 1),
    transform .45s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear .45s;
}
li.menu_parent{
  position: relative;
}

/* 親メニューと展開メニューの間を埋める透明エリア */
li.menu_parent:hover::after{
  content:"";
  position:fixed;
  left:0;
  top:60px;
  width:100vw;
  height:40px;
  z-index:10;
}
li.menu_parent:hover .menu_open,
li.menu_parent .menu_open:hover{
  position:fixed;
  width:100vw;
  transform: translateY(0);  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  pointer-events: auto;
}
.menu_open.is-open {
  opacity: 1;
  display: block;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
.header_menu_open{
  align-items: flex-start;
  max-width: 980px;
  padding:50px 30px;
}

ul.menu_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items:center;
  width:100%;
  height:100%;
  gap:20px
}
ul.menu_nav li{
  width:calc((100% - 60px) / 4);
  padding-bottom:10px;
  position:relative;
}
ul.menu_nav li::before{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  left:0;
  bottom:0;
  background-color: #3A5264;
  opacity: 20%;
}
ul.menu_nav li::after{
  content:"";
  position:absolute;
  width:25px;
  height:25px;
  right:0;
  top:6px;
  background: url(../images/index/news_arrow.png) center center no-repeat;
  background-size: cover;
}
ul.menu_nav li a{
  color:var(--main-font-color);
  display: block;
  font-size:0.8rem;
  letter-spacing: 2px;
  padding:0.7em 0;
}

/* ----------------------------------
footer
---------------------------------- */
.map_movie{
  padding:80px;
  background-color: #F1F7FF;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.map_movie p{
  font-family: var(--f-f-mincho);
}
.map_movie .movie_box{
  width:42%;
}
.map_movie .movie_box video{
  width:100%;
}
.movie_2{
  background-color: #1977F3;
}
.footer_reserve_wrap{
  width:50%;
  max-width:640px;
  margin:0 auto;
  padding:100px 0;
  color:#fff;
  font-family: var(--f-f-mincho);
}
.footer_reserve_wrap h3{
  font-size:2rem;
  margin-bottom:1rem;
}
.footer_reserve_wrap p{
  font-size:0.9rem;
  margin-bottom:50px;
}
.footer_reserve_wrap ul.contact_header{
  width:100%;
  margin:0 auto;
}
.footer_reserve_wrap ul.contact_header li{
  width:calc((100% - 50px) / 2);
  
}
.footer_reserve_wrap ul.contact_header li a{
  width:100%;
  font-family:var(--f-f-normal);
  height:70px;
  line-height: 70px;
  border:1px solid #fff;
  border-radius:35px;
}
footer{
  background-color: #F5F5F5;
  padding-top:100px;
  padding-bottom:65px;
}
.footer_wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width:100%;
  max-width: 1280px;
  margin:0 auto;
}
.footer_info{
  font-family: var(--f-f-mincho);
}
.footer_info p{
  margin:24px 0;
}
.footer_info a{
  color:var(--main-font-color);
  font-size:var(--fs-sm);
}
.footer_wrap ul.footer_nav{
  width:43.75%;
  display: flex;
  gap:32px;
  flex-wrap: wrap;
}
.footer_wrap ul.footer_nav li{
  width:calc((100% - 14%) / 3);
  padding:10px;
}
.footer_wrap ul.footer_nav li::before{
  width:100%;
  height:1px;
  background-color: var(--main-font-color);
  bottom:0;
  left:0;
  opacity: 0.2;
}
.footer_wrap ul.footer_nav li::after{
  width:25px;
  height:25px;
  background:url(../images/index/news_arrow.png) center center no-repeat;
  right:0;
  top:50%;
  transform: translateY(-50%);
}
.footer_wrap ul.footer_nav li a{
  color:var(--main-font-color);
  font-family: var(--f-f-normal);
}
.footer_wrap .contact_header{
  display: block;
  gap:1rem;
  width:220px;
}
.footer_wrap .contact_header li,
.footer_wrap .contact_header li a{
  width:100%;
  margin-bottom:10px;
}
.footer_copy{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size:10px;
  width:100%;
  max-width:1280px;
  margin:68px auto 0;
}
.footer_copy a{
  color:var(--main-font-color);
  text-decoration: underline;
}
.footer_copy p{
  font-family: var(--english-font);
}
footer ul.contact_header.pc_none{
  display: none;
}
/* 共通項目 */
.wrapper{
  margin:0 auto;
  box-sizing: border-box;
  width:100%;
  max-width: 1200px;
}
.double_line{
  position:relative
}
.double_line::before{
  content:"";
  position:absolute;
  bottom:0;
  left:0;
  width:24px;
  height:1px;
  background-color: #605C5A;
  z-index: 1;
}
.double_line::after{
  position:absolute;
  content:"";
  left:0;
  bottom:0;
  height:1px;
  width:100%;
  background-color: #d9d9d9;
}
h3.sub_title{
  font-size:4.8rem;
  font-family:var(--english-font);
}
h3.sub_title span{
  font-size:1.8rem;
  display: block;
}
a.btn{
  display: block;
  width:300px;
  height:80px;
  border-radius: 40px;
  background-color: var(--main-color);
  color:#fff;
  position:relative;
  line-height:80px;
  margin:60px 0 0 auto;
  font-size:2rem;
  font-weight:bold;
}
a.btn::after{
  position:absolute;
  content:"";
  width:16px;
  height:20px;
  background: url(../images/index/arrow.png) center center no-repeat;
  background-size: cover;
  right:3rem;
  top:31px;
  color:#fff;
}