@charset "UTF-8";

.mincho {font-family: 'Noto Serif JP', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
951px以上　PC用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
body {background: #fff;}

#contents_wrap {
	width: 100%;
	height: auto;
}

.contents_box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.tab {display: none;}

.sp {display: none;}

.pc {display: block;}

.pc2 {display: block;}

.left {float: left;}

.right {float: right;}

.color_01 {background: #faedf5;}

.color_02 {background: #f0cfe0;}

h1 {font-size: 1em;}

h1 span {font-size: 1.5em;}

h1.contents_title, h2.contents_title {
	font-size: 2.25em;
	text-align: center;
	letter-spacing: 0.1em;
	color: #c15a94;
	margin: 50px 0 25px;
}

p.contents_image {
	width: 100%;
	height: auto;
}


/* header（ヘッダー）--------------------------------------------------*/
header {
	width: 100%;
	height: 60px;
	display: block;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}

header h1 {
	float: left;
	width: auto;
	height: auto;
	line-height: 60px;
	vertical-align: bottom;
	color: #84746c;
	padding-left: 25px;
}

header h1 img {
	width: auto;
	height: 40px;
	margin: 10px 10px 10px 0;
}

header ul.contact_btn {
	width: auto;
	height: 28px;
	padding: 16px 30px 16px 0;
}

header ul.contact_btn li {
	float: right;
	width: auto;
	height: 28px;
	font-size: 0.7em;
	line-height: 28px;
	color: #84746c;
	margin-left: 10px;
}

header ul.contact_btn li img {
	width: auto;
	height: 28px;
}

header ul li a.contact {
	display: block;
	width: auto;
	height: 28px;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	background: #84746c;
	padding: 0 12px;
	transition: all 0.2s ease;
}

header ul li a.contact:hover {
	color: #fff;
	background: #cb72ab;
	transition: all 0.2s ease;
}


/* グローバルメニュー--------------------------------------------------*/
#header_position {
	width: 100%;
	z-index: 100;
}

#global_menu {
	width: 100%;
    margin: 0 auto;
    background: #d798c1;
}

#global_menu > ul {
	width: 96%;
	height: 60px;
	color: #fff;
	margin: 0 auto;
}
#global_menu > ul > li {
	float: left;
	width: 17%;
	text-align: center;
	vertical-align: middle;
	border-left: #e7c4dc 1px solid;
}

#global_menu > ul > li.short_size {
	width: 10%;
}

#global_menu > ul > li.short_size i {
	font-size: 1.5em;
}

#global_menu > ul > li.wide_size {
	width: 22%;
}

#global_menu > ul > li.end {
	border-right: #e7c4dc 1px solid;
}

#global_menu > ul > li:hover {
	color: #fff;
	background: #cb72ab;
}

#global_menu > ul > li:hover > a {
	color: #fff;
}

#global_menu > ul > li:hover .menu_inner_01,
#global_menu > ul > li:hover .tab_02 {
	max-height: 9999px;
	opacity: 1;
}

#global_menu > ul > li > a,
#global_menu .tab_01,
#global_menu .tab_02 {
    display: block;
	transition: all 0.2s ease-in;
}

#global_menu > ul > li > a,
#global_menu .tab_01 {
	    line-height: 60px;
}

#global_menu .menu_single {
	position: relative;
}

#global_menu .menu_single ul {
	padding: 0 10px 10px;
}

#global_menu .menu_inner_01 {
	transition: all 0.2s ease-in;
	width: 100%;
	max-height: 0;
	position: absolute;
	opacity: 0;
	overflow: hidden;
	font-size: 0.8em;
	text-align: left;
	background: #cb72ab;
	left: 0;
	padding: 0 10px;
}

#global_menu .menu_wrap {
	float: left;
	width: 25%;
	padding: 20px 10px;
}

#global_menu .menu_wrap li,
#global_menu .menu_inner_02 ul li {
	display: inline-block;
	width: 100%;
	height: auto;
}

#global_menu .menu_inner_02 ul {
	margin-left: 1.5em;
}

#global_menu .menu_inner_02 ul li,
#global_menu .menu_single ul li {
	padding: 7px 0;
	border-bottom: #e7c4dc 1px dashed;
}

