@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body { font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 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*/

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示
@media (min-width:1200px){
}
@media (min-width: 960px) and (max-width: 1200px) {
}

@media (min-width:960px){

}

@media (min-width: 600px) and (max-width: 959px) {

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/* 960はスマホなどの横向きの対応 */

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: none;}

/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
#scroll a {
	color: #fff;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: #000;
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/* パンクズ */
.breadcrumb {
	margin: 20px 15px;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 15px;
}
.breadcrumb a:hover {
	opacity: .5;
}
/*ホバー*/
.top_box .left_item .sns img:hover,
.foot_top_box .sns img:hover,
.top_wrap .pic_box a:hover,
.banner_wrap .box a:hover .txt,
.top_wrap .access_wrap .top_txt .right_txt a:hover,
.foot_nav ul li a:hover,
.top_box_under .left_item img:hover {
	opacity: .4;
}
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ_tb */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
#scroll a {
	color: #fff;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: #000;
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/* パンクズ_tb */
.breadcrumb {
	margin: 20px 15px;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 15px;
}
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}
/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1.2rem;
	height: 60px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}
.scroll_contain {
	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;
	padding: 0 10px;
	width: 100%;
}
#scroll a {
    text-decoration: none;
	color: rgba(255,255,255,1); 
    text-align: center;
    display: block;
}
.scroll_left {
	background: rgba(153,0,0,1);
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(153,0,0,1);
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
}
.scroll_center img {
	height: 13px;
	width: auto;
	margin: 0 5px 2px 0;
}
.scroll_right {
	background: rgba(0,0,0,0.2);
	font-size: 2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;	
}
/* パンクズ_sp */
.breadcrumb {
	margin: 5px 0 5px 10px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
p {
	line-height: 20px;
}
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

}

/*----------------------
▼ヘッダー▼
----------------------*/

@media (min-width:1201px){
.top_box,
.top_box_under {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 15px 15px 0 0;
}
.top_box,
.top_box_under {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 15px 15px 0;
}
/*left*/
.top_box .left_item {
	height: 400px;
	width: 10%;
}
.top_box .left_item .sns {
	text-align: center;
	margin: 5% 0 45%;
	z-index: 1;
}
.top_box .left_item .sns img {
	height: auto;
	width: 25px;
}
.top_box .left_item .sns img:nth-of-type(1) {
	margin: 0 7px;
}
.top_box .left_item .logo {
	text-align: center;
}
.top_box_under .left_item {
	position: absolute;
	top: 15px;
	left: 15px;
}
/*right*/
.top_box .right_item,
.top_box_under .right_item {
	position: absolute;
	top: 0px;
	right: 80px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	z-index: 1;
}
.top_box .right_item {
}
.top_box .right_item .tel,
.top_box_under .right_item .tel {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 30px;
}
.top_box .right_item .tel p,
.top_box_under .right_item .tel p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.top_box .right_item .tel p .txt_1,
.top_box_under .right_item .tel p .txt_1 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.top_box .right_item .tel p .txt_2,
.top_box_under .right_item .tel p .txt_2 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.top_box .right_item .list,
.top_box_under .right_item .list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(255,255,255,.4);
	height: 65px;
}
.top_box .right_item .list a,
.top_box_under .right_item .list a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 30px;
}
.top_box .right_item .list a img,
.top_box_under .right_item .list a img {
	margin: 0 10px 0 0;
}
/*ヒーロー*/
.top_box .main_pic {
	position: relative;
	height: 400px;
	overflow: hidden;
	width: 90%;
}
.top_box_under .main_pic {
	height: 65px;
	overflow: hidden;
	width: 100%;
}
.top_box .main_pic img {
	position: absolute;
	top: 0;
	right: 0;
	min-height: 400px;
	width: auto;
    -webkit-animation: anime 3s 0s forwards;
    animation: anime 3s 0s forwards;
}
@keyframes anime {
0% {
	opacity: 0;
	height: 530px;
	min-width: 100%;
}
100% {
	opacity: 1;
	height: 520px;
	min-width: 100%;
}
}
.top_box_under .main_pic img {
	height: 65px;
	width: auto;
}
.top_box .main_pic h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	position: absolute;
	top: 50%;
	left: 70px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 2px;
	-webkit-animation: animetxt 4s 0s forwards;
    animation: animetxt 4s 0s forwards;
}
@keyframes animetxt {
0% {	opacity: 0;}
30% {	opacity: 0;}
100% {	opacity: 1;}
}

}

@media (min-width: 960px) and (max-width: 1200px) {
.top_box {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 15px 15px 0 0px;
}
.top_box_under {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 15px 15px 0;
}
/*left_1200*/
.top_box .left_item {
	height: 400px;
	width: 10%;
}
.top_box .left_item .sns {
	text-align: center;
	margin: 5% 0 45%;
	z-index: 1;
}
.top_box .left_item .sns img {
	height: auto;
	width: 18px;
}
.top_box .left_item .sns img:nth-of-type(1) {
	margin: 0 3px;
}
.top_box .left_item .logo {
	text-align: center;
}
.top_box .left_item .logo img {
	height: auto;
	width: 40px;
}
.top_box_under .left_item {
	position: absolute;
	top: 15px;
	left: 15px;
}
/*right_1200*/
.top_box .right_item,
.top_box_under .right_item {
	position: absolute;
	top: 0px;
	right: 80px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	z-index: 1;
}
.top_box .right_item {
}
.top_box .right_item .tel,
.top_box_under .right_item .tel {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 30px;
}
.top_box .right_item .tel p,
.top_box_under .right_item .tel p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.top_box .right_item .tel p .txt_1,
.top_box_under .right_item .tel p .txt_1 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.top_box .right_item .tel p .txt_2,
.top_box_under .right_item .tel p .txt_2 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.top_box .right_item .list,
.top_box_under .right_item .list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(255,255,255,.4);
	height: 65px;
}
.top_box .right_item .list a,
.top_box_under .right_item .list a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 30px;
}
.top_box .right_item .list a img,
.top_box_under .right_item .list a img {
	margin: 0 10px 0 0;
}
/*ヒーロー_1200*/
.top_box .main_pic {
	position: relative;
	height: 400px;
	overflow: hidden;
	width: 90%;
}
.top_box_under .main_pic {
	height: 65px;
	overflow: hidden;
	width: 100%;
}
.top_box .main_pic img {
	position: absolute;
	top: 0;
	right: -350px;
	min-height: 400px;
	width: auto;
    -webkit-animation: anime 3s 0s forwards;
    animation: anime 3s 0s forwards;
}
@keyframes anime {
0% {
	opacity: 0;
	height: 530px;
	min-width: 100%;
}
100% {
	opacity: 1;
	height: 520px;
	min-width: 100%;
}
}

.top_box_under .main_pic img {
	height: 65px;
	width: auto;
}
.top_box .main_pic h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	position: absolute;
	top: 55%;
	left: 70px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 2px;
	-webkit-animation: animetxt 4s 0s forwards;
    animation: animetxt 4s 0s forwards;
}
@keyframes animetxt {
0% {	opacity: 0;}
30% {	opacity: 0;}
100% {	opacity: 1;}
}

}

