@charset "UTF-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background-color: #FFF;
	color: #333;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
body{
	
}
::selection {
    background-color: #008EB1;
    color: #FFF;/* Safari */
}

::-moz-selection {
	background-color: #008EB1;
	color: #FFF;/* Firefox */
}
.clearfix {
	clear: both;
}
.onPc{
	display:block !important;
}
.onSmt{
	display:none !important;
}
.headclearfix {
	clear: both;
	width:100%;
	height:1px;
	display:block;
	float:left;
	margin-bottom:-1px;
}
a{
	color: #999;
}
a:hover{
	color: #00b9e7;
}
a img.linkimg{
background:none!important;
-webkit-transition: 0.3s ease-in-out;  
-moz-transition: 0.3s ease-in-out; 
-o-transition: 0.3s ease-in-out;  
transition: 0.3s ease-in-out;  
}
a:hover img.linkimg{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background:none!important;
}
.imground{

	border-radius: 12px;
}
.imgshadow{
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
}
.imgCenter{
	width:100%;
	height:auto;
	float:left;
	display:table;
	text-align:center;
}
.imgLeft{
	width:100%;
	height:auto;
	float:left;
	display:table;
}
/* Space */
.mt0{ margin-top:0;}
.mt05{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt90{ margin-top:90px;}
.mt100{ margin-top:100px;}
.mt110{ margin-top:110px;}
.mt120{ margin-top:120px;}
.mt130{ margin-top:130px;}
.mt140{ margin-top:140px;}
.mt150{ margin-top:150px;}
.mt160{ margin-top:160px;}

.mr0{ margin-right:0;}
.mr05{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}
.mr30{ margin-right:30px;}
.mr60{ margin-right:60px;}

.mb0{ margin-bottom:0;}
.mb05{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb40{ margin-bottom:40px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb70{ margin-bottom:70px;}
.mb80{ margin-bottom:80px;}
.mb90{ margin-bottom:90px;}
.mb100{ margin-bottom:100px;}
.mb110{ margin-bottom:110px;}
.mb120{ margin-bottom:120px;}
.mb130{ margin-bottom:130px;}
.mb140{ margin-bottom:140px;}
.mb150{ margin-bottom:150px;}
.mb160{ margin-bottom:160px;}
.mb170{ margin-bottom:170px;}
.mb180{ margin-bottom:180px;}

.ml0{ margin-left:0;}
.ml05{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml30{ margin-left:30px;}
.ml150{ margin-left:150px;}

.mW05{ margin:0 5px;}
.mW10{ margin:0 10px;}
.mW15{ margin:0 15px;}
.mW20{ margin:0 20px;}
.mW30{ margin:0 30px;}

.pt0{ padding-top:0;}
.pt02{ padding-top:2px;}
.pt03{ padding-top:3px;}
.pt04{ padding-top:4px;}
.pt05{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt30{ padding-top:30px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}
.pt70{ padding-top:70px;}
.pt80{ padding-top:80px;}
.pt90{ padding-top:90px;}
.pt100{ padding-top:100px;}

.pr0{ padding-right:0;}
.pr05{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.pr30{ padding-right:30px;}
.pr40{ padding-right:40px;}
.pr50{ padding-right:50px;}
.pr60{ padding-right:60px;}
.pr70{ padding-right:70px;}
.pr80{ padding-right:80px;}
.pr90{ padding-right:90px;}
.pr100{ padding-right:100px;}
.pr110{ padding-right:110px;}
.pr120{ padding-right:120px;}


.pb0{ padding-bottom:0;}
.pb03{ padding-bottom:3px;}
.pb04{ padding-bottom:4px;}
.pb05{ padding-bottom:5px;}
.pb07{ padding-bottom:7px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}
.pb70{ padding-bottom:70px;}
.pb80{ padding-bottom:80px;}
.pb90{ padding-bottom:90px;}
.pb100{ padding-bottom:100px;}

.pl0{ padding-left:0;}
.pl05{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl30{ padding-left:30px;}
.pl40{ padding-left:40px;}
.pl50{ padding-left:50px;}
.pl60{ padding-left:60px;}
.pl70{ padding-left:70px;}
.pl80{ padding-left:80px;}
.pl90{ padding-left:90px;}
.pl100{ padding-left:100px;}
.pl110{ padding-left:110px;}
.pl120{ padding-left:120px;}

.pW05{ padding:0 5px;}
.pW10{ padding:0 10px;}
.pW15{ padding:0 15px;}
.pW20{ padding:0 20px;}
.pW30{ padding:0 30px;}

.pd05{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd20{ padding: 20px;}
/* Space */
.header {
	width: 100%;
	height: 100px;
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background-color: #00b9e7;
	transition-property: all;
	transition: 0.2s ease;
	box-sizing: border-box;	
}
/*.header.topHead {
	background-color: rgba(255,255,255,0.00);
}
.header.on {
    background-color: rgba(255,255,255,1.00);
}
.header.topHead.on {
    background-color: rgba(255,255,255,1.00);
}*/
.box1080{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width: 1160px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
   
}


.box800{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width: 880px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
    
}

.box1280{
	width:100%;
	height:auto;
	margin: 0 auto;
	max-width:1360px;
	padding-left: 40px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    position: relative;
    
}

.box1600{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1680px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
    position: relative;
    
}
.box1600Pd{
	width:100%;
	display:table;
	height:auto;
	margin: 0 auto;
	max-width:1600px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.headLogo{
	width: auto;
	height: auto;
	display:block;
	position: relative;
	transition-property: all;
	transition: 0.2s ease;
    opacity:1.0;
	float: left;
	margin-top: 20px;
}

.headLogo img{
	height: 60px;
	width:auto;
	display: block;
	transition-property: all;
	transition: 0.2s ease;
}
/*.topHead .headLogo img{
	filter: brightness(0) invert(1);
}
.topHead.on .headLogo img{
	filter: brightness(1) invert(0);
}*/

.contentBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	
    position: relative;
}

.contentBoxGrey {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display:table;
	background-color:#f2f2f2;
    position: relative;
}



.ph100{
    width:100%;
	height:auto;
	float:left;
	display:inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    z-index: 0;
}
.ph100 img{
    width:100%;
	height:auto;
	float:left;
    z-index: 0;
    position: relative;
}
.ph80{
    width:100%;
	height:auto;
	float:left;
	display:inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    z-index: 0;
    text-align: center;
}
.ph80 img{
    width:80%;
	height:auto;
    z-index: 0;
    position: relative;
}
.footBox {
	height: auto;
	width: 100%;
	margin: 0 auto;
	display: table;
	background-color: #00b9e7;
	padding-bottom: 120px;
	padding-top: 120px;
	
}

.moreBtn{
	width:100%;
	height:auto;
	float:left;
	display:flex;
	text-align:center;
    position: relative;
	justify-content: center;
}

.moreBtn a,.moreBtn span{
    width: 100%;
    height: 60px;
    display: flex;
    line-height: 20px;
    font-size: 30px;
    color: #FFF;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
	background-color: #00b9e7;
    position: relative;
    letter-spacing: 0em;
    max-width: 300px;
	border-radius: 40px;
	align-items: center;
	justify-content: center;
	font-family: 'Caveat', cursive;
	background-image: url("../images/right_arrow_circle_wht.png");
background-size: 20px 20px;
background-position: calc(100% - 26px) center;
background-repeat: no-repeat;
}
.moreBtn a:hover{
	opacity: 0.8;
}
.moreBtn.t-left{
   justify-content: flex-start;
}
.moreBtn.t-right{
   justify-content: flex-end;
}
.moreBtn.t-min a{
    max-width: 240px;
	height: 50px;
}
.moreBtn a::before {
  /*content: '';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  position: absolute;
  top: calc(50% - 4.5px);
  right: 30px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  transition: all ease 0.1s;*/
}
.moreBtn.nonArrow a::before {
	display: none;
}
.moreBtn.t-wht a{
    color: #00b9e7;
	background-color: #FFF;
}
.moreBtn.t-wht a:hover{
	
}
.moreBtn.t-wht a::before{
	border-right-color: #00b9e7;
	border-bottom-color: #00b9e7;
}
.moreBtn.t-wht02 a{
    color: #003f96;
	background-color: #FFF;
}
.moreBtn.t-wht02 a:hover{
	
}
.moreBtn.t-wht02 a::before{
	border-right-color: #003f96;
	border-bottom-color: #003f96;
}


.moreBtn.t-grn a{
	background-color: #8de263;
}

.goTopBtn{
	width:60px;
	height:60px;
	display:inline-block;
	position:fixed;
	right:10px;
	bottom:-90px;
	z-index:100;
	transition-property: all;
	transition: 0.6s ease;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
    padding: 15px;
    background-color: #00b9e7;
	border-radius: 100%;
}
.goTopBtn a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 101;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.goTopBtn.on{
	bottom:10px;
}
.goTopBtn.on:hover{
	
}
.goTopBtn img{
	width:100%;
	height:auto;
	
}
.goTopBtn img:hover{
	
}

.copyright{
	width:100%;
	height:auto;
	float:left;
	display:inline-block;
	text-align:left;
	font-size:11px;
	line-height:20px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	font-weight: 500;
	color: #FFF;
	letter-spacing: 0.05em;
	margin-top: 10px;
	font-family: 'Roboto', sans-serif;
	
}
.copyright a{
	
}
.copyright a:hover{

}
.text60{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:60px;
	text-align:left;
	line-height:1.2em;
    position: relative;
}
.text60Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:60px;
	text-align:center;
	line-height:1.2em;
    position: relative;
}
.text26{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:26px;
	text-align:left;
	line-height:1.6em;
}
.text30{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:left;
	line-height:1.6em;
}
.text30Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:30px;
	text-align:center;
	line-height:1.6em;
}
.text36{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:left;
	line-height:1.4em;
}
.text36Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:center;
	line-height:1.4em;
    position: relative;
}
.text42{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:42px;
	text-align:left;
	line-height:1.3em;
    position: relative;
}
.text42Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:42px;
	text-align:center;
	line-height:1.3em;
    position: relative;
}
.text48{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:left;
	line-height:1.3em;
    position: relative;
}
.text48Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:48px;
	text-align:center;
	line-height:1.3em;
    position: relative;
}
.text24Center{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:center;
	line-height:1.6em;
}
.text24{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:24px;
	text-align:left;
	line-height:1.6em;
}
.text22{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:22px;
	text-align:left;
	line-height:1.6em;
}
.text22Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:22px;
	text-align: center;
	line-height:1.6em;
}
.text20{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:20px;
	text-align:left;
	line-height:1.6em;
}
.text20Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:20px;
	text-align: center;
	line-height:1.6em;
}
.text18{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align:left;
	line-height:2em;
}
.text18Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:18px;
	text-align: center;
	line-height:2em;
}
.text16{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:left;
	line-height:2.2em;
}
.text16Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:16px;
	text-align:center;
	line-height:2.2em;
}
.text15{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:15px;
	text-align:left;
	line-height:2.2em;
}
.text15Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:15px;
	text-align:center;
	line-height:2.2em;
}
.text14{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:justify;
	line-height:2.2em;
}
.text14Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:14px;
	text-align:center;
	line-height:2.2em;
    position: relative;
}
.text12{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:left;
	line-height: 2em;
}
.text12Center{
	 display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:12px;
	text-align:center;
	line-height: 2em;
}

