@charset "UTF-8";
/* CSS Document */
/* Scss Document */
body {
  height: 100%;
  overflow: visible; }
  body .container {
    overflow: visible; }
  body header, body nav {
    overflow: hidden; }
  body .wrap-h1 {
    /*
	position: sticky;
    top: 120px;
	*/
    padding-bottom: 10px;
    background: #FFF;
    z-index: 2; }
    @media only screen and (max-width: 800px) {
      body .wrap-h1 {
        position: static; } }
  body #location .area1 {
    position: relative;
    max-width: 1200px;
    overflow-y: visible;
    margin-bottom: 80px;
    height: 100%;
    	/*
        figure{
          max-width:1200px;
          margin: 0 auto;
          text-align: center;
    
          &.copy{
            margin: 34px auto;
          }
          .pc{
            display: inline-block;
            @include max-screen(800px){
              display: none;
            }
          }
          .sp{
            display: none;
            @include max-screen(800px){
              display: inline-block;
            }
          }
        }
    	*/ }
    @media only screen and (max-width: 800px) {
      body #location .area1 {
        margin-bottom: 0px; } }
    body #location .area1 .switch {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-around;
      max-width: 656px;
      margin: 0 auto 20px; }
      @media only screen and (max-width: 600px) {
        body #location .area1 .switch {
          flex-wrap: wrap;
          row-gap: 1vmax;
          margin-bottom: 40px; } }
      body #location .area1 .switch .switch_button {
        display: inline-block;
        width: 48%;
        max-height: 44px;
        max-width: 312px;
        text-align: center; }
        @media only screen and (max-width: 600px) {
          body #location .area1 .switch .switch_button {
            width: 100%;
            max-width: none; }
            body #location .area1 .switch .switch_button img.sp {
              display: inline-block; } }
        body #location .area1 .switch .switch_button .btn {
          display: inline-block; }
        body #location .area1 .switch .switch_button:first-child a {
          color: #fff; }
        body #location .area1 .switch .switch_button:first-child:hover a {
          color: #c30d23; }
        body #location .area1 .switch .switch_button:last-child a {
          color: #fff; }
        body #location .area1 .switch .switch_button:last-child:hover a {
          color: #00428e; }
    body #location .area1 .flex-box {
      width: 100%;
      max-width: 1200px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
    /*@include max-screen(1300px){
  	  height: 4530px;
    }
    @include max-screen(1280px){
  	  height: 4490px;
    }
    @include max-screen(1260px){
  	  height: 4440px;
    }
    @include max-screen(1240px){
  	  height: 4380px;
    }
    @include max-screen(1220px){
  	  height: 4320px;
    }
    @include max-screen(1200px){
  	  height: 4260px;
    }
    @include max-screen(1180px){
  	  height: 4080px;
    }
    @include max-screen(1160px){
  	  height: 4080px;
    }
    @include max-screen(1140px){
  	  height: 4080px;
    }
    @include max-screen(1120px){
  	  height: 3980px;
    }
    @include max-screen(1100px){
  	  height: 3900px;
    }
    @include max-screen(1080px){
  	  height: 3800px;
    }
    @include max-screen(1060px){
  	  height: 3740px;
    }
    @include max-screen(1040px){
  	  height: 3680px;
    }
    @include max-screen(1020px){
  	  height: 3600px;
    }
    @include max-screen(1000px){
  	  height: 3530px;
    }
    @include max-screen(980px){
  	  height: 3460px;
    }
    @include max-screen(960px){
  	  height: 3390px;
    }
    @include max-screen(940px){
  	  height: 3320px;
    }
    @include max-screen(920px){
  	  height: 3250px;
    }
    @include max-screen(900px){
  	  height: 3180px;
    }
    @include max-screen(880px){
  	  height: 3110px;
    }
    @include max-screen(860px){
  	  height: 3040px;
    }
    @include max-screen(840px){
  	  height: 2970px;
    }
    @include max-screen(820px){
  	  height: 2900px;
    }*/
    /*
    /*スクロールバー非表示（IE・Edge）*
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*
    scrollbar-width: none;
    &::-webkit-scrollbar{
  	display:none;
    }
    */ }
      @media only screen and (max-width: 800px) {
        body #location .area1 .flex-box {
          height: auto;
          flex-direction: column;
          align-items: center; } }
      body #location .area1 .flex-box .contents {
        width: 42%;
        max-width: 478px;
        height: 100%;
        text-align: end;
        container-type: inline-size; }
        @media only screen and (max-width: 800px) {
          body #location .area1 .flex-box .contents {
            width: 100%;
            margin-bottom: 0px; } }
        body #location .area1 .flex-box .contents figure {
          margin-bottom: 20px;
          max-width: 404px; }
@container (max-width: 440px) {
  body #location .area1 .flex-box .contents figure {
    padding: 0 2%; } }
        body #location .area1 .flex-box .contents img {
          max-width: 100%; }
      body #location .area1 .flex-box .map {
        width: calc(100% - 42%);
        max-width: 695px; }
        @media only screen and (max-width: 800px) {
          body #location .area1 .flex-box .map {
            width: 100%;
            margin-bottom: 20px; } }
        body #location .area1 .flex-box .map .sticky {
          position: sticky;
          top: 136px; }
  body #location .area2 {
    background-color: #f6f1d6; }
    body #location .area2 .bg {
      width: 90%;
      max-width: 1200px;
      overflow-y: visible;
      margin: 0 auto;
      padding: 60px 0; }
      @media only screen and (max-width: 800px) {
        body #location .area2 .bg {
          padding: 45px 0; } }
    body #location .area2 h1 {
      font-family: 'EB Garamond', serif;
      text-align: center;
      color: #1b2d58;
      opacity: .7;
      letter-spacing: .2em;
      font-size: 5.5rem;
      border-bottom: 1px solid #1b2d58;
      margin-bottom: 20px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 800px) {
        body #location .area2 h1 {
          font-size: 6.5vw;
          margin-bottom: 20px; } }
    body #location .area2 .flex-box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      padding-bottom: 32px; }
      @media only screen and (max-width: 800px) {
        body #location .area2 .flex-box {
          height: auto;
          flex-direction: column;
          align-items: center; }
          body #location .area2 .flex-box .image {
            margin-top: 30px; } }
  body #location .area3 {
    width: 90%;
    max-width: 1200px;
    overflow-y: visible;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0; }
    @media only screen and (max-width: 800px) {
      body #location .area3 {
        padding: 45px 0; } }
    body #location .area3 h1 {
      font-family: 'EB Garamond', serif;
      text-align: center;
      color: #1b2d58;
      opacity: .7;
      letter-spacing: .2em;
      font-size: 5.5rem;
      border-bottom: 1px solid #1b2d58;
      margin-bottom: 20px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 800px) {
        body #location .area3 h1 {
          font-size: 6.5vw;
          margin-bottom: 20px; } }
    body #location .area3 img {
      margin-bottom: 30px; }
    body #location .area3 .flex-box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-around;
      width: 90%;
      max-width: 1000px;
      margin: 0 auto; }
      @media only screen and (max-width: 800px) {
        body #location .area3 .flex-box {
          flex-direction: column; } }
      body #location .area3 .flex-box .imgWrap {
        width: 100%; }
        @media only screen and (max-width: 800px) {
          body #location .area3 .flex-box .imgWrap:first-child {
            margin-bottom: 1rem; }
          body #location .area3 .flex-box .imgWrap img {
            margin-bottom: 0; } }
