﻿@charset "utf-8";

/*--------------------------------------------------------------------
	general
--------------------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #111;
	background-color: #FFF;
	position: relative;
	background: url('../../f-all/bg_common01.webp') left top repeat;
}

img {
	max-width: 100%;
	box-sizing: border-box;
	height: auto;
}

iframe { vertical-align: bottom; }

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

body {
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0;
}

input,select,textarea {
  font-size: 1.0em;
}

}

.fontArialBlack {
	font-family: 'arial black', sans-serif;
}

@font-face {
	font-family: MeiryoItalic;
	src: local('Meiryo'), local('メイリオ');
}

h1,h2,h3,h4,h5,h6 { font-weight: normal;}
ul { list-style: none; }

a         {text-decoration: none; color: #102a13; }
a:link    {text-decoration: none; color: #102a13; }
a:visited {text-decoration: none; color: #102a13; }
a:hover   {text-decoration: none; color: #102a13; }
a:active  {text-decoration: none; color: #102a13; }

header,footer,div,p,ul,li,h1,h2,h3,h4,h5,h6 {
	position: relative;
	box-sizing: border-box;
}

a,span {
	position: relative;
}

.maxWidthFree img {
	max-width: 9999px;
}

@media screen and (min-width: 1251px) {

a,.mouseHover {
	transition-property: all;
	transition: 0.1s linear;
	cursor: pointer;
}

a:hover,.mouseHover:hover,.mouseHoverImg:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	transition-property: all;
	transition: 0.1s linear;
	cursor: pointer;
}

a.noHover:hover,
a.noHover:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

}

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

a,a:hover {
	text-decoration: none !important;
}

}

/*--------------------------------------------------------------------
	h tag
--------------------------------------------------------------------*/

.h1Style01 { display: none; }

/*--------------------------------------------------------------------
	container
--------------------------------------------------------------------*/

#container01 {
	width: 100%;
	min-height: 100vh;
	font-size: 0.86em;
	line-height: 1.6em;
	overflow: hidden;
}

@media screen and (min-width: 1251px) {

}

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

#container01 { padding-top: 55px; }

}

/*--------------------------------------------------------------------
	wrapper
--------------------------------------------------------------------*/

@media screen and (min-width: 1251px) {

#wrapper01 { padding: 30px 0; }

}

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

#wrapper01 { padding: 0; }

}

/*--------------------------------------------------------------------
	contents
--------------------------------------------------------------------*/

@media screen and (min-width: 1251px) {

.contents01,
.contents02 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.contents03 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


}

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

.contents01,
.contents03 { padding: 20px; }
.contents02 { padding: 20px 20px 0; }

}

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

.contents01,
.contents03 { padding: 15px; }
.contents02 { padding: 15px 15px 0; }

}

/*--------------------------------------------------------------------
	commmon
--------------------------------------------------------------------*/

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

.titleCommon01 .dispTablePO p { height: 70px; }

}

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

.titleCommon01 .dispTablePO { padding: 10px 0; }

}

/*--------------------------------------------------------------------
	header
--------------------------------------------------------------------*/

#header01 { width: 100%; }

@media screen and (min-width: 1251px) {

.headerSP { display: none; }
.naviSP,.naviSPBox { display: none; }

.headerPC {
	width: 100%;
	height: 187px;
	background: url('../../f-all/header_bg01.webp') center center no-repeat;
	background-size: cover;
}

.headerPC:before,
.headerPC:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #EFCF6C;
}

.headerPC:before { top: 10px; }
.headerPC:after { bottom: 10px; }

.headerLogoPC {
	width: 260px;
	height: 76px;
	position: absolute;
	top: 25px;
	left: calc(50% - 112px);
}

.headerGnaviPC {
	width: 1200px;
	height: 50px;
	position: absolute;
	top: 110px;
	left: calc(50% - 600px);
}

