@charset "UTF-8";

/* =============================================
	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: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-color: #fafafa;
}
#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: #111;
	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 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: 1400px) { /* for iPad pro landscapes */

}

@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: #f1f1f1;
		display:block;
		width: 100vw;
		height: 100vh;
		transition: .3s linear;
	}
	#main-menu-container.is-active{
		left: 0;	
	}
	/* Mobile Menu Container ここを調整すると、メニューボタンクリック後の動作を調整できる */

}

@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: 980px) { /* for mobile landscape */
	#pc-backtop {
		display: none;
	}
	#footer .sp-footer-icons-container {
		display: flex;
	}
}

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

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

	}
}

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

}

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

}



body.skin-default{
   background:url("../../uploads/pw_bg.png");
}

body *{
    box-sizing:border-box;
}

/**pagewidth body

:root{
  --pagewidthbody:1600px;
}

#pagewrap,
.themify_builder_row.fullwidth .row_inner{
	max-width:var(--pagewidthbody);
    width: 100%;
    margin: 0 auto;
}

end pagewidth body**/

body .pagewidth{
	width:100%;
	max-width:1100px;
	margin:0 auto;
}

.module_row > .row_inner{
	width:100%;
}



/* -----End pagewrap pagewidth----- */

/* -----header----- */
body #headerwrap{
   background-color:inherit;
}

#headerwrap #header,
#footerwrap #footer{
   border:0px;
}

body #header.header{
	overflow:hidden;
	padding:0;
}

.header-brand-container{
	float: left;
    margin: 18px 0 21px;
}

.rh{
	float: right;
    overflow: hidden;
    margin: 27px 0 0;
}

body #site-logo{
	position:static;
}

body #site-logo a,
body #site-logo img{
	display:inline-block;
	vertical-align:middle;
}

.hd_tel {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    line-height: 1;
    color: #000000;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    background: url(../../uploads/top_icon_tel.png) top 9px left no-repeat;
    padding: 0 0 0 25px;
}
.hd_tel span {
        font-size: 14px;
    }

.hd_time {
    font-size: 14px;
    color: #000000;
    line-height: 2;
    margin: 6px 0 0;
}

.hd_info {
    float: left;
    text-align: right;
}

.hd_mail {
    float: right;
    margin: 0 0 0 10px;
    text-align: center;
    padding: 10px 0 0;
}
.hd_mail img {
        vertical-align: middle;
    }

/* -----end header----- */

/* -----menu----- */

#headerwrap #main-menu-container{background: url(../../uploads/menu_bg.png)top left repeat-x;
    padding: 16px 0;
    transition: 0.4s ease;}
 #headerwrap #main-menu{max-width: 1100px;
    margin: 0 auto;
    background: url(../../uploads/menu_line.png) center right no-repeat;
    padding: 0 17px 0 0;list-style:none;overflow: hidden;}
 #headerwrap #main-menu > li {background: url(../../uploads/menu_line.png)center left no-repeat;
        padding: 0 0 0 17px;
        text-align: center;
        display: block;
        float: left;margin:0;}
 #headerwrap #main-menu > li > a {font-size: 16px;
            color: #fefefe;
            line-height: 1;
            margin: 0;
            padding: 4px 0 8px;
            display: block;
            text-decoration: none;
            outline: none;}
 #headerwrap #main-menu li ul.sub-menu{width:100%;border: 0;border-radius: 0;padding: 0;background:rgba(255,255,255,0.8);}
 #headerwrap #main-menu li ul.sub-menu li {border-bottom: 1px dotted #ccd6e3;width: 100% !important;}
 #headerwrap #main-menu li ul.sub-menu li a {padding: 18px 0 17px;font-size: 13px;width: 100% !important;color: #434343 !important;z-index:100;}
 /*#headerwrap #main-menu .current_page_item a,#pagewrap #main-menu .current-menu-item a {background-color: transparent;color: #666;border-radius: 0;}*/

 #headerwrap #main-menu  li.nav_f,
 #headerwrap #main-menu  li.nav00 {display:none;}