.bd{
	font-weight: bold;
}
.gNavi {
	width: auto;
	height: auto;
    float: right;
    position: relative;
	margin-right: 0px;
}
.gNavi ul{
	width: auto;
	height: auto;
	float: left;
	display:block;
    position: relative;
	margin-top: 0px;
}
.gNavi li{
	width: auto;
	height: auto;
	float: left;
	display:block;
	position: relative;
}
.gNavi li a,.gNavi li span{
	width: auto;
	height: 100px;
	font-size:15px;
	line-height:20px;
	text-align:center;
    color: #FFF;
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration:none;
	font-weight: 600;
	transition-property: all;
	transition: 0.2s ease;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
    letter-spacing: 0.05em;
}
.gNavi li a:hover{
    text-decoration: none;
    color: #CDF5FF;
	background-color: rgba(255,255,255,0.15);
}
.gNavi li.headContactBtn{
	margin-left: 20px;
	margin-top: 30px;
}
.gNavi li.headContactBtn a{
	background-color: #FFF;
	color: #00b9e7;
	border-radius: 40px;
	height: 40px;
}
.gNavi li.headContactBtn a::before{
	/*content: '所要時間：約55分';
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	bottom: -16px;
	left: 0;*/
}
.gNavi li a img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.gNavi li.langBtn a,.gNavi li.langBtn span{
	padding-right: 0px;
	/*pointer-events: none;*/
}
.gNavi li.langBtn a::before,.gNavi li.langBtn span::before{
	content: 'Language';
	text-align: center;
	position: absolute;
	bottom: 16px;
	left: 16px;
	font-size: 10px;
	letter-spacing: 0;
	line-height: 1;
	font-weight: normal;
}
.gNavi li.langBtn a:hover,.gNavi li.langBtn span:hover{
	background-color: rgba(255,255,255,0.0);
	opacity: 0.8;
}
.gNavi li.langBtn a img,.gNavi li.langBtn span img{
	margin-right: 0px;
}
.fontEn{
	font-family: 'Roboto', sans-serif;
}
.fontEn02{
	font-family: 'Caveat', cursive;
}

