@charset "utf-8";

/*reset-----------*/
html {font-size: 62.5%;}
/*size10px*/

body { font-family: 'Noto Sans JP',游ゴシック体, 'Yu Gothic', sans-serif;
}

/*
font-family: 'Noto Sans JP',游ゴシック体, 'Yu Gothic', sans-serif;
font-family: 'Shippori Mincho B1',"游明朝", YuMincho,  serif;
font-family: 'Zen Maru Gothic', sans-serif;
*/

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited{ color: #000;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem;}
img {vertical-align: middle;}

/*-----------reset*/

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: none;}
.pcsp {display: inherit;}

p,h3,h4,a {
	color: rgba(51,51,51,1);
	letter-spacing: .1em;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
.pcsp {display: none;}

p,h3,h4,a {
	color: rgba(51,51,51,1);
	letter-spacing: .1em;
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}
.pcsp {display: inherit;}

p,h3,h4,a {
	color: rgba(51,51,51,1);
	letter-spacing: .1em;
}

}

/*----------------------
▼ヘッダー▼
----------------------*/
@media (min-width:960px){

.head_wrap {
	position: fixed;
	top: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(255,255,255,.8);
	padding: 20px 50px;
	width: 100%;
	z-index: 10;
}
.head_wrap .contact_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	margin: 5px 0 0;
}
.head_wrap .contact_item .sns {
	margin: 0 30px 0 0;
}
.head_wrap .contact_item .contact a {
	font-family: 'Zen Maru Gothic', sans-serif;
	background: #899028;
	border-radius: 30px;
	color: #fff;
	font-size: 1.5rem;
	padding: 10px 40px;
}
.head_wrap .contact_item .contact a img {
	margin: 0 0 2px 10px;
}
/*hero*/
.hero_wrap {
	overflow: hidden;
	width: 100%;
}
.hero_wrap .range {
	position: relative;
/*	background: #FF9;
*/	height: 1200px;
	margin: 0 auto;
	width: 1090px;
}
.hero_wrap .catchcopy {
	position: absolute;
	left: -510px;
	top: 0;
}
.hero_wrap .txt {
	position: absolute;
	left: 0px;
	top: 510px;
}
.hero_wrap .txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	line-height: 1.8em;
}
.hero_wrap .dog_1 {
	position: absolute;
	right: -310px;
	top: 80px;
}
.hero_wrap .dog_2 {
	position: absolute;
	left: -350px;
	top: 500px;
}
.hero_wrap .cat_1 {
	position: absolute;
	left: 50%;
	bottom: 130px;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
.hero_wrap .hako {
	position: absolute;
	right: 80px;
	bottom: 50px;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: #f3ded9;
	border-radius: 40px;
	height: 150px;
	width: 150px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.head_wrap {
	position: fixed;
	top: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(255,255,255,.8);
	padding: 2.5%;
	width: 100%;
	z-index: 10;
}
.head_wrap .contact_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	margin: 5px 0 0;
}
.head_wrap .contact_item .sns {
	margin: 0 30px 0 0;
}
.head_wrap .contact_item .contact a {
	font-family: 'Zen Maru Gothic', sans-serif;
	background: #899028;
	border-radius: 30px;
	color: #fff;
	font-size: 1.5rem;
	padding: 10px 40px;
}
.head_wrap .contact_item .contact a img {
	margin: 0 0 2px 10px;
}
/*hero_tb*/
.hero_wrap {
	overflow: hidden;
	width: 100%;
}
.hero_wrap .range {
	position: relative;
	height: 1200px;
	margin: 0 auto 50px;
	width: 768px;
}
.hero_wrap .catchcopy {
	position: absolute;
	left: -430px;
	top: 0;
}
.hero_wrap .catchcopy img {
	height: auto;
	width: 900px;
}
.hero_wrap .txt {
	position: absolute;
	left: 20px;
	top: 450px;
}
.hero_wrap .txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2rem;
	line-height: 1.8em;
}
.hero_wrap .dog_1 {
	position: absolute;
	right: -350px;
	top: 80px;
}
.hero_wrap .dog_1 img {
	height: auto;
	width: 630px;
}
.hero_wrap .dog_2 {
	position: absolute;
	left: -110px;
	top: 570px;
}
.hero_wrap .cat_1 {
	position: absolute;
	left: 60%;
	bottom: 30px;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
}
.hero_wrap .hako {
	position: absolute;
	right: 140px;
	bottom: 330px;
	background: #f3ded9;
	border-radius: 30px;
	height: 100px;
	width: 100px;
}

}

@media (max-width:599px){
.head_wrap {
	position: fixed;
	top: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(255,255,255,.8);
	padding: 20px 0 20px 20px;
	width: 100%;
	z-index: 10;
}
.head_wrap .logo_item {
	width: 40%;
}
.head_wrap .logo_item img {
	height: auto;
	width: 100%;
}
.head_wrap .contact_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	margin: 5px 0 0;
}
.head_wrap .contact_item .sns {
	margin: 0 20px 0 0;
}
.head_wrap .contact_item .contact a {
	background: #899028;
	border-radius: 30px 0 0 30px;
	padding: 10px 15px 10px 15px;
}
.head_wrap .contact_item .contact a img {
	margin: 0 0 2px 10px;
}
/*hero_sp*/
.hero_wrap {
	overflow: hidden;
	margin: 0 0 -150px;
	width: 100%;
}
.hero_wrap .range {
	width: 100%;
}
.hero_wrap .catchcopy {
	margin: 100px 0 0;
}
.hero_wrap .catchcopy img {
	height: auto;
	width: 80%;
}
.hero_wrap .txt {
	display: none;
}
.hero_wrap .dog_1 {
	position: relative;
	top: 0px;
	right: -70px;
	text-align: right;
}
.hero_wrap .dog_1 img {
	height: 500px;
	width: auto;
}
.hero_wrap .dog_2 {
	position: relative;
	top: -150px;
	left: -110px;
	text-align: left;
}
.hero_wrap .dog_2 img {
	height: 400px;
	width: auto;
}
.hero_wrap .cat_1 {
}
.hero_wrap .cat_1 img {
	position: relative;
	top: -150px;
	left: 50%;
	height: auto;
	width: 35%;
}
.hero_wrap .hako {
	position: relative;
	top: -430px;
	left: 70%;
	background: #f3ded9;
	border-radius: 20px;
	height: 80px;
	width: 80px;
}

}
/*----------------------
▲ヘッダー▲
----------------------*/

/*----------------------
▼帯、タイトル_共通▼
----------------------*/