#headerwrap #main-menu > li a:hover{
	text-decoration:underline;
}

#headerwrap #main-menu ul.sub-menu li a:hover{
	text-decoration:none;
}

#headerwrap #main-menu li ul.sub-menu{
	display: block !important;
    position: absolute;
	top:calc(100% + 1px);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index: 100;
    border-radius: 5px;
    left: -999em;
	width:100%;
	border: 0;
	border-radius: 0;
	padding:8px 0 0;
	background-image: linear-gradient(to top, rgba(47,200,226,0.95) , rgba(110,224,243,0.95));
	list-style:none;
	margin:0;
	white-space: nowrap;
}
#headerwrap #main-menu li:hover > ul.sub-menu{
    left: 50%;
    transform: translateX(-50%);
	visibility: visible;
    opacity: 1;
}

#headerwrap #main-menu li.navi1 {
	width: 157px;
}

#headerwrap #main-menu li.navi2 {
	width: 210px;
}

#headerwrap #main-menu li.navi3 {
	width: 213px;
}

#headerwrap #main-menu li.navi4 {
	width: 178px;
}

#headerwrap #main-menu li.navi5 {
	width: 160px;
}

#headerwrap #main-menu li.navi6 {
	width: 165px;
}

body.fixedmenu #headerwrap #main-menu-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/* -----end menu----- */

/* -----footer----- */
#footerwrap{
	padding:50px 0 0;
}
#footerwrap #footer{
	overflow:hidden;
}

.ft_logo {
    display: block;
    text-align: center;
    margin: 0 0 12px 0;
}

    #footerwrap .ft_logo img {
        vertical-align: middle;
    }

.ft_info {
    font-size: 15px;
    line-height: 2.2;
    text-align: center;
    margin: 0 0 20px 0;
}

.ft_contact {
    max-width: 500px;
    margin: 0 auto 30px;
    overflow: hidden;
}

.ft_tel {
    float: left;
    font-size: 30px;
    color: #000000;
    line-height: 1;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    background: url(../../uploads/ft_icon_tel.png)top 9px left no-repeat;
    padding: 0 0 0 25px;
    display: inline-block;
    margin: 6px 0 0;
    vertical-align: middle;
}

    #footerwrap .ft_tel span {
        font-size: 14px;
    }

#footerwrap .ft_mail {
    float: right;
    text-align: center;
}

    #footerwrap .ft_mail img {
        vertical-align: middle;
    }


body #footerwrap #footer-nav{
	max-width: 800px;
    margin: 0 auto 40px;
    background: #fff;
    line-height: 1;
    padding: 25px 10px 20px;
	text-align:center;
}
body #footerwrap #footer-nav li {
    border-right:1px solid #000;
  line-height:1;
	margin:0 0px 10px 0;	
}
body #footerwrap #footer-nav li:last-child{
	border:0;	
}
#pagewrap #footerwrap #footer-nav li a{
	font-size: 15px;
    color: #000;
  padding:0 18px 0 15px;
	text-decoration:underline;
}

#pagewrap #footerwrap #footer-nav li a:hover{
	text-decoration:none;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children{
	border:0;
  margin:0;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children > a{
    border-left:1px solid #fff;
}

#pagewrap #footerwrap #footer-nav li.menu-item-has-children a{
	padding:0 4px 0 10px;
}

#pagewrap #footerwrap #footer-nav li.nav01 a{
  padding: 0 10px 0 0;
}

#footerwrap #footer-nav  li.nav_h{display:none;}

body #footerwrap #footer-nav li .sub-menu{
	display:inline;
  margin:0;
  line-height:1;
}

body #footerwrap #footer-nav li .sub-menu:before{
	content:"(";
}

body #footerwrap #footer-nav li .sub-menu:after{
	content:")";
  padding-right:4px;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li{
  border:0;
}

#pagewrap #footerwrap #footer-nav li .sub-menu li::before{
	content:"/";
}


#pagewrap #footerwrap #footer-nav li .sub-menu li:first-child::before{
	content:"";
}

#pagewrap #footerwrap #footer-nav li .sub-menu li a{
	padding:0 4px;
  border:0;
}