.headerGnaviPC a         {text-decoration: none; color: #FFF; }
.headerGnaviPC a:link    {text-decoration: none; color: #FFF; }
.headerGnaviPC a:visited {text-decoration: none; color: #FFF; }
.headerGnaviPC a:hover   {text-decoration: none; color: #FFF; }
.headerGnaviPC a:active  {text-decoration: none; color: #FFF; }

.headerGnaviPC > li {
	width: calc(1199.9px / 12);
}

.headerGnaviPC > li:before,
.headerGnaviPC > li:last-child:after {
	content: "";
	position: absolute;
	top: 10%;
	width: 1px;
	height: 80%;
	background-color: #FFF;
}

.headerGnaviPC > li:before { left: 0; }
.headerGnaviPC > li:last-child:after { right: 0; }

.headerGnaviPC > li a {
	width: 100%;
	height: 50px;
	text-align: center;
	display: table;
}

.headerGnaviPC > li a:hover {
	background-color: rgba(255,255,255,0.2);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.headerGnaviPC > li a span {
	width: 100%;
	height: 50px;
	display: table-cell;
	padding: 4px;
	vertical-align: middle;
}

.headerGnaviPC > li.current a {
	color: #EFCF6C;
}

.headerGnaviPC > li.current a span:before {
	content: "";
	width: calc(100% - 20px);
	height: 2px;
	position: absolute;
	bottom: 3px;
	left: 10px;
	background-color: #EFCF6C;
}

}

@media all and (-ms-high-contrast: none) {

.headerGnaviPC > li:before,
.headerGnaviPC > li:last-child:after {
	top: 20%;
}

.headerGnaviPC > li.current a span:before {
	bottom: -25px;
}

}

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

.headerPC { display: none; }

.headerSP {
	width: 100%;
	height: 55px;
	background: url('../../f-all/header_bg01.webp') center center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.headerLogoSP {
	width: 137px;
	height: 40px;
	position: absolute;
	top: 8px;
	left: 10px;
}

.headerMarkSP a {
	width: 80px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 12px;
	right: 60px;
	color: #FFF !important;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 0.96em;
}

.naviSP {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
	position: absolute;
	color: #112800;
	font-size: 1.6em;
	position: absolute;
	top: 7px;
	right: 7px;
}

.naviSPBox {
	background-color: #FFF;
	position: absolute;
	line-height: 1.2em;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #DDD;
	display: none;
}

.naviSPBox li a {
	display: block;
	padding: 12px 5px 12px 23px;
}

.naviSPBox li:nth-child(n+2) a {
	border-top: 1px dotted #DDD;
}

.naviSPBox li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -8px;
}

.naviSPBoxTop {
  padding: 10px;
	border-bottom: 1px solid #DDD;
}

.naviSPBox li a         {text-decoration: none; color: #111 !important; }
.naviSPBox li a:link    {text-decoration: none; color: #111 !important; }
.naviSPBox li a:visited {text-decoration: none; color: #111 !important; }
.naviSPBox li a:hover   {text-decoration: none; color: #111 !important; }
.naviSPBox li a:active  {text-decoration: none; color: #111 !important; }

}

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

.naviSPBox { width: 300px; top: 60px; right: 10px; }

}

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

.naviSPBox { width: calc(100vw - 20px); top: 60px; right: 10px; }

}

/*==============================================================================
	visual
==============================================================================*/

#visual01,
#visual02,
#visual03 { width: 100%; overflow: hidden; }

#visual02,
#visual03,
.swiperSlideCommon01 {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


#visual04,
#visual05,
.swiperSlideCommon01 {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.swiperSlideIndex01 { background-image: url('../../f-visual/photo01.webp'); }
.swiperSlideIndex02 { background-image: url('../../f-visual/photo02.webp'); }
.swiperSlideIndex03 { background-image: url('../../f-visual/photo03.webp'); }
.swiperSlideIndex04 { background-image: url('../../f-visual/photo04.webp'); }
.swiperSlideIndex05 { background-image: url('../../f-visual/photo05.webp'); }
.swiperSlideIndex06 { background-image: url('../../f-visual/photo06.webp'); }

.visualSuffolk { background-image: url('../../f-suffolk/visual.webp'); }
.visualHotspa { background-image: url('../../f-hotspa/visual.webp'); }
.visualDish { background-image: url('../../f-dish/visual.webp'); }
.visualMeals { background-image: url('../../f-meals/visual.webp'); }
.visualRestaurant { background-image: url('../../f-meals/visual.webp'); }
.visualRooms { background-image: url('../../f-rooms/visual.webp'); }
.visualFacilities { background-image: url('../../f-facilities/visual.webp'); }
.visualActivities { background-image: url('../../f-activities/visual.webp'); }
.visualCamp { background-image: url('../../f-camp/visual.jpg'); }
.visualBanquet { background-image: url('../../f-banquet/visual.webp'); }
.visualAccess { background-image: url('../../f-access/visual.webp'); }
.visualRenewal { background-image: url('../../f-renewal/visual.jpg'); }
.visualRecruit { background-image: url('../../f-recruit/visual.webp'); }

.visualTxt01 {
	display: table;
	width: 100%;
}

.visualTxt01 > div {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 0px 5px #000,0px 0px 5px #000;
}

@media screen and (min-width: 1251px) {

#visual01,.swiperSlideCommon01 { height: calc(100vh - 187px); }
#visual02,
.visualTxt01,
.visualTxt01 > div { height: 250px; }
.visualTxt01 { font-size: 3.2em; }

#visual03 .swiperSlideCommon01 { height: 500px; }
#visual04 .swiperSlideCommon01,
#visual05 .swiperSlideCommon01 { height: auto; }

}

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

#visual01,.swiperSlideCommon01 { height: 400px; }
#visual02,
.visualTxt01,
.visualTxt01 > div { height: 200px; }
.visualTxt01 { font-size: 2.0em; }

#visual03 .swiperSlideCommon01 { height: 500px; }
#visual04 .swiperSlideCommon01,
#visual05 .swiperSlideCommon01 { height: auto; }

}

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


#visual01,.swiperSlideCommon01 { height: 200px; }
#visual02,
.visualTxt01,
.visualTxt01 > div { height: 150px; }
.visualTxt01 { font-size: 1.6em; }

#visual03 .swiperSlideCommon01 { height: 300px; }
#visual04 .swiperSlideCommon01,
#visual05 .swiperSlideCommon01 { height: auto; }

}

/*--------------------------------------------------------------------
	pageTop
--------------------------------------------------------------------*/

#pageTop a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #555;
	border-radius: 3px;
	color: #FFF !important;
	text-decoration: none !important;
	position: fixed;
  bottom: 90px;
  right: 20px;
	opacity: 0.5;
    z-index: 5000
}

/*--------------------------------------------------------------------
	reservation
--------------------------------------------------------------------*/

#reservation01 > div { background: url('../../f-all/reservation_bg01.webp') center center no-repeat; background-size: cover; }
.reservation01Box01 { border: 1px solid #FFF; }
select { height: 40px; padding: 0 3px; }

@media screen and (min-width: 1251px) {

#reservation01 > div  { padding: 30px 0; }
.reservation01Box01Name01 { margin-right: 20px; }
.reservation01Box01Date01 { margin-right: 20px; }
.reservation01Box01Button01 { width: 150px; }
.reservation01Box01Button02 { width: 250px; margin-right: 20px; }

}

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

.reservation01Box01Name01 { margin-right: 20px; }
.reservation01Box01Date01 { margin-right: 20px; }
.reservation01Box01Button01 { width: 150px; }
.reservation01Box01Button02 { width: 250px; margin-right: 20px; }

}

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

.reservation01Box01Name01 { width: 100%; margin-bottom: 10px; }
.reservation01Box01Date01 { width: 100%; margin-bottom: 10px; }
.reservation01Box01Button01 { width: 100%; margin-bottom: 10px; }
.reservation01Box01Button02 { width: 100%; margin-bottom: 10px; }

}

/*--------------------------------------------------------------------
	layout
--------------------------------------------------------------------*/

@media screen and (min-width: 1251px) {

.layoutBasic01 > div { padding: 30px 0;}

}

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

}

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

}

/*--------------------------------------------------------------------
	index
--------------------------------------------------------------------*/

.indexSuffolkContents01 {
	color: #FFF;
	background-color: rgba(0,0,0,0.65);
	background-image: url('../../f-index/suffolk_bg01.webp');
	background-repeat: no-repeat;
	background-position: top 20px center;
}

.indexSuffolkTitle01 { border-bottom: 1px solid #FFF; text-align: center; font-weight: bold; }

.indexMealsVisual02 { position: absolute; top: 0; left: 0;  width: 100%; height: 100%; }
.indexMealsVisual02 > div { width: calc((100% - 0.1px) / 4); height: 100%; }

.choosePlan { border: #065a30 solid 1px;}
.choosePlan li { border: #065a30 solid 1px; width: calc((100% - 0px) / 4); background-color: rgba(255, 255, 255, 0.5);  }
.choosePlan li .title { border-bottom: #000 solid 2px; margin: 0 auto 10px; padding: 0 0 5px; width: 100%; }
.choosePlan li .plice { border-bottom: #000 solid 1px; margin: 0 auto 2px; padding: 0 0 2px; }

.indexMealsMark01 { width: 60px; height: 60px; border-radius: 60px; }

@media screen and (min-width: 1251px) {

.indexSuffolkVisual01 { height: 750px; }
.indexSuffolkContents01 { width: 350px; padding: 30px; position: absolute; left: 15px; bottom: 180px; }
.indexSuffolkTitle01 { padding-bottom: 15px; font-size: 1.4em; }

.indexMealsVisual01 > div:nth-child(1) { width: 660px; padding: 50px 30px; order: 3; }
.indexMealsVisual01 > div:nth-child(n+2) { width: calc((100% - 660.1px) / 4);}
.indexMealsVisual01 > div:nth-child(2) { order: 1; }
.indexMealsVisual01 > div:nth-child(3) { order: 2; }
.indexMealsVisual01 > div:nth-child(4) { order: 4; }
.indexMealsVisual01 > div:nth-child(5) { order: 5; }

}

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

.indexSuffolkVisual01 { height: 500px; }
.indexSuffolkContents01 { width: 350px; padding: 20px; position: absolute; left: 15px; bottom: 80px; }
.indexSuffolkTitle01 { padding-bottom: 10px; font-size: 1.4em; }

.indexMealsVisual01 > div:nth-child(1) { width: 40vw; padding: 30px 20px; order: 3; }
.indexMealsVisual01 > div:nth-child(n+2) { width: calc(59.9vw / 4);}
.indexMealsVisual01 > div:nth-child(2) { order: 1; }
.indexMealsVisual01 > div:nth-child(3) { order: 2; }
.indexMealsVisual01 > div:nth-child(4) { order: 4; }
.indexMealsVisual01 > div:nth-child(5) { order: 5; }

.choosePlan li { width: calc((100% - 0px) / 2); }

}

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

.indexSuffolkVisual01 { height: 200px; }
.indexSuffolkContents01 { width: 100%; padding: 15px; background-color: rgba(0,0,0,0.95); }
.indexSuffolkTitle01 { padding-bottom: 10px; font-size: 1.3em; }

.indexMealsVisual01 > div:nth-child(1) { width: 100%; padding: 20px 15px; }
.indexMealsVisual01 > div:nth-child(n+2) { width: 25%; height: 200px; }

.choosePlan li { width: calc((100% - 0px) / 1); }

}



#reservein a         {text-decoration: underline; color: #e6d67f; }
#reservein a:link    {text-decoration: underline; color: #e6d67f; }
#reservein a:visited {text-decoration: underline; color: #e6d67f; }
#reservein a:hover   {text-decoration: none; color: #e6d67f; }
#reservein a:active  {text-decoration: none; color: #e6d67f; }

#reservein {
	width: 100%;
	color: #ffffff;
	margin: 0px 0px;
	font-size: 1em;
	letter-spacing: -0.02em;
}

#reservein .timebox {
	display: none;
}

#reservein ul{
	width: 100%;
	margin: 0px 0px 0px;
	padding: 0px;
	margin-top: 0px;
	display:block;
}

#reservein ul li{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ffffff;
	padding: 6px 0;
	margin: 4px 0 0 0;
	line-height:19px;
}


/*--------------------------------------------------------------------
	event
--------------------------------------------------------------------*/


.eventName01 { font-size: 1.1em; border-bottom: 1px solid #111; padding-bottom: 10px; margin-bottom: 10px; }

@media screen and (min-width: 1251px) {

#event > div  { padding: 40px 0;}
.eventDetail01 > li > div:first-child { width: 140px; margin-right: 20px; }
.eventDetail01 > li > div:last-child { width: calc(100% - 160.1px); }
.eventDetail01 > li:nth-child(n+2) { margin-top: 20px; }

}

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

.eventDetail01 > li > div:first-child { width: 140px; margin-right: 20px; }
.eventDetail01 > li > div:last-child { width: calc(100% - 160.1px); }
.eventDetail01 > li:nth-child(n+2) { margin-top: 20px; }

}

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

.eventDetail01 > li > div:first-child { display: none; }
.eventDetail01 > li > div:last-child { width: 100%; }
.eventDetail01 > li:nth-child(n+2) { margin-top: 20px; }

}

/*--------------------------------------------------------------------
	fsns
--------------------------------------------------------------------*/

@media screen and (min-width: 1251px) {

#fsns01 { padding: 35px 0; }
#fsns01 > ul > li:nth-child(n+2) { margin-left: 35px; }

}

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

#fsns01 { padding: 25px 0; }
#fsns01 > ul > li img { width: 40px; }
#fsns01 > ul > li:nth-child(n+2) { margin-left: 25px; }

}

