@charset "utf-8";

/*stopimg
---------------------------------------------------------------------------*/
.stopimg {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  margin:0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-image:url("../images/bg-marine202410.jpg");
}

.stopimg .block {
  padding:0;
  width:100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 800px) {
.stopimg {
  background-attachment: scroll;
}
}

@media screen and (max-width: 568px) {
.stopimg {
  height: 250px;
  min-height: 250px;
}
}

.mrtopimg{
  position: relative;
  width: 100%;
  margin:0 auto;
}

.mrtopimg img{
  width: 100%;
  height:auto;
}

/* .menu_list
-------------------------------------------------- */
.menu_list{
  width: 100%;
  margin: 2% auto 5%;
}


@media screen and (max-width: 800px) {
.menu_list{
  padding-top:3%;
}
}

.menu_list h2{
  font-family: 'Noto Serif JP', serif;
  font-weight:500;
  font-size:1.85em;
  color:#000;
  line-height:1.6;
  text-align: center;
  margin-bottom:2%;
}

@media screen and (max-width: 800px) {
.menu_list h2{
  font-size:1.5em;
  margin-bottom:1%;
}
}

@media screen and (max-width: 568px) {
.menu_list h2{
  font-size:1.35em;
}
}

.menu_list h2 span{
  color:#F5526D;
}

.met_txt{
  padding:2% 10px;
  text-align: center;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.1em;
}

@media screen and (max-width: 800px) {
.met_txt{
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.met_txt{
  padding:2% 4% 2%;
  text-align: left;
  font-size:1em;
  line-height: 1.8;
  letter-spacing:0em;
}
}

/* top-photo */

.top-photo{
  padding:1% 0;
  margin:0 auto;
  width:100%;
}

@media screen and (max-width: 810px) {
.top-photo{
  padding:2% 0;
}
}

.top-photo ul{
  text-align: center;
  margin:0 auto;
  width:100%;
}

.top-photo li{
  display:inline-block;
  width:25%;
}

@media screen and (max-width: 800px) {
.top-photo li{
  width:50%;
}
}

.top-photo li img{
  height:auto;
  width:100%;
}

/* menu_list_syousai */

.menu_list_syousai{
  width:100%;
  margin:2% auto;
}

@media screen and (max-width: 810px) {
.menu_list_syousai{
  padding:2% 1% 0;
  box-sizing: border-box;
}
}

@media screen and (max-width: 568px) {
.menu_list_syousai{
  padding:2% 2% 0;

}
}

.menu_list figure{
  width:46%;
  position: relative;
  display: inline-block;
  vertical-align:top;
  margin:1.5% 2% 2.5%;
  padding:0 0 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.22);
  background: #FFF;
  -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
.menu_list figure{
  width:48%;
  padding:0 0 10px;
  margin:1%;
}
}

@media screen and (max-width: 568px) {
.menu_list figure{
  width:96%;
  margin: 0 2% 4%;
}
}

.menu_list figure .p-photo{
  width:100%;
  height:auto;
  min-height:200px;
  display:block;
  position: relative;
  overflow: hidden;
}

.menu_list figure .p-photo img{
  width:100%;
  height:auto;
}

.menu_list figure .p-text{
  width:100%;
  padding:4% 5% 2%;
  box-sizing: border-box;
}

@media screen and (max-width: 800px) {
.menu_list figure .p-photo{
  margin:0;
  min-height: initial;
}

.menu_list figure .p-text{
  width:100%;
  padding:2% 15px 2.5%;
}
}

@media screen and (max-width: 568px) {
.menu_list figure .p-text{
  width:100%;
  padding:1.5% 15px 2%;
}
}

.menu_list figure .cg_ttl {
  padding:0 0 10px;
  color:#0C7071;
  line-height:1;
  font-weight:500;
  font-size:1em;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 1280px) {
.menu_list figure .cg_ttl {
  font-size:1em;
  line-height:1.4;
}
}

@media screen and (max-width: 800px) {
.menu_list figure .cg_ttl {
  padding:10px 0;
  font-size:0.95em;
}
}

.menu_list figure h3 {
  font-size:1.4em;
  line-height:1.4;
  color:#333;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  padding:0px 0 7px;
  text-shadow:1px 1px 1px #C8C7C4;
}

@media screen and (max-width: 800px) {
.menu_list figure h3 {
  font-size:1.1em;
  padding:0px 0 10px;
}
}

