@charset "utf-8";
/* CSS Document */

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
	
.topTex {
	font-size: 16px;
	line-height: 1.8;
}
.pc {
	
}
.mobile {
	display: none;
}
.covid {

	padding: 20px;
	overflow: hidden;
	background-color: #FFEEEE;
}
.covid img  {
	width:25%;
	float: left;
	margin: 10px 10px 0 0;
}
.covid img:hover  {
	opacity: 0.8;
	cursor: pointer;
}
.coTitle {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	color: red;
}
h3.honey {
	margin-bottom: 20px;
	border-bottom: solid 2px #444444;
	font-size: 36px;
}
.honeyBox {
	width: 100%;
	box-sizing: border-box;
	background-color: #F5F5F5;
	margin-bottom: 18px;
	overflow: hidden;
}
.honeyBox .hejbImg {
	width: 40%;
	text-align: center;
	box-sizing: border-box;
}
.honeyBox .hejbImg img {
	max-width: 100%;
	vertical-align: bottom;
}
.honeyBox .honeyTex {
	width: 60%;
	box-sizing: border-box;
	text-align: left;
	padding: 2% 2%;
}
.honeyBox .honeyTex h2 {
	font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
	font-size: 28px;
	line-height: 1.1;
	margin-bottom: 24px;
}
.honeyBox .honeyTex p {
	font-size: 14px;
	line-height: 1.7;
}
.honeyBox:nth-child(2n) .hejbImg {
	float: right;
}
.honeyBox:nth-child(2n) .honeyTex {
	float: left;
}
.honeyBox:nth-child(2n+1) .hejbImg {
	float: left;
}
.honeyBox:nth-child(2n+1) .honeyTex {
	float: right;
}


/* ホテル一覧 */
.hhBox {
	width;: 100%;
	clear: both;
	border-bottom: dashed 1px #cccccc;
	margin: 5px 0;
	padding: 5px 0 15px 0;
	overflow: hidden;
}
.hhBox .hnImg {
	width: 32%;
	float: left;
}
.hhBox .hnImg img {
	width: 100%;
}
.hhBox .hnBox {
	width: 64%;
	float: left;
	padding: 0 2%;
}
.hhBox .hnBox .hcTag {
	padding: 10px 0;
	margin-bottom: 10px;
}

.hhBox a {
	width: 100%;
	color: #242424;
	box-sizing: border-box;
	padding: 10px 0;
	display: block;
}
.hhBox a h4 {
	font-size: 24px;
	color: #1c84ef;
}
.hhBox a:hover {
	opacity: 0.74;
}
.hhBox a:hover h4 {
	text-decoration: none;
}
.oView {
	clear: both;
	font-size: 14px;
	margin-top: 40px;
	line-height: 1.4;
	
}
.hhBox h5 {
	font-size: 20px;
	color: #444444;
	padding: 5px;
	border-radius: 8px;
	
}
.hhBox h5 span {
	background:linear-gradient(transparent 60%, #5DF3FF 60%);
}
#ribon {
	width: 100%;
	height: 400px;
}
#ribon h2 {

}
#ribon h2 img {

}
#ribon .hoTitle {
	width: 96%;
	font-family: Philosopher;
	color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	text-shadow: 2px 2px 2px #444444;
	opacity: 1;
	font-size: 20px;
	position: absolute;
	line-height: 1.7;
	bottom: 12%;
	margin: 0 2%;
	font-family: 'Hiragino Kaku Gothic ProN W6','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro';
}
h3 {
	font-size: 36px;
	padding: 10px 0;
	border-bottom: solid 1px #444444;
	margin-bottom; 10px;
}
.hBunner {	
	float: left;
}
.hBunner .imgBox {	
	width: calc(94%/3);
	float: left;
	margin: 1%;
}
.hBunner img {	
	width: 100%;
	float: left;
}
.iArea {
	margin-top: 20px;
}
.iArea .infoBox {
	width: calc(94%/4);
	float: left;
	margin: 0.5%;
	border: solid 1px #9B9B9B;
	border-radius: 8px;
	height: 235px;
}
.iArea .infoBox h4 {
	padding: 5px;
	min-height: 48px;
	font-size: 14px;

}
.iArea .infoBox img {
	width: 100%;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	

}
.mSearch {
	width: 97%;
	clear: both;
	background-color: #0AB3DA;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	margin: 40px 0 0 0;
	font-size: 20px;
}
.mSearch a {
	color: #ffffff;
	font-weight: bold;
}
.toibox {
	text-align: center;
	margin-top: 20px;
}
.toibox img {
	width: 30%;
}
.toibox img:hover {
	opacity: 0.8;
}
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
.topTex {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 2%;
}
.covid {
	padding: 20px;
	overflow: hidden;
	background-color: #FFEEEE;
	margin: 0 2%;
	font-size: 14px;
}
.covid img  {
	width:46%;
	float: left;
	margin: 10px 2% 0 2%;
}
.covid img:hover  {
	opacity: 0.8;
	cursor: pointer;
}
.coTitle {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	color: red;
}
h3.honey {
	margin: 10px 2% 20px 2%;
	border-bottom: solid 2px #444444;
	font-size: 18px;
	font-weight: bold;
}
.honeyBox {
	width: 96%;
	box-sizing: border-box;
	background-color: #F5F5F5;
	margin-bottom: 18px;
	overflow: hidden;
	margin: 0 2%;
}
.honeyBox .hejbImg {
	width: 100%;
	box-sizing: border-box;
}
.honeyBox .hejbImg img {
	max-width: 100%;
	vertical-align: bottom;
}
.honeyBox .honeyTex {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding: 2%;
}
.honeyBox .honeyTex h2 {
	font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;
	margin-top: 20px;
	font-size: 22px;
	line-height: 1.1;
	margin-bottom: 24px;
	font-weight: bold;
}
.honeyBox .honeyTex p {
	font-size: 14px;
	line-height: 1.7;
}
.honeyBox:nth-child(2n) .hejbImg {
	float: right;
}
.honeyBox:nth-child(2n) .honeyTex {
	float: left;
}
.honeyBox:nth-child(2n+1) .hejbImg {
	float: left;
}
.honeyBox:nth-child(2n+1) .honeyTex {
	float: right;
}


