@charset "utf-8";

@media only screen and (min-width: 768px) {
/*
	.wrap {
		min-width: 1300px;
	}
*/
}

.wrap{
	width:100%;
	height:100%;
}

html {
    font-size: 62.5%;
}

@media screen and (max-width:768px){
    html {
/*        font-size: 55.0%;*/
    }
    
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

body img{
    pointer-events: none;
}

h1 {
    font-size: 3.3rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 2.3rem;
    text-align: center;
}

h4 {
    font-size: 2.0rem;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.row {
    max-width: 1230px;
    margin: 0 auto;
/*    padding: 0 15px;*/
	padding-right: 15px;
	padding-left: 15px;
}

.wd_840{
    max-width: 870px;
}

.wd_900{
    max-width: 930px;
}

.wd_1100{
    max-width: 1130px;
}

.wd_1400{
    max-width: 1430px;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

a:hover{
    opacity:0.3;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.flex{
    display:flex;
	justify-content: space-between;
}

.pc_view {
    display: block;
}

.sp_view {
    display: none;
}

.br_sp {
	display: none;
}

@media screen and (max-width:768px) {
    .flex_tb{
        display:flex;
        justify-content: space-between;
    }
    .pc_view {
        display: none;
    }
    .sp_view {
        display: block;
    }
    .br_tb {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .br_sp {
        display: block;
    }
}

.sec_news .sec_content{
    padding-top:160px;
/*	padding-top: 90px;*/
}

@media screen and (max-width:1100px){
	.sec_news .sec_content{
		padding-top: 90px;
	}
}

.sec_content{
    padding: 0 0 80px;
/*    color:#383019;*/
	color: #1c0901;
}

.head_line_title{
    font-size:3.4rem;
    font-weight: bold;
    text-align:center;
	margin-bottom: 20px;
}

@media screen and (max-width:768px){
	.head_line_title{
		font-size:2.8rem;
	}
}

.head_line{
    font-weight: bold;
    text-align:center;
}

.more_btn{
	text-align:center;
	margin-top:40px;
}

.more_btn a{
	font-size:1.7rem;
	font-weight:bold;
/*	padding:1em 3.3em;*/
	padding: 1em 2em;
/*	background:#1c0901;*/
	background-color:#ea5506;
	color:#fff;
	display:inline-block;
	border-radius:30px;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -4px;
}

@media screen and (max-width:768px){
	.more_btn a{
		font-size:1.5rem;
	}
}

@media screen and (max-width:768px){
    .sec_news .sec_content{
/*        padding-top:20px;*/
		padding-top: 70px;
		padding-bottom: 40px;
    }

    .more_btn{
        margin-top:25px;
    }
}

.wrap{
	background:#F9F6F2;
}

/* nav-main */
.nav_box{
	width:180px;
	position: fixed;
	top:0;
	left:0;
	z-index: 9000;
}

main{
	padding-left:180px;
	display: block;
}

.main_content{
	overflow: hidden;
	position: relative;
	width: calc(100% - 180px);
}

@media screen and (max-width:768px){
	.main_content{
		width: 100%;
	}
	.nav_box{
		position: static;
	}
	main{
		padding-left:0;
	}
}
/* nav-main---style-end--- */

/* ---nav--- */
#nav_check{
    display:none;
}

nav{
	width:100%;
}

nav ul{
	font-size:1.6rem;
	font-weight:bold;
	padding:0 1em;
}

nav ul li{
	text-align:center;
	border-bottom:1px dashed #EA5506;
}

nav ul li.menu_bnr{
	border-bottom:none;
	margin: 0.5em 0;
}

nav ul li img{
	max-width: 100%;
    height: auto;
}

nav ul li a{
	display:block;
	padding:1em 0;
}

nav ul li:first-of-type a{
	padding: 1.5em 0 10px;
}

nav ul li.menu_bnr a{
	display:block;
	padding: 10px 0 0;
}

@media screen and (max-width:768px){
	nav{
		position:fixed;
		top: 0;
		right: -105vw;
		z-index:9999;
		width:100%;
		height:100vh;
		background:rgba(255,255,255,0.95);
		overflow-y: scroll;
		transition:0.8s;
	}

	#nav_check:checked~nav{
		right: 0;
	}

	#nav_check:checked~.nav_menu_btn .open{
		display:none;
	}

	#nav_check:not(:checked)~.nav_menu_btn .close{
		display:none;
	}

	.nav_menu_btn{
		position: fixed;
		top:15px;
		right:15px;
		width: 48px;
		height: 48px;
		background: #fff;
		border-radius: 8px;
		padding: 8px;
		z-index: 90000;
		box-shadow: 0px 0px 15px -5px #755c54;
		text-align: center;
	}

	.nav_menu_btn i{
/*		font-size:2.8rem;*/
		font-size: 3.2rem;
		color:#383019;
	}

	nav ul{
		font-size:1.6rem;
		font-weight:bold;
/*		padding:0;*/
		max-width:180px;
		width: 100%;
/*		margin: 65px auto 90px;*/
		margin: 0 auto;
		padding-top: 65px;
		padding-bottom: 90px;
	}
}

/* nav---style-end--- */


/* footer---style-start--- */
footer{
/*	background: #fff;*/
	background-color: #1c0901;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top: 2px solid #ea5506;
}

@media screen and (max-width:768px){
	footer{
		margin-bottom: 104px;
	}
}

.footer_content{
	padding:15px 30px;
/*	color: #383019;*/
	color: #fff;
	font-size: 1.4rem;
}

.footer_title{
	width: 220px;
	margin-bottom:20px;
}

.footer_title a{
	display: block;
}

.footer_title img{
	width: 100%;
}

.footer_add{
	margin-bottom: 20px;
}

.txt_tax{
/*	margin-top: 20px;*/
/*	text-align: right;*/
	font-size: 80%;
}

.footer_content ul{
	display:flex;
/*	padding: 10px 0;*/
}

.footer_content ul li::after{
	content:"／";
	padding:0 1em;
}

.footer_content ul li:last-child::after{
	content:"";
	padding:0;
}

.footer_content ul li a{
	font-weight: 700;
}

.pp{
	text-align: right;
}

.copyright{
	font-size: 1.1rem;
	text-align: center;
/*	color: #383019;*/
	color: #fff;
/*	margin:45px 0 10px;*/
}

@media screen and (max-width:1270px){
	.footer_content ul{
		display: block;
		text-align: right;
	}
	.footer_content ul li::after{
		content:"";
		padding: 0;
	}
	.footer_content ul li{
		margin-bottom: 15px;
	}

}

@media screen and (max-width:768px){
	.footer_content{
/*		padding:50px 15px 15px;*/
		padding: 10px 15px 15px;
	}

	.footer_content{
		display: block;
	}

	.footer_content ul{
		justify-content: flex-end;
		padding: 20px 0;
	}
}

@media screen and (max-width:480px){
	.footer_content ul li:last-child{
		margin-bottom: 0;
	}
}

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

/* カレンダー用Style */
.calendar .xo-event-calendar table.xo-month .month-header > span {
	font-size: 1.8rem;
}

.calendar .xo-event-calendar p.holiday-title{
	display: none;
}

.calendar .xo-event-calendar table.xo-month{
	height: 220px;
}

@media screen and (max-width:480px){
	.calendar .xo-event-calendar table.xo-month{
		height: 64vw;
		min-height: 200px;
		max-height: 220px;
	}
}

/*トップページ下部にTwoGearバナー追加*/
.sec_twogear-link {
	background: #fff;
	border-bottom: 2px solid #ddd;
}
.sec_twogear-link .head_line_title {
	font-size: 2.4rem;
}
.sec_twogear-link .twogear-banner{
	width: 100%;
	max-width: 300px;
	margin: 40px auto 0;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.6);
}
.sec_twogear-link .twogear-banner a {
	display: block;
}
.sec_twogear-link .twogear-banner a img{
	width: 100%;
}