.copyright-container{
    line-height: 2;
    background: url(../../uploads/copy_bg.png) center center;
    padding: 8px 10px 7px;
	text-align:center;
}

.copyright-container span{
	color:#fff;
  font-size:14px;
}

.copyright-container a img{
	display:block;
}

.copyright-container span,.copyright-container a{
  display:inline-block;
	vertical-align:middle;
  padding-left:3px;
}

body #pc-backtop{
	width:auto;
    bottom:60px;
}

#pagewrap .f-con .rtt a{
	padding:0;
}

/* -----end footer----- */

/* -----general----- */

body .module.module-layout-part{
	margin-bottom:0px;
}

#pagewrap .module .module-title{

}

.module-image:hover a img{
	opacity:0.7;
}

table{
	width:100%;
	border-collapse:collapse;
}


.module.module-buttons *{
	display:block;
}

.module.module-buttons span{
	margin:0;
}




#content{
	padding:0;
}

.module{
	margin-bottom:30px;
}
.module p:last-child{
	margin:0;
}

body .module_row > .row_inner {
    max-width:100%;
}

/* -----end general----- */

.top_module_1 {
    background: 
		url(../../uploads/top_bg_1.png) top right no-repeat, 
		url(../../uploads/top_bg_2.png) bottom -35px left 70px no-repeat;
}

.module.top_text_1 {
    max-width: 720px;
}

.module.top_text_1 .module-title {
    font-size: 28px;
    color: #381800;
    line-height: 1.2;
    margin: 0 0 25px 0;
}

.module.top_t1 {
    text-align: center;
}

.module.top_t1 .module-title {
    font-size: 28px;
    color: #381800;
    line-height: 1.2;
    margin: 0;
    position: relative;
    background: url(../../uploads/top_bg_3.png)bottom right no-repeat;
    padding: 0 50px 14px 10px;
    display: inline-block;
    vertical-align: middle;
}

    .module.top_t1 .module-title:before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 5px;
        background: url(../../uploads/top_line_1.png)bottom left repeat-x;
    }

.module.top_img_2,
.module.top_img_1 {
    max-width: 532px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
}

    .module.top_img_1:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
        background: url(../../uploads/top_icon_1.png)top left no-repeat;
        width: 140px;
        height: 140px;
		z-index:2;
    }

    .module.top_img_2:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 10px;
        background: url(../../uploads/top_icon_2.png)top left no-repeat;
        width: 145px;
        height: 145px;
		z-index:2;
    }

.module.top_text_2 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.top_module_2 {
    background: url(../../uploads/top_bg_4.png) top 25px right 90px no-repeat;
}

.module.top_t2{
	text-align:center;
}
.module.top_t2 .module-title {
    font-size: 28px;
    color: #381800;
    line-height: 1.2;
    margin: 0;
	
	display: inline-block;
    background: url(../../uploads/top_bg_5.png) top right no-repeat, url(../../uploads/top_bg_6.png) bottom left no-repeat;
    padding: 16px 43px 23px;
}

.module.top_t3 {
    font-size: 14px;
    color: #381800;
    text-align: center;
    line-height: 1.5;
}

.module.top_t3 .module-title {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 7px 0;
    text-align: center;
    color: #381800;
}

/* POST */

.module.top_post_1 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,0.85);
    padding: 25px 0 25px 40px;
}

    .module.top_post_1.module-post .list-post {
        height: 250px;
        overflow-y: scroll;
        padding: 0 40px 0 0;
    }

    .module.top_post_1.module-post .post {
        padding: 16px 0 15px;
        margin: 0;
    }

.module.top_post_1.module-post .post-date {
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #46630e;
    line-height: 2.2;
    margin: 0 15px 0 0;
}

.module.top_post_1.module-post .post-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 2.2;
    margin: 0;
}


.module.top_post_1.module-post .post-title a{
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    line-height: 2.2;
	text-decoration:underline;
}

.module.top_post_1.module-post .post-title a:hover{
	text-decoration:none;
}

/* End POST */