#global_menu .menu_inner_02 ul li.end,
#global_menu .menu_single ul li.end {
	border-bottom: none;
}

#global_menu label {
	cursor: pointer;
}

#global_menu .toggle,
#button_sp {
	display: none;
}

#global_menu .toggle + .menu_inner_01,
#global_menu .toggle + .menu_inner_02 {
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease;
}

#global_menu .toggle:checked + .menu_inner_01,
#global_menu .toggle:checked + .menu_inner_02 {
	max-height: 9999px;
	transition: all 0.2s ease-in;
}

#global_menu a {
	display: inline-block;
	width: 100%;
	height: auto;
	color: #fff;
}

#global_menu a:hover {
	color: #f2e46d;
}

#global_menu .mgn_top {
	margin-top: 20px;
}


/* ボタン--------------------------------------------------*/
.btn_box {text-align: center;}

.btn {
	display: inline-block;
	font-size: 1.25em;
	color: #fff;
	background-color: #5ea344;
	transition: 0.5s;
	padding: 0.7em;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.btn:hover {background-color: #b0cf00;}


/* 店舗検索ボタン--------------------------------------------------*/
#search {
	position: fixed;
	width: 50px;
	height: 160px;
	bottom: 450px;
	right: 0;
	z-index: 48;
}


/* 採用情報ボタン--------------------------------------------------*/
#recruit {
	position: fixed;
	width: 50px;
	height: 160px;
	bottom: 275px;
	right: 0;
	z-index: 49;
}


/* コンタクトボタン--------------------------------------------------*/
#contact {
	position: fixed;
	bottom: 100px;
	right: 0;
	z-index: 50;
}

#contact label {
	cursor: pointer;
}

#contact .toggle {
	display: none;
}

#contact .toggle + .contact_tab {
	width: 50px;
	height: 160px;
    display: block;
	text-align: right;
	background: url(../new_images/common/contact_btn_back.png) no-repeat top left;
	background-size: 100px 160px;
}

#contact .toggle:checked + .contact_tab {
	background-position: -50px;
}

#contact .toggle + .contact_tab + .btn_inner {
	max-width: 0;
	overflow: hidden;
	transition: all 0.2s ease;
}

#contact .toggle:checked + .contact_tab + .btn_inner {
	max-width: 9999px;
	transition: all 0.2s ease-in;
}

#contact .btn_inner {
	position: absolute;
	top: 0px;
	right: 50px;
	background: rgba(229,223,226,0.9);
	padding: 20px 0;
}

#contact .btn_inner ul {
	width: 250px;
	margin: 0 20px;
}

#contact .btn_inner ul li {
	float: left;
	width: 200px;
	height: 80px;
	margin-right: 0;
}

#contact .btn_inner ul li.end {
	margin-right: 0;
}

#contact .btn_inner ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #d798c1;
	border-radius: 5px;
	padding: 5px;
}

#contact .btn_inner ul li a:hover {
	background: #c667a0;
}

#contact p {
	width: 250px;
	height: auto;
	margin: 0 0 10px 20px;
}

#contact .ipphone {
	font-size: 12pt;
	font-weight: bold;
	color: #c667a0;
}


/* バナー--------------------------------------------------*/
#contents_banner {
	width: 100%;
	height: auto;
}

#contents_banner .banner_box {
	width: 90%;
	min-width: 951px;
	padding: 50px 0;
	margin: 0 auto;
	border-bottom: #e5dfe2 1px solid;
}

#contents_banner ul {
	height: auto;
	text-align: center;
}

#contents_banner ul li {
	display: inline-block;
	width: 15.5%;
	margin: 25px 0.4%;
}

#contents_banner ul li a:hover {
	opacity: 0.5;
	transition: 0.5s;
}


/* SNS--------------------------------------------------*/
#sns {
	width: 100%;
}

#sns ul {
	width: auto;
	text-align: center;
	padding: 50px 0;
}

#sns ul li {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin-right: 50px;
}

#sns ul li.end {
	margin-right: 0;
}

