@charset "UTF-8";


/**header--------------------------------------------------------------*/
.header-brand-container:before,.header-brand-container:after {
	content:"";
	clear:both;
	display:block;
}
.header-brand-container {
	width:1860px;
	max-width:98%;
	margin:0 auto;
}
.lb {
    float: left;
    width: 12%;
}
.rb {
    float: right;
    width: 86%;
	text-align:right;
	padding-top:5px;
}
body {
	background:url(../../uploads/bg-sub.png)no-repeat left top;
}
body.home {
	background:url(../../uploads/body-top.png)no-repeat right top;
}
.home body {
	background:none;
	background-color:#fff;
}
#headerwrap .sns-hd ul {
	margin:0;
	list-style:none;
}
#headerwrap .sns-hd li {
	margin:0 0 10px;
	margin-left:10px;
	display:inline-block;
	vertical-align:middle;
}
#headerwrap #header {
    padding: 30px 0 22px;
}
#headerwrap .tel-hd {
	color:#0c244b;
	font-size:26px;
	font-weight:900;
}
.tel-hd:before {
	content:url(../../uploads/tel.png);
	display:inline-block;
	margin-right:5px;
}
#headerwrap .cal-hd a {
    color: #0c244b;
    font-size: 17px;
    font-weight: 900;
    display: block;
    width: 154px;
    max-width: 100%;
    text-decoration: none;
    border: 1px solid #0c244b;
    text-align: center;
    padding: 8px 10px 5px;
	background:#fff;
}
.cal-hd a:before {
	content:url(../../uploads/calender.png);
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
}
#headerwrap .rb .cal-hd {
	margin-left:15px;
}

/**menu--------------------------------------------------------------*/
#headerwrap #main-menu-container ul {
    list-style: none;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
	flex-wrap:wrap;
}
#headerwrap #main-menu-container li {
	float:left;
	margin:0;
	position: relative;
	width:auto;
}
#headerwrap #main-menu-container li a {
	display:block;
	color:#222;
	font-size:16px;
	padding:10px 19px;
	text-decoration:none;
}
#headerwrap #main-menu-container li:last-child a {
	padding-right:0;
}


#headerwrap #main-menu-container li a:hover {
	opacity:1;
	text-decoration:none;
	font-weight:900;
}
#main-menu-container {
	
}
#headerwrap #main-menu-container li.nav00 {
	display:none;
}
#headerwrap #main-menu-container li ul {
	display:none;
}
#headerwrap #main-menu-container li:hover ul {
	display:block;
}
#headerwrap #main-menu-container li ul {
    position: absolute;
    float: none;
    top: 50px;
    left: 0;
    z-index: 99;
}

/*sub-menu*/
#headerwrap #main-menu-container li .sub-menu {
  width:100%;
  padding:0;
  border:none;
	
}
#headerwrap #main-menu-container li .sub-menu li {
  	clear:both;
	float:none;
	display:block;
	width:100%;
}
#headerwrap #main-menu-container li .sub-menu li a {
  display:block;
  text-indent:0;
  white-space: unset;
  background: none;
  text-align: center;
	font-size:13px;
    border-bottom: dotted 1px #a8a8a8;
    color: #542d0a;
	padding: 9px 5px 8px;
  text-decoration: none;
  height:auto;
	background-color: rgba(255, 255, 255, 0.9);	
}
#headerwrap #main-menu-container li .sub-menu li a:hover {
	opacity:0.7;
	font-weight:bold;
}


