@charset "UTF-8";

body .pagewidth,
body .row_inner {
	max-width: 100%;
}

body .site{
	font-family: "Shippori Mincho B1", serif;
  	font-weight: 500;
  	font-style: normal;
	color: #32373a;
	font-size: 16px;
	line-height: 2;
	background: url(../../uploads/top6.png) center ;
	letter-spacing: 1px;
}
#body {
	padding-top: 140px;
}
#headerwrap #header{
	display: flex;
	align-items: center;
/* 	padding: 47px 70px; */
	padding: 40px 65px;
	position: fixed;
    z-index: 999;
    background: rgba(202, 204, 205, 0.7);
	transition: transform 0.3s ease;
}
#headerwrap #header.is-hidden {
	transform: translateY(-100%);
}
#main-menu-container{
	flex: 1;
}
#main-menu{
	display: flex;
	margin: 0 0 0 50px;
}
#main-menu li{
	display: block;
	margin: 0 38px 0 0;
}
#main-menu li a{
	position: relative;
  	cursor: pointer;
  	text-decoration: none;
	display: block;
	color: #32373a;
	font-size: 18px;
	font-family: "Cormorant Garamond", serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#main-menu li a:before {
  	content: ""; 
	display: block;
  	position: absolute;
  	left: 0; 
  	right: 0;
  	bottom: -5px; 
  	width: 100%; 
  	height: 1px; 
  	background-color: #32373a;
  	transform: scale(0, 1);
  	transform-origin: center;
  	transition: transform .2s;
}
#main-menu li a:hover:before {
  transform: scale(1);
}

.h1{
	display: flex;
	align-items: center;
	line-height: 1;
}
.h11{
	color: #32373a;
	font-size: 20px;
	line-height: 1;
	background: url(../../uploads/top1.png) left no-repeat;
	padding-left: 20px;
	letter-spacing: 0.5px;
}
.h12{
	display: flex;
	margin: 0 0 0 10px;
}
.h12 a{
	display: block;
	margin: 0 0 0 13px;
}
img,
iframe{
	vertical-align: top;
}

.top1.module{
	text-align: right;
	padding-left: 5vw;
}
.imgshadow img{
	/*box-shadow: 5px 7px 7px 1px rgba(120, 126, 131, 0.6); */
    filter: drop-shadow(5px 7px 4px rgba(120, 126, 131, 0.8));
}

body .top2.module{
  	background-color: rgba(51, 52, 55,0.9);
	position: absolute;
	bottom: 0;
	right: 0;
	width: 670px;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 180px 40px 40px;
}
.top2.module .module-title{
	line-height: 1;
	color: #f9f9fc;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	margin: 0 0 15px 0;
}
.top2.module .slide-content{
	padding: 0;
}
.top2.module .slide-title{
	margin: 0 0 0 125px;
    line-height: 2.25;
    font-size: 16px;
    text-align: left;
    font-weight: 500;
}
.top2.module .slide-title a{
	color : #f9f9fc;
	text-decoration: underline;
}
.top2.module .post-date{
	color: #f9f9fc;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 0;
    padding-right: 20px;
    border-right: 1px solid #f9f9fc;
    line-height: 1;
}
body .top3.module{
	position: absolute;
    bottom: 45px;
    right: 40px;
}
#content .top3 a{
	display: block;
	line-height: 1;
	color: #f9f9fc;
	font-size: 17px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	text-decoration: none;
	padding: 0 40px 15px 0;
	border-bottom: 1px solid #f9f9fc;
	background: url(../../uploads/top7.png) bottom -1px right no-repeat;
}
p:last-of-type{
	margin-bottom: 0;
}

.row_1560 .row_inner{
	max-width: 1560px;
}