@media (min-width:960px){
/*帯*/
.obi_wrap {
	position: relative;
	height: 500px;
	width: 100%;
}
.obi_wrap .obi_grad {
	position: absolute;
	left: 0;
	background: url(images/main_a_back.jpg) right no-repeat;
	background-size: cover;
	border-radius: 0 30px 30px 0;
	height: 400px;
	width: 50%;
}
.obi_wrap .obi_pink {
	position: absolute;
	right: 0;
	top: 100px;
	background: #f3ded9;
	background-size: cover;
	border-radius: 30px 0 0 30px;
	margin-left: auto;
	height: 400px;
	width: 70%;
}
.obi_wrap .obi_chara {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	text-align: center;
}
.obi_wrap .obi_logo {
	position: absolute;
	bottom: 18%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.obi_wrap .obi_txt p {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.obi_wrap .obi_txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
}
.obi_wrap .obi_txt p span {
	color: #aa6753;
}
/*写真タイトル*/
.pic_title {
	text-align: center;
	margin: 0 auto;
	width: 1090px;
}
.pic_title .pic {
	width: 100%;
}
.pic_title .pic img {
	border-radius: 30px;
}
.pic_title .pic_back img {
	position: relative;
	margin: -300px 0 0;
	border-radius: 0 0 30px 30px;
	width: 100%;
	z-index: -1;
}
.pic_title .en_txt {
	margin: -40px 0 30px;
}
.pic_title h2 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3rem;
	color: #aa6753;
	letter-spacing: .1em;
	margin: 0 0 35px;
}
/*ナンバータイトル title_obi_wrap*/
.title_obi_wrap {
	position: relative;
	overflow: hidden;
	height: 580px;
	padding: 30px 0 0;
	margin: 100px 0;
}
.title_obi_wrap_2 {
	position: relative;
	overflow: hidden;
	height: 110px;
	padding: 30px 0 0;
	margin: 100px 0;
}

.title_obi_wrap .range,
.title_obi_wrap_2 .range {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.title_obi_wrap .center_range,
.title_obi_wrap_2 .center_range {
	position: relative;
	-webkit-box-flex:0;
	-ms-flex-positive:0;
	flex-grow: 0;
	height: 70px;
	margin: 0 auto;
	width: 1090px;
}
.title_obi_wrap .center_range .b_1,
.title_obi_wrap_2 .center_range .b_1 {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #aa6753;
	border-radius: 0 50px 50px 0;
	height: 70px;
	width: 680px;
	z-index: -1;
}
.title_obi_wrap .center_range .b_2,
.title_obi_wrap_2 .center_range .b_2 {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f3ded9;
	border-radius: 0 50px 50px 0;
	height: 70px;
	width: 680px;
	z-index: -1;
}
.title_obi_wrap .left_range,
.title_obi_wrap_2 .left_range {
	background: #f3ded9;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow: 1;
}
.title_obi_wrap .left_range:after,
.title_obi_wrap_2 .left_range:after {
	position: absolute;
	top: 35px;
	left: 0px;
	content: "";
	background: #aa6753;
	height: 70px;
	width: 600px;
	z-index: -1;
}
.title_obi_wrap .right_range,
.title_obi_wrap_2 .right_range {
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow: 1;
}
.title_obi_wrap h3,
.title_obi_wrap_2 h3 {
	position: relative;
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3rem;
	line-height: 1.8em;
	margin: -45px 0 0;
}
.title_obi_wrap h3 img,
.title_obi_wrap_2 h3 img {
	margin: 0 0 45px;
}
.title_obi_wrap .pic_wrap {
	position: absolute;
	top: 65px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	flex-grow: 0;
	width: 1090px;
	z-index: -3;
}
.title_obi_wrap .pic_wrap .pic_1 img {
	margin: 0 50px 0 0;
}
.title_obi_wrap .pic_wrap img {
	border-radius: 30px;
}
/*サークル*/
.circle_box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 100px auto;
	width: 800px;
}
.circle_box .circle_item {
	position: relative;
	background: #e9e3df;
	border-radius: 50%;
	height: 220px;
	width: 220px;
	margin: 50px 0 50px;
	overflow: hidden;
	z-index: 1;
}
.circle_box .circle_item:nth-of-type(1),
.circle_box .circle_item:nth-of-type(6) {
	position: relative;
	background: #e9e3df;
	border-radius: 50%;
	height: 220px;
	width: 220px;
	margin: 0 0 0 140px;
	overflow: hidden;
	z-index: 1;
}
.circle_box .circle_item:nth-of-type(2),
.circle_box .circle_item:nth-of-type(7) {
	position: relative;
	background: #e9e3df;
	border-radius: 50%;
	height: 220px;
	width: 220px;
	margin: 0 140px 0 0;
	overflow: hidden;
	z-index: 1;
}
.circle_box .circle_back {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: #aa6753;
	border-radius: 0 0 50px 50px;
	height: 60px;
	width: 70px;
	z-index: 2;
}
.circle_box img {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 3;
}
.circle_box .circle_txt {
	position: absolute;
	top: 57%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2rem;
	text-align: center;
	line-height: 1.3em;
	width: 100%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*帯_tb*/
.obi_wrap {
	position: relative;
	height: 500px;
	width: 100%;
}
.obi_wrap .obi_grad {
	position: absolute;
	left: 0;
	background: url(images/main_a_back.jpg) right no-repeat;
	background-size: cover;
	border-radius: 0 30px 30px 0;
	height: 400px;
	width: 50%;
}
.obi_wrap .obi_pink {
	position: absolute;
	right: 0;
	top: 100px;
	background: #f3ded9;
	background-size: cover;
	border-radius: 30px 0 0 30px;
	margin-left: auto;
	height: 400px;
	width: 90%;
}
.obi_wrap .obi_chara {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	text-align: center;
}
.obi_wrap .obi_logo {
	position: absolute;
	bottom: 18%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.obi_wrap .obi_txt p {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.obi_wrap .obi_txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
}
.obi_wrap .obi_txt p span {
	color: #aa6753;
}
/*写真タイトル_tb*/
.pic_title {
	text-align: center;
	margin: 0 auto;
	width: 95%;
}
.pic_title .pic {
	width: 100%;
}
.pic_title .pic img {
	height: auto;
	border-radius: 30px;
	width: 100%;
}
.pic_title .pic_back img {
	position: relative;
	margin: -210px 0 0;
	border-radius: 0 0 30px 30px;
	width: 100%;
	z-index: -1;
}
.pic_title .en_txt {
	margin: -40px 0 30px;
}
.pic_title h2 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3rem;
	color: #aa6753;
	letter-spacing: .1em;
	margin: 0 0 35px;
}
/*ナンバータイトル_tb*/
.title_obi_wrap {
	position: relative;
	overflow: hidden;
	height: 580px;
	padding: 30px 0 0;
	margin: 100px 0;
}
.title_obi_wrap_2 {
	position: relative;
	overflow: hidden;
	height: 110px;
	padding: 30px 0 0;
	margin: 100px 0;
}

.title_obi_wrap .range,
.title_obi_wrap_2 .range {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.title_obi_wrap .center_range,
.title_obi_wrap_2 .center_range {
	position: relative;
	flex-grow: 0;
	height: 70px;
	margin: 0 auto;
	width: 95%;
}
.title_obi_wrap .center_range .b_1,
.title_obi_wrap_2 .center_range .b_1 {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #aa6753;
	border-radius: 0 50px 50px 0;
	height: 70px;
	width: 100%;
	z-index: -1;
}
.title_obi_wrap .center_range .b_2,
.title_obi_wrap_2 .center_range .b_2 {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f3ded9;
	border-radius: 0 50px 50px 0;
	height: 70px;
	width: 100%;
	z-index: -1;
}
.title_obi_wrap .left_range,
.title_obi_wrap_2 .left_range {
	background: #f3ded9;
	flex-grow: 1;
}
.title_obi_wrap .left_range:after,
.title_obi_wrap_2 .left_range:after {
	position: absolute;
	top: 35px;
	left: 0px;
	content: "";
	background: #aa6753;
	height: 70px;
	width: 600px;
	z-index: -1;
}
.title_obi_wrap .right_range,
.title_obi_wrap_2 .right_range {
	flex-grow: 1;
}
.title_obi_wrap h3,
.title_obi_wrap_2 h3 {
	position: relative;
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 3rem;
	line-height: 1.8em;
	margin: -45px 0 0;
}
.title_obi_wrap h3 img,
.title_obi_wrap_2 h3 img {
	margin: 0 0 45px;
}
.title_obi_wrap .pic_wrap {
	position: absolute;
	top: 65px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	flex-grow: 0;
	width: 130%;
	z-index: -3;
}
.title_obi_wrap .pic_wrap .pic_1 img {
	margin: 0 50px 0 0;
}
.title_obi_wrap .pic_wrap img {
	border-radius: 30px;
}
/*サークル_tb*/
.circle_box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 100px auto;
	width: 730px;
}
.circle_box .circle_item {
	position: relative;
	background: #e9e3df;
	border-radius: 50%;
	height: 220px;
	width: 220px;
	margin: 50px 0 50px;
	overflow: hidden;
	z-index: 1;
}
.circle_box .circle_item:nth-of-type(1),
.circle_box .circle_item:nth-of-type(6) {
	position: relative;
	background: #e9e3df;
	border-radius: 50%;
	height: 220px;
	width: 220px;
	margin: 0 0 0 120px;
	overflow: hidden;
	z-index: 1;
}
.circle_box .circle_item:nth-of-type(2),
.circle_box .circle_item:nth-of-type(7) {
	position: relative;
	background: #e9e3df;
	border-radius: 50%;
	height: 220px;
	width: 220px;
	margin: 0 120px 0 0;
	overflow: hidden;
	z-index: 1;
}
.circle_box .circle_back {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: #aa6753;
	border-radius: 0 0 50px 50px;
	height: 60px;
	width: 70px;
	z-index: 2;
}
.circle_box img {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 3;
}
.circle_box .circle_txt {
	position: absolute;
	top: 57%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2rem;
	text-align: center;
	line-height: 1.3em;
	width: 100%;
}

}

@media (max-width:599px){
/*帯_sp*/
.obi_wrap {
	position: relative;
	height: 280px;
	width: 100%;
}
.obi_wrap .obi_grad {
	position: absolute;
	left: 0;
	background: url(images/main_a_back.jpg) right no-repeat;
	background-size: cover;
	border-radius: 0 20px 20px 0;
	height: 230px;
	width: 50%;
}
.obi_wrap .obi_pink {
	position: absolute;
	right: 0;
	top: 50px;
	background: #f3ded9;
	background-size: cover;
	border-radius: 20px 0 0 20px;
	margin-left: auto;
	height: 230px;
	width: 95%;
}
.obi_wrap .obi_chara {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	text-align: center;
	width: 100%;
}
.obi_wrap .obi_chara img {
	height: auto;
	width: 330px;
}
.obi_wrap .obi_logo {
	position: absolute;
	bottom: 10%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 100%;
}
.obi_wrap .obi_logo img {
	height: auto;
	width: 130px;
}
.obi_wrap .obi_txt {
	position: absolute;
	bottom: 2%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 100%;
}
.obi_wrap .obi_txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.5rem;
}
.obi_wrap .obi_txt p span {
	color: #aa6753;
}
/*写真タイトル_sp pic_title*/
.pic_title {
	text-align: center;
	margin: 0 auto;
	width: 92%;
}
.pic_title .pic {
	width: 100%;
}
.pic_title .pic img {
	height: auto;
	border-radius: 20px;
	width: 100%;
}
.pic_title .pic_back img {
	position: relative;
	margin: -100px 0 0;
	border-radius: 0 0 20px 20px;
	width: 100%;
	z-index: -1;
}
.pic_title .en_txt {
	margin: -30px 0 30px;
}
.pic_title .en_txt img {
	height: auto;
	width: 30%;
}
.pic_title h2 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2rem;
	color: #aa6753;
	letter-spacing: .1em;
	margin: 0 0 35px;
}
.pic_title .line {
}
.pic_title .line img {
	height: auto;
	width: 10%;
}