.bg_sub_main{
	background-image: url("../../uploads/lunch_main_img.png");
	padding:40px 0;
	background-size:cover;
}
.bg_sub_main .module{
	margin:0;
}

.module.p2_anchor {
    color: #000000;
	text-align:center;
}

    .module.p2_anchor a {
        color: #000000;
        display: inline-block;
		text-decoration:underline;
    }
.module.p2_anchor a:hover{
        color: #000000;
		text-decoration:none;
    }

.module.p2_t1 .module-title {
    font-size: 22px;
    color: #381800;
    line-height: 1.2;
    margin: 0;
    border-bottom: 1px solid #c9b196;
    font-weight: normal;
    background: url(../../uploads/p2_line_1.png) top 6px left no-repeat;
    padding: 0 0 15px 12px;
}

.module.p2_table_1 table tr {
    border-bottom: 1px solid #c9b196;
}

.module.p2_table_1 table td {
    padding: 11px 0;
    vertical-align: top;
    border: 0;
}

    .module.p2_table_1 table td:last-child {
        text-align: right;
        width: 70px;
    }

#pagewrap .container1 .image-wrap:after, #pagewrap .container1 .gallery-icon:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 20px #f7ecd9, inset 0 0 20px #f7ecd9, inset 0 0 20px #f7ecd9, inset 0 0 20px #f7ecd9;
}

#pagewrap .container2 .image-wrap:after, #pagewrap .container2 .gallery-icon:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 20px #e2cebe, inset 0 0 20px #e2cebe, inset 0 0 20px #e2cebe, inset 0 0 20px #e2cebe;
}

.module.p3_text_1 .module-title {
    font-size: 15px;
    line-height: 2.2;
    color: #46630e;
    margin: 0;
}

.module.p3_text_1 ul {
    margin: 0;
    list-style: none;
}
.module.p3_text_1:not(.not-col2) ul {
	column-count:2;
}

    .module.p3_text_1 ul li {
        font-size: 15px;
        line-height: 2.2;
        margin: 0;
        background: url(../../uploads/p3_icon_1.png)top 10px left no-repeat;
        padding: 0 0 0 20px;
    }

#content .p3_module_2 .col4-2.first, #content .p3_module_1 .col4-2.last {
    background: url(../../uploads/dinner_bg_1.png) top 20px right no-repeat;
}

.module.p3_table_1 table tr {
    border-bottom: 1px solid #c9b196;
}

.module.p3_table_1 table td {
    border: 0;
    vertical-align: top;
    font-size: 22px;
    line-height: 1.45;
    padding: 13px 0;
    color: #381800;
}

    .module.p3_table_1 table td:last-child {
        text-align: right;
    }

.module.p3_table_1 table tr:first-child td {
    padding-top: 0;
}

.p_column_1 .module.p3_text_1 ul {
	column-count:1;
}

.module.p4_table_1 table tr {
    border-bottom: 1px solid #c9b196;
}

.module.p4_table_1 table th,
.module.p4_table_1 table td {
    padding: 11px 0;
    border: 0;
    vertical-align: top;
}

.module.p4_table_1 table th {
    width: 140px;
	text-align:left;
}

.module.p4_table_1 table tr:first-child td,
.module.p4_table_1 table tr:first-child th {
    padding-top: 0;
}

.module.p4_text_1 span {
    display: inline-block;
    background: url(../../uploads/info_icon_1.png) top 8px left no-repeat;
    padding: 0 0 0 20px;
}

 .module.p5_post_1 .post-date {
    font-size: 15px;
    color: #46630e;
    line-height: 2;
    margin: 0 0 4px 0;
    font-weight: bold;
}

#pagewrap .module.p5_post_1 .post-title {
    font-size: 22px;
    color: #381800;
    line-height: 1.2;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #c9b196;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-weight: normal;
    background: url(../../uploads/p2_line_1.png)top 6px left no-repeat;
    padding: 0 0 15px 12px;
}

    #pagewrap .module.p5_post_1 .post-title a {
        text-decoration: none;
        color: #381800;
    }

        #pagewrap .module.p5_post_1 .post-title a:hover {
            text-decoration: underline;
        }