.title01.module .module-title{
	line-height: 1;
	font-size: 20px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.title01.module .tb_text_wrap{
	font-size: 30px;
	line-height: 2;
}

.top4.module{
	text-align: right;
}
.top5.module{
	margin-top: -180px;
}

.top_row1 .col4-2.first{
	padding: 0 20px;
}
.top_row1 .col4-2.last{
	padding-top: 90px;
	padding-left: 90px;
}
.top6.module{
	max-width: 350px;
	margin: 40px 0 0 0;
}

.top_row2{
	padding-left: 180px;
	margin-top: -72px;
}

.top_row2 .col4-2.first{
	padding-bottom: 80px;
	padding-left: 70px;
}
.top_row2 .col4-2.first .module{
	max-width: 340px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.top7.module{
	max-width: 340px;
}

#content .btn1 a{
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	color: #32373a;
	font-size: 20px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	text-decoration: none;
	padding: 0 70px 18px 0;
	border-bottom: 1px solid #32373a;
	background: url(../../uploads/top12.png) bottom -1px right no-repeat;
}

#content .top8.module{
	height: 794px;
	filter: drop-shadow(5px 7px 4px rgba(26, 28, 34, 0.8));
}

#content .btn1_white a{
	color: #f9f9fc;
	background: url(../../uploads/top7.png) bottom -1px right no-repeat;
	border-bottom: 1px solid #f9f9fc;
}

.imgshadow1 img{
    filter: drop-shadow(5px 7px 4px rgba(26, 28, 34, 0.8));
}

.top_row3 .row_inner{
	padding: 200px 100px 180px 100px;
}
.top_row3 .col4-2.first{
	padding-left: 130px;
}
.top_row3 .module-image{
	text-align: right;
}

.zindex2{
	position: relative;
	z-index: 2;
}
.title011.module .module-title{
	font-size: 18px;
}
.title011.module .tb_text_wrap{
	font-size: 26px;
}

.top_row4 .row_inner{
	padding: 0 75px 200px 75px;
}
.top_row4 .top6.module{
	max-width: 350px;
}
#content .top9.module{
	height: 794px;
	filter: drop-shadow(5px 7px 4px rgba(120, 126, 131, 0.8));
}

.top_row5 .row_inner{
	padding: 200px 180px;
}
.top_row5 .top6.module{
	max-width: 100%;
}

.top_row6{
	padding-bottom: 200px;
}
.top_row6 .col4-2.last{
	padding-left: 50px;
}



body #footerwrap{
	background: url(../../uploads/top15.png);
	padding: 120px 0;
}
.f1{
	text-align: center;
}
.f1 .tb_text_wrap{
	display: inline-block;
	color: #f9f9fc;
	font-size: 20px;
	line-height: 1;
	background: url(../../uploads/top25.png) left no-repeat;
	padding-left: 20px;
	letter-spacing: 0.5px;
}
.f2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 25px 0 0 0;
	font-size: 0;
}
.f2 a{
	display: block;
	margin: 0 6px;
}

#footer-nav {
    display: flex;
    margin: 80px 0 ;
    justify-content: center;
    align-items: center;
    gap: 35px;
	flex-wrap: wrap;
}
#footer-nav li{
	display: block;
	margin: 0;
	line-height: 1;
	font-size: 18px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}
#footer-nav li a{
	color: #f9f9fc;
}

.copyright-container{
	text-align: center;
	color: #f9f9fc;
	line-height: 1;
	font-size: 15px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
}

body #pc-backtop{
	bottom: 30px;
	right: 30px;
	width: auto;
	height: auto;
}

.h2{
	display: none;
}
.submain .module-image{
	position: relative;
	height: 538px;
	max-width: 1740px;
	width: 91vw;
	margin-left: auto;
	overflow: hidden;
	filter: drop-shadow(5px 7px 4px rgba(26, 28, 34, 0.3));
}

.submain .module-image .image-wrap{
	position: static
}
.submain .module-image img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 1740px;
	width: 1740px;
}
.submain{
	background: url(../../uploads/about2.png) bottom left no-repeat;
	padding-bottom: 85px;
}
body .submain .module-text{
	position: absolute;
	bottom: 90px;
	left: 100px;
}
.submain .module-text .module-title{
	margin: 0;
	line-height: 1;
	color: #f9f9fc;
	font-size: 70px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	text-shadow: 3.812px 5.871px 7.36px rgba(48, 49, 51, 0.68);
}