/*ナンバータイトル_sp title_obi_wrap*/
.title_obi_wrap {
	padding: 30px 0 0;
	margin: 0px 0 30px;
}
.title_obi_wrap_2 {
	padding: 30px 0 0;
	margin: 0 0 50px;
}

.title_obi_wrap .range,
.title_obi_wrap_2 .range {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.title_obi_wrap .center_range,
.title_obi_wrap_2 .center_range {
	position: relative;
	flex-grow: 0;
	height: 40px;
	margin: 0 auto;
	width: 92%;
}
.title_obi_wrap .center_range .b_1,
.title_obi_wrap_2 .center_range .b_1 {
	position: absolute;
	top: 3px;
	left: 0px;
	background: #aa6753;
	border-radius: 0 50px 50px 0;
	height: 40px;
	width: 100%;
	z-index: -1;
}
.title_obi_wrap .center_range .b_2,
.title_obi_wrap_2 .center_range .b_2 {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f3ded9;
	border-radius: 0 50px 50px 0;
	height: 40px;
	width: 100%;
	z-index: -1;
}
.title_obi_wrap .left_range,
.title_obi_wrap_2 .left_range {
	position: relative;
	background: #f3ded9;
	flex-grow: 1;
}
.title_obi_wrap .left_range:after,
.title_obi_wrap_2 .left_range:after {
	position: absolute;
	top: 3px;
	left: 0px;
	content: "";
	background: #aa6753;
	height: 40px;
	width: 100%;
	z-index: -1;
}
.title_obi_wrap .right_range,
.title_obi_wrap_2 .right_range {
	flex-grow: 1;
}
.title_obi_wrap h3,
.title_obi_wrap_2 h3 {
	position: relative;
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.5rem;
	line-height: 1.8em;
	margin: -25px 0 0;
}
.title_obi_wrap h3 img,
.title_obi_wrap_2 h3 img {
	height: auto;
	margin: 0 0 30px;
	width: 80px;
}
.title_obi_wrap .pic_wrap {
	position: relative;
	margin: -10px auto 0;
	width: 92%;
	z-index: -3;
}
.title_obi_wrap .pic_wrap .pic_1 img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.title_obi_wrap .pic_wrap .pic_2 img {
	height: auto;
	width: 100%;
}
.title_obi_wrap .pic_wrap img {
	border-radius: 30px;
}

/*サークル_sp*/
.circle_box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 92%;
}
.circle_box .circle_item {
	position: relative;
	background: #e9e3df;
	border-radius: 50%;
	height: 48%;
	width: 48%;
	margin: 4% 0;
	overflow: hidden;
	z-index: 1;
}
.circle_box .circle_item:after {
	content: "";
	display: block;
	padding-top: 100%;
}
.circle_box .circle_item:nth-of-type(1) {
	position: relative;
	background: #e9e3df;
	border-radius: 50%;
	height: 70%;
	width: 70%;
	margin: 0 auto 0;
	overflow: hidden;
	z-index: 1;
}
.circle_box .circle_item:nth-of-type(1):after {
	content: "";
	display: block;
	padding-top: 100%;
}
.circle_box .circle_item:nth-of-type(1) .circle_back {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: #aa6753;
	border-radius: 0 0 50px 50px;
	height: 60px;
	width: 70px;
	z-index: 2;
}
.circle_box .circle_back {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	background: #aa6753;
	border-radius: 0 0 50px 50px;
	height: 50px;
	width: 60px;
	z-index: 2;
}
.circle_box img {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	height: auto;
	width: 35px;
	z-index: 3;
}
.circle_box .circle_item:nth-of-type(1) img {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	height: auto;
	width: 50px;
	z-index: 3;
}
.circle_box .circle_txt {
	position: absolute;
	top: 57%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2rem;
	text-align: center;
	line-height: 1.3em;
	width: 100%;
}
.circle_box .circle_item:nth-of-type(n+2) .circle_txt {
	position: absolute;
	top: 58%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.3em;
	width: 100%;
}

}
/*----------------------
▲帯_共通▲
----------------------*/

