@charset "UTF-8";

@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	}

body {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

a {
	text-decoration: none;
	color: #333;
	}

dt {
	white-space: nowrap;
	}

dd {
	white-space: nowrap;
	margin-inline-start :0;
	}


img {
	vertical-align: bottom;
	}
img.w100 {
	width: 100%;
	}
.br_sp {
	display: none;
	}
.f-tenm{
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	}
.f-tenm2{
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	margin-top: 170px!important;
	}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	}
.centering {
	text-align: center;
	margin: 0 auto;
	}
.centering_l {
	text-align: center;
	}
.centering_r {
	text-align: center;
	}

.fadein {
	opacity: 0;
	transform : translate(0, 100px);
	transition : all 1500ms ease;
	}

.pc_br {
	display: block;
	}

.fadein.scrollin{
	opacity: 1;
	transform: translate(0, 0);
	}


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

header {
	height: 170px;
	width: 100%;
	z-index: 100;
	position: fixed;
	background: #FFF;
	top: 0;
	}

.sp-header{
	display: block;
}
.header-functional-nav-wrap {
	background: #000;
	width: 100%;
	overflow: hidden;
	}

.header-functional-nav-wrap ul.header-functional-nav {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	}

.header-functional-nav-wrap ul.header-functional-nav li{
	width: 12em;
	font-size: 15px;
	line-height: 15px;
	margin: 13px 0 12px;
	padding: 0;
	text-align: center;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	}
	.header-functional-nav-wrap ul.header-functional-nav li:first-child{
		border-left: 1px solid #fff;
		}
.header-functional-nav-wrap ul.header-functional-nav li a{
	color: #fff;
	text-decoration: none;
	}
	.header-functional-nav-wrap ul.header-functional-nav li a:hover{
		text-decoration: underline;
		}

.header-gnav-wrap {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	}
	.logo {
		position: relative;
		width: 317px;
		height: 100px;
		top: 20px;
		}
		.logo img{
			width: 250px;
			height: auto;
			}
	.sp_logo {
		display: none;
		height: 51px;
		}
	.sp_logo img {
		width: 100%;
		}

.pc_header_gnav {
	height: 160px;
	width: 100%;
	margin: 0 auto;
	}

.pc_header_gnav ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	list-style: none;
	max-width: 1200px;
	padding: 0 0 0 10%;
	margin: 0;
	}

.pc_header_gnav ul li {
	line-height: 1em;
	font-size: 17px;
	color: #000;
	transition: all .2s;
	box-sizing: border-box;
	width: 7%;
	height: 6em;
	margin: 0.8em 0 0;
	padding: 0;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	}

/*.gnav ul li:hover {
	border-bottom: 6px solid #ffec94;
	}
.gnav ul li.nav_recruit {
	background: #fff;
	color: #08a4c6;
	width: calc(100% - 19.6% * 4);
	}
.gnav ul li a{
	display: block;
	color: #fff;
	}
.gnav ul li.nav_recruit a{
	color: #08a4c6;
	}*/

/* --------------------------------------------------------
slider ----------------------------------------------  */

.pc_slider-wrap {
	position: relative;
	margin: 170px 0 0;
	}

.top_v2 {
	display: none;
	}

.tv img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	}

.tv {
	height: 0;
	}

.sp_tv {
	display: none;
	padding-top: 55px;
	}
.sp_tv img {
	width: 100%;
	}
.slider {
	width: 100%;
	}

.slick-dots {
	display: none !important;
	}


/* --------------------------------------------------------
link_btn ----------------------------------------------- */



/* ------------------------------------------
footer ----------------------------------- */
footer {
	background: transparent;
	color: #fff;
	padding: 0 0;
	}

.footer_contact_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 740px;
	margin: 20px auto 60px;
	}

.footer_contact_list li{
	background: #fff;
	width: 310px;
	border-radius: 30px;
	font-size: 21px;
	line-height: 46px;
	text-align: center;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	}


.footer_nav_wrap {
	width: 100%;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../img/bg_footer_nav.png) no-repeat top center;
	background-size: cover;
	}

.footer_logo {
	width: 500px;
	box-sizing: border-box;
	}
	.footer_logo img{
		display: block;
		position: absolute;
		top: 55px;
		left: 100px;
		width: 276px;
		}

.footer_nav {
	margin: 0 auto;
	width: 700px;
	xborder-left: 1px solid #fff;
	box-sizing: border-box;
	}
	.footer_nav ul {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
		}
		.footer_nav ul li {
			/* width: 15%; */
			width: 14%;
			text-align: center;
			font-size: 15px;
			font-family: ten-mincho, serif;
			font-weight: 400;
			font-style: normal;
			line-height: 160px;
			}
		.footer_nav a {
			color: #000;
			}
		.footer_nav a:hover {
			text-decoration: underline;
			}