/**footer--------------------------------------------------------------*/
#footerwrap {
	border-top:1px solid #0c244b;
	padding-top:75px;
}
#footer-nav li {
	padding:0 19px;
	margin: 0 0 10px;
}
#footer-nav a {
	font-size:16px;
	font-weight:700;
	color:#222;
	text-decoration:none;
}
#footer-nav {
	margin:0;
	padding:0;
	text-align:center;
}
#footerwrap .ul-ft li {
	margin:0 0 25px;
	display:inline-block;
	vertical-align:middle;
	color:#0c244b;
	font-weight:900;
}
#footerwrap .ul-ft li:first-child {
	font-size:34px;
	line-height:1.2;
	margin-right:20px;
}
.ul-ft li:first-child:before {
	content:"";
	 background:url(../../uploads/tel.png)no-repeat;
	 background-size:100% 100%;
	 width:23px;
	 height:23px;
	 display:inline-block;
	 margin-right:10px;
}
#footerwrap .ul-ft a {
	font-size:18px;
	text-decoration:none;
	width:240px;
	max-width:100%;
	padding:5px 10px;
	text-align:center;
	display:block;
	border:1px solid #0c244b;
}
.ul-ft a:before {
    content: "";
    background: url(../../uploads/calender.png) no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 19px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 1;
    margin-bottom: 5px;
}
.ul1-ft li {
	display:inline-block;
	margin:0 0 10px;
	margin-left:15px;
	line-height:1;
}
.ul1-ft li:first-child {
	margin-left:0;
}
.ul1-ft li img {
	margin:0;
}
.tab-ft tr td {
	padding:2px 0;
	vertical-align:top;
	text-align:left;
}
.tab-ft tr td:first-child {
	width:130px;
	font-weight:900;
}
.mo500.module {
	max-width:500px;
	margin:0 auto;
}
.te-ft.module {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #0c244b;
    display: block;
    padding: 29px 10px;
}
.copyright-container {
	font-size:14px;
	color:#fff;
	text-align:center;
	background:#0c244b;
	padding:22px 3%;
}
body #pc-backtop {
	width:auto;
	height:auto;
	right:20px;
	bottom:90px;
}



/**top--------------------------------------------------------------*/
body .site {
	font-size: 16px;
    color: #222222;
	font-family: "Zen Old Mincho", serif;
	line-height:2;
	letter-spacing: 0.05em;
}
.f-code {
	font-family: "Source Code Pro", monospace;
}
.site a:visited,.site a:link {
	color:inherit;
	text-decoration:underline;
	outline:none;
}
.site a:hover {
	color:inherit;
	text-decoration:none;
	opacity:0.7;
}
body .pagewidth {
  max-width: 94%;
}
body .module-fancy-heading .main-head+.sub-head:before {
  display: none;
}
.module-fancy-heading .fancy-heading {
  	margin:0;
	font-size: inherit;
}
.module-fancy-heading.module .sub-head {
  padding:0;
}
.module .gallery-icon {
  cursor:default;
}
.module .module-title,.main-head,.sub-head,.image-title {
	line-height:1.7;
	font-weight:900;
}
.module {
	margin-bottom:30px;
}
.module .module-title {
	margin-bottom:15px;
}
.module p:last-child {
	margin-bottom:0;
}
.module ul {
	margin:0;
	list-style:none;
}
.module li {
	line-height:2;
}
.module table {
	width:100%;
	border-collapse: collapse;
}
.module,ul,li,a,div,span,.image-title,tr,td,th,input {
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.module_row {
	overflow: hidden;
}


/***/
#pagewrap .row-main .row_inner {
	width:1860px;
	max-width:94%;
	margin:0 auto;
}
.t-sl-top.module {
	text-align:center;
	background:url(../../uploads/map-bd.png)no-repeat center center;
	min-height:800px;
	margin:0;
	padding:110px 3%;
}
.t-sl-top .main-head {
    font-size: 46px;
    color: #fff;
    text-shadow: 0 0 11px rgb(44 38 32 / 35%);
    writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-block;
}
.row-slider-slides,.row-slider-nav {
	display:none;
}
#body .bg-top {
	background-position:top -105px left;
}
#body .bg1-top {
	background-size:cover;
	background-attachment: fixed;
}


/**sticky----*/
.row-on {
	overflow:visible;
}
#body .ticky-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#body .ticky-image:first-child {
	opacity:1;
}
#body .ticky-image.active {
  opacity: 1;
  pointer-events: auto;
}
#body .ro-sticky {
	position:sticky;
	top:0;
	align-self: flex-start; 
	min-height:467px;
}