/*----------------------
▼concept_あの子を想う大切な時間▼
----------------------*/
@media (min-width:960px){
.concept_wrap {
	margin: 150px 0 150px;
}
.concept_wrap .title {
	text-align: center;
}
.concept_wrap .title h2 {
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 4rem;
	letter-spacing: .1em;
	margin: 0 0 100px;
}
.concept_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 1090px;
}
.concept_box .txt_item {
	width: 48%;
}
.concept_box .pic_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 48%;
}
.concept_box .txt_item p {
	font-size: 1.5rem;
	line-height: 2em;
	margin: 0 0 30px;
}
.concept_box .txt_item  .txt_margin {
	margin: 100px 0;
}
.concept_box .pic_item img {
	border-radius: 30px;
}
.concept_box .pic_item .pic_1 {
	position: relative;
}
.concept_box .pic_item .pic_2 {
}
.concept_box .pic_item .pic_3 {
	position: relative;
	text-align: right;
}
.concept_box .pic_item .pic_1 img {
	height: auto;
	width: 100%;
}
.concept_box .pic_item .pic_1:after {
	position: absolute;
	content: "";
	top: -20px;
	right: 0;
	background: url(images/main_bd_back.jpg) top no-repeat;
	border-radius: 50px;
	height: 200px;
	width: 200px;
	z-index: -1;
}
.concept_box .pic_item .pic_3:after {
	position: absolute;
	content: "";
	top: -10px;
	right: 30px;
	background: url(images/main_bd_back.jpg) top no-repeat;
	border-radius: 30px;
	height: 170px;
	width: 170px;
	z-index: -1;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.concept_wrap {
	margin: 100px 0 150px;
}
.concept_wrap .title {
	text-align: center;
}
.concept_wrap .title h2 {
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 4rem;
	letter-spacing: .1em;
	margin: 0 0 100px;
}
.concept_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 95%;
}
.concept_box .txt_item {
	width: 48%;
}
.concept_box .pic_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 48%;
}
.concept_box .txt_item p {
	font-size: 1.5rem;
	line-height: 2em;
	margin: 0 0 30px;
}
.concept_box .txt_item  .txt_margin {
	margin: 50px 0;
}
.concept_box .pic_item img {
	border-radius: 30px;
}
.concept_box .pic_item .pic_1 {
	position: relative;
}
.concept_box .pic_item .pic_2 {
}
.concept_box .pic_item .pic_3 {
	position: relative;
	text-align: right;
}
.concept_box .pic_item .pic_1 img {
	height: auto;
	width: 100%;
}
.concept_box .pic_item .pic_1:after {
	position: absolute;
	content: "";
	top: -20px;
	right: 0;
	background: url(images/main_bd_back.jpg) top no-repeat;
	border-radius: 50px;
	height: 200px;
	width: 200px;
	z-index: -1;
}
.concept_box .pic_item .pic_3:after {
	position: absolute;
	content: "";
	top: -10px;
	right: 30px;
	background: url(images/main_bd_back.jpg) top no-repeat;
	border-radius: 30px;
	height: 170px;
	width: 170px;
	z-index: -1;
}

}

@media (max-width:599px){
.concept_wrap {
	margin: 70px 0 70px;
}
.concept_wrap .title {
	text-align: center;
}
.concept_wrap .title h2 {
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	margin: 0 0 30px;
}
.concept_box {
	margin: 0 auto;
	width: 92%;
}
.concept_box .txt_item {
	margin: 0 0 50px;
	width: 100%;
}
.concept_box .pic_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.concept_box .txt_item p {
	font-size: 1.5rem;
	line-height: 1.8em;
	margin: 0 0 20px;
}
.concept_box .txt_item  .txt_margin {
	margin: 50px 0;
}
.concept_box .pic_item img {
	border-radius: 20px;
}
.concept_box .pic_item .pic_1 {
	position: relative;
	width: 70%;
}
.concept_box .pic_item .pic_2 img {
	position: relative;
	height: auto;
	margin: 50px 0 0;
	width: 40%;
}
.concept_box .pic_item .pic_3 {
	position: relative;
	margin: -50px 0 0;
	text-align: right;
	width: 100%;
}
.concept_box .pic_item .pic_1 img {
	height: auto;
	width: 100%;
}
.concept_box .pic_item .pic_1:after {
	position: absolute;
	content: "";
	top: -10px;
	right: -10px;
	background: url(images/main_bd_back.jpg) top no-repeat;
	border-radius: 20px;
	height: 150px;
	width: 150px;
	z-index: -1;
}
.concept_box .pic_item .pic_3 img {
	height: auto;
	width: 130px;
}
.concept_box .pic_item .pic_3:after {
	position: absolute;
	content: "";
	top: -10px;
	right: 10px;
	background: url(images/main_bd_back.jpg) top no-repeat;
	border-radius: 20px;
	height: 130px;
	width: 130px;
	z-index: -1;
}

}
/*----------------------
▲concept_あの子を想う大切な時間▲
----------------------*/

/*----------------------
▼merit_供養するメリット▼
----------------------*/
@media (min-width:960px){
.merit_wrap {
	margin: 0 0 150px;
}
.merit_wrap .top_txt {
	margin: 100px 0 100px;
	text-align: center;
}
.merit_wrap .top_txt h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	margin: 0 0 80px;
}
.merit_wrap .top_txt p {
	font-size: 1.5rem;
	line-height: 2em;
	text-align: left;
	margin: 0 auto;
	width: 800px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.merit_wrap {
	margin: 0 0 150px;
}
.merit_wrap .top_txt {
	margin: 100px auto 100px;
	width: 80%;
}
.merit_wrap .top_txt h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	margin: 0 0 80px;
}
.merit_wrap .top_txt p {
	font-size: 1.5rem;
	line-height: 2em;
	text-align: left;
	margin: 0 auto;
}

}

@media (max-width:599px){
.merit_wrap {
	margin: 0 0 70px;
}
.merit_wrap .top_txt {
	margin: 50px auto 50px;
	width: 92%;
}
.merit_wrap .top_txt h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin: 0 0 30px;
}
.merit_wrap .top_txt p {
	font-size: 1.5rem;
	line-height: 1.8em;
	text-align: left;
	margin: 0 auto;
}
	
}
/*----------------------
▲merit_供養するメリット▲
----------------------*/