.footer_onlineshoplink {
	background: #F8BD00;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	/* padding: 20px 0; */
	padding: 0 0 20px;
	color: #000;
	}
	.footer_onlineshoplink_btn {
		font-size: 24px;
		line-height: 1.2em;
		}

	.footer_onlineshoplink_btn span{
		font-size: 12px;
		}

.copyright {
	padding: 8px 0;
	font-size: 12px;
	text-align: center;
	background: #000;
	}

.insta {
	line-height: 175px!important;
	}
.fa-instagram {
	font-family: "Font Awesome 5 Free";
	font-size: 35px;
	}
.header_fa-instagram {
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	}
/* .fa-instagram:before {
	font-weight: 600;
	} */

/* ------------------------------------------
common ----------------------------------- */
.section_common_inner {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	}
.section_common_inner h2{
	line-height: 1.6em;
	font-size: 30px;
	color: #000;
	transition: all .2s;
	box-sizing: border-box;
	width: 15%;
	height: auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin: 0;
	padding: 0;
	font-family: ten-mincho, serif;
	font-weight: 400;
	text-align: left;
	}
.section_common_inner p{
	line-height: 2.0em;
	font-size: 19px;
	color: #000;
	transition: all .2s;
	box-sizing: border-box;
	width: 85%;
	height: auto;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin: 0;
	padding: 0;
	font-family: ten-mincho, serif;
	font-weight: 100;
	text-align: left;
	}

.section_common_inner_1200 {
	width: 1200px;
	margin: 0 auto;
	}

.section_common_inner_1200_flexwrap {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.section_common_inner_100p_flexwrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.common_btn_blu {
	background: #08a4c6;
	width: 220px;
	line-height: 46px;
	color: #fff;
	font-size: 20px;
	border-radius: 30px;
	text-align: center;
	margin: 30px auto;
	position: relative;
	transition: all .5s;
	}
.common_btn_blu:hover {
	opacity: .7;
	}

p.sub_h2_title{
	font-size: 14px;
	text-align: center;
	color: #969696;
	margin: 0px auto 10px;
	}

p.sub_h3_title {
	font-size: 12px;
	text-align: center;
	color: #969696;
	margin: 0px auto 10px;
	}

.ud_pageheader {
	position: relative;
	margin: 170px 0 0;
	}
.ud_pageheader img{
	width: 100%;
	}

.page-top-information-wrap {
	background: url(../img/bg_pagehead-info.png) repeat-y top center;
	background-size: 100%;
	height: auto;
	margin: 0 0;
	padding: 30px 0;
	box-sizing: border-box;
	position: relative;
	}

table.page-top-information {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	border-collapse: collapse;
	table-layout:fixed;
	word-wrap: break-word;
	overflow-wrap: break-word;
	}
table.page-top-information th{
	width: 200px;
	border-left: 1px solid #000;
	font-size: 28px;
	font-weight: 100;
	text-align: center;
	white-space: nowrap;
	}
table.page-top-information td{
	/* border-left: 1px solid #000; */
	padding: 10px 0 0 1.5em;
	font-size: 16px;
	line-height: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
	}
.br14 {
	display: none;
}

.bredcramb-pagenav {
	width: 1200px;
	margin: 16px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}
.bredcramb-pagenav li{
	width: auto;
	max-width: 18.66666%;
	text-align: left;
	font-size: 14px;
	padding: 0 1em 0 0;
	}
	.bredcramb-pagenav li:after{
		font-family: "Font Awesome 5 Free";
		content: "\f105";
		font-weight: 900;
		padding: 0 0 0 1em;
		}
	.bredcramb-pagenav li:last-child:after{
		content: none;
		}

.sidebar {
    position: fixed;
	bottom: 0px;
	right: 0px;
	/* transform: translate(0, -50%); */
    display: block;
    z-index: 9999;
    /* height: 155px; */
    width: 220px;
	display: block;
    /* display: none; */
	}

.sidebar a {
        display: block;
        }
    .sidebar p {
        max-width: 220px;
        background: transparent;
        padding: 0;
        text-align: left;
        color: #fff;
        letter-spacing: 0.2em;
        }
    .sidebar p img{
        width: 220px;
        }
    .campaign {
        margin-bottom: -212px;
		transition: 0.6s;
        }
    .campaign:hover{
        margin-bottom: 0;
		transition: 0.6s;
        }


.temp-img-wrap {
	text-align: center;
	margin: 60px 0;
	}
.temp-img {
	width: 1000px;
	margin: 0 auto;
	}
.temp-img li img{
	width: 100%;
	}
.mb60 {margin-bottom: 60px;}
.mb90 {margin-bottom: 90px;}
.mb0 {margin-bottom: 0!important;}


.temp-fullwide-contwrap {
	width: 100%;
	margin: 50px auto 90px;
	}
.temp-fullwide-contwrap img{
	width: 100%;
	display: block;
	max-width: 1600px;
	}

.red {
	color: red;
}
.red_font {
	color: red;
	font-weight: bold;
	font-size: 17px;
}

/* ------------------------------------------
index ----------------------------------- */

.index_introduction {
	text-align: center;
	padding: 100px 0;
	box-sizing: border-box;
	background: url(../img/bg_index_section_01.png) no-repeat left 18px;
	background-size: cover;
	height: 700px;
	box-sizing: border-box;
	}
.index_introduction-wide{
	width: 740px;
	}


.index_mahoroba {
	text-align: center;
	padding: 80px 0 50px;
	box-sizing: border-box;
	background: url(../img/bg_index_section_02.png) no-repeat center center;
	background-size: cover;
	/* height: 1100px; */
	height: 640px;
	box-sizing: border-box;
	position: relative;
	}
	.index_mahoroba-wide{
		width: 960px;
		width: 630px;
		}
		.index_mahoroba-wide:after{
			position: absolute;
			top: 270px;
			left: 10px;
			content:" ";
			width: 265px;
			height: 175px;
			background:url("../img/ph_index_mahoroba_2506.png") no-repeat;
			background-size: contain;
			}
		.button_pc:after{
			position: absolute;
			top: 460px;
			left: 10px;
			content:"◀︎「まほろばの月」の名前の由来はこちら";
			width: 315px;
			height: 175px;
			/* background:url("../img/arrow.png") no-repeat; */
			background-size: contain;
			font-family: ten-mincho, serif;
			}
		.button_pc2:after{
			position: absolute;
			top: 460px;
			left: -130px;
			content:"戻る ▶︎";
			font-size: 16px;
			background-size: contain;
			font-family: ten-mincho, serif;
			}


.index_lineup {
	text-align: center;
	padding: 80px 0 10px;
	box-sizing: border-box;
	background: url(../img/bg_index_section_03.png) no-repeat center center;
	background-size: cover;
	/* height: 1200px; */
	height: 650px;
	box-sizing: border-box;
	}
	.index_lineup-wide{
	width: 660px;
	}
	.index_lineup-wide h2{
	width: 25%;
	padding-right: 60px;
	}
	.index_lineup-wide p{
	width: 75%;
	}

/*.index_introduction h2{
	font-size: 30px;
	line-height: 3.6em;
	}
.index_introduction p{
	font-size: 20px;
	line-height: 2.0em;
	}*/


.index_shoplist {
	text-align: center;
	padding: 80px 0 90px;
	box-sizing: border-box;
	background: url(../img/bg_indexshoplist_pc.png) no-repeat center top;
	background-size: 100%;
	background-size: cover;
	height: 1166px;
	}

ul.index_shop_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 10px auto;
	}

