@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_item {
	background: rgba(230,39,45,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
#scroll_shop {
	display: none;
}
/* パンクズ */
.breadcrumb {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	padding: 10px 0 10px 15px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.5rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
.breadcrumb a:hover {
	opacity: .5;
}
/*アニメーション*/
.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(10px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
 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_item {
	background: rgba(230,39,45,1);
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
#scroll_shop {
	display: none;
}
/* パンクズ_tb */
.breadcrumb {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	padding: 10px 0 10px 15px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.5rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}

/*アニメーション_tb*/
.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(10px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
 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 {
	display: none;
}
/*shop*/
#scroll_shop {
    position: fixed;
    font-size: 1.2rem;
	width: 100%;
	margin: 0 atuo;
	z-index: 100;
}
#scroll_shop .scroll_contain {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: rgba(230,39,45,1);
	background: rgba(153,0,0,1);
	height: 60px;
	margin: 0 auto;
	padding: 5px 10px;
	width: 100%;
}
#scroll_shop .scroll_left,
#scroll_shop .scroll_center,
#scroll_shop .scroll_right {
	text-align: center;
	width: 33.3%;
}
#scroll_shop .scroll_center {
	border-left: solid thin #FFF;
	border-right: solid thin #FFF;
}
#scroll_shop .scroll_left span,
#scroll_shop .scroll_center span,
#scroll_shop .scroll_right span {
	display: block;
	color: #FFF;
}
#scroll_shop .scroll_left img,
#scroll_shop .scroll_center img,
#scroll_shop .scroll_right img {
	height: 20px;
	margin: 0 0 3px;
	width: auto;
}

/* パンクズ_sp */
.breadcrumb {
	background: rgba(240,240,240,1);
	margin: 0 auto;
	padding: 10px 0 10px 10px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}

/*アニメーション_sp*/
.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(10px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

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

}

/*----------------------
▼ヘッダーナビゲーション▼
----------------------*/

@media (min-width:960px){
.head_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 0 0 20px;
	z-index: -1;
}
.head_box .logo {
	margin: 15px 0 0;
}
.head_box .logo img:hover {
	opacity: .4;
}
/*ナビゲーション*/
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	font-size: 1.5rem;
	font-weight: bold;
	max-width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li {
	text-align: center;
	line-height: 65px;
	padding: 0 20px;
}
#global_nav .ec {
	background: rgba(230,39,45,1);
	line-height: 65px;
}
#global_nav .ec a {
	color: #FFF;
}
#global_nav .ec a img {
	margin: 0 10px 0 0;
}
#global_nav #close {
	display: none;
}
/*ヒーローイメージ*/
.main_pic {
	position: relative;
	height: 280px;
	overflow: hidden;
	width: 100%;
}
.main_pic .hero_pc img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	min-height: 280px;
	width: auto;
}
.main_pic .txt img {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_pic .animation {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    -ms-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
   100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	30% {opacity: .1}
    70% {opacity: .6}
    100% {opacity: 1}
}
.main_pic a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	padding: 5px 80px;
	font-size: 1.5rem;
	font-weight: bold;
	background: rgba(255,255,255,.7);
	border: solid 3px rgba(255,255,255,1);
	border-radius: 25px;
}
.main_pic .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
}
/*ヒーローイメージ下層*/
.main_pic_under {
	position: relative;
	height: 100px;
	overflow: hidden;
	width: 100%;
}
.main_pic_under img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	min-height: 100px;
	width: auto;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.head_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 0 0 20px;
	z-index: -1;
}
.head_box .logo {
	margin: 20px 0 0;
	width: 20%;
}
.head_box .logo img {
	height: auto;
	width: 100%;
}
.head_box #top_head {
	width: 75%;
}
/*ナビゲーション_tb*/
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	font-size: 1.3rem;
	font-weight: bold;
	max-width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li {
	text-align: center;
	line-height: 60px;
	padding: 0 10px;
}
#global_nav .ec {
	background: rgba(230,39,45,1);
	line-height: 60px;
}
#global_nav .ec a {
	color: #FFF;
}
#global_nav .ec a img {
	margin: 0 8px 0 0;
}
#global_nav #close {
	display: none;
}
/*ヒーローイメージ_tb*/
.main_pic {
	position: relative;
	height: 280px;
	overflow: hidden;
	width: 100%;
}
.main_pic .hero_pc img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	min-height: 280px;
	width: auto;
}
.main_pic .txt img {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 70%;
}
.main_pic .animation {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    -ms-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
   100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	30% {opacity: .1}
    70% {opacity: .6}
    100% {opacity: 1}
}
.main_pic a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	padding: 5px 80px;
	font-size: 1.5rem;
	font-weight: bold;
	background: rgba(255,255,255,.7);
	border: solid 3px rgba(255,255,255,1);
	border-radius: 25px;
}
.main_pic .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
}
/*ヒーローイメージ下層_tb*/
.main_pic_under {
	position: relative;
	height: 100px;
	overflow: hidden;
	width: 100%;
}
.main_pic_under img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	min-height: 100px;
	width: auto;
}

}