@media screen and (max-width: 568px) {
.menu_list figure h3 {
  font-size:1.25em;
}
}

.mkgr{
  color:#00A81F;
}

.skor{
  color:#F36D00;
}

.fhbl{
  color:#0077E6;
}

.aobl{
  color:#3E37BC;
}

.pnku{
  color: #FF3464;
}

.menu_list figure .cg_text {
  margin:10px 0;
  color:#000;
  font-size:15px;
  line-height:1.7;
}

@media screen and (max-width: 800px) {
.menu_list figure .cg_text {
  font-size:14px;
  line-height:1.6;
  margin:0 0 0;
}
}

.menu_list figure .cg_text2 {
  margin:0 0 10px;
  color:#000;
  font-size:15px;
}

@media screen and (max-width: 1280px) {
.menu_list figure .cg_text2 {
  font-size:14px;
}
}

@media screen and (max-width: 800px) {
.menu_list figure .cg_text2 {
  font-size:14px;
  line-height:1.6;
  padding-top:10px;
  margin:5px 0 0;
  border-top:1px dotted #CCC;
}
}

.menu_list .cg_text2 strong{
  color: #FF436F;
}

.menu_list figure .pt_bt{
  font-size:14px;
  letter-spacing: 0.05em;
  color:#FFF;
  padding:3px 10px;
  background-color:#3584DC;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
  margin:20px auto 0;
  text-align: center;
  width:110px;
  clear:both;
}

@media screen and (max-width: 800px) {
.menu_list figure .pt_bt{
  margin:15px auto 0;
  font-size:13px;
}
}

@media screen and (max-width: 568px) {
.menu_list figure .pt_bt{
  font-size:14px;
}
}

.menu_list figure .pt_bt:hover{width:110px;color:#FFF;text-decoration:none;background-color: #FF4D9D;text-align: center;}


.menu_list figure img {
  -webkit-transform: scale(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
.menu_list figure:hover img {
  -webkit-transform: scale(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}


@media screen and (max-width: 1280px) {
.menu_list figure img {
  -webkit-transform: initial;
  transform: initial;
  -webkit-transition: initial;
  transition: initial;
}
.menu_list figure:hover img {
  -webkit-transform: initial;
  transform: initial;
}
}

.set_btn{
  font-size:13px;
  letter-spacing: 0.05em;
  color:#FFF;
  margin-top:15px;
  text-align: center;	
}

@media only screen and  (max-width: 800px) {
.set_btn{
  margin-top:10px;
  font-size:12px;
}
}

.set_btn a{display:inline-block;color:#FFF;text-decoration:none;background-color:#0E8C87;padding:5px 10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.set_btn a:hover{color:#FFF;text-decoration:none;background-color:#0FACA3;}

/* #booking
================================================== */
#booking {
  width:100%;
  padding:4% 2%;
  box-sizing: border-box;
  margin:0 auto;
  background:#FFF;
}

.booking-ttl{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:2em;
  margin-bottom:2%;
  color:#000;
  line-height:1.5;
  text-align: center;
}

@media screen and (max-width: 568px) {
.booking-ttl{
  font-size:1.4em;
}
}

.booking-txt{
  text-align: center;
  padding:1% 4%;
}

@media screen and (max-width: 568px) {
.booking-txt{
  text-align: left;
  font-size:14px;
}
}

.line-qr{
  width:100%;
  padding:2% 4% 0;
  max-width:200px;
  margin:0 auto;
}

.line-qr img{
  box-sizing: border-box;
  width:100%;
  height:auto;
  border:1px solid #000;
  padding:2%;
}

@media only screen and  (max-width: 800px) {
.line-qr{
  display:none;
}
}

.line_btn{
  display:none;
}

@media only screen and  (max-width: 800px) {
.line_btn{
  font-size:14px;
  letter-spacing: 0.05em;
  color:#FFF;
  margin-top:15px;
  margin-bottom:15px;
  text-align: center;
  display:block;
}
}

.line_btn a{display:inline-block;color:#FFF;text-decoration:none;background-color:#00C54E;padding:8px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.line_btn a:hover{color:#FFF;text-decoration:none;background-color:#05AD48;}

/* .tabiiro
================================================== */
.tabiiro{
  width:96%;
  max-width:1150px;
  margin:2% auto 5%;
}

.tabiiro img{
  width:100%;
  height:auto;
}