.fontJp{
}
.flexCenter{
	justify-content: center;
}
.pageMt{
	margin-top: 80px;
}
.bc {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 11px;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	
}
.bc a {
    color: #666;
	text-decoration: underline;
}
.bc a:hover {
    color: #333;
    text-decoration: underline;
}

.grn{
	color: #46bd83;
}
.gry{
	color: #666;
}
.gry02{
	color: #999;
}
.flex {
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: row wrap;
	box-sizing: border-box;
}
.itemCenter{
	align-items: center;
}
.between{
	justify-content: space-between;
}
.wht{
	color: #FFF;
}
.bd500{
	font-weight: 500;
}

#menuButton{
	display: none;
}
#overlay{
	display: none;
}

.flex.between{
	justify-content: space-between;
}
.flex.between::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

h1.blogMainTitle {
  display: block;
  float: left;
  height: auto;
  width: 100%;
  font-size: 24px;
  text-align: left;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding-bottom: 40px;
  position: relative;
  border-bottom: #00b9e7 1px solid;
	margin-top: 15px;
}
.postBox {
  width: 100%;
  height: auto;
  display: block;
  float: left;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #00b9e7;
}
.postBox p {
  font-size: 15px;
  line-height: 2.2em;
  word-break: break-all;
  text-decoration: none;
  margin: 5px 0 20px;
  text-align: left;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  word-spacing: 0px;
	letter-spacing: 0.15em;
}
.postBox h1{
	font-size: 26px;
	line-height: 1.4;
	position: relative;
	padding-left: 0.8em;
	
	margin-bottom: 5px;
}
.postBox h1::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 17px;
  left: 0px;
	background-color: #00b9e7;
}
.postBox h2{
	font-size: 22px;
	line-height: 1.4;
	
	padding-left: 0.8em;
	border-left: #00b9e7 2px solid;
	margin-bottom: 5px;
}
.postBox h3{
	font-size: 20px;
	line-height: 1.6;
	
}
.postBox h4{
	font-size: 16px;
	line-height: 1.6;
}
.postBox h5{
	font-size: 18px;
	line-height: 1.6;
	position: relative;
	padding-left: 1.2em;
}
.postBox h5::before{
	content: '';
width: 14px;
height: 1px;
background-color: #999;
position: absolute;
top: 15px;
left: 0;
}
.postBox img {
  max-width: 100%;
  height: auto;
}
.prevBtn {
  display: flex;
  float: left;
  height: auto;
  text-align: left;
  width: 50%;
  align-items: center;
  justify-content: flex-start;
}
.prevBtn a {
  width: 100%;
  height: auto;
  display: flex;
  line-height: 40px;
  font-size: 20px;
  color: #00b9e7;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  font-weight: 600;
  padding: 0px 0;
  position: relative;
  letter-spacing: 0.05em;
  max-width: 140px;
  font-family: 'Caveat', cursive;
  align-items: center;
  justify-content: center;
	border: #00b9e7 2px solid;
	border-radius: 40px;
}
.prevBtn a:hover {
	background-color: #00b9e7;
	color: #FFF;
}
.nextBtn {
  display: flex;
  float: right;
  height: auto;
  text-align: right;
  width: 50%;
  align-items: center;
  justify-content: flex-end;
}
.nextBtn a {
  width: 100%;
  height: auto;
  display: flex;
  line-height: 40px;
  font-size: 20px;
  color: #00b9e7;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  font-weight: 600;
  padding: 0px 0;
  position: relative;
  letter-spacing: 0.05em;
  max-width: 140px;
  font-family: 'Caveat', cursive;
  align-items: center;
  justify-content: center;
	border: #00b9e7 2px solid;
	border-radius: 40px;
	
}
.nextBtn a:hover {
	background-color: #00b9e7;
	color: #FFF;
}

.wp-pagenavi {
	clear: both;
    margin-top: 20px;
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	height:36px;
	display:inline-block;
	text-align:center;
	line-height:36px;
	font-size:14px;
	color:#00b9e7;
	text-decoration:none;
	padding:0px 14px !important;
	margin-right:5px !important;
	border:#00b9e7 1px solid !important;
    font-weight: 500;
   border-radius: 8px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color:#00b9e7;
	color:#FFF;
	border:#00b9e7 1px solid !important;
}
.wp-pagenavi span.current {
	background-color:#00b9e7;
	color:#FFF;
	border:#00b9e7 1px solid;
}

.formBox {
    display: block;
    float: left;
    height: auto;
    
    width: 100%;
	margin-left:0%;
	margin-right:0%;
	margin-bottom: 40px;
}
.formBox dl {
    display: block;
    float: left;
    height: auto;
    width: 100%;
	margin-bottom:20px;
}

.formBox dt {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    line-height: 26px;
    padding: 24px 0px 0px;
    width: 25%;
    letter-spacing: 0;
}
.formBox dd {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    font-size: 16px;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 40px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 17px;
    width: 75%;
}
.fm_form {
    border: 0px solid #f2f2f2;
    border-radius: 0;
    font-size: 16px;
    line-height: 38px;
    padding-left: 0px;
    width: 80%;
	background-color:rgba(255,255,255,0.00);
	border-bottom: 1px solid #666;
	
}
.fm_formFull {
    border: 0px solid #f2f2f2;
    border-radius: 0;
    font-size: 16px;
    line-height: 38px;
    padding-left: 0px;
    width: 100%;
	background-color:rgba(255,255,255,0.00);
	border-bottom: 1px solid #666;
	
}
.fm_formS {
    border: 0px solid #f2f2f2;
    border-radius: 0;
    font-size: 16px;
    line-height: 38px;
    padding-left: 0px;
    width: 30%;
	margin-right: 15px;
	background-color:rgba(255,255,255,0.00);
	border-bottom: 1px solid #666;
	
}

