@charset 'UTF-8';

/* ***********************************
	Site Name:
	Description:common style
	Version:
	Author:
************************************ */
* {
  box-sizing: border-box;
}
body,div,
ul,ol,li,dl,dt,dd,p,th,td,
h1,h2,h3,h4,h5,h6,
div,span,object,iframe,
pre,form,fieldset,input,textarea,blockquote,
abbr,address,cite,code,legend,select
{
	margin:0;
	padding:0;
}

article,aside,dialog,figure,footer,
header,hgroup,nav,section
{
	display:block;
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}

img,abbr,acronym,fieldset{border:0;}
strong{font-weight:bold;}
label{cursor:pointer;}
acronym,abbr{cursor:help;}
nav li{list-style-type:none;}
li{list-style-type:none;}
hr,legend{display:none;}
img{vertical-align:bottom;max-width: 100%;height:auto; -webkit-backface-visibility: hidden;}

input{-webkit-appearance: none;}

/******************************************
	html, body
*******************************************/

html, body
{
	width: 100%;
/*	height: 100%;*/
}

html{font-size:62.5%;scroll-behavior: smooth;}

body
{
	color:#000;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight:normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: geometricPrecision;
	text-rendering: optimizeLegibility;
	text-rendering: optimizeSpeed;
	text-rendering: auto;
  background-color: #f2f2f2;
}

/******************************************
	anchor
*******************************************/

a,a:link,a:visited
{
	color:#333;
	text-decoration:none;
	overflow:hidden;
  transition: .3s;
}

a:hover
{
	color:#f14a51;
	/*text-decoration:underline;*/
  transition: .3s;
}

a:active{}

a img {
  transition: .3s;
}
a:hover img {
  opacity: .7;
  transition: .3s;
}

/******************************************
	layout
*******************************************/
.contents {
	width: 100%;
	margin:0 auto;
	overflow:hidden;
	text-align: center;
}
.wrap {
	width:750px;
	max-width: 100%;
	margin:0 auto;
	position: relative;
}
.rela {
	position: relative;
}
.over {
	overflow: visible;
	display: flex;
	justify-content: center;
}
.absol {
	position: absolute;
	z-index: 100;
	left: 0;
  right: 0;
  margin: 0 auto;
}
.bg-01 {
	background: #f14a51;
}
.bg-02 {
	background: #fff;
}
@media screen and (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

/* ----------------------------------------
	header
----------------------------------------- */
header {
  padding-top: 70px;
}
#mv .over {
  margin-top: -47%;
  position: relative;
  z-index: 9;
}
#mv .over img {
  max-width: 180%;
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 35px;
  }
}
/* ----------------------------------------
	main
----------------------------------------- */
main {
  margin-top: -75px;
  position: relative;
}
@media screen and (max-width: 767px) {
  
}
/* ----------------------------------------
	sec1
----------------------------------------- */
#sec1 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #sec1 {
    padding-top: 65px;
  }
}
/* ----------------------------------------
	sec2
----------------------------------------- */
#sec2 {
  padding: 136px 0 40px;
}
@media screen and (max-width: 767px) {
  #sec2 {
    padding: 68px 0 20px;
  }
}
/* ----------------------------------------
	sec3
----------------------------------------- */
#sec3 {
  padding: 12px 0 0;
}
#sec3 .over {
  justify-content: flex-start;
}
#sec3 .over img {
  max-width: 106.2666%;
}
@media screen and (max-width: 767px) {
  #sec3 {
    padding: 6px 0 0;
  }
}
/* ----------------------------------------
	sec4
----------------------------------------- */
#sec4 {
  padding: 128px 0 104px;
}

#sec4 .over img {
  max-width: 121.8666%;
  margin-left: -11%;
}
@media screen and (max-width: 767px) {
  #sec4 {
    padding: 64px 0 52px;
  }
}
/* ----------------------------------------
	sec5
----------------------------------------- */
#sec5 {
  padding: 84px 0 0;
}
@media screen and (max-width: 767px) {
  #sec5 {
    padding: 42px 0 0;
  }
}
/* ----------------------------------------
	reservation
----------------------------------------- */
#reservation {
  padding: 108px 0 0;
}
.acd-check{
  display: none;
}
.acd-label{
  background: #f14a51;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding: 14px;
  position: relative;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.acd-label::after{
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background: url("../image/accordion_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.acd-label,
.acd-content{
  width: 622px;
  max-width: 85%;
  margin: 0 auto;
}
.acd-content{
  display: block;
  height: 0;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}
.acd-check:checked + .acd-label::after{
  transform: scale(1, -1);
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  visibility: visible;
}
.acd-content li {
  position: relative;
  line-height: 1;
  background-color: #e9e9e9;
  margin-top: 2px;
  text-align: left;
}
.acd-content li:last-child {
  margin-bottom: 2px;
}
.acd-content li a {
  font-size: 34px;
  font-weight: 600;
  display: block;
  padding: 22px 0 22px 40px;
}
.acd-content li a::after {
  content: '';
  display: block;
  width: 94px;
  height: 44px;
  background: url("../image/icon_reservation.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #reservation {
    padding: 54px 0 0;
  }
  #reservation .wrap {
    max-width: 83.2%;
  }
  .acd-label{
    padding: 7px;
    position: relative;
    font-size: 18px;
  }
  .acd-label::after{
    width: 22px;
    height: 22px;
    right: 7px;
  }
  .acd-label,
  .acd-content{
    width: 311px;
  }
  .acd-content li {
    margin-top: 1px;
  }
  .acd-content li:last-child {
    margin-bottom: 1px;
  }
  .acd-content li a {
    font-size: 15px;
    padding: 15px 0 15px 15px;
  }
  .acd-content li a::after {
    width: 47px;
    height: 22px;
    right: 7px;
  }
}
/* ----------------------------------------
	footer
----------------------------------------- */
footer {
  padding: 54px 0 80px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 27px 0 40px;
  }
}