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

.gastronomy {
	font-size: 16px;
}
.gastronomy  h1 {
    font-size: 24px;
    letter-spacing: .1em;
    text-align: center;
    line-height: 1.4;
    border-bottom: #000 1px solid;
    margin: 0 auto 30px;
    padding-bottom: 20px;
}

.gastronomy .box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.gastronomy .box > div {
	width: 48%;
	margin-right: 4%;
}
.gastronomy .box > div:nth-child(2n) {
	margin-right: 0;
}
.gastronomy .box > div p {
	line-height: 160%;
}

.gastronomy h2 {
	width: 100%;
	font-size: 26px;
	text-align: center;
}
.gastronomy dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin: 30px auto 0;
}
.gastronomy dl dt {
	width: 20%;
    letter-spacing: 5px;
    line-height: 160%;
    padding: 5px 0;
}
.gastronomy dl dd {
	width: 80%;
    line-height: 160%;
    padding: 5px 0;
}
.gastronomy ul li { 
    line-height: 140%;  
}
.gastronomy ul li:before {
    color: #749b9b;
}
.gastronomy ul.notes {
	text-indent: 0!important; 
	padding-left: 0!important;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: .7;
}
.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1
}
.gastronomy div.bg {
    padding: 30px 20px;
    background-color: #F1F5F5;
    margin-top: 30px;
}
.gastronomy ul.caution li {
    font-size: 14px;
}

.gastronomy ul.caution li:before {
    content: "";
}

	@media only screen and (max-width: 750px) {
		.gastronomy {
			width: 90%;
			margin: auto;
		}
		.gastronomy .box {
			width: 100%;
			display: block;
			flex-wrap: wrap;
			margin: auto;
		}
		.gastronomy .box > div {
			width: 100%;
			margin-right: 0%;
		}
		.gastronomy .box > div p {
			margin-top: 20px;
		}
		.gastronomy h2 {
			font-size: 4.5vw;
			line-height: 140%;
		}
	}

.gastronomy .contact {
    width: 900px;
    text-align: center;
    margin: auto
}
.gastronomy .contact > span {
    display: inline-block;
    line-height: 160%;
    white-space: nowrap;
    border: #53585a 1px solid;
    margin: 30px auto 0;
    padding: 16px 32px;
}
@media only screen and (max-width: 750px) {
    .gastronomy .contact {
        width: 100%;
    }
    
}
.gastronomy a.link {
    border-bottom: #35385a 1px solid;
}


/*Hokkaido Gastronomy Journey in Shirahama*/
.gastronomy p.lead {
	
	text-align: center;
	line-height: 140%;
}
.gastronomy p.pict {
	width: 800px;
	height: 300px;
	object-fit: contain;
	overflow: hidden;
	margin: 20px auto 0;
	position: relative;
}
.gastronomy p.pict img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.gastronomy p.caption {
	width: 800px;
	font-size: 14px;
	text-align: right;
	margin: 10px auto 0;	
}
.gastronomy section {
	border-bottom: #ccc 1px dotted;
	margin: 30px 0 0;
	padding: 0 0 30px;
}
.gastronomy section div.box > div:nth-child(1) {
    width: 48%;
    margin-right: 2%;
	margin-left: 0%;
}
.gastronomy section div.box > div:nth-child(2) {
    width: 48%;
    margin-left: 2%;
	margin-right: 0%;
}
.gastronomy section:nth-of-type(2n) div.box {
	flex-direction: row-reverse;
}
.gastronomy section:nth-of-type(2n) div.box > div:nth-child(1) {
    width: 48%;
    margin-left: 2%;
	margin-right: 0%;
}
.gastronomy section:nth-of-type(2n) div.box > div:nth-child(2) {
    width: 48%;
    margin-right: 2%;
	margin-left: 0%;
}
.gastronomy dl {
	margin-bottom: 30px!important
}
.gastronomy a.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 30px!important;
    border: #A7A8A9 1px solid;
}
.gastronomy h2 {
	font-size: 22px;
	letter-spacing: .1em;
	background-color: #ECECEC;
	border-right: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
	margin: 50px 0 30px;
	padding: .3em 0;
	
}
.gastronomy h3 {
	font-size: 22px;
	letter-spacing: 0;
	margin: 0 0 10px;
}
.gastronomy img {
	width: 100%;
	height: auto;
}

.gastronomy .swiper-pagination-bullet-active {
    opacity: 1;
    background: #eee;
}
	@media only screen and (max-width: 750px) {
	.gastronomy p.lead {
		font-size: 15px;
		text-align: left;
		line-height: 140%;
	}
	.gastronomy p.pict {
		width: 100%;
		height: 230px;
		object-fit: contain;
		overflow: hidden;
		margin: auto;
		position: relative;
	}
	.gastronomy p.caption {
		width: 100%;
	}
	.gastronomy h2,
	.gastronomy h3 {
		font-size: 5vw;
	}
	.gastronomy section div.box > div {
		width: 100%!important;
		margin-right: 0%!important;
		margin-left: 0%!important;
	}
	}