#body .module.p5_post_1 .post {
    margin-bottom: 81px;
}

/*.module.p5_post_1 .entry-content p:last-of-type {
    margin: 0;
}

.module.p5_post_1 .entry-content img.alignleft {
    margin: 0 35px 0 0;
}

.module.p5_post_1 .entry-content img.alignright {
    margin: 0 0 0 35px;
}*/

.module.p5_post_1 {
    margin-bottom: 100px;
}

    .module.p5_post_1 .pagenav {
        padding: 8px 0 0;
		display: flex;
    	justify-content: flex-end;
    }

        #pagewrap .module.p5_post_1 .pagenav a {
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            min-height: 40px;
            min-width: 40px;
            margin: 0;
            background: url(../../uploads/news_bg_2.png)top left;
            border-radius: 0;
            text-decoration: none;
            line-height: 1;
            padding: 10px 0 0;
			border:0;
			margin:0 3px;
        }

            #pagewrap .module.p5_post_1 .pagenav a:hover {
                opacity: 0.7;
            }

        #pagewrap .module.p5_post_1 .pagenav span {
            display: inline-block;
            vertical-align: middle;
            font-size: 20px;
            font-weight: bold;
            color: #fff;
            min-height: 40px;
            min-width: 40px;
            margin: 0;
            background: url(../../uploads/news_bg_1.png)top left;
            border-radius: 0;
            line-height: 1;
            padding: 10px 0 0;
			border:0;
			margin:0 3px;
        }


body.single #content {
    padding-top: 91px;
    background: url(../../uploads/top_bg_4.png)top 30px right 90px no-repeat;
}

    body.single #body .post {
        margin-bottom: 110px;
    }

    body.single #body a.rtb {
        display: block;
        max-width: 200px;
        margin: 0 auto 100px;
        background: url(../../uploads/news_arrow_1.png)top 3px right 3px no-repeat,url(../../uploads/news_bg_3.png)center center no-repeat;
        font-size: 15px;
        line-height: 2;
        color: #ffffff;
        text-decoration: none;
        padding: 10px;
        font-family: dnp-shuei-mincho-pr6n, sans-serif;
        border-radius: 0;text-align: center;
    }

        body.single #body a.rtb:hover {
            opacity: 0.7;
        }

body.single #pagewrap .post-date {
    font-size: 15px;
    color: #46630e;
    line-height: 2;
    margin: 0 0 4px 0;
    font-weight: bold;
}

body.single #pagewrap .post-title {
    font-size: 22px;
    color: #381800;
    line-height: 1.2;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #c9b196;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-weight: normal;
    background: url(../../uploads/p2_line_1.png)top 6px left no-repeat;
    padding: 0 0 15px 12px;
}

body.single #body .entry-content p:last-of-type {
    margin: 0;
}

/*body.single .entry-content img.alignright {
    margin: 0 0 0 35px;
}

body.single .entry-content img.alignleft {
    margin: 0 35px 0 0;
}*/


.single-post .bg_sub_main .module{
	display:none;
}

.single-post .news .bg_sub_main .module.single_news_text,
.single-post .dailyset .bg_sub_main .module.single_daily_text{
	display:block;
}


.module.p6_text_1 {
    height: 350px;
    overflow-y: scroll;
    padding: 20px 30px 30px;
    background: rgba(255,255,255,0.85);
}


body #body .module .wpcf7 input[type=submit] {
    max-width: 200px;
    margin: 50px auto 0;
    background: url(../../uploads/contact_arrow_1.png)top 3px right 3px no-repeat,url(../../uploads/contact_icon_1.png)center left 72px no-repeat,#46630e;
    font-size: 15px;
    line-height: 2;
    padding: 10px;
    text-align: center;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
	border-radius:0;
}

    body #body .module .wpcf7 input[type=submit]:hover {
        background: url(../../uploads/contact_arrow_1.png)top 3px right 3px no-repeat,url(../../uploads/contact_icon_1.png)center left 72px no-repeat,#46630e;
        opacity: 0.7;
    }

