@charset "UTF-8";
/****************************************************
部分
****************************************************/
html{
font-size: 62.5%;
/*基本のブラウザの文字サイズは16px、その62.5%は10px*/
box-sizing:border-box;
/* font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
font-weight: 500;
}
*,*::before,*::after{box-sizing:inherit;}
body{
  font-feature-settings: "palt";
  background: #71dacb;
  /* font-family: 'Frijole', cursive; */
  /* font-family: 'Kaisei Decol', serif; */
  font-family: 'Noto Sans JP', sans-serif;
  /* font-family: 'Noto Serif JP', serif; */
  /* font-family: 'Rampart One', cursive; */
  /* font-family: 'Kiwi Maru', serif; */
  /* font-family: 'M PLUS 1p', sans-serif; */
/* font-family: 'New Tegomin', serif; */
/* font-family: 'Rock 3D', cursive; */
/* font-family: 'Shizuru', cursive; */
}
.hide{
  overflow: hidden;
  width: 100%;
  position: relative;
}
a{
  text-decoration: none;
  transition: 0.5s;
}
a:hover{
  opacity: 0.7;
}
img{
  width: 100%;
}
.hidden{
  overflow: hidden;
}
.inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
}
.flex{
  display: flex;
}
.flex_pc{
  display: block;
  justify-content: center;
}
.flex_re{
  flex-direction: row-reverse;
}
.red{
  color: #EB6D73;
}
@media screen and (max-width:768px){
.sp_none{
  display: none !important
}
.pc_br{
  display: none;
}
.inner{
  max-width: 545px;
  margin: 0 auto;
  padding: 0 35px;
}
.bg{
  background: url(../images/bg1_sp.png) no-repeat;
  background-size: 100%;
}
}

@media screen and (min-width:769px){
.pc_none{
  display: none !important;
}
.sp_br{
  display: none;
}
.flex_pc{
  display: flex;
}
.bg{
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
  height: 2016px;
}
}