/*--------------------------------------------------------------------
	fnavi
--------------------------------------------------------------------*/

#fnavi01 {
	background-color: #091800;
	color: #FFF;
	text-align: center;
}

#fnavi01 a         { color: #FFF; }
#fnavi01 a:link    { color: #FFF; }
#fnavi01 a:visited { color: #FFF; }
#fnavi01 a:hover   { color: #FFF; }
#fnavi01 a:active  { color: #FFF; }

@media screen and (min-width: 1251px) {

#fnavi01 { padding: 10px; }
#fnavi01 > ul { margin: 0 auto; justify-content: center; }
#fnavi01 > ul > li { padding: 0 9px 0 11px; }
#fnavi01 > ul > li:nth-child(n+2):before {
	content: "";
	width: 1px;
	height: calc(100% - 4px);
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #FFF;
}

}

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

#fnavi01 { border-top: 1px solid #C1D7A9; }
#fnavi01 > ul > li { width: 25%; border-bottom: 1px solid #C1D7A9; }
#fnavi01 > ul > li:not(:nth-child(4n)) { border-right: 1px solid #C1D7A9; }
#fnavi01 > ul > li > a { display: block; padding: 8px 5px; text-align: center; }

}

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

#fnavi01 { border-top: 1px solid #C1D7A9; }
#fnavi01 > ul > li { width: 50%; border-bottom: 1px solid #C1D7A9; }
#fnavi01 > ul > li:nth-child(odd) { border-right: 1px solid #C1D7A9; }
#fnavi01 > ul > li > a { display: block; padding: 8px 5px; text-align: center; }

}

