/* Windows */

@font-face {
	font-family: YuGothicM;
	font-weight: normal;
	src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face {
	font-family: YuGothicM;
	font-weight: bold;
	src: local('YoGothic-Bold'), local('Yu Gothic'); /* Chrome用 */
}

.slider_wrap {
	position: relative;
	position: relative;
	z-index: 3;
	max-width: 1100px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
}

.slider_wrap .txt {
	font-size: 26px;
	font-size: 2.6rem;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #0c2650;
}

.slider_wrap .txt ._tit {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
}

.slider_wrap .sp-image {
	max-width: none;
}

#greeting {
	position: relative;
	z-index: 1;
	margin-bottom: 150px;
}

#greeting:before {
	font-weight: bold;
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 500px;
	content: '';
	background: #0c2650;
}

#greeting:after {
	position: absolute;
	z-index: 2;
	top: -198px;
	right: 0;
	display: block;
	width: 50%;
	height: 500px;
	content: '';
	background: url(../img/top/logo_white.png) left bottom no-repeat;
}

#greeting .section {
	position: relative;
	z-index: 2;
}

#greeting ._txt {
	margin-top: 320px;
}

#greeting ._merit ul {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

#concept ._inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 150px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#concept ._inner.recerse {
	flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
}

#concept ._inner.recerse ._txt {
	padding-right: 3%;
	padding-left: calc((100vw - 960px)/2);
}

#concept ._inner.recerse ._txt:after {
	right: -100px;
	left: auto;
}

#concept ._inner ._img {
	position: relative;
	z-index: 2;
	top: -100px;
	width: 33%;
}

#concept ._inner ._img img {
	height: 100%;
	object-fit: cover;
}

#concept ._inner ._txt {
	position: relative;
	z-index: 1;
	width: 67%;
	padding-top: 50px;
	padding-right: calc((100vw - 960px)/2);
	padding-bottom: 50px;
	padding-left: 3%;
	background: #ebeff2;
}

#concept ._inner ._txt:after {
	position: absolute;
	top: 0;
	left: -100px;
	display: block;
	width: 100px;
	height: 100%;
	content: '';
	background: #ebeff2;
}

.shikaku_list {
	font-size: 12px;
	font-size: 1.2rem;
}

.shikaku_list li {
	display: inline-block;
	white-space: nowrap;
}

#shopinfo {
	margin-bottom: 100px;
}

#shopinfo table {
	width: 100%;
}

#shopinfo table th {
	padding: 10px;
	border-bottom: solid 2px #0c2650;
}

#shopinfo table td {
	padding: 10px;
}

#shopinfo table .tel_num {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
}

.map_block {
	position: relative;
	z-index: 10;
}

.map_block iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.shop_slider_wrap {
	position: relative;
	z-index: 9;
	margin-top: 140px;
}

.shop_slider_wrap:before {
	position: absolute;
	z-index: 1;
	top: -350px;
	left: 0;
	display: block;
	width: 100%;
	height: 500px;
	content: '';
	background: #0c2650;
}

.shop_slider_wrap .shop_slider {
	position: relative;
	z-index: 2;
}

.menu_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu_list li {
	width: 31%;
}

.menu_list li p {
	line-height: 1.5;
}

.menu_list ._tit {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 5px 0 0;
	text-align: center;
}

.price_table {
	width: 100%;
}

.price_table th {
	line-height: 1.4;
	position: relative;
	padding: 5px 10px;
	padding-bottom: 45px;
	text-align: center;
	border: solid 1px #c0c0c0;
	background: #ebeff2;
}

.price_table th.price {
	width: 17%;
}

.price_table th span {
	font-weight: bold;
	position: absolute;
	bottom: 5px;
	left: -52px;
	display: inline-block;
	width: 105px;
	padding-bottom: 16px;
	color: #b60000;
	background: url(../img/top/price_arr.png) center bottom no-repeat;
	background-size: 105px;
}

.price_table td {
	padding: 5px 10px;
	text-align: center;
	border: solid 1px #c0c0c0;
}

.price_table td.tit {
	font-weight: bold;
	text-align: left;
	background: #f4f2e9;
}

.price_table td.tit.center {
	text-align: center;
}

.price_table td.tit span {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
}

.price_table td.tit img {
	margin-right: 10px;
	vertical-align: middle;
}

.price_table ._return_td {
	position: relative;
}

