@charset "utf-8";
body, dl, dt, dd, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote {margin:0;padding:0;font-style:normal;font-weight:500;text-align:left;}
* html body{font-size:small; font:x-small;}
/**:first-child+html body{font-size: small; font: x-small;}*/
img, a img{border:0; vertical-align:bottom; padding:0px; margin:0px;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
ul,dl,ol{text-indent:0;}li{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal; font-weight:normal;}
input,textarea,select{font-family:inherit; font-size:inherit; font-weight:inherit;}
* html input,* html textarea,* html select{font-size:100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select{font-size:100%;}
table{border-collapse:collapse; border-spacing:0; font-size: inherit; width:100%;}th,td{text-align:left; vertical-align:top;}caption{text-align:left;}
pre,code,kbd,samp,tt{font-family:monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt{font-size:108%; line-height:100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt{font-size:108%; line-height:100%;}
input,select,textarea{font-size:100%; font-family:Verdana, Helvetica, sans-serif;}
input, textarea{margin:0; padding:0; vertical-align:middle;}
strong, em{font-weight:bold;}

body,input,textarea{font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}
/*IE10以上は游ゴシックを除外する*/
@media all and (-ms-high-contrast: none) {
	body,input{font-family:"メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}
}
/*Edgeでデフォルトに戻す*/
@supports (-ms-accelerator:true) {
	body,input{font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}
}

.mincho{font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "min" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

*{box-sizing: border-box;}


/*====================
#common
--------------------*/
html{font-size:62.5%;}
body{
	color:#333;
	font-size:17px;
	line-height:1.8;
	min-width:1024px;
	-webkit-text-size-adjust:100%;/*スマホ表示対応*/
	overflow-x: hidden;
	width: 100%;
}


.mapframe iframe{
	display: block;
	border: none;
	width: 100%;
	height: 550px;
}


input,
textarea{
	font-size:1.7rem;
	line-height: 1.2;
}

.pagebox{
	margin-right:auto;
	margin-left:auto;
	padding-right:15px;
	padding-left:15px;
	overflow: hidden;
	max-width:1400px;
}
.mainblock .pagebox{
	max-width: 960px;
}


.eff{transition: all 0.3s;}
img{max-width:100%;}

/*:::::*/
.ofimg{
	text-align: center;
	position: relative;
}
a.ofimg{
	display: block;
}
.ofimg:before{
	content: "";
	display: block;
	width: 100%;
	padding-bottom:64%;
}
.ofimg img{
	position: absolute;
	left:0;
	top:0;
	object-fit:contain;
	width: 100%;
	height: 100%;
}
.ofimg.cover img{
	object-fit:cover;
}
.object-fit-img{
	font-family: 'object-fit: contain;'
}
.cover .object-fit-img{
	font-family: 'object-fit: cover;'
}

/**/
.center{text-align:center;}
.right{text-align:right;}

/**/
.hover{background:inherit; transition:filter 0.3s, opacity 0.3s;}
.hover:hover, .hover:active{filter:alpha(opacity=60); opacity:0.60;}
a:link, a:visited{color:#000; text-decoration:underline;}
a:hover, a:active{color:#c00; text-decoration:none;}


/*margins==========*/
.mb0{margin-bottom:0;}
.mt0{margin-top:0;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}


/*paddings==========*/
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}



.imageblock{display: flex;}
.imageblock.rev{flex-direction: row-reverse;}
.imageblock .imagebox{width:350px;}
.imageblock .textbox{
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding-right:50px;
}
.imageblock .imagebox + .textbox{padding-left:50px; padding-right:0;}
.imageblock.rev .textbox{
	padding-left:40px;
	padding-right:0;
}
.imageblock.rev .imagebox + .textbox{padding-right: 40px; padding-left:0;}

.imggallery{
	display: flex;
	flex-wrap: wrap;
	margin-right:-20px;
	margin-left:-20px;
	margin-top:-50px;
}
.imggallery .text{
	margin-top:10px;
	font-weight: bold;
}
.imggallery .box{
	padding-right:20px;
	padding-left:20px;
	margin-top:50px;
}
.imggallery.child2 .box{width: 50%;}
.imggallery.child3 .box{width: 33.3%;}
.imggallery.child4 .box{width: 25%;}
.imggallery .box.full{width: 100%;}

.imggallery .option_text{
	display: flex;
	justify-content: space-between;
}
.imggallery .option_text .text{
	max-width: 210px;
}
.imggallery .price{
	margin-top:14px;
	font-size: 15px;
	line-height: 1.2;
}
.imggallery .price_tr + .price_tr .price_cell{
	padding-top:12px;
}
.imggallery .operation{
	font-weight: bold;
}
.imggallery .operation_cost{
	padding-left:13px;
}
.imggallery .operation_time::before{
	content: "/";
	margin-right: 5px;
	margin-left: 5px;
}
.imggallery .textbox{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:30px;
}
.imggallery .textbox::before,
.imggallery .textbox::after{
	content: "";
	display: block;
	width: 6px;
	border-top:3px solid #ffc7a8;
	border-bottom:3px solid #ffc7a8;
	height: 100%;
}
.imggallery .textbox::before{
	border-left:3px solid #ffc7a8;
}
.imggallery .textbox::after{
	border-right:3px solid #ffc7a8;
}

.imggallery .textbox .comment{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width:820px){
	.imageblock{display: block;}
	.imageblock .imagebox,
	.imageblock .textbox{
		width:100%;
		padding-right:0 !important;
		padding-left:0 !important;
	}
	.imageblock .imagebox{text-align: center;}
	.imageblock .imagebox + .textbox,
	.imageblock .textbox + .imagebox{margin-top:30px;}
}


.pager{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:50px;
}
.pager .box{
	background:#ff9e67;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pager .celect{
	padding-right:12px;
	padding-left:12px;
}
.pager .text{
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	transition: background .2s;
}
.pager .text.none{
	color: #cc510b;
}
.pager .text:hover{
	background: #ffb50f;
}
.pager .text.none:hover{
	background: #ff9e67;
}
.pager .prev{
	border-radius: 90em 0 0 90em;
	padding-left:1.7em;
	padding-right: 1.3em;
}
.pager .next{
	border-radius: 0 90em 90em 0;
	padding-right:1.7em;
	padding-left: 1.3em;
}


/*txt==========*/
.must { border:1px solid #c00; color: #c00; background: #fff; display: inline-block; font-size: 13px; font-weight: bold; line-height: 1.5em; padding: 0 0.3em; }
.any { border:1px solid #ccc; color: #777; background: #fff; display: inline-block; font-size: 13px; font-weight: bold; line-height: 1.5em; padding: 0 0.3em; }
/*must - any*/
table.style th .must,
table.style th .any { position: absolute; right: 10px; }

.orange{color:#EE7836;}

p + p{margin-top:0.8em;}

.indent{
	text-indent:-1em;
	padding-left:1em;
}

.small_text{font-size: 65%;}


/*title==========*/
.lead_img{
	width: 850px;
}
.lead_text{
	display: flex;
	align-items: center;
}
.lead_text.icon::before{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right:20px;
}
.lead_text.icon.qicon::before{
	background-image: url(../img/icon_q.jpg);
	width: 45px;
	height: 68px;
}
.lead_text.icon.bookicon{
	align-items: flex-start;
}
.lead_text.icon.bookicon::before{
	background-image: url(../img/icon_book.jpg);
	width: 52px;
	height: 49px;
}
.lead_text.icon.newicon::before{
	background-image: url(../img/icon_new.jpg);
	width: 50px;
	height: 51px;
}
.lead_text .text{
	font-size: 25px;
	font-weight: 500;
}

/**/
.pagetitle{
	background: #fdf6e6;
}
.pagetitle::after{
	content: "";
	display: block;
	background: #fff;
	height: 60px;
	max-width: 1090px;
	margin-right:auto;
	margin-left:auto;
	border: 1px solid #f3ebda;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
}
.pagetitle .inner{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
}
.pagetitle .title{
	text-align: center;
	font-size: 55px;
	line-height: 1;
	font-weight: bold;
	color:#ee7835;
}
.pagetitle .small_text{
	display: flex;
	align-items: center;
	justify-content: center;
	color:#ad9804;
	font-size:40%;
	line-height: 1;
	margin-bottom:20px;
}
.pagetitle .small_text:before,
.pagetitle .small_text:after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 17px;
	background: #000;
}
.pagetitle .small_text:before{
	transform:rotate(-20deg);
	margin-right:15px;
}
.pagetitle .small_text:after{
	transform:rotate(20deg);
	margin-left:15px;
}
.pagetitle .optiontext{
	display: block;
	font-size: 16px;
	margin-top:10px;
	color:#bb602c;
}

/**/
.ts1{
	font-size: 34px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom:40px;
	border-bottom:1px solid #ccc;
}
.ts1::after{
	content: "";
	display: block;
	height: 3px;
	width: 240px;
	margin-top:25px;
	margin-bottom:-2px;
	background: #EE7836;
}
.ts1 .small_text{
	display: block;
	margin-bottom:20px;
	color: #EE7836;
}

/**/
.ts2{
	font-weight: bold;
	color: #EE7836;
	font-size: 22px;
	line-height: 1.1;
	margin-bottom:25px;
	background: #fdf6e6;
	padding:25px 20px;
	border-bottom:1px solid #e8e0cd;
}



/* ステップ表示部分 */
.m-step {display: flex; overflow: hidden; border-radius: 7px; background: #eee;}
.m-step .text{ width: 33.33%; display: flex; align-items: center; justify-content: center; height:50px; line-height: 1; position: relative; font-weight: bold; color:#773e1f; font-size: 16px; text-indent: -0.7em;}
.m-step .text::after{
	content: "";
	display: block;
	border-top:25px solid #fff;
	border-bottom:25px solid #fff;
	border-left:13px solid #000;
	position: absolute;
	right:0;
	top:0;
}
.m-step .text:nth-child(1){background: #F46E44;}
.m-step .text:nth-child(1)::after{
	border-left-color:#F46E44;
	border-top-color:#FFA725;
	border-bottom-color:#FFA725;
}
.m-step .text:nth-child(2){background: #FFA725;}
.m-step .text:nth-child(2)::after{
	border-left-color:#FFA725;
	border-top-color:#FFD44A;
	border-bottom-color:#FFD44A;
}
.m-step .text:nth-child(3){background: #FFD44A;}
.m-step .text:last-child::after{display: none;}
.m-step .text.now {color:#fff;}
/* ステップ表示部分 END*/


/*table==========*/
table.style{
	border-top:1px solid #cac8c3;
}
table.style.stripe tr:nth-child(even) th, table.style.stripe tr:nth-child(even) td{
	background: #f7f7f7;
}
table.style th, table.style td{
	vertical-align:middle;
	padding:20px 10px;
	border-bottom:1px solid #cac8c3;
}
table.style th{
	font-weight:bold;
	background-clip: padding-box;
	position: relative;
	width: 11em;
}
table.style td input,
table.style td textarea,
table.style td select{
	border:1px solid #CCC;
	padding:10px;
	border-radius:3px;
}
table.style td input{height: 50px;}

table.style td label input {
	display: inline-block;
	width: auto !important;
	margin-right:10px;
}
table.style label{
	display:inline-block;
	padding:6px 13px;
	border:1px solid #ddd;
	border-radius:8px;
	font-weight: bold;
	cursor: pointer;
	background: #fafafa;
	transition: background 0.4s;
	line-height: 1em;
	margin-bottom: 5px;
}
table.style label:hover {
	box-shadow: 0px 0px 4px #013db5;
}
table.style label.checked {
	color: #1053C3;
	border-color: #75B9F0;
	background: linear-gradient(to bottom,#fff,#BFE2FF);
}



/*liststyle==========*/
.new_image{
	display: flex;
	flex-wrap: wrap;
	margin-right:-30px;
	margin-left:-30px;
	margin-top:-40px;
}
.new_image .box{
	width:50%;
	padding-right:30px;
	padding-left:30px;
	margin-top:40px;
	display: flex;
	text-decoration: none;
}
.new_image .textbox{
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding-right:30px;
}
.new_image .vol,
.new_image .title{
	font-weight: bold;
}
.new_image .vol{
	color: #EE7836;
	font-size: 18px;
	line-height: 1;
}
.new_image .title{
	font-size: 24px;
	line-height: 1.4;
}
.new_image .text{
	line-height: 1.4;
}
.new_image .imagebox{
	width:290px;
	height: 180px;
	overflow: hidden;
	border-radius: 20px;
}
.new_image .imagebox.small{
	width:200px;
	height: 150px;
}
.new_image .imagebox img{
	object-fit:cover;
	width: 100%;
	height: 180px;
	transition: transform .5s;
}
.new_image .imagebox.small img{
	height: 150px;
}
.new_image .box:hover .imagebox img{
	transform: scale(1.08);
}


/**/
.newlinklist .link{
	display: flex;
	border:1px solid #ddd;
	padding: 10px 20px;
	border-radius: 5px;
	text-decoration: none;
	background: #fffcf5;
	transition: background .3s, color .3s;
}
.newlinklist .link:hover{
	background: #ffefca;
	color:#f71700;
}
.newlinklist .box + .box{
	margin-top:15px;
}
.newlinklist .date{
	width: 9em;
}
.newlinklist .text{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
}

.newlinklist.imagestyle .imagebox{
	width: 290px;
	height: 180px;
	border-radius: 20px;
	overflow: hidden;
}
.newlinklist.imagestyle .imagebox img{
	object-fit: cover;
    width: 100%;
    height: 180px;
    transition: transform .5s;
}
.newlinklist.imagestyle .textbox{
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding-right:30px;
}
.newlinklist.imagestyle .date{
	color: #EE7836;
    font-size: 18px;
    line-height: 1;
	width: 100%;
	font-weight: bold;
}
.newlinklist.imagestyle .title{
	font-weight: bold;
	font-size: 24px;
    line-height: 1.4;
}



/**/
.imagelinklist{
	display: flex;
	flex-wrap: wrap;
	margin-right:-10px;
	margin-left:-10px;
	margin-top:-40px;
}
.imagelinklist .box{
	width: 33.3%;
	padding-right:10px;
	padding-left:10px;
	margin-top:40px;
}
.imagelinklist .link{
  height: 100%;
	display: block;
	border:4px solid #EE7836;
	border-radius: 10px;
	padding: 15px;
	text-decoration: none;
}
.imagelinklist .date{
    color: #EE7836;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    font-weight: bold;
}
.imagelinklist .title{
	line-height: 1.2;
}


/**/
.dl_style .leadbox{
	font-size:17px;
	line-height:1.2;
	margin-bottom:7px;
	font-weight:bold;
}
.dl_style .textbox + .leadbox{
	margin-top:30px;
}


/**/
.numberlist{
	border-top:1px solid #cac8c3;
	counter-reset: number 0;
}
.numberlist .box{
	border-bottom:1px solid #cac8c3;
	padding:13px 8px;
	display: flex;
}
.numberlist .box:nth-child(odd){background: #fbfbfb;}
.numberlist .box::before{
	counter-increment: number 1;
	content: counter(number)".";
	width: 1em;
	font-weight: bold;
	color: #f0854c;
}
.numberlist .text{
	flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    box-sizing: border-box;
	padding-left:5px;
}


/*button==========*/
.button{
	color:#FFF;
	text-decoration:none;
	display:flex;
	align-items: center;
	justify-content: center;
	height: 33px;
	width: 180px;
	border-radius:30px;
	font-size:19px;
	line-height:1;
	cursor:pointer;
	border:none;
	outline: none; /*input click時のborderを消す*/
	background:#EE7836;
	color: #fff !important;
	text-decoration: none !important;
}
.button.center{
	margin-left: auto;
	margin-right: auto;
}
.button::after{
	content: "\f0da";
	font-family: "Font Awesome 5 free";
	font-weight: 600;
	margin-left:15px;
	font-size: 24px;
	line-height: 1;
}
.button.red{
	background:linear-gradient(to bottom,
		rgba(232,115,123,1) 0%,
		rgba(242,68,90,1) 100%);
}
.buttonbox{
	display: flex;
	justify-content: center;
	margin-right:-10px;
	margin-left:-10px;
}
.buttonbox .buttion{
	margin-right:5px;
	margin-left:5px;
}


/**gallerybox*/
.gallerybox{
	display: flex;
	flex-direction: row-reverse;
}
.gallerybox .textbox{
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	padding-right:70px;
}
.gallerybox .thumbBtn{
	display: flex;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left:-8px;
}
.gallerybox .box{
	width: 33.33%;
	padding-right: 8px;
	padding-left:8px;
	margin-top:30px;
	cursor: pointer;
}
.gallerybox .triggertxt{
	border-radius: 7px;
	font-size: 18px;
	line-height: 1;
	height: 50px;
	background: #898989;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gallerybox .triggertxt.active{
	background: #ec763f;
}
.gallerybox .imagebox{
	width: 600px;
	margin-top:-48px;
}
.gallerybox .view{
	position: relative;
	width: 100%;
	height: 360px;
}
.gallerybox .viewimg{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.gallerybox .viewimg img{
	object-fit: cover;
	width: 100%;
    height: 100%;
}


/**roundabblock*/
.roundabblock{
	height: 240px;
}
.roundabblock .cell{
	cursor: pointer;
	transform: scale(0.7);
	transition: transform 0.4s;
}
.roundabblock .cell.roundabout-in-focus{
	cursor: default;
	transform: scale(1);
}
.roundabblock .box{
	display: flex;
	border:4px solid #EE7836;
	background: #fff;
	border-radius: 10px;
	padding:20px;
	width: 30em;
	text-decoration: none;
}
.roundabblock .date{font-weight: bold;}
.roundabblock .textbox{
	padding-right: 30px;
	flex: 1;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0%;
	overflow: hidden;
}
.roundabblock .imagebox{
	width: 11em;
	height: 11em;
}
.roundabblock .imagebox img{
	object-fit:cover;
	width: 100%;
	height: 100%;
}


/*header==========*/
.header{
	display: flex;
	align-items: center;
	height: 450px;
	background: url(../img/company_img.jpg?v=3) no-repeat right center;
	background-size: auto 100%;
	margin-bottom:50px;
	animation: bgiLoop 3s ease-in-out infinite alternate;
}
@keyframes bgiLoop {
    0% { background-position: right 0;}
  100% { background-position: right 10px;}
}


.header .logoimg{
	width:550px;
	display: block;
}
.header .logotxt{
	font-weight: bold;
	font-size: 170%;
	background: #fff;
	line-height: 1.2;
	border-radius: 6px;
	border: 4px solid #EE7836;
	color: #EE7836;
	padding: 10px 20px;
	transform: translate(0, .3em);
}
.header .logo .link{
	display: flex;
	text-decoration: none;
	align-items: flex-end;
	gap: 10px 20px;
	color: #000;
}
.header .drawer-button{
	position: fixed;
	right: 10px;
	top:170px;
	margin-top:0;
	background: rgba(238,120,54,0.9);
	color: #fff;
	border-radius: 10px;
	font-size: 28px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	z-index: 999;
	cursor: pointer;
}

.header .instabtn{
	position: fixed;
	z-index: 999;
	right: 10px;
	top: 100px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 56px;
	height: 56px;
	background:linear-gradient(to bottom,
		#f70076 0%,
		#d720cb 50%,
		#fd9325 100%);
	font-size: 190%;
}
.header .instabtn a{
	color: #fff;
}

.innerpage .header{
	height: 120px;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:0;
}
.innerpage .header .logoimg{width: 320px;}
	.innerpage .header .logotxt{font-size: 125%;}



/*ドロワーメニュー -------------------------- */
#wrapper {
	position: relative;
	-webkit-transition: all .2s;
			transition: all .2s;
}
.open #wrapper{
	-webkit-transform: translate3d(-300px, 0, 0);
			transform: translate3d(-300px, 0, 0);
	overflow: hidden;
}
/* ドロワーメニュー部分 */
.drawer {
	display: block;
	position: fixed;
	top: 0;
	right: -300px;
	width: 300px;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .2s;
			transition: all .2s;
	background-color: #fff;
}
.drawer .footonly{
	display: none;
}
.drawer .link{
	border-bottom:1px solid #ddd;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 63px;
	position: relative;
}
.column_page .drawer .link.nav-column,
.item_page .drawer .link.nav-item{
	background: #ffd8ad;
	color: #9f3900;
}
.column_page .drawer .link.nav-column::after,
.item_page .drawer .link.nav-item::after{
	color: #9f3900;
}
.drawer .link::after{
	content: "\f0da";
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
	position: absolute;
	right: 10px;
	top:50%;
	color: #EE7836;
	transform: translate(0,-50%);
}
.open .drawer {
	-webkit-transform: translate3d(-300px, 0, 0);
			transform: translate3d(-300px, 0, 0);
}
.drawer .more{
	padding:15px;
	border-bottom:1px solid #ddd;
}
.drawer .more .text{
	font-weight: bold;
	text-align: center;
	padding-bottom:13px;
	color: #cb4e04;
}
.drawer .more .link{
	border:none;
	background: #fff4e8;
	color: #d45209;
	padding: 10px;
	border-radius: 8px;
	height: 55px;
}
.drawer .more .link i{
	font-size: 165%;
	margin-right: .4em;
}
.drawer .more .box + .box{
	margin-top:5px;
}
.drawer .drawer-button{
	background: #EE7836;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	height: 65px;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
}
.drawer .drawer-button i{
	font-size: 26px;
	margin-right: 12px;
}
#overlay {
	position: absolute;
	top: 0;
	bottom:0;
	width: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, .3);
}
.open #overlay {width: 100%;}



/*footer==========*/
.footer{
	border-top:2px solid #000;
}

.footer .linkbox{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.footer .linkbox .label{
	font-weight: bold;
	color: #cb4e04;
}
.footer .linkbox .link{
	text-decoration: none;
	margin-right:1em;
	margin-left:1em;
}
.footer .linkbox i{
	font-size: 145%;
	margin-right: .4em;
	transform: translate(0, .15em);
}

.footer .linkbox.forcorporate{
	background: #f5ebe4;
	padding: 20px;
}

.footer .logo{
	max-width: 170px;
	margin:0 auto 30px;
}
.footer .logo .img{
	height: 63px;
}

.footer .copyright{
	display: block;
	font-size: 11px;
	line-height: 1;
}
.footer .copyright .text{
	display: inline-block;
	margin-right: 1em;
}
.footer .copyright .link{
	text-decoration: none;
}


.awesome{
	font-family: "Font Awesome 5 free";
	font-weight: 600;
}


.hoverbg{transition: background .2s;}
.hoverbg:hover{background: #ffb50f;}



@media screen and (max-width:1400px){
	.header{height: 340px;}
	.header .logoimg{width: 470px;}
	.header .logotxt{font-size: 170%;}
	.innerpage .header .logotxt{
		font-size: 115%;
		transform: translate(0, .5em);
	}
	
	
	.lead_img{width: 63%;}
	
	
	.gallerybox .textbox{padding-right: 50px;}
	.gallerybox .imagebox{width: 490px;}
	.gallerybox .view{height: 300px;}
}/*1400*/
@media screen and (max-width:1340px){
	.pagetitle{margin-bottom:40px;}
	.pagetitle .inner{height: 180px;}
	.pagetitle .title{font-size: 40px;}
	
	
	.ts1{font-size: 30px;}
	
	
	/**/
	.roundabblock .box{width: 27em;}
	.roundabblock .imagebox{
		width: 8em;
		height: 8em;
	}
}/*1340*/
@media screen and (max-width:1250px){
	.gallerybox .imagebox{width: 430px;}
	.gallerybox .view{height: 260px;}
}/*1250*/
@media screen and (max-width:1150px){
	.pagetitle::after{display: none;}
}
@media screen and (max-width:1050px){
	body{overflow-x:auto;}
}/*1050*/
@media screen and (max-width:900px){
	body{min-width: 320px; overflow-x: hidden;}
	.pagebox{max-width: 640px;}
	
	.spnone{display: none;}
	
	.header .logotxt{border-width: 3px;}
	
	.imggallery{
		margin-right: -10px;
		margin-left:-10px;
		margin-top:-30px;
	}
	.imggallery .box{
		padding-right:10px;
		padding-left:10px;
		margin-top:30px;
	}
	.imggallery.child4 .box{width: 33.3%;}

	.imggallery .option_text{
		display: block;
	}
	.imggallery .option_text .text{
		max-width: none;
	}
	.imggallery .price{
		border-top:1px solid #dcdcdc;
		border-bottom:1px solid #dcdcdc;
		padding-top:12px;
		padding-bottom:12px;
		margin-top:10px;
	}
	
/**/
	table.style.mov, table.style.mov tbody, table.style.mov tr, table.style.mov th, table.style.mov td{
		display:block;
		width:100%;
	}
	table.style.mov th{border-bottom:none;}
	table.style.mov td{padding-top:0;}
	table.style th, table.style td{
		padding:15px 10px;
	}
	
	
/**/
	.innerpage .header{
		display: flex;
		height: auto;
	}
	.innerpage .header.pagebox{max-width: 100%;}
	
	
	.lead_img{width: 100%;}
	
	
	.new_image{margin-right:0; margin-left:0;}
	.new_image .box{width: 100%; padding-right:0; padding-left:0;}
	.new_image .box + .box{margin-top:50px;}
	
	
	.gallerybox{display: block;}
	.gallerybox .textbox{padding-right:0;}
	.gallerybox .imagebox{
		width: 100%;
		margin-right:auto;
		margin-left:auto;
		margin-top:20px;
	}
	.gallerybox .view{height: 370px;}
	
	
	.roundabblock{height: auto;}
	.roundabblock .box{width: 100%;}
	.roundabblock .cell{
		transform: scale(1);
		margin-top:20px;
		position: static !important;
		width: auto !important;
		height: auto !important;
	}


	.footer .linkbox .label{
		width: 100%;
		text-align: center;
		margin-bottom: .5em;
	}
}/*900*/
@media screen and (max-width:750px){
	.imagelinklist .box{
		width: 50%;
	}
}/*750*/
@media screen and (max-width:680px){
	.innerpage .header .logotxt{
		font-size: 107%;
		padding: 8px 30px;
		transform: unset;
	}
}
@media screen and (max-width:650px){
	.innerpage .header .logo .link{
		flex-direction: column;
		align-items: flex-start;
	}


	.newlinklist .link{
		display: block;
		padding: 10px 15px;
	}
	.newlinklist .date{
		width:100%;
		margin-bottom:6px;
	}
	
	
	.newlinklist.imagestyle .link{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.newlinklist.imagestyle .imagebox{
		margin:20px auto 0;
		max-width: 290px;
		width: 100%;
	}
	.newlinklist.imagestyle .textbox{
		padding-left:0;
	}
	
	
	.gallerybox .view{height: 56vw;}
}/*650*/
@media screen and (max-width:550px){
	.header .logotxt{border-width: 2px;}


	.pagetitle .inner{height: 130px;}
	.pagetitle .title{font-size: 28px;}
	
	
	.lead_text .text{font-size: 21px;}
	.lead_text.icon::before{margin-right: 10px;}
	.lead_text.icon.qicon::before{
		width: 30px;
		height:43px;
	}
	.lead_text.icon.bookicon::before{
		width: 37px;
		height:35px;
	}
	.lead_text.icon.newicon::before{
		width: 35px;
		height:39px;
	}
	
	
	.imggallery.child3 .box{width: 50%;}
	.imggallery.child4 .box{width: 50%;}

	.imggallery .price{font-size: 14px;}
	.imggallery .price_table,
	.imggallery .price_table tbody,
	.imggallery .price_cell{
		display: block;
	}
	.imggallery .price_tr{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.imggallery .price_tr + .price_tr{
		margin-top:15px;
	}
	.imggallery .operation_cost{
		padding-left:0;
	}
	.imggallery .operation{
		width: 100%;
		padding-bottom:3px;
	}
	.imggallery .price_tr + .price_tr .price_cell{padding-top:0;}
	
	
	.innerpage .header{background-size: auto 70px;}
	.innerpage .header .logoimg{width: 195px;}
	.innerpage .header .logotxt{font-size: 90%;}
	
	.header .drawer-button{
		width: 45px;
		height: 45px;
		font-size: 22px;
		top:100px;
	}
	.header .instabtn{
		width: 45px;
		height: 45px;
		top: 50px;
	}
	
	.new_image .box{display: block;}
	.new_image .textbox{padding-right:0;}
	.new_image .textbox + .imagebox{margin-top:20px;}
	.new_image .imagebox{
		margin-right:auto;
		margin-left:auto;
	}
	
	
	.imagelinklist{
		margin-right: -5px;
		margin-left:-5px;
	}
	.imagelinklist .box{
		padding-right: 5px;
		padding-left:5px;
	}
	.imagelinklist .link{padding: 10px;}
}/*550*/
@media screen and (max-width:480px){
	.gallerybox .box{
		width: 50%;
		margin-top: 15px;
	}
	
	.roundabblock .box{padding: 15px;}
	.roundabblock .textbox{padding-right:20px;}
	.roundabblock .imagebox{
		width: 100px;
		height: 100px;
	}
}/*480*/



/*wup comment==========*/
.longComment p{margin:0;}
.noData{
	color:#d00;
	padding:1em;
}
.longComment iframe{
	border: none;
}
@media screen and (max-width:730px){
.longComment iframe{
	display: block;
	width: 100%;
	height: 70vw;
}
}

.disabled {
	pointer-events: none;
}