@media (max-width:599px){
.head_box .logo {
	position: fixed;
	top: 20px;
	left: 10px;
	width: 40%;
	z-index: 1000;
}
.head_box .logo img {
	height: auto;
	width: 100%;
}

#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: rgba(255,255,255,1);
	height: 65px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,.9);
	font-size: 1.5rem;
	font-weight: bold;
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
}
#global_nav ul {
	z-index: 999;
}
#global_nav li {
	border-bottom: solid thin rgba(51,51,51,1);
	line-height: 40px;
	text-align: left;
	padding: 10px 0 10px 20px;
}
#global_nav a:link,nav a:visited {
	color: rgba(51,51,51,1);
}
#global_nav .ec {
	background: rgba(230,39,45,1);
	line-height: 40px;
}
#global_nav .ec a {
	color: #FFF;
}
#global_nav .ec a img {
	margin: 0 8px 0 0;
}
#global_nav #close {
	background: rgba(204,204,204,1);
	border-bottom: none;
	color: rgba(51,51,51,1);
	padding: 0;
	text-align: center;
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1065px);
	-webkit-transform: translateY(1065px);
	transform: translateY(1065px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: rgba(51,51,51,1);
	border-radius: 20px;
	height: 4px;
    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;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}
/*ヒーローイメージ_sp*/
.main_pic {
	position: relative;
	height: 250px;
	margin: 65px 0 0;
	overflow: hidden;
	width: 100%;
}
.main_pic .hero_sp img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	min-height: 250px;
	width: auto;
}
.main_pic .txt img {
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 90%;
}
.main_pic .animation {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    -ms-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
   100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	30% {opacity: .1}
    70% {opacity: .6}
    100% {opacity: 1}
}
.main_pic a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	padding: 5px 0px;
	font-size: 1.3rem;
	font-weight: bold;
	background: rgba(255,255,255,.7);
	border: solid 3px rgba(255,255,255,1);
	border-radius: 25px;
	text-align: center;
	width: 60%;
}
.main_pic .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
}
/*ヒーローイメージ下層_sp*/
.main_pic_under {
	position: relative;
	height: 50px;
	margin: 65px 0 0;
	overflow: hidden;
	width: 100%;
}
.main_pic_under img {
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	min-height: 50px;
	width: auto;
}

}

/*----------------------
▲ヘッダーナビゲーション▲
----------------------*/

/*----------------------
▼メインコンテンツ▼
----------------------*/