@media (min-width: 600px) and (max-width: 959px) {
.top_box {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 10px 10px 0 0;
}
.top_box_under {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 10px 10px 0;
}

/*left_tb*/
.top_box .left_item {
	height: 300px;
	width: 15%;
}
.top_box .left_item .sns {
	text-align: center;
	margin: 5% 0 45%;
	z-index: 1;
}
.top_box .left_item .sns img {
	height: auto;
	width: 18px;
}
.top_box .left_item .sns img:nth-of-type(1) {
	margin: 0 3px;
}
.top_box .left_item .logo {
	text-align: center;
}
.top_box .left_item .logo img {
	height: auto;
	width: 40px;
}
.top_box_under .left_item {
	position: absolute;
	top: 15px;
	left: 15px;
}
/*right_tb*/
.top_box .right_item,
.top_box_under .right_item {
	position: absolute;
	top: 0px;
	right: 80px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	z-index: 1;
}
.top_box .right_item {
}
.top_box .right_item .tel,
.top_box_under .right_item .tel {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 0 30px;
}
.top_box .right_item .tel p,
.top_box_under .right_item .tel p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.top_box .right_item .tel p .txt_1,
.top_box_under .right_item .tel p .txt_1 {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.top_box .right_item .tel p .txt_2,
.top_box_under .right_item .tel p .txt_2 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.top_box .right_item .list,
.top_box_under .right_item .list {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(255,255,255,.4);
	height: 65px;
}
.top_box .right_item .list a,
.top_box_under .right_item .list a {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 30px;
}
.top_box .right_item .list a img,
.top_box_under .right_item .list a img {
	margin: 0 10px 0 0;
}
/*ヒーロー_tb*/
.top_box .main_pic {
	position: relative;
	height: 300px;
	overflow: hidden;
	width: 85%;
}
.top_box_under .main_pic {
	height: 65px;
	overflow: hidden;
	width: 100%;
}
.top_box .main_pic img {
	position: absolute;
	top: 0;
	right: -600px;
	min-height: 300px;
	width: auto;
    -webkit-animation: anime 3s 0s forwards;
    animation: anime 3s 0s forwards;
}
@keyframes anime {
0% {
	opacity: 0;
	height: 530px;
	min-width: 100%;
}
100% {
	opacity: 1;
	height: 520px;
	min-width: 100%;
}
}

.top_box_under .main_pic img {
	height: 65px;
	width: auto;
}
.top_box .main_pic h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	position: absolute;
	top: 60%;
	left: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 2px;
	-webkit-animation: animetxt 4s 0s forwards;
    animation: animetxt 4s 0s forwards;
}
@keyframes animetxt {
0% {	opacity: 0;}
30% {	opacity: 0;}
100% {	opacity: 1;}
}


}

@media (max-width:599px){
.top_box {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 10px 10px 0 0;
}
.top_box_under {
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 10px 10px 0;
}
/*left_sp*/
.top_box .left_item {
	position: relative;
	height: 250px;
	width: 15%;
}
.top_box .left_item .sns {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	z-index: 1;
}
.top_box .left_item .sns img {
	display: block;
	height: auto;
	margin: 10px 0 0px;
	width: 20px;
}
.top_box .left_item .logo {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	z-index: 1;
}
.top_box .left_item .logo img {
	height: auto;
	width: 30px;
}
.top_box_under .left_item {
	position: absolute;
	top: 20px;
	left: 15px;
}
.top_box_under .left_item img {
	height: 20px;
	width: auto;
}
/*right_sp*/
.top_box .right_item,
.top_box_under .right_item {
	position: absolute;
	top: 0px;
	right: 80px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	z-index: 1;
}
.top_box .right_item {
}
.top_box .right_item .tel,
.top_box_under .right_item .tel {
	display: none;
}
.top_box .right_item .list,
.top_box_under .right_item .list {
	display: none;
}
/*ヒーロー_sp*/
.top_box .main_pic {
	position: relative;
	height: 250px;
	overflow: hidden;
	width: 85%;
}
.top_box_under .main_pic {
	height: 65px;
	overflow: hidden;
	width: 100%;
}
.top_box .main_pic img {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 250px;
	width: auto;
    -webkit-animation: anime 3s 0s forwards;
    animation: anime 3s 0s forwards;
}
@keyframes anime {
0% {
	opacity: 0;
	height: 270px;
	min-width: 100%;
}
100% {
	opacity: 1;
	height: 260px;
	min-width: 100%;
}
}

.top_box_under .main_pic img {
	height: 60px;
	width: auto;
}
.top_box .main_pic h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	position: absolute;
	top: 60%;
	left: 10px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
	width: 85%;
	-webkit-animation: animetxt 4s 0s forwards;
    animation: animetxt 4s 0s forwards;
}
@keyframes animetxt {
0% {	opacity: 0;}
30% {	opacity: 0;}
100% {	opacity: 1;}
}


}

/*----------------------
▲ヘッダー▲
----------------------*/

/*----------------------
▼ナビゲーション▼
----------------------*/

@media (min-width:960px){
/*ナビゲーション*/
#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 15px;
	right: 15px;
	background: #fff;
	height: 65px;
	width: 80px;
	cursor: pointer;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,.8);
	font-size: 1.5rem;
	font-weight: bold;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: 80px;
	right: -500px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 350px;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);

}
#global_nav ul {
	z-index: 999;
	padding-left: 15px;
}
#global_nav li {
	border-bottom: solid thin rgba(0,0,0,.5);
	line-height: 50px;
	text-align: left;
	padding-left: 10px;
}
#global_nav img {
	margin: 0 10px 0 0;
}
#global_nav .reservation {
	background: #603813;
	border-bottom: solid thin #fff;
}
#global_nav .ec {
	background: rgba(153,0,0,1);
	border-bottom: solid thin #fff;
}
#global_nav a:link,
#global_nav a:visited {
	color: rgba(0,0,0,1);
}
#global_nav .reservation a:link,
#global_nav .reservation a:visited,
#global_nav .ec a:link,
#global_nav .ec a:visited {
	color:#fff;
}
/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateX(-500px);
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 45px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	height: 3px;
    width: 65%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-of-type(2) {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	height: 3px;
    width: 85%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-of-type(3) {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	height: 3px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	transform: rotate(90deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
}
.open #nav_toggle span:nth-child(3) {
	width: 0;
}
#global_nav #close {
	color: #000;
	padding: 0;
	text-align: center;
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: 5px;
	left: 14px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	color: #000;
}
}

@media (min-width: 600px) and (max-width: 959px) {
/*ナビゲーション*/
#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 10px;
	right: 10px;
	background: #fff;
	height: 65px;
	width: 80px;
	cursor: pointer;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,.8);
	font-size: 1.5rem;
	font-weight: bold;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: 80px;
	right: -500px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 350px;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);

}
#global_nav ul {
	z-index: 999;
	padding-left: 15px;
}
#global_nav li {
	border-bottom: solid thin rgba(0,0,0,.5);
	line-height: 50px;
	text-align: left;
	padding-left: 10px;
}
#global_nav img {
	margin: 0 10px 0 0;
}
#global_nav .reservation {
	background: #603813;
	border-bottom: solid thin #fff;
}
#global_nav .ec {
	background: rgba(153,0,0,1);
	border-bottom: solid thin #fff;
}
#global_nav a:link,
#global_nav a:visited {
	color: rgba(0,0,0,1);
}
#global_nav .reservation a:link,
#global_nav .reservation a:visited,
#global_nav .ec a:link,
#global_nav .ec a:visited {
	color:#fff;
}
/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateX(-500px);
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 45px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	height: 3px;
    width: 65%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-of-type(2) {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	height: 3px;
    width: 85%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-of-type(3) {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	height: 3px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	transform: rotate(90deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
}
.open #nav_toggle span:nth-child(3) {
	width: 0;
}
#global_nav #close {
	color: #000;
	padding: 0;
	text-align: center;
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: 5px;
	left: 14px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	color: #000;
}
}

@media (max-width:599px){
/*ナビゲーション*/
#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 10px;
	right: 10px;
	background: #fff;
	height: 60px;
	width: 60px;
	cursor: pointer;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,.9);
	font-size: 1.3rem;
	font-weight: bold;
	height: 310px;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: 70px;
	right: -500px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 90%;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}