/*トップページ右上「ご予約はこちらから」ボタンCSS追加*/

.opening_hours_box p{
	font-size: 15px;
}

.opening_hours_box{
	position: absolute;
	top:20px;
	right:20px;
	padding: 7px 10px 10px;
	font-size:1.8rem;
	font-weight:bold;
	background:rgba(255,255,255,0.7);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	border-radius:5px;
	z-index: 400;
/*	width: min(340px, 40%);*/
	width: 340px;
}

.opening_hours_box dt{
	float:left;
	clear:both;
	text-align: left;
}

.opening_hours_box dd{
	padding-left:10em;
	text-align: right;
}

.opening_hours_box dd a {
	color: #EA5506;
}

.opening_hours_box dd span{
	font-size:1.4rem;
}

.opening_hours_box p{
	text-align: center;
}

.opening_hours_box p a{
	font-size:1.6rem;
    border-radius: 20px;
    display: inline-block;
    padding: 0.5em 1.3em;
	width: 100%;
    margin-top: 0.4em;
    background: #EA5506;
    color: #fff;
}

@media screen and (max-width:768px){
	.opening_hours_box{
		position: fixed;
		top: inherit;
		bottom: 0;
		left: 0;
		width: 100%;
		border-radius: 0;
		padding-bottom: 15px;
	}
	
	.opening_hours_box .howto_button{
		width: 48.7%;
		margin-bottom: 2px;
	}
}