@media (min-width:960px){
.top_wrap {
}
.top_wrap .top_txt {
	margin: 40px 0;
	text-align: center;
}
.top_wrap .top_txt h1 {
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
	margin: 0 0 40px;
}
.top_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 auto 20px;
	padding: 0 20px;
	max-width: 1500px;
}
.top_wrap .box .item {
	position: relative;
	overflow: hidden;
	height: 250px;
	width: 32%;
}
.top_wrap .box .item .img {
	height: auto;
	width: 100%;
}
.top_wrap .box .item:hover img {
	transform: scale(1.1,1.1);
	transition: .8s;
}
.top_wrap .box .item .txt_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	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,.8);
	height: 80%;
	width: 80%;
}
.top_wrap .box .item .txt_content h2 {
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
}
.top_wrap .box .item .txt_content h2 span {
	display: block;
	color: rgba(80,80,80,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.top_wrap .box .item:hover h2,
.top_wrap .box .item:hover h2 span {
	color: rgba(153,0,0,1);
	transition: .8s;
}
.top_wrap .box .item .arrow {
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	content:"";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}
/*バナー*/
.top_wrap .ec_banner {
	margin: 50px 0 80px;
	text-align: center;
}
.top_wrap .ec_banner img:hover {
	opacity: .4;
}
/*新着*/
.news_wrap {
	margin: 0 0 80px;
}
.news_wrap .news_title {
	margin: 0 0 30px;
}
.news_wrap .news_title h3 {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.news_wrap .news_title h3 + span {
	display: block;
	border-bottom: solid 2px rgba(150,150,150,1);
	margin: 0 auto;
	width: 50px;
}
.news_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 auto;
	height: 250px;
	overflow-y: scroll;
	width: 960px;
}
.news_wrap dl dt {
	padding: 10px 0;
	width: 30%;
}
.news_wrap dl span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 10px 0 0;
	text-align: center;
	padding: 3px 0;
	width: 80px;
}
.news_wrap dl dt .pickup {
	background: rgba(153,0,0,1);
	color: #FFF;
}
.news_wrap dl dt .news {
	background: rgba(102,102,102,1);
	color: #FFF;
}
.news_wrap dl dd {
	padding: 10px 0;
	width: 70%;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline; 
}
/*メッセージ*/
.message_wrap {
	background: rgba(240,240,240,1);
	padding: 50px 0;
}
.message_wrap h3 {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.message_wrap .txt {
	margin: 0 0 30px;
}
.message_wrap .txt p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 35px;
	text-align: center;
}
.message_wrap .name {
	margin: 0 0 40px;
}
.message_wrap .name p {
	color: rgba(150,150,150,1);
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.message_wrap .name p span {
	display: block;
	font-size: 1.8rem;
}
.message_wrap .link {
	text-align: center;
}
.message_wrap .link a {
	display: inline-block;
	background: #FFF;
	border: solid 2px rgba(204,204,204,1);
	border-radius: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 100px;
}
.message_wrap .link a:hover {
	opacity: .4;
}
.message_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

}

@media (min-width: 600px) and (max-width: 959px) {
.top_wrap {
}
.top_wrap .top_txt {
	margin: 40px 0;
	text-align: center;
}
.top_wrap .top_txt h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
	margin: 0 0 40px;
}
.top_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 auto 20px;
	width: 95%;
}
.top_wrap .box .item {
	position: relative;
	overflow: hidden;
	height: 200px;
	width: 32%;
}
.top_wrap .box .item .img {
	height: auto;
	width: 100%;
}
.top_wrap .box .item .txt_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	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,.8);
	height: 80%;
	width: 80%;
}
.top_wrap .box .item .txt_content h2 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.top_wrap .box .item .txt_content h2 span {
	display: block;
	color: rgba(80,80,80,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.top_wrap .box .item:hover h2,
.top_wrap .box .item:hover h2 span {
	color: rgba(153,0,0,1);
}
.top_wrap .box .item .arrow {
	position: absolute;
	bottom: 10%;
	right: 5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	content:"";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}
/*バナー_tb*/
.top_wrap .ec_banner {
	margin: 50px 0 80px;
	text-align: center;
}
/*新着_tb*/
.news_wrap {
	margin: 0 0 80px;
}
.news_wrap .news_title {
	margin: 0 0 30px;
}
.news_wrap .news_title h3 {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.news_wrap .news_title h3 + span {
	display: block;
	border-bottom: solid 2px rgba(150,150,150,1);
	margin: 0 auto;
	width: 50px;
}
.news_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 auto;
	height: 250px;
	overflow-y: scroll;
	width: 95%;
}
.news_wrap dl dt {
	padding: 10px 0;
	width: 30%;
}
.news_wrap dl span {
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 10px 0 0;
	text-align: center;
	padding: 3px 0;
	width: 80px;
}
.news_wrap dl dt .pickup {
	background: rgba(153,0,0,1);
	color: #FFF;
}
.news_wrap dl dt .news {
	background: rgba(102,102,102,1);
	color: #FFF;
}
.news_wrap dl dd {
	padding: 10px 0;
	width: 70%;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline; 
}

/*メッセージ_tb*/
.message_wrap {
	background: rgba(240,240,240,1);
	padding: 50px 0;
}
.message_wrap h3 {
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 40px;
	text-align: center;
}
.message_wrap .txt {
	margin: 0 0 30px;
}
.message_wrap .txt p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 35px;
	text-align: center;
}
.message_wrap .name {
	margin: 0 0 40px;
}
.message_wrap .name p {
	color: rgba(150,150,150,1);
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.message_wrap .name p span {
	display: block;
	font-size: 1.8rem;
}
.message_wrap .link {
	text-align: center;
}
.message_wrap .link a {
	display: inline-block;
	background: #FFF;
	border: solid 2px rgba(204,204,204,1);
	border-radius: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 100px;
}
.message_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

}

@media (max-width:599px){
.top_wrap {
}
.top_wrap .top_txt {
	margin: 30px 0;
	text-align: center;
}
.top_wrap .top_txt h1 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0 0 30px;
}
.top_wrap .top_txt .arrow img {
	height: auto;
	width: 5%;
}
.top_wrap .box {
	margin: 0 auto;
	width: 95%;
}
.top_wrap .box .item {
	position: relative;
	overflow: hidden;
	margin: 0 auto 10px;
	height: 120px;
	width: 100%;
}
.top_wrap .box .item img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	min-height: 120px;
	width: 100%;
}
.top_wrap .box .item .txt_content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	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,.8);
	height: 80%;
	width: 80%;
}
.top_wrap .box .item .txt_content h2 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}
.top_wrap .box .item .txt_content h2 span {
	display: block;
	color: rgba(80,80,80,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.top_wrap .box .item:hover h2,
.top_wrap .box .item:hover h2 span {
	color: rgba(153,0,0,1);
}
.top_wrap .box .item .arrow {
	position: absolute;
	bottom: 10%;
	right: 5%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	content:"";
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid rgba(153,0,0,1);
	border-right: 3px solid rgba(153,0,0,1);
	transform: rotate(-45deg);
}
/*バナー_sp*/
.top_wrap .ec_banner {
	margin: 50px auto 80px;
	text-align: center;
	width: 95%;
}
.top_wrap .ec_banner img {
	height: auto;
	width: 100%;
}
/*新着_sp*/
.news_wrap {
	margin: 0 0 80px;
}
.news_wrap .news_title {
	margin: 0 0 30px;
}
.news_wrap .news_title h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
}
.news_wrap .news_title h3 + span {
	display: block;
	border-bottom: solid 2px rgba(150,150,150,1);
	margin: 0 auto;
	width: 50px;
}
.news_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-weight: bold;
	margin: 0 auto;
	height: 250px;
	overflow-y: scroll;
	width: 95%;
}
.news_wrap dl dt {
	font-size: 1.1rem;
	padding: 10px 0;
	text-align: center;
	width: 30%;
}
.news_wrap dl span {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 auto 0;
	text-align: center;
	padding: 3px 0;
	width: 85%;
}
.news_wrap dl dt .pickup {
	background: rgba(153,0,0,1);
	color: #FFF;
}
.news_wrap dl dt .news {
	background: rgba(102,102,102,1);
	color: #FFF;
}
.news_wrap dl dd {
	font-size: 1.3rem;
	padding: 10px 0;
	width: 70%;
}
.news_wrap dl dd a {
	color: #900;
	text-decoration: underline; 
}
/*メッセージ_sp*/
.message_wrap {
	background: rgba(240,240,240,1);
	padding: 50px 0;
}
.message_wrap h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.message_wrap .txt {
	margin: 0 auto 30px;
	width: 90%;
}
.message_wrap .txt p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 25px;
}
.message_wrap .name {
	margin: 0 0 20px;
}
.message_wrap .name p {
	color: rgba(150,150,150,1);
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
.message_wrap .name p span {
	display: block;
	font-size: 1.5rem;
}
.message_wrap .link {
	text-align: center;
}
.message_wrap .link a {
	display: inline-block;
	background: #FFF;
	border: solid 2px rgba(204,204,204,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 80px;
}
.message_wrap .link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}


}

