@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;}

p {
	color: rgba(60,60,60,1);
}
/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: #F8F4EE;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*パンクズ*/
.breadcrumb {
	box-shadow: 0 10px 10px -5px rgba(220,220,220,1);
	padding: 15px 40px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
	color: rgba(102,102,102,1);
}
.breadcrumb a {
	color: rgba(102,102,102,1);
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
.breadcrumb a:hover {
	opacity: .5;
}
/*アニメーション_js*/
.animation_js {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
p {
	color: rgba(60,60,60,1);
}
/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: #F8F4EE;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
/*パンクズ*/
.breadcrumb {
	box-shadow: 0 10px 10px -5px rgba(220,220,220,1);
	padding: 15px 20px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
	color: rgba(102,102,102,1);
}
.breadcrumb a {
	color: rgba(102,102,102,1);
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
/*アニメーション_js*/
.animation_js {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}


}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}

p {
	color: rgba(60,60,60,1);
}
/*パンクズ*/
.breadcrumb {
	box-shadow: 0 10px 10px -5px rgba(220,220,220,1);
	padding: 10px 20px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1rem;
	font-weight: bold;
	color: rgba(102,102,102,1);
}
.breadcrumb a {
	color: rgba(102,102,102,1);
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
/*アニメーション_js*/
.animation_js {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1.5s;
}
/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
	height: 45px;
	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(102,102,102,1);
    font-size: 1.2rem;
	font-weight: bold;
    text-align: center;
    display: block;
}
.scroll_left {
	background: rgba(255,255,255,1);
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: rgba(255,255,255,1);
	width: 60%;
	height: 35px;
	line-height: 35px;
	display: block;
	border-radius: 10px;
}
.scroll_center img {
	height: 1.3rem;
	margin: 0 7px 0 0;
	width: auto;
}
.scroll_right {
	background: rgba(255,255,255,1);
	font-size: 1.5rem;
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;	
}

}

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

@media (min-width:960px){

.head_wrap {
	position: relative;
	height: 750px;
	overflow: hidden;
	width: 100%;
}
.head_wrap .hero {
	position: absolute;
	background: url(images/main-pic.jpg) left no-repeat;
	background-size: cover;
    -webkit-animation: animepic 5s linear;
    animation: animepic 5s linear;
	height: 750px;
	width: 100%;
	z-index: -1;
}
@keyframes animepic {
0% {
	opacity: 1;
	transform: scale(1.1) ;}
100% {
	opacity: 1;
	transform: scale(1) ;}
}
.head_wrap .top_info p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 20px 40px 0 0;
	text-align: right;
}
.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 40px;
}
.head_box .logo_item img:hover {
	opacity: .4;
}
/*下層*/
.head_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) left no-repeat;
	background-size: cover;
	height: 130px;
	width: 100%;
}
.head_wrap_under .top_info p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 20px 40px 0 0;
	text-align: right;
}
.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 40px;
}
.head_box .logo_item img:hover {
	opacity: .4;
}
/*ナビ*/
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.5rem;
	margin: 20px auto 0;
	max-width: 100%;
}
#global_nav ul a {
	color: rgba(40,40,40,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 	font-size: 1.5rem;
	font-weight: bold;
	padding: 0 0 0 40px;
}
#global_nav ul a:hover {
	opacity: .4;
}
#global_nav ul .tel a {
	font-size: 2.5rem;
}
#global_nav ul .tel a img {
	height: 1.8rem;
	margin: 0 8px 5px 0;
}
#global_nav ul .contact a {
	display: inline-block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 50px;
	margin: 0 0 0 40px;
}
#global_nav ul .contact a img {
	height: 1.3rem;
	margin: 0 8px 2px 0;
}
#global_nav #close,
#global_nav .time,
#global_nav .tel_sp,
#global_nav .insta,
#global_nav .home {
	display: none;
}
/*テキスト*/
.head_wrap .head_txt {
	position: absolute;
	top: 50%;
	left: 100px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.head_wrap .head_txt h2 {
	color: rgba(51,51,51,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3rem;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 6px;
	margin: 0 0 20px;
}
.head_wrap .head_txt a {
	display: inline-block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	color: rgba(51,51,51,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 100px;
}
.head_wrap .head_txt a:hover {
	opacity: .4;
}
.head_wrap .head_txt a img {
	margin: 0 8px 2px 0;
}
.head_wrap .txt_2 {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}

}

@media (min-width: 600px) and (max-width: 959px) {
.head_wrap {
	position: relative;
	height: 500px;
	overflow: hidden;
	width: 100%;
}
.head_wrap .hero {
	position: absolute;
	background: url(images/main-pic.jpg) left no-repeat;
	background-size: cover;
    -webkit-animation: animepic 5s linear;
    animation: animepic 5s linear;
	height: 500px;
	width: 100%;
	z-index: -1;
}
@keyframes animepic {
0% {
	opacity: 1;
	transform: scale(1.1) ;}
100% {
	opacity: 1;
	transform: scale(1) ;}
}
.head_wrap .top_info p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 20px 20px 0 0;
	text-align: right;
}
.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 20px;
}

/*下層*/
.head_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) left no-repeat;
	background-size: cover;
	height: 130px;
	width: 100%;
}
.head_wrap_under .top_info p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 20px 20px 0 0;
	text-align: right;
}
.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 20px;
}
.head_box .logo_item img {
	height: auto;
	width: 130px;
}
/*ナビ*/
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	font-size: 1.3rem;
	margin: 15px auto 0;
	max-width: 100%;
}
#global_nav ul a {
	color: rgba(40,40,40,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 0 0 20px;
}
#global_nav ul .tel a {
	font-size: 2rem;
}
#global_nav ul .tel a img {
	height: 1.8rem;
	margin: 0 8px 5px 0;
}
#global_nav ul .contact a {
	display: inline-block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 20px;
	margin: 0 0 0 20px;
}
#global_nav ul .contact a img {
	height: 1.3rem;
	margin: 0 8px 2px 0;
}
#global_nav #close,
#global_nav .time,
#global_nav .tel_sp,
#global_nav .insta,
#global_nav .home {
	display: none;
}