/*----------------------
▼feeling_といとの想い▼
----------------------*/
@media (min-width:960px){
.feeling_wrap {
	margin: 0 0 150px;
}
.feeling_wrap h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	line-height: 2em;
	margin: 100px 0 50px;
	text-align: center;
}
.feeling_wrap .txt {
	margin: 0 0 250px;
}
.feeling_wrap .txt p {
	font-size: 1.5rem;
	line-height: 2em;
	text-align: left;
	margin: 30px auto;
	width: 800px;
}
.feeling_under {
	position: relative;
	height: 250px;
}
.feeling_under .back {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
.feeling_under .back img {
	height: auto;
	width: 100%;
}
.feeling_under .pic {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 800px;
}
.feeling_under .pic img {
	border-radius: 30px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.feeling_wrap {
	margin: 0 0 150px;
}
.feeling_wrap h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin: 100px auto 100px;
	width: 80%;
}
.feeling_wrap .txt {
	margin: 0 0 250px;
}
.feeling_wrap .txt p {
	font-size: 1.5rem;
	line-height: 2em;
	text-align: left;
	margin: 30px auto;
	width: 80%;
}
.feeling_under {
	position: relative;
	height: 200px;
}
.feeling_under .back {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
.feeling_under .back img {
	height: auto;
	width: 100%;
}
.feeling_under .pic {
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 80%;
}
.feeling_under .pic img {
	height: auto;
	border-radius: 30px;
	width: 48%;
}

}

@media (max-width:599px){
.feeling_wrap {
	margin: 0 0 70px;
}
.feeling_wrap h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin: 50px auto 30px;
	width: 92%;
}
.feeling_wrap .txt {
	margin: 0 0 50px;
}
.feeling_wrap .txt p {
	font-size: 1.5rem;
	line-height: 1.8em;
	text-align: left;
	margin: 30px auto;
	width: 92%;
}
.feeling_under {
	position: relative;
	height: 250px;
}
.feeling_under .back {
	position: absolute;
	bottom: -40%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}
.feeling_under .back img {
	height: auto;
	width: 100%;
}
.feeling_under .pic {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 92%;
}
.feeling_under .pic img {
	height: auto;
	border-radius: 30px;
	width: 48%;
}
}
/*----------------------
▲feeling_といとの想い▲
----------------------*/

/*----------------------
▼benefit_商品特徴▼
----------------------*/
@media (min-width:960px){
.benefit_wrap {
	margin: 0 0 150px;
}
.benefit_wrap .top_txt {
	margin: 100px 0 100px;
	text-align: center;
}
.benefit_wrap .top_txt h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	margin: 0 0 80px;
}
.benefit_wrap .top_txt p {
	font-size: 1.5rem;
	line-height: 2em;
	text-align: left;
	margin: 0 auto;
	width: 800px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.benefit_wrap {
	margin: 0 0 150px;
}
.benefit_wrap .top_txt {
	margin: 100px auto 100px;
	width: 80%;
}
.benefit_wrap .top_txt h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	margin: 0 0 80px;
}
.benefit_wrap .top_txt p {
	font-size: 1.5rem;
	line-height: 2em;
	text-align: left;
	margin: 0 auto;
}

}

@media (max-width:599px){
.benefit_wrap {
	margin: 0 0 70px;
}
.benefit_wrap .top_txt {
	margin: 50px auto 30px;
	width: 92%;
}
.benefit_wrap .top_txt h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin: 0 0 30px;
}
.benefit_wrap .top_txt p {
	font-size: 1.5rem;
	line-height: 1.8em;
	text-align: left;
	margin: 0 auto;
}

}
/*----------------------
▲benefit_商品特徴▲
----------------------*/

/*----------------------
▼item_商品紹介▼
----------------------*/
@media (min-width:960px){
.item_wrap {
	margin: 0 0 70px;
}
.item_wrap .item_content {
	margin: 0 0 70px;
}
.item_wrap .top_txt {
	margin: 100px 0 50px;
	text-align: center;
}
.item_wrap .top_txt p {
	font-size: 1.5rem;
	line-height: 2em;
	text-align: left;
	margin: 0 auto;
	width: 800px;
}
/*商品*/
.item_wrap .item_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 1090px;
}
.item_wrap .item_box .pic_item {/*等間隔*/
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	width: 48%;
}
.item_wrap .item_box .pic_item img {
	border-radius: 30px;
	margin: 0 0 6%;
	height: auto;
	width: 47%;
}
.item_wrap .item_box .pic_item_2_1,
.item_wrap .item_box .pic_item_2_2,
.item_wrap .item_box .pic_item_2_3,
.item_wrap .item_box .pic_item_2_4,
.item_wrap .item_box .pic_item_2_5 {/*3枚ver*/
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	width: 48%;
}
.item_wrap .item_box .pic_item_2_1 img:first-of-type {
	border-radius: 30px;
	margin: 0 0 3%;
	height: auto;
	width: 100%;
}
.item_wrap .item_box .pic_item_2_2 img:first-of-type,
.item_wrap .item_box .pic_item_2_3 img:first-of-type,
.item_wrap .item_box .pic_item_2_4 img:first-of-type,
.item_wrap .item_box .pic_item_2_5 img:first-of-type {
	border-radius: 30px;
	margin: 0 0 6%;
	height: auto;
	width: 100%;
}
.item_wrap .item_box .pic_item_2_1 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_1 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_2 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_2 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_3 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_3 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_4 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_4 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_5 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_5 img:nth-of-type(3) {
	border-radius: 30px;
	margin: 0 0 6%;
	height: auto;
	width: 47%;
}
.item_wrap .item_box .pic_item_3 {/*5枚ver*/
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	width: 48%;
}
.item_wrap .item_box .pic_item_3 img:first-of-type {
	border-radius: 30px;
	margin: 0 0 6%;
	height: auto;
	width: 100%;
}
.item_wrap .item_box .pic_item_3 img:nth-of-type(2),
.item_wrap .item_box .pic_item_3 img:nth-of-type(3),
.item_wrap .item_box .pic_item_3 img:nth-of-type(4),
.item_wrap .item_box .pic_item_3 img:nth-of-type(5) {
	border-radius: 30px;
	margin: 0 0 6%;
	height: auto;
	width: 47%;
}