/*----------------------
▲メインコンテンツ▲
----------------------*/

/*----------------------
▼会社概要　company.html▼
----------------------*/

@media (min-width:960px){
.company_wrap {
	margin: 0 0 80px;
}
.company_wrap .top_txt {
	margin: 40px 0;
	text-align: center;
}
.company_wrap .top_txt h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
	margin: 0 0 40px;
}
.company_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 auto 80px;
	width: 960px;
}
.company_wrap dl dt {
	padding: 10px 0 10px 20px;
	width: 30%;
}
.company_wrap dl dd {
	padding: 10px 0;
	width: 70%;
}
.company_wrap dl dt:nth-of-type(odd),
.company_wrap dl dd:nth-of-type(odd) {
	background: rgba(252,247,222,.8);
}
.company_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
/*マップ*/
.company_wrap .map {
	text-align: center;
}
.company_wrap .map h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
}
.company_wrap .map h2 + span {
	display: block;
	border-bottom: solid 2px rgba(150,150,150,1);
	margin: 0 auto 40px;
	width: 50px;
}

.company_wrap .map p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.company_wrap .map .link {
	margin: 20px 0 0;
}
.company_wrap .map .link a {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}
.company_wrap .map iframe {
	height: 300px;
	width: 960px;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.company_wrap {
	margin: 0 0 80px;
}
.company_wrap .top_txt {
	margin: 40px 0;
	text-align: center;
}
.company_wrap .top_txt h1 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
	margin: 0 0 40px;
}
.company_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 auto 80px;
	width: 95%;
}
.company_wrap dl dt {
	padding: 10px 0 10px 20px;
	width: 30%;
}
.company_wrap dl dd {
	padding: 10px 0;
	width: 70%;
}
.company_wrap dl dt:nth-of-type(odd),
.company_wrap dl dd:nth-of-type(odd) {
	background: rgba(252,247,222,.8);
}
.company_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
/*マップ*/
.company_wrap .map {
	text-align: center;
}
.company_wrap .map h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
}
.company_wrap .map h2 + span {
	display: block;
	border-bottom: solid 2px rgba(150,150,150,1);
	margin: 0 auto 40px;
	width: 50px;
}
.company_wrap .map p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.company_wrap .map .link {
	margin: 20px 0 0;
}
.company_wrap .map .link a {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}
.company_wrap .map iframe {
	height: 300px;
	width: 95%;
}

}

@media (max-width:599px){
.company_wrap {
	margin: 0 0 80px;
}
.company_wrap .top_txt {
	margin: 40px auto;
	width: 95%;
}
.company_wrap .top_txt h1 {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.company_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-weight: bold;
	margin: 0 auto 80px;
	width: 95%;
}
.company_wrap dl dt {
	font-size: 1.1rem;
	padding: 10px 0 10px 5px;
	width: 30%;
}
.company_wrap dl dd {
	font-size: 1.3rem;
	padding: 10px 5px 10px 0;
	width: 70%;
}
.company_wrap dl dt:nth-of-type(odd),
.company_wrap dl dd:nth-of-type(odd) {
	background: rgba(252,247,222,.8);
}
.company_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
/*マップ_sp*/
.company_wrap .map {
	text-align: center;
}
.company_wrap .map h2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
}
.company_wrap .map h2 + span {
	display: block;
	border-bottom: solid 2px rgba(150,150,150,1);
	margin: 0 auto 20px;
	width: 50px;
}
.company_wrap .map p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.company_wrap .map .link {
	margin: 20px 0 0;
}
.company_wrap .map .link a {
	color: #900;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}
.company_wrap .map iframe {
	height: 200px;
	width: 95%;
}

}

/*----------------------
▲会社概要▲
----------------------*/

/*----------------------
▼店舗一覧▼
----------------------*/

