#page_title{
	width:100%;
	padding:0 10.4% 0 0;
	height:400px;
	box-sizing:border-box;
	background-size:cover !important;
	position:relative;
	margin:0 auto 50px;
	display:flex;
	justify-content:flex-end;
}
#page_title h2{
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
	width:38%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	line-height:1em;
	gap:20px;
}
#page_title h2 .jp{
	font-size:28px;
	text-orientation: upright;
	writing-mode: vertical-rl;
	font-feature-settings: 'pkna';
	letter-spacing: 0.1em;
}
main{
}
main section{
	margin:0 auto 110px;
}
main article{
	max-width:1100px;
	margin:0 auto;
	font-size:18px;
	line-height:1.8em;
}
main section h3{
	margin:0 auto 20px;
	font-size:36px;
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
}
main section h4{
	font-size:30px;
	line-height:1.5em;
	margin:0 0 30px;
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
}
main section h5{
	font-size:24px;
	margin:0 0 20px;
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
}
main table{
	width:100%;
	border-top:1px solid #cccccc;
	
}
main thead{
	background:#fbfbfb;
}
main th,
main td{
	border-bottom:1px solid #cccccc;
	
}
.comment_photo{
	display:flex;
	gap:40px;
	margin-bottom:60px;
	align-items:center;
}
.comment_photo .comment{
	width:calc(100% - 410px);
}
.comment_photo figure{
	width:370px;
	flex:none;
}
.comment_photo figure img{
	display:block;
	margin:0 auto;
}
.comment_photo .comment h3{
	text-align:left !important;
	line-height:1em;
}
main section article ul,
main section article ol{
	margin:0 auto;
	padding:0 0 0 30px;
	box-sizing:border-box;
}
main section article table{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
main section article th{
	white-space:nowrap;
	padding:10px 20px;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
	box-sizing:border-box;
}
main section article td{
	padding:10px 20px;
	box-sizing:border-box;
	word-break: break-all;
	vertical-align:top;
}
.pagination {
	max-width: 960px;
	margin: 0 auto;
	position:relative;
	z-index:30;
}

.page-numbers {
	text-align: center;
	margin: 40px 0;
}

.page-numbers li {
	display: inline-block;
	color: #000;
	padding: 0 5px;
	vertical-align: middle;
}

.page-numbers li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 5px 12px;
	border: 1px solid #000;
	border-radius:5px;
}

.page-numbers li a:hover {
	color: #000;
	background: #ccc;
}

.page-numbers li span {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	display: block;
	padding: 5px 12px;
	border: 1px solid #000;
	background: #fff;
	border-radius:5px;
}

.page-numbers li span.current {
	background: #ccc;
}
img.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

img.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

img.aligncenter {
	display:block;
	margin: 0 auto 30px;
}
main section article video{
	display:block;
	margin:0 auto;
}

form .hissu{
	color:#c74545;
	padding:0 5px;
	float:right;
}
form input[type="text"],
form input[type="email"],
form textarea{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing:border-box;
}
form input[type="date"]{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
form input[type="tel"]{
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing:border-box;
}
form select{
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
}
form .year{
	width: 100px !important;
}
form .gakureki{
	width:300px !important;
	margin:0 0 10px;
}
form .month,
form .day{
	width: 60px !important;
	margin-left: 20px !important;
}
form input.radio{
	width: auto;
}
form #tel{
	width: 320px !important;
}
form #submitbutton input {
    display: block;
    line-height: 60px;
    border-radius: 10px;
	margin:20px auto;
    padding: 0 40px 0 0;
	border:0;
	width:800px;
	border:1px solid #ccc;
    background: #e3e0dc;
    text-decoration: none;
    text-align: center;
    color: #222;
    font-size: 20px;
}
form .shortbox{
	width:80px !important;
}

#bottom1{
	padding:0 4dvw;
	width:100% !important;
	box-sizing:border-box;
	margin:0 auto 160px;
}
#bottom1 h2{
	font-size:18px;
	text-align:center;
	margin:0 auto 80px;
}
#bottom1 article{
	display:flex;
	width:100% !important;
	gap:3dvw;
}
#bottom1 .more{
	width:calc(80dvw / 5);
	flex:none;
}

#bottom1 .more a{
	color:#fff;
	text-decoration:none;
	display:flex;
	width:100%;
	height:100%;
	align-items:center;
	justify-content:flex-end;
	text-align:right;
	padding:0 20px 0 0;
	box-sizing:border-box;
	background:#38211a url('../images/common/arrow2.svg') no-repeat center left;
}
#bottom1 .more a:hover{
	background:#ad4b5a url('../images/common/arrow2.svg') no-repeat center left;
}
#bottom1 .onlineshop{
	display:flex;
	gap:3dvw;
}
#bottom1 .onlineshopitem{
	width:calc(80dvw / 5);
	position:relative;
}
.cartjs_product_name{
	white-space:nowrap;
}
.cartjs_product_img{
	margin:0 auto 10px;
}
.cartjs_product_img img{
	display:block;
	border:1px solid #ccc;
	border-radius:10px;
	box-sizing:border-box;
}
.cartjs_cart_in{
	position:absolute;
	bottom:0;
	right:0;
}
@media screen and (max-width: 1520px) {
	.cartjs_cart_in {
		position:relative;
		float:right;
   }
}
.cartjs_cart_in input{
	border:1px solid #666 !important;
	display:block !important;
	padding:0 0 0 20px !important ;
	border-radius:3px !important ;
	font-size:14px;
	background:#fcf5e0 url('../images/index/icon_cart.svg') no-repeat left 2px center!important ;
}
#bottom2{
	padding:0 2px;
	width:100% !important;
	box-sizing:border-box;
	margin:0 auto 160px;
}
#bottom2 h2{
	font-size:18px;
	text-align:center;
	margin:0 auto 80px;
}
#bottom2 #gallery{
	display:flex;
	gap:2px;
	list-style:none;
}
#bottom2 #gallery li{
	width:calc((100% - 14px) / 8);
	height:12.291dvw;
}
#bottom2 #gallery li a{
	display:block;
	width:100%;
	height:100%;
}
#bottom2 #gallery li a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top center;
}
#bottom2 .more{
	padding:70px 0 0;
}
#bottom2 .more img{
	display:block;
	margin:0 auto;
}