#global_nav ul {
	z-index: 999;
	padding-left: 10px;
}
#global_nav li {
	border-bottom: solid thin rgba(0,0,0,.5);
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
}
#global_nav img {
	margin: 0 10px 0 0;
}
#global_nav .reservation {
	background: #603813;
	border-bottom: solid thin #fff;
}
#global_nav .ec {
	background: rgba(153,0,0,1);
	border-bottom: solid thin #fff;
}
#global_nav a:link,
#global_nav a:visited {
	color: rgba(0,0,0,1);
}
#global_nav .reservation a:link,
#global_nav .reservation a:visited,
#global_nav .ec a:link,
#global_nav .ec a:visited {
	color:#fff;
}
/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateX(-500px);
	-webkit-transform: translateX(-500px);
	transform: translateX(-500px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 5px;
    top: 16px;
    width: 45px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	height: 3px;
    width: 65%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-of-type(2) {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	height: 3px;
    width: 85%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-of-type(3) {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: #000;
	height: 3px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	transform: rotate(90deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
}
.open #nav_toggle span:nth-child(3) {
	width: 0;
}
#global_nav #close {
	color: #000;
	padding: 0;
	text-align: center;
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: 5px;
	left: 10px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	color: #000;
}

}

/*----------------------
▲ナビゲーション▲
----------------------*/


/*----------------------
▼top_news▼
----------------------*/

@media (min-width:1201px){
.news_wrap {
	padding: 0 10px;
	margin: 0 auto 30px;
	max-width: 1300px;
}
.news_wrap dl {
	position: relative;
	top: -50px;
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: #fff;
	font-size: 1.5rem;
	height: 200px;
	padding: 30px 50px;
	overflow-y: scroll;
}
.news_wrap dl dt {
	color: rgba(51,51,51,1);
	padding: 10px 0;
	width: 20%;
}
.news_wrap dl dd {
	font-weight: bold;
	padding: 10px 0;
	width: 80%;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
}

@media (min-width: 960px) and (max-width: 1200px) {
.news_wrap {
	padding: 0 10px;
	margin: 0 auto 30px;
	width: 80%;
}
.news_wrap dl {
	position: relative;
	top: -50px;
	left: 5%;
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: #fff;
	font-size: 1.5rem;
	height: 200px;
	padding: 30px 50px;
	overflow-y: scroll;
}
.news_wrap dl dt {
	color: rgba(51,51,51,1);
	padding: 10px 0;
	width: 20%;
}
.news_wrap dl dd {
	font-weight: bold;
	padding: 10px 0;
	width: 80%;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.news_wrap {
	padding: 0 10px;
	margin: 20px auto 50px;
	width: 100%;
}
.news_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: #fff;
	font-size: 1.5rem;
	height: 150px;
	padding: 20px 30px;
	overflow-y: scroll;
}
.news_wrap dl dt {
	color: rgba(51,51,51,1);
	padding: 10px 0;
	width: 20%;
}
.news_wrap dl dd {
	font-weight: bold;
	padding: 10px 0;
	width: 80%;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}

}

@media (max-width:599px){
.news_wrap {
	margin: 20px auto 30px;
	width: 95%;
}
.news_wrap dl {
	background: rgba(245,245,245,1);
	font-size: 1.3rem;
	height: 130px;
	padding: 10px;
	overflow-y: scroll;
}
.news_wrap dl dt {
	color: rgba(51,51,51,1);
	padding: 10px 0 0;
}
.news_wrap dl dd {
	font-weight: bold;
	padding: 0 0 10px;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}

}

/*----------------------
▲top_news▲
----------------------*/


/*----------------------
▼topコンテンツ▼
----------------------*/

@media (min-width:960px){
.top_wrap .pic_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 0 10px;
	margin: 0 auto 50px;
	max-width: 1300px;
}
.top_wrap .pic_box .item {
	width: 32%;
}
.top_wrap .pic_box h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.top_wrap .pic_box img {
	display: block;
	height: auto;
	width: 100%;
}
.top_wrap .pic_box a {
	display: block;
	background: rgba(240,240,240,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
.top_wrap .pic_box .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 20px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
/*バナー*/
.banner_wrap {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 15px;
	padding: 40px 0;
}
.banner_wrap .banner_content {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1300px;
}
.banner_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.banner_wrap .box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.banner_wrap .box .item {
	position: relative;
	width: 48%;
}
.banner_wrap .box .item:nth-of-type(even) {
	margin: 0 0 10px 4%;
}
.banner_wrap .box .item img {
	height: auto;
	width: 100%;
}
.banner_wrap .box .item .txt {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.banner_wrap .box .item .txt h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 2.8rem;
	font-weight: bold;
	margin: 0 0 10px;
	letter-spacing: 2px;
}
.banner_wrap .box .item .txt h3 span {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.banner_wrap .box .item .txt p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 1px;
}
/*コンプセプト*/
.concept_wrap {
	background: url(images/back-img-2.jpg) top no-repeat;
	background-size: cover;
	margin: 0 15px;
	padding: 50px 0;
}
.concept_wrap .concept_content {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1300px;
	text-align: center;
}
.concept_wrap .concept_content h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.concept_wrap .concept_content h2 span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.concept_wrap .concept_content p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 35px;
}
.concept_wrap .concept_content img {
	margin: 40px 0 0;
}
/*アクセス*/
.top_wrap .access_wrap {
	margin: 0 15px;
}
.top_wrap .access_wrap .top_txt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 20px 0;
}
.top_wrap .access_wrap .top_txt .left_txt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.top_wrap .access_wrap .top_txt .left_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.top_wrap .access_wrap .top_txt .right_txt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.top_wrap .access_wrap .top_txt .right_txt a:first-of-type {
	display: block;
	background: rgba(240,240,240,1);
	border: solid thin rgba(204,204,204,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 10px 30px;
}
.top_wrap .access_wrap .top_txt .right_txt a:last-of-type {
	display: block;
	background: #603813;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
}
.top_wrap .access_wrap .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
.top_wrap .access_wrap .arrow_2::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}

.top_wrap .access_wrap iframe {
	height: 300px;
	width: 100%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.top_wrap .pic_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 0 10px;
	margin: 0 auto 50px;
	max-width: 1300px;
}
.top_wrap .pic_box .item {
	width: 32%;
}
.top_wrap .pic_box h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.top_wrap .pic_box img {
	display: block;
	height: auto;
	width: 100%;
}
.top_wrap .pic_box a {
	display: block;
	background: rgba(240,240,240,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
.top_wrap .pic_box .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 20px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
/*バナー_tb*/
.banner_wrap {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: cover;
	margin: 0 10px;
	padding: 40px 0;
}
.banner_wrap .banner_content {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1300px;
}
.banner_wrap h2 {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.banner_wrap .box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.banner_wrap .box .item {
	position: relative;
	width: 49%;
}
.banner_wrap .box .item:nth-of-type(even) {
	margin: 0 0 10px 2%;
}
.banner_wrap .box .item img {
	height: auto;
	width: 100%;
}
.banner_wrap .box .item .txt {
	position: absolute;
	top: 45%;
	left: 15px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.banner_wrap .box .item .txt h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 3px;
	letter-spacing: 2px;
}
.banner_wrap .box .item .txt h3 span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.banner_wrap .box .item .txt p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 15px;
}
/*コンプセプト_tb*/
.concept_wrap {
	background: url(images/back-img-2.jpg) top no-repeat;
	background-size: cover;
	margin: 0 15px;
	padding: 50px 0;
}
.concept_wrap .concept_content {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 1300px;
	text-align: center;
}
.concept_wrap .concept_content h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.concept_wrap .concept_content h2 span {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0 0;
}

.concept_wrap .concept_content p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 35px;
}
.concept_wrap .concept_content img {
	margin: 40px 0 0;
}
/*アクセス_tb*/
.top_wrap .access_wrap {
	margin: 0 15px;
}
.top_wrap .access_wrap .top_txt {
	margin: 20px 0;
}
.top_wrap .access_wrap .top_txt .left_txt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 20px;
}
.top_wrap .access_wrap .top_txt .left_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.top_wrap .access_wrap .top_txt .right_txt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.top_wrap .access_wrap .top_txt .right_txt a:first-of-type {
	display: block;
	background: rgba(240,240,240,1);
	border: solid thin rgba(204,204,204,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 10px 30px;
}
.top_wrap .access_wrap .top_txt .right_txt a:last-of-type {
	display: block;
	background: #603813;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 30px;
}
.top_wrap .access_wrap .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
.top_wrap .access_wrap .arrow_2::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}

.top_wrap .access_wrap iframe {
	height: 300px;
	width: 100%;
}

}