ul.index_shop_list li{
	width: 480px;
	}
ul.index_shop_list li h3{
	text-align: left;
	font-size: 24px;
	line-height: 1.6em;
	font-family: ten-mincho, serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 1px solid #000;
	padding: 0;
	margin: 10px 0;
	}
ul.index_shop_list li p{
	text-align: left;
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 20px;
	padding: 0;
	}
.pad_none {
	padding: 0!important;
	}
.pad_p {
	padding-top: 15px;
	padding-bottom: 15px;
	}
.fs13 {
	font-size: 13px!important;
	}
.fs15 {
	font-size: 15px!important;
	}

.index_facility {
	background: url(../img/back1.png) no-repeat center top;
	background-size: 100%;
	box-sizing: border-box;
	padding: 60px 0 10px;
	}
.index_facility h2{
	text-align: center;
	font-size: 36px;
	padding: 0;
	margin: 0 auto;
	}

ul.index_facility_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 60px auto 60px;
	padding: 0;
	}

ul.index_facility_list li{
	width: 28%;
	text-align: center;
	}

ul.index_facility_list li h3{
	text-align: center;
	font-size: 20px;
	padding: 0;
	margin: 20px auto 0;
	}


ul.index_facility_list li img{
	width: 100%;
	}


.index_service {
	padding: 60px 0;
	box-sizing: border-box;
	}
.index_service h2{
	text-align: center;
	font-size: 36px;
	padding: 0;
	margin: 0 auto;
	}

.index_service h3{
	text-align: right;
	font-size: 24px;
	padding: 0;
	margin: 0 auto;
	}
.ph_l_wrap h3{
	text-align: left;
	}

.ph_r_wrap,
.ph_l_wrap{
	width: 1100px;
	margin: 40px auto 60px;
	padding: 0 80px 0;
	clear: both;
	overflow: hidden;
	}

.ph_r_wrap {
	background: url(../img/back2.png) no-repeat left center;
	background-size: 205px;
	background-position: 0 0;
	}