/* ホテル一覧 */
.hhBox {
	width;: 96%;
	clear: both;
	border-bottom: dashed 1px #444444;
	margin: 0 2% 30px 2%;
	padding: 0;
	overflow: hidden;
}
.hhBox .hnImg {
	width: 100%;
}
.hhBox .hnImg img {
	width: 100%;
}
.hhBox .hnBox {
	width: 100%;
	padding: 0;
}
.hhBox .hnBox .hcTag {
	width: 100%;
	padding: 10px 0;
	margin: 5px 0;
	font-size: 14px;
}

.hhBox a {
	width: 100%;
	color: #242424;
	box-sizing: border-box;
	padding: 10px 0;
	display: block;
	text-decoration: none;
}
.hhBox a h4 {
	font-size: 20px;
	color: #1c84ef;
}
.hhBox a:hover {
	opacity: 0.74;
}
.hhBox a:hover h4 {
	text-decoration: none;
}
.oView {
	clear: both;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.4;
	
}
.hhBox h5 {
	font-size: 18px;
	color: #444444;
	padding: 5px;
	border-radius: 8px;
	
}
.hhBox h5 span {
	background:linear-gradient(transparent 60%, #5DF3FF 60%);
}
#ribon {
	width: 100%;
	height: 300px;
}
#ribon img {
	width: 100%;
	margin-left: 0%;
}
#ribon h2 {

}
#ribon .hoTitle {
	width: 96%;
	font-family: Philosopher;
	color: #ffffff;
	box-sizing: border-box;
	text-align: center;
	text-shadow: 2px 2px 2px #444444;
	opacity: 1;
	font-size: 14px;
	position: absolute;
	line-height: 1.4;
	bottom: 13%;
	margin: 0 2%;
	font-family: 'Hiragino Kaku Gothic ProN W6','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro';
}
h3 {
	font-size: 36px;
	padding: 10px 0;
	border-bottom: solid 1px #444444;
	margin-bottom; 10px;
}
.hBunner {	

}
.hBunner .imgBox {	
	width: calc(94%/3);
	float: left;
	margin: 1%;
}
.hBunner img {	
	width: 100%;
}
.iArea {
	margin-top: 20px;
}
.iArea .infoBox {
	width: 96%;
	margin: 0 2%;
	border: solid 1px #9B9B9B;
	border-radius: 8px;
}
.iArea .infoBox h4 {
	padding: 5px;
	min-height: 48px;
	font-size: 14px;

}
.iArea .infoBox img {
	width: 100%;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	

}
.mSearch {
	width: 92%;
	clear: both;
	background-color: #0AB3DA;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	margin: 20px 2%;
	font-size: 16px;
}
.mSearch a {
	color: #ffffff;
	font-weight: bold;
}
.toibox {
	text-align: center;
	margin: 20px 2%;
}
.toibox img {
	width: 47%;
}
.toibox img:hover {
}
.iArea {
	margin-top: 20px;
}
.iArea .infoBox {
	width: 92%;
	margin: 0 4% 20px 4%;
	border: solid 1px #9B9B9B;
	border-radius: 8px;
}
.iArea .infoBox h4 {
	padding: 5px;
	font-size: 14px;
}
.iArea .infoBox img {
	width: 100%;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;

}
}
	
/* #### width 414px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 414px) {
.pc {
	display: none;
}
.mobile {
	
}
#ribon {
	width: 100%;
	height: 255px;
}
#ribon .hoTitle {
	text-align: left;
	line-height: 1.2;
	bottom: 6%;
	font-size: 14px;
	font-weight: bold;
}
.hBunner {	

}
.hBunner .imgBox {	
	width: 98%;
	float: left;
	margin: 1%;
}
.hBunner img {	
	width: 100%;
}
.honeyBox .honeyTex h2 {
	margin-top: 20px;
	font-size: 20px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 15px;
	line-height: 1.1;
	margin-bottom: 24px;
}	
.hhBox h5 {
	font-size: 18px;
	color: #444444;
	padding: 5px;
	border-radius: 8px;
	
}
.hhBox h5 span {
	background:linear-gradient(transparent 60%, #5DF3FF 60%);
}	
}
/* #### width 375px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 375px) {
#ribon {
	width: 100%;
	height: 230px;
}
#ribon .hoTitle {
	text-align: left;
	line-height: 1.2;
	bottom: 6%;
	font-size: 12px;
}
.honeyBox .honeyTex h2 {
	margin-top: 20px;
	font-size: 18px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 15px;
	line-height: 1.1;
	margin-bottom: 24px;
}
}
/* #### width 320px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 320px) {
#ribon {
	width: 100%;
	height: 200px;
}
#ribon .hoTitle {
	text-align: left;
	line-height: 1.2;
	bottom: 6%;
	font-size: 12px;
}
.honeyBox .honeyTex h2 {
	margin-top: 20px;
	font-size: 18px;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 15px;
	line-height: 1.1;
	margin-bottom: 24px;
}
.hhBox h5 {
	font-size: 14px;
	color: #444444;
	padding: 5px;
	border-radius: 8px;
	
}
.hhBox h5 span {
	background:linear-gradient(transparent 60%, #5DF3FF 60%);
}
.hhBox a h4 {
	font-size: 18px;
}
}