/*テキスト*/
.head_wrap .head_txt {
	position: absolute;
	top: 50%;
	left: 60px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.head_wrap .head_txt h2 {
	color: rgba(51,51,51,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 4px;
	margin: 0 0 20px;
}
.head_wrap .head_txt a {
	display: inline-block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 100px;
}
.head_wrap .head_txt a img {
	margin: 0 8px 2px 0;
}
.head_wrap .txt_2 {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}


}

@media (max-width:599px){
.head_wrap {
	position: relative;
	height: 500px;
	overflow: hidden;
	width: 100%;
}
.head_wrap .hero {
	position: absolute;
	background: url(images/main-pic-sp.jpg) left no-repeat;
	background-size: cover;
    -webkit-animation: animepic 5s linear;
    animation: animepic 5s linear;
	height: 500px;
	width: 100%;
	z-index: -1;
}
@keyframes animepic {
0% {
	opacity: 1;
	transform: scale(1.1) ;}
100% {
	opacity: 1;
	transform: scale(1) ;}
}
.head_wrap .top_info p {
	display: none;
}
.head_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

/*下層*/
.head_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) right no-repeat;
	background-size: cover;
	height: 70px;
	width: 100%;
}
.head_wrap_under .top_info p {
	display: none;
}
.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 20px;
}
/*ロゴ*/
.head_box .logo_item img {
	height: auto;
	margin: 20px 0 0;
	width: 100px;
}
/*テキスト*/
.head_wrap .head_txt {
}
.head_wrap .head_txt h2 {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
	color: rgba(51,51,51,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 3px;
	margin: 0 0 20px;
}
.head_wrap .head_txt a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	display: block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	color: rgba(51,51,51,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 7px 0;
	text-align: center; 
	width: 90%;
}
.head_wrap .head_txt a img {
	height: 1.3rem;
	margin: 0 8px 2px 0;
	width: auto;
}
.head_wrap .txt_2 {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.head_wrap .txt_2 img {
	height: 150px;
	width: auto; 
}

/*ナビゲーション*/
#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	right: 00px;
	height: 65px;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,1);
	font-size: 1.3rem;
	max-height: 80vh;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	right: -1000px;
	margin: 70px 0 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding: 10px 0 15px;
	width: 98%;
}
#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;
}
#global_nav li {
	border-bottom: solid thin rgba(204,204,204,1);
	line-height: 50px;
	text-align: left;
	margin: 0 15px;
}
#global_nav a:link,nav a:visited {
	color: rgba(40,40,40,1);
}
#global_nav ul a {
	color: rgba(40,40,40,1);
 	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 0 0 20px;
}
#global_nav ul .tel {
	display: none;
}
#global_nav ul .tel_sp {
	border-bottom: none;
	line-height: 25px;
	margin: 10px 15px 5px;
}
#global_nav .time {
	color: rgba(60,60,60,1);
	font-size: 1rem;
	font-weight: bold;
	line-height: 15px;
	text-align: left;
	padding: 0 0 10px 20px;
}
#global_nav ul .tel_sp a img {
	height: auto;
	margin: 0 8px 5px 0;
	width: 15px;
}
#global_nav ul .contact a img {
	height: auto;
	margin: 0 8px 5px 0;
	width: 15px;
}
#global_nav ul .insta img {
	height: auto;
	margin: 0 8px 5px 0;
	width: 15px;
}
/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateX(-1000px);
	-webkit-transform: translateX(-1000px);
	transform: translateX(-1000px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 16px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: rgba(51,51,51,1);
	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);
}
#global_nav #close {
	border-bottom: none;
	color: rgba(40,40,40,1);
	font-weight: bold;
	padding: 10px 0 0;
	line-height: 25px;
	text-align: center;
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 17px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}

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

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