.ph_l_wrap {
	background: url(../img/back2.png) no-repeat right center;
	background-size: 205px;
	background-position: 890px 0;
	}

.ph_r_wrap img,
.ph_l_wrap img{
	width: 340px;
	display: block;
	}
.fl_r {float: right;}
.fl_l {float: left;}


.contents_service {
	width: 540px;
	display: block;
	overflow: hidden;
	}
.ph_r_wrap .contents_service {
	float: left;
	}
.ph_l_wrap .contents_service {
	float: right;
	}



.index_topics {
	clear: both;
	margin: 0 auto 80px;
	padding: 0 120px;
	width: 1200px;
	}

.topics_wrap {
	width: 460px;
	background: #f7f8f8;
	padding: 20px 16px;
	box-sizing: border-box;
	border-radius: 10px;
	}

.topics_wrap h2{
	text-align: center;
	}

ul.topics_list {
	margin: 30px 0 50px;
	padding: 0 10px;
	}
ul.topics_list span {
	font-size: 12px;
	line-height: 24px;
	box-sizing: border-box;
	border: 2px solid #08a4c6;
	width: 30%;
	text-align: center;
	margin: 0 10px 0 0;
	display: inline-block;
	}
ul.topics_list li {
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 32px;
	}

.topics_special_read span {
	font-size: 18px;
	text-align: center;
	background:linear-gradient(transparent 60%, #f7e690 0%);
	line-height: 1.6em;
	}
.topics_special_read strong {
	font-size: 18px;
	text-align: center;
	line-height: 1.6em;
	display: block;
	margin: 10px auto;
	}

.row {
display: flex;
}

.row_f {
display: flex;
align-items: center;
justify-content: space-between;
}
.row3 {
display: flex;
}

.d_span {
padding-left: 10px;
}


.sns_btn {
background: #ffefe6;
width: 100%;
}

.sns_btn ul {
display: flex;
justify-content: center;
align-items: center;
padding-top: 33px;
padding-left: 0;
max-width: 1200px;
margin: 0 auto;
}
.sns_btn p {
font-size: 20px;
font-weight: bold;
letter-spacing: 2px;
margin-top: 10px;
}

.sns_btn img {
width: 20%;
}

.sns_btn li {
text-align: center;
width: 25%;
}
.sns_btn li:nth-child(n+2) {
padding-left: 15px;
padding-right:15px;
}



.sp_footer_nav {
display: none;
}
.sp_footer_nav ul li {
font-size: 13px;
padding-bottom: 10px;
}



.sp_footer_logo {
display: none;
}
.sp_footer_logo img {
width: 100%;
}

.text_s p {
font-size: 16px;
}


/* --------------------------------
order ------------------------- */


.order-form-intro {
	text-align: center;
	margin: 60px auto 100px auto;
	}
.order-form-intro h2{
	font-size: 32px;
	margin: 0 0 50px;
	}
.order-form-intro b{
	font-size: 22px;
	color: #c01a20;
	margin-bottom: 100px;
	}
.order-form-intro.info{
	border-bottom: 1px solid #000;
	}
ul.offline-order-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 700px;
	margin: 30px auto;
	position: relative;
	}
.spard {
	justify-content: space-around !important;
	}

ul.offline-order-list li{
	width: 43.33%;
	border: 1px solid #000;
	position: relative;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	background: #fff;
	padding-bottom: 2px;
	}
ul.offline-order-list li a{
	display: block;
	}
ul.offline-order-list li:after{
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	font-size: 18px;
	line-height: 64px;
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 20px;
	}
p.tel-fax-order{
	font-size: 26px;
	line-height: 1.6em;
	text-align: center;
	}
p.tel-fax-order span{
	font-size: 16px;
	}

.form-customerinfo {
	margin: 0 0 20px;
	padding: 40px 0;
	}

.form-customerinfo h3{
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
	}

.common-ordertable-wrap {
	width: 100%;
	background: #EEEEE5;
	padding: 30px 0;
	}

table.common-order-table {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	border-collapse: collapse;
	}
.border_tr {
	border-bottom: 1px dotted #000;
	}
table.common-order-table th{
	width: 400px;
	text-align: left;
	padding: 30px 0 30px 90px;
	box-sizing: border-box;
	/* border-bottom: 1px dotted #000; */
	}
.valtop {
	vertical-align: top;
	}
table.common-order-table th span{
	color: red;
	padding: 0 0 0 10px;
	}
table.common-order-table td{
	width: 800px;
	text-align: left;
	padding: 30px 0 30px;
	box-sizing: border-box;
	/* border-bottom: 1px dotted #000; */
	}
table.common-order-table td p{
	margin-bottom: 5px;
	/* font-weight: bold; */
	}
table.common-order-table td span{
	font-size: 15px;
	font-weight: normal;
	}
.nobd {
	border-bottom: none !important;
	}