.price_table ._return {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	position: absolute;
	top: 0;
	left: 50%;
	padding: 2px 8px;
	-webkit-transform: translate(-50%, -115%);
	-ms-transform: translate(-50%, -115%);
	transform: translate(-50%, -115%);
	white-space: nowrap;
	color: #fff;
	border-radius: 4px;
	background: #b60000;
}

.price_table ._return:after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -4px;
	content: '';
	border-width: 9px 8px 0 8px;
	border-style: solid;
	border-color: #b60000 transparent transparent transparent;
}

.shop_slider_wrap .sp-image-container {
	overflow: visible;
	padding-bottom: 40px;
}

.price_block {
	margin-bottom: 100px;
}

.price_block dl {
	margin: 10px 0 20px;
}

.price_block dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.price_block dl dt {
	font-weight: bold;
	float: left;
	width: 110px;
}

.price_block dl dd {
	margin-left: 110px;
}

.health_block {
	overflow: hidden;
	padding: 50px 0;
	color: #0c2650;
	background: #ebeff2;
}

.health_block .section {
	position: relative;
}

.health_block .section:after {
	position: absolute;
	top: 0;
	right: -403px;
	display: block;
	width: 403px;
	height: 580px;
	content: '';
	background: url(../img/top/health_img.png) right bottom no-repeat;
	background-size: auto 100%;
}

.health_block .midashi1 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}

.health_block .list_box {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.health_block .list_box > div {
	width: 45%;
	padding: 0 30px;
}

#faq {
	padding-bottom: 70px;
}

#faq dl {
	padding-left: 30px;
}

#faq dt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}

#faq dt:after {
	font-size: 30px;
	font-size: 3rem;
	font-weight: normal;
	position: absolute;
	top: -15px;
	left: -30px;
	content: 'Q';
}

#faq dd {
	margin-bottom: 30px;
}

.contact_mail_block table {
	width: 100%;
	border-top: solid 1px #c0c0c0;
}

.contact_mail_block th {
	width: 250px;
	padding: 20px 10px;
	border-bottom: solid 1px #c0c0c0;
}

.contact_mail_block th .required {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	float: right;
	margin-top: 7px;
	padding: 3px 5px;
	color: #fff;
	border-radius: 3px;
	background: #b60000;
}

.contact_mail_block td {
	padding: 20px 10px;
	border-bottom: solid 1px #c0c0c0;
}

.contact_mail_block input[type='text'],
.contact_mail_block input[type='email'] {
	padding: 10px;
	border: solid 1px #bfbfbf;
	border-radius: 3px;
	background: #ebeff2;
}

.contact_mail_block input[size='50'] {
	width: 75%;
}

.contact_mail_block .select_wrap {
	display: inline-block;
	width: 40%;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	background: #ebeff2 url(../img/top/select_bg.jpg) right center no-repeat;
	background-size: 20px auto;
}

.contact_mail_block .select_wrap select {
	width: 110%;
	padding: 0 30px 0 10px;
	border: none;
	background: 0 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact_mail_block textarea {
	width: 70%;
	height: 200px;
	padding: 10px;
	border: solid 1px #bfbfbf;
	border-radius: 3px;
	background: #ebeff2;
}

.contact_mail_block .ppcheck a {
	color: #f38dbd;
}

.top_news_block {
	margin-bottom: 100px;
	padding: 50px 0;
	background: #ebeff2;
}

.top_news_block ._list {
	margin-bottom: 30px;
}

.top_news_block ._list:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.top_news_block ._list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.top_news_block ._list li:last-child {
	margin-right: 0;
}

.top_news_block ._list .tit {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 5px 0 0;
}

.contact_tel_block {
	text-align: center;
}

.contact_tel_block .tel {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}

.contact_line_block .line_id_block:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

.contact_line_block .line_id_block ._inner {
	float: left;
	width: 60%;
}

.contact_line_block .line_id_block .qr_code {
	float: right;
	width: 25%;
	margin-right: 5%;
}

.contact_line_block .line_id_block .btn {
	margin-bottom: 15px;
}

.contact_line_block .line_id_block .btn a {
	display: block;
	padding: 15px 0;
}

.contact_line_block .line_id_block .line_id {
	font-size: 18px;
	font-size: 1.8rem;
}

.contact_line_block .line_id_block .line_id span {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	display: inline-block;
	margin-left: 20px;
	padding: 10px 20px;
	background: #ebeff2;
}

.pp_block {
	overflow-y: scroll;
	height: 200px;
	margin: 50px 10%;
}

#flow {
	padding: 50px 15px;
	color: #fff;
	background: #0c2650;
}