.row_1100 .row_inner{
	max-width: 1100px;
}


.about2.module{
	max-width: 745px;
}
.about3.module{
	padding: 150px 70px 200px 70px;
	max-width: 1560px;
	width: 100%;
	margin: 0 auto;
}

.about4.module{
	text-align: center;
	margin-bottom: 100px;
}
.title02.module{
	line-height: 1;
	font-size: 18px;
	display: flex;
	align-items: flex-end;
}
.title02.module .module-title{
	line-height: 1;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-size: 40px;
	margin: 0 30px 0 0;
}
.title02.module .tb_text_wrap{
	padding-bottom: 7px;
}
.access1.module table tr td{
	vertical-align: top;
	border: 0;
	padding: 12px 0;
	border-bottom: 1px dotted #32373a;
}
.access1.module table tr td:first-child{
	font-weight: bold;
	width: 130px;
}
.access1.module table tr:first-child td{
	padding-top: 0;
}

.drink1.module{
	text-align: center;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 1.5px;
}
.drink1.module .tb_text_wrap{
	background-color: rgba(249, 249, 252, 0.7);
	display: inline-block;
	vertical-align: top;
	line-height: 1.8;
	padding: 0 25px;
}
.drink1.module a{
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	color: #32373a;
	text-decoration: underline;
}

.drink2.module table tr td{
	vertical-align: top;
	border: 0;
	border-bottom: 1px dotted #32373a;
	padding: 15px 0;
}
.drink2.module table tr td:last-child{
	text-align: right;
}
.drink21.module table tr td{
	border-color: #f9f9fc;
}

.title021.module{
	line-height: 30px;
	font-size: 16px;
}
.title021.module .module-title{
	font-size: 30px;
	line-height: 30px;
}

.drink3.module{
	text-align: center;
}
.drink3.module .tb_text_wrap{
	background: rgba(249, 249, 252, 0.7);
	padding: 30px 10px;
}

#content .food1 img{
	width: auto;
	height: auto;
}

.food2.module{
	text-align: center;
	color: #f9f9fc;
	background: #45474c;
	padding: 40px 20px;
}

body.archive #content,
body.single #content{
	max-width: 1100px;
	margin: 0 auto;
	width: 94% !important;
	padding: 180px 0 200px 0;
}
body.archive .page-title{
	display: none;
}

body.archive #content .post{
	border-bottom: 1px dotted #32373a;
	margin: 0;
	padding: 35px 0;
}
body.archive .post .post-date{
	color: #32373a;
	font-size: 16px;
	display: block;
	line-height: 1;
	margin: 0 0 15px 0;
}
body.archive .post .post-title{
	font-size: 18px;
	margin: 0;
	font-weight: 500;
}
body.archive .post .post-title a{
	color: #32373a;
	text-decoration: underline;
}

body.archive .pagenav{
	text-align: center;
	padding: 100px 0 0 0;
}
body.archive .pagenav .number{
	border-radius: 0;
	border: 1px solid #32373a;
	min-width: 42px;
	min-height: 1px;
	padding: 0;
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	color: #32373a;
	line-height: 40px;
	background: none;
}
body.archive .pagenav .number.current{
	background: #32373a;
	color: #ffffff;
}

body.single .post{
	margin-bottom: 100px;
}
body.single .post .post-date{
	color: #32373a;
	font-size: 16px;
	display: block;
	line-height: 1;
	margin: 20px 0 0 0;
}
body.single .post .post-title{
	font-size: 28px;
	color: #32373a;
	margin: 0;
	line-height: 1.5;
	padding: 23px 0;
	border-bottom: 1px dotted #32373a;
	margin-bottom: 30px;
}

#pagewrap .backbtn{
	display: block;
	width: 147px;
	margin: 0 auto;
	font-size: 0;
}