@media (max-width:599px){
.top_wrap .pic_box {
	margin: 0 auto 30px;
	width: 95%;
}
.top_wrap .pic_box .item {
	margin: 0 0 20px;
}
.top_wrap .pic_box h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.top_wrap .pic_box img {
	display: block;
	height: auto;
	width: 100%;
}
.top_wrap .pic_box a {
	display: block;
	background: rgba(240,240,240,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
.top_wrap .pic_box .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
/*バナー_sp*/
.banner_wrap {
	background: url(images/back-img.jpg) top no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.banner_wrap .banner_content {
	margin: 0 auto;
	width: 95%;
}
.banner_wrap h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.banner_wrap .box {
}
.banner_wrap .box .item {
	position: relative;
	margin: 0 0 10px;
}
.banner_wrap .box .item img {
	height: auto;
	width: 100%;
}
.banner_wrap .box .item .txt {
	position: absolute;
	top: 45%;
	left: 15px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.banner_wrap .box .item .txt h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 3px;
	letter-spacing: 2px;
}
.banner_wrap .box .item .txt h3 span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 0 0 10px;
}
.banner_wrap .box .item .txt p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	line-height: 15px;
}
/*コンプセプト_sp*/
.concept_wrap {
	background: url(images/back-img-2.jpg) top no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.concept_wrap .concept_content {
	margin: 0 auto;
	text-align: center;
	width: 95%;
}
.concept_wrap .concept_content h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.concept_wrap .concept_content h2 span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.concept_wrap .concept_content p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 20px;
	line-height: 30px;
	text-align: left;
	width: 80%;
}
.concept_wrap .concept_content img {
	margin: 20px 0 0;
}
/*アクセス_sp*/
.top_wrap .access_wrap {
	margin: 0 auto;
	width: 95%;
}
.top_wrap .access_wrap .top_txt {
	margin: 20px 0;
}
.top_wrap .access_wrap .top_txt .left_txt {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 20px;
}
.top_wrap .access_wrap .top_txt .left_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.top_wrap .access_wrap .top_txt .right_txt {

}
.top_wrap .access_wrap .top_txt .right_txt a:first-of-type {
	display: block;
	background: rgba(240,240,240,1);
	border: solid thin rgba(204,204,204,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 10px 0px 10px 15px;
}
.top_wrap .access_wrap .top_txt .right_txt a:last-of-type {
	display: block;
	background: #603813;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
}
.top_wrap .access_wrap .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
.top_wrap .access_wrap .arrow_2::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.top_wrap .access_wrap iframe {
	height: 300px;
	width: 100%;
}

}

/*----------------------
▲topコンテンツ▲
----------------------*/

/*----------------------
▼下層▼
----------------------*/

@media (min-width:960px){
/*共通*/
.back_under_wrap {
	background: url(images/back-img-under.jpg) top repeat;
	background-size: cover;
	padding: 50px 0;
}
.back_under_wrap .title h1 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 auto 15px;
	width: 1000px;
}
/*店舗*/
.shop_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 40px;
	width: 1000px;
}
.shop_wrap .top_txt {
	margin: 0 0 30px;
}
.shop_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.shop_wrap .pic_box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.shop_wrap .pic_box img {
	height: auto;
	margin: 0 0 2%;
	width: 32%;
}
.shop_wrap .pic_box img:nth-of-type(3n-1) {
	margin: 0 2% 2%;
}
.shop_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.shop_wrap dl dt {
	border-top: solid thin rgba(204,204,204,1);
	background: rgba(245,245,245,1);
	padding: 10px 0 10px 15px;
	width: 25%;
}
.shop_wrap dl dd {
	border-top: solid thin rgba(204,204,204,1);
	padding: 10px 0 10px 15px;
	width: 75%;
}
.shop_wrap dl dt:last-of-type,
.shop_wrap dl dd:last-of-type {
	border-bottom: solid thin rgba(204,204,204,1);
}
.shop_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
.shop_wrap .link {
	margin: 0 0 30px;
}
.shop_wrap .link a:first-of-type {
	display: block;
	background: #603813;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 15px 0;
	text-align: center;
}
.shop_wrap .link a:last-of-type {
	display: block;
	background: #F4901E;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.shop_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.shop_wrap .map iframe {
	height: 300px;
	width: 100%;
}
.shop_wrap .map a {
	display: block;
	color: #900;
	text-align: right;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}
/*ギフトセット*/
.method_wrap {
	margin: 0 auto;
	width: 1000px;
}
.method_wrap .link_content {
	background: #fff;
	padding: 40px;
	margin: 0 0 30px;
}
.method_wrap .link_content a::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.method_wrap .top_link a {
	display: block;
	border: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	margin: 0 0 20px;
}
.method_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.method_wrap .box a {
	display: block;
	border: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	margin: 0 0 20px;
	width: 48%;
}
.method_wrap .box a:nth-of-type(odd) {
	margin: 0 4% 20px 0;
}
.method_wrap .under_link a {
	display: block;
	background: rgba(245,245,245,1);
	border: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	text-align: center;
}
.method_wrap .under_link a::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
.method_wrap .content {
	/*コンテンツ*/
	background: #fff;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 40px;
	margin: 0 0 30px;
}
.method_wrap .content h2 {
	font-size: 2rem;
	font-weight: bold;
	border-left: solid 6px #000;
	padding: 0 0 0 15px;
	margin: 0 0 20px;
}
.method_wrap .content .backcolor_txt {
	background: rgba(245,245,245,1);
	padding: 20px;
}
.method_wrap .content .backcolor_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.method_wrap .content .sub_content {
	/*お届け*/
	margin: 0 0 30px
}
.method_wrap .content .sub_content:last-of-type {
	margin: 0 0 0px
}
.method_wrap .content .sub_content h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.method_wrap .content .sub_content h3 img {
	height: auto;
	margin: 0 10px 0 0;
	width: 15px;
}
.method_wrap .content .tel_txt {
	/*電話*/
	margin: 30px 0 0px
}
.method_wrap .content .tel_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.method_wrap .content .tel_txt p:nth-of-type(2) {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.method_wrap .content .tel_txt p span {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.method_wrap .content .ec_link,
.method_wrap .content .line_link {
	/*リンク*/
	margin: 20px 0 0;
}
.method_wrap .content .ec_link a {
	display: block;
	background: #900;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.method_wrap .content .line_link .link a {
	display: block;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.method_wrap .content .ec_link a img,
.method_wrap .content .line_link a img {
	height: 15px;
	margin: 0 10px 2px 0;
	width: auto;
}
.method_wrap .content a::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.method_wrap .content .line_link p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.method_wrap .content .line_link p a {
	color: #900;
	margin: 0;
	padding: 0 10px;
	text-decoration: underline;
}
.method_wrap .content .line_link p a::after {
	display: none;
}
/*個人情報サイトポリシー*/
.pp_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 40px;
	width: 1000px;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}
/*よくあるご質問*/
.qa_wrap {
	margin: 0 auto;
	width: 1000px;
}
.qa_wrap h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px 30px;
}
.qa_wrap .qa_content {
	background: #fff;
	padding: 0 20px 30px;
	margin: 0 0 30px;
}
.accordion {
	border-bottom: solid thin rgba(204,204,204,1);
	margin: 0 auto 00px;
	padding: 20px 20px 10px;
	width: 100%
}
.accordion .accordionclick {
	position: relative;
	display: block;
	cursor: pointer;
}
.accordion .accordionclick:hover span {
	opacity: .4;
}
.accordion dt {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 50px 0 0;
}
.accordion dd {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: none;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	margin: 0 auto;
}
.accordion dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion .accordion_icon {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 50px;
}
.accordion .accordion_icon span {
	position: absolute;
    width: 30%;
	height: 1px;
    background: rgba(51,51,51,1);
}
.accordion .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*共通_tb*/
.back_under_wrap {
	background: url(images/back-img-under.jpg) top repeat;
	background-size: cover;
	padding: 50px 0;
}
.back_under_wrap .title h1 {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 auto 15px;
	width: 95%;
}
/*店舗_tb*/
.shop_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 40px;
	width: 95%;
}
.shop_wrap .top_txt {
	margin: 0 0 30px;
}
.shop_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.shop_wrap .pic_box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.shop_wrap .pic_box img {
	height: auto;
	margin: 0 0 2%;
	width: 32%;
}
.shop_wrap .pic_box img:nth-of-type(3n-1) {
	margin: 0 2% 2%;
}
.shop_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.shop_wrap dl dt {
	border-top: solid thin rgba(204,204,204,1);
	background: rgba(245,245,245,1);
	padding: 10px 0 10px 15px;
	width: 25%;
}
.shop_wrap dl dd {
	border-top: solid thin rgba(204,204,204,1);
	padding: 10px 0 10px 15px;
	width: 75%;
}
.shop_wrap dl dt:last-of-type,
.shop_wrap dl dd:last-of-type {
	border-bottom: solid thin rgba(204,204,204,1);
}
.shop_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
.shop_wrap .link {
	margin: 0 0 30px;
}
.shop_wrap .link a:first-of-type {
	display: block;
	background: #603813;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 15px 0;
	text-align: center;
}
.shop_wrap .link a:last-of-type {
	display: block;
	background: #F4901E;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.shop_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 0 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.shop_wrap .map iframe {
	height: 300px;
	width: 100%;
}
.shop_wrap .map a {
	display: block;
	color: #900;
	text-align: right;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}
/*ギフトセット_tb*/
.method_wrap {
	margin: 0 auto;
	width: 95%;
}
.method_wrap .link_content {
	background: #fff;
	padding: 40px;
	margin: 0 0 30px;
}
.method_wrap .link_content a::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.method_wrap .top_link a {
	display: block;
	border: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	margin: 0 0 20px;
}
.method_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.method_wrap .box a {
	display: block;
	border: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	margin: 0 0 20px;
	width: 48%;
}
.method_wrap .box a:nth-of-type(odd) {
	margin: 0 4% 20px 0;
}
.method_wrap .under_link a {
	display: block;
	background: rgba(245,245,245,1);
	border: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	text-align: center;
}
.method_wrap .under_link a::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
.method_wrap .content {
	/*コンテンツ_tb*/
	background: #fff;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 40px;
	margin: 0 0 30px;
}
.method_wrap .content h2 {
	font-size: 2rem;
	font-weight: bold;
	border-left: solid 6px #000;
	padding: 0 0 0 15px;
	margin: 0 0 20px;
}
.method_wrap .content .backcolor_txt {
	background: rgba(245,245,245,1);
	padding: 20px;
}
.method_wrap .content .backcolor_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.method_wrap .content .sub_content {
	/*お届け_tb*/
	margin: 0 0 30px
}
.method_wrap .content .sub_content:last-of-type {
	margin: 0 0 0px
}
.method_wrap .content .sub_content h3 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.method_wrap .content .sub_content h3 img {
	height: auto;
	margin: 0 10px 0 0;
	width: 15px;
}
.method_wrap .content .tel_txt {
	/*電話_tb*/
	margin: 30px 0 0px
}
.method_wrap .content .tel_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.method_wrap .content .tel_txt p:nth-of-type(2) {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.method_wrap .content .tel_txt p span {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.method_wrap .content .ec_link,
.method_wrap .content .line_link {
	/*リンク*/
	margin: 20px 0 0;
}
.method_wrap .content .ec_link a {
	display: block;
	background: #900;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.method_wrap .content .line_link .link a {
	display: block;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.method_wrap .content .ec_link a img,
.method_wrap .content .line_link a img {
	height: 15px;
	margin: 0 10px 2px 0;
	width: auto;
}
.method_wrap .content a::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.method_wrap .content .line_link p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.method_wrap .content .line_link p a {
	color: #900;
	margin: 0;
	padding: 0 10px;
	text-decoration: underline;
}
.method_wrap .content .line_link p a::after {
	display: none;
}
/*個人情報サイトポリシー_tb*/
.pp_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 40px;
	width: 95%;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}
/*よくあるご質問_tb*/
.qa_wrap {
	margin: 0 auto;
	width: 95%;
}
.qa_wrap h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px 30px;
}
.qa_wrap .qa_content {
	background: #fff;
	padding: 0 20px 30px;
	margin: 0 0 30px;
}
.accordion {
	border-bottom: solid thin rgba(204,204,204,1);
	margin: 0 auto 00px;
	padding: 20px 20px 10px;
	width: 100%
}
.accordion .accordionclick {
	position: relative;
	display: block;
	cursor: pointer;
}
.accordion .accordionclick:hover span {
	opacity: .4;
}
.accordion dt {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 50px 0 0;
}
.accordion dd {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: none;
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	margin: 0 auto;
}
.accordion dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion .accordion_icon {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 50px;
}
.accordion .accordion_icon span {
	position: absolute;
    width: 30%;
	height: 1px;
    background: rgba(51,51,51,1);
}
.accordion .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

}

@media (max-width:599px){
/*共通_sp*/
.back_under_wrap {
	background: url(images/back-img-under-sp.jpg) top repeat;
	background-size: cover;
	padding: 30px 0;
}
.back_under_wrap .title h1 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto 5px;
	text-align: center;
	width: 95%;
}
/*店舗_sp*/
.shop_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 15px;
	width: 95%;
}
.shop_wrap .top_txt {
	margin: 0 0 10px;
}
.shop_wrap .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.shop_wrap .pic_box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 10px;
}
.shop_wrap .pic_box img {
	height: auto;
	margin: 0 0 2%;
	width: 32%;
}
.shop_wrap .pic_box img:nth-of-type(3n-1) {
	margin: 0 2% 2%;
}
.shop_wrap dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.shop_wrap dl dt {
	border-top: solid thin rgba(204,204,204,1);
	background: rgba(245,245,245,1);
	padding: 10px;
	width: 30%;
}
.shop_wrap dl dd {
	border-top: solid thin rgba(204,204,204,1);
	padding: 10px;
	width: 70%;
}
.shop_wrap dl dt:last-of-type,
.shop_wrap dl dd:last-of-type {
	border-bottom: solid thin rgba(204,204,204,1);
}
.shop_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
.shop_wrap .link {
	margin: 0 0 30px;
}
.shop_wrap .link a:first-of-type {
	display: block;
	background: #603813;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 10px 0px 10px 15px;
}
.shop_wrap .link a:last-of-type {
	display: block;
	background: #F4901E;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
}
.shop_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.shop_wrap .map iframe {
	height: 200px;
	width: 100%;
}
.shop_wrap .map a {
	display: block;
	color: #900;
	text-align: right;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}