/*テキスト*/
.item_wrap .item_box .txt_item {
	width: 48%;
}
.item_wrap .item_box .txt_item h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 4rem;
	letter-spacing: .1em;
	line-height: 1.3em;
	margin: 0 0 30px;
}
.item_wrap .item_box .txt_item h4 .top {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0;
	margin: 0 0 0px;
}
.item_wrap .item_box .txt_item h4 .under {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0;
	margin: 0 0 0;
}
.item_wrap .item_box .txt_item .txt {
	margin: 0 0 30px;
}
.item_wrap .item_box .txt_item .txt p {
	font-size: 1.5rem;
	line-height: 2em;
}
/*表*/
.item_wrap .item_box .desc_box {/*2カラムver*/
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
}
.item_wrap .item_box .desc_box_2 {/*1カラムver*/
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
}
.item_wrap .item_box .desc_box .desc_detail {
	width: 48%;
}
.item_wrap .item_box .desc_box_2 .desc_detail_2 {
	width: 100%;
}
.item_wrap .item_box .desc_box .desc_detail p,
.item_wrap .item_box .desc_box .desc_detail dt,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dt,
.item_wrap .item_box .desc_box .desc_detail dd,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dd {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
}
.item_wrap .item_box .desc_box .desc_detail dl,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.item_wrap .item_box .desc_box .desc_detail dt,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dt {
	padding: 3px 0;
	width: 60px;
}
.item_wrap .item_box .desc_box .desc_detail dd,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dd {
	padding: 3px 0;
	width: calc(100% - 65px);
}
/*料金*/
.item_wrap .item_box .price {
	margin: 0 0 30px;
}
.item_wrap .item_box .price span:first-of-type {
	font-size: 1.5rem;
}
.item_wrap .item_box .price span:nth-of-type(2) {
	font-family: 'Shippori Mincho B1',"游明朝", YuMincho,  serif;
	font-size: 3rem;
	margin: 0 5px 0 10px;
}
.item_wrap .item_box .price span:nth-of-type(3) {
	font-size: 1.3rem;
}
.item_wrap .item_box .price .price_under_txt {
	font-size: 1.3rem;
	letter-spacing: 0;
}
.item_wrap .item_box .remarks {
}
.item_wrap .item_box .remarks p {
	font-size: 1.1rem;
	line-height: 1.8em;
}
/*オプション*/
.item_wrap .item_box_2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 1090px;
}
.item_wrap .item_box_2 .item_content_2 {
	width: 48%;
}
.item_wrap .item_content_2 {
	margin: 0 0 100px;
}
.item_wrap .item_content_2 h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	line-height: 1.3em;
	margin: 0 0 20px;
}
.item_wrap .item_box_2 .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.item_wrap .item_box_2 .box .item {
	width: 48%;
}
.item_wrap .item_box_2 .box .item img {
	border-radius: 30px;
	margin: 0 0 20px;
}
.item_wrap .item_box_2 .txt {
	font-size: 1.8rem;
	margin: 0 0 20px;
}
.item_wrap .item_box_2 .price span:nth-of-type(1) {
	font-family: 'Shippori Mincho B1',"游明朝", YuMincho,  serif;
	font-size: 3rem;
	margin: 0 5px 0 10px;
}
.item_wrap .item_box_2 .price span:nth-of-type(2) {
	font-size: 1.3rem;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.item_wrap {
	margin: 0 0 100px;
}
.item_wrap .item_content {
	margin: 0 0 100px;
}
.item_wrap .top_txt {
	margin: 100px 0 100px;
	text-align: center;
}
.item_wrap .top_txt p {
	font-size: 1.5rem;
	line-height: 2em;
	text-align: left;
	margin: 0 auto;
	width: 80%;
}
/*商品_tb*/
.item_wrap .item_box {
	margin: 0 auto;
	width: 95%;
}
.item_wrap .item_box .pic_item {/*等間隔*/
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 30px;
	width: 100%;
}
.item_wrap .item_box .pic_item img {
	border-radius: 30px;
	margin: 0 0 3%;
	height: auto;
	width: 31%;
}
.item_wrap .item_box .pic_item img:nth-of-type(3n-1) {
}
.item_wrap .item_box .pic_item_2_1,
.item_wrap .item_box .pic_item_2_2,
.item_wrap .item_box .pic_item_2_3,
.item_wrap .item_box .pic_item_2_4,
.item_wrap .item_box .pic_item_2_5 {/*3枚ver*/
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 30px;
	width: 100%;
}
.item_wrap .item_box .pic_item_2_1 img:first-of-type,
.item_wrap .item_box .pic_item_2_2 img:first-of-type,
.item_wrap .item_box .pic_item_2_3 img:first-of-type,
.item_wrap .item_box .pic_item_2_4 img:first-of-type,
.item_wrap .item_box .pic_item_2_5 img:first-of-type {
	border-radius: 30px;
	margin: 0 0 6%;
	height: auto;
	width: 100%;
}
.item_wrap .item_box .pic_item_2_1 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_1 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_2 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_2 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_3 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_3 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_4 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_4 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_5 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_5 img:nth-of-type(3) {
	border-radius: 30px;
	margin: 0 0 6%;
	height: auto;
	width: 47%;
}
.item_wrap .item_box .pic_item_3 {/*5枚ver*/
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
}
.item_wrap .item_box .pic_item_3 img:first-of-type {
	border-radius: 30px;
	margin: 0 0 6%;
	height: auto;
	width: 100%;
}
.item_wrap .item_box .pic_item_3 img:nth-of-type(2),
.item_wrap .item_box .pic_item_3 img:nth-of-type(3),
.item_wrap .item_box .pic_item_3 img:nth-of-type(4),
.item_wrap .item_box .pic_item_3 img:nth-of-type(5) {
	border-radius: 30px;
	margin: 0 0 6%;
	height: auto;
	width: 47%;
}

/*テキスト_tb*/
.item_wrap .item_box .txt_item {
	width: 100%;
}
.item_wrap .item_box .txt_item h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 4rem;
	letter-spacing: .1em;
	line-height: 1.3em;
	margin: 0 0 30px;
}
.item_wrap .item_box .txt_item h4 .top {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0;
	margin: 0 0 0px;
}
.item_wrap .item_box .txt_item h4 .under {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0;
	margin: 0px 0 0;
}
.item_wrap .item_box .txt_item .txt {
	margin: 0 0 30px;
}
.item_wrap .item_box .txt_item .txt p {
	font-size: 1.5rem;
	line-height: 2em;
}
/*表_tb*/
.item_wrap .item_box .desc_box {/*2カラムver*/
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
}
.item_wrap .item_box .desc_box_2 {/*1カラムver*/
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 30px;
}
.item_wrap .item_box .desc_box .desc_detail {
	width: 48%;
}
.item_wrap .item_box .desc_box_2 .desc_detail_2 {
	width: 100%;
}
.item_wrap .item_box .desc_box .desc_detail p,
.item_wrap .item_box .desc_box .desc_detail dt,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dt,
.item_wrap .item_box .desc_box .desc_detail dd,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dd {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
}
.item_wrap .item_box .desc_box .desc_detail dl,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.item_wrap .item_box .desc_box .desc_detail dt,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dt {
	padding: 3px 0;
	width: 60px;
}
.item_wrap .item_box .desc_box .desc_detail dd,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dd {
	padding: 3px 0;
	width: calc(100% - 65px);
}
/*料金_tb*/
.item_wrap .item_box .price {
	margin: 0 0 30px;
}
.item_wrap .item_box .price span:first-of-type {
	font-size: 1.5rem;
}
.item_wrap .item_box .price span:nth-of-type(2) {
	font-family: 'Shippori Mincho B1',"游明朝", YuMincho,  serif;
	font-size: 3rem;
	margin: 0 5px 0 10px;
}
.item_wrap .item_box .price span:nth-of-type(3) {
	font-size: 1.3rem;
}
.item_wrap .item_box .price .price_under_txt {
	font-size: 1.3rem;
	letter-spacing: 0;
}
.item_wrap .item_box .remarks {
}
.item_wrap .item_box .remarks p {
	font-size: 1.1rem;
	line-height: 1.8em;
}
/*オプション_tb*/
.item_wrap .item_box_2 {
	margin: 0 auto;
	width: 95%;
}
.item_wrap .item_box_2 .item_content_2 {
	width: 100%;
}
.item_wrap .item_content_2 {
	margin: 0 0 100px;
}
.item_wrap .item_content_2 h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	line-height: 1.3em;
	margin: 0 0 20px;
}
.item_wrap .item_box_2 .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.item_wrap .item_box_2 .box .item {
	width: 47%;
}
.item_wrap .item_box_2 .box .item img {
	height: auto;
	border-radius: 30px;
	margin: 0 0 20px;
	width: 100%;
}
.item_wrap .item_box_2 .txt {
	font-size: 1.8rem;
	margin: 0 0 20px;
}
.item_wrap .item_box_2 .price span:nth-of-type(1) {
	font-family: 'Shippori Mincho B1',"游明朝", YuMincho,  serif;
	font-size: 3rem;
	margin: 0 5px 0 10px;
}
.item_wrap .item_box_2 .price span:nth-of-type(2) {
	font-size: 1.3rem;
}

}