/**end sticky*/
#pagewrap #body .max1860f .row_inner {
	width:1860px;
	max-width:98%;
	margin:0 auto;
}
#pagewrap #body .max1680 .row_inner {
	width:1680px;
	max-width:94%;
	margin:0 auto;
}
#pagewrap #body .max1640 .row_inner {
	width:1640px;
	max-width:94%;
	margin:0 auto;
}

/***/
.ro-top {
	max-width:540px;
	margin-left:auto;
	margin-right:40px;
}
.t-top .main-head {
	color:#9f7a0a;
	font-size:18px;
	font-weight:400;
	font-family: "Source Code Pro", monospace;
	margin-bottom:25px;
}
.t-top.module .sub-head,.t-p1.module .sub-head {
	font-size:26px;
	color:#222;
}
.t-top.module {
	text-align:center;
}
.t-left.module {
	text-align:left;
}

#body .row1-top .tb-column {
	width:1320px;
	max-width:94%;
	margin:0 auto;
}
.row1-top .row_inner {
	border:1px solid #0c244b;
	padding:155px 0 0;
}
#body .ro1-top {
	max-width:380px;
}
#body .ro1-s1-top {
	margin-left:auto;
}
#body .ro2-top .module_subrow {
	max-width:360px;
}

.t1-top .main-head {
	 writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: inline-block;
	padding:50px 18px;
	font-size:20px;
	background:url(../../uploads/i1.png)no-repeat center top,url(../../uploads/i2.png)no-repeat center bottom;
}
#body .t1-top {
	position:absolute;
	top:0;
	left:-20px;
}
.ro3-top .module_column {
	max-width:590px;
	text-align:center;
}
.ro3-top .module_column.last {
	margin-left:auto;
}
#pagewrap .btn-top a {
	color:#0c244b;
	font-size:17px;
	font-weight:900;
	max-width:360px;
	border:1px solid #0c244b;
	padding:25px 20px;
	background:url(../../uploads/ar.png)no-repeat right 28px center,#fff;
}
#pagewrap .btn-s1-top a {
    max-width: 165px;
    background-position: center right 15px;
    padding: 11px 10px;
    display: block;
    margin-right:auto;
	text-align:center;
}
.post-top time {
    display: inline-block;
    color: #0c244b;
    font-size: 16px;
    padding-right: 25px;
    border-right: 1px solid #727272;
    margin: 0;
	margin-right:25px;
    line-height: 1;
}
#pagewrap .post-top .post-title {
    font-size: 16px;
    color: #222;
    display: inline-block;
	line-height:2;
	margin:0;
}
#pagewrap .post-title a {
	text-decoration:underline;
}
#pagewrap .post-title a:hover {
	text-decoration:none;
}
#pagewrap .post-top .post {
	margin: 0;
    border-bottom: 1px dotted #9d9da1;
    padding: 31px 0;
}
#pagewrap .post-top .post:first-child {
	padding-top:0;
}
#pagewrap .bg3-top {
    background: linear-gradient(to right, #f0f1f3 calc(50% - 480px), #fff 20%);
}

/**p1----------about---------------------------*/
.t-sub .main-head {
	color:#222;
	font-size:46px;
	text-align:center;
}
.t-sub.module {
	max-width:470px;
	margin-bottom:40px;
	padding-left:3%;
	padding-right:3%;
}

#body .image-content {
	margin:0;
	padding:0;
	background:none;
}
#body .t-im-sub .image-title {
	margin: 0 0 45px;
    font-size: 46px;
    color: #222;
    text-align: left;
    padding: 0 8.4%;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
#body .t-im-sub .image-wrap {
	text-align:right;
}
#body .t-im-sub .image-wrap img {
	width:73%;
	max-width: 1300px;
}
.t-im-sub.module {
	margin-bottom:100px;
}