@media (min-width:960px){

/*コンセプト*/
.concept_wrap {
	position: relative;
	background: linear-gradient(90deg, #FFF 0%, #FFF 30%, #F8F4EE 30%, #F8F4EE 100%);
	margin: 100px 0;
	padding: 60px 0;
}
.concept_wrap h3 {
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.concept_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;
	width: 1000px;
}
.concept_wrap .box .pic_item {
	width: 450px;
}
.concept_wrap .box .txt_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 500px;
}
.concept_wrap .box .txt_item p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.concept_wrap .box .txt_item a {
	display: inline-block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 00px;
	text-align: center;
	margin-top: auto;
}
.concept_wrap .box .txt_item a:hover {
	opacity: .4;
}
.concept_wrap .box .txt_item a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 1px 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}
/*コンテンツ*/
.content_wrap {
	margin: 0 auto 100px;
	width: 1000px;
}
.content_wrap .box {
	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;
	margin: 0 0 50px;
}
.content_wrap .box .pic_item {
	border: solid thin rgba(220,220,220,1);
	width: 400px;
}
.content_wrap .box .pic_item img {
	box-shadow: 0 10px 10px -5px rgba(180,180,180,1);
	height: auto;
	width: 100%;
}
.content_wrap .box .txt_item {
	width: 550px;
}
.content_wrap .box .txt_item h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.content_wrap .box .txt_item p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
/*ピックアップ*/
.pickup_wrap {
	position: relative;
	background: #F7F7F7;
	margin: 0 auto 100px;
	padding: 30px 30px 30px;
	width: 1000px;
}
.pickup_wrap .top_txt {
	margin: 20px 0 30px;
}
.pickup_wrap .top_txt h3 {
	position: absolute;
	top: -10px;
	left: 30px;
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.pickup_wrap .top_txt p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.pickup_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.pickup_wrap .box .item {
	margin: 0 0 20px;
	width: 32%;
}
.pickup_wrap .box .item h4 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.pickup_wrap .box .item img {
	height: auto;
	width: 100%;
}
.pickup_wrap .box .item:nth-of-type(3n-1) {
	margin: 0 2%;
}
.pickup_wrap .link {
	margin: 20px 0 30px;
	text-align: center;
}
.pickup_wrap .link a {
	display: inline-block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 80px;
}
.pickup_wrap .link a:hover {
	opacity: .4;
}
.pickup_wrap .link a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 1px 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}
.pickup_wrap .coupon {
	text-align: center;
	margin: 0 0 0px
}
.pickup_wrap .coupon .txt {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.pickup_wrap .coupon .txt::before {
	position: absolute;
	content:"";
	left: -35px;
	bottom: 1px;
	border: solid thin rgba(60,60,60,1);
	height: 15px;
	transform: rotate(-45deg);
}
.pickup_wrap .coupon .txt::after {
	position: absolute;
	content:"";
	right: -35px;
	bottom: 1px;
	border: solid thin rgba(60,60,60,1);
	height: 15px;
	transform: rotate(45deg);
}
.pickup_wrap .coupon a {
	display: block;
	background: #931D44;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
}
.pickup_wrap .coupon a:hover {
	opacity: .4;
}
.pickup_wrap .coupon .txt_2 {
	font-size: 1.3rem;
	font-weight: bold;
}
/*ギャラリー*/
.gallery_wrap {
	margin: 0 auto 30px;
	width: 1000px;
}
.gallery_wrap h3 {
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	margin: 0 0 20px;
}
.gallery_wrap .top {
	margin: 0 0 20px;
}
.gallery_wrap .box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.gallery_wrap .box img {
	margin: 0 0 20px;
	width: 32%;
}
.gallery_wrap .box img:nth-of-type(3n-1) {
	margin: 0 2% 20px;
	width: 32%;
}
/*下部コンタクト*/
.under_contact {
	margin: 0 auto 50px;
	width: 1000px;
}
.under_contact .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.under_contact .tel_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	width: 50%;
}
.under_contact .tel_item .balloon {
	position: relative;
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 15px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: rgba(240,240,240,1);
}
.under_contact .tel_item .balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid rgba(240,240,240,1);
}
.under_contact .tel_item .balloon p {
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
}
.under_contact .tel_item .number p {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 20px;
}
.under_contact .tel_item .number p span {
	font-size: 1.1rem;
	font-weight: bold;
}
.under_contact .banner_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 50%;
}
.under_contact .banner_item a {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	width: 47%;
}
.under_contact .banner_item .contact {
	border: solid thin rgba(153,153,153,1);
	background: #F8F4EE;
}
.under_contact .banner_item .line {
	background: #3FA237;
	color: #fff;
}
.under_contact .banner_item a:hover {
	opacity: .4;
}
.under_contact .banner_item a img {
	margin: 0 10px 0 0;
}
/*MAP*/
.map {
	margin: 0 auto 10px;
	width: 98%;
}
.map iframe {
	height: 450px;
	vertical-align: bottom;
	width: 100%;
}
/*ショップ_下層*/
.shop_wrap {
	margin: 50px auto;
	width: 1000px;
}
.shop_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.shop_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.shop_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.shop_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(80,80,80,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.shop_wrap dl dt {
	padding: 15px 0 15px 20px;
	width: 170px;
}
.shop_wrap dl dd {
	padding: 15px 0;
	width: calc(100% - 170px);
}
.shop_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
.shop_wrap dl dt:nth-of-type(odd),
.shop_wrap dl dd:nth-of-type(odd) {
	background: #F8F4EE;
}
.shop_wrap .copy_wrap {
	margin: 10px 0 0;
	text-align: center;
}
.shop_wrap .copy_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.shop_wrap .copy_wrap button {
	cursor: pointer;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border: solid thin rgba(204,204,204,1);
	border-radius: 15px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 30px;
}
/*メニュー_下層*/
.menu_wrap {
	margin: 50px auto;
	width: 1000px;
}
.menu_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.menu_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.menu_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.menu_wrap .box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 30px;
}
.menu_wrap .box .item {
	margin: 0 0 20px;
	width: 48%;
}
.menu_wrap .box .item:nth-of-type(odd) {
	margin: 0 4% 20px 0;
}
.menu_wrap .box .item img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.menu_wrap .box .item h3 {
	color: rgba(50,50,50,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.menu_wrap .box .item p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.menu_wrap .coupon {
	text-align: center;
	margin: 0 0 0px
}
.menu_wrap .coupon .txt {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.menu_wrap .coupon a {
	display: block;
	background: #931D44;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
}
.menu_wrap .coupon a:hover {
	opacity: .4;
}
.menu_wrap .coupon .txt_2 {
	font-size: 1.3rem;
	font-weight: bold;
}
/*個人情報_ガイド_下層*/
.pp_wrap {
	margin: 80px auto;
	width: 1000px;
}
.pp_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.pp_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.pp_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.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;
}
}

@media (min-width: 600px) and (max-width: 959px) {
/*コンセプト*/
.concept_wrap {
	position: relative;
	background: linear-gradient(90deg, #FFF 0%, #FFF 30%, #F8F4EE 30%, #F8F4EE 100%);
	margin: 100px 0 80px;
	padding: 60px 0;
}
.concept_wrap h3 {
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.concept_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;
	width: 98%;
}
.concept_wrap .box .pic_item {
	width: 45%;
}
.concept_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.concept_wrap .box .txt_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50%;
}
.concept_wrap .box .txt_item p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.concept_wrap .box .txt_item a {
	display: inline-block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 00px;
	text-align: center;
	margin-top: auto;
}
.concept_wrap .box .txt_item a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 1px 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}
/*コンテンツ*/
.content_wrap {
	margin: 0 auto 100px;
	width: 98%;
}
.content_wrap .box {
	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;
	margin: 0 0 50px;
}
.content_wrap .box .pic_item {
	border: solid thin rgba(220,220,220,1);
	width: 45%;
}
.content_wrap .box .pic_item img {
	box-shadow: 0 10px 10px -5px rgba(180,180,180,1);
	height: auto;
	width: 100%;
}
.content_wrap .box .txt_item {
	width: 50%;
}
.content_wrap .box .txt_item h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.3rem;
	font-weight: bold;
	margin: 0 0 30px;
}
.content_wrap .box .txt_item p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
/*ピックアップ*/
.pickup_wrap {
	position: relative;
	background: #F7F7F7;
	margin: 0 auto 80px;
	padding: 20px 20px 20px;
	width: 98%;
}
.pickup_wrap .top_txt {
	margin: 20px 0 30px;
}
.pickup_wrap .top_txt h3 {
	position: absolute;
	top: -10px;
	left: 20px;
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.pickup_wrap .top_txt p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.pickup_wrap .box {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.pickup_wrap .box .item {
	margin: 0 0 20px;
	width: 32%;
}
.pickup_wrap .box .item h4 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.pickup_wrap .box .item img {
	height: auto;
	width: 100%;
}
.pickup_wrap .box .item:nth-of-type(3n-1) {
	margin: 0 2%;
}
.pickup_wrap .link {
	margin: 20px 0 30px;
	text-align: center;
}
.pickup_wrap .link a {
	display: inline-block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 80px;
}
.pickup_wrap .link a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 1px 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}
.pickup_wrap .coupon {
	text-align: center;
	margin: 0 0 0px
}
.pickup_wrap .coupon .txt {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.pickup_wrap .coupon .txt::before {
	position: absolute;
	content:"";
	left: -35px;
	bottom: 1px;
	border: solid thin rgba(60,60,60,1);
	height: 15px;
	transform: rotate(-45deg);
}
.pickup_wrap .coupon .txt::after {
	position: absolute;
	content:"";
	right: -35px;
	bottom: 1px;
	border: solid thin rgba(60,60,60,1);
	height: 15px;
	transform: rotate(45deg);
}
.pickup_wrap .coupon a {
	display: block;
	background: #931D44;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
}
.pickup_wrap .coupon .txt_2 {
	font-size: 1.3rem;
	font-weight: bold;
}
/*ギャラリー*/
.gallery_wrap {
	margin: 0 auto 30px;
	width: 98%;
}
.gallery_wrap h3 {
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	margin: 0 0 20px;
}
.gallery_wrap .top {
	margin: 0 0 20px;
}
.gallery_wrap .top img {
	height: auto;
	width: 100%;
}
.gallery_wrap .box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.gallery_wrap .box img {
	margin: 0 0 20px;
	width: 32%;
}
.gallery_wrap .box img:nth-of-type(3n-1) {
	margin: 0 2% 20px;
	width: 32%;
}
/*下部コンタクト*/
.under_contact {
	margin: 0 auto 50px;
	width: 98%;
}
.under_contact .box {
}
.under_contact .tel_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 20px;
	width: 100%;
}
.under_contact .tel_item .balloon {
	position: relative;
	display: inline-block;
	margin: 0 30px 0 0;
	padding: 15px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: rgba(240,240,240,1);
}
.under_contact .tel_item .balloon:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid rgba(240,240,240,1);
}
.under_contact .tel_item .balloon p {
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
}
.under_contact .tel_item .number p {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 20px;
}
.under_contact .tel_item .number p span {
	font-size: 1.1rem;
	font-weight: bold;
}
.under_contact .banner_item {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.under_contact .banner_item a {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
	width: 48%;
}
.under_contact .banner_item .contact {
	border: solid thin rgba(153,153,153,1);
	background: #F8F4EE;
}
.under_contact .banner_item .line {
	background: #3FA237;
	color: #fff;
}
.under_contact .banner_item a img {
	margin: 0 10px 0 0;
}
/*MAP*/
.map {
	margin: 0 auto 10px;
	width: 98%;
}
.map iframe {
	height: 450px;
	vertical-align: bottom;
	width: 100%;
}
/*ショップ_下層*/
.shop_wrap {
	margin: 50px auto;
	width: 98%;
}
.shop_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.shop_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.shop_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.shop_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(80,80,80,1);
	font-size: 1.5rem;
	font-weight: bold;
}
.shop_wrap dl dt {
	padding: 15px 0 15px 20px;
	width: 170px;
}
.shop_wrap dl dd {
	padding: 15px 0;
	width: calc(100% - 170px);
}
.shop_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
.shop_wrap dl dt:nth-of-type(odd),
.shop_wrap dl dd:nth-of-type(odd) {
	background: #F8F4EE;
}
.shop_wrap .copy_wrap {
	margin: 10px 0 0;
	text-align: center;
}
.shop_wrap .copy_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.shop_wrap .copy_wrap button {
	cursor: pointer;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border: solid thin rgba(204,204,204,1);
	border-radius: 15px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 30px;
}
/*メニュー_下層*/
.menu_wrap {
	margin: 50px auto;
	width: 98%;
}
.menu_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.menu_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.menu_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.menu_wrap .box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0 0 30px;
}
.menu_wrap .box .item {
	margin: 0 0 20px;
	width: 48%;
}
.menu_wrap .box .item:nth-of-type(odd) {
	margin: 0 4% 20px 0;
}
.menu_wrap .box .item img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.menu_wrap .box .item h3 {
	color: rgba(50,50,50,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.menu_wrap .box .item p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.menu_wrap .coupon {
	text-align: center;
	margin: 0 0 0px
}
.menu_wrap .coupon .txt {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.menu_wrap .coupon a {
	display: block;
	background: #931D44;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
}
.menu_wrap .coupon .txt_2 {
	font-size: 1.3rem;
	font-weight: bold;
}
/*個人情報_ガイド_下層*/
.pp_wrap {
	margin: 50px auto;
	width: 98%;
}
.pp_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.pp_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.pp_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.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;
}

}

@media (max-width:599px){
/*コンセプト*/
.concept_wrap {
	position: relative;
	background: linear-gradient(90deg, #FFF 0%, #FFF 10%, #F8F4EE 10%, #F8F4EE 100%);
	margin: 50px 0 50px;
	padding: 50px 0;
}
.concept_wrap h3 {
	position: absolute;
	top: -10px;
	left: 50%;
	-webkit-transform: translateY(0%) translateX(-50%);
	-ms-transform: translateY(0%) translateX(-50%);
	transform: translateY(0%) translateX(-50%);
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.concept_wrap .box {
	margin: 0 auto;
	width: 95%;
}
.concept_wrap .box .pic_item {
	margin: 0 0 20px;
	width: 100%;
}
.concept_wrap .box .pic_item img {
	height: auto;
	width: 100%;
}
.concept_wrap .box .txt_item {
}
.concept_wrap .box .txt_item p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.concept_wrap .box .txt_item a {
	display: block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 00px;
	text-align: center;
}
.concept_wrap .box .txt_item a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 1px 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}
/*コンテンツ*/
.content_wrap {
	margin: 0 auto 80px;
	width: 95%;
}
.content_wrap .box {
	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 50px;
}
.content_wrap .box .pic_item {
	border: solid thin rgba(220,220,220,1);
	width: 100%;
}
.content_wrap .box .pic_item img {
	box-shadow: 0 10px 10px -5px rgba(180,180,180,1);
	height: auto;
	width: 100%;
}
.content_wrap .box .txt_item {
	width: 100%;
}
.content_wrap .box .txt_item h4 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.content_wrap .box .txt_item p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 20px;
}
/*ピックアップ*/
.pickup_wrap {
	position: relative;
	background: #F7F7F7;
	margin: 0 auto 50px;
	padding: 20px 20px 20px;
	width: 100%;
}
.pickup_wrap .top_txt {
	margin: 20px 0 30px;
}
.pickup_wrap .top_txt h3 {
	position: absolute;
	top: -10px;
	left: 20px;
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 4px;
}
.pickup_wrap .top_txt p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.5rem;
	font-weight: bold;
}
.pickup_wrap .box {
}
.pickup_wrap .box .item {
	margin: 0 0 20px;
	width: 100%;
}
.pickup_wrap .box .item h4 {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.pickup_wrap .box .item img {
	height: auto;
	width: 100%;
}
.pickup_wrap .link {
	margin: 30px 0 30px;
	text-align: center;
}
.pickup_wrap .link a {
	display: block;
	background: #fff;
	border: solid thin rgba(153,153,153,1);
	border-radius: 25px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0px;
}
.pickup_wrap .link a::after {
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 1px 10px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(-45deg);
}
.pickup_wrap .coupon {
	text-align: center;
	margin: 0 0 0px
}
.pickup_wrap .coupon .txt {
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.pickup_wrap .coupon .txt::before {
	position: absolute;
	content:"";
	left: -25px;
	bottom: 1px;
	border: solid thin rgba(60,60,60,1);
	height: 15px;
	transform: rotate(-45deg);
}
.pickup_wrap .coupon .txt::after {
	position: absolute;
	content:"";
	right: -25px;
	bottom: 1px;
	border: solid thin rgba(60,60,60,1);
	height: 15px;
	transform: rotate(45deg);
}
.pickup_wrap .coupon a {
	display: block;
	background: #931D44;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
}
.pickup_wrap .coupon .txt_2 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}
/*ギャラリー*/
.gallery_wrap {
	margin: 0 auto 30px;
	width: 95%;
}
.gallery_wrap h3 {
	color: rgba(102,102,102,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 4px;
	text-align: center;
	margin: 0 0 20px;
}
.gallery_wrap .top {
	margin: 0 0 10px;
}
.gallery_wrap .top img {
	height: auto;
	width: 100%;
}
.gallery_wrap .box {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.gallery_wrap .box img {
	margin: 0 0 10px;
	width: 32%;
}
.gallery_wrap .box img:nth-of-type(3n-1) {
	margin: 0 2% 10px;
	width: 32%;
}
/*下部コンタクト*/
.under_contact {
	margin: 0 auto 30px;
	width: 95%;
}
.under_contact .box {
}
.under_contact .tel_item {
	margin: 0 0 20px;
	width: 100%;
}
.under_contact .tel_item .balloon {
	position: relative;
	margin: 0 0 30px;
	padding: 10px 0px;
	color: #555;
	background: rgba(240,240,240,1);
	text-align: center;
}
.under_contact .tel_item .balloon:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgba(240,240,240,1);
}
.under_contact .tel_item .balloon p {
	color: #333;
	font-size: 1.3rem;
	font-weight: bold;
}
.under_contact .tel_item .number p {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
.under_contact .tel_item .number p span {
	font-size: 1.1rem;
	font-weight: bold;
}
.under_contact .banner_item {
	width: 100%;
}
.under_contact .banner_item a {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.under_contact .banner_item .contact {
	background: #F8F4EE;
	margin: 0 0 10px;
}
.under_contact .banner_item .line {
	background: #3FA237;
	color: #fff;
}
.under_contact .banner_item a img {
	margin: 0 10px 0 0;
}
/*MAP*/
.map {
	margin: 0 auto 10px;
	width: 95%;
}
.map iframe {
	height: 350px;
	vertical-align: bottom;
	width: 100%;
}
/*ショップ_下層*/
.shop_wrap {
	margin: 30px auto;
	width: 95%;
}
.shop_wrap .top_txt {
	margin: 0 0 20px;
	text-align: center;
}
.shop_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.shop_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.shop_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	color: rgba(80,80,80,1);
	font-size: 1.3rem;
	font-weight: bold;
}
.shop_wrap dl dt {
	padding: 15px 0 15px 10px;
	width: 120px;
}
.shop_wrap dl dd {
	padding: 15px 0;
	width: calc(100% - 120px);
}
.shop_wrap dl dd a {
	color: #900;
	text-decoration: underline;
}
.shop_wrap dl dt:nth-of-type(odd),
.shop_wrap dl dd:nth-of-type(odd) {
	background: #F8F4EE;
}
.shop_wrap .copy_wrap {
	margin: 10px 0 0;
	text-align: center;
}
.shop_wrap .copy_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.shop_wrap .copy_wrap button {
	cursor: pointer;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	border: solid thin rgba(204,204,204,1);
	border-radius: 15px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5px 30px;
}
/*メニュー_下層*/
.menu_wrap {
	margin: 30px auto;
	width: 95%;
}
.menu_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.menu_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.menu_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.menu_wrap .box {
	margin: 0 0 30px;
}
.menu_wrap .box .item {
	margin: 0 0 25px;
}
.menu_wrap .box .item img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.menu_wrap .box .item h3 {
	color: rgba(50,50,50,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px;
}
.menu_wrap .box .item p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
}
.menu_wrap .coupon {
	text-align: center;
	margin: 0 0 0px
}
.menu_wrap .coupon .txt {
	position: relative;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.menu_wrap .coupon a {
	display: block;
	background: #931D44;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
}
.menu_wrap .coupon .txt_2 {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}
/*個人情報_ガイド_下層*/
.pp_wrap {
	margin: 30px auto;
	width: 95%;
}
.pp_wrap .top_txt {
	margin: 0 0 20px;
	text-align: center;
}
.pp_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.pp_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.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 20px;
	padding: 20px;
}




}

/*----------------------
▲TOPコンテンツ▲
----------------------*/
/*----------------------
▼お問い合わせ▼
----------------------*/

@media (min-width:960px){
.contact_wrap {
	margin: 50px auto;
	width: 1000px;
}
.contact_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.contact_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.contact_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
/*ホットペッパー*/
.hot_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 30px 80px;
	margin: 0 0 50px;
}
.hot_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.hot_wrap a {
	display: block;
	background: #931D44;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.hot_wrap a:hover {
	opacity: .4;
}
.hot_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
/*電話*/
.tel_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 30px 40px;
	margin: 0 0 50px;
}
.tel_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.tel_wrap a {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.tel_wrap a img {
	margin: 0 10px 2px 0;
}
.tel_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
/*LINE*/
.line_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 30px 80px;
	margin: 0 0 50px;
}
.line_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.line_wrap a {
	background: #3FA237;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.line_wrap a img {
	margin: 0 10px 2px 0;
}
.line_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
.line_wrap p a {
	display: inline;
	color: #900;
	background: none;
	font-size: 1.3rem;
	text-decoration: underline;
}
.line_wrap a:hover {
	opacity: .4;
}
/* フォーム */
.form_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 50px 80px;
}
.form_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 40px;
	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;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	border-bottom: solid thin rgba(153,153,153,1);
	height: 40px;
	padding: 0 0 0 10px;
	width: 250px;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 560px;
}
.form_wrap .item_box_message .item_right {
	width: 560px;
}
.form_wrap .item_box .item_left p,
.form_wrap .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;
}
.form_wrap .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;
}
.form_wrap .drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .submit_check_item {
	margin-right: 10px;
}
.form_wrap .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;
}
.form_wrap .submit_check_box label {
	cursor: pointer;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	padding: 0 10px;
	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: #F8F4EE;
	border: none;
	border-radius: 0;
	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: 560px;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	border-radius : 0;
	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: 250px;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.contact_wrap {
	margin: 50px auto;
	width: 98%;
}
.contact_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.contact_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.contact_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
/*ホットペッパー*/
.hot_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 30px 80px;
	margin: 0 0 50px;
}
.hot_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.hot_wrap a {
	display: block;
	background: #931D44;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.hot_wrap a:hover {
	opacity: .4;
}
.hot_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
/*電話*/
.tel_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 30px 40px;
	margin: 0 0 50px;
}
.tel_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.tel_wrap a {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.tel_wrap a img {
	margin: 0 10px 2px 0;
}
.tel_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
/*LINE*/
.line_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 30px 80px;
	margin: 0 0 50px;
}
.line_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.line_wrap a {
	background: #3FA237;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.line_wrap a img {
	margin: 0 10px 2px 0;
}
.line_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
}
.line_wrap p a {
	display: inline;
	color: #900;
	background: none;
	font-size: 1.3rem;
	text-decoration: underline;
}
.line_wrap a:hover {
	opacity: .4;
}
/* フォーム */
.form_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 50px 30px;
}
.form_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 40px;
	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;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
	border-bottom: solid thin rgba(153,153,153,1);
	height: 40px;
	padding: 0 0 0 10px;
	width: 30%;
}
.form_wrap .item_box .item_right {
	height: 45px;
	width: 65%;
}
.form_wrap .item_box_message .item_right {
	width: 65%;
}
.form_wrap .item_box .item_left p,
.form_wrap .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;
}
.form_wrap .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;
}
.form_wrap .drop_item {
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .submit_check_item {
	margin-right: 10px;
}
.form_wrap .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;
}
.form_wrap .submit_check_box label {
	cursor: pointer;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	padding: 0 10px;
	text-decoration: underline;
}
/*送信系*/
.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: #F8F4EE;
	border: none;
	border-radius: 0;
	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: 65%;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	border-radius : 0;
	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){
.contact_wrap {
	margin: 30px auto;
	width: 95%;
}
.contact_wrap .top_txt {
	margin: 0 0 30px;
	text-align: center;
}
.contact_wrap .top_txt h2 {
	color: rgba(80,80,80,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 3px;
}
.contact_wrap .top_txt p {
	color: rgba(150,150,150,1);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 2px;
}
/*ホットペッパー*/
.hot_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 20px 15px;
	margin: 0 0 40px;
}
.hot_wrap h3 {
	color: #666;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 15px;
	text-align: center;
}
.hot_wrap a {
	display: block;
	background: #931D44;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.hot_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
}
/*電話*/
.tel_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 20px 15px;
	margin: 0 0 40px;
}
.tel_wrap h3 {
	color: #666;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.tel_wrap a {
	display: block;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.tel_wrap a img {
	margin: 0 10px 2px 0;
}
.tel_wrap p {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
/*LINE*/
.line_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 20px 15px;
	margin: 0 0 50px;
}
.line_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.line_wrap a {
	background: #3FA237;
	color: #fff;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
	margin: 0 0 10px;
	text-align: center;
}
.line_wrap a img {
	margin: 0 10px 2px 0;
}
.line_wrap p {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
}
.line_wrap p a {
	display: inline;
	color: #900;
	background: none;
	font-size: 1.3rem;
	text-decoration: underline;
}

/* フォーム */
.form_wrap {
	border: solid thin rgba(220,220,220,1);
	box-shadow: 0px 10px 10px -5px rgba(220,220,220,1);
	padding: 30px 15px 20px;
}
.form_wrap h3 {
	color: #666;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 20px;
	text-align: center;
}
.form_wrap .item_box,
.form_wrap .item_box_message {
	margin: 0 0 20px;
	width: 100%;
}
.form_wrap .item_box .item_left,
.form_wrap .item_box_message .item_left {
}
.form_wrap .item_box .item_right {
	height: 45px;
}
.form_wrap .item_box_message .item_right {
}
.form_wrap .item_box .item_left p,
.form_wrap .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: 35px;
}
.form_wrap .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;
}
.form_wrap .drop_item {
    border: solid thin rgba(150,150,150,1);
	height: 40px;
	width: 100%;
}
.form_wrap .txt_item {
	height: 40px;
	width: 100%;
}
.form_wrap .submit_check_item {
	margin-right: 10px;
}
.form_wrap .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;
}
.form_wrap .submit_check_box label {
	cursor: pointer;
}
.form_wrap .submit_check_box a {
	color: rgba(153,0,0,1);
	padding: 0 10px;
	text-decoration: underline;
}
/*送信系*/
.sub_btn_wrap {
	margin: 25px 0 0px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	-webkit-appearance: none;
	background: #F8F4EE;
	border: none;
	border-radius: 0;
	color: rgba(102,102,102,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: 50px;
	width: 100%;
}
.sub_btn2 {
	/*リセット*/
	-webkit-appearance: none;
	background: rgba(153,153,153,.7);
	border: none;
	border-radius : 0;
	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: 40px;
	margin: 0 0 10px;
	width: 100%;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
    border: solid thin rgba(150,150,150,1);
    -webkit-border-radius : 0;
    -webkit-appearance : none;/*内影*/
    -webkit-tap-highlight-color : rgba(0,0,0,0);/*タップ時影*/
}


}