.weight_400.module{
	font-weight: 400;
}




/* 20251120 */
br.sp-only {
	display: none;
}
body #pagewrap.site a:hover {
	text-decoration: none;
}
#content .btn1 a:hover,
#headerwrap .h12 a:hover,
#footerwrap .f2 a:hover,
#pagewrap .backbtn:hover img {
	opacity: 0.7;
    transition: all 0.3s ease;
}
.access-detail .tb_text_wrap a {
	text-decoration: underline;
	color: #f9f9fc;
}
.access-detail .tb_text_wrap a:hover {
	text-decoration: none;
}

/* about us_concept */
.cocept-contents {
	max-width: 1500px;
	margin-left: auto;
	margin-right: 0;
}
body .cocept-contents .about1.module {
    position: absolute;
    bottom: 0;
    left: unset;
	right: 0;
    width: 700px;
}
/* body .about1.module{
	position: absolute;
    bottom: -60px;
    left: 810px;
    right: auto;
    width: 700px;
}
@media screen and (max-width: 1180px) {
    body .about1.module {
        left: 570px;
    }
}
@media screen and (max-width: 768px) {
    body .about1.module {
        margin-top: 40px;
        position: static;
        width: auto;
        text-align: center;
    }
} */





.title021.title02.module .tb_text_wrap {
	padding-bottom: 0;
}






/* =============================================
	mobile menu settings
=============================================　*/
/* Mobile Menu Button */
#menu-button{
	visibility:hidden;
	opacity:0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 900;
	top: 12px;
	right: 20px;
	width: 48px;
	height: 48px;
	background-color: #32373a;
	color: #f9f9fc;
}
#menu-button.nav-on {
	visibility:visible;
	opacity:1;
}
#menu-button .ham-lines {
	position: relative;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
/* #menu-button .ham-lines span, */
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 28px;
	height: 2px;
	background-color: #f9f9fc;
	border-radius: 1px;
}
/* #menu-button .ham-lines span {
	bottom: 15px;
	transition: all .25s .25s;
	opacity: 1;
} */
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}
#menu-button .ham-lines::before{
	bottom: 17px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 10px;
	animation: menu-bar03 .75s forwards;
}
#menu-button.is-active .ham-lines::before{
	bottom: 24px;
}
#menu-button.is-active .ham-lines::after{
	bottom: 6px;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
	font-family: "Cormorant Garamond";
	position: relative;
	bottom: 5px;
}
#menu-button.is-active .ham-lines span {
	opacity: 0;
}
#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}
#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}
@keyframes menu-bar01 {
	0% {
		transform: translateY(9px) rotate(45deg);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes menu-bar03 {
	0% {
		transform: translateY(-9px) rotate(-45deg);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(0) rotate(0);
	}
}
@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(9px) rotate(0);
	}
	100% {
		transform: translateY(9px) rotate(45deg);
	}
}
@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-9px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}
/* Mobile Menu Button end */

/* =============================================

	Common settings

============================================= */
/* table border and paddings */
table th,
table td{
	border: 1px solid #424242;
	padding: 10px;
}

/* =============================================

	Media Query

============================================= */
@media screen and (max-width: 1500px) { /* for iPad pro landscapes */
	.top_row2 .col4-2.first {
    	padding-bottom: 0;
	}
	.cocept-contents {
		padding-left: calc(100vw - 90vw);
	}
}

@media screen and (max-width: 1270px) { /* for iPad pro landscapes */
	.top_row2 {
		margin-top: 0;
	}
}