@media (min-width:960px){
.shop_wrap {
	margin: 0 0 40px;
}
.shop_wrap .back_color {
	background: rgba(252,247,222,.7);
	padding: 50px 0;
}
/*content_wrap_1*/
.shop_wrap .content_wrap_1 {
	margin: 0 auto;
	width: 960px;
}
.shop_wrap .content_wrap_1 h1 {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.shop_wrap .content_wrap_1 h1 span {
	color: rgba(140,140,140,1);
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 0 15px;
}
.shop_wrap .content_wrap_1 .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 60px;
}
.shop_wrap .content_wrap_1 .box .pic_item {
	width: 470px;
}
.shop_wrap .content_wrap_1 .box .txt_item {
	width: 440px;
}
.shop_wrap .content_wrap_1 .box .txt_item p {
	font-size: 2rem;
	font-weight: bold;
	line-height: 35px;
}
.shop_wrap .content_wrap_1 .box .txt_item p span {
	display: block; 
	background: #900;
	border-radius: 20px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: center;
	width: 120px;
}
/*ECリンク*/
.shop_wrap .content_wrap_1 .ec_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: #FFF;
	border: solid 3px rgba(198,156,109,1);
	padding: 20px 40px;
}
.shop_wrap .content_wrap_1 .ec_box .txt_item {
	width: 440px;
}
.shop_wrap .content_wrap_1 .ec_box .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
}
.shop_wrap .content_wrap_1 .ec_box .link_item {
	background: #900;
	height: 80px;
	text-align: center;
	width: 400px;
}
.shop_wrap .content_wrap_1 .ec_box .link_item a {
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 80px;
}
.shop_wrap .content_wrap_1 .ec_box .link_item a:hover {
	opacity: .4;
}
.shop_wrap .content_wrap_1 .ec_box .link_item a img {
	margin: 0 10px 0 0;
}
.shop_wrap .content_wrap_1 .ec_box .link_item .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}
/*content_wrap_2*/
.shop_wrap .content_wrap_2 {
	margin: 0 auto;
	padding: 50px 0;
	width: 960px;
}
.shop_wrap .content_wrap_2 .top_txt p {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.shop_wrap .content_wrap_2 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 auto 80px;
	width: 960px;
}
.shop_wrap .content_wrap_2 dl dt {
	border-top: solid 1px rgba(198,156,109,1);
	background: rgba(252,247,222,.4);
	padding: 15px 0 15px 30px;
	width: 20%;
}
.shop_wrap .content_wrap_2 dl dd {
	border-top: solid 1px rgba(198,156,109,1);
	padding: 15px 0 15px 30px;
	width: 80%;
}
.shop_wrap .content_wrap_2 dl dd a {
	color: #900;
	text-decoration: underline;
}
.shop_wrap .content_wrap_2 dl dt:last-of-type,
.shop_wrap .content_wrap_2 dl dd:last-of-type {
	border-bottom: solid 1px rgba(198,156,109,1);
}
/*メニュー外部リンク*/
.shop_wrap .content_wrap_2 .menu_link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(252,247,222,.6);
	padding: 40px;
}
.shop_wrap .content_wrap_2 .menu_link .txt_item {
	width: 450px;
}
.shop_wrap .content_wrap_2 .menu_link .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
}
.shop_wrap .content_wrap_2 .menu_link .link_item {
	background: rgba(255,153,0,1);
	height: 80px;
	text-align: center;
	width: 400px;
}
.shop_wrap .content_wrap_2 .menu_link .link_item a {
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 80px;
}
.shop_wrap .content_wrap_2 .menu_link .link_item a:hover {
	opacity: .4;
}
.shop_wrap .content_wrap_2 .menu_link .link_item .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}
/*アクセス*/
.shop_wrap .content_wrap_2 .map {
	margin: 50px 0 40px;
	text-align: center;
}
.shop_wrap .content_wrap_2  .map h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
}
.shop_wrap .content_wrap_2  .map p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.shop_wrap .content_wrap_2  .map .link {
	margin: 20px 0 0;
}
.shop_wrap .content_wrap_2  .map .link a {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}
.shop_wrap .content_wrap_2  .map iframe {
	height: 300px;
	width: 960px;
}
/*下部EC*/
.shop_wrap .content_wrap_2 .ec_link {
	text-align: center;
}
.shop_wrap .content_wrap_2 .ec_link a {
	display: block;
	background: rgba(153,0,0,1);
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 25px 0;
}
.shop_wrap .content_wrap_2 .ec_link a:hover {
	opacity: .4;
}
.shop_wrap .content_wrap_2 .ec_link a img {
	margin: 0 10px 0 0;
}
.shop_wrap .content_wrap_2 .ec_link .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}

}

@media (min-width: 600px) and (max-width: 959px) {
.shop_wrap {
	margin: 0 0 40px;
}
.shop_wrap .back_color {
	background: rgba(252,247,222,.7);
	padding: 50px 0;
}
/*content_wrap_1_tb*/
.shop_wrap .content_wrap_1 {
	margin: 0 auto;
	width: 95%;
}
.shop_wrap .content_wrap_1 h1 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.shop_wrap .content_wrap_1 h1 span {
	color: rgba(140,140,140,1);
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0 0 0 15px;
}
.shop_wrap .content_wrap_1 .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 60px;
}
.shop_wrap .content_wrap_1 .box .pic_item {
	width: 50%;
}
.shop_wrap .content_wrap_1 .box .pic_item img {
	height: auto;
	width: 100%;
}
.shop_wrap .content_wrap_1 .box .txt_item {
	width: 48%;
}
.shop_wrap .content_wrap_1 .box .txt_item p {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 30px;
}
.shop_wrap .content_wrap_1 .box .txt_item p span {
	display: block; 
	background: #900;
	border-radius: 20px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: center;
	width: 120px;
}
/*ECリンク_tb*/
.shop_wrap .content_wrap_1 .ec_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: #FFF;
	border: solid 3px rgba(198,156,109,1);
	padding: 20px 20px;
}
.shop_wrap .content_wrap_1 .ec_box .txt_item {
	width: 50%;
}
.shop_wrap .content_wrap_1 .ec_box .txt_item p {
	font-size: 1.3rem;
	font-weight: bold;
}
.shop_wrap .content_wrap_1 .ec_box .link_item {
	background: #900;
	height: 80px;
	text-align: center;
	width: 45%;
}
.shop_wrap .content_wrap_1 .ec_box .link_item a {
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 80px;
}
.shop_wrap .content_wrap_1 .ec_box .link_item a img {
	margin: 0 10px 0 0;
}
.shop_wrap .content_wrap_1 .ec_box .link_item .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}
/*content_wrap_2_tb*/
.shop_wrap .content_wrap_2 {
	margin: 0 auto;
	padding: 50px 0;
	width: 95%;
}
.shop_wrap .content_wrap_2 .top_txt p {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.shop_wrap .content_wrap_2 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 auto 80px;
	width: 100%;
}
.shop_wrap .content_wrap_2 dl dt {
	border-top: solid 1px rgba(198,156,109,1);
	background: rgba(252,247,222,.4);
	padding: 15px 0 15px 30px;
	width: 20%;
}
.shop_wrap .content_wrap_2 dl dd {
	border-top: solid 1px rgba(198,156,109,1);
	padding: 15px 0 15px 30px;
	width: 80%;
}
.shop_wrap .content_wrap_2 dl dd a {
	color: #900;
	text-decoration: underline;
}
.shop_wrap .content_wrap_2 dl dt:last-of-type,
.shop_wrap .content_wrap_2 dl dd:last-of-type {
	border-bottom: solid 1px rgba(198,156,109,1);
}
/*メニュー外部リンク_tb*/
.shop_wrap .content_wrap_2 .menu_link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: rgba(252,247,222,.6);
	padding: 30px 20px;
}
.shop_wrap .content_wrap_2 .menu_link .txt_item {
	width: 45%;
}
.shop_wrap .content_wrap_2 .menu_link .txt_item p {
	font-size: 1.5rem;
	font-weight: bold;
}
.shop_wrap .content_wrap_2 .menu_link .link_item {
	background: rgba(255,153,0,1);
	height: 80px;
	text-align: center;
	width: 50%;
}
.shop_wrap .content_wrap_2 .menu_link .link_item a {
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 80px;
}
.shop_wrap .content_wrap_2 .menu_link .link_item .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}
/*アクセス_tb*/
.shop_wrap .content_wrap_2 .map {
	margin: 50px 0 40px;
	text-align: center;
}
.shop_wrap .content_wrap_2  .map h2 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
}
.shop_wrap .content_wrap_2  .map p {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.shop_wrap .content_wrap_2  .map .link {
	margin: 20px 0 0;
}
.shop_wrap .content_wrap_2  .map .link a {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}
.shop_wrap .content_wrap_2  .map iframe {
	height: 300px;
	width: 100%;
}
/*下部EC_tb*/
.shop_wrap .content_wrap_2 .ec_link {
	text-align: center;
}
.shop_wrap .content_wrap_2 .ec_link a {
	display: block;
	background: rgba(153,0,0,1);
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 25px 0;
}
.shop_wrap .content_wrap_2 .ec_link a img {
	margin: 0 10px 0 0;
}
.shop_wrap .content_wrap_2 .ec_link .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}

}