/*ギフトセット_sp*/
.method_wrap {
	margin: 0 auto;
	width: 95%;
}
.method_wrap .link_content {
	background: #fff;
	padding: 15px;
	margin: 0 0 30px;
}
.method_wrap .link_content a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
}
.method_wrap .top_link a {
	display: block;
	border: solid thin rgba(153,153,153,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
	margin: 0 0 10px;
}
.method_wrap .box {
}
.method_wrap .box a {
	display: block;
	border: solid thin rgba(153,153,153,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
	margin: 0 0 10px;
}
.method_wrap .under_link a {
	display: block;
	background: rgba(245,245,245,1);
	border: solid thin rgba(153,153,153,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
}
.method_wrap .under_link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
.method_wrap .content {
	/*コンテンツ_sp*/
	background: #fff;
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 15px;
	margin: 0 0 20px;
}
.method_wrap .content h2 {
	font-size: 1.5rem;
	font-weight: bold;
	border-left: solid 4px #000;
	padding: 0 0 0 10px;
	margin: 0 0 15px;
}
.method_wrap .content .backcolor_txt {
	background: rgba(250,250,250,1);
	padding: 10px;
}
.method_wrap .content .backcolor_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.method_wrap .content .sub_content {
	/*お届け_sp*/
	margin: 0 0 20px
}
.method_wrap .content .sub_content:last-of-type {
	margin: 0 0 0px
}
.method_wrap .content .sub_content h3 {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}
.method_wrap .content .sub_content h3 img {
	height: auto;
	margin: 0 10px 0 0;
	width: 15px;
}
.method_wrap .content .tel_txt {
	/*電話_sp*/
	margin: 20px 0 0px
}
.method_wrap .content .tel_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.method_wrap .content .tel_txt p:nth-of-type(2) {
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.method_wrap .content .tel_txt p span {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.method_wrap .content .ec_link,
.method_wrap .content .line_link {
	/*リンク_sp*/
	margin: 20px 0 0;
}
.method_wrap .content .ec_link a {
	display: block;
	background: #900;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
}
.method_wrap .content .line_link .link a {
	display: block;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
}
.method_wrap .content .ec_link a img,
.method_wrap .content .line_link a img {
	height: 10px;
	margin: 0 5px 2px 0;
	width: auto;
}
.method_wrap .content a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.method_wrap .content .line_link p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.method_wrap .content .line_link p a {
	color: #900;
	margin: 0;
	padding: 0 10px;
	text-decoration: underline;
}
.method_wrap .content .line_link p a::after {
	display: none;
}
/*個人情報サイトポリシー_sp*/
.pp_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 15px;
	width: 95%;
}
.pp_wrap p {
	font-size: 1.3rem;
}
.pp_txt {
	margin: 0 0 20px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 30px;
	padding: 15px;
}
/*よくあるご質問_sp*/
.qa_wrap {
	margin: 0 auto;
	width: 95%;
}
.qa_wrap h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.qa_wrap .qa_content {
	background: #fff;
	padding: 0 20px 30px;
	margin: 0 0 20px;
}
.accordion {
	border-bottom: solid thin rgba(204,204,204,1);
	margin: 0 auto 00px;
	padding: 20px 5px 10px;
	width: 100%
}
.accordion .accordionclick {
	position: relative;
	display: block;
	cursor: pointer;
}
.accordion dt {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0 50px 0 0;
}
.accordion dd {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	display: none;
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	line-height: 25px;
	margin: 0 auto;
}
.accordion dd a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}
.accordion .accordion_icon,
.accordion .accordion_icon span {
	display: inline-block;
	transition: all .3s;
}
.accordion .accordion_icon {
	position: absolute;
	top: 50%;
	right: -20px;
	width: 50px;
}
.accordion .accordion_icon span {
	position: absolute;
    width: 30%;
	height: 1px;
    background: rgba(51,51,51,1);
}
.accordion .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);

    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

}

/*----------------------
▲下層▲
----------------------*/

/*----------------------
▼商品▼
----------------------*/

@media (min-width:960px){
.list_wrap {
	margin: 0 auto;
	width: 1000px;
}
.list_wrap .top_txt {
	background: #fff;
	padding: 30px;
	margin: 0 0 30px;
}
.list_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.list_wrap .top_txt p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
.list_wrap .box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.list_wrap .box .item {
	position: relative;
	background: #fff;
	border: solid thin rgba(230,230,230,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 20px 0 50px;
	margin: 0 0 2%;
	width: 32%;
}
.list_wrap .box .item:nth-of-type(3n-1) {
	margin: 0 2% 2%; 
}
.list_wrap .box .item h2 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 20px;
	margin: 0 0 10px;
}
.list_wrap .box .item .pic {
	padding: 0 20px;
	margin: 0 0 10px;
}
.list_wrap .box .item .pic img {
	height: auto;
	width: 100%;
}
.list_wrap .box .item .price {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 0 5px;
	margin: 0 20px 10px;
}
.list_wrap .box .item .price p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_wrap .box .item .txt {
	padding: 0 20px;
	margin: 0 0 10px;
}
.list_wrap .box .item .txt p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.list_wrap .box .item .link {
	position: absolute;
	bottom: 0;
	display: block;
	background: rgba(240,240,240,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
}
.list_wrap .box .item .link a {
	display: block;
}
.list_wrap .box .item .link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 0 20px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
.list_wrap .box .item .link a:hover {
	opacity: .4;
}
/*商品詳細*/
.list_detail_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 40px 50px;
	width: 1000px;
}
.list_detail_wrap .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 0 30px;
}
.list_detail_wrap .box .pic_item {
	width: 400px;
}
#mainImg img {
	height: 400px;
	margin: 0 0 20px;
	width: 400px;
}
#subImg {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#subImg img {
	cursor: pointer;
	height: 120px;
	margin: 0 20px 0 0;
	width: 120px;
}
#subImg img:hover {
	opacity: .4;
}
.list_detail_wrap .box .txt_item {
	width: 400px;
}
.list_detail_wrap .box .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
}
.list_detail_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.list_detail_wrap dl dt {
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 10px 0 10px 10px;
	width: 35%;
}
.list_detail_wrap dl dd {
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 10px 0 10px 10px;
	width: 65%;
}
.list_detail_wrap .under_txt {
	margin: 0 0 30px;
}
.list_detail_wrap .under_txt p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.list_detail_wrap .under_txt p:last-of-type {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.list_detail_wrap .link {
}
.list_detail_wrap .link .ec {
	margin: 0 0 20px;
}
.list_detail_wrap .link .ec a {
	display: block;
	background: #900;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.list_detail_wrap .link .ec img {
	margin: 0 10px 0 0;
}
.list_detail_wrap .link .ec p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_detail_wrap .link .line {
	margin: 0 0 20px;
}
.list_detail_wrap .link .line a {
	display: block;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));	color: #fff;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.list_detail_wrap .link .line img {
	height: 15px;
	margin: 0 10px 0 0;
	width: auto;
}
.list_detail_wrap .link .ec a::after,
.list_detail_wrap .link .line a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.list_detail_wrap .link .line p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_detail_wrap .tel p {
	font-size: 1.5rem;
	font-weight: bold;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.list_wrap {
	margin: 0 auto;
	width: 95%;
}
.list_wrap .top_txt {
	background: #fff;
	padding: 30px;
	margin: 0 0 30px;
}
.list_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.list_wrap .top_txt p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
.list_wrap .box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.list_wrap .box .item {
	position: relative;
	background: #fff;
	border: solid thin rgba(230,230,230,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 20px 0 50px;
	margin: 0 0 2%;
	width: 32%;
}
.list_wrap .box .item:nth-of-type(3n-1) {
	margin: 0 2% 2%; 
}
.list_wrap .box .item h2 {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 10px;
	margin: 0 0 10px;
}
.list_wrap .box .item .pic {
	padding: 0 10px;
	margin: 0 0 10px;
}
.list_wrap .box .item .pic img {
	height: auto;
	width: 100%;
}
.list_wrap .box .item .price {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 0 5px;
	margin: 0 10px 10px;
}
.list_wrap .box .item .price p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_wrap .box .item .txt {
	padding: 0 10px;
	margin: 0 0 10px;
}
.list_wrap .box .item .txt p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.list_wrap .box .item .link {
	position: absolute;
	bottom: 0;
	display: block;
	background: rgba(240,240,240,1);
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	width: 100%;
}
.list_wrap .box .item .link a {
	display: block;
}
.list_wrap .box .item .link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 0 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
/*商品詳細_tb*/
.list_detail_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 30px 40px;
	width: 95%;
}
.list_detail_wrap .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 0 30px;
}
.list_detail_wrap .box .pic_item {
	width: 50%;
}
#mainImg img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
#subImg {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#subImg img {
	height: auto;
	margin: 0 5% 0 0;
	width: 95%;
}
.list_detail_wrap .box .txt_item {
	width: 45%;
}
.list_detail_wrap .box .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
}
.list_detail_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.list_detail_wrap dl dt {
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 10px 0 10px 10px;
	width: 35%;
}
.list_detail_wrap dl dd {
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 10px 0 10px 10px;
	width: 65%;
}
.list_detail_wrap .under_txt {
	margin: 0 0 30px;
}
.list_detail_wrap .under_txt p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.list_detail_wrap .under_txt p:last-of-type {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.list_detail_wrap .link {
}
.list_detail_wrap .link .ec {
	margin: 0 0 20px;
}
.list_detail_wrap .link .ec a {
	display: block;
	background: #900;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.list_detail_wrap .link .ec img {
	margin: 0 10px 0 0;
}
.list_detail_wrap .link .ec p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_detail_wrap .link .line {
	margin: 0 0 20px;
}
.list_detail_wrap .link .line a {
	display: block;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));	color: #fff;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.list_detail_wrap .link .line img {
	height: 15px;
	margin: 0 10px 0 0;
	width: auto;
}
.list_detail_wrap .link .ec a::after,
.list_detail_wrap .link .line a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.list_detail_wrap .link .line p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_detail_wrap .tel p {
	font-size: 1.5rem;
	font-weight: bold;
}

}