/*--------------------------------------------------------------------
	footer
--------------------------------------------------------------------*/

#footer01 {
	background: url('../../f-all/footer_bg01.webp') center center no-repeat;
	background-size: cover;
	color: #FFF;
	text-align: center;
}

#footer01 a         { color: #FFF; }
#footer01 a:link    { color: #FFF; }
#footer01 a:visited { color: #FFF; }
#footer01 a:hover   { color: #FFF; }
#footer01 a:active  { color: #FFF; }

@media screen and (min-width: 1251px) {

#footer01 { padding: 30px 5px; }

}

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

#footer01 { padding: 15px 5px; }

}

/*--------------------------------------------------------------------
	common
--------------------------------------------------------------------*/

[class*="flexLayoutCommon"].typeC { height: 100%; }
[class*="flexLayoutCommon"].typeC > div { height: 50%; }

@media screen and (min-width: 1251px) {

[class*="flexLayoutCommon"].typeA > div:nth-child(1) { min-height: 500px; }

.flexLayoutCommon01 > div:nth-child(1) { width: 700px; }
.flexLayoutCommon01 > div:nth-child(2) { width: calc((100% - 700.1px) / 2); }
.flexLayoutCommon01 > div:nth-child(3) { width: calc((100% - 700.1px) / 2); }
.flexLayoutCommon01.orderA > div:nth-child(1) { order: 2; }
.flexLayoutCommon01.orderA > div:nth-child(2) { order: 1; }
.flexLayoutCommon01.orderA > div:nth-child(3) { order: 3; }
.flexLayoutCommon01.orderB > div:nth-child(1) { order: 3; }
.flexLayoutCommon01.orderB > div:nth-child(2) { order: 1; }
.flexLayoutCommon01.orderB > div:nth-child(3) { order: 2; }

.flexLayoutCommon02 > div:nth-child(1) { width: 700px; }
.flexLayoutCommon02 > div:nth-child(2) { width: calc(100% - 700.1px); }
.flexLayoutCommon02.orderA > div:nth-child(1) { order: 2; }
.flexLayoutCommon02.orderA > div:nth-child(2) { order: 1; }

.flexLayoutCommon03 > div { width: 50%; }

.flexLayoutCommon04 > div:nth-child(1) { width: calc(100% - 800.1px); }
.flexLayoutCommon04 > div:nth-child(2) { width: 800px; }
.flexLayoutCommon04.orderA > div:nth-child(1) { order: 2; }
.flexLayoutCommon04.orderA > div:nth-child(2) { order: 1; }

.flexLayoutCommon05 > div:nth-child(1) { width: calc(100% - 400.1px); }
.flexLayoutCommon05 > div:nth-child(2) { width: 400px; }

}

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