@media (max-width:599px){
.item_wrap {
	margin: 0 0 00px;
}
.item_wrap .item_content {
	margin: 0 0 50px;
}
.item_wrap .top_txt {
	margin: 50px 0 50px;
	text-align: center;
}
.item_wrap .top_txt p {
	font-size: 1.5rem;
	line-height: 1.8em;
	text-align: left;
	margin: 0 auto;
	width: 92%;
}
/*商品_sp*/
.item_wrap .item_box {
	margin: 0 auto;
	width: 92%;
}
.item_wrap .item_box .pic_item {/*等間隔*/
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 30px;
	width: 100%;
}
.item_wrap .item_box .pic_item img {
	border-radius: 20px;
	margin: 0 0 6%;
	height: auto;
	width: 47%;
}
.item_wrap .item_box .pic_item img:nth-of-type(odd) {
}
.item_wrap .item_box .pic_item_2_1,
.item_wrap .item_box .pic_item_2_2,
.item_wrap .item_box .pic_item_2_3,
.item_wrap .item_box .pic_item_2_4,
.item_wrap .item_box .pic_item_2_5 {/*3枚ver*/
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 30px;
	width: 100%;
}
.item_wrap .item_box .pic_item_2_1 img:first-of-type,
.item_wrap .item_box .pic_item_2_2 img:first-of-type,
.item_wrap .item_box .pic_item_2_3 img:first-of-type,
.item_wrap .item_box .pic_item_2_4 img:first-of-type,
.item_wrap .item_box .pic_item_2_5 img:first-of-type {
	border-radius: 20px;
	margin: 0 0 6%;
	height: auto;
	width: 100%;
}
.item_wrap .item_box .pic_item_2_1 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_1 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_2 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_2 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_3 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_3 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_4 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_4 img:nth-of-type(3),
.item_wrap .item_box .pic_item_2_5 img:nth-of-type(2),
.item_wrap .item_box .pic_item_2_5 img:nth-of-type(3) {
	border-radius: 20px;
	margin: 0 0 6%;
	height: auto;
	width: 47%;
}
.item_wrap .item_box .pic_item_3 {/*5枚ver*/
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
}
.item_wrap .item_box .pic_item_3 img:first-of-type {
	border-radius: 20px;
	margin: 0 0 6%;
	height: auto;
	width: 100%;
}
.item_wrap .item_box .pic_item_3 img:nth-of-type(2),
.item_wrap .item_box .pic_item_3 img:nth-of-type(3),
.item_wrap .item_box .pic_item_3 img:nth-of-type(4),
.item_wrap .item_box .pic_item_3 img:nth-of-type(5) {
	border-radius: 20px;
	margin: 0 0 6%;
	height: auto;
	width: 47%;
}
/*テキスト_sp*/
.item_wrap .item_box .txt_item {
	width: 100%;
}
.item_wrap .item_box .txt_item h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	letter-spacing: .1em;
	line-height: 1.3em;
	margin: 0 0 30px;
}
.item_wrap .item_box .txt_item h4 .top {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0;
	margin: 20px 0 10px;
}
.item_wrap .item_box .txt_item h4 .under {
	display: block;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.8rem;
	letter-spacing: 0;
	margin: 10px 0 0;
}
.item_wrap .item_box .txt_item .txt {
	margin: 0 0 30px;
}
.item_wrap .item_box .txt_item .txt p {
	font-size: 1.5rem;
	line-height: 1.8em;
}
/*表_sp*/
.item_wrap .item_box .desc_box {/*2カラムver*/
	margin: 0 0 30px;
}
.item_wrap .item_box .desc_box_2 {/*1カラムver*/
	margin: 0 0 30px;
}
.item_wrap .item_box .desc_box .desc_detail {
	margin: 0 0 30px;
	width: 100%;
}
.item_wrap .item_box .desc_box_2 .desc_detail_2 {
	width: 100%;
}
.item_wrap .item_box .desc_box .desc_detail p,
.item_wrap .item_box .desc_box .desc_detail dt,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dt,
.item_wrap .item_box .desc_box .desc_detail dd,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dd {
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
}
.item_wrap .item_box .desc_box .desc_detail dl,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.item_wrap .item_box .desc_box .desc_detail dt,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dt {
	padding: 3px 0;
	width: 60px;
}
.item_wrap .item_box .desc_box .desc_detail dd,
.item_wrap .item_box .desc_box_2 .desc_detail_2 dd {
	padding: 3px 0;
	width: calc(100% - 65px);
}
/*料金_sp*/
.item_wrap .item_box .price {
	margin: 0 0 30px;
}
.item_wrap .item_box .price span:first-of-type {
	font-size: 1.5rem;
}
.item_wrap .item_box .price span:nth-of-type(2) {
	font-family: 'Shippori Mincho B1',"游明朝", YuMincho,  serif;
	font-size: 3rem;
	margin: 0 5px 0 10px;
}
.item_wrap .item_box .price span:nth-of-type(3) {
	font-size: 1.3rem;
}
.item_wrap .item_box .price .price_under_txt {
	font-size: 1.3rem;
	letter-spacing: 0;
}
.item_wrap .item_box .remarks {
}
.item_wrap .item_box .remarks p {
	font-size: 1.1rem;
	line-height: 1.8em;
}
/*オプション_sp*/
.item_wrap .item_box_2 {
	margin: 0 auto;
	width: 92%;
}
.item_wrap .item_box_2 .item_content_2 {
	width: 100%;
}
.item_wrap .item_content_2 {
	margin: 0 0 50px;
}
.item_wrap .item_content_2 h4 {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.8rem;
	letter-spacing: .1em;
	line-height: 1.3em;
	margin: 0 0 20px;
}
.item_wrap .item_box_2 .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.item_wrap .item_box_2 .box .item {
	width: 47%;
}
.item_wrap .item_box_2 .box .item img {
	height: auto;
	border-radius: 20px;
	margin: 0 0 20px;
	width: 100%;
}
.item_wrap .item_box_2 .txt {
	font-size: 1.8rem;
	margin: 0 0 20px;
}
.item_wrap .item_box_2 .price span:nth-of-type(1) {
	font-family: 'Shippori Mincho B1',"游明朝", YuMincho,  serif;
	font-size: 2.2rem;
	margin: 0 5px 0 10px;
}
.item_wrap .item_box_2 .price span:nth-of-type(2) {
	font-size: 1.3rem;
}

}
/*----------------------
▲item_商品紹介▲
----------------------*/