body #body .module .wpcf7 table tbody tr th,
body #body .module .wpcf7 table tbody tr td {
    border: 0;
    vertical-align: top;
    padding: 0;
    width: 100%;
    display: block;
}

body #body .module .wpcf7 table tbody tr th{
	color: #381800;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}

body #body .module .wpcf7 table tbody tr th span {
    font-size: 12px;
    color: #ffffff;
    background: #46630e;
    display: inline-block;
    padding: 0 4px;
    margin-left: 4px;
    line-height: 1.6;
}

body #body .module .wpcf7 table tbody tr td{
	border-bottom: 1px solid #c9b196;
}

body #body .module .wpcf7 table tr td input, 
body #body .module .wpcf7 table tr td textarea {
	border:1px solid #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem 0;
    padding: .5rem;
    height: 2.3125rem;
	border-radius:0;
	background: #fff;
}


body #body .module .wpcf7 table tr td textarea {
	height:310px;
}

body #body .module .wpcf7 table tr td input[type="checkbox"]{
	display: inline-block;
    margin: 0;
    height: auto;
}

.module.p2_glr_1.gallery {
    margin-bottom: 70px;
}

    .module.p2_glr_1.gallery br {
        display: none;
    }

    .module.p2_glr_1.gallery .gallery-icon {
        cursor: auto;
    }

    .module.p2_glr_1.gallery .gallery-caption {
        font-size: 15px;
        line-height: 2.2;
        color: #000000;
        margin: 10px 0 0;
        text-align: left;
    }

    .module.p2_glr_1.gallery .gallery-item {
        margin-bottom: 20px;
    }


.module.p3_table_2 .module-title {
    font-size: 17px;
    color: #ffffff;
    margin: 0;
    font-weight: normal;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    line-height: 1.2;
}

    .module.p3_table_2 .module-title span {
        display: inline-block;
        background: #8e4500;
        padding: 0 10px 3px;
    }

.mw900 .tb-column {
    max-width: 900px;
    margin: 0 auto;
}



/* 20250430 */
.module.p3_text_1.not-col2 ul:first-child {
	float: left;
	width: 50%;
}
.module.p3_text_1.not-col2 ul:last-child {
	float: right;
	width: 50%;
}
body #body .module .wpcf7 table tbody tr.hidden-content {
	display: none;
}
body #body .module .wpcf7 input[type=submit] {
    max-width: 200px;
    margin: 50px auto 0;
    background: url(../../uploads/contact_arrow_1.png) top 3px right 3px no-repeat, url(../../uploads/contact_icon_1.png) center left 72px no-repeat, #46630e;
    font-size: 15px;
    line-height: 2;
    padding: 10px 10px 10px 100px;
    text-align: left;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
}






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


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

	#pagewrap .pagewidth{
    width:98%;
  }
	#headerwrap #main-menu li.nav00 {
		display: block;
	}
	
	body.mobile_menu_active #header,body #header.header  {
    padding:30px 0 30px;
	}

	.hd_info,.hd_mail,
	.header-brand-container,.rh{
		float:none;
		text-align:center;
		padding:0;
	 }
	
	.header-brand-container{
		margin:0;
	}
	.rh {
		margin: 20px 0 0;
	}
	
	.hd_mail{
/* 		display:inline-block; */
		display: block;
		vertical-align:middle;
		margin: 10px 5px;
	}
	
	.h_contact{
		display:none;
	}
	#headerwrap #main-menu-container.is-active{
		display: flex;
		align-items: center;
		background: #854100;
	}
	#headerwrap #main-menu-container {
		display: flex;
		align-items: center;
		background: #854100;
	}
#headerwrap #main-menu {
    background: none;
    padding-right: 0;
}
#headerwrap #main-menu li ul.sub-menu {
		position: static;
		opacity: 1;
		visibility: unset;
		background: none;
		padding:0;
	}
	#headerwrap #main-menu li ul.sub-menu li {
    	background:none;
		padding-bottom:15px;
	}
	li ul.sub-menu li:first-child {
		padding-top: 0;
	}
	li ul.sub-menu li:last-child {
		padding-bottom: 0;
	}