[class*="flexLayoutCommon"].typeA > div { min-height: 400px; }

.flexLayoutCommon01 > div:nth-child(1) { width: 40%; }
.flexLayoutCommon01 > div:nth-child(2) { width: 30%; }
.flexLayoutCommon01 > div:nth-child(3) { width: 30%; }
.flexLayoutCommon01.orderA > div:nth-child(1) { order: 2; }
.flexLayoutCommon01.orderA > div:nth-child(2) { order: 1; }
.flexLayoutCommon01.orderA > div:nth-child(3) { order: 3; }
.flexLayoutCommon01.orderB > div:nth-child(1) { order: 3; }
.flexLayoutCommon01.orderB > div:nth-child(2) { order: 1; }
.flexLayoutCommon01.orderB > div:nth-child(3) { order: 2; }

.flexLayoutCommon02 > div:nth-child(1) { width: 40%; }
.flexLayoutCommon02 > div:nth-child(2) { width: 60%; }
.flexLayoutCommon02.orderA > div:nth-child(1) { order: 2; }
.flexLayoutCommon02.orderA > div:nth-child(2) { order: 1; }

.flexLayoutCommon03 > div { width: 50%; }

.flexLayoutCommon04 > div:nth-child(1) { width: 50%; }
.flexLayoutCommon04 > div:nth-child(2) { width: 50%; }
.flexLayoutCommon04.orderA > div:nth-child(1) { order: 2; }
.flexLayoutCommon04.orderA > div:nth-child(2) { order: 1; }

.flexLayoutCommon05 > div:nth-child(1) { width: 60%; }
.flexLayoutCommon05 > div:nth-child(2) { width: 40%; }

}

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

[class*="flexLayoutCommon"].typeB > div:nth-child(2) { min-height: 200px; }
[class*="flexLayoutCommon"].typeD > div:nth-child(1) { min-height: 200px; }

.flexLayoutCommon01 > div:nth-child(1) { width: 100% }
.flexLayoutCommon01 > div:nth-child(2) { width: 50%; }
.flexLayoutCommon01 > div:nth-child(3) { width: 50%; }

.flexLayoutCommon02 > div { width: 100% }

.flexLayoutCommon03 > div { width: 50%; }

.flexLayoutCommon04 > div { width: 100% }

.flexLayoutCommon05 > div { width: 100% }

}

/*--------------------------------------------------------------------
	suffolk
--------------------------------------------------------------------*/

.suffolkMark01 {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	border-radius: 50%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 0px 0px 5px #000,0px 0px 5px #000;
	border: 5px solid #FFF;
}

@media screen and (min-width: 1251px) {

.suffolkMark01 { width: 250px; height: 250px; line-height: 250px; font-size: 7.0em; }

}

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

.suffolkMark01 { width: 200px; height: 200px; line-height: 200px; font-size: 5.0em; }

}

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

.suffolkMark01 { width: 200px; height: 200px; line-height: 200px; font-size: 5.0em; }

}

/*--------------------------------------------------------------------
	meals
--------------------------------------------------------------------*/

.mealsRestaurantName01,
.mealsRestaurantName02 { text-align: center; position: absolute !important; }