/***/
#body .ro-p1 {
	max-width:390px;
}
#body .ro-s1-p1 {
	margin-left:auto;
}
.gallery-icon img {
	width:auto;
}
.ro1-p1 {
	max-width:1100px;
	margin:0 auto;
}


/**p3-------------------drink--------------------------*/
.link-p3 li {
	display:inline-block;
	border-left:1px solid;
	line-height:1.2;
	padding: 0 10px;
	margin:0 0 10px;
}
.link-p3 li:first-child {
	border:none;
}
.link-p3 ul {
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
    border: 1px solid #0c244b;
    padding: 22px 10px 12px;
}
.tab-p3.module .module-title {
	font-size:20px;
	margin-bottom:25px;
}
.tab-p3 tr td {
	vertical-align:top;
	border-bottom:1px dotted #9d9da1;
	padding:14px 5px;
}
.tab-p3 tr td:last-child {
	width:140px;
	text-align:right;
}
.te-p3.module {
	border:1px solid #9d9da1;
	padding:35px 40px;
}


/**p6-----------------access------------------------*/
.page-id-640 .row-map-ft {
	display:none;
}
.page-id-640 #pagewrap .row-ft {
	padding-bottom:125px;
}

/***/
.mo800.module .tb_text_wrap {
	max-width:800px;
	margin:0 auto;
}
.tab-p6 tr td {
	border-bottom:1px dotted #9d9da1;
	padding:14px 0;
	vertical-align:top;
}
.tab-p6 tr td:first-child {
	width:270px;
	font-weight:900;
	padding-left:20px;
}
.map-p6.module {
	width:100%;
	max-width:800px;
	margin:0 auto 30px;
}
#body .tab-s1-p3 td {
	padding:19px 5px;
}
.mo640.module {
	max-width:640px;
	width:100%;
	margin:0 auto 30px;
}

/**p5------------------takeout---------------------*/
#body .ro-p5 {
	width:100%;
	max-width:800px;
	margin:0 auto;
}
.mo370.module {
	width:100%;
	max-width:370px;
	margin-left:auto;
	margin-right:auto;
}

/**p7---------------------topics---------------------*/
.mo1060.module {
	width:100%;
	max-width:1060px;
	margin:0 auto 30px;
}
.post-p7 time {
	font-size:16px;
	color:#0c244b;
	font-weight:900;
	line-height:2;
	margin:0 0 20px;
}
#body .post-p7 .post-title {
	font-size:20px;
	color:#222;
	font-weight:900;
	line-height:2;
	margin:0;
}
#body .post-p7 .post {
    border-bottom: 1px dotted #9d9da1;
    margin: 0;
    padding: 35px 0;
}
#body .post-p7 .post:first-child {
    padding-top:0;
}
body .pagenav {
	padding:70px 0 0;
	text-align:center;
}
#body .pagenav .current,#body .pagenav a {
	width: 39px;
    padding: 11px 5px;
    border-radius: 0;
    border: 1px solid #0c244b;
    background: #0c244b;
    color: #fff;
    font-size: 16px;
}
#body .pagenav a {
	color:#0c244b;
	background:#fff;
}



/**single-----------------------------------------*/
.single #body {
	background:#fff;
	padding-top:155px;
}
.single #headerwrap #header {
	padding-bottom:70px;
}
.single #body .post {
	width:100%;
	max-width:1060px;
	margin:0 auto;
}
.single time {
	color:#0c244b;
	font-size:16px;
	line-height:2;
	margin-bottom:15px;
	margin-left:30px;
	display:block;
}
.single #body .post-title {
	font-size: 20px;
    color: #222;
    font-weight: 900;
    padding: 22px 30px;
    border: 1px solid #0c244b;
    margin-bottom: 50px;
}
.single .entry-content img {
	margin-bottom:35px;
	text-align:center;
}
#pagewrap .history_back a {
	font-size:17px;
	color:#0c244b;
	font-weight:900;
	display: block;
    text-align: center;
    max-width: 360px;
    border: 1px solid #0c244b;
    padding: 20px 20px;
    text-decoration: none;
    margin: 75px auto 130px;
	background:url(../../uploads/ar1.png)no-repeat left 30px center,#fff;
}