.pRed {

	color: #e74c3c;
	font-size: 10px;
	margin-left: 5px;
}
.fm_formL {
    border: 1px solid #666;
	background-color:rgba(255,255,255,0.00);
    border-radius: 0;
    box-sizing: border-box;
    font-size: 16px;
    height: 160px;
    line-height: 1.5em;
    padding: 10px;
    width: 90%;
	
}
.formBtn {
    display: block;
    float: left;
    height: auto;
    margin-top: 40px;
    text-align: center;
    width: 100%;
	position: relative;
}
.fm_btn {
	border: 0px solid #930f49;
	color: #FFF;
	cursor: pointer;
	font-size: 20px;
	line-height: 20px;
	height: auto;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
    padding: 25px 0;
    font-weight: bold;
    background-color: #039be2;
	border-radius:40px;
}
.fm_btn:hover{
	opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
.fm_btn02 {
	border: 0px solid #666;
	
	color: #FFF;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
	width: 200px;
	height: auto;
	transition-property: all;
	transition: 0.2s ease;
    letter-spacing: 0.1em;
    padding: 25px 0;
    background-color: #666;
	margin-right: 10px;
	border-radius:40px;
}
.fm_btn02:hover{
	opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}
textarea::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
}
textarea:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}
textarea::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}
.formBox div.wpcf7-response-output {
    padding: 2em 1em !important;
}
.formBox div.wpcf7-validation-errors {
    border-color: #DCA651;
}
.formBox span.wpcf7-not-valid-tip {
    color: #e74c3c;
    font-size: 0.8em;
}
.wpcf7c-conf {
    background-color: #fff !important;
    color: black;
    border: 1px solid #fff !important;
}
.formBox .wpcf7-spinner {
  position: absolute;
  top: -40px;
  left: calc(50% - 36px);
}
.formBox .wpcf7-list-item {
  margin: 0 30px 0 0;
}


.heroImage{
	width: 100%;
	height: 100vh;
	float: left;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	background-image: url("../images/heroimage01.webp");
background-size: cover;
background-position: center center;
background-repeat: repeat;
	position: relative;
	background-color: #f2f2f2;
	max-height: 900px;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}
.heroInner {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items:flex-end;
  max-width: 1340px;
  padding-left: 60px;
  z-index: 10;
	padding-bottom: 80px;
}
.heroSub{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:36px;
	text-align:left;
	line-height:1.4em;
	color: #FFF;
	font-weight: 800;
	margin-bottom: 0px;
	letter-spacing: 0.03em;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.60);
}
.heroMain{
	display: block;
    float: left;
    height: auto;
    width: 100%;
	font-size:60px;
	text-align:left;
	line-height:1.4em;
	color: #FFF;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.60);
}

.bd800{
	font-weight: 800;
}
.bd600{
	font-weight: 600;
}
.bd400{
	font-weight: 400;
}
.bd300{
	font-weight: 300;
}
.lh16{
	line-height: 1.6em;
}
.lh20{
	line-height: 2.0em;
}
.lh25{
	line-height: 2.5em;
}
.lh30{
	line-height: 3.0em;
}