.mealsRestaurantTxt01 { position: absolute !important; color: #FFF; text-shadow: 0px 0px 5px #000,0px 0px 5px #000; }

@media screen and (min-width: 1251px) {

.mealsRestaurantName01 { margin: 50px 0 0 50px; }
.mealsRestaurantName02 { width: 302px; height: 302px; margin: 0 !important; top: calc(50% - 151px); left: calc(50% - 151px); }
.mealsRestaurantTxt01 { margin: 0 !important; font-size: 1.2em; line-height: 1.8em; }
.mealsRestaurantTxt01.typeA { width: 80%; top: 200px; left: 55px; }
.mealsRestaurantTxt01.typeB { width: 80%; top: 330px; left: 55px; }
.mealsRestaurantTxt01.typeC { width: 80%; top: 250px; left: 55px; }

}

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

.mealsRestaurantName01 { margin: 30px 0 0 30px; }
.mealsRestaurantName01.typeA img { width: 220px; }
.mealsRestaurantName01.typeB img { width: 270px; }
.mealsRestaurantName01.typeC img { width: 110px; }
.mealsRestaurantName02 { width: 202px; height: 202px; margin: 0 !important; top: calc(50% - 101px); left: calc(50% - 101px); }
.mealsRestaurantName02 img { width: 202px; }
.mealsRestaurantTxt01 { margin: 0 !important; font-size: 1.2em; line-height: 1.8em; }
.mealsRestaurantTxt01.typeA { width: 80%; top: 130px; left: 35px; }
.mealsRestaurantTxt01.typeB { width: 80%; top: 190px; left: 35px; }
.mealsRestaurantTxt01.typeC { width: 80%; top: 180px; left: 35px; }

}

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

.mealsRestaurantName01 { width: 100%; }
.mealsRestaurantName01.typeA { margin: 75px 0 0 0; }
.mealsRestaurantName01.typeA img { width: 150px; }
.mealsRestaurantName01.typeB { margin: 60px 0 0 0; }
.mealsRestaurantName01.typeB img { width: 190px; }
.mealsRestaurantName01.typeC { margin: 65px 0 0 0; }
.mealsRestaurantName01.typeC img { width: 60px; }
.mealsRestaurantName02 { width: 150px; height: 150px; margin: 0 !important; top: calc(50% - 75px); left: calc(50% - 75px); }
.mealsRestaurantName02 img { width: 150px; }
.mealsRestaurantTxt01 { display: none; }

}


/*--------------------------------------------------------------------
	access
--------------------------------------------------------------------*/

.gmap iframe,
.gmap2 iframe {
  width: 100%;
  vertical-align: bottom;
}

.gmap2 iframe {
  height: 200px;
}

@media screen and (min-width: 1251px) {

.accessGoogle01 { height: 500px; }

.gmap iframe {
    height: 500px;
  }

  .gmap.typeA iframe {
    height: 200px;
  }

}

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

.accessGoogle01 { height: 400px; }

.gmap iframe {
    height: 500px;
  }

  .gmap.typeA iframe {
    height: 200px;
  }

}

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

.accessGoogle01 { height: 300px; }

.gmap iframe {
    height: 300px;
  }

  .gmap.typeA iframe {
    height: 200px;
  }

}

/*--------------------------------------------------------------------
	activities
--------------------------------------------------------------------*/

.vidContents {
	width: 100%;
	text-align: center;
	margin: auto;
}

video.movie {
	width: 100%;
	max-width: 1280px;/*PC最大幅*/
}

/*--------------------------------------------------------------------
	fukidashi
--------------------------------------------------------------------*/

.user { font-size: 8rem !important; }

.speech-bubble {
	position: relative;
	background: rgba(255,255,255,0.6);
	border-radius: 8px;
	padding: 15px;

  }
  
  .speech-bubble:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	border-width: 10px 10px 10px 0;
	border-style: solid;
	border-color: transparent rgba(255,255,255,0.6) transparent transparent;
  }

  .kuchikomi {
	display: flex;
	flex-direction: column;
  }

  .kuchikomi p:nth-child(1) {
	order: 1;
  }
  
  .kuchikomi p:nth-child(2) {
	order: 2;
  }

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

	.speech-bubble:before {
		left: 50%;
		top: -10px;
		transform: translateX(-50%);
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent rgba(255,255,255,0.6) transparent;
	  }

	  .kuchikomi p:nth-child(1) {
		order: 2;
	  }
	  
	  .kuchikomi p:nth-child(2) {
		order: 1;
	  }
	
}

/*--------------------------------------------------------------------
	GoTo reservation start
--------------------------------------------------------------------*/

.goto_btn {
    padding: 0.5em 1em;
    margin: 10px auto;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}
.goto_btn p {
    margin: 0; 
    padding: 0;
}

.goto_btn a {
    color: #fff!important;
}