.pt0 {
	padding-top: 0!important;
}
input.common_text {
	font-size: 16px;
	line-height: 28px;
	padding: 4px 10px;
	width: 710px;
	box-sizing: border-box;
	}


.form-orderitems {
	margin: 0 0 60px;
	padding: 40px 0;
	}

.form-orderitems h3{
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
	}

select.item-select {
	background: #fff;
	-webkit-appearance:none;
    appearance:none;
    /* border: #efefef 1px solid; */
  	border-radius: 0;
	font-size: 16px;
	line-height: 28px;
	padding: 4px 10px;
	width: 500px;
	box-sizing: border-box;
	}
input.nub {
	font-size: 14px;
	line-height: 24px;
	margin: 0 10px 0;
	padding: 4px 10px;
	width: 3em;
	box-sizing: border-box;
	}


.fullwide-orderform-parts-wrap {
	width: 1020px;
	margin: 60px auto;
	}
.fullwide-orderform-parts-wrap h4{
	margin: 0 0 20px;
	}
.common-txarea {
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	padding: 4px 10px;
	}


.order-ship_payment-wrap {
	margin: 0;
	padding: 40px 0;
	}
.order-ship_payment-wrap h3{
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
	}
.lht34 {
	line-height: 34px;
	}
.form-subcomment {
	font-size: 14px;
	line-height: 1.8em;
	padding: 10px 0;
	}
.gift-address-txarea {
	width: 100%;
	width: 710px;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	padding: 4px 10px;
	}

.shopping-guide-wrap {
	width: 1020px;
	margin: 60px auto;
	}