#headerwrap #main-menu-container ul > li.menu-item{
		padding: 10px;
        background: none;
        text-align: center;
        border-bottom: 0;
        width: auto;
        float: none;
	}
	
	#headerwrap #main-menu > li > a {
		font-size: 20px;
		color: #fff;
		line-height: 1.5;
	}

body .sp-footer-icons-container a {
    font-size: 14px;
    padding: 11px 0;
}

#pagewrap {
    padding-bottom: 0;
}

body #footer .sp-footer-icons-container a{
		background:none;
		color: #fff;
		border-color:#fff;
		padding: 12px 0 10px;
	}
	
	body #menu-button {
    	top: 10px;
		right: 10px;
		background:url(../../uploads/menu_bg.png);
	}

	body #menu-button .ham-lines span, 
	body #menu-button .ham-lines::before, 
	body #menu-button .ham-lines::after{
		background:#fff;
	}
	body #menu-button .ham-text{
		color:#fff;
	}
	
	body .sp-footer-icons-container{
		background:url(../../uploads/menu_bg.png);
		border-top:1px solid #fff;
		border-width:1px 0;
	}
  
}


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

@media screen and (max-width: 939px) {
  
	#pagewrap .pagewidth{
    width:96%;
  }
	
  .f-con{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
  }
	
#headerwrap #main-menu > li {display:block;border:0;padding:10px;}
		
	
body #headerwrap {
  padding:0;
}
  
  
  body.mobile_menu_active .social-widget{
  	padding:0;
  }

body #footerwrap .f-con {
    display:flex;
	}

body #footerwrap .f-con a {
    padding: 5px;
  }
  
  .img_right_939_center .subrow_inner{
  	flex-direction: column-reverse;
  }

#pagewrap {
    padding-bottom:50px;
}

body #pc-backtop{
		display:none;
	}

}


@media screen and (max-width: 768px) {
  
  .table_multicolumn.module .tb_text_wrap{
    overflow: auto;
    margin-right: 2%;
    margin-left: 2%;
	}
  
  
  .table_multicolumn.module.module .tb_text_wrap table{
    width: 685px;
	}
	.module.top_post_1.module-post .post-date {
		float: none;
	}
	.module.top_post_1 {
		padding: 25px 15px;
	}
	.bg_sub_main {
		background-position: 50% 50%;
	}
	.module.p2_table_1 table td:first-child {
		display: block;
		padding-bottom: 0;
	}
	.module.p2_table_1 table td:last-child {
		display: block;
		width: 100%;
		text-align: right;
		padding-top: 0;
	}
	#content .p3_module_1 .col4-2.first {
		background: url(../../uploads/dinner_bg_1.png) top 20px right no-repeat;
	}
	#content .p3_module_1 .col4-2.last {
		background: none;
	}
	.module.p3_text_1:not(.not-col2) ul {
		column-count: 1;
	}
	.module.p3_text_1.not-col2 ul:first-child,
	.module.p3_text_1.not-col2 ul:last-child {
		float: none;
		width: 100%;
	}
	.module.p3_table_1 table td {
		display: block;
	}
	.module.p3_table_1 table td:first-child {
		padding-bottom: 0;
	}

}

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

#pagewrap .pagewidth{
	
  }
	
	.top_module_1 {
        background: url(../../uploads/top_bg_2.png) bottom -35px left 70px no-repeat;
		background-size: auto;
	}

}

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

@media screen and (max-width: 480px) {
	
	.module.p4_table_1 table th,
	.module.p4_table_1 table td{
		width: 100%;
		display:block;
	}
	
	.module.p4_table_1 table th {
		padding:10px 0 0;
	}
	
	.ft_contact{
		text-align:center;
	}
	
	.ft_tel,#footerwrap .ft_mail{
		float:none;
	}
	
	.ft_tel{
		margin-bottom:20px;
	}
	
}

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

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

/* koni---------- */
.k-hover a img:hover {
	opacity: .7;
}