.flow_list_wrap,
.price_table_wrap {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.flow_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 1200px;
	max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flow_list .midashi4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.flow_list > div {
	position: relative;
	z-index: 1;
	width: 16.666%;
	padding: 0 10px;
}

.flow_list > div:before {
	position: absolute;
	z-index: 2;
	top: 100px;
	left: -16px;
	display: block;
	width: 32px;
	height: 32px;
	content: '';
	background: #fff url(../img/common/arr1.png) center center no-repeat;
	background-size: 10px auto;
}

.flow_list > div:first-child:before {
	content: none;
}

#voice {
	margin-bottom: 100px;
	padding: 50px 0;
	background: #0c2650;
}

#voice ._inner {
	height: 100%;
	padding: 20px;
	border: solid 5px #ced4dc;
	background: #fff;
}

#voice .midashi1 {
	color: #fff;
}

#voice .midashi1:after {
	background: #fff;
}

#voice ._ttl {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #0c2650;
}

#voice ._text {
	margin-bottom: 20px;
}

#voice ._date p {
	font-weight: bold;
	position: relative;
	padding-left: 15px;
}

#voice ._date p:after {
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 11px;
	height: 2px;
	content: '';
	background: #0c2650;
}

#voice .sp-arrow {
	width: 40px;
	height: 40px;
	background: #0c2650 url(../img/common/slide_arr.png) center center no-repeat;
	background-size: 30% auto;
}

#voice .sp-horizontal .sp-next-arrow {
	right: 0;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#voice .sp-horizontal .sp-previous-arrow {
	left: 0;
}

#voice .sp-previous-arrow:before,
#voice .sp-previous-arrow:after,
#voice .sp-next-arrow:before,
#voice .sp-next-arrow:after {
	content: none;
}

._price_box {
	position: relative;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

._price_box:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 14px;
	content: '';
	background: url(../img/common/icon_slash.png) 0 0 repeat-x;
	background-size: auto 100%;
}

._price_box ._osusume {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 15px;
	text-align: center;
}

._price_box ._osusume span {
	position: relative;
	display: inline-block;
	padding: 0	10px;
}

._price_box ._osusume span:before,
._price_box ._osusume span:after {
	position: absolute;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	background: #0c2650;
}

._price_box ._osusume span:before {
	left: 0;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

._price_box ._osusume span:after {
	right: 0;
	-webkit-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

._price_box ._ttl {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: center;
}

._price_box .midashi4 {
	margin-bottom: 5px;
	text-align: left;
}

._price_box .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._price_box .list li {
	position: relative;
	margin-right: 20px;
	padding-left: 15px;
	white-space: nowrap;
}

._price_box .list li:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 11px;
	height: 2px;
	margin-top: -1px;
	content: '';
	background: #0c2650;
}

._price_box._option {
	margin-bottom: 0;
	padding-bottom: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

._price_box._option:after {
	content: none;
}

._price_box._option ._tit {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	width: 100px;
}

._price_box._option ._option_detail_box {
	width: 830px;
}

._price_box._option ._option_list > li {
	position: relative;
	padding-left: 15px;
}

._price_box._option ._option_list > li:after {
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 11px;
	height: 2px;
	content: '';
	background: #0c2650;
}

._price_box._option ._option_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 4px;
	white-space: nowrap;
	box-lines: multiple;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

._price_box._option ._short ._option_ttl {
	width: 25%;
}

._price_box._option ._short ._option_list_sub {
	width: 70%;
}

._price_box._option ._option_ttl {
	font-weight: bold;
}

.hot_btn {
	text-align: center;
}

.hot_btn a {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #ccc;
}

.hot_btn a img {
	height: 60px;
}

.corona {
	position: relative;
	z-index: 2;
	color: #fff;
}

.corona .section {
	position: relative;
	z-index: 3;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, .5);
}

.corona:before {
	font-weight: bold;
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 500px;
	content: '';
	background: #0c2650;
}

.corona .midashi1:after {
	background: #fff;
}

@media only screen and (max-width: 767px) {

.slider_wrap {
	margin-top: 0;
	margin-bottom: 30px;
}

.slider_wrap .txt {
	font-size: 18px;
	font-size: 1.8rem;
	position: static;
	margin-top: 10px;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	text-align: center;
}

.slider_wrap .txt ._tit {
	font-size: 20px;
	font-size: 2rem;
}

#greeting {
	margin-bottom: 50px;
	padding-top: 180px;
}

#greeting:before {
	top: 0;
	height: 150px;
}