ul.shopping-guide {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
ul.shopping-guide li{
	width: 460px;
	font-size: 14px;
	line-height: 1.6em;
	}
ul.shopping-guide li h4{
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 6px;
	border-bottom: 1px solid #000;
	}
span.shopping-area {
	display: inline-block;
	width: 9em;
	}


.form-closure-wrap {
	margin: 0 0 60px;
	padding: 40px 0;
	}
.form-closure-wrap h4{
	font-size: 18px;
	margin: 0 0 10px;
	}
.privacy-wrap {
	border: 1px solid #999;
	padding: 1em;
	font-size: 14px;
	width: 100%;
	height: 15em;
	overflow: auto;
	}
.order-permission-btn {
	margin: 40px auto;
	text-align: center;
	}

.btn-order-confirm {
	margin: 40px auto;
	text-align: center;
	}

.btn-order-confirm button {
	appearance: none;
	border: 0;
	border-radius: 2px;
	background: #E5E5E5;
	color: #000;
	font-size: 20px;
	line-height: 64px;
	font-weight: 600;
	width: 240px;
	text-align: center;
	}
.btn-order-confirm button:hover{
	cursor: pointer;
	}

.order-form-intro img {
	 max-width: 800px;
	 width: 100%;
}
.table_right td {
	text-align: right!important;
	padding-right: 90px !important;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.td_inn {
	width: 360px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
select.time-select {
	-webkit-appearance:none;
    appearance:none;
  	border-radius: 2px;
	font-size: 16px;
	line-height: 28px;
	padding: 4px 10px;
	max-width: 710px;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	}


/* ------------------------------------------
shops ----------------------------------- */
div.temp-img h2{
	font-weight: normal;
	font-family: ten-mincho, serif;
	font-size: 40px;
	margin-bottom: 25px;
	font-weight: 500;
}
div.temp-img p{
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: bold;
}
div.temp-img img{
	width: 100%;
}
div.street{
	width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
}
div.street-address-boder{
	border-top: 1px dotted;
	width: 560px;
}
ul.street-address{
	display: flex;
	justify-content: space-between;

}

ul.street-address h3{
	margin-top: 10px;
	text-align: start;
	font-weight: 500;
	font-size: 30px;
	font-family: ten-mincho, serif;
}
ul.street-address ul{
	text-align: start;
	margin-top: 10px;
	margin-left: 90px;
}
ul.street-address ul li{
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 500;
}
	li.googlmap{
		border: 1px solid;
		background-color: black;
		text-align: center;
		width: 140px;
		padding: 2px 0;
		margin-top: 50px;
		font-weight: normal !important;
	}
		li.googlmap a{
			color: white;
		}
ul.street-address2{
	display: flex;
	justify-content: space-between;
}
ul.street-address2 h3{
	margin-top: 10px;
	text-align: start;
	font-weight: 500;
	font-size: 30px;
	font-family: ten-mincho, serif;
}
ul.street-address2 ul{
	text-align: start;
	margin-top: 10px;
}
ul.street-address2 ul li{
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: 500;
}
div.area{
	width: 1000px;
	margin: 0 auto;
	margin-top: 100px;
}
	div.area h4{
		font-size: 25px;
		margin-bottom: 50px;
	}
	div.area ul{
		justify-content: space-between;
		width: 100%;
		border-bottom: 1px dotted;
	}
		ul.boder{
			border-top: 1px dotted;
		}
	div.area ul li{
		display: inline-block;
		padding: 15px 0;
		font-size: 15px;
	}
	li.building{
		width: 36%;
		text-align: start;
		padding-left: 15px !important;
		font-weight: bold;
	}
	li.address{
		width: 48%;
		text-align: start;
		font-weight: 500;
	}
	li.phone-number{
		width: 15%;
		text-align: end;
		padding-right: 15px !important;
		font-weight: 500;
	}
	#street02{
		padding-top: 90px;
		margin-top: -90px;
	}


/* ------------------------------------------
itemlineup ----------------------------------- */

.item-lineup-wrap {
	background: url(../img/bg_itemlineup.png) no-repeat top center;
	padding: 20px calc( (100% - 1200px) /2 ) 90px;
	}

.item-lineup-intro {
	text-align: center;
	}
	.item-lineup-intro h2{
		font-size: 42px;
		line-height: 1.8em;
		}
	.item-lineup-intro p{
		font-size: 22px;
		line-height: 2.2em;
		margin: 0 auto 90px;
		}

	ul.item-lineup-list {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
		ul.item-lineup-list li{
			width: 29%;
			margin: 0 auto 60px;
			}
			ul.item-lineup-list li h3 {
				font-size: 20px;
				margin: 0 0 8px;
				}
			ul.item-lineup-list li p {
				font-size: 14px;
				line-height: 1.4em;
				}
			ul.item-lineup-list li img{
				width: 100%;
				max-width: 100%;
				display: block;
				margin: 0 0 16px;
				}
			.kigen {
				margin-top: 15px;
				font-size: 13px!important;
				}
			.text_s {
				font-size: 12px;
				}
			.height98 {
				height: 98px;
				}


/* ------------------------------------------------
responsive-style
-----------------------------------------------  */

/* ハンバーガーメニュー */
.ham {
display: block;
height: 55px;
width:55px;
position: fixed;
top: 0;
right: 0;
margin-right: 10px;
}

.ham div {
height: 3px;
width: 28px;
background: #fff;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.3s;
}

.ham div:nth-of-type(1) {
transform: translate(-50%, -11px);
}

.ham div:nth-of-type(3) {
transform: translate(-50%, 8px);
}

.ham.active div:nth-of-type(1) {
transform: rotate(45deg) translate(-50%, 0);
transform-origin: 0% 50%;
}

.ham.active div:nth-of-type(2) {
opacity: 0;
}

.ham.active div:nth-of-type(3) {
transform: rotate(-45deg) translate(-50%, 0);
transform-origin: 0% 50%;
}

.ham {
opacity: 0;
visibility: hidden;
}

.sp_gnav {
opacity: 0;
overflow: hidden;
display: none;
}

.sp_gnav ul {
padding-top: 30px;
padding-bottom: 30px;
margin: 0 auto;
}

.sp_gnav li {
margin-right: 20px;
font-weight: bold;
list-style: none;
padding-bottom: 7%;
}

.sp_gnav a {
color: #fff;
text-decoration: none;
font-weight: lighter;
font-size: 13px;
white-space: nowrap;
}



.lightbox{
	/* top: 20vh!important; */
	position: fixed;
}
.p_plus a {
	display: block;
	overflow: auto;
}
.big_img {
	/* width: 180vw; */
}
.sp_gnav.active {
background: #ffb181;
height: auto;
display: flex;
position: fixed;
width: 100%;
z-index: 1;
transition: 0.3s;
opacity: 1;
margin-top: 7%;
}

.pc_none {
	display: none;
}
.overlay {
	display: none;
}

.page-top-image img {
	max-width: 1200px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 780px;
  padding: 20px;
  z-index: 2;
}
/* .popup-inner img {
  max-width: 250px;
} */
.popup-inner_img {
margin-bottom: 30px;
  text-align: center;
}
.popup-contents {
  /* width: 100%; */
  background: #fff;
  padding: 50px 80px 120px 80px;
  border-radius: 10px;
}
.popup-contents p {
 text-align: center;
 line-height: 30px;
 font-family: serif;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  z-index: 10000;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}

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

	header{
		display: none;
	}
	.sp-header{
		width: 100%;
		height: 70px;
	}
	.sp-logo img{
		width: 40%;
    	margin-top: 14px;
    	margin-left: 12px;
	}
	ul#menu {
		list-style-type: none;
		width: 100%;
		background: #ffffff;

		position: absolute;
		left: 0px;
		top: 70px;
		z-index: 990;
		display: none;
		font-family: ten-mincho, serif;
		background-color: #f1f0dc;
	}

	ul#menu li {
		text-align: center;
		border-bottom: 1px dotted #ccc;
		}
	ul#menu li:last-child {
		border: none;
		}
	ul#menu li a {
		text-decoration: none;
		display: block;
		padding: 15px 0;
	}

	ul#menu li a:hover {

		opacity: 0.7;
	}

	div#sp-icon {
		width: 70px;
		height: 70px;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 999;
		background: #433533;
	}

	div#sp-icon:hover {
		cursor: pointer;
		opacity: 0.7;

	}

	div#sp-icon span,
	div#sp-icon span:before,
	div#sp-icon span:after {
		display: inline-block;
		width: 30px;
		height: 3px;
		background: #000000;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.3s;
	}

	div#sp-icon span {
		left: 50%;
		top: 50%;
		transform: translate( -50%, -50% );
		background: white;
	}

	div#sp-icon span:before {
		content: "";
		transform: translateY( -10px ) rotate( 0deg );
		background: white;
	}

	div#sp-icon span:after {
		content: "";
		transform: translateY( 10px ) rotate( 0deg );
		background: white;
	}


	div.sp-open span {
		background: transparent !important;
	}

	div.sp-open span:before {
		transform: rotate( 45deg ) !important;
	}

	div.sp-open span:after {
		transform: rotate( -45deg ) !important;
	}

	.ud_pageheader{
		margin: 0;
	}
	.ud_pageheader img{
		height: 65px;
	}

	.page-top-information-wrap{
		height: 100%;
		background: url(../img/bg_pagehead-info.png);
		padding: 10px 0;
	}
	table.page-top-information{
		width: 100%;
		display: block;
	}
	table.page-top-information tr{
		display: grid;
		}
		table.page-top-information th{
			border-left: 0;
			border-bottom: 1px solid;
			margin: auto;
			font-size: 15px;
			}
		table.page-top-information td{
			font-size: 12px;
			border-left: 0;
			padding: 20px 16px 0;
			box-sizing: border-box;
			}
			.kigen {
				margin-top: 15px!important;
				}

	footer{
		/* padding-bottom: 133px;
		background: #f9c000; */
	}
	.footer_nav_wrap{
		display: none;
	}

	.sp-footer_nav_wrap{
		text-align: center;
		width: 100%;
		background: url(../img/bg_footer_nav.png)
	}
	.sp-footer_logo img{
		width: 220px;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.sp-footer_nav ul{
		font-family: ten-mincho, serif;
		width: 86%;
		margin: 20px auto 0;
		padding: 0 20px 20px;
		border-top: 1px solid #fff;
		box-sizing: border-box;
		}
		.sp-footer_nav ul li{
			padding: 12px 0;
			border-bottom: 1px solid #fff;
			}
		.insta {
			line-height: 0!important;
			}
		.sidebar{
			display: none !important;
		}

		.pc_none {
			display: block;
		}
		.bnr img {
			display: block;
			width: 100px;
		}

		.popup {
		  position: fixed;
		  left: 0;
		  top: 0;
		  width: 100%;
		  height: 100%;
		  z-index: 9999;
		  opacity: 0;
		  visibility: hidden;
		  transition: .6s;
		}
		.popup.is-show {
		  opacity: 1;
		  visibility: visible;
		}
		.popup-inner {
		  position: absolute;
		  left: 50%;
		  top: 50%;
		  transform: translate(-50%,-50%);
		  width: 90%;
		  max-width: 600px;
		  padding: 20px;
		  z-index: 2;
		}
		/* .popup-inner img {
		  width: 190px;
		} */
		.popup-inner_img {
			margin-bottom: 25px;
		}
		.popup-contents {
		  background: #fff;
		  padding: 30px 10px 85px 10px;
		}
		.popup-contents p {
		  font-size: 14px;
		  line-height: 25px;
		}
		.close-btn {
		  position: absolute;
		  right: 0;
		  top: 0;
		  line-height: 36px;
		  text-align: center;
		  cursor: pointer;
		  z-index: 10000;
			width: 45px;
		}
		.black-background {
		  position: absolute;
		  left: 0;
		  top: 0;
		  width: 100%;
		  height: 100%;
		  background-color: rgba(0,0,0,.8);
		  z-index: 1;
		  cursor: pointer;
		}

		.fixed {
			position: fixed;
			bottom: 0px;
			left: 50%;
			transform: translate(-50%);
		  display: block;
		  z-index: 9999;
		  width: 60%;
		}
		.pad_p {
			padding:0;
			}
		.sp_none {
			display: none!important;
			}
		.fs13 {
			font-size: 12px!important;
			}

.table_right td {
	padding-right: 0 !important;
	text-align: left !important;
}
.order-form-intro {
	margin: 60px 10px 100px;
	}
.order-form-intro h2{
	font-size: 22px;
	margin: 0 0 50px;
	}
.order-form-intro b{
	font-size: 18px;
	}
	.td_inn {
		width: 100%;
		justify-content: space-around;
	}
	.f-tenm2{
		margin-top: 0!important;
		}


}