#sns ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	border-radius: 35px;
	background-color: #84746c;
	transition: background-color 0.5s;
}

#sns ul li a:hover {
	background-color: #cb72ab;
}

#sns i {
	font-size: 40px;
	line-height: 70px;
	color: #fff;
}


/* フッター--------------------------------------------------*/
footer {
	width: 100%;
	height: 100%;
	color: #fff;
	background: #d798c1;
}

footer h2 {
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	padding-top: 25px;
}

footer address {
	font-size: 0.9em;
	font-style: normal;
	text-align: center;
	margin-top: 10px;
}

footer small {
	font-size: 0.8em;
	text-align: center;
	margin: 20px 0 30px;
	letter-spacing: 0.1em;
}

footer p {
	width: 100%;
	text-align: center;
	padding-bottom: 25px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PC用CSS　　ここまで
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
959px以下　　タブレット用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 768px) and (max-width: 959px) {

.pc2 {display: none;}

.tab {display: block;}

body {
	max-width: 959px;
	font-size: 12px;
}

#contents_wrap {
	padding-top: 0;
}

h1 {font-size: 1.8em;}

h1.contents_title, h2.contents_title {
	letter-spacing: normal;
	margin: 25px 0;
}

/* header（ヘッダー）--------------------------------------------------*/
header h1 {
	padding-left: 15px;
}

header h1 img {
	margin: 10px 15px 10px 0;
}

header ul li a.contact {
	font-size: 1.2em;
}


/* グローバルメニュー--------------------------------------------------*/
.menu ul#g_menu {
	width: 98%;
	margin: 0 auto;
}

/* バナー--------------------------------------------------*/
#contents_banner {
	width: 100%;
}

#contents_banner .banner_box {
	min-width: 768px;
}

#contents_banner ul li {
	width: 31%;
	margin: 8px 0.5%;
}

/* 店舗検索ボタン--------------------------------------------------*/
#search {
	bottom: 430px;
}

/* 採用情報ボタン--------------------------------------------------*/
#recruit {
	bottom: 255px;
}

/* コンタクトボタン--------------------------------------------------*/
#contact {
	bottom: 80px;
}


}/*　@media END　*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
タブレット用CSS　　ここまで
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
767px以下　　スマートフォン用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 767px) {

body {
	max-width: 767px;
	font-size: 12px;
}

#contents_wrap {
	width: 100%;
	height: auto;
}

.contents_box {
	max-width: 94%;
	margin: 0 3%;
	padding: 0;
}

.tab {display: none;}

.pc {display: none;}

.pc2 {display: none;}

.sp {display: block;}

h1.contents_title, h2.contents_title {
	font-size: 2.1em;
	letter-spacing: normal;
	line-height: 1.5;
}


/* ヘッダー--------------------------------------------------*/
header {
	width: 100%;
}


/* グローバルメニュー--------------------------------------------------*/
#header_position {
	background: #d798c1;
}

/* メニューOPEN時背景固定*/
body.fix{
    position: fixed;
    /*指定しておかないとなんか右側が空く*/
    width: 100%;
}

body.fix #header_position {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
}

body.fix #global_menu {
	display: block;
	position:fixed;
	top: 60px;
	overflow-y: scroll;
    /*スマホ時に慣性スクロールでヌルットスクロールさせるやつ*/
	-webkit-overflow-scrolling:touch;
}

#header_position .logo {
	float: right;
	width: 130px;
	height: 38px;
	margin: 6px 10px 6px 0;
}

#header_position .logo::after {
	clear: both;
}

/* ハンバーガーボタン */
.tab_sp {
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 200;/* 重なり順を一番上に */
	cursor: pointer;
	margin-left: 15px;
}

.tab_sp span,
.tab_sp span:before,
.tab_sp span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #fff;
	transition: 0.5s;
	position: absolute;
}

.tab_sp span:before {
	bottom: 8px;
}

.tab_sp span:after {
	top: 8px;
}

#button_sp:checked ~ .tab_sp span {
	background: rgba(255, 255, 255, 0);
}

#button_sp:checked ~ .tab_sp span::before {
	bottom: 0;
	transform: rotate(45deg);
}

