@charset "utf-8";

/*---------------------------------------------

baytripスタイル

-----------------------------------------------*/

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

/* ▼共通PC */
#pagemenu {
	width: 800px;
	margin: 120px auto;
}

#pagemenu_title {
	font-size: 48px; font-size: 4.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 35px;
}

#pagemenu ul {
	display: flex;
	justify-content: space-between;
}

#pagemenu li {width: 247px;}

#pagemenu li a {
	display: block;
	width: 100%;
	height: 80px;
	background: url("../img/common/pagebtn_bk.png") no-repeat;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	text-align: center;
	font-size: 25px; font-size: 2.5rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-decoration: none;
	padding: 25px 0 0 0;
	color: #fff;
	box-sizing: border-box;
}

h1 {
	width: 900px;
	margin: 0 auto 55px auto;
	padding: 25px 0 16px 0;
	text-align: center;
	border-bottom: solid 1px #000;
	font-size: 30px; font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	position: relative;
}

h1 span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -30px;
	font-size: 18px; font-size: 1.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.bigtxt {
	font-size: 28px; font-size: 2.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	padding: 15px 0 45px 0;
	line-height: 1.6;
}

h2 {
	font-size: 28px; font-size: 2.8rem;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 20px;
}

/* ▼baytripPC */
#baytrip .inner {padding-bottom: 120px;}

.mestxt {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 25px;
}

.bay_img01box {
	width: 800px;
	margin: 40px auto 80px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bay_img01box li {width: 384px;}

.bay_img01box li img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.bay_img02box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 700px;
	margin: 0 auto 50px auto;
}

.bay_img02box::after {
	content: "";
	display: block;
	width: 206px;
}

.bay_img02box figure {width: 206px;}

.bay_img02box figure img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.bay_img02box figcaption {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	padding: 10px 0 30px 0;
}

.bay_img03box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin: 40px auto 80px auto;
}

.bay_img03box::before {
	content: "";
	display: block;
	width: 206px;
	order: 1;
}

.bay_img03box::after {
	content: "";
	display: block;
	width: 206px;
}

.bay_img03box figure {width: 206px;}

.bay_img03box figure img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.bay_img03box figcaption {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	padding: 10px 0 30px 0;
}

.con_imgtitle {
	width: 252px;
	margin: 40px auto 25px auto;
}

.con_imgtitle img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.con_title {
	font-size: 30px; font-size: 3.0rem;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.con_txt {
	font-size: 16px; font-size: 1.6rem;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 6px;
}

.con_txt a {color: #000;}

.con_qr {
	width: 186px;
	margin: 30px auto 0 auto;
}

.con_qr img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}

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

/* ▼共通SP */
#pagemenu {
	width: 60%;
	margin: 18vw auto;
}

#pagemenu_title {
	font-size: 9vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	margin-bottom: 8vw;
}

#pagemenu li {
	width: 100%;
	margin-bottom: 5vw;
}

#pagemenu li:last-of-type {margin-bottom: 0;}

#pagemenu li a {
	display: block;
	width: 100%;
	height: 18.8vw;
	background: url("../img/common/pagebtn_bk.png") no-repeat;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
	text-align: center;
	font-size: 5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-decoration: none;
	padding: 6.5vw 0 0 0;
	color: #fff;
	box-sizing: border-box;
}

h1 {
	width: 70%;
	margin: 0 auto 11vw auto;
	padding: 5vw 0 3vw 0;
	text-align: center;
	border-bottom: solid 1px #000;
	font-size: 6.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	position: relative;
}

h1 span {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -6vw;
	font-size: 4vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}

.bigtxt {
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	padding: 15px 0 45px 0;
	line-height: 1.6;
}

h2 {
	font-size: 5.5vw;
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 4vw;
}

/* ▼baytripSP */
#baytrip .inner {padding-bottom: 16vw;}

.mestxt {
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	margin-bottom: 8vw;
	text-align: center;
}

.bay_img01box {
	width: 100%;
	margin: 8vw auto 16vw auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bay_img01box li {width: 48%;}

.bay_img01box li img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.bay_img02box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 8vw auto;
}

.bay_img02box::after {
	content: "";
	display: block;
	width: 31%;
}

.bay_img02box figure {width: 31%;}

.bay_img02box figure img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.bay_img02box figcaption {
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	padding: 2vw 0 6vw 0;
}

.bay_img03box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 2vw auto 8vw auto;
}

.bay_img03box figure {width: 48%;}

.bay_img03box figure img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.bay_img03box figcaption {
	font-size: 3.2vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	padding: 2vw 0 8vw 0;
}

.con_imgtitle {
	width: 60%;
	margin: 7vw auto 4vw auto;
}

.con_imgtitle img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

.con_title {
	font-size: 6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	margin-bottom: 3vw;
}

.con_txt {
	font-size: 3.6vw;
	font-feature-settings: "palt" 1;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 3vw;
}

.con_txt a {color: #000;}

.con_qr {
	width: 45%;
	margin: 6vw auto 0 auto;
}

.con_qr img {
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

}