@media (max-width:599px){
.list_wrap {
	margin: 0 auto;
	width: 95%;
}
.list_wrap .top_txt {
	background: #fff;
	padding: 15px;
	margin: 0 0 20px;
}
.list_wrap .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_wrap .top_txt p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
.list_wrap .box {
}
.list_wrap .box .item {
	background: #fff;
	border: solid thin rgba(230,230,230,1);
	box-shadow: 0 10px 10px -5px rgba(204,204,204,1);
	padding: 10px 0 0;
	margin: 0 0 20px;
}
.list_wrap .box .item h2 {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 10px;
	margin: 0 0 10px;
}
.list_wrap .box .item .pic {
	padding: 0 10px;
	margin: 0 0 10px;
}
.list_wrap .box .item .pic img {
	height: auto;
	width: 100%;
}
.list_wrap .box .item .price {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 0 5px;
	margin: 0 10px 10px;
}
.list_wrap .box .item .price p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_wrap .box .item .txt {
	padding: 0 10px;
	margin: 0 0 10px;
}
.list_wrap .box .item .txt p {
	color: #666;
	font-size: 1.3rem;
	font-weight: bold;
}
.list_wrap .box .item .link {
	display: block;
	background: rgba(240,240,240,1);
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
	width: 100%;
}
.list_wrap .box .item .link a {
	display: block;
}
.list_wrap .box .item .link a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(-45deg);
}
/*商品詳細_sp*/
.list_detail_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 15px;
	width: 95%;
}
.list_detail_wrap .box {
	margin: 0 0 30px;
}
.list_detail_wrap .box .pic_item {
	margin: 0 0 20px;
}
#mainImg img {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
#subImg {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#subImg img {
	height: auto;
	margin: 0 5% 0 0;
	width: 95%;
}
.list_detail_wrap .box .txt_item {
}
.list_detail_wrap .box .txt_item p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_detail_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.list_detail_wrap dl dt {
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 10px;
	width: 35%;
}
.list_detail_wrap dl dd {
	border-bottom: solid thin rgba(204,204,204,1);
	padding: 10px;
	width: 65%;
}
.list_detail_wrap .under_txt {
	margin: 0 0 30px;
}
.list_detail_wrap .under_txt p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.list_detail_wrap .under_txt p:last-of-type {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.list_detail_wrap .link {
}
.list_detail_wrap .link .ec {
	margin: 0 0 20px;
}
.list_detail_wrap .link .ec a {
	display: block;
	background: #900;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0px 15px 10px;
	margin: 0 0 10px;
}
.list_detail_wrap .link .ec img {
	height: 13px;
	margin: 0 5px 2px 0;
	width: auto;
}
.list_detail_wrap .link .ec p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_detail_wrap .link .line {
	margin: 0 0 20px;
}
.list_detail_wrap .link .line a {
	display: block;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0px 15px 10px;
	margin: 0 0 10px;
}
.list_detail_wrap .link .line img {
	height: 13px;
	margin: 0 5px 0 0;
	width: auto;
}
.list_detail_wrap .link .ec a::after,
.list_detail_wrap .link .line a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
.list_detail_wrap .link .line p {
	font-size: 1.3rem;
	font-weight: bold;
}
.list_detail_wrap .tel p {
	font-size: 1.3rem;
	font-weight: bold;
}

}