@media screen and (max-width: 1180px) { /* for tablet landscapes */

	#pagewrap {
		position: relative;
		padding-bottom: 51px;
	}

	#header.header {
		padding-top: 0;
	}

	/* module menu button visible */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#main-menu-container {
		position: fixed;
		z-index: 700;
		top: 0;
		left: -100vw;
		right: auto;
		bottom: auto;
		overflow-y: auto;
		background-color: #32373a;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	#main-menu{
		display: block;
		margin: 100px 0 0 0;
	}
	#main-menu li{
		margin: 0;
		text-align: center;
	}
	#main-menu li a{
		color: #f9f9fc;
		line-height: 60px;
	}
	#main-menu li a:before{
		display: none;
	}
	#main-menu li:first-child {
		padding-top: 100px;
		background: url(../../uploads/top26.png) top no-repeat;
	}
	.h2{
		margin-top: 50px;
		display: block;
		text-align: center;
	}
	.h21 {
		display: inline-block;
		color: #f9f9fc;
		font-size: 20px;
		line-height: 1;
		background: url(../../uploads/top25.png) left no-repeat;
		padding-left: 20px;
		letter-spacing: 0.5px;
	}
	.h22{
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 25px 0 0 0;
		font-size: 0;
	}
	.h22 a{
		display: block;
		margin: 0 6px;
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */
	#headerwrap #header{
		justify-content: space-between;
		padding: 40px;
		position: relative;
		z-index: 999;
		background: none;
		transition: unset;
	}
	.top4.module{
		padding-left: 30%;
	}
	.top5.module{
		margin-top: -30%;
		padding-right: 50%;
	}
	.top_row1 .col4-2.last {
		padding: 0 20px;
	}
	.top_row2{
		margin-top: 50px;
		padding-left: 0;
	}
	.top_row2 .col4-2.first {
		padding: 0 20px;
	}
	.top_row2 .col4-2.first .module{
		max-width: 100%;
	}
	.top_row3 .row_inner{
		padding-left: 0;
		padding-right: 0;
	}
	.top_row3 .col4-2.first{
		padding: 0 20px;
	}
	.top_row4 .row_inner{
		padding-left: 0;
		padding-right: 0;
	}
	.top_row5 .row_inner{
		padding-left: 0;
		padding-right: 0;
	}
	.top_row5 .col4-2.first{
		padding: 0 20px;
	}
	.top_row6 .col4-2.last{
		padding: 0 20px;
	}
	.default_width #layout .row_1100 .row_inner{
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	.about4.module{
		padding-left: 3%;
		padding-right: 3%;
	}
	#body {
		padding-top: 0;
	}

}

@media screen and (max-width: 1024px) { /* for tablet landscape */

	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	.wpcf7 table tr th,
	.wpcf7 table tr td{
		width:100%;
		display:block;
		padding: 10px 0px;
	}
	.wpcf7 table tr th{
		padding-bottom:0;
	}
	/* style for contact forms, if do not use to delete please
	コンタクフォームのテーブル調整　不要なら消す*/
	
}

@media screen and (max-width: 1024px) { /* for mobile landscape */
	body #pc-backtop {
		display: none;
	}
	body #footer .sp-footer-icons-container {
		display: flex;
		background: url(../../uploads/top15.png);
	}
	body #footer .sp-footer-icons-container a{
		background: none;
		border-color: #f9f9fc;
		border-top: 1px solid #f9f9fc;
		color: white;
		font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic";
        font-size: 13px;
	}
	
	
	.cocept-contents {
		padding-left: 0;
		width: 94% !important;
        margin: 0 auto;
	}
	body .cocept-contents .about1.module {
		position: relative;
		bottom: 0;
		left: unset;
		right: auto;
		width: auto;
		margin-top: 30px;
	}
	.about2.module{
		max-width: unset;
	}
	
}

@media screen and (max-width: 820px) { /* for tablet portrate */
	#pc-backtop {

	}
	#footer .sp-footer-icons-container {

	}
}