@media (max-width:599px){
.shop_wrap {
	margin: 0 0 30px;
}
.shop_wrap .back_color {
	background: rgba(252,247,222,.7);
	padding: 30px 0;
}
/*content_wrap_1_sp*/
.shop_wrap .content_wrap_1 {
	margin: 0 auto;
	width: 95%;
}
.shop_wrap .content_wrap_1 h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0 0 10px;
}
.shop_wrap .content_wrap_1 h1 span {
	display: block;
	color: rgba(140,140,140,1);
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0;
}
.shop_wrap .content_wrap_1 .box {
	margin: 0 0 20px;
}
.shop_wrap .content_wrap_1 .box:nth-of-type(2) {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 0 0 20px;
}
.shop_wrap .content_wrap_1 .box .pic_item {
	margin: 0 0 10px;
	width: 100%;
}
.shop_wrap .content_wrap_1 .box .pic_item img {
	height: auto;
	width: 100%;
}
.shop_wrap .content_wrap_1 .box .txt_item {
	height: auto;
	width: 100%;
}
.shop_wrap .content_wrap_1 .box .txt_item p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.shop_wrap .content_wrap_1 .box .txt_item p span {
	display: block; 
	background: #900;
	border-radius: 20px;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: center;
	width: 120px;
}
/*ECリンク_sp*/
.shop_wrap .content_wrap_1 .ec_box {
	background: #FFF;
	border: solid 3px rgba(198,156,109,1);
	padding: 20px 20px;
}
.shop_wrap .content_wrap_1 .ec_box .txt_item {
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.shop_wrap .content_wrap_1 .ec_box .txt_item p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 18px;
}
.shop_wrap .content_wrap_1 .ec_box .link_item {
	background: #900;
	height: 50px;
	text-align: center;
	width: 100%;
}
.shop_wrap .content_wrap_1 .ec_box .link_item a {
	display: block;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 50px;
}
.shop_wrap .content_wrap_1 .ec_box .link_item a img {
	margin: 0 10px 0 0;
}
.shop_wrap .content_wrap_1 .ec_box .link_item .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}
/*content_wrap_2_sp*/
.shop_wrap .content_wrap_2 {
	margin: 0 auto;
	padding: 50px 0;
	width: 95%;
}
.shop_wrap .content_wrap_2 .top_txt p {
	color: #900;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 30px;
	line-height: 20px;
}
.shop_wrap .content_wrap_2 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 auto 50px;
	width: 100%;
}
.shop_wrap .content_wrap_2 dl dt {
	border-top: solid 1px rgba(198,156,109,1);
	background: rgba(252,247,222,.4);
	padding: 15px 0 15px 5px;
	width: 20%;
}
.shop_wrap .content_wrap_2 dl dd {
	border-top: solid 1px rgba(198,156,109,1);
	padding: 15px 0 15px 10px;
	width: 80%;
}
.shop_wrap .content_wrap_2 dl dd a {
	color: #900;
	text-decoration: underline;
}
.shop_wrap .content_wrap_2 dl dt:last-of-type,
.shop_wrap .content_wrap_2 dl dd:last-of-type {
	border-bottom: solid 1px rgba(198,156,109,1);
}
/*メニュー外部リンク_sp*/
.shop_wrap .content_wrap_2 .menu_link {
	background: rgba(252,247,222,.6);
	padding: 20px 20px;
}
.shop_wrap .content_wrap_2 .menu_link .txt_item {
	height: auto;
	width: 100%;
}
.shop_wrap .content_wrap_2 .menu_link .txt_item p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 20px;
}
.shop_wrap .content_wrap_2 .menu_link .link_item {
	background: rgba(255,153,0,1);
	height: 50px;
	text-align: center;
	width: 100%;
}
.shop_wrap .content_wrap_2 .menu_link .link_item a {
	display: block;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 50px;
}
.shop_wrap .content_wrap_2 .menu_link .link_item .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}
/*アクセス_sp*/
.shop_wrap .content_wrap_2 .map {
	margin: 50px 0 30px;
	text-align: center;
}
.shop_wrap .content_wrap_2  .map h2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1px;
}
.shop_wrap .content_wrap_2  .map p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.shop_wrap .content_wrap_2  .map .link {
	margin: 20px 0 0;
}
.shop_wrap .content_wrap_2  .map .link a {
	color: #900;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}
.shop_wrap .content_wrap_2  .map iframe {
	height: 300px;
	width: 100%;
}
/*下部EC_sp*/
.shop_wrap .content_wrap_2 .ec_link {
	text-align: center;
}
.shop_wrap .content_wrap_2 .ec_link a {
	display: block;
	background: rgba(153,0,0,1);
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 25px 0;
}
.shop_wrap .content_wrap_2 .ec_link a img {
	margin: 0 10px 0 0;
}
.shop_wrap .content_wrap_2 .ec_link .arrow::after {
	content:"";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 2px 15px;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	transform: rotate(-45deg);
}

}