/*----------------------
▲商品▲
----------------------*/

/*----------------------
▼お問い合わせ▼
----------------------*/

@media (min-width:960px){
.contact_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 40px;
	width: 1000px;
}
.contact_wrap .top_txt {
	margin: 0 0 30px;
}
.contact_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.contact_wrap .tel {
	margin: 0 0 30px;
	text-align: center;
}
.contact_wrap .tel p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_wrap .tel p:nth-of-type(2) {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.contact_wrap .tel p:nth-of-type(3) {
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_wrap .line {
}
.contact_wrap .line p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.contact_wrap .line a {
	display: block;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.contact_wrap .line a img {
	height: 15px;
	margin: 0 10px 2px 0;
	width: auto;
}
.contact_wrap .line a::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
/* フォーム */
.form_wrap {
	margin: 50px auto 30px;
	width: 100%;
}
.form_wrap .title p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	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;
	border-top: solid thin rgba(153,153,153,1);
	padding: 30px 0 0;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	height: 40px;
	width: 30%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 70%;
}
.form_wrap .item_box_message .item_right {
	width: 70%;
}
.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p,
.form_wrap .radio_wrap .radio_left_item p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.form_wrap .radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.form_wrap .radio_item {
	margin: 0 10px 0 0;
}
.form_wrap .drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .radio_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 20px;
	border-top: solid thin rgba(153,153,153,1);
	padding: 30px 0 0;
}
.form_wrap .radio_wrap .radio_left_item {
	height: 40px;
	width: 30%;
}
.form_wrap .radio_right_item {
	width: 70%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*送信系*/
.sub_btn1,.sub_btn2 {
	cursor: pointer;
}
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(134,188,67,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 70%;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 25%;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}
.contact_wrap .under_txt {
	margin: 0 0 30px;
}
.contact_wrap .under_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.contact_wrap .under_txt p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
/*注意事項*/
.autoreply_txt {
	background: rgba(240,240,240,1);
	padding: 30px;
	margin: 0 auto;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 30px 0;
	margin: 0 0 30px;
	text-align: center;
}
.autoreply_txt .top_txt p {
	font-size: 1.5rem;
}
.autoreply_txt .txt {
	margin: 0 0 20px;
}
.autoreply_txt .txt p {
	font-size: 1.5rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.contact_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 30px;
	width: 95%;
}
.contact_wrap .top_txt {
	margin: 0 0 30px;
}
.contact_wrap .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.contact_wrap .tel {
	margin: 0 0 30px;
	text-align: center;
}
.contact_wrap .tel p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_wrap .tel p:nth-of-type(2) {
	font-size: 2.5rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.contact_wrap .tel p:nth-of-type(3) {
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_wrap .line {
}
.contact_wrap .line p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.contact_wrap .line a {
	display: block;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.contact_wrap .line a img {
	height: 15px;
	margin: 0 10px 2px 0;
	width: auto;
}
.contact_wrap .line a::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 20px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
/* フォーム_tb */
.form_wrap {
	margin: 50px auto 30px;
	width: 100%;
}
.form_wrap .title p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	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;
	border-top: solid thin rgba(153,153,153,1);
	padding: 30px 0 0;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	height: 40px;
	width: 30%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 70%;
}
.form_wrap .item_box_message .item_right {
	width: 70%;
}
.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p,
.form_wrap .radio_wrap .radio_left_item p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.form_wrap .radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.form_wrap .radio_item {
	margin: 0 10px 0 0;
}
.form_wrap .drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .radio_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 20px;
	border-top: solid thin rgba(153,153,153,1);
	padding: 30px 0 0;
}
.form_wrap .radio_wrap .radio_left_item {
	height: 40px;
	width: 30%;
}
.form_wrap .radio_right_item {
	width: 70%;
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*送信系_tb*/
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信_tb*/
	background: rgba(134,188,67,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 70%;
}
.sub_btn2 {
	/*リセット_tb*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 25%;
}
.contact_wrap .under_txt {
	margin: 0 0 30px;
}
.contact_wrap .under_txt p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.contact_wrap .under_txt p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
/*注意事項_tb*/
.autoreply_txt {
	background: rgba(240,240,240,1);
	padding: 30px;
	margin: 0 auto;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 30px 0;
	margin: 0 0 30px;
	text-align: center;
}
.autoreply_txt .top_txt p {
	font-size: 1.5rem;
}
.autoreply_txt .txt {
	margin: 0 0 20px;
}
.autoreply_txt .txt p {
	font-size: 1.5rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}

}

@media (max-width:599px){
.contact_wrap {
	background: #fff;
	margin: 0 auto;
	padding: 15px;
	width: 95%;
}
.contact_wrap .top_txt {
	margin: 0 0 30px;
}
.contact_wrap .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.contact_wrap .tel {
	margin: 0 0 30px;
}
.contact_wrap .tel p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
}
.contact_wrap .tel p:nth-of-type(2) {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 10px 0 0;
}
.contact_wrap .tel p:nth-of-type(3) {
	font-size: 1.3rem;
	font-weight: bold;
}
.contact_wrap .line {
}
.contact_wrap .line p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.contact_wrap .line a {
	display: block;
	background: -moz-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: -webkit-linear-gradient(top, rgba(140,198,63,1), rgba(0,146,69,1));
	background: linear-gradient(to bottom, rgba(140,198,63,1), rgba(0,146,69,1));	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
}
.contact_wrap .line a img {
	height: 10px;
	margin: 0 10px 2px 0;
	width: auto;
}
.contact_wrap .line a::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 1px 10px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
}
/* フォーム_sp */
.form_wrap {
	margin: 50px auto 20px;
	width: 100%;
}
.form_wrap .title p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	margin: 0 0 30px;
	border-top: solid thin rgba(153,153,153,1);
	padding: 20px 0 0;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	height: 40px;
}
.form_wrap .item_box .item_right {
	height: 40px;
}
.form_wrap .item_box_message .item_right {
}
.form_wrap .item_box .item_left p,
.form_wrap .item_box_message .item_left p,
.form_wrap .radio_wrap .radio_left_item p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 40px;
}
.form_wrap .radio_wrap label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
}
.form_wrap .radio_item {
	margin: 0 10px 0 0;
}
.form_wrap .drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .radio_wrap {
	margin: 0 0 20px;
	border-top: solid thin rgba(153,153,153,1);
	padding: 20px 0 0;
}
.form_wrap .radio_wrap .radio_left_item {
	height: 40px;
}
.form_wrap .radio_right_item {
}
.form_wrap .item_box_message .message_item {
	height: 130px;
	width: 100%;
}
/*送信系_sp*/
.sub_btn_wrap {
	margin: 25px 0 10px;
	width: 100%;
}
.sub_btn1 {
	/*送信_sp*/
	-webkit-appearance: none;
	background: rgba(134,188,67,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 60px;
	width: 100%;
}
.sub_btn2 {
	/*リセット_sp*/
	-webkit-appearance: none;
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 45px;
	margin: 0 0 10px;
	width: 100%;
}
.contact_wrap .under_txt {
	margin: 0 0 30px;
}
.contact_wrap .under_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.contact_wrap .under_txt p a {
	color: #900;
	padding: 0 10px;
	text-decoration: underline;
}
/*注意事項_sp*/
.autoreply_txt {
	background: rgba(240,240,240,1);
	padding: 15px;
	margin: 0 auto;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 15px;
	margin: 0 0 20px;
}
.autoreply_txt .top_txt p {
	font-size: 1.3rem;
}
.autoreply_txt .txt {
	margin: 0 0 20px;
}
.autoreply_txt .txt p {
	font-size: 1.3rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}

/*
※スマホでsubmit等をデフォルト表示させない
-webkit-appearance: none;
*/

/*
※スマホで枠をデフォルト表示させない
input,textarea {
	background: none;
	border: solid thin rgba(153,153,153,1);
}
*/

}