/**contact-----------------------------------*/
.te-policy.module {
	width:100%;
	max-width:1220px;
	margin:0 auto 30px;
	background:#fff;
	padding:60px 3%;
}
.te-policy.module .tb_text_wrap {
	width:100%;
	max-width:1060px;
	margin:0 auto;
	padding-right:30px;
	height:400px;
	overflow:auto;
}
#body .ed-form tr th,#body .ed-form tr td {
	font-size:16px;
	color:#222;
	font-weight:400;
	vertical-align:top;
	padding:8px 0;
}
#body .ed-form tr th {
	width:280px;
}
.ed-form tr th span {
	color:#d81212;
	font-size:13px;
}
.ed-form.module {
	width:100%;
	max-width:1220px;
	margin:0 auto 30px;
	border:1px solid #0c244b;
	padding:72px 3% 0;
}
.ed-form.module .tb_text_wrap {
	max-width:1060px;
	margin:0 auto;
}
#body .ed-form input,#body .ed-form textarea {
    background: #f0f1f3;
    border-radius: 0;
    border: none;
    padding: 8px 10px;
}
#body .ed-form .wpcf7 .submit_btn input[type="submit"] {
    font-size: 16px;
    color: #fff;
    background: #0c244b;
/*     padding: 14px 10px; */
	padding: 14px 60px 14px 0;
	width: 100%;
	max-width: 200px;
	text-align: right;
    margin: 43px auto 27px;
}





/* 20250924 */
.ed-form .submit_btn::before {
	content: "";
	background: url(../../uploads/mail.png) no-repeat center;
	width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    left: 46%;
}
.w-800 {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.w-800 #sb_instagram #sbi_images .sbi_item {
	max-width: 188px;
	max-height: 188px;
	width: 100%;
	height: 100%;
}
.sns-sp {
	display: none;
}






/* =============================================
	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: 10px;
	right: 10px;
	width: 54px;
	height: 54px;
	background-color: #0c244b;
    color: #fff;
}
#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: 30px;
	height: 2px;
	background-color: #fff;
	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: 24px;
	animation: menu-bar01 .75s forwards;
}
#menu-button .ham-lines::after {
	bottom: 6px;
	animation: menu-bar03 .75s forwards;
}
#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}
#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 Header Menu Container */
nav.nav-off{
	display:none;
}
#main-menu-container.is-active {
    position: fixed;
    z-index: 700;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
	background: #fff;
    color: #222;
    display: block;
}
/* Header Main Menu */
#main-menu-container.is-active .main-menu,
#main-menu-container.is-active .sub-menu {
	margin: 0;
	list-style: none;
}
#main-menu-container.is-active .menu-item {
	margin: 0;
	padding: 8px 0 0 16px;
}
#main-menu-container.is-active .main-menu {
	position: static;
	width: 100%;
	max-width: 94%;
	margin: 0 auto 16px;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
#main-menu-container.is-active .main-menu>li {
	margin: 0 16px;
	padding: 8px;
/* 	border-bottom: dotted 1px #ccc; */
}
#main-menu-container.is-active .main-menu>li:last-of-type {
	border-bottom: none;
}
#main-menu-container.is-active .main-menu li a {
	font-size: 16px;
	line-height: 2;
	color: #111;
}