/*----------------------
▲お問い合わせ▲
----------------------*/
/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
/*スクロール*/
.scroll_top {
	margin: 0 auto 10px;
	width: 98%;
}
.scroll_top a {
	display: block;
	background: rgba(240,240,240,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.scroll_top a:hover {
	opacity: .4;
}
/*フッター*/
.foot_wrap {
	background: #F8F4EE;
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 98%;
}
.foot_wrap address {
	font-style: normal;
	margin: 0 0 20px;
	text-align: center;
}
.foot_wrap address img {
	margin: 0 0 20px;
}
.foot_wrap address .sns img {
	margin: 10px 10px 00px;
}
.foot_wrap address img:hover {
	opacity: .4;
}
.foot_wrap address p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*フッター_ナビ*/
.foot_wrap ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: #fff;
	margin: 0 auto;
	padding: 10px 20px;
	width: 1000px;
}
.foot_wrap ul li {
	text-align: center;
	width: 12.5%;
}
.foot_wrap ul li+li {
	border-left: solid thin rgba(150,150,150,1);
}
.foot_wrap ul a {
	display: block;
	color: rgba(80,80,80,1);
	font-size: 1.2rem;
	font-weight: bold;
}
.foot_wrap ul a:hover {
	opacity: .4;
}
footer small {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*スクロール*/
.scroll_top {
	margin: 0 auto 10px;
	width: 98%;
}
.scroll_top a {
	display: block;
	background: rgba(240,240,240,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
.scroll_top a:hover {
	opacity: .4;
}
/*フッター*/
.foot_wrap {
	background: #F8F4EE;
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 98%;
}
.foot_wrap address {
	font-style: normal;
	margin: 0 0 20px;
	text-align: center;
}
.foot_wrap address img {
	margin: 0 0 20px;
}
.foot_wrap address .sns img {
	margin: 10px 10px 00px;
}
.foot_wrap address img:hover {
	opacity: .4;
}
.foot_wrap address p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*フッター_ナビ*/
.foot_wrap ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	background: #fff;
	margin: 0 auto;
	padding: 10px 00px;
	width: 98%;
}
.foot_wrap ul li {
	text-align: center;
	width: 12.5%;
}
.foot_wrap ul li+li {
	border-left: solid thin rgba(150,150,150,1);
}
.foot_wrap ul a {
	display: block;
	color: rgba(80,80,80,1);
	font-size: 1.1rem;
	font-weight: bold;
}
footer small {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}

}

@media (max-width:599px){
/*スクロール*/
.scroll_top {
	margin: 0 auto 10px;
	width: 95%;
}
.scroll_top a {
	display: block;
	background: rgba(240,240,240,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}
/*フッター*/
.foot_wrap {
	background: #F8F4EE;
	margin: 0 auto;
	padding: 30px 0 20px;
	width: 95%;
}
.foot_wrap address {
	font-style: normal;
	margin: 0 0 20px;
	text-align: center;
}
.foot_wrap address img {
	height: auto;
	margin: 0 0 20px;
	width: 30%;
}
.foot_wrap address .sns img {
	height: 30px;
	margin: 10px 10px 00px;
	width: 30px;
}
.foot_wrap address p {
	font-size: 1.3rem;
	font-weight: bold;
}
/*フッター_ナビ*/
.foot_wrap ul {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: #fff;
	margin: 0 auto;
	padding: 10px 00px 0;
	width: 98%;
}
.foot_wrap ul li {
	border-right: solid thin rgba(150,150,150,1);
	padding: 0 20px;
	margin: 0 0 15px;
	text-align: center;
}
.foot_wrap ul a {
	display: block;
	color: rgba(80,80,80,1);
	font-size: 1.1rem;
	font-weight: bold;
}
footer small {
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 0 45px;
	text-align: center;
}



}

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