@media screen and (max-width: 768px) { /* for mobile  */
	.top1.module{
		padding-left: 0;
	}
	body .top2.module{
		width: auto;
		left: 40px;
		padding: 30px 30px 80px 30px;
	}
	body .top3.module{
		bottom: 30px;
		right: 30px;
	}
	.top2.module .slide-title{
		margin: 30px 0 0 0;
	}
	.top_row1 .col4-2.first{
		padding: 0 3vw 40px 3vw;
	}
	.title01.module .tb_text_wrap{
		font-size: 24px;
	}
	.top6.module{
		max-width: 100%;
	}
	.top_row2 .col4-2.last{
		padding: 0 3vw;
	}
	.top_row2 .col4-2.first{
		padding: 40px 3vw 0 3vw;
	}
	#content .top8.module{
		height: 300px;
	}
	.top_row3 .row_inner{
		padding: 80px 3vw;
	}
	.top_row3 .col4-2.first{
		padding: 40px 0 0 0;
	}
	.top_row4{
		padding-left: 3vw;
		padding-right: 3vw;
	}
	.top_row4 .row_inner{
		padding: 0 0 80px 0;
	}
	#content .top9.module{
		height: 300px;
	}
	.top_row5 .row_inner{
		padding: 80px 3vw;
	}
	.top_row5 .col4-2.first{
		padding: 40px 0 0 0;
	}
	.top_row6{
		padding: 0 3vw 80px 3vw;
	}
	.top_row6 .col4-2.last{
		padding: 40px 0 0 0;
	}
	body #footerwrap{
		padding: 70px 3vw;
	}
	.h1{
		display: none;
	}
	#headerwrap #header{
		padding: 15px;
	}
	#site-logo a img{
		height: 43px;
	}
	.top1.module{
		height: 80vh;
        background: url(../../uploads/top5.png) bottom left 45% no-repeat;
		filter: drop-shadow(5px 7px 4px rgba(120, 126, 131, 0.8));
	}
	#content .top1.module img{
		display: none;
	}
	#footer-nav{
		max-width: 290px;
		margin: 50px auto;
	}
	.top4.module{
		padding-left: 25%;
	}
	.top5.module {
        margin-top: -25%;
    }
	.top_row1 .col4-2.last{
		padding: 0 3vw;
	}
	.about2.module{
		max-width: 100%;
	}
	.about3.module{
		padding: 20px 3vw 80px 3vw;
	}
	.about4.module{
		margin-bottom: 50px;
	}
	.submain{
		padding-bottom: 70px;
		background-position: top 135px left;
	}
	.submain .module-image{
		height: 300px;
	}
	.submain .module-image img{
		transform: translate(-60%, -50%);
	}
	body .submain .module-text {
		right: 20px;
		left: auto;
		bottom: -45px;
	}
	.submain .module-text .module-title{
		font-size: 30px;
	}
	#content .access1 td{
		display: block;
		width: 100%;
	}
	#content .access1 td:first-child{
		border-bottom: 0;
		padding-bottom: 0;
	}
	#content .access1 td:last-child{
		padding-top: 0;
	}
	.title02.module{
		display: block;
	}
	.title02.module .tb_text_wrap{
		padding: 15px 0 0 0;
	}
	#content .drink2 td{
		display: block;
		width: 100%;
	}
	#content .drink2 td:first-child{
		padding-bottom: 0;
		border-bottom: 0;
	}
	#content .drink2 td:last-child{
		padding-top: 0;
	}
	body.archive #content{
		padding: 80px 0;
	}
	body.archive .pagenav{
		padding-top: 60px;
	}
	body.archive #content, body.single #content{
		padding: 80px 0;
	}
	body.single .post{
		margin-bottom: 50px;
	}
	
	
/* 	SP20251120 */
	br.sp-only {
		display: block;
	}
	body.single .post .post-title {
    	font-size: 23px;
	}
	

	.food-mv.submain .module-image img {
		transform: translate(-55%, -50%);
	}
	.drink-mv.submain .module-image img {
		transform: translate(-30%, -50%);
		height: 110%;
		width: auto;
	}
	.news-mv.submain .module-image img {
        transform: translate(-60%, -50%);
        height: 110%;
        width: auto;
    }
	.access-mv.submain .module-image img {
		transform: translate(-40%, -50%);
		height: 100%;
		width: auto;
	}
	
	
}

@media screen and (max-width: 460px) { /* for mobile small  */
	

}