@media screen and (max-width: 1024px) { /* mobile visibility changes for max-width */
	#menu-button{
		visibility:visible;
		opacity:1;
	}
	#main-menu-container:not(.is-active){
		display:none;
	}
	
	/**menu**/
	#headerwrap #main-menu-container li a {
		display: block;
		color: #222;
		padding: 10px;
	}
	#headerwrap #main-menu-container li a:hover {
		opacity:0.7;
	}
	#headerwrap #main-menu-container li {
		float: none;
		text-align: center;
		padding: 0;
	}
	#headerwrap #main-menu-container ul {
		display:block;
		max-width: 94%;
		margin: 0 auto;
		padding: 10% 0;
	}
	#headerwrap #main-menu-container li a:hover, #headerwrap #main-menu-container li.current-menu-item a {
		color: #0c244b;
	}
	
	
	/**sub*/
	#headerwrap #main-menu-container li .sub-menu {
		position: static;
		display: block;
		width: 100%;
		background: rgb(255 255 255 / 50%);
		padding: 0;
		max-width: 100%;
		margin-top: 0;
	}
	#headerwrap #main-menu-container li .sub-menu li a {
		padding: 5px 0;
		text-decoration: none;
	}
	#headerwrap #main-menu-container li .sub-menu li {
		display: block;
		width: 100%;
		padding: 0;
	}
	
	
	
}

/* === mobile menu end === */


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

	Media Query

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

@media screen and (max-width: 1280px) { 
	
	/**menu*/
	#headerwrap #main-menu-container li a {
		padding-left:10px;
		padding-right:10px;
	}
	
	/**top*/
	#body .t1-top {
		left: 0;
	}
	
	/***/
	.header-brand-container,#pagewrap #body .max1860f .row_inner {
		max-width:94%;
	}
}


@media screen and (max-width: 1024px) { 
	
	/**header*/
	.lb {
		width:25%;
	}
	.rb {
		width:73%;
		padding-right:50px;
	}
	
	/**footer*/
	body #pc-backtop {
		display:none;
	}
	body #footer .sp-footer-icons-container a {
		background:#0c244b;
		color:#fff;
		text-decoration:none;
		border-color:#fff;
		min-height:50px;
		padding-top:6px;
	}
	#pagewrap .sp-footer-icons-container {
		display:flex;
		border-top:1px solid #fff;
	}
	#footerwrap {
		margin-bottom:50px;
	}
	body #footer .sp-footer-icons-container svg {
		fill:#fff;
	}
	
	/**top*/
	#pagewrap .bg3-top {
		background: linear-gradient(to right, #f0f1f3 15%, #fff 15%);
	}
	
	/**about*/
	.t-sub .main-head {
        font-size: 32px;
	}
	#body .t-im-sub .image-title {
		font-size: 32px;
		padding: 0 3%;
	}
	
	/**drink*/
	.te-p3.module,.single #body .post-title {
		padding-left:5%;
		padding-right:5%;
	}
	.single time {
		margin-left:5%;
	}
	
}


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

	/**footer*/
	.tab-ft tr td:first-child {
		width:100px;
	}
	
}


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

	/**top*/
	.post-top time {
		display:block;
		margin:0;
		padding:0;
		border:none;
	}
	
	/**contact*/
	#body .ed-form tr th, #body .ed-form tr td {
		width:100%;
		display:block;
	}
	.te-policy.module .tb_text_wrap {
		padding-right:0;
	}
	
	
}