.fukidashi{
	text-align: center;
/*	margin-bottom: 15px;*/
	margin-bottom: 8px;
}

.fukidashi p{
	position: relative;
	display: inline-block;
}
.fukidashi p::before{
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background-color: #1C0901;
	left: -7px;
	bottom: 4px;
	transform: rotate(-25deg);
}

.fukidashi p::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background-color: #1C0901;
	right: -7px;
	bottom: 4px;
	transform: rotate(25deg);
}

.howto_button{
	width: min(155px, 48.7%);
	border-style: solid;
	border-width: 2px;
	display: inline-block;
	float: left;
	margin: 0 2px 5px;
	border-radius: 5px;
}

.howto_button.howto-tell{
	border-color: #EA5506;
	background-color: #EA5506;
	transition: .3s;
}

.howto_button.howto-tell:hover{
	background-color: #fff;
	transition: .3s;
}

.howto_button.howto-tell:hover p.howto,
.howto_button.howto-tell:hover p.to{
	color: #E04A07;
	transition: .3s;
}

.howto_button.howto-line{
	border-color: #2FAE54;
	background-color: #2FAE54;
}

.howto_button.howto-line:hover{
	background-color: #fff;
	transition: .3s;
}

.howto_button.howto-line:hover p.howto,
.howto_button.howto-line:hover p.to{
	color: #2FA54D;
	transition: .3s;
}

.howto_button a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
}

.howto_button a:hover{
	opacity: 1;
}

p.howto{
	font-size: 12px;
	font-weight: 700;
	color: #fff;
/*	margin-bottom: 0.5em;*/
	margin-bottom: 0.1em;
}

p.howto span{
	font-size: 70%;
}

.howto_button p.to{
	font-size: 17px;
	color: #fff;
	letter-spacing: 0;
}

@media screen and (max-width:768px){
	.howto_button p.to{
		font-size: 15px;
	}
}

.howto_button.howto-line p.to{
	font-size: 14px;
	padding: 0.17em 0.1em;
	color: #2FA54D;
	background-color: #fff;
	border-radius: 2px;
	font-weight: 700;
}

.howto_button.howto-tell p.to span{
	border-bottom: 1px solid #fff;
	padding-left: 0.1em;
	font-weight: 700;
}

.howto_button.howto-tell:hover p.to span{
	border-bottom: 1px solid #E04A07;
/*	transition: .3s;*/
}

p.hour{
	font-size: 12px;
	clear: both;
}

@media screen and (max-width:768px){
	p.hour{
		font-size: 10px;
	}
}

.tg_logo{
	display: block;
	margin: 0 auto 20px;
}

.header_logo-sp{
	position: absolute;
	top: 25px;
	left: 10px;
	width: 200px;
	z-index: 100;
}

.header_logo-sp img{
	width: 100%;
}



.sec_content ul.news_list_box li::before{
	content: inherit;
}

.news_list_box li{
	font-size: 1.5rem;
	border-radius: 50px;
	margin-bottom: 10px;
	border: 2px solid #ea5506;
	background-color: #fff;
}

.news_list_box li:nth-of-type(n + 2){
/*	width: min(420px, 100%);*/
	color: #333;
	background-color: #fff;
}

.news_list_box li p.post_title{
	font-weight: 700;
	display: inline-block;
	margin-top: 0;
}

@media screen and (max-width:768px){
	.news_list_box li p.post_title{
		margin-top: 5px;
	}
}

.news_list_box li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 25px;
}

.news_list_box li a span{
	font-size: 1.1rem;
	font-weight: 700;
	padding: 0.1em 1em;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ea5506;
	color: #ea5506;
}

.news_list_box li p.post_title {
    margin-top: 5px;
	color: #635c5a;
}