/*----------------------
▲店舗一覧▲
----------------------*/


/*----------------------
▼個人情報保護方針　pp.html▼
----------------------*/

@media (min-width:960px){
.pp_wrap {
	margin: 50px auto;
	width: 960px;
}
.pp_wrap .txt {
	margin: 0 0 20px;
}
.pp_wrap h1 {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.pp_wrap h2 {
	font-size: 1.5rem;
	font-weight: bold;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_wrap .box {
	border: solid thin rgba(204,204,204,1);
	margin: 20px 0;
	padding: 25px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pp_wrap {
	margin: 50px auto;
	width: 95%;
}
.pp_wrap .txt {
	margin: 0 0 20px;
}
.pp_wrap h1 {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.pp_wrap h2 {
	font-size: 1.5rem;
	font-weight: bold;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_wrap .box {
	border: solid thin rgba(204,204,204,1);
	margin: 20px 0;
	padding: 25px;
}

}

@media (max-width:599px){
.pp_wrap {
	margin: 30px auto;
	width: 95%;
}
.pp_wrap .txt {
	margin: 0 0 20px;
}
.pp_wrap h1 {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
.pp_wrap h2 {
	font-size: 1.3rem;
	font-weight: bold;
}
.pp_wrap p {
	font-size: 1.3rem;
}
.pp_wrap .box {
	border: solid thin rgba(204,204,204,1);
	margin: 20px 0;
	padding: 20px;
}

}

/*----------------------
▲個人情報保護方針▲
----------------------*/

/*----------------------
▼お問い合わせ　contact.html▼
----------------------*/

@media (min-width:960px){
.form_wrap {
	margin: 80px auto;
	width: 960px;
}
.item_box,
.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;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(252,247,222,1);
	border: solid thin rgba(204,204,204,1);
	height: 40px;
	text-align: center;
	width: 30%;
}
.item_box .item_right {
	height: 45px;
	width: 67%;
}
.item_box_message .item_right {
	width: 67%;
}

.item_box .item_left p,
.item_box_message .item_left 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;
}
.submit_check_box label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}
.drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.txt_item {
	height: 40px;
	width: 100%;
}
.submit_check_item {
	margin-right: 10px;
}
.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.submit_check_box label {
	cursor: pointer;
}
.submit_check_box a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

/*送信系*/
.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;
	width: 67%;
}
.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;
	width: 30%;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.form_wrap {
	margin: 80px auto;
	width: 95%;
}
.item_box,
.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;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(252,247,222,1);
	border: solid thin rgba(204,204,204,1);
	height: 40px;
	text-align: center;
	width: 30%;
}
.item_box .item_right {
	height: 45px;
	width: 67%;
}
.item_box_message .item_right {
	width: 67%;
}

.item_box .item_left p,
.item_box_message .item_left 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;
}
.submit_check_box label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
}
.drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.txt_item {
	height: 40px;
	width: 100%;
}
.submit_check_item {
	margin-right: 10px;
}
.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.submit_check_box label {
	cursor: pointer;
}
.submit_check_box a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

/*送信系_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;
	width: 67%;
}
.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: 30%;
}

}

@media (max-width:599px){
.form_wrap {
	margin: 30px auto 50px;
	width: 95%;
}
.item_box,
.item_box_message {
	margin: 0 0 20px;
	width: 100%;
}
.item_box .item_left,
.item_box_message .item_left {
	background: rgba(252,247,222,1);
	border: solid thin rgba(204,204,204,1);
	height: 40px;
	text-align: center;
	margin: 0 0 10px;
	width: 100%;
}
.item_box .item_right {
	height: 45px;
	width: 100%;
}
.item_box_message .item_right {
	width: 100%;
}

.item_box .item_left p,
.item_box_message .item_left 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;
}
.submit_check_box label {
	display: block;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
}
.drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 100%;
}
.txt_item {
	height: 40px;
	width: 100%;
}
.submit_check_item {
	margin-right: 10px;
}
.item_box_message .message_item {
	height: 130px;
	width: 100%;
}
input[type="submit"][disabled] {
	background: rgba(245,245,245,1);
	color: rgba(204,204,204,1);
	cursor: default;
}
.submit_check_box a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

/*送信系_sp*/
.sub_btn_wrap {
	margin: 25px 0 20px;
	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: 70px;
	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: 50px;
	margin: 0 0 10px;
	width: 100%;
}
input[type=text],
input[type=tel],
input[type=email],
textarea {
    border: solid thin rgba(204,204,204,1);
    -webkit-border-radius : 0;
    -webkit-appearance : none;/*内影*/
    -webkit-tap-highlight-color : rgba(0,0,0,0);/*タップ時影*/
}

}

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

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

