body {
	min-width: 1150px;
	margin: 0 auto;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
	min-width: 1150px;
	margin: 0 auto;
}

header.header_change {
    padding: 15px 0;
    box-shadow: 0 0px 25px rgba(0,0,0,0.05), 0 0px 5px rgba(0,0,0,0.05);
    background: #fff;
}

header.header_change .wrapper_logo_top {
    background-image: url("../img/common/logo_blue.png");
    width: 60px;
    height: 42px;
}

.pc_disp {
	display: block;
}

.sp_disp {
	display: none;
}

.wrapper_logo_top {
    display: block;
    background-image: url("../img/common/logo.png");
    width: 84px;
    height: 58px;
	position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1.logo_top a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.noscroll {
  overflow: hidden;
}

/* menu triger */
.wrapper_menu_triger {
  z-index: 999;
  position: fixed;
  right: 0px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0px;
  width: 120px;
  height: 100px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.triger_wrap {
  display: block;
  height: 24px;
  width: 35px;
  margin: 0 auto;
  cursor: pointer;
}
.menu-trigger,
.menu-trigger span {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 99999;
}
.menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 99999;
}
.trigger_small .menu-trigger span {
    background: #000;
}
.trigger_small .menu-trigger .mobilenav_text {display: none;}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
  left: -4px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 2px;
}
.movmobb1 .active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.movmobb1 .active span:nth-of-type(2) {
  opacity: 0;
}
.movmobb1 .active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.movmobb2 .active span:nth-of-type(1) {
  background: #000;
  -webkit-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg);
}
.movmobb2 .active span:nth-of-type(2) {
  opacity: 0;
}
.movmobb2 .active span:nth-of-type(3) {
  background: #000;
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

/* menu inside */
.mobilenav {
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.wrapper_contents_mobilenav {
  height: 100%;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-direction: column;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.inner_mobilenav {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
}
.margin_right {
}
.mobilenav .menu_upper ul {
  margin: 0px auto;
  text-align: center;
}
.mobilenav .main_content {
  list-style-type: none;
  margin: 0 auto 36px;
  text-align: left;
}
.mobilenav .main_content:last-child {
  margin-bottom: 0px;
}
.mobilenav .main_content > a {
  display: inline-block;
  font-family: 'Overpass', sans-serif;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 3px;
}
.button_booking {
  display: block;
  background: #279dcc;
  width: 270px;
  text-align: center;
}
.button_booking > a {
  color: #fff;
  padding: 22px 0 18px;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  line-height: 12px;
}
.menu_bottom {
  width: 80%;
  margin: 88px auto 0;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.title_menu {
  font-size: 20px;
  line-height: 20px;
  font-family: 'Overpass', sans-serif;
}
.each_menu_bottom ul {
}
.each_menu_bottom ul li {
  margin-bottom: 40px;
}
.each_menu_bottom ul li:last-child {
  margin-bottom: 0px;
}
.each_menu_bottom ul li a {
  font-size: 20px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  font-weight: bold;
  transition: all .25s;
  display: flex;
  position: relative;
  border-left: 1px solid;
  justify-content: space-between;
  align-items: center;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-left: 14px;
}
.each_menu_bottom ul li a:hover {
	color: #169ccd;
  padding-right: 25px;
}
.each_menu_bottom ul li a span {
    font-family: 'Overpass', ui-sans-serif;
    display: block;
    opacity: 0.4;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.each_menu_bottom ul li a:hover span {
    opacity: 0.2;
}

.menu_locations {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 25px 0 0;
}

.menu_locations a {
    display: block!important;
    width: 48%!important;
    border-left: none!important;
	padding-right: 0!important;
    padding-left: 0!important;
    -webkit-transition: all 1s ease!important;
    -moz-transition: all 1s ease!important;
    -o-transition: all 1s ease!important;
    transition: all 1s ease!important;
}

.menu_locations a:hover {
	opacity: 0.4;
}

.menu_locations a:hover .menu_locations_thumb img {
	transform: scale(1.1);
}

.menu_locations a:after {
	display: none!important;
}

.menu_locations_thumb {
    width: 100%;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}

.menu_locations_thumb img {
	width: 100%;
	height: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.menu_locations_name {
    font-size: 1.6rem;
    margin-top: 8px;
    font-family: 'Overpass', ui-sans-serif;
}

.each_menu_bottom ul li:first-child {
    display: block;
    width: 100%;
}

.each_menu_bottom ul li:nth-child(2) {
    width: 100%;
    display: block;
}

.each_menu_bottom ul li:nth-child(3) {
	width: 100%;
}

.each_menu_bottom ul li:nth-child(4) {
	width: 100%;
}

.each_menu_bottom ul li:nth-child(5) {
	width: 100%;
}

.each_menu_bottom ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    right: 2px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -5px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
}
.sns_bottom {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sns_bottom ul {
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.sns_bottom ul li {
  margin-right: 36px;
}
.sns_bottom ul li:last-child {
  margin-right: 0px;
}
.sns_bottom ul li a {
  display: block;
}
.fa-facebook {
  font-size: 20px;
}
.fa-instagram {
    font-size: 15px;
    color: #444;
}

/* menu icon */
.mobilenav_text {
  font-size: 10px;
  font-weight: 200;
  position: absolute;
  right: 0px;
  margin: auto;
  left: 0px;
  text-align: center;
  top: 30px;
  z-index: 9999;
  color: #fff;
}
.trigger_small {
  width: 90px;
  height: 90px;
  top: 30px;
  right: 30px;
}

/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/

@media screen and (max-width: 768px) {
  .margin_right {
    margin-right: 60px;
  }
}

/*---------------------------------------------------------------*\
	$600px
\*---------------------------------------------------------------*/

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

  /* menu inside */
  .margin_right {
    margin-right: 50px;
  }
  .mobilenav .main_content {
    margin-bottom: 32px;
  }
  .mobilenav .main_content > a {
    font-size: 16px;
    line-height: 16px;
  }
  .title_menu {
    font-size: 14px;
    line-height: 14px;
  }
  .button_booking {
    width: 240px;
  }
  .trigger_small {
		width: 60px!important;
		height: 60px!important;
		top: 14px!important;
		right: 14px!important;
	}
	.trigger_small .menu-trigger {
		position: relative;
		width: 74%;
		margin: 0 auto;
		height: 100%;
	}

	.each_menu_bottom ul {
		width: 100%;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.each_menu_bottom ul li a {
		font-size: 20px;
		-webkit-transition: all .25s;
		-o-transition: all .25s;
		font-weight: bold;
		transition: all .25s;
		display: flex;
		position: relative;
		border-left: 1px solid;
		justify-content: space-between;
		font-size: 1.5rem;
		align-items: center;
		display: flex;
		width: 100%;
		padding-right: 20px;
		padding-left: 10px;
	}
	.each_menu_bottom ul li a span {
		font-family: 'Overpass', ui-sans-serif;
		display: block;
		opacity: 0.4;
		font-size: 1.2rem;
	}
	.menu_locations_name {
		font-size: 1.1rem;
		margin-top: 8px;
		letter-spacing: 0.5px;
		font-family: 'Overpass', ui-sans-serif;
	}
	.menu_locations a {
		display: block!important;
		width: 48%!important;
		border-left: none!important;
		padding-right: 0!important;
		padding-left: 0!important;
		-webkit-transition: all 1s ease!important;
		-moz-transition: all 1s ease!important;
		-o-transition: all 1s ease!important;
		transition: all 1s ease!important;
	}
	.each_menu_bottom ul li:last-child {
		margin-bottom: 15px;
	}
	.each_menu_bottom ul {
		width: 100%!important;
		flex-wrap: wrap!important;
		justify-content: space-between!important;
	}
}

/*---------------------------------------------------------------*\
$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {
	
body {
	min-width: inherit;
}
	
header {
	min-width: inherit;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0px 25px rgba(0,0,0,0.05), 0 0px 5px rgba(0,0,0,0.05);
}

.pc_disp {
	display: none!important;
}

.sp_disp {
	display: block!important;
}

.menu-trigger span:nth-of-type(2) {
    top: 9px;
}

.wrapper_logo_top {
    width: 50px;
    background-image: url("../img/common/logo_blue.png");
    height: 36px;
}

.trigger_small {
    width: 60px;
    height: 60px;
    top: 14px;
    right: 14px;
}
	
header.header_change {
    padding: 10px 0;
}

header.header_change .wrapper_logo_top {
    width: 50px;
    height: 36px;
}

.each_menu_bottom ul li {
    margin-bottom: 25px;
}

.menu_locations {
    margin: 15px 0 0;
}

  /* menu inside */
  .wrapper_contents_mobilenav {
    width: 82%;
    margin: 0 auto;
  }
  .wrapper_menu_triger {
    width: 70px;
    height: 70px;
  }
  .inner_mobilenav {
    display: block;
  }
  .mobilenav .main_content {
    margin-bottom: 14px;
  }
  .mobilenav .main_content > a {
    font-size: 14px;
    line-height: 14px;
  }
  .sns_bottom ul {
    margin-top: 32px;
  }
  .sns_bottom ul li {
    margin-right: 28px;
  }
  .button_booking > a {
    font-size: 11px;
    line-height: 11px;
  }
  .mobilenav_text {
    display: none;
  }
	
  .trigger_small {
		width: 60px!important;
		height: 60px!important;
		top: 14px!important;
		right: 14px!important;
	}
	.trigger_small .menu-trigger {
		position: relative;
		width: 74%!important;
		margin: 0 auto;
		height: 100%;
	}
}