@media (min-width: 576px) {
	.sp-header{
		display: none;
	}
	.sp-footer_nav_wrap{
		display: none;
	}
	.sp-page-top-information{
		display: none;
	}

}


/* ---------------------------------------------------
topics style
---------------------------------------------------- */
dl.topics-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 13px;
	line-height: 32px;
	height: auto;
	max-width: 960px;
	}
dl.topics-list dt{
	/* width: 100px; */
	width: 10.5%;
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
	line-height: 26px;
	margin: 4px auto 12px;
	max-height: 26px;
	height: auto;
	}
dl.topics-list dt.media{
	background: #DD0515;
	color: #fff;
	}
dl.topics-list dt.season{
	background: #F8BD00;
	color: #fff;
	}
dl.topics-list dt.news{
	background: #1a73e8;
	color: #fff;
	}
dl.topics-list dt.info{
	background: #000;
	color: #fff;
	}
dl.topics-list dt.news{
	background: #dd0515;
	color: #fff;
	}
dl.topics-list dd{
	white-space: normal;
	width: 82%;
	/* width: 87%; */
	margin: 0 0 0 1%;
	height: auto;
	}
.long_text_dt {
	line-height: 18px!important;
	max-height: 40px!important;
}
.long_text_dd {
	line-height: 23px;
	color: red;
}
.long_text_dd_n {
	line-height: 23px;
	margin-bottom: 15px!important;
}
.under_space {
	margin-bottom: 9px;
	display: inline-block;
}