@media (min-width:960px){
.footer_wrap {
	background: url(images/foot-back.jpg) top no-repeat;
	background-size: cover;
	padding: 50px 0 30px;
}
.footer_wrap address {
	margin: 0 0 30px;
	text-align: center;
}
.footer_wrap address img {
	margin: 0 0 40px;
}
.footer_wrap address p {
	color: #FFF;
	font-style: normal;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.footer_wrap .shop_link {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: rgba(255,255,255,.8);
	margin: 0 auto 30px;
	padding: 30px 20px;
	width: 960px;
}
.footer_wrap .shop_link a {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 25px;
}
.footer_wrap .shop_link a:hover {
	opacity: .4;
}
.footer_wrap .shop_link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 5px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

.footer_wrap nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.footer_wrap nav ul li {
	text-align: center;
	width: 160px;
}
.footer_wrap nav ul li a {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 40px;
}
.footer_wrap ul li+li {
	/*区切り線*/
	border-left: 1px solid #FFF;
	height: 40px;
}
small {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.footer_wrap {
	background: url(images/foot-back.jpg) top no-repeat;
	background-size: cover;
	padding: 50px 0 30px;
}
.footer_wrap address {
	margin: 0 0 30px;
	text-align: center;
}
.footer_wrap address img {
	margin: 0 0 40px;
}
.footer_wrap address p {
	color: #FFF;
	font-style: normal;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.footer_wrap .shop_link {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: rgba(255,255,255,.8);
	margin: 0 auto 30px;
	padding: 30px 20px;
	width: 95%;
}
.footer_wrap .shop_link a {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 25px;
}
.footer_wrap .shop_link .arrow::after {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 0 2px 5px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

.footer_wrap nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
}
.footer_wrap nav ul li {
	text-align: center;
	width: 160px;
}
.footer_wrap nav ul li a {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 40px;
}
.footer_wrap ul li+li {
	/*区切り線*/
	border-left: 1px solid #FFF;
	height: 40px;
}
small {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

}

@media (max-width:599px){
.footer_wrap {
	background: url(images/foot-back.jpg) top no-repeat;
	background-size: cover;
	padding: 30px 0 10px;
}
.footer_wrap address {
	margin: 0 0 20px;
	text-align: center;
}
.footer_wrap address img {
	height: auto;
	margin: 0 0 20px;
	width: 50%;
}
.footer_wrap address p {
	color: #FFF;
	font-style: normal;
	font-size: 1.5rem;
	font-weight: bold;
}
.footer_wrap .shop_link {
	background: rgba(255,255,255,.8);
	margin: 0 auto 30px;
	padding: 25px 5px 25px 0;
	width: 95%;
}
.footer_wrap .shop_link a {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 7px 13px;
}
.footer_wrap .shop_link .arrow::before {
	content:"";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 7px 1px 0;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}

.footer_wrap nav ul {
	display: none;
}
small {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 0 60px;
	text-align: center;
}

}

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

/*----------------------
▼テコロナキスト▼
----------------------*/

@media (min-width:960px){
.korona_wrap {
	background: rgba(240,240,240,1);
	margin: 50px auto;
	text-align: center;
	padding: 30px;
	width: 1000px;
}
.korona_wrap_2 {
	background: rgba(240,240,240,1);
	margin: 50px auto 30px;
	padding: 30px;
	width: 1000px;
}
.korona_wrap_2 .time {
	background: #fff;
	padding: 15px;
	margin: 15px 0;
}
.korona_wrap p,
.korona_wrap_2 p {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
}
.korona_wrap p span,
.korona_wrap_2 p span {
	display: block; 
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.korona_wrap {
	background: rgba(240,240,240,1);
	margin: 50px auto;
	text-align: center;
	padding: 30px;
	width: 95%;
}
.korona_wrap_2 {
	background: rgba(240,240,240,1);
	margin: 50px auto 30px;
	padding: 30px;
	width: 95%;
}
.korona_wrap_2 .time {
	background: #fff;
	padding: 15px;
	margin: 15px 0;
}
.korona_wrap p,
.korona_wrap_2 p {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
}
.korona_wrap p span,
.korona_wrap_2 p span {
	display: block; 
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px;
}

}

@media (max-width:599px){
.korona_wrap {
	background: rgba(240,240,240,1);
	margin: 40px auto 30px;
	padding: 20px;
	width: 95%;
}
.korona_wrap_2 {
	background: rgba(240,240,240,1);
	margin: 50px auto 10px;
	padding: 20px;
	width: 95%;
}
.korona_wrap_2 .time {
	background: #fff;
	padding: 15px;
	margin: 15px 0;
}
.korona_wrap p,
.korona_wrap_2 p {
	color: #900;
	font-size: 1.3rem;
	font-weight: bold;
}
.korona_wrap p span,
.korona_wrap_2 p span {
	display: block; 
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}

}

/*----------------------
▲コロナ▲
----------------------*/