#greeting:after {
	top: 0;
	width: 100%;
	height: 150px;
	background-position: center bottom;
	background-size: 90% auto;
}

#greeting ._txt {
	margin-top: 0;
}

#greeting ._txt .txt {
	margin-bottom: 15px;
}

#concept {
	margin-right: 15px;
	margin-left: 15px;
}

#concept ._inner {
	margin-bottom: 50px;
}

#concept ._inner.recerse ._img {
	right: -15px;
	left: auto;
}

#concept ._inner.recerse ._txt {
	padding: 30px 15px 15px;
}

#concept ._inner.recerse ._txt:after {
	right: 0;
}

#concept ._inner ._img {
	top: 0;
	left: -15px;
	width: 80%;
}

#concept ._inner ._img img {
	height: auto;
}

#concept ._inner ._txt {
	top: 0;
	width: 100%;
	padding: 30px 15px 15px;
}

#concept ._inner ._txt:after {
	top: -60px;
	left: 0;
	width: 100%;
	height: 60px;
}

#concept .list_box.col2 > div {
	margin-bottom: 20px;
}

#concept .list_box.col2 > div:last-child {
	margin-bottom: 0;
}

#shopinfo {
	margin-bottom: 50px;
}

.map_block iframe {
	height: 300px;
}

.map_block .g_map {
	margin-bottom: 30px;
}

.shop_slider_wrap {
	margin-top: 50px;
}

.shop_slider_wrap:before {
	top: -100px;
	height: 200px;
}

.menu_list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.menu_list li {
	width: 48%;
	margin-bottom: 3%;
}

.price_table {
	font-size: 13px;
	font-size: 1.3rem;
}

.price_block dl dt {
	float: none;
	width: auto;
}

.price_block dl dd {
	margin-left: 0;
}

.price_block .sp_flex.col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price_block .sp_flex.col2 > div {
	width: 48%;
}

.health_block .list_box > div {
	width: 100%;
	margin-bottom: 15px;
	padding: 0;
}

#faq {
	padding-bottom: 20px;
}

#faq dt {
	font-size: 16px;
	font-size: 1.6rem;
}

.contact_mail_block th {
	font-weight: bold;
	display: block;
	width: auto;
	padding-bottom: 0;
	border-bottom: none;
}

.contact_mail_block th .required {
	float: none;
	margin-left: 10px;
}

.contact_mail_block td {
	display: block;
	padding-top: 0;
}

.contact_mail_block input[size='50'] {
	width: 100%;
}

.contact_mail_block .select_wrap {
	width: 80%;
}

.contact_mail_block textarea {
	width: 100%;
}

.top_news_block {
	margin-bottom: 50px;
}

.top_news_block ._list li {
	float: none;
	width: 100%;
	margin-right: 0;
}

.top_news_block ._list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top_news_block ._list li a .img {
	width: 30%;
}

.top_news_block ._list li a .tit {
	width: 65%;
}

.contact_tel_block {
	margin-bottom: 30px;
}

.contact_line_block {
	margin-bottom: 30px;
}

.contact_line_block .line_id_block ._inner {
	width: 70%;
}

.contact_line_block .line_id_block .qr_code {
	margin-right: 0;
}

.contact_line_block .line_id_block .btn a {
	padding: 10px 0;
}

.contact_line_block .line_id_block .line_id {
	font-size: 16px;
	font-size: 1.6rem;
}

.contact_line_block .line_id_block .line_id span {
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: 5px;
}

.pp_block {
	height: 150px;
	margin: 30px 0;
}

._price_box ._osusume {
	font-size: 3.5vw;
}

._price_box._option ._tit {
	width: auto;
	text-align: center;
}

._price_box._option ._option_detail_box {
	width: auto;
}

._price_box._option ._short {
	display: block !important;
}

._price_box._option ._short ._option_ttl {
	width: 100%;
}

._price_box._option ._short ._option_list_sub {
	width: 100%;
}

._tablet_mb {
	margin-bottom: 40px;
}

.cosmelift_list > div:first-child {
	margin-bottom: 50px;
}

.corona {
	color: #000;
}

.corona .section {
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid rgba(0, 0, 0, .2);
}

.corona:before {
	display: none;
}

.corona .midashi1 {
	font-size: 15px;
	font-size: 1.5rem;
}

.corona .midashi1:after {
	background: #0c2650;
}

}

@media only screen and (max-width: 767px) and (max-width: 320px) {

.price_block .sp_flex.col2 > div {
	width: 100%;
	margin-bottom: 20px;
}

}