/*----------------------
▼注意点▼
----------------------*/
@media (min-width:960px){
.note_wrap {
	background: #f5f1ee;
	padding: 100px 0 80px;
}
.note_wrap .range {
	margin: 0 auto;
	width: 800px;
}
.note_wrap .midashi {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	margin: 0 0 50px;
	text-align: center;
}
.note_wrap .txt {
	font-size: 1.1rem;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0 0 30px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.note_wrap {
	background: #f5f1ee;
	padding: 100px 0 80px;
}
.note_wrap .range {
	margin: 0 auto;
	width: 80%;
}
.note_wrap .midashi {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	margin: 0 0 50px;
	text-align: center;
}
.note_wrap .txt {
	font-size: 1.1rem;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0 0 30px;
}

}

@media (max-width:599px){
.note_wrap {
	background: #f5f1ee;
	padding: 50px 0 50px;
}
.note_wrap .range {
	margin: 0 auto;
	width: 92%;
}
.note_wrap .midashi {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem;
	margin: 0 0 50px;
	text-align: center;
}
.note_wrap .txt {
	font-size: 1.1rem;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0 0 30px;
}
	
}
/*----------------------
▲注意点▲
----------------------*/


/*----------------------
▼フッター▼
----------------------*/
@media (min-width:960px){
/*door_wrap*/
.door_wrap {
	background: #aa6753;
	padding: 100px 0;
}
.door_wrap .top_txt {
	text-align: center;
}
.door_wrap .top_txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	font-size: 2.2rem;
	line-height: 45px;
	margin: 0 0 30px;
}
.door_wrap .time_txt {
	text-align: center;
	margin: 0 0 30px;
}
.door_wrap .time_txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	font-size: 1.5rem;
	line-height: 30px;
	margin: 0 0 40px;
}
.door_wrap .door_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 1090px;
}
.door_wrap .item {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 20px -10px rgba(50,50,50,1);
	padding: 30px;
	width: 48%;
}
.door_wrap .item p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 30px;
	margin: 0 0 20px;
}
.door_wrap .item a {
	position: relative;
	display: block;
	background: #8a9122;
	border-radius: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	font-size: 2.2rem;
	padding: 8px 0 11px;
	text-align: center;
}
.door_wrap .item a:hover {
	opacity: .7;
}
.door_wrap .item a::after {
	position: absolute;
	right: 20px;
	top: 43%;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.door_wrap .scroll_range {
	position: relative;
	margin: 0 auto;
	width: 1090px;
}
.door_wrap .scroll {
	position: absolute;
	bottom: -135px;
	right: 0;
	background: #aa6753;
	border-radius: 50%;
	height: 80px;
	text-align: center;
	width: 80px;
}
.door_wrap .scroll a {
	font-family: 'Zen Maru Gothic', sans-serif;
	display: block;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 3px;
	line-height: 80px;
}
.door_wrap .scroll a::after {
	position: absolute;
	right: 46%;
	top: 15%;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
}
/*footer_wrap*/
.footer_wrap {
	background: #e9e3df;
	padding: 100px 0;
	text-align: center;
}
.footer_wrap .midashi img {
	margin: 0 0 20px;
}
.footer_wrap .midashi p {
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.5rem;
}
.footer_wrap a img {
	margin: 40px 0;
}
.footer_wrap address p {
	color: #aa6753;
	font-style: normal;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.footer_wrap small {
	color: #aa6753;
	font-style: normal;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.2rem;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*door_wrap_tb*/
.door_wrap {
	background: #aa6753;
	padding: 100px 0;
}
.door_wrap .top_txt {
	text-align: center;
}
.door_wrap .top_txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	font-size: 2.2rem;
	line-height: 45px;
	margin: 0 0 30px;
}
.door_wrap .time_txt {
	text-align: center;
	margin: 0 0 30px;
}
.door_wrap .time_txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	font-size: 1.5rem;
	line-height: 30px;
	margin: 0 0 40px;
}
.door_wrap .door_box {
	margin: 0 auto;
	width: 80%;
}
.door_wrap .item:nth-of-type(1) {
	margin: 0 0 50px;
}
.door_wrap .item {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 10px 20px -10px rgba(50,50,50,1);
	padding: 30px;
	width: 100%;
}
.door_wrap .item p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 30px;
	margin: 0 0 20px;
}
.door_wrap .item a {
	position: relative;
	display: block;
	background: #8a9122;
	border-radius: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	font-size: 2.2rem;
	padding: 8px 0 11px;
	text-align: center;
}
.door_wrap .item a:hover {
	opacity: .7;
}
.door_wrap .item a::after {
	position: absolute;
	right: 20px;
	top: 43%;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.door_wrap .scroll_range {
	position: relative;
	margin: 0 auto;
	width: 80%;
}
.door_wrap .scroll {
	position: absolute;
	bottom: -135px;
	right: 0;
	background: #aa6753;
	border-radius: 50%;
	height: 80px;
	text-align: center;
	width: 80px;
}
.door_wrap .scroll a {
	font-family: 'Zen Maru Gothic', sans-serif;
	display: block;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 3px;
	line-height: 80px;
}
.door_wrap .scroll a::after {
	position: absolute;
	right: 46%;
	top: 15%;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
}

/*footer_wrap_tb*/
.footer_wrap {
	background: #e9e3df;
	padding: 100px 0;
	text-align: center;
}
.footer_wrap .midashi img {
	margin: 0 0 20px;
}
.footer_wrap .midashi p {
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.5rem;
}
.footer_wrap a img {
	margin: 40px 0;
}
.footer_wrap address p {
	color: #aa6753;
	font-style: normal;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.footer_wrap small {
	color: #aa6753;
	font-style: normal;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.2rem;
}

}

@media (max-width:599px){
/*door_wrap_sp*/
.door_wrap {
	background: #aa6753;
	padding: 50px 0;
}
.door_wrap .top_txt {
	text-align: center;
	margin: 0 auto;
	width: 92%;
}
.door_wrap .top_txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	font-size: 1.8rem;
	line-height: 2em;
	margin: 0 0 20px;
}
.door_wrap .time_txt {
	text-align: center;
	margin: 0 0 20px;
}
.door_wrap .time_txt p {
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	font-size: 1.5rem;
	line-height: 30px;
	margin: 0 0 40px;
}
.door_wrap .door_box {
	margin: 0 auto;
	width: 92%;
}
.door_wrap .item:nth-of-type(1) {
	margin: 0 0 30px;
}
.door_wrap .item {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px -10px rgba(50,50,50,1);
	padding: 20px;
	width: 100%;
}
.door_wrap .item p {
	text-align: center;
	font-size: 1.5rem;
	line-height: 30px;
	margin: 0 0 20px;
}
.door_wrap .item a {
	position: relative;
	display: block;
	background: #8a9122;
	border-radius: 30px;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #fff;
	font-size: 1.8rem;
	padding: 8px 0 11px;
	text-align: center;
}
.door_wrap .item a::after {
	position: absolute;
	right: 20px;
	top: 43%;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.door_wrap .scroll_range {
	position: relative;
	margin: 0 auto;
	width: 95%;
}
.door_wrap .scroll {
	position: absolute;
	bottom: -90px;
	right: 0;
	background: #aa6753;
	border-radius: 50%;
	height: 70px;
	text-align: center;
	width: 70px;
}
.door_wrap .scroll a {
	font-family: 'Zen Maru Gothic', sans-serif;
	display: block;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: .1em;
	line-height: 70px;
}
.door_wrap .scroll a::after {
	position: absolute;
	right: 46%;
	top: 18%;
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-135deg);
}

/*footer_wrap_sp*/
.footer_wrap {
	background: #e9e3df;
	padding: 50px 0;
	text-align: center;
}
.footer_wrap .midashi img {
	margin: 0 0 20px;
}
.footer_wrap .midashi p {
	color: #aa6753;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.5rem;
}
.footer_wrap a img {
	margin: 30px 0;
}
.footer_wrap address p {
	color: #aa6753;
	font-style: normal;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.5rem;
	margin: 0 0 10px;
}
.footer_wrap small {
	color: #aa6753;
	font-style: normal;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 1.2rem;
}

}
/*----------------------
▲フッター▲
----------------------*/