/*----------------------
▲お問い合わせ▲
----------------------*/


/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
.foot_top_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 15px 20px;
}
.foot_top_box address {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 50%;
}
.foot_top_box address p {
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 20px;
}
.foot_top_box .sns a:nth-of-type(2) {
	margin: 0 10px;
}
.foot_nav {
	margin: 0 15px 20px;
}
.foot_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.foot_nav ul li {
	border-left: 1px solid;
	height: 20px;
}
.foot_nav ul li:last-of-type {
	border-right: 1px solid;
	height: 20px;
}
.foot_nav ul li a {
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 15px;
}
small {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 15px 40px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.foot_top_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 15px 20px;
}
.foot_top_box address {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 50%;
}
.foot_top_box address p {
	font-size: 1.5rem;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0 20px;
}
.foot_top_box .sns a:nth-of-type(2) {
	margin: 0 10px;
}
.foot_nav {
	margin: 0 15px 20px;
}
.foot_nav ul {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.foot_nav ul li {
	border-left: 1px solid;
	height: 20px;
	margin: 0 0 15px;
}
.foot_nav ul li:last-of-type {
	border-right: 1px solid;
	height: 20px;
}
.foot_nav ul li a {
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 15px;
}
small {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 15px 40px;
}

}

@media (max-width:599px){
.foot_top_box {
	margin: 20px auto 20px;
	width: 95%;
}
.foot_top_box address img {
	margin: 0 0 10px;
}
.foot_top_box address p {
	font-size: 1.3rem;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 10px;
}
.foot_top_box .sns a:nth-of-type(2) {
	margin: 0 10px;
}
.foot_nav {
	margin: 0 auto 5px;
	width: 95%;
}
.foot_nav ul {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.foot_nav ul li {
	border-left: 1px solid;
	height: 20px;
	margin: 0 0 15px;
}
.foot_nav ul li:last-of-type {
	border-right: 1px solid;
	height: 20px;
}
.foot_nav ul li a {
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 15px;
}
small {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 80px;
	width: 95%
}

}

/*----------------------
▲フッター▲
----------------------*/