#button_sp:checked ~ .tab_sp span::after {
	top: 0;
	transform: rotate(-45deg);
}

#toggle_sp {
	width: 100%;
	max-height: 0;/* メニューOUT */
	transition: all 0.2s ease-in;
	display: none;
}

#button_sp:checked ~ #toggle_sp {
	max-height: 9999px;/* メニューIN */
	transition: all 0.2s ease-in;
	display: block;
}

#global_menu {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling:touch;
}

#global_menu > ul {
	display: block;
	width: 100%;
	color: #fff;
	margin: 0 auto;
}

#global_menu > ul > li {
	display: block;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	border-left: none;
	border-top: #e7c4dc 1px solid;
	background: #d798c1;
}

#global_menu > ul > li > label > span.sp {
	display: inline;
}

#global_menu > ul > li > a,
#global_menu > ul > li .tab_01 {
	font-size: 1.2em;
	padding-left: 20px;
}

#global_menu > ul > li.short_size {
	width: 100%;
}

#global_menu > ul > li.wide_size {
	width: 100%;
}

#global_menu > ul > li.end {
	border-right: none;
	border-bottom: #e7c4dc 1px solid;
}

#global_menu > ul > li:hover .menu_inner_01 {
	max-height: 0;
	opacity: 1;
}

#global_menu > ul > li:hover .tab_02 {
	max-height: 9999px;
	opacity: 1;
}

#global_menu .tab_01 {
	background: #d798c1;
}

#global_menu .menu_single {
    position: static;
}

#global_menu .menu_single ul {
	padding: 20px 0;
}

#global_menu .menu_inner_01 {
	width: 100%;
	max-height: 9999px;
	overflow: visible;
	position: static;
	opacity: 1;
	font-size: 1em;
	background: #cb72ab;
	padding: 0 20px;
}

#global_menu .menu_wrap {
	float: none;
	width: 100%;
	padding: 20px 0;
}

#global_menu .menu_wrap li,
#global_menu .menu_inner_02 ul li {
	display: inline-block;
	width: 100%;
	height: auto;
}


/* 店舗検索ボタン--------------------------------------------------*/
#search {
	width: 40px;
	height: 128px;
	bottom: 340px;
}


/* 採用情報ボタン--------------------------------------------------*/
#recruit {
	width: 40px;
	height: 128px;
	bottom: 200px;
}


/* コンタクトボタン--------------------------------------------------*/
#contact {
	bottom: 60px;
}

#contact .toggle + .contact_tab {
	width: 40px;
	height: 128px;
	background-size: 80px 128px;
}

#contact .toggle:checked + .contact_tab {
	background-position: -40px;
}

#contact .btn_inner {
	right: 40px;
	padding: 15px 0;
}

#contact .btn_inner ul {
	width: 255px;
	margin: 0 20px;
}

#contact .btn_inner ul li {
	width: 70px;
	height: 70px;
	margin-right: 10px;
}

#contact .btn_inner ul li.end {
	width: 175px;
	height: 70px;
	margin-right: 0;
}

#contact .btn_inner ul li a {
	padding: 5px;
}

#contact p {
	width: 255px;
	margin: 10px 20px 0;
}

#contact .ipphone {
	font-size: 11.5pt;
}

#contact .ipphone a {
	font-weight: bold;
	color: #c667a0;
	text-decoration: underline;
}

/* バナー--------------------------------------------------*/
#contents_banner .banner_box {
	width: 100%;
	min-width: 0px;
	padding: 30px 0;
}

#contents_banner ul li {
	display: block;
	width: 70%;
	margin: 0 auto 20px;
}


/* SNS--------------------------------------------------*/
#sns ul {
	padding: 30px 0;
}

#sns ul li {
	width: 50px;
	height: 50px;
	margin-right: 25px;
}

#sns ul li a {
	border-radius: 25px;
}

#sns i {
	font-size: 30px;
	line-height: 50px;
}


/* フッター--------------------------------------------------*/
footer h2 {
	padding-top: 10px;
}

footer p {
	padding-bottom: 10px;
}

}/*　@media END　*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
スマートフォン用CSS　ここまで
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/