.area_coupon { 
    border-top: 1px solid #f08437; margin: 10px 0; padding: 10px 0 !important;
    border-bottom: 1px solid #f08437; margin: 10px 0; padding: 10px 0 !important;
}
.orange { color: #f08437; }
.blue { color: #57bbd7; }


select { height: 40px; padding: 0 5px; }

.reservationTitle01 { text-align: center; font-weight: bold; font-size: 0.96rem; }
.reservationTitle01.typeA { border-bottom: 1px solid #646464; padding-bottom: 7px; }

.reservationLayout04 > li { width: calc((100% - 10.1px) / 2); }
.reservationLayout04 > li:last-child { margin-left: 10px; }

.reservationMonth02 a { display: block; background-color: #57bbd7; color: #FFF !important; text-align: center; padding: 10px 2px; }

.GoToBox { 
    border: 1px solid #4a4a4a;
	background-color: #edfbff;
}

.reserve_box {
	padding: 15px;
	border: 1px solid #4a4a4a;
	background-color: #FFFFFF;
    text-align: center;
}

.reserve_title {
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
}

.buttonBlue04 { background-color: #57bbd7; color: #FFF !important; }
.buttonGray04 { background-color: #4a4a4a; color: #FFF !important; }

.buttonCommon01 { padding: 0 5px; transition-property: all; transition: 0.1s linear; box-sizing: border-box; display: inline-block; text-align: center; text-decoration: none !important; padding: 8px 3px; cursor: pointer; }

.buttonCommon01.size30 { height: 30px; line-height: 30px; font-size: 0.8rem; padding: 0 10px; }
.buttonCommon01.size40 { height: 40px; line-height: 40px; font-size: 1.0rem; padding: 0 10px; }
.buttonCommon01.size50 { height: 50px; line-height: 50px; font-size: 1.1em; }

@media all and (-ms-high-contrast:none) {

button.buttonCommon01 { line-height: 0em !important; }

}

@media screen and (min-width: 1251px) {

.buttonCommon01:hover,
a:hover .buttonCommon01 {	opacity: 0.8; }

.buttonCommon01.typeA { font-size: 0.86rem; }

}

@media screen and (min-width: 1251px) {

.reservationLayout_g > div { width: calc((100% - 20.1px) / 3); }
.reservationLayout_g > div:not(:nth-child(3n)) { margin-right: 10px; }
    
.contents_r { max-width: 950px; margin-left: auto; margin-right: auto; padding: 15px; }

}

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

.reservationLayout_g > div:nth-child(1) { width: 100%; margin-bottom: 15px; }
.reservationLayout_g > div:nth-child(2) { width: calc((100% - 30.1px) / 2);  }
.reservationLayout_g > div:nth-child(3) { width: 50%; margin-left: 15px; }
.reservationLayout_g > div:nth-child(4) { width: 100%; margin-top: 15px; }
    
.contents_r { max-width: 950px; margin-left: auto; margin-right: auto; padding: 15px; }

}

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

.reservationLayout_g > div { width: 100%; }
.reservationLayout_g > div:nth-child(n+2) { margin-top: 20px; }
    
.contents_r { padding: 0 15px; }

}

.flexCommon01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/*--------------------------------------------------------------------
	GoTo reservation end
--------------------------------------------------------------------*/

.susumeBox {
    border: 1px solid #4a4a4a;
	background-color: #fcf7e4;
}

.borderBox {
    border: 1px solid #000;
    background-color: #FFF;
    padding: 15px;
}

.darkBlue { color: #003165; }


/*--------------------------------------------------------------------
	年末年始
--------------------------------------------------------------------*/

.nBox { 
    position: relative;
    margin: 0 auto!important;
    padding: 15px;
    background-color: #feece4;
    text-align: center;
    color: #000;
    font-size: 1.2rem;
}

.nBox .border{
    display: inline-block;
    border-bottom: 2px solid #be0101;
    margin-bottom: 0.4em;
    padding-bottom: 0.3em;
}

.nBox .object{
    position: absolute;
    width: 215px;
    height: 121px;
    z-index: 1000;
    top: 5px;
    right: 5px;
}

.sp_btn a { 
    width: 80%;
    font-size: 0.8em;
    padding: 8px 5px;
    margin: 10px auto 0;
    background-color: #065a30;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none!important;
    cursor: pointer;
}

.sp_btn li a { color: #FFF !important;}
.sp_btn li a:hover { color: #FFF !important;}
.sp_btn li a.on { color: #FFF !important;}
.sp_btn li a span { color: #FFF !important; display: block !important;}

.fcRed04 { color: #be0101; }
.fcGold { color: #99910a; }
.fcGreen { color: #18844e; }
.lh00 { line-height: 0!important; }
.fs00 { font-size: 0!important; }
.ls001 { letter-spacing: -0.01em !important; }
.borderLine { display: block; border-bottom: 1px dotted #777; margin-bottom: 20px; padding-bottom: 20px; }


@media screen and (min-width: 1251px) {
    
.contents_n { max-width: 950px; margin-left: auto; margin-right: auto; }

}


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

.nBox .object { width: 150px; right: 50%; margin-right: -380px; }
.contents_n { max-width: 950px; margin-left: auto; margin-right: auto; }

}

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

.nBox { font-size: 1rem; }
.nBox .object { display: none; }
.contents_n { padding: 0 15px; }
.sp_btn a { width: 100%; }

}

/*==============================================================================
	kenmin ouen
==============================================================================*/

#kenmin {
    padding: 20px;
    background-color: #fff;
    border: 5px solid #18844f;
    text-align: center;
    margin-bottom: 30px;
}

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

#kenmin {
    padding: 10px;
    border: 3px solid #18844f;
}

}

.b { font-weight: bold !important; }
.dispInlineBlk { display: inline-block !important; }
.borderLine01 { border-bottom: 1px dotted #999; padding-bottom: 3px; }
.borderLine02 { border-bottom: 1px dotted #999; margin-bottom: 11px; padding-bottom: 11px; }
.mla { margin-left: auto!important; }
.mra { margin-right: auto!important; }
.tc { text-align: center !important; }
.tl { text-align: left!important; }
.vt { vertical-align:top!important; }
.mt10 {margin-top: 10px!important; }
.mt15 {margin-top: 15px!important; }
.mt20 {margin-top: 20px!important; }
.ml30 { margin-left: 30px!important; }
.ml50 { margin-left: 50px!important; }
.pr15 { padding-right: 15px;}
.fs14 { font-size: 1.4em !important; }
.fs16 { font-size: 1.6em !important; }
.fs18 { font-size: 1.8em !important; }
.lh12 { line-height: 1.2em !important; }
.lh14 { line-height: 1.4em !important; }
.lh20 { line-height: 2em !important; }
.lh22 { line-height: 2.2em !important; }
.darkBlue_k { color: #2a3855!important; }
.w100px { width: 100px; }

.dispTable {
	display: table;
}

.dispTable > div,.dispTable > span,.dispTable > p,.dispTable > li {
	display: table-cell;
	vertical-align: middle;
}

.dispTable.tableFix {
	table-layout: fixed;
}

.contents_k {
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.buttonOrange01 { background-color: #e74700; color: #FFF !important; font-size: 1.2em; font-weight: bold; padding: 0.5em 1em; text-align: center; text-decoration: none!important; }

.buttonRed_d { background-color: #ce0000; color: #FFF !important; font-size: 1.2em; font-weight: bold; padding: 0.5em 1em; text-align: center; text-decoration: none!important; }


@media screen and (min-width: 1251px) {

.paddingCommon30A { padding: 30px; }
    
}


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

.contents_k { padding: 0 20px; }
.paddingCommon30A { padding: 25px; }

}

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

.ml50po { margin-left: 50px !important; }
.fs16po {font-size:1.6em!important;}
.fs18po {font-size:1.8em!important;}

}

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

.contents_k { padding: 0 15px; }
.paddingCommon30A { padding: 15px; }
.dispNonePU { display: none !important; }

}

/*==============================================================================
	sinsyu special
==============================================================================*/

#sinsyu {
    padding: 20px;
    background-color: #fff;
    border: 5px solid #18844f;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -.9em;
}

#sinsyu p { letter-spacing: normal!important; }

/*--------------------------------------------------------------------
	usemap
--------------------------------------------------------------------*/

.rwd {
    max-width: 100%;
    height: auto;
}

/*==============================================================================
	sien
==============================================================================*/

.yoyakuBtn {
	text-decoration: none!important;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px;
	font-weight: bold!important;
	color: #fdd428 !important;
	background-color: #c9151e !important;
}

.marker_yellow { background-color: #ffff66; padding: .3rem; }

.ls00 { letter-spacing:0!important; }
.fs22 { font-size: 2.2em !important; }
.lh22 { line-height: 2.2em !important; }
.lh24 { line-height: 2.4em !important; }
.w200px { width: 200px!important; }
.borderCommon04 { border: 1px solid #aaaaaa; }

.vertical_dotted_line {
	border-left: 1px dotted #8e8e8e;
	height: auto;
}
.borderCommon03 {
	border: 1px solid #333;
  } 
.fcNavy01 { color: #33405a !important; }
.w50px { width: 50px!important; }

.flexCommon01.flexCenter { justify-content: center; }
.flexCommon01.flexRight { justify-content: flex-end; }
.flexCommon01.flexBetween { justify-content: space-between; }
.flexCommon01.flexMiddle { align-items: center; }
.flexCommon01.flexBottom { align-items: flex-end; }
.flexCommon01.flexReverse { flex-direction: row-reverse; }
.flexCommon01.flexRow { flex-direction: row; }
.flexCommon01.flexNorap { flex-wrap: nowrap;}

/*==============================================================================
	sien 20221216
==============================================================================*/

.borderCommon05 { border: 3px solid #aaaaaa; }
.fcLightblue { color: #22a1ce!important; }
.bgNavy02 { background-color: #163756 !important; }
.text1rem { padding-left: 1rem!important; }

.toggleCommon01Btn { cursor: pointer!important; }
.toggleCommon01Contents { display: none; }
.toggleCommon02Btn { cursor: pointer!important; }
.toggleCommon02Contents { display: none; }