@media screen and (max-width: 680px) {
	
	/**header*/
	#headerwrap #header {
		padding: 16px 0;
		min-height:100px;
	}
	#site-logo img {
		width:115px;
		max-width:80%;
	}
	.lb {
        width: 100%;
        float: none;
        clear: both;
    }
	.rb {
		padding:0;
		clear:both;
	}
	.sns-hd {
		display:none;
	}
	
	/***/
	.module-image {
		text-align:center;
	}
	#pagewrap .module-gallery .gallery-item {
		width:49.25%;
		margin: 0 1.5% 1.5% 0;
		float:left;
	}
	#pagewrap .module-gallery .gallery-item:nth-of-type(2n) {
		margin-right:0;
	}
  	#pagewrap .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
		clear:none;
	}
	.module .module-gallery-grid {
		display:block;
	}
	
	/**footer*/
	#footerwrap {
		padding-top:50px;
	}
	#footerwrap .ul-ft li {
		display:block;
		margin-right:0;
	}
	#footerwrap .ul-ft li:first-child {
		margin-right:0;
	}
	#footerwrap .ul-ft a {
		margin:0 auto;
	}
	.tab-ft tr td,.tab-ft tr td:first-child {
		display:block;
		width:100%;
		padding:0;
	}
	.copyright-container {
		padding: 16px 3%;
	}
	.mo500.module {
		width:100%;
		max-width:100%;
	}
	
	
	/*top*/
	.t-sl-top .main-head {
		font-size:36px;
	}
	.t-sl-top.module {
		min-height:670px;
		background-size:94%;
	}
	.t-left.module {
		text-align: center;
	}
	.t-top .main-head {
		margin-bottom:15px;
	}
	.row1-top .row_inner {
		padding-top:65px;
	}
	#body .t1-top {
        left: 0;
        position: relative;
		text-align:center;
    }
	.t1-top .main-head {
		writing-mode: initial;
		-moz-writing-mode: initial;
		-o-writing-mode: initial;
		-webkit-writing-mode: initial;
		-webkit-text-orientation: initial;
		writing-mode: initial;
		text-orientation: initial;
		padding:18px 50px;
		background:url(../../uploads/l1.png)no-repeat left center,url(../../uploads/r1.png)no-repeat right center;
	}
	#body .ro2-top .module_subrow {
		max-width: 100%;
	}
	#body .ro-sticky {
		display:none;
	}
	#pagewrap .bg3-top {
		background: none;
		padding-left:0;
		padding-right:0;
	}
	
	#pagewrap .btn-s1-top a {
		margin-left: auto;
	}
	
	
	/**about*/
	.t-sub .main-head {
        font-size: 32px;
        line-height: 1.4;
        text-align: right;
    }
	#body .t-im-sub .image-wrap img {
		width: auto;
		max-width: 100%;
		height: 280px;
        object-fit: cover;
	}
	#body .t-im-sub .image-content {
		position: relative;
	}
	#body .t-im-sub .image-title {
        text-align: right;
        margin-top: 25px;
        margin-bottom: 30px;
    }
	.t-im-sub.module {
		margin-bottom:30px;
	}

	/***/
	#pagewrap #body .max1860f .row_inner {
		max-width:100%;
	}
	
	/**access*/
	.page-id-640 #pagewrap .row-ft {
		padding-bottom:20px;
	}
	.tab-p6 tr td:first-child {
		width: 110px;
		padding-left: 0;
	}
	
	/**single*/
	.single #body {
		padding-top:65px;
	}
	#pagewrap .history_back a {
		margin: 45px auto 40px;
	}
	
	/**contact*/
	.ed-form.module {
		padding-top: 42px;
	}
	#body .ed-form .wpcf7 .submit_btn input[type="submit"] {
		margin-bottom:0;
	}
	
	
	
/* 	SP_20250925 */
	.ed-form .submit_btn::before {
    	left: 38%;
	}
	.sns-sp {
		display: block;
	}
	.sns-sp ul {
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  display: flex;
	  flex-direction: column; /* 基本は縦並び */
	  gap: 10px;
	}
	.sns-sp ul li {
	  display: block;
	}

	/* Facebook と Instagram のアイコンを横並びにするラッパーを用意 */
	.sns-sp ul .sns-icons {
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	/* SNSアイコン画像の大きさを調整（必要なら） */
	.sns-sp ul .sns-icons img {
		width: 31px;
		height: 31px;
	}
	#headerwrap #main-menu-container .sns-sp ul {
		display: flex;
		align-content: center;
		padding-top: 0;
	}
	#headerwrap #main-menu-container .sns-sp ul li.tel-hd {
		margin-bottom: 20px;
	}
	#headerwrap #main-menu-container .sns-sp ul li.cal-hd {
		margin-bottom: 20px;
	}
	.sns-sp ul .cal-hd a {
    	margin: 0 auto;
	}

}

/* Instagram Feed用設定 */
@media screen and (max-width: 800px) {
	.w-800 #sb_instagram #sbi_images .sbi_item {
		max-width: unset;
		max-height: unset;
		width: 100%;
		height: 100%;
	}
}