.box30{
	  width: 30%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box40{
	  width: 40%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box45{
	  width: 45%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box50{
	  width: 50%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box55{
	  width: 55%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box60{
	  width: 60%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box70{
	  width: 70%;
  height: auto;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.box1280HalfLeft {
  width: 100%;
  float: right;
  box-sizing: border-box;
  position: relative;
  max-width: 640px;
	padding-left: 40px;
}
.font12{
	font-size: 1.2em;
}
.font08{
	font-size: 0.8em;
}
.font07{
	font-size: 0.7em;
}
.font06{
	font-size: 0.6em;
}
.font05{
	font-size: 0.5em;
}
.mainBox {
  width: 75%;
  height: auto;
  display: table;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
  position: relative;
}
.sideBox {
  display: table;
  float: left;
  height: auto;
  margin-bottom: 20px;
  width: 25%;
  position: relative;
}
.bgSky{
	background-color: #00b9e7;
}
.bgBlue{
	background-color: #183f92;
}
.bgGrey{
	background-color: #eeeeee;
}

.c-blue{
	color: #183f92;
}
.c-sky{
	color: #00b9e7;
}
.c-red{
    color: #e967a1;
}
.whtBox{
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	background-color: #FFF;
	padding: 40px;
	border-radius: 16px;
}

.fontMc{
	font-family: 'Shippori Mincho', serif;
}

.flex.between.column3{
	justify-content: space-between;
}
.flex.between.column3::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
.flex.between.column3.t-gb::after {
  width: calc(33.3333% - 30px);
}
.flex.between.column3.t-rc::after {
  width: 32.3333%;
}
.postData {
  float: left;
  height: auto;
  width: 100%;
  letter-spacing: 0em;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #00b9e7;
}

.gbBox{
  width: calc(33.3333% - 30px);
  margin-bottom: 60px;
  position: relative;
  transition-property: all;
  transition: 0.2s ease;
}
.gbBox:hover{
	opacity: 0.8;
}
.gbBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}
.imgShadow{
	box-shadow: 0 1px 5px rgba(0,0,0,0.20);
}
.arrowImg{
	display: flex;
	align-items: center;
	position: relative;
}
.arrowImg.t-Center{
	justify-content: center;
}
.arrowImg img{
	width: 24px;
	height: 24px;
	margin-left: 10px;
	position: relative;
	top: 1.5px;
}

.bgLSky{
	background-color: #b9ddfa;
}
.header .box1600{
	padding-left: 20px;
	padding-right: 20px;
}
.misakiLogo{
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.misakiLogo img{
	width: 100%;
	height: auto;
	max-width: 400px;
}
.topCircleWht::before{
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	top: -50px;
	left: 0;
	background-image: url("../images/half_wht.png");
background-size: 420px 50px;
background-position: center bottom;
background-repeat: no-repeat;
	z-index: 10;
}
.topCircleSky::before{
	content: '';
	width: 100%;
	height: 50px;
	position: absolute;
	top: -50px;
	left: 0;
	background-image: url("../images/half_sky.png");
background-size: 420px 50px;
background-position: center bottom;
background-repeat: no-repeat;
	z-index: 10;
}
.iconBtn{
	width: calc(100% - 20px);
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	max-width: 240px;
	margin-left: 10px;
	margin-right: 10px;
}
.iconBtn a{
	width: 100%;
    height: 60px;
    display: flex;
    line-height: 40px;
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
	background-color: #00b9e7;
    position: relative;
    letter-spacing: 0.05em;
	border-radius: 40px;
	align-items: center;
	justify-content: center;
}
.iconBtn a img{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.ls0{
	letter-spacing: 0;
}
.sideLine{
	position: relative;
	letter-spacing: 0.2em;
	padding-left: 10px;
}
.sideLine::before{
	content: '';
	width: 140px;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: -160px;
	background-color: #FFF;
}
.sideLine::after{
	content: '';
	width: 140px;
	height: 2px;
	position: absolute;
	top: calc(50% - 1px);
	left: 190px;
	background-color: #FFF;
}
.sideLine.t-blk::before{
	background-color: #333;
}
.sideLine.t-blk::after{
	background-color: #333;
}
.t-news .sideLine::after{
	left: 180px;
}
.topEnjoyBox{
	width: calc(33.3333% - 40px);
	position: relative;
	margin-bottom: 70px;
	margin-left: 20px;
	margin-right: 20px;
	border-radius: 16px;
	transition-property: all;
transition: 0.2s ease;
}
.topEnjoyBox:hover{
	opacity: 0.8;
}
.topEnjoyBox a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 11;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}

.topEnjoyBox img.mainPh{
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-sizing: border-box;
	border: #FFF 3px solid;
}
.enjoyBtn{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	top: -30px;
	margin-bottom: -30px;
}
.enjoyBtn span{
	width: 100%;
height: 60px;
display: flex;
line-height: 40px;
font-size: 20px;
color: #FFF;
text-decoration: none;
transition-property: all;
transition: 0.2s ease;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
font-weight: 600;
background-color: #00b9e7;
position: relative;
	max-width: 240px;
letter-spacing: 0.05em;
border-radius: 40px;
align-items: center;
justify-content: center;
	border: #FFF 3px solid;
}
.enjoyBtn span img {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.t01 .enjoyBtn span{
	background-color: #f19ec2;
}
.t02 .enjoyBtn span{
	background-color: #039be2;
}
.t03 .enjoyBtn span{
	background-color: #5ec929;
}
.t04 .enjoyBtn span{
	background-color: #f2a21d;
}
.t05 .enjoyBtn span{
	background-color: #ae5da1;
}
.postListBox {
  width: 30%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  transition-property: all;
  transition: 0.2s ease;
}
.postListBox .ph100 img{
	border-radius: 12px;
}
.postListBox:hover {
	background-color: rgba(0,0,0,0.05);
}
.postListBox a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition-property: all;
  transition: 0.2s ease;
}

.postListInfo{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	position: relative;
	float: left;
	padding: 20px;
}
.postListInfo .text18{
	line-height: 1.6em;
	margin-top: 10px;
}
.t-spot .postListInfo .text18 {

  margin-top: 0px;
}
.bottomBn {
  width: 32.3333%;
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
  position: relative;
	margin-bottom: 20px;
}
.bottomBn img{
	width: 100%;
	height: auto;
	border-radius: 12px;
	box-sizing: border-box;
}
.bottomBn.t-fb img{
	border: #1877f2 1px solid;
}
.bottomBn.t-inst img{
	border: #333 1px solid;
}
.bottomBn.t-senshu img{
	border: #999 1px solid;
}
.flex.between.bn03::after {
  content: "";
  display: block;
  width: 32.3333%;
  height: 0;
}
.bgBottomImg{
	background-image: url("../images/foot_img.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	height: 300px;
}
.footLogo {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.footLogo img {
  width: auto;
  height: 80px;
}
ul.footMenu {
  width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	
}
ul.footMenu li {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
ul.footMenu li a{
	width: 100%;
height: 40px;
font-size: 15px;
line-height: 20px;
text-align: center;
color: #FFF;
display: flex;
align-items: center;
justify-content: flex-start;
text-decoration: none;
font-weight: 600;
transition-property: all;
transition: 0.2s ease;
box-sizing: border-box;
position: relative;
letter-spacing: 0.05em;
}
ul.footMenu li a img{
	width: 36px;
	height: 36px;
	margin-right: 10px;
}
ul.footMenu li a:hover {
  text-decoration: underline;
  color: #CDF5FF;
}
ul.footSubMenu {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	
}
ul.footSubMenu li {
  width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 5px;
}
ul.footSubMenu li a,ul.footSubMenu li span{
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	font-size: 13px;
	line-height: 2em;
	text-decoration: none;
	color: #FFF;
}
ul.footSubMenu li a:hover{
	text-decoration: underline;
	color: #CDF5FF;
}
.enImg01{
	width: 360px;
	height: 360px;
	position: absolute;
	top: 80px;
	left: calc(50% - 700px);
	background-image: url("../images/bg_ph01.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	border-radius: 100%;
}
.enImg02{
	width: 280px;
	height: 280px;
	position: absolute;
	top: 280px;
	right: calc(50% - 700px);
	background-image: url("../images/bg_ph02.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	border-radius: 100%;
}
.enImg::before{
	content: '';
	width: 360px;
	height: 360px;
	position: absolute;
	top: 80px;
	left: calc(50% - 700px);
	background-image: url("../images/bg_ph01.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	border-radius: 100%;
}
.enImg::after{
	content: '';
	width: 280px;
	height: 280px;
	position: absolute;
	top: 280px;
	right: calc(50% - 660px);
	background-image: url("../images/bg_ph02.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	border-radius: 100%;
}
.hiddenWrapper{
	width: 100%;
	overflow: hidden;
}
.snsLink{
	width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  position: relative;
	display: flex;
	flex-wrap: wrap;
}
.snsLink a{
	margin-right: 10px;
}
.snsLink a img{
	width: 40px;
	height: 40px;
}
.spCate{
	width: 100%;
height: auto;
float: left;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 5px;
position: relative;
}
.spTag {
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 24px;
  padding: 0 15px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 5px;
  position: relative;
  background-color: #039be2;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
	text-decoration: none;
}
a.spTag:hover {
	color: #FFF;
	opacity: 0.8;
}
.spTag.food {
	background-color: #f19ec2;
}
.spTag.play {
	background-color: #039be2;
}
.spTag.watch_learn {
	background-color: #5ec929;
}
.spTag.stay {
	background-color: #f2a21d;
}
.spTag.food-recipe {
	display: none;
}
.spTag.restaurant {
	display: none;
}
.postListBox.t-spot{
	padding: 10px;
}
.pageHeadPt{
	padding-top: 100px;
}
.bgLylw{
    background-color: #F2EFE3;
}
.box800.pageSpot {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 920px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  background-color: #FFF;
  top: -60px;
  z-index: 10;
	border-radius: 30px;
	margin-bottom: -60px;
}
.spotMainTitle {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 28px;
  line-height: 1.4em;
  margin-bottom: 60px;
  font-weight: bold;
  position: relative;
}
.specList {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  max-width: 800px;
  padding: 40px;
  position: relative;
	border: #00b9e7 1px solid;
	border-radius: 12px;
}
.specList.t-cook {
	border-color: #f19ec2;
}
.specList dl {
  width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.specList dl dt {
  width: 160px;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 600;
  position: relative;
}
.specList dl dd {
  width: calc(100% - 160px);
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.8em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  
}
.specList dl dd a{
	word-break: break-all;
}
.postBox.nonBd {
	border-bottom-width: 0;
	padding-bottom: 0px;
}
.infoTitle{
	position: relative;
	background-color: #FFF;
	padding: 0 15px;
}
.infoPosi{
	position: absolute;
	top: -25px;
	left: 0;
}
.t-cook .infoTitle{
	color: #f19ec2;
}
.t-cook .infoPosi{
	position: absolute;
	top: -20px;
	left: 0;
}
.mapBox{
	width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.mapBox iframe{
	width: 100%;
	height: 400px;
}
.pageImg{
	background-image: url("../images/heroimage01.webp");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
	height: 240px;
	margin-top: 100px;
}
.pageImg.p-food{
	background-image: url("../images/food/pagehead.jpg");
}
.pageImg.p-food02{
	background-image: url("../images/food/pagehead02.jpg");
	height: 340px;
}
.pageImg.p-play{
	background-image: url("../images/play/pagehead.jpg");
}
.pageImg.p-watch_learn{
	background-image: url("../images/watch_learn/pagehead.jpg");
}
.pageImg.p-stay{
	background-image: url("../images/stay/pagehead.jpg");
}
.pageImg.p-around{
	background-image: url("../images/around/pagehead.jpg");
}
.iconTitleBtn {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  top: -40px;
  margin-bottom: -40px;
}
.iconTitleBtn span {
  width: 100%;
  height: 80px;
  display: flex;
  line-height: 50px;
  font-size: 36px;
  color: #FFF;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  background-color: #00b9e7;
  position: relative;
  max-width: 360px;
  letter-spacing: 0.05em;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  border: #FFF 3px solid;
}
.iconTitleBtn span img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
	position: relative;
	top: 2px;
}
.iconTitleBtn.t01 span{
	background-color: #f19ec2;
}
.iconTitleBtn.t02 span{
	background-color: #039be2;
}
.iconTitleBtn.t03 span{
	background-color: #5ec929;
}
.iconTitleBtn.t04 span{
	background-color: #f2a21d;
}
.iconTitleBtn.t05 span{
	background-color: #ae5da1;
}
.spotMenu {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spotMenu.column02{
	justify-content: center;
}
.spotMenu li {
  width: 31.3333%;
  height: auto;
  float: left;
  display: flex;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
.spotMenu.column02 li{
	margin-left: 1%;
	margin-right: 1%;
}
.spotMenu li a {
  width: 100%;
  height: 60px;
  float: left;
  display: flex;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  align-items: center;
  justify-content: center;
	font-weight: 600;
  font-size: 18px;
  line-height: 1.4em;
  color: #00b9e7;
  border: #00b9e7 2px solid;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s ease;
	border-radius: 40px;
}
.spotMenu li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  border-bottom: 2px solid #00b9e7;
  border-right: 2px solid #00b9e7;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  transition-property: all;
  transition: 0.2s ease;
}
.spotMenu.t01 li a {
	color: #f19ec2;
  border: #f19ec2 2px solid;
}
.spotMenu.t01 li a::before {
	border-bottom: 2px solid #f19ec2;
  border-right: 2px solid #f19ec2;
}
.spotMenu.t02 li a {
	color: #039be2;
  border: #039be2 2px solid;
}
.spotMenu.t02 li a::before {
	border-bottom: 2px solid #039be2;
  border-right: 2px solid #039be2;
}
.spotMenu.t03 li a {
	color: #5ec929;
  border: #5ec929 2px solid;
}
.spotMenu.t03 li a::before {
	border-bottom: 2px solid #5ec929;
  border-right: 2px solid #5ec929;
}

.spotMenu li a:hover {
	 color: #FFF;
	background-color: #00b9e7;
}
.spotMenu li a:hover::before {
	border-bottom-color: #FFF;
  border-right-color: #FFF;
}
.spotMenu.t01 li a:hover {
	background-color: #f19ec2;
}
.spotMenu.t02 li a:hover {
	background-color: #039be2;
}
.spotMenu.t03 li a:hover {
	background-color: #5ec929;
}
.c-grn{
	color:#5ec929; 
}
.c-org{
	color:#f2a21d; 
}
.c-ppl{
	color:#ae5da1; 
}
.barTitle{
	width: 100%;
  height: 60px;
  float: left;
  display: flex;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  align-items: center;
  justify-content: flex-start;
	font-weight: 600;
  font-size: 30px;
  line-height: 1.4em;
	background-color: #00b9e7;
	color: #FFF;
	padding-left: 15px;
	border-radius: 12px;
}
.barTitle.t-min{
	font-size: 24px;
	height: auto;
	padding: 10px 15px;
	border-radius: 8px;
}
.barTitle.t01{
	background-color: #f19ec2;
}
.barTitle.t02{
	background-color: #039be2;
}
.barTitle.t03{
	background-color: #5ec929;
}
.barTitle.t04{
	background-color: #f2a21d;
}
.barTitle.t05{
	background-color: #ae5da1;
}
.rcSpotBox{
	width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
	border: #00b9e7 2px solid;
	border-radius: 12px;
}
.rcSpotBox.t03{
	border-color: #5ec929;
}
.minSpec{
	width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
	background-color: #F2EFE3;
	border-radius: 8px;
}
.minSpec dl{
	width: 100%;
height: auto;
float: left;
display: block;
box-sizing: border-box;
position: relative;
	margin-bottom: 10px;
}
.minSpec dl:last-child{
	margin-bottom: 0;
}
.minSpec dt{
	width: 100px;
height: auto;
float: left;
display: block;
box-sizing: border-box;
font-size: 13px;
line-height: 1.6em;
font-weight: 600;
position: relative;
}
.minSpec dd{
	width: calc(100% - 100px);
height: auto;
float: left;
display: block;
box-sizing: border-box;
font-size: 13px;
line-height: 1.6em;
position: relative;
}
.minSpec dd a{
	color: #039be2;
}
.foodPh{
	width: 31.3333%;
position: relative;
box-sizing: border-box;
margin-bottom: 30px;
transition-property: all;
transition: 0.2s ease;
}
.moreBtn.t-dl a{
    font-family: 'Noto Sans JP';
	font-size: 18px;
	background-image: url("../images/arrow_dl_circle_wht.png");
	background-color: #039be2;
}
.spotTable{
	
}
.spotTable{
	width: 100%;
height: auto;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
position: relative;
margin-bottom: 5px;
border-top: 0px solid #d2d2d2;
border-right: 0px solid #d2d2d2;
}

.spotTable tr {
  border-bottom: #d2d2d2 0px solid;
}
.spotTable tr:last-child {
  border-bottom: #f2f2f2 1px solid;
}
.spotTable th {
    border: 0px solid #d2d2d2;
    padding: 10px 15px;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0em;
    vertical-align: middle;
    color: #000;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom: #eee 0px solid;
    background-color: #BCF1FF;
    font-weight: 600;
}

.spotTable td {
  border: 0px solid #d2d2d2;
  padding: 20px 15px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.03em;
  vertical-align: middle;
  color: #333;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom: #eee 0px solid;
  
}
.spotTable tr:nth-child(2n +1) {
	background-color: #f2f2f2;
}
a.tblBtn{
	width:auto;
height: 30px;
display: flex;
line-height: 20px;
font-size: 16px;
color: #FFF;
text-decoration: none;
transition-property: all;
transition: 0.2s ease;
box-sizing: border-box;
font-weight: 500;
background-color: #039be2;
position: relative;
letter-spacing: 0em;
border-radius: 40px;
	padding: 0 10px;
align-items: center;
justify-content: center;
font-family: 'Caveat', cursive;
}
a.tblBtn:hover{
	opacity: 0.8;
}
.pagePd{
	padding-top: 100px;
}
span.cateTag{
	font-size: 13px;
	padding: 5px 10px;
	line-height: 1;
	background-color: #999;
	display: inline-block;
	color: #FFF;
	margin-right: 5px;
}
span.cateTag.food{
	background-color: #f19ec2;
}
span.cateTag.play{
	background-color: #039be2;
}
span.cateTag.stay{
	background-color: #f2a21d;
}
.cookList{
	width: 100%;
height: auto;
float: left;
box-sizing: border-box;
position: relative;
	margin-top: 40px;
}

.detDataTtl{
	width: 100%;
height: 36px;
float: left;
display: flex;
box-sizing: border-box;
text-align: left;
position: relative;
align-items: center;
justify-content: flex-start;
font-weight: 600;
font-size: 16px;
line-height: 1.4em;
background-color: #f19ec2;
color: #FFF;
padding-left: 15px;
border-radius: 8px;
	margin-bottom: 20px;
}
.cookList dl{
	width: 100%;
height: auto;
float: left;
display: block;
box-sizing: border-box;
position: relative;
	margin-bottom: 40px;
}
.cookList dl dt {
  width: 30px;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.8em;
  font-weight: 600;
  position: relative;
	color: #f19ec2;
}
.cookList dl dd {
  width: calc(100% - 30px);
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.8em;
  position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #d2d2d2 1px dotted;
}
.cookList dl dd:last-child {
	border-bottom: #d2d2d2 0px dotted;
}
.fixBtn{
	width: 200px;
height: 50px;
display: inline-block;
position: fixed;
left: 10px;
bottom: 10px;
z-index: 100;
box-sizing: border-box;
}
.fixBtn.t-tel{
	left: 190px;
}
.fixBtn a{
	width: 100%;
height: 50px;
display: flex;
line-height: 40px;
font-size: 15px;
color: #FFF;
text-decoration: none;
transition-property: all;
transition: 0.2s ease;
box-sizing: border-box;
font-weight: 600;
background-color: #00DECF;
position: relative;
max-width: 170px;
letter-spacing: 0.05em;
border-radius: 40px;
align-items: center;
justify-content: center;
}
.fixBtn.t-chat{
	left: 370px;
}
.fixBtn.t-chat a{
	font-size: 14px;
	max-width: 180px;
}
.fixBtn a img {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.flowBox {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  box-sizing: border-box;
	justify-content: center;
	align-items: center;
  position: relative;
  border: #00b9e7 1px solid;
	background-color: #00b9e7;
	color: #FFF;
  padding: 30px;
	border-radius: 12px;
	margin-bottom: 40px;
}
.flowBox::before {
  content: '';
display: inline-block;
width: 18px;
height: 18px;
margin: 0 10px;
border-bottom: 4px solid #00b9e7;
border-right: 4px solid #00b9e7;
transform: rotate(45deg);
position: absolute;
bottom: -25px;
left: calc(50% - 20px);
}
.flowBox.t-course::before {
	border-color: #e967a1;
}
.flowBox.t-course {
	border-color: #e967a1;
	background-color: #e967a1;
}
.flowBox p{
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;
	text-align: center;
}
.flowBox.nonArrow{
	margin-bottom: 0;
}
.flowBox.nonArrow::before {
	display: none;
}
.dayTag{
	width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
	margin-bottom: 10px;
}
.dayTag span {
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 30px;
  padding: 0 15px;
  display: inline-block;
  border-radius: 20px;
  margin-right: 5px;
  position: relative;
  background-color: #e967a1;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  margin-bottom: 5px;
  float: left;
  text-decoration: none;
}
.spLangBtn{
	display: none;
}
ul.subDdList{
	width: 120px;
	position: absolute;
	display: none;
	top: 100px;
	right: -10px;
	background-color: #FFF;
	box-shadow: 0 1px 5px rgba(0,0,0,0.20);
}
ul.subDdList:before {
  content: "";
position: absolute;
top: -12px;
right: 23px;
margin-left: 0px;
border: 6px solid transparent;
border-bottom: 6px solid #FFF;
}
ul.subDdList li{
	width: 100%;
  height: auto;
  float: left;
  display: block;
  box-sizing: border-box;
	position: relative;
}

.gNavi li ul.subDdList li a {
  width: auto;
  height: auto;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #00b9e7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 500;
  transition-property: all;
  transition: 0.2s ease;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  letter-spacing: 0.02em;
	padding: 10px 0;
}
.gNavi li.langBtn ul.subDdList li a::before{
  display: none;
}
.gNavi li ul.subDdList li a:hover {
	background-color: rgba(0,0,0,0.05);
}
.gNavi li.langBtn span{
	cursor: pointer;
}
.subDdListSp{
	display: none;
}
.ktzn-tm{
	left: 360px !important;
	bottom: 3px !important;
	align-items: flex-start !important;
	right: inherit !important;
}
.fixBtn.t-chat {
  display: none !important;
}
.ktzn-tm-msg{
	right: -55px !important;
	bottom: -20px;
	bottom: -63px;
}
.post_password {
	margin-bottom: 40px;
	text-align: center;
}
.post_password input[type="password"]{
	border: 1px solid #f2f2f2;
    border-radius: 0;
    font-size: 16px;
    line-height: 38px;
    padding-left: 15px;
	background-color:#f2f2f2;
	border-radius: 8px 0 0 8px;
}
.post_password input[type="submit"]{
	border: 1px solid #8de263;
    border-radius: 0;
    font-size: 18px;
    line-height: 38px;
    padding: 0 15px;
	color: #FFF;
	background-color:#8de263;
	-webkit-appearance: none;
	font-family: 'Caveat', cursive;
	border-radius: 0 8px 8px 0;
}
.post_password input[type="submit"]:hover{
	opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
.postInfoBox.t-member{
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}
.mTag {
  float: left;
  height: auto;
  width: auto;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 12px;
  color: #FFF;
	background-color:#8de263;
	line-height: 1;
	padding: 3px 5px;
	margin-left: 0;
	display: inline-block;
}
.t-member .postData{
	width: auto;
	margin-right: 10px;
}
.pdfBtn{
	width:100%;
	height:auto;
	float:left;
	display:flex;
    position: relative;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.pdfBtn a{
    width: 100%;
    height: 60px;
    display: flex;
    line-height: 20px;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    transition-property: all;
    transition: 0.2s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 600;
	background-color: #00b9e7;
    position: relative;
    letter-spacing: 0em;
    max-width: 220px;
	border-radius: 40px;
	align-items: center;
	justify-content: flex-start;
	background-image: url("../images/icon_pdf.png");
background-size: 36px 36px;
background-position: 30px center;
background-repeat: no-repeat;
	padding-left: 80px;
}
.pdfBtn a:hover{
	opacity: 0.8;
}
.postBox p.pdfText{
	margin-bottom: 5px;
	box-sizing: border-box;
	padding-left: 16px;
	font-weight: 500;
	position: relative;
}
.postBox p.pdfText::before{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #00b9e7;
	position: absolute;
	top: 14px;
	left: 0;
}
.pdfList{
	width: 100%;
height: auto;
float: left;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
	border-top: #d2d2d2 1px solid;
}
.pdfList dl{
	width: 100%;
height: auto;
float: left;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 0px 10px;
transition-property: all;
transition: 0.2s ease;
	border-bottom: #d2d2d2 1px dotted;
}
.pdfList dl:hover{
	background-color:rgba(0,0,0,0.05);
}
.pdfList dl a{
	position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 11;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
transition-property: all;
transition: 0.2s ease;
}
.pdfList dl dt {
  width: 140px;
  height: auto;
  float: left;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6em;
  color: #00b9e7;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pdfList dl dd {
  width: calc(100% - 140px);
  height: auto;
  float: left;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: normal;
  color: #333;
}
.pdfList dl dd span{
	width: 100%;
height: auto;
float: left;
display: block;
position: relative;
box-sizing: border-box;
	font-size: 16px;
  line-height: 1.6em;
	padding-top: 20px;
	padding-bottom: 20px;
}
.pdfList dl dd span.pdf01{
	padding-right: 60px;
	background-image: url("../images/icon_pdf.png");
background-size: 36px 36px;
background-position: 100% center;
background-repeat: no-repeat;
}
.linerHeadText {
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 46px;
  left: 0;
	font-weight: 600;
	letter-spacing: 0.03em;
	font-style: normal;
}
.tblTitleSp{
	display: none;
}
.pageTopFood{
	width: 20%;
height: 340px;
float: left;
display: block;
position: relative;
box-sizing: border-box;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.pageTopFood.f01{
	background-image: url("../images/food/pagetop_food01.jpg");
}
.pageTopFood.f02{
	background-image: url("../images/food/pagetop_food02.jpg");
}
.pageTopFood.f03{
	background-image: url("../images/food/pagetop_food03.jpg");
}
.pageTopFood.f04{
	background-image: url("../images/food/pagetop_food04.jpg");
}
.pageTopFood.f05{
	background-image: url("../images/food/pagetop_food05.jpg");
}
.foodTopCntTitle{
	width: 100%;
	position: absolute;
	top: calc(50% - 18px);
	
	font-size: 38px;
	line-height: 1em;
	color: #FFF;
	text-align: center;
	z-index: 10;
	font-family: 'Shippori Mincho', serif;
	text-shadow:1px 0px 10px rgba(0,0,0, 0.9),1px 0px 8px rgba(64,35,3, 0.9); 
	letter-spacing: 0.1em;
	font-weight: 600;
}
.foodTopCntTitle span{
	/*display: inline-block;
	padding: 10px 15px;
	background-color: rgba(64,35,3,0.70);
	border-radius: 40px;
	font-weight: bold;
	border: #FFF 0px solid;
	font-family: 'Shippori Mincho', serif;*/
}
.topFoodName{
    width: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 13px;
    line-height: 1em;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background-color: rgba(64,35,3,0.70);
    padding: 5px 10px;
    border-radius: 4px;
	font-family: 'Shippori Mincho', serif;
}
.f03 .topFoodName,.f04 .topFoodName{
	
}