/****************************************************
MV
****************************************************/
.mv{
    /* background: url(../img/mv_bg.png) no-repeat;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(8px);
    background-position: center -63vw;
    width: auto;
    height: 59.5vw; */
    overflow: hidden;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    z-index: -200000;

}
.mv_img{
  display: block;
  margin: 0px auto 0 -13vw;
  width: 120vw;
  height: auto;
  margin-top: -20vw;
}
.mv_img1{
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 2vw;
  left: 0;
  right: 0;
  filter: drop-shadow(5px 5px 5px #7c7c7c);
  width: 67vw;
}
.mv_img2{
  display: block;
  margin: 0 auto;
  width: 60vw;
  padding: 35px 0 35px;
}

.boshu{
  position: absolute;
  width: 25vw;
  top: 17vw;
  right: 15vw;
  filter: drop-shadow(5px 5px 5px rgb(87, 87, 87));
}

.sns{
  background: #71dacb;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
}
.sns a{
  display: block;
  width: 40px;
  margin: 0 2vw;
}

@media screen and (max-width:768px){

.boshu{
  position: absolute;
  width: 35vw;
  top: 25vw;
  right: 15vw;
  filter: drop-shadow(5px 5px 5px rgb(87, 87, 87));
}

  .mv{
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none;
    background-position: center -63vw;
    width: auto;
    position: static;
}
.mv_img{
  display: block;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
}
.mv_img1{
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 0vw;
  left: 0;
  right: 0;
  width: 90vw;
}
.mv_img2{
  width: 65vw;
}

}

/****************************************************
CTA
****************************************************/
.sec1{
  overflow: hidden;
  /* position: -webkit-sticky;
  position: sticky; */
  top: 0;
  z-index: -20000;
  }


@media screen and (max-width:768px){

}
/****************************************************
SEC1
****************************************************/

h2{
  font-size: 4vw;
  color: #FFFFFF;
  line-height: 1.5;
  padding-top: 5vw;
    /* font-family: 'Frijole', cursive; */
  /* font-family: 'Kaisei Decol', serif; */
  /* font-family: 'Noto Sans JP', sans-serif; */
  /* font-family: 'Noto Serif JP', serif; */
/* font-family: 'Rock 3D', cursive; */
/* font-family: 'Palette Mosaic', cursive; */
  /* font-family: 'Rampart One', cursive; */
  text-align: center;
  font-family: 'Rubik Mono One', sans-serif;
}
.sec1{
  font-size: 7vw;
  /* font-weight: bold; */
  color: #FFFFFF;
  background: #ff0b94;
  text-align: center;
  /* font-family: 'Frijole', cursive; */
  font-family: 'Palette Mosaic', cursive;
  margin-top: -1px;
}


@media screen and (max-width:768px){

  h2{
    font-size: 4vw;

  }
  .sec1{
    font-size: 10vw;
  }
}
/****************************************************
SEC4
****************************************************/
.video iframe{
  width: 80vw;
  height: 45vw;
  max-width: 800px;
  max-height: 450px;
}
.aiueo{
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  margin-bottom:20px;
  font-family: 'Kaisei Decol', serif;
}
body .sec3 .price{
  padding-bottom: 40px;
  margin-top: -10px;
}
.sec4{
  font-size: 7vw;
  /* font-weight: bold; */
  color: #FFFFFF;
  background: #ff0c94;
  text-align: center;
  line-height: 20vw;
  font-family: 'Frijole', cursive;
}

.sec4 div{
  font-size:25px;
  font-family: 'Kaisei Decol', serif;
  line-height: 1;
  margin-top: 30px;
  padding-bottom: 70px;
}
.sec4 h2{
  font-family: 'Rubik Mono One', sans-serif;
}
.sec4 h2 span{
  font-size: 10px;
}

.sec4 div span{
  font-size:18px;
}



@media screen and (max-width:768px){

  .sec4{
    position: static;
  }
  .sec4 div{
    margin-top: 20px;
    font-size:20px;
    position: static;
  }

}
/****************************************************
SEC2
****************************************************/
.sample6 {
	width: 200px;
	height:	auto;
	overflow:	hidden;
	position:	relative;
}
.sample6 .caption {
	color:	#fff;
	padding-top:60px;
  text-align: center;
  font-family: 'Kaisei Decol', serif;
  font-size: min(20px, 2vw);
}
.sample6 .caption3 {
	padding-top:40px;
}
.sample6 .mask {
	width: 100%;
	height: 100%;
	position:		absolute;
	top: 0;	/* 枠の上に置いて表示させない */
	left:	0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:	all 0.6s ease;
}
.sample6:hover .mask {
	top: -100%;	/* 下に降りてくるように見せる */
}
.sec2{
  background: #71dacb;
  text-align: center;
  padding-bottom: 80px;
}
.sec2 .flexwrap{
  margin: 0 auto;
  width: 90vw;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec2 .flexwrap > a{
  width: 200px;
  display: block;
  margin: 5px;
  height: 150px;
  position: relative;
}
.sec2 .flexwrap > div:hover{
  background: #000000;
}
.sec2 .flexwrap a:hover{
  opacity: 1;
}
/* Compornents - ModalWindow */
.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}

.c-modal_content {
  background: #ffffffde;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}
.c-modal_content._sm {
  width: 30%;
}
.c-modal_content._md {
  width: 50%;
}
.c-modal_content._lg {
  width: 85%;
  max-width: 1000px;
  height: 90vh;
  overflow: scroll;
}

.c-modal_content_inner {
  position: relative;
  padding: 24px;
}

.c-modal_close {
  position: absolute;
  top: 13px;
  left: 10px;
}
.modal-title{
  font-size: 25px;
  padding-top: 40px;
  font-weight: bold;
  font-family: 'Kaisei Decol', serif;
}
.modal-txt{
  width: 70%;
  margin: auto;
  line-height: 1.5;
  padding-bottom: 50px;
  text-align: left;
  font-size: 15px;
  font-family: 'DotGothic16', sans-serif;
}
.modal-img{
  width: 70%;
  margin: 40px auto;
  display: block;
  max-width: 500px;
}
.modal-icon{
  width: 50px;
  padding-bottom: 40px;
  margin: 0 1vw;
}
.c-modal_content_inner .flex{
  justify-content: center;
}

.js-modal-open.new{
  position: relative;
}
.new::after{
  content: "new!";
  background-color: #E72c54;
  color: #FFFFFF;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 13px;
  height: 20px;
  width: 35px;
  LINE-HEIGHT: 18PX;
  BORDER-RADIUS: 5PX;
  font-weight: bold;
}
.chidori::before{
  content: "千鳥温泉";
  background-color: #cdf9fb;
  color: #333333;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  height: 20px;
  width: 70px;
  LINE-HEIGHT: 18PX;
  BORDER-RADIUS: 5PX;
  font-weight: bold;
  z-index: 1;
  transition: 0.4s;
}
.chidori:hover::before{
  background-color: #333333;
  color: #cdf9fb;
}
.pull::before{
  content: "PULL";
  background-color: #93c279;
  color: #333333;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  height: 20px;
  width: 70px;
  LINE-HEIGHT: 18PX;
  BORDER-RADIUS: 5PX;
  font-weight: bold;
  z-index: 1;
  transition: 0.4s;
}
.pull:hover::before{
  background-color: #333333;
  color: #93c279;
}
.figya::before{
  content: "FIGYA";
  background-color: #b4a7d5;
  color: #333333;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  height: 20px;
  width: 70px;
  LINE-HEIGHT: 18PX;
  BORDER-RADIUS: 5PX;
  font-weight: bold;
  z-index: 1;
  transition: 0.4s;
}
.figya:hover::before{
  background-color: #333333;
  color: #b4a7d5;
}
.shotengai::before{
  content: "商店街";
  background-color: #fdff18;
  color: #333333;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  height: 20px;
  width: 70px;
  LINE-HEIGHT: 18PX;
  BORDER-RADIUS: 5PX;
  font-weight: bold;
  z-index: 1;
  transition: 0.4s;
}
.shotengai:hover::before{
  background-color: #333333;
  color: #fdff18;
}
.shalman::before{
  content: "シャルマン";
  background-color: #d3a6bc;
  color: #333333;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  height: 20px;
  width: 70px;
  LINE-HEIGHT: 18PX;
  BORDER-RADIUS: 5PX;
  font-weight: bold;
  z-index: 1;
  transition: 0.4s;
}
.shalman:hover::before{
  background-color: #333333;
  color: #d3a6bc;
}
.doraku::before{
  content: "働楽";
  background-color: #ccb679;
  color: #333333;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  height: 20px;
  width: 70px;
  LINE-HEIGHT: 18PX;
  BORDER-RADIUS: 5PX;
  font-weight: bold;
  z-index: 1;
  transition: 0.4s;
}
.doraku:hover::before{
  background-color: #333333;
  color: #ccb679;
}
.jinja::before{
  content: "神社";
  background-color: #db7f69;
  color: #333333;
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 12px;
  height: 20px;
  width: 70px;
  LINE-HEIGHT: 18PX;
  BORDER-RADIUS: 5PX;
  font-weight: bold;
  z-index: 1;
  transition: 0.4s;
}
.jinja:hover::before{
  background-color: #333333;
  color: #db7f69;
}
.new2::after{
  content: "受付";
}
@media screen and (max-width:768px){
  .sec2 .flexwrap {
    width: 96vw;
}
  .sec2 .flexwrap > a{
    width: 45%;
    margin: 5px;
    height: auto;
  }
  .sample6 {
    width: 100%;
  }
  .sample6 .caption {
    color:	#fff;
    padding-top:14vw;
    text-align: center;
    font-family: 'Kaisei Decol', serif;
    font-size: 20px;
  }
  .modal-txt{
    width: 85%;
  }
}
/****************************************************
SEC3
****************************************************/


.sec3{
  background: #71dacb;
  text-align: center;
  font-family: 'Kaisei Decol', serif;
}
.sec3 input{
  font-family: 'Kaisei Decol', serif;
}
.sec3 p{
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  padding-bottom: 80px;
  line-height: 1.2;
}
.sec3 form p{
  padding-bottom: 0px;
}
.sec3 p span{
  font-size: 16px;
}
.titleform{
  font-size: 30px;
  color: #FFFFFF;
}

@media screen and (max-width:768px){
.sec3{
  padding-bottom: 40px;
}
.sec3 p{
  padding-bottom: 40px;
}
.titleform{
  font-size: 20px;
  color: #FFFFFF;
}
}
/****************************************************
SEC4
****************************************************/
.gotop{
  display: none;
  opacity: 0;
  transition: 0.5S;
  width: 40px;
  height: 40px;
  border-radius: 40PX;
}
.gotop.fixed{
  display: block;
  position: fixed;
  TOP: CALC(100VH - 52PX);
  LEFT: CALC(100VW - 69PX);
  opacity: 1;
  transition: 0.5S;
  background-color: #ffffff;
  FONT-SIZE: 30PX;
  PADDING-LEFT: 5PX;
  color: #000000;
}


@media screen and (max-width:768px){

}




/*==================
contact.html
====================*/

  /* form label{
    width: 250px;
    font-size: 1.6rem;
    line-height: 2.7rem;
    padding-top: 1rem;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
  }
  form .col-form-label{
    display: flex;
    position: relative;
    padding: 0;
  }
  form .col-form-label span{
  margin-top: 1rem;
  } */
  form label span{
    width: 45px;
    height: 25px;
    font-size: 1.2rem;
    line-height: 2rem;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
    display: block;
    margin-top: -4px;
  }
  /* form .col-sm-9{
    margin-left: 25px;
  }
  form .col-sm-10{
    margin-left: 25px;
  }
  form .txt{
    margin: 1.2rem 1rem 1.6rem 0;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  form .txt1{
    margin: 1.2rem 0.6rem;
    font-size: 1.6rem;
    line-height: 2.7rem;
  }
  form .form-row{
    padding: 30px 0 0;
  }
  form input{
    border: none;
    height: 36px;
    padding-left: 2rem;
  }
  form textarea{
    border: none;
    height: 150px;
    padding-left: 2rem;
    padding-top: 12px;
  }
  form .attention{
    font-size: 1.6rem;
    line-height: 2.7rem;
    text-align: center;
  }
  form a{
    color: #17b0ff;
    position: relative;
  }
  form a::after{
    content: url(../images/ico-link.png);
    position: absolute;
    right: -14px;
  }
  form .form-control{
    width: 520px;
  }
  form .btn{
    color: #000000;
    width: 300px;
    height: 70px;
    border: #000000 1px solid;
    background: #FFFFFF;
    margin: 40px auto 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    transition: 0.7s;
    font-family: 'Noto Sans JP', sans-serif;
  }
  form .btn:hover{
    color: #FFFFFF;
    width: 300px;
    height: 70px;
    border: #000000 1px solid;
    background: #000000;
    margin: 40px auto 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
  } */

  .ticket_wrap{
    background: #28656121;
    padding: 30px;
    box-shadow: 0px 0px 15px -5px #777777a6;
  }

.sec3 .inner{
  max-width: 700px;
}
  
  form label{
    width: 250px;
    font-size: 1.4rem;
    line-height: 2.7rem;
    letter-spacing: 0.05em;
    padding-top: 1rem;
    display: flex;
    justify-content: initial;
  }
  form .col-form-label{
    display: flex;
    position: relative;
    padding: 0;
    width: 100%;
  }
  form .col-form-label span{
  margin-top: 0;
  }
  form label span{
    width: 43px;
    height: 20px;
    font-size: 1rem;
    margin-left: 1rem;
    transform: translateY(8px);
  }
  form .col-sm-9{
    margin-left: 0;
    margin-top: 10px;
  }
  form .col-sm-10{
    margin-left: 0;
    margin-top: 10px;
  }
  form .txt{
    margin: 1.2rem 1rem 1.6rem 0;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.05em;
  }
  form .txt1{
    margin: 1.2rem 0.6rem;
    font-size: 1.6rem;
    line-height: 2.7rem;
    letter-spacing: 0.05em;
  }
  form .form-row{
    padding: 7px 0;
  }
  form input{
    border: none;
    height: 36px;
    padding-left: 2rem;
  }
  form .kome{
    position: relative;
    bottom: 0;
    font-size: 1.2rem;
    line-height: 2.7rem;
    letter-spacing: 0.05em;
  }
  form #file-upload-button{
    border: none;
    width: 165px;
    height: 48px;
    padding-left: 0;
  }
  form .file{
    padding-left: 0;
  }
  form .attention{
    font-size: 1.4rem;
    line-height: 2.7rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  form a{
    color: #17b0ff;
  }
  form .form-control{
    width: 100%;
    border-radius: 3px;
  }
  form .form-control1{
    width: 100px;
  }
  form .form-control2{
    width: 185px;
  }
  form .form-control3{
    width: 100%;
  }
  form .btn{
    width: 150px;
    height: 55px;
    margin: 20px auto 10px;
    display: block;
    transition: 0.4s;
  }
  form .btn:hover{
    color: #FFFFFF;
    width: 150px;
    height: 55px;
    margin: 40px auto 0;
    display: block;
  }
  form .rows{
    padding-bottom: 0;
  }
  form p{
    width: 100%;
  }

body .sec3 p.add{
  width: 90vw;
  margin: 30px auto 0;
  line-height: 1.2;
  font-size: 14px;
}
.sec3 .inner{
  position: relative;
}
.sec3 .inner .special{
  position: absolute;
  width: 200px;
  top: 11vw;
  right: -1vw;
  transform: rotate(10deg);
}
  
@media screen and (max-width:768px){

  .ticket_wrap{
    padding: 17px;
  }
  
body .sec3 p.add{
  text-align: left;
  font-size: 12px;
}
.sec3 .inner .special{
  position: absolute;
  width: 120px;
  top: 15vw;
  right: 0vw;
  transform: rotate(10deg);
}
}
@media screen and (max-width:400px){
  form .btn {
    width: 100%;
}
}
button.btn--yellow {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #6776cb;
  border-bottom: 5px solid #7a335a75;
  font-family: 'Kaisei Decol', serif;
  border-radius: 30px;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

button.btn--yellow:hover {
  margin-top: 23px;
  margin-bottom: 7px;
  background: #6776cb;
  border-bottom: 2px solid #7a335a75;
}

/*==================
要素がフワッとする設定
====================*/

/*このクラスは必須なので全部入れる*/
.huwa {
  opacity: 0;
  transition: all .7s ease;
}

/*Javascriptでスライドした時にこのクラスが入り、アニメーションが発生*/
.huwa.show {
  opacity: 1;
  transform: none;
}

/*左から右に出てくる*/
.huwa--lr {
  transform: translate(-100px, 0);
}

/*右から左に出てくる*/ 
.huwa--rl {
  transform: translate(100px, 0);
}

/*下から上に出てくる*/ 
.huwa--up {
  transform: translate(0, 100px);
}
 
 /*上から下に出てくる*/ 
.huwa--down {
  transform: translate(0, -100px);
}
 
 /*縮小状態から出てくる*/ 
.huwa--scaleUp {
  transform: scale(.5);
}
/*縮小状態から出てくる*/ 
.huwa--scaleUp2 {
 transform: scale(.8);
}
 
 /*拡大状態から出てくる*/ 
.huwa--scaleDown {
  transform: scale(1.5);
}
 
/*回りながら出てくる（右）*/ 
.huwa--rotateL {
  transform: rotate(180deg);
}
 
/*回りながら出てくる（左）*/
.huwa--rotateR {
  transform: rotate(-180deg);
}

header{
  position: relative;
  width: 100%;
  z-index: 1000000;
  margin: 0 auto;
  height: 0;
  padding: 0;
  }
  .g-nav{
    justify-content: space-between;
    background-color: #2cd9f7d1;
    padding: 0 50px;
    display: none;
  }
  .g-nav div{
    width: 150px;
    transform: translate(10000px);
  }
  .g-nav-menu{
    display: flex;
  }
  .g-nav-menu li a{
    color: #f8e7b2;
  }
.g-nav-menu li{
  color: #fff;
  padding: 5px 30px 0;
  list-style-type: none;
  line-height: 80px;
  width: 160px;
  font-size: 25px;
  }
  .fixed{
  position: fixed;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  }
  .fixed .g-nav{
    display: flex;
    height: 80px;
    padding-top: 10px;
  }
  .fixed .g-nav-menu li{
  line-height: 40px;
  transform: none;
  }
  .fixed div{
  transform: none;
  }



@media screen and (max-width:768px){
  .g-nav-menu{
    display: block;
  }
  header{
    padding: 0;
    width: 100vw;
    }
    .g-nav{
      justify-content: space-between;
      padding: 0 15px;
      display: none;
    }
  
    .fixed .g-nav{
      margin-top: 0;
    }
.g-nav-menu li{
  color: #fff;
  padding: 5px 5px 0;
  line-height: 2;
  width: 80px;
  font-size: 16px;
  font-weight: bold;
}

.g-nav-menu li a{
  color: #f8e7b2;
  font-size: 20px;
}
.g-nav div{
  min-width: 150px;
}

a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
}

.menu {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: ease .5s;
  transition: ease .5s;
  z-index: 100;
}


.menu.open {
  display: block;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  overflow-y: hidden;
  height: 100vh;
  width: 70vw;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  position: fixed;
  top: 0;
  right: 25vw;
}
/* .menu.open > p.bk{
  background-color: #5858586e;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0%;
} */

.drawers {
  position: absolute;
  right: 0;
  background-color: #fff;
}

.drawer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
  height: 70px;
  padding: 0 1em;
}

  .drawer {
    height: 60px;
  }

.navbar_toggle {
  z-index: 999;
  border: 2px #464646 solid;
  padding: 12px 12px;
  border-radius: 44px;
  top: -200px;
  right: 8px;
  display: block;
  width: 53px;
  position: fixed;
  background: #ffffff7a;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 3px;
  width:25px;
  background: #000000;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

/*ハンバーガーメニューの開閉*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar_toggle {
  margin: 25px 10px 0 auto;
}

}

.map {
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 32.5%; /* 比率を4:3に固定 */
  margin: 30px auto;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}