@media (max-width: 576px) {

dl.topics-list dt {
    width: 25%;
    white-space: nowrap;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    margin: 2px auto 12px;
    max-height: 20px;
	}
dl.topics-list dd {
    white-space: normal;
    width: 69%;
    margin: 2px 0 10px 1%;
    font-size: 12px;
    line-height: 19px;
	}

}
@media (max-width: 1400px) {

	.sidebar {
	    position: fixed;
		bottom: 0px;
		right: 0px;
		/* transform: translate(0, -50%); */
	    display: block;
	    z-index: 9999;
	    /* height: 155px; */
	    width: 180px;
		display: block;
	    /* display: none; */
		}

	.sidebar a {
	        display: block;
	        }
	    .sidebar p {
	        max-width: 180px;
	        background: transparent;
	        padding: 0;
	        text-align: left;
	        color: #fff;
	        letter-spacing: 0.2em;
	        }
	    .sidebar p img{
	        width: 180px;
	        }
	    .campaign {
	        margin-bottom: -180px;
			transition: 0.6s;
	        }
	    .campaign:hover{
	        margin-bottom: 0;
			transition: 0.6s;
	        }
			.br14 {
				display: block;
			}
}
#items-jump {
	padding-top: 200px;
	margin-top: -200px;
}

.add_item_detail {
	justify-content: center;
}
.add_item_detail p {
	width: 1100px;
}
.scroll {
	overflow-x: scroll;
	overflow-y: hidden;
	scroll-behavior: smooth;
	width: 960px;
}
.scroll::-webkit-scrollbar{
  display:none;
}
button {
	background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.button {
	position: absolute;
	bottom: 40px;
	left: 50%;
    transform: translateX( -467px );
}

.scroll h2{
	width: 28%;
	padding-right: 170px;
	}
.scroll p{
	width: 72%;
	}
.hidden {
	display: none;
}

.sp_only {
	display: none;
}

@media (max-width: 750px) {
	#items-jump {
		padding-top: 50px;
		margin-top: -50px;
}
	.height98 {
		height: auto;
	}

	.footer_space {
		height: 150px;
		background: #F8BD00;
	}
	.add_item_detail p {
		width: 100%;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	.scroll p {
		display: flex;
		width: 200%!important;
	}
	.scroll p span {
		width: 100%;
		display: inline-block;
		padding: 0 5%;
	}
	.sp_add_text {
		line-height: 23px;
	}
	.button_pc:after{
		position: absolute;
		top: 630px;
		left: 30px;
		content:"「まほろばの月」の名前の由来はこちら ▶︎";
		width: 315px;
		/* background:url("../img/arrow.png") no-repeat; */
		background-size: contain;
		font-family: ten-mincho, serif;
		}
	.button_pc2:after{
		position: absolute;
		top: 97%;
		left: 175%;
		width: 70px;
		content:"◀︎ 戻る";
		font-size: 16px;
		background-size: contain;
		font-family: ten-mincho, serif;
		}
		table.common-order-table td span{
			font-size: 14px;
			}
}

.s_space {
	padding-top: 6px;
}

.date {
	padding: 7.5px 10px;
	width: 180px;
}
.select {
	padding: 10.5px 10px;
	width: 180px;
	margin-top: 10px;

}
