@charset "utf-8";
@keyframes tabAnim {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
/* CSS Document */
img {
	vertical-align: bottom;
}
.base_pink {
	color: #ed7978;
}
.base_red {
	color: #cc0000;
}
.c_gray {
	color: #4d4d4d;
}
.c_bold {
	font-weight: bold;
}
.information_wrap section{
	display: none;
}
.information_wrap section .c_info_mens_formal, .information_wrap section.c_info_all{
	display: block !important;
}

/*-----------------------------
インフォメーション部分
-----------------------------*/
.obj_information_box section, .obj_information_box_side section {
	display: none;
}
.obj_information_box section.c_info_morning, .obj_information_box section.c_info_all, .obj_information_box_side section.c_info_morning, .obj_information_box_side section.c_info_all {
	display: block !important;
}
/*-----------------------------
インフォメーション部分ここまで
-----------------------------*/

/*-----------------------------
共通書式関連
-----------------------------*/

a {
	text-decoration: none;
}
.wf-sawarabi {
	font-family: "Sawarabi Mincho";
}
.base_gold {
	color: #F6EFB8;
	text-shadow: 0 0 10px #fff;
}
.base_white {
	color: #fff!important
}
.base_gray {
	color: #343A3A;
}
.base_gray2 {
	color: #8F8F8F;
}
.c_p40 {
	font-size: 40px;
}
.c_p26 {
	font-size: 26px;
}
.c_p22 {
	font-size: 22px;
}
.c_p18 {
	font-size: 18px;
}
.c_p16 {
	font-size: 16px!important;
}
.c_p14 {
	font-size: 14px;
}
.c_ta-l {
	text-align: left;
}
.mt_0 {
	margin-top: 0!important;
}
.mt_20 {
	margin-top: 20px;
}

/*-----------------------------
共通書式関連ここまで
-----------------------------*/


@media screen and (min-width: 0px) and (max-width: 750px) {

.main_contents{
	width: 98%;
	margin: 0 auto;
}
/*-----------------------------
ヘッダーアイコン設定
------------------------------*/
.c_logo-furi {
    width: 45%;
    max-width: 172px;
}
.user_icon {
    position: absolute;
    right: 55px;
    width: 120px;
    display: flex;
    justify-content: space-between;
}
.user_icon a {
    display: inline-block;
}
.user_icon .fa-leanpub, .user_icon .fa-user, .user_icon .fa-heart, .user_icon .fa-shopping-cart {
    font-size: 20px !important;
    margin: 0 0.7em;
    color: #242424!important;
}
.user_icon a.return2catalogue::before {
content: "レンタル一覧";
    font-size: 8px;
    position: absolute;
    bottom: -11px;
    left: -1%;
    letter-spacing: 1px;
    color: #4d4d4d;
}
a.header_favorites::before {
	content: "お気に入り";
    font-size: 8px;
    position: absolute;
    bottom: -11px;
    left: 61%;
    color: #4d4d4d;
    width: 40%;
}
#page-top {
    bottom: 8px;
    right: 16px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 30px;
}
#obj_catalogue_link {
    position: fixed;
    z-index: 53;
    bottom: 63px;
    right: 5px;
    font-size: 7vw;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #083449;
    border-color: #ffffff;
    border-width: medium;
    text-align: center;
    opacity: 1.0;
    border: 3px solid #ffffff;
}
#obj_catalogue_link p {
    position: relative;
    padding: 0;
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.2;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}
#obj_catalogue_link a{
	color: #ffffff;
	}
#obj_catalogue_link .fa-search {
	font-size: 20px;	
	}

.top_slider_text {
    font-size: 4.375vw;
    position: absolute;
    bottom: 0;
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #ed7979;
    text-align: center;
    margin: 0 auto .5em;
    line-height: 2;
    z-index: 52;
    width: 100%;
}
.header_img {
	position: relative;
}

.top_slider_text_back {
	position: absolute;
    z-index: 51;
    bottom: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.7;
    display: block;
    width: 100%;
    height: 27%;
}
.top_slider_text h2 {
	font-size: 9vw;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 1px;
}
.top_slider_text p {
	font-size: 4.375vw;
	font-weight: bold;
	line-height: 1.8;
}
#obj_fade_slider_box_phone {
	position: relative;
}
.scroll {
	position: absolute;
	left: 44%;
	margin-top: -6.5%;
	z-index: 52;
}
.scroll_down {
	display: block;
	font-size: 9vw;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	position: relative;
	background: #999999;
}
.fa-chevron-down {
	/* font-size: 9vw; */
	color: #fff;
	/* position: absolute; */
	/* top: 20%; */
	/* left: 22%; */
	/* opacity: 1; */
}
#furisode {
	margin-top: 60px;
	padding-top: 60px;
}
#rental {
	margin-top: -20px;
	padding-top: 20px;
}
.rental_box .title_text {
	margin-top: 1.5em;
}
.buy {
	background: #ECEDEF;
}
.buy p {
	color: #ED7979;
}
.rental {
	background: #C6827F;
	position: relative;
}
.rental p {
	color: #ffffff;
}
.rental::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #083449;
}
.ruby2 {
	margin-top: -1em;
	font-size: 3.5vw;
	text-align: center;
}
.border_h50 {
	margin-bottom: 0.5em
}
.serect_navi {
	width: 100%;
	display: inline-block;
	font-size: 4vw;
	margin: 1em 0 0;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	font-weight: 400;
}
.serect_navi p {
	font-size: 4.5vw
}
.serect_navi li {
	display: block;
	float: left;
	width: 100%;
	padding: 1em 0;
	text-align: center;
}

	
.title_text {
	color: #083449;
	text-align: center;
	font-size: 8vw;
	font-family: source-han-serif-japanese, sans-serif;
	font-style: normal;
	font-weight: 500;
	margin-bottom: .4em;
	margin-top: 1.2em;
}
.sub_title_text {
	color: #000000;
	font-size: 5vw;
	font-family: source-han-serif-japanese, sans-serif;
	font-style: normal;
	font-weight: 500;
}
/*--------------------------------------------------
文字装飾関連
---------------------------------------------------*/
.base_gray {
	color: #8F8F8F;
	text-align: center;
	font-size: 20px;
	padding-top: 20px;
	font-family: 'Satisfy', cursive;
}
.base_pink {
	color: #E17491;
	text-align: center;
	font-size: 22px;
	padding-top: 20px;
}
.c_pt30 {
	padding-top: 30px;
}
.c_pt50 {
	padding-top: 50px;	
	}
.c_mt_50_b {
    margin-top: -90px!important;
}
.c_mb30 {
	margin-bottom: 30px;	
	}
.title_eng {
	color: #7F7F7F;
	font-family: 'Vollkorn SC', serif;
	font-size: 22px;
	text-align: center;
	margin-top: 30px;
}
.h2_title {
    font-family: "Sawarabi Mincho";
    color: #462d13;
    font-size: 20px;
    text-align: center;
}
.read {

	font-size: 15px;
	color: #4d4d4d;
	text-align: center;
	margin: 10px auto;
}
.read_box {
	color: #4d4d4d;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	}
.fa-phone {
    margin-top: 6px;
    margin-left: 11px;
}
/*-----------------------------------
二色部分
-----------------------------------	*/
/*-----------------------------------
二色部分ここから
-----------------------------------	*/

.l-margin_plan {
	height: 100px;
	background-color: #DFE8ED;
}
/*-- 宅配プラン側ー--*/
.main_plan {
	width: 100%;
	height: 100px;
	background-color: #DFE8ED;
	font-weight: 600;
}
.plan_box {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	padding-top: 15px;
}
/*-- 来店プラン側-*/
.side_plan {
    width: 100%;
    height: 100px;
    background-color: #F0EBD5;
    font-weight: 600;
}
.plan2_box {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	padding-top: 15px;
}
.r-margin_plan {
	height: 100px;
	background-color: #F0EBD5;
}

/*------------------------------------
二色部分ここまで
------------------------------------*/
/*------------------------------------
キャッチ部分
------------------------------------*/
.catch {
	width: 100%;
	background-color: #343A3A;
	background-image: url(../img/top/black-twill.png);
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 3.5vw;

}

.catch p {
	color: #fff;
}
.catch_base {
	width: 98%;
	background-image: url(../img/top/bg_img.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
.c_service_base {
	width: 100%;
	display: flex;
	justify-content: space-around;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 10px 0;
}
.c_service_base div {
    display: inline-block;
    vertical-align: middle;
    /* margin-left: 40px; */
    margin: 10px 0;
}
.c_contents_item {
	margin: 0 auto;
	margin-top: 50px;
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #ffffff;
	border: solid 1px #ffffff;
}
.c_fullset, .c_shitami, .c_present {
	width: 160px;
	height: 160px;
	color: #fff;
	font-size: 20px;
	padding-top: 35px;
	line-height: 1.1;
	border-radius: 50%;
	border: solid 1px #ffffff;
	padding-bottom: 42px;
	line-height: 30px;
}
.c_delivery {
	width: 160px;
	height: 160px;
	color: #fff;
	font-size: 20px;
	padding-top: 50px;
	line-height: 1.1;
	border-radius: 50%;
	border: solid 1px #ffffff;
	padding-bottom: 42px;
	line-height: 30px;
}
/*-- トップのカタログへ飛ぶアニメーションボタン --*/
.catalog_btn-og {
	position: relative;
	margin: 20px auto;
	padding: 15px;
	width: 80%;
	background: #fff;
	display: block;
	color: #4d4d4d;
	bottom: 10px;
	border: 1px #8d8d8d solid;
	border-bottom: 3px solid;
}

.catalog_btn-og p {
	color: #4d4d4d;
}
/*-- トップのカタログへ飛ぶアニメーションボタンここまで --*/

/*-----------------------------------
キャッチ部分ここまで
-----------------------------------	*/
/*--------------------------------------------------
セット内容＆オプション
--------------------------------------------------*/
.set {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.options {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.option_base2 {
    width: 94%;
    /* display: flex; */
    margin: 0 auto 30px auto;
}
.option_base {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto 30px auto;
}
.option_base_narrow {
	width: 100%;
	margin: 0 auto 30px auto;
}
.option_box {
    width: 98%;
    border: 1px solid #343A3A;
    margin: 1em auto;
    position: relative;
}
.saletag {
    position: absolute;
    top: -20px;
    right: -10px;
    background-color: #cc0000;
    border-radius: 50%;
    padding: 17px 10px;
    color: #fff;
    font-size: 12px;
}
.sale_price {
	color: #cc0000;
	font-weight: 600;
	}
.option_box_bottm {
    display: block;
    background-color: #343A3A;
    background-image: url(../img/top/black-twill.png);
    text-align: center;
    padding: 2px 0 0 0;
    bottom: 0;
    color: #ffffff;
    width: 100%;
    position: absolute;
}
.option_box img {
    width: 35%;
    float: left;
    margin: 10px;
    border: 1px solid #343A3A;
    position: relative;
    z-index: 1;
}
.simulation {
    width: 100%;
    height: 600px;
    padding: 20px 0 50px 0;
    margin: -20px auto 0 auto;
    background-color: #d4d4d4;
}
.simulation_box {
    width: 100%;
    height: 490px;
    background-color: #ffffff;
    margin: -45px auto 50px auto;
    border: #343A3A 1px solid;
}
.simulation_title {
    width: 90%;
    padding: 10px;
    background-color: #343A3A;
    background-image: url(../img/top/black-twill.png);
    margin: 15px auto 0 auto;
    position: relative;
    text-align: center;
    z-index: 1;
}
.simulation_title .fa {
	color: #fff!important;
	font-size: 22px;
}
.option_blue {
	width: 100%;
	background-color: #DFE8ED;
	margin: 0 auto;
	padding: 20px 0;
}
.option_cream {
	width: 100%;
	background-color: #F0EBD5;
	margin: 0 auto;
	padding: 20px 0;
}
.option_gray {
    width: 100%;
    background-color: #343A3A;
    margin: 0 auto;
    padding: 1px 0 45px 0;
}
.frame {
    width: 40%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 6px;
}
.frame img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame:before, .frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
    top: -24px;
    bottom: auto;
    right: auto;
    left: -55px;
    background-color: #DFE8ED;
}
/* 右下 */
.frame:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
    top: auto;
    bottom: -22px;
    right: -50px;
    left: auto;
    background-color: #DFE8ED;
}
.frame2 {
	width: 40%;
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame2 img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame2:before, .frame2:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #F0EBD5; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame2:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -55px;
	background-color: #F0EBD5;
}
/* 右下 */
.frame2:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -50px;
	left: auto;
	background-color: #F0EBD5;
}
.frame3 {
	width: 40%;
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame3 img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame3:before, .frame3:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #343A3A; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame3:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -55px;
	background-color: #343A3A;
}
/* 右下 */
.frame3:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -50px;
	left: auto;
	background-color: #343A3A;
}

.option_text {
	width: 95%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.option_text .fa {
	font-size: 22px;
}
.option_text2 {
	width: 95%;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
    padding: 0 0 23px 0
}

.option_text2 .fa {
	font-size: 22px;
	color: #fff!important;
}
.option_text2 img {
    margin: 10px auto 0 auto;
    width: 50%;
}
.option_text3 {
	width: 65%;
	float: right;
	display: table;
	vertical-align: middle;
	}
.img_frame {
	width: 35%;
	bottom: 0;
}
.img_frame2 {
	width: 35%;
	margin-top: 30px;
}
.c_try_btn {
    width: 87%;
    padding: 10px 20px;
    border: #3a3a3a 1px solid;
    border-radius: 5px;
    margin: 0 auto;
}
.c_try_btn .fa {
	font-size: 22px!important;
	color: #3a3a3a!important;
	}
.c_try_btn_w {
	width: 87%;
	padding: 10px 20px;
	border: #ffffff 1px solid;
	border-radius: 5px;
	color: #ffffff;
	margin: 0 auto;
	}
.c_try_btn_w .fa {
	font-size: 22px!important;
	color: #ffffff!important;
	}
.c_price {
	font-size: 13px;
	color: #343a3a;	
	}

.option-info,.option-info2{
margin-top: 0.8em;
margin-right: .8em;
}

.c_point {
    width: 90%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    height: 30PX;
    line-height: 30PX;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
    background: #8A0204;
    color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}
.c_point:before, .c_point:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.c_point:before{
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 10px;
    border-color: transparent transparent transparent #343A3A;
    border-style: solid;
}

.c_point:after{
    top: 0;
    right: 0;
    border-width: 15px 10px 15px 0px;
    border-color: transparent #343A3A transparent transparent;
    border-style: solid;
	
}

/*------------------------------------
セット内容＆オプションここまで
-----------------------------------	*/

/*-----------------------------------
サイズ表の部分
-----------------------------------	*/	
.size {
    width: 100%;
    margin: 50px auto 0 auto;
    text-align: center;
}
.size_base {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

table {
	border: 1px solid #595959;
	border-collapse: collapse;
	width: 95%;
	margin: 0 auto;
	table-layout: fixed;
}
td, th{
	padding: 3px;
    width: 1px;
    height: 25px;
    font-size: 13px;
    text-align: center;
	border: 1px solid #595959;

}
th {
	text-align: center;
	font-weight: 600;
}
.bg_gold {
	background-color: #F0EBD5;	
	}
	
.bg_blue {
	background-color: #DFE8ED;	
	}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.hakama_size_select {
	width: 100%;	
	}
.hakama_size_select img {
    width: 100%;
}

/*表の中のボタン*/
.square_btn_green{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #418144;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #00561f;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_green:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn_navy{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #2C3A66;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #172063;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_navy:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn_red{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #A40000;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #70060A;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_red:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn_gold{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #BBAA7F;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #b79474;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_gold:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
/* -----------------------------------
サイズ表の部分ここまで
-----------------------------------	*/

/*--------------------------------
ご利用の流れ
--------------------------------*/
.flow .title_text {
    margin-top: 10%;
}
.tab-content {
	width: 100%;
	display: inline-block;
}
.tab_font {
	font-size: 15px;
}
input[type="radio"] {
	display: none;
}
.tab_area {
	width: 100%;
	display: flex;
	margin: 1.5em auto 1em;
	position: relative;
}
.tab_area label {
	width: 50%;
	display: inline-block;
	padding: 1.2em 0;
	color: #083449;
	background: #EDEEF0;
	text-align: center;
	font-size: 4vw;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;

	cursor: pointer;
	transition: ease 0.2s opacity;
	box-sizing: border-box;
}
.tab_area label:hover {
	opacity: 0.8;
	cursor: pointer;
	background: #083449;
	color: #ffffff;
}
.tab-box {
	background: #fff;
}
.tab_panel {
	width: 100%;
	padding: 2.5em 0 0;
	display: none;
}
#tab1:checked ~ .tab_area .tab1_label {
	position: relative;
	display: inline-block;
	background: #083449;
	color: #ffffff;
}
#tab1:checked ~ .tab-box #panel1 {
	display: block;
	animation: tabAnim ease 0.8s forwards;
	-ms-animation: tabAnim ease 0.8s forwards;
}
#tab1:checked ~ .tab_area .tab1_label::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #083449;
}
#tab2:checked ~ .tab_area .tab2_label {
	position: relative;
	display: inline-block;
	background: #083449;
	color: #ffffff;
}
#tab2:checked ~ .tab-box #panel2 {
	display: block;
	animation: tabAnim ease 0.8s forwards;
	-ms-animation: tabAnim ease 0.8s forwards;
}
#tab2:checked ~ .tab_area .tab2_label::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #083449;
}
.takuhai_flow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}
.flow_box {
	display: block;
	width: 95%;
	margin: 0 auto 1.5em;
}
.flow_sub_title_sp {
	font-size: 4.375vw;
	font-weight: 700;
	line-height: 2;
}
.flow_box img {
	width: 100%;
}
.flow_01 {
	width: 68%;
	border-radius: 50%;
	border: #ddd 7px solid;
	box-sizing: border-box;
}
.flow_02_02 {
	width: 68%;
	border-radius: 50%;
	border: #ddd 7px solid;
	box-sizing: border-box;
}
.flow_03 {
	width: 68%;
	border-radius: 50%;
	border: #ddd 7px solid;
	box-sizing: border-box;
}
.img_box {
	display: inline-block;
	width: 45%;
	margin-left: 3%;
}
.flow_sub_title {
	font-size: 20px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 20px;
}
.takuhai_flow .flow_text {
	display: inline-block;
	width: 45%;
	font-size: 3.2vw;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	position: relative;
	margin-left: 5%;
	top: -50px;
}
.takuhai_flow .flow_text2 {
	display: inline-block;
	width: 45%;
	font-size: 3.2vw;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	position: relative;
	margin-left: 5%;
	top: -25px;
}
.raiten_flow .flow_text {
	display: inline-block;
	width: 45%;
	font-size: 3.2vw;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	position: relative;
	margin-left: 5%;
	top: -50px;
}
.raiten_flow .flow_text2 {
	display: inline-block;
	width: 45%;
	font-size: 3.2vw;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	text-align: left;
	position: relative;
	margin-left: 5%;
	top: -25px;
}
.flow_no {
	font-size: 4.5vw;
}
.flow_btn_box {
	width: 100%;
	margin: 1em auto 2.5em;
}
.flow_btn_box p {
	font-size: 4vw;
}
.flow_btn_box a {
	color: #4d4d4d;
	width: 85%;
	padding: 13px;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	display: block;
	margin: 0.8em auto 0;
	border-bottom: 3px solid;
	text-align: center;
}

/*--------------------------------
ご利用の流れ　ここまで
--------------------------------*/
.tow_column {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.tow_column a:hover {
	opacity: 0.8;
	display: block;
}
.left_box {
	width: 24%;
	float: left;
	flex-wrap: nowrap;
}
/*------------------------------
ご利用ガイド
------------------------------*/
.guide_base {
	min-width: 120px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #4d4d4d;
}
.balloon_pink {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	background: #D77071;
	text-align: center;
}
.balloon_pink::before {
	content: "";
	position: absolute;
	top: 95%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 15px;
	border-top: 15px solid #D77071;
	z-index: 1;
}
.balloon_pink p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
}
.guide_box {
	width: 100%;
	padding: 8px 10px;
	background-color: #eeeeee;
	margin: -25px auto 10px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	position: relative;
}
.guide_box::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	color: #bbb !important;
	position: absolute;
	top: 30%;
	right: 10%;
	font-size: 1.5rem;
}
.guide_box a {
	display: block;
}
.guide_box img {
	width: 55px;
	margin: 10px 20px 10px 3px !important;
}
.guide_box span {
	font-style: normal;
	color: #eeeeee;
	font-size: 1rem;
	letter-spacing: 0.2rem;
	font-weight: 600;
	font-family: "source-han-serif-japanese", serif;
}
.guide_box2 {
	widows: 100%;
	padding: 8px 10px 8px 0;
	border-bottom: 1px dotted #d4d4d4;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;

	text-align: left;

	align-items: center;
}
.guide_box2 .fa-truck, .guide_box2 .fa-suitcase {
	font-size: 1.5rem;
	color: #4d4d4d;
	margin: 10px 20px 10px 10px;
}
.guide_box2 span {
	font-style: normal;
	color: #4d4d4d;
	font-size: 1rem;
	line-height: 1rem;
	font-family: "source-han-serif-japanese", serif;
}
.guide_box2 img {
	width: 30px;
	margin: 10px 20px 10px 8px!important;
}
.ls_02 {
	letter-spacing: 0.2rem;
}
.c_p10 {
	font-size: 10px!important;
}
.form_title {
	color: #4D4D4D;
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	letter-spacing: 1.5px;
	font-size: 1em;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	font-family: "source-han-serif-japanese", serif;
}
/*-------------------------------
商品カテゴリ
-------------------------------*/

.category_base {
	width: 100%;
}
.category_box {
	width: 100%;
	text-align: left;
}
.category_box li a {
	display: block;
}
.category01 {
	line-height: 3rem;
	font-size: 0.8rem;
	color: #666!important;
	font-weight: bold;

	position: relative;
	border-bottom: 1px dotted #d4d4d4;
	padding: 5px;
}
.category01::after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	color: #bbb!important;
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 15px;

}
.category01 a, .category01 a:link, .category01 a:visited {
	color: #666!important;
}
/*-------------------------------

商品カテゴリ　ここまで
-------------------------------*/
/*-------------------------------
シーンから選ぶ
-------------------------------*/
.accordion-menu3 {
	width: 100%;
	height: auto;
	background: #FFF;
}
.accordion-menu3 .open {
	display: block;
	position: relative;
	text-decoration: none;
}
.accordion-menu3 .first_contents {
	padding: 5px!important;
	background-color: #fff!important;
	font-size: 0.8rem;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
}
.accordion-menu3 .open.is-close::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	font-size: 15px;
	font-family: "Font Awesome 5 free";
	color: #bbb;
}
.accordion-menu3 .open.is-open::after {
	font-family: "Font Awesome 5 Free";
	content: "\f068";
	font-weight: bold;
	color: #bbb!important;
}
.accordion-menu3 .theme-accordion dt .menu::after, .accordion-menu3 .theme-accordion dd .block::after {
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	font-size: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #bbb!important;
}
.accordion-menu3 .third_contents {
	background-color: #EDEFF0!important;
	font-size: 0.75rem;
	padding: 5px 5px 5px 20px!important;
	border-bottom: 1px solid #d4d4d4;
}
.accordion-menu3 .fourth_contents {
	background-color: #fff!important;
	padding: 5px 5px 5px 30px;
	font-size: 0.75rem;
	border-bottom: 1px solid #eeeeee;
}
/*-------------------------------
シーンから選ぶ　ここまで
-------------------------------*/
.right_box {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.junior {
	width: 100%;
}
.junior_box {
    width: 100%;
    text-align: center;
    position: relative;
	font-size: 4vw;
    height: 25.5em;
	margin-top: 10%;
}
.junior_img {
    width: 90%;
    box-sizing: border-box;
    position: absolute;
    font-size: 4vw;
    top: 9em;
    left: 5%;
}
.junior_text {
	width: 100%;
	background: #D18784;
	height: 320px;
}
.junior_title {
	font-size: 8vw!important;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #ffffff;
}
.junior_sub_title {
	font-size: 3.5vw;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #ffffff;
}
.junior_text p {
	color: #ffffff;
	font-size: 3.5vw;
    padding: 2em 0 1em;
}
.junior_btn {
 	 width: 90%;
    font-size: 4vw;
    margin: 0 auto 5%;
    text-align: center;
}
.junior_btn a {
	display: block;
	color: #4d4d4d;
	padding: 13px;
	border: 1px #4b4b4b solid;

	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
}
/*-------------------------------
レビュー
-------------------------------*/
.review_wrap {
	padding-bottom: 10px;
    margin-top: 10%;
	display: inline-block;
}
.review {
	clear: both;
}
.review_wrap {
	position: relative;
}
.fu_review {
	width: 100%;
	padding-top: 1em;
	margin: 0 auto 2em;
}
.review_box {
	border-top: 1px #dddddd solid;
	display: flex;
	background: #ffffff;
	height: 11em;
	font-size: 3vw;
}
.last_review_box {
	border-top: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
	display: flex;
	background: #ffffff;
	height: 11em;
	font-size: 3vw;
}
.review_img_wrap {
	width: 20%;
}
.review_img {
	width: 40%;
	margin: 15px auto 0;
}
.review_img img {
	margin-left: 5px;
	width: 90%;
}
.review li {
	background: #ffffff;
	width: 100%;
}
.review .review_text {
	width: 80%;
	padding: 1em;
	font-size: 3vw;
	text-align: left;
}
.review_btn {
	width: 85%;
	margin: 5% auto 0;
	text-align: center;
}
.review_btn a {
	display: block;
	color: #4d4d4d;
	padding: 1em;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	border-bottom: 3px solid;
	background: #fff;
}
/*-------------------------------
レビュー　ここまで
-------------------------------*/
.bnr_wrap p {
	text-align: left;
	font-size: 3.5vw;
	line-height: 2;
}
.hair_bnr {
    margin: 10% 0 5%;
	position: relative;
}
.hair_btn {
	width: 41%;
	position: absolute;
	bottom: 13%;
	left: 5%;
	background: #ffffff;
	opacity: .6;
	display: block;
	height: 22%;
	border: 1px #8d8d8d solid;
}
.hair_btn a {
	display: block;
	color: #4d4d4d;
}
.hair_btn_text {
	position: absolute;
	bottom: 14%!important;
	left: 14%;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
}
.photo_bnr {
	position: relative;
}
.photo_btn {
	width: 45%;
	position: absolute;
	bottom: 10%;
	left: 32%;
	background: #ffffff;
	opacity: .8;
}
.photo_btn a {
	display: block;

	color: #4d4d4d;
	border: 1px #8d8d8d solid;
	height: 50px;
}
.photo_btn_text {
	position: absolute;
	bottom: 13.5%;
	left: 45%;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px!important;
}
.photo_title {

	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #de7775;
	position: absolute;
	font-size: 28px!important;
	top: 35%;
	left: 38%;
	text-align: center!important;
	line-height: 1.2!important;
}
.main_title {
	font-size: 38px;
	font-weight: 700;
	color: #333;
}


/*-----------------------------------
各種バナー
-----------------------------------*/
.campaign_base2 {
	width: 100%;
	color: #4d4d4d;
	margin: 3em auto;
}
.campaign_box2 {
    margin: 0 auto 5%;
    width: 95%;
}
.campaign_box2 img {
	margin: 0 auto!important;
	border: 1px solid #d4d4d4;
	width: 100%;
}
.campaign_box2 span {
	font-size: 3vw;
	color: #4d4d4d;
	display: block;
	text-align: left;
	margin-top: 0.5em;
}
.information_wrap {
	display: inline-block;
	width: 100%;
}
.information_box {
	width: 100%!important;
	text-align: left;
}
.contents_box {
	margin: 0;
}
.mb_10 {
	margin-bottom: 10px;	
	}
/*-----------------------------
無料お下見会とご利用ガイド
-----------------------------*/
.reservation {
	width: 100%;
	height: 20%;
	text-align: center;
	padding: 10px 0;
	margin: 8% auto 0 auto;
	background-image: url(https://www3.yumeyakata.com/img/common/diagonal-noise.png);
	background-position: left top, left top;
	background-repeat: repeat, no-repeat;
	background-size: auto;
}
.reservation_base {
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 10px;
}
.reservation_box {
	width: 80%;
	margin: 1em auto;
	padding: 10px;
	background-color: #fff;
	color: #4d4d4d;
	border: #4d4d4d 1px solid;
	font-weight: 600;
}
.en {
	font-family: 'Quicksand';
	padding-bottom: 2px;
	font-weight: 200;
	color: #666666;

}
.c_h2_pink {
	font-size: 7vw;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	font-weight: 500;
	color: #083449;
	margin: 0 auto;
}
.reserve_title {
	font-size: 3vw;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	display: block;
	color: #333333;
	font-weight: 600;
	margin: 0 auto 15px auto;
}
.shitami {
	position: relative;
	top: 4px;
	display: block;
}
/*-----------------------------
/無料お下見会とご利用ガイド
-----------------------------*/
.breadcrumb {
    width: 98%;
    margin: 0 auto;
    text-align: left;
    font-size: 2.8vw;
    color: #777;
}
/*------------------------------------------- 
フェードインしながら上へスライド 
------------------------------------------- */	

.fadein_box {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.3s;
}
.fadein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*------------------------------------------- 
フェードインしながら上へスライド 　ここまで
------------------------------------------- */	
}

@media screen and (min-width:751px) and (max-width: 1024px) {

.breadcrumb {
margin: 0;
}

#page-top {
    bottom: 8px;
    right: 16px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 30px;
	background: none!important;
}
#obj_catalogue_link {
    position: fixed;
    z-index: 53;
    bottom: 63px;
    right: 5px;
    font-size: 7vw;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #083449;
    border-color: #ffffff;
    border-width: medium;
    text-align: center;
    opacity: 1.0;
    border: 3px solid #ffffff;
}
#obj_catalogue_link p {
    position: relative;
    padding: 0;
    margin: 0px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1.3;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}
#obj_catalogue_link a{
	color: #ffffff;
	}
#obj_catalogue_link .fa-search {
	font-size: 20px!important;	
	}


/*-- 送料無料キャンペーン用 --*/
.header_img {
	margin-top: 0!important;
}
/*-- 送料無料キャンペーン用 --*/

/*---------------------
タイトル一体化に調整
---------------------*/
.top_slider_text {
    position: absolute;
    display: inline-block;
    width: 350px;
    top: 22%;
    left: 10%;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
}
.top_slider_text span {
	font-size: 15px;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	color: #4d4d4d;
	line-height: 2.0rem;	
	}　
/*---------------------
/タイトル一体化に調整
---------------------*/
.header_img_lead {
	font-size: 15px;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	color: #4d4d4d;
	line-height: 2.0rem;
}
.border_h50::after {
	position: absolute;
	background: #4d4d4d;
	content: "";
	width: 1px;
	height: 50px;
	left: 50%;
}
.serect_navi {
	width: 100%;
	font-size: 15px;
	display: inline-block;
	margin: 0 0 20px;
	border-bottom: solid 1px #e3e3e3;
	border-top: solid 1px #e3e3e3;
	color: #4D4D4D;
}
.serect_navi ul {
	width: 100%;
	margin: 0 auto;
}
.serect_navi li {
	justify-content: center;
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
}
.serect_navi li:first-child {
	border-right: none;
}
.rental {
	background: #083449;
	position: relative;
}
.rental::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #083449;
}
.rental p {
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 2px;
	position: relative;
}
.buy {
	background: #edeff0;
}
.buy p {
	font-size: 22px;
	color: #ed7979;
	letter-spacing: 2px;
	position: relative;
	;
}
.serect_navi a {
	display: block;
	padding: 1.2em 0;
	position: relative;
	font-family: "source-han-serif-japanese", serif;

	font-style: normal;
	font-weight: 500;
}
.ruby2 {
	font-size: 14px;
	position: relative;
	margin-top: -20px;
	margin-bottom: 8px;
	text-align: center!important;
}

.title_text {
	color: #083449;
	text-align: center;
	font-size: 40px;
	font-family: source-han-serif-japanese, sans-serif;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 60px;
}
.link_title {
	font-size: 25px;
	letter-spacing: 10px;
	margin-bottom: 25px;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	font-weight: 500;
}
.lead {
	text-align: left;
	font-size: 13px;
	line-height: 2.5;
}
.position_text_r {

	display: inline-block;
	position: absolute;
	top: 180px;
	right: 15%
}
.position_text_l {
	display: inline-block;
	position: absolute;
	top: 180px;
	left: 15%;
}

.information_wrap section {
	display: none;
}
.information_wrap .c_info_all,.information_wrap .c_info_mens_formal {
	display: block !important;
}
/*-----------------------------
ドロワーメニュー内特集から探す
-----------------------------*/

/*-----------------------------------
ヘッダ固定部分
-----------------------------------	*/
.c_logo-furi {
    width: 40%;
    display: block;
    margin-left: 5px;
}
.tab-bar {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
    z-index: 3;
    left: 0;
    top: 0;
    padding: 10px 5px;
    background-color: #ffffff!important;
    box-shadow: 0px 1px 0px 0px rgba(102, 102, 102, 0.7);
}
.tab-bar .menu_list {
    width: 55px;
    height: 55px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    position: relative;
    margin: 0 5px 3px 0;
    background-color: #ffffff;
}
.tab-bar a {
    padding: 0;
    display: block;
    text-align: center;
	margin-top: 5px;
    color: #fff;
    text-decoration: none;
}
.wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100px;
	margin: 0 auto 20px auto;
	padding: 0;
	border-collapse: collapse;

}
.wrapper>div {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
}
.l-margin_plan {
	height: 100px;
	background-color: #DFE8ED;
}
/*-- 宅配プラン側ー--*/
.main_plan {
	width: 50%;
	height: 100px;
	background-color: #DFE8ED;
}
.plan_box {
	width: 100% ;
	display: block;
	position: relative;
	text-align: center;
	padding-top: 15px;
}
/*-- 来店プラン側-*/
.side_plan {
	width: 50%;
	height: 100px;
	background-color: #F0EBD5;
}
.plan2_box {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	padding-top: 15px;
}
.r-margin_plan {
	height: 100px;
	background-color: #F0EBD5;
}
/*------------------------------------
二色部分ここまで
------------------------------------*/
/*------------------------------------
キャッチ部分
------------------------------------*/
.catch {
	width: 100%;
	background-color: #343A3A;
	background-image: url(../img/top/black-twill.png);
	display: block;
	margin: 0 auto;
	text-align: center;
}

.catch p{
	color: #fff;
}

.catch_base {
	width: 100%;
	background-image: url(../img/top/bg_img.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
.c_service_base {
	margin: 30px auto;
	text-align: center;
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.c_service_base div {
	display: inline-block;
	vertical-align: middle;
}
.c_contents_item {
	margin: 0 auto;
	margin-top: 50px;
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #ffffff;
	border: solid 1px #ffffff;
}
.c_fullset, .c_shitami, .c_present {
	width: 160px;
	height: 160px;
	color: #fff;
	font-size: 20px;
	padding-top: 35px;
	line-height: 1.1;
	border-radius: 50%;
	border: solid 1px #ffffff;
	padding-bottom: 42px;
	line-height: 30px;
}
.c_delivery {
	width: 160px;
	height: 160px;
	color: #fff;
	font-size: 20px;
	padding-top: 50px;
	line-height: 1.1;
	border-radius: 50%;
	border: solid 1px #ffffff;
	padding-bottom: 42px;
	line-height: 30px;
}
/*-- トップのカタログへ飛ぶアニメーションボタン --*/
.catalog_btn-og {
	position: relative;
	margin: 20px auto;
	padding: 15px;
	width: 60%;
	background: #fff;
	display: block;
	color: #4d4d4d;
	bottom: 10px;
	border: 1px #8d8d8d solid;
	border-bottom: 3px solid;
}

.catalog_btn-og p {
	color: #4d4d4d;
}
/*-- トップのカタログへ飛ぶアニメーションボタンここまで --*/
.obj_top_slider {
    position: relative;
    left: 50%;
    width: 300%;
    margin-left: -50%;
    padding: 5px 0 10px 0;
}
.bx-wrapper .bx-pager {
    display: none;
}

/*--------------------------------------------------
キャッチ部分ここまで
--------------------------------------------------*/
/*--------------------------------------------------
セット内容＆オプション
--------------------------------------------------*/
.set {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.options {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.option_base2 {
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 30px auto;
}
.option_base {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto 30px auto;
}
.option_base_narrow {
	width: 100%;
	margin: 0 auto 30px auto;
}
.option_box {
	width: 23%;
	border: 1px solid #343A3A;
	position: relative;
}
.saletag {
    position: absolute;
    top: -20px;
    right: -6px;
    background-color: #cc0000;
    border-radius: 50%;
    padding: 17px 10px;
    color: #fff;
    font-size: 12px;
}
.sale_price {
	color: #cc0000;
	font-weight: 600;
	}
.option_box_bottm {
	display: block;
	background-color: #343A3A;
	background-image: url(../img/top/black-twill.png);
	text-align: center;
	padding: 5px 10px;

	bottom: 0;
	color: #ffffff;
}
.option_box img {
	width: 80%;
	margin: 10px 10px 0 10px;
}
.simulation {
    width: 100%;
    padding: 10px 0 90px 0;
    margin: -20px auto 0 auto;
    background-color: #d4d4d4;
}
.simulation_box {
    width: 95%;
    height: 550px;
    background-color: #ffffff;

    border-radius: 10px;
    margin: -50px auto 50px auto;
    padding-top: 60px;
}
.simulation_title {
    width: 50%;
    padding: 10px 20px;
    background-color: #343A3A;
    background-image: url(../img/top/black-twill.png);
    margin: 20px auto 0 auto;
    position: relative;
    text-align: center;
    z-index: 1;
}
.simulation_title .fa {
	color: #fff!important;
	font-size: 22px;
}
.option_blue {
	width: 100%;
	background-color: #DFE8ED;
	margin: 0 auto;
	padding: 40px 0;
}
.option_cream {
	width: 100%;
	background-color: #F0EBD5;
	margin: 0 auto;
	padding: 40px 0;
}
.option_gray {
	width: 100%;
	background-color: #343A3A;
	margin: 0 auto;
	padding: 10px 0 50px 0;
}
.frame {
	width: 45%;
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame:before, .frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
	background-color: #DFE8ED;
}
/* 右下 */
.frame:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
	background-color: #DFE8ED;
}
.frame2 {
	width: 45%;
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame2 img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame2:before, .frame2:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #F0EBD5; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame2:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
	background-color: #F0EBD5;
}
/* 右下 */
.frame2:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
	background-color: #F0EBD5;
}
.frame3 {
	width: 45%;
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame3 img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame3:before, .frame3:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #343A3A; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame3:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
	background-color: #343A3A;
}
/* 右下 */
.frame3:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
	background-color: #343A3A;
}

.option_text {
	width: 95%;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.option_text .fa {
	font-size: 22px;
}
.option_text2 {
	width: 95%;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
    padding: 0 0 23px 0
}
.option_text2 .fa {
	font-size: 22px;
	color: #fff!important;
}
.option_text2 img {
    margin: 10px auto 0 auto;
    width: 50%;
}
.img_frame {
	width: 35%;
	bottom: 0;
}
.img_frame2 {
	width: 35%;
	margin-top: 30px;
}
.c_try_btn {
	width: 50%;
	padding: 10px 20px;
	border: #3a3a3a 1px solid;
	border-radius: 5px;
	margin: 0 auto;
	}
.c_try_btn_w {
	width: 50%;
	padding: 10px 20px;
	border: #ffffff 1px solid;
	border-radius: 5px;
	color: #ffffff;
	margin: 0 auto;
	}
.c_price {
	font-size: 13px;
	color: #343a3a;	
	}

.c_point {
    width: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    height: 30PX;
    line-height: 30PX;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
    background: #8A0204;
    color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	margin: 0 auto;
}
.c_point:before, .c_point:after{
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.c_point:before{
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 10px;
    border-color: transparent transparent transparent #343A3A;
    border-style: solid;
}

.c_point:after{
    top: 0;
    right: 0;
    border-width: 15px 10px 15px 0px;
    border-color: transparent #343A3A transparent transparent;
    border-style: solid;
	
}

/*------------------------------------
セット内容＆オプションここまで
-----------------------------------	*/


/*------------------------------------
サイズ表の部分
-----------------------------------	*/
.size {
    width: 100%;
    margin: 40px auto 20px auto;
    text-align: center;
}
.size_base {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

table {
	border: 1px solid #595959;
	border-collapse: collapse;
	width: 98%;
	table-layout: fixed;
	margin: 0 auto;
}
td, th {
	padding: 3px;
    width: 1px;
    height: 25px;
    font-size: 13px;
    text-align: center;
	border: 1px solid #595959;

}
th {
	text-align: center;
	font-weight: 600;
}
.bg_gold {
	background-color: #F0EBD5;	
	}
	
.bg_blue {
	background-color: #DFE8ED;	
	}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.hakama_size_select {
	width: 100%;	
	}
.hakama_size_select img {
    width: 100%;
}

/*表の中のボタン*/
.square_btn_green{
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    background: #418144;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #00561f;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_green:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn_navy {
    display: inline-block;
    padding: 5px;
    text-decoration: none;
    background: #2C3A66;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #172063;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_navy:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn_red {
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    background: #A40000;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #70060A;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_red:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn_gold{
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    background: #BBAA7F;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #b79474;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_gold:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}


.size_info img{
	width: 80%;
	margin: 1em 0;
}

/*-----------------------------------
サイズ表の部分ここまで
-----------------------------------	*/

/*--------------------------------
ご利用の流れ
--------------------------------*/
.flow .title_text {
	margin-top: 80px;
}
.tab-content {
	width: 100%;
	display: inline-block;
	margin: 50px auto 0;
}
.tab_font {
	font-size: 15px;
}
input[type="radio"] {
	display: none;
}
.tab_area {
	width: 100%;
	max-width: 1280px;
	display: flex;
	font-size: 0;
	margin: 15px auto 40px;
	position: relative;
}
.tab_area label {
	width: 50%;
	display: inline-block;
	padding: 30px 0;
	color: #083449;
	background: #EDEEF0;
	text-align: center;
	font-size: 22px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	cursor: pointer;
	transition: ease 0.2s opacity;
	box-sizing: border-box;
}
.tab_area label:hover {
	opacity: 0.8;
	cursor: pointer;
	background: #083449;
	color: #ffffff;
}
.tab-box {
	background: #fff;

	margin-bottom: 100px;

}
.tab_panel {
	width: 100%;
	padding: 50px 0 0;
	display: none;
}
#tab1:checked ~ .tab_area .tab1_label {
	position: relative;
	display: inline-block;
	background: #083449;
	color: #ffffff;
}
#tab1:checked ~ .tab-box #panel1 {
	display: block;
	animation: tabAnim ease 0.8s forwards;
	-ms-animation: tabAnim ease 0.8s forwards;
}
#tab1:checked ~ .tab_area .tab1_label::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #083449;
}
#tab2:checked ~ .tab_area .tab2_label {
	position: relative;
	display: inline-block;
	background: #083449;
	color: #ffffff;
}
#tab2:checked ~ .tab-box #panel2 {
	display: block;
	animation: tabAnim ease 0.8s forwards;
	-ms-animation: tabAnim ease 0.8s forwards;
}
#tab2:checked ~ .tab_area .tab2_label::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #083449;
}
.takuhai_flow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}
.raiten_flow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}
.flow_box {
	width: 32%;
	text-align: center;
}
.flow_box img {
	width: 90%;
}
.flow_01 {
	border-radius: 50%;
	border: #ddd 8px solid;
	box-sizing: border-box;
}
.flow_02_02 {
	border-radius: 50%;
	border: #ddd 8px solid;
	box-sizing: border-box;
}
.flow_03 {
	border-radius: 50%;
	border: #ddd 8px solid;
	box-sizing: border-box;
}
.img_box {
	display: block;
	width: 100%;
}
.flow_sub_title {
	font-size: 20px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 20px;
}
.flow_text {
	font-size: 17px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-top: 15px;
}
.flow_btn_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 60px auto;
	text-align: center;
}
.flow_btn_box a {
	color: #4d4d4d;
	width: 43%;
	padding: 13px;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0 auto;
	border-bottom: 3px solid;
	
}
/*--------------------------------
ご利用の流れ　ここまで
--------------------------------*/
.tow_column {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.tow_column a:hover {
	opacity: 0.8;
	display: block;
}
.left_box {
	width: 24%;
	float: left;
	flex-wrap: nowrap;
}
/*------------------------------
ご利用ガイド
------------------------------*/
.guide_base {

	min-width: 120px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #4d4d4d;
}
.balloon_pink {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	background: #D77071;
	text-align: center;
}
.balloon_pink::before {
	content: "";
	position: absolute;
	top: 95%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 15px;
	border-top: 15px solid #D77071;
	z-index: 1;
}
.balloon_pink p {

	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
}
.guide_box {
	width: 100%;
	padding: 8px 10px;
	background-color: #eeeeee;
	margin: -25px auto 10px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	position: relative;
}
.guide_box::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	color: #bbb !important;
	position: absolute;
	top: 30%;
	right: 10%;
	font-size: 1.5rem;
}
.guide_box a {
	display: block;
}
.guide_box img {
	width: 55px;
	margin: 10px 20px 10px 3px !important;
}
.guide_box span {
	font-style: normal;
	color: #4d4d4d;
	font-size: 1rem;
	letter-spacing: 0.2rem;

	font-weight: 600;
	font-family: "source-han-serif-japanese", serif;
}
.guide_box2 {
	widows: 100%;
	padding: 8px 10px 8px 0;
	border-bottom: 1px dotted #d4d4d4;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	align-items: center;
}
.guide_box2 .fa-truck, .guide_box2 .fa-suitcase, .guide_box2 .fa-address-card {
	font-size: 1.5rem;
	color: #4d4d4d;
	margin: 10px 20px 10px 10px;
}
.guide_box2 span {
	font-style: normal;
	color: #4d4d4d;
	font-size: 1rem;
	line-height: 1rem;
	font-family: "source-han-serif-japanese", serif;
}
.guide_box2 img {
	width: 30px;
	margin: 10px 20px 10px 8px!important;
}
.ls_02 {
	letter-spacing: 0.2rem;
}
.c_p10 {
	font-size: 10px!important;
}
.form_title {
	color: #4D4D4D;
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	letter-spacing: 1.5px;
	font-size: 1em;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	font-family: "source-han-serif-japanese", serif;
}
/*-------------------------------
商品カテゴリ
-------------------------------*/

.category_base {
	width: 100%;
}
.category_box {
	width: 100%;
	text-align: left;
}
.category_box li a {
	display: block;
}
.category01 {
	line-height: 3rem;
	font-size: 0.8rem;
	color: #666!important;
	font-weight: bold;
	position: relative;
	border-bottom: 1px dotted #d4d4d4;
	padding: 5px;
}
.category01::after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	color: #bbb!important;
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 15px;
}
.category01 a, .category01 a:link, .category01 a:visited {
	color: #666!important;
}
/*-------------------------------
商品カテゴリ　ここまで
-------------------------------*/
/*-------------------------------
シーンから選ぶ
-------------------------------*/
.accordion-menu3 {
	width: 100%;
	height: auto;
	background: #FFF;
}
.accordion-menu3 .open {
	display: block;
	position: relative;
	text-decoration: none;
}
.accordion-menu3 .first_contents {
	padding: 5px!important;
	background-color: #fff!important;
	font-size: 0.8rem;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
}
.accordion-menu3 .open.is-close::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	font-size: 15px;
	font-family: "Font Awesome 5 free";
	color: #bbb;
}
.accordion-menu3 .open.is-open::after {
	font-family: "Font Awesome 5 Free";
	content: "\f068";
	font-weight: bold;
	color: #bbb!important;
}
.accordion-menu3 .theme-accordion dt .menu::after, .accordion-menu3 .theme-accordion dd .block::after {
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	font-size: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #bbb!important;
}
.accordion-menu3 .third_contents {
	background-color: #EDEFF0!important;
	font-size: 0.75rem;
	padding: 5px 5px 5px 20px!important;
	border-bottom: 1px solid #d4d4d4;
}
.accordion-menu3 .fourth_contents {
	background-color: #fff!important;
	padding: 5px 5px 5px 30px;
	font-size: 0.75rem;
	border-bottom: 1px solid #eeeeee;
}
/*-------------------------------
シーンから選ぶ　ここまで
-------------------------------*/
.right_box {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.junior {
	width: 100%;
}
.junior_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
.junior_img {
	width: 65%;


}
.junior_text {
	width: 35%;
	background: #083449;
}
.junior_title {
	font-size: 24px!important;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #ffffff;
}
.junior_sub_title {
	font-size: 18px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #ffffff;
}
.junior_text p {
	font-size: 14px;
	margin-top: 19%;
	color: #ffffff;

}
.junior_btn {
	width: 60%;
	margin: 50px auto;
}
.junior_btn a {
	display: block;
	color: #4d4d4d;
	padding: 13px;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
}
/*-------------------------------
レビュー
-------------------------------*/
.review_wrap {
	background: #EDEEF0;
	padding-bottom: 10px;
}
.review_wrap .title_text {
	padding-top: 30px;
}
.review {
	clear: both;
}
.review_wrap {
	position: relative;
}
.fu_review {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 95%;
	padding-top: 70px;
	margin: 0 auto 40px;
	justify-content: space-between;
}
.review_box {
	background: #ffffff;
}
.review_img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px #f1eeee solid;
	overflow: hidden;
	margin: 15px auto 0;
}
.review_box img {
	width: 125px;
}
.review li {
	background: #ffffff;
	width: 32%;
}
.review .review_text {
	padding: 0 15px 15px;
	font-size: 14px;
	text-align: left;
}
.review_btn {
	width: 60%;
	margin: 50px auto;
}
.review_btn a {
	display: block;
	color: #4d4d4d;
	padding: 13px;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	border-bottom: 3px solid;
	text-align: center;
	background: #fff;
}
/*-------------------------------
レビュー　ここまで
-------------------------------*/
.bnr_wrap p {
	text-align: left;
	font-size: 14px;
	line-height: 2;
}
.hair_bnr {
	margin: 100px 0 10px;
	position: relative;
}
.hair_btn {
	width: 30%;
	position: absolute;
	bottom: 25%;
	right: 13%;
	/*background: #ffffff;
	opacity: .6;*/
	background-color: rgba(255,255,255,0.5);
	text-align: center;
}
.hair_btn a {
	display: block;
	color: #4d4d4d;
	border: 1px #8d8d8d solid;
	/*height: 45px;*/
	line-height: 2.5;
	border-bottom: 3px solid;
}
.hair_btn_text {
	/*position: absolute;
	bottom: 28%;
	right: 21.5%;*/
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
}
.photo_bnr {
	position: relative;
	margin: 80px 0 10px;
}
.photo_bnr img {
	opacity: 0.7;
}
.photo_btn {
	width: 45%;
	position: absolute;
	bottom: 10%;
	left: 32%;
	background: #ffffff;
	opacity: .8;
}
.photo_btn a {
	display: block;
	color: #4d4d4d;
	border: 1px #8d8d8d solid;
	height: 50px;
}
.photo_btn_text {
	position: absolute;
	bottom: 16.5%;
	left: 34%;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px!important;
}
.photo_title {
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #de7775;
	position: absolute;
	font-size: 28px!important;
	top: 35%;
	left: 38%;
	text-align: center!important;
	line-height: 1.2!important;
}
.main_title {
	font-size: 38px;
	font-weight: 700;
	color: #333;
}
/*-----------------------------
無料お下見会とご利用ガイド
-----------------------------*/
.reservation {
	width: 100%;
	height: 300px;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	background-image: url(https://www3.yumeyakata.com/img/common/diagonal-noise.png);
	background-position: left top, left top;
	background-repeat: repeat, no-repeat;
	background-size: auto;
}
.reservation_base {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
	padding: 10px;
}
.reservation_box {
	width: 48%;
	padding: 10px;
	background-color: #fff;
	color: #4d4d4d;
	border: #4d4d4d 1px solid;
	font-weight: 600;
}
.customer {
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
	background-color: #FFF7F7;
	padding: 20px 0 30px 0;
}
.customer_box_base {
	width: 95%;
	padding-bottom: 20px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: none;
	box-shadow: none;
}
.customer_box {
	width: 48%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	padding: 10px 0;
	margin: 10px auto;
}
.customer_box img {
	width: 130px;
}
.customer_box_txt {
	width: 85%;
	color: #4d4d4d;
	font-size: 13px;
	line-height: 1.2rem;
	text-align: left;
	margin: 0 auto;
}
.customer .fa-chevron-right {
	font-size: 40px;
	color: #bbb;
	margin-top: 110px;
}
.customer .fa-chevron-left {
	font-size: 40px;
	color: #bbb;
	margin-top: 110px;
}
.sns_bottom {
	width: 100%;
	margin: 50px auto 30px auto;
	text-align: center;
}
.sns_bottom_box_base {
	width: 100%;
	text-align: center;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
	padding: 0 20%;
}
.sns_bottom_icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	background-color: #4d4d4d;
	align-items: center;
	font-size: 45px;
}
.sns_bottom_icon .fa-instagram {
	font-size: 45px!important;
	color: #ffffff!important;
	padding-left: 0.3rem;
}
.sns_bottom_icon .fa-facebook {
	font-size: 45px!important;
	color: #ffffff!important;
	padding-left: 0.3rem;
}
.sns_bottom_icon .fa-twitter {
	font-size: 45px!important;
	color: #ffffff!important;
	padding-left: 0.3rem;
}
.info_box_base3 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.info_box {
	width: 46%;
	background-color: #eeeeee;
	padding: 20px;
	color: #4d4d4d;
	margin: 15px auto;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.info_box a {
	display: block;
}
.info_box p {
	color: #4d4d4d;
}
.info_icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	color: #666666;
	background-color: #F6CBD3;
	align-items: center;
	font-size: 30px;
	display: block;
	margin-right: 20px;
}
.info_box .fa-shopping-cart {
	color: #fff;
	padding: 10px;
	font-size: 45px;
}
.info_box .fa-share-alt {
	color: #fff;
	padding: 12px 10px 10px 10px;
	font-size: 43px;
}
.info_box .fa-question {
	color: #fff;
	padding: 10px;
	font-size: 45px;
}
.info_box .fa-envelope-o {
	color: #666666;
	padding: 10px 10px 10px 13px;
	font-size: 43px;
}
.en {
	font-family: 'Quicksand';
	padding-bottom: 2px;
	font-weight: 200;
	color: #666666;
}
.c_h2_pink {
	font-size: 30px;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	font-weight: 500;
	color: #083449;
	margin: 0 auto;
}
.reserve_title {
	font-size: 18px;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	display: block;
	color: #1a1a1a;
	font-weight: 600;
	margin: 0 auto 15px auto;
}
.shitami {
	position: relative;
	top: 4px;
	display: block;
}
/*-----------------------------
/無料お下見会とご利用ガイド
-----------------------------*/
/*-----------------------------------
各種バナー
-----------------------------------*/
.campaign_base2 {
	width: 100%;
	color: #4d4d4d;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;

	margin: 20px auto;
}
.campaign_box2 {
	margin: 10px auto;
	width: 48%;
}
.campaign_box2 img {
	margin: 10px auto 5px auto!important;
	border: 1px solid #d4d4d4;
	width: 100%;
}
.campaign_box2 span {
	font-size: 0.8rem;
	color: #4d4d4d;
	display: block;
}
.information_wrap {
	display: inline-block;
	margin-bottom: 100px;
	width: 100%;
}
.information_box {
	width: 100%!important;
	max-width: 1024px;
}
.contents_box {
	margin-top: 0;
}
/*------------------------------------------- 
フェードインしながら上へスライド 
------------------------------------------- */	

.fadein_box {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.3s;
}
.fadein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*------------------------------------------- 
フェードインしながら上へスライド 　ここまで
------------------------------------------- */	
}

@media screen and (min-width:1025px), print, tv {
.breadcrumb {
	margin: 0 auto;
}
/*--------------------------------------------------
二色部分
--------------------------------------------------*/
.wrapper {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 150px;
	margin: 0 auto 20px auto;
	padding: 0;
	border-collapse: collapse;
}
.wrapper>div {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	font-weight: 600;
}
.l-margin_plan {
	height: 150px;
	background-color: #DFE8ED;
}
/*-- 宅配プラン側ー--*/
.main_plan {
	width: 50%;
	height: 150px;
	background-color: #DFE8ED;
}
.plan_box {
	width: 50%;
	display: block;
	float: left;
	position: relative;
	text-align: center;
	margin-left: 50%;
	padding-top: 15px;
}
/*-- 来店プラン側-*/
.side_plan {
	width: 50%;
	height: 150px;
	background-color: #F0EBD5;
}
.plan2_box {
	width: 50%;
	display: block;
	float: right;
	position: relative;
	margin-right: 50%;
	text-align: center;
	padding-top: 15px;
}
.r-margin_plan {
	height: 150px;
	background-color: #F0EBD5;
}
/*--------------------------------------------------
二色部分ここまで
--------------------------------------------------*/
/*--------------------------------------------------
キャッチ部分
--------------------------------------------------*/
.catch {
	width: 100%;
	background-color: #343A3A;
	background-image: url(../img/top/black-twill.png);
	display: block;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.catch_base {
	max-width: 1280px;
	background-image: url(../img/top/bg_img.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
}

.catch_base p{
	color: #fff;
}


.c_service_base {
	margin: 30px auto;
	text-align: center;
	display: flex;
	justify-content: center;
	max-width: 1280px;
	width: 100%;
}
.c_service_base div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}
.c_contents_item {
	margin: 0 auto;
	margin-top: 50px;
	font-size: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #ffffff;
	border: solid 1px #ffffff;
}
.c_fullset, .c_shitami, .c_present {
	width: 160px;
	height: 160px;
	color: #fff;
	font-size: 20px;
	padding-top: 35px;
	line-height: 1.1;
	border-radius: 50%;
	border: solid 1px #ffffff;
	padding-bottom: 42px;
	line-height: 30px;
}
.c_present {
	position: relative;	
	}
.share_btn {
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 32px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    transition: .3s;
    position: absolute;
    bottom: -7px;
    right: 0px;
}
.share_btn .fa{
    line-height: 50px;
}
.share_btn:hover　{
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.shgp{
    color: #ea4158;
    background-image: -webkit-linear-gradient(#ffa8a8 0%, #ff5d5d 100%);
    background-image: linear-gradient(#ffa8a8 0%, #ff5d5d 100%);
}

.c_delivery {
	width: 160px;
	height: 160px;

	color: #fff;
	font-size: 20px;
	padding-top: 50px;
	line-height: 1.1;
	border-radius: 50%;
	border: solid 1px #ffffff;
	padding-bottom: 42px;
	line-height: 30px;
}
/*-- トップのカタログへ飛ぶアニメーションボタン --*/
.catalog_btn-og {
	position: relative;
	margin: 20px auto;
	padding: 15px;
	width: 30%;
	background: #fff;
	display: block;
	color: #4d4d4d;
	bottom: 10px;
	border: 1px #8d8d8d solid;
	border-bottom: 3px solid;
}

.catalog_btn-og p {
	color: #4d4d4d;
	
	
}

/*-- トップのカタログへ飛ぶアニメーションボタンここまで --*/

/*--------------------------------------------------
キャッチ部分ここまで
--------------------------------------------------*/
/*--------------------------------------------------
セット内容＆オプション
--------------------------------------------------*/
.set {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.set img.set_pic{
	margin-top: 65px;
}

.options {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.option_base {
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	margin: 65px auto 35px auto;
}

.option_base2 {
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}


.option_zegn {
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 30px auto;
}

.option_box {
	width: 24%;
	border: 1px solid #343A3A;
	position: relative;
}

.saletag {
    position: absolute;
    top: -20px;
    right: -15px;
    background-color: #cc0000;
    border-radius: 50%;
    padding: 17px 10px;
    color: #fff;
    font-size: 12px;
}
.sale_price {
	color: #cc0000;
	font-weight: 600;
	}
.option_box_bottm {
	display: block;
	background-color: #343A3A;
	background-image: url(../img/top/black-twill.png);
	text-align: center;
	padding: 5px 10px;
	bottom: 0;
	color: #ffffff;
}
.option_box img {
	width: 80%;
	margin: 10px 10px 0 10px;
}
.simulation {
	width: 100%;
    padding: 10px 0 80px 0;
    margin: -36px auto 20px auto;
    background-color: #d4d4d4;
    display: inline-block;
}
.simulation_box {
	width: 1000px;
    height: 610px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: -80px auto 50px auto;
    padding-top: 70px;
}
.simulation_title {
	width: 450px;
    padding: 20px;
    background-color: #343A3A;
    color: #fff;
    background-image: url(../img/top/black-twill.png);
    margin: 40px auto 0 auto;
    position: relative;
    text-align: center;
    z-index: 1;
}
.simulation_title .fa {
	color: #fff!important;
	font-size: 22px;
}
.option_blue {
	width: 100%;
	background-color: #DFE8ED;
	margin: 0 auto;
	padding: 40px 0;
}
.option_cream {
	width: 100%;
	background-color: #F0EBD5;
	margin: 0 auto;
	padding: 40px 0;
}
.option_gray {
	width: 100%;
	background-color: #343A3A;
	margin: 0 auto;
	padding: 0;
}
.frame {
	width: 25%;
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame:before, .frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #fff; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
	background-color: #DFE8ED;
}
/* 右下 */
.frame:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
	background-color: #DFE8ED;
}
.frame2 {
	width: 25%;
	display: inline-block;
	position: relative;

	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame2 img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame2:before, .frame2:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #F0EBD5; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.frame2:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;

	left: -26px;
	background-color: #F0EBD5;
}
/* 右下 */
.frame2:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
	background-color: #F0EBD5;
}
.frame3 {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.frame3 img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.frame3:before, .frame3:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background-color: #343A3A;
	transform: rotate(-30deg);
}
/* 左上 */
.frame3:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;
	background-color: #343A3A;
}
/* 右下 */
.frame3:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
	background-color: #343A3A;
}
.option_text {
	width: 40%;
	text-align: center;
	display: block;
	margin: auto;
}
.option_text .fa {
	font-size: 22px;
}
.option_text2 {
	width: 40%;
	text-align: center;
	display: block;
	/* margin-top: 30px; */
	margin: auto;
	/* padding: 0 0 23px 0 */
}
.option_text2 span.h2_title {
    font-size: 28px;
    text-align: center;
    margin: 0 auto 10px auto;
    color: #fff;
}

.option_text2 p.read{
	color: #fff;
}

.option_text2 .fa {
	font-size: 22px;
	color: #fff!important;
}
.option_text2 img {
	margin: 10px auto 0 auto;
}
.img_frame {
	width: 27%;
	bottom: 0;
}
.img_frame2 {
	width: 27%;
	margin-top: 30px;
}
.c_try_btn {
	width: 100%;
	padding: 10px 20px;
	border: #3a3a3a 1px solid;
	border-radius: 5px;
	}
.c_try_btn_w {
	width: 100%;
	padding: 10px 20px;
	border: #ffffff 1px solid;
	border-radius: 5px;
	color: #ffffff;
	}
.c_price {
	font-size: 13px;
	color: #343a3a;	
	}

.c_point {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    height: 30PX;
    line-height: 30PX;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
    background: #8A0204;
    color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.c_point:before, .c_point:after{
    position: absolute;


    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.c_point:before{
    top: 0;
    left: 0;
    border-width: 15px 0px 15px 10px;
    border-color: transparent transparent transparent #343A3A;
    border-style: solid;
	
}

.c_point:after{
    top: 0;
    right: 0;
    border-width: 15px 10px 15px 0px;
    border-color: transparent #343A3A transparent transparent;
    border-style: solid;
	
}
/*--------------------------------------------------
セット内容＆オプションここまで
--------------------------------------------------*/

/*--------------------------------------------------
モーニングサイズの選び方
--------------------------------------------------*/
.size {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
}

.size_base {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.size_info{
	margin-top: 65px;
}

table {
	border: 1px solid #595959;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	margin-top: 65px;
}
td, th{
	padding: 3px;
    width: 1px;
    height: 25px;
    font-size: 13px;
    text-align: center;
	border: 1px solid #595959;

}
th {
	text-align: center;
	font-weight: 600;
}
.bg_gold {
	background-color: #F0EBD5;	
	}
	
.bg_blue {
	background-color: #DFE8ED;	
	}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}
.hakama_size_select {
	width: 100%;	
	}
.hakama_size_select img {
    width: 100%;
}

/*表の中のボタン*/
.square_btn_green{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #418144;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #00561f;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_green:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn_navy{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #2C3A66;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #172063;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_navy:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn_red{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #A40000;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #70060A;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_red:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.square_btn_gold{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #BBAA7F;/*ボタン色*/
    color: #FFF!important;
    border-bottom: solid 4px #b79474;
    border-radius: 3px;
	cursor: pointer;
}
.square_btn_gold:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
/*--------------------------------------------------
モーニングサイズの選び方ここまで
--------------------------------------------------*/
.border_h50::after {
	position: absolute;
	background: #4d4d4d;
	content: "";
	width: 1px;
	height: 50px;
	left: 50%;
}
.serect_navi {
	width: 100%;
	font-size: 15px;
	display: inline-block;

	margin: 0 0 20px;
	border-bottom: solid 1px #e3e3e3;
	border-top: solid 1px #e3e3e3;
	color: #4D4D4D;
}
.serect_navi ul {
	width: 100%;
	margin: 0 auto;
}
.serect_navi li {
	justify-content: center;
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
}
.serect_navi li:first-child {
	border-right: none;
}
.rental {
	background: #083449;
	position: relative;
}
.rental::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 60%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #083449;
}
.rental p {
	font-size: 25px;

	color: #ffffff;
	letter-spacing: 2px;
	position: relative;
	right: -10%;
}
.buy {
	background: #edeff0;
}
.buy p {

	font-size: 25px;
	color: #ed7979;
	letter-spacing: 2px;
	position: relative;
	;
	left: -10%;
}
.serect_navi a {
	display: block;
	padding: 1.5em 0;
	position: relative;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	font-weight: 500;
}
.ruby2 {
	font-size: 14px;
	position: relative;
	margin-top: -20px;
	margin-bottom: 8px;
	text-align: center!important;
}
.title_text {
	margin-top: 100px;
}
.img01 img, .img02 img, .img03 img, .img04 img, .img06 img {

	width: 100%!important;
	max-width: 1025px;
	margin: 0 auto 1em;
}
.img01 {
	background: url(../img/new_top/back_left.jpg) no-repeat;
	background-size: 100% 600px;
	margin-top: 10px;
	position: relative;
	width: 100%;
}
.img02 {
	background: url(../img/new_top/back_right.jpg) no-repeat;
	background-size: 100% 600px;
	margin-top: 10px;
	position: relative;
}
.img03 {
	background: url(../img/new_top/back_left.jpg) no-repeat;
	background-size: 100% 600px;
	margin-top: 10px;
	position: relative;
	width: 100%;
}
.img04 {
	background: url(../img/new_top/back_right.jpg) no-repeat;
	background-size: 100% 600px;
	margin-top: 10px;
	position: relative;
}
.img05 {
	margin-top: 10px;
	width: 100%;
}
.img06 {
	margin-top: 10px;
	position: relative;
}
.link_title {
	font-size: 25px;
	letter-spacing: 10px;
	margin-bottom: 25px;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	font-weight: 500;
}
.lead {
	text-align: left;
	font-size: 13px;
	line-height: 2.5;
}
.position_text_r {
	display: inline-block;
	position: absolute;
	top: 180px;
	right: 15%
}
.position_text_l {
	display: inline-block;
	position: absolute;
	top: 180px;
	left: 15%;
}

.information_wrap section {
	display: none;
}
.information_wrap .c_info_all,.information_wrap .c_info_mens_formal {
	display: block !important;
}
/*-----------------------------
ドロワーメニュー内特集から探す
-----------------------------*/
.pickup_base {
	width: 100%;
	margin-bottom: 10px;
}
.pickup_box {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	vertical-align: middle;
	align-items: center;
	margin: 10px auto;
	justify-content: space-between;
}
.pickup_title {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #AFAFAF solid;
	padding-left: 15px;
	font-size: 15px;
	color: #4d4d4d;
}
.pickup_title .fa-flag {
	font-size: 25px;
}
.pickup_box img {
	width: 30%;
}
.pickup_side {
	width: 65%;
}
.pickup_side span {
	font-style: normal;
	color: #4d4d4d;
	font-size: 0.9rem;
	font-family: "Sawarabi Gothic";
	letter-spacing: -1px;
}
.pickup_btn {
	width: 95%;
	background-color: #4d4d4d;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 0.9rem;
	padding: 5px;
}
.scene_base {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.pickup_box_menu {
	width: 93%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	vertical-align: middle;
	align-items: center;
	margin: 10px auto;
	justify-content: space-between;
}
.pickup_box_menu img {
	width: 30%;
}
.c_pickup_banner {
	margin: 20px auto 0 auto;
	border: 1px solid #d4d4d4;
}
.c_pickup_txt {
	margin: 10px auto 20px auto;
}
/*-----------------------------
ドロワーメニュー内特集から探す ここまで
-----------------------------*/
.ranking {
	display: inline-block;
	width: 100%;
	max-width: 1280px;
	margin: 70px auto 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.ranking_base {
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}

.ranking_catch{
	font-weight: 400;
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
    color: #4d4d4d;
    text-align: center;
    display: block;
    width: 85%;
    margin: 0 auto;
}

.ranking a {
	margin-right: 0.5em;
}
.ranking a:last-child {
	margin-right: 0;
}

.ranking_box {
	width: 25%;
	position: relative;
}
.no1 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	padding: 6px 16px;
	border-radius: 50%;
	background-color: #cfaa12;
	color: #fff;
}

.no2 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	padding: 6px 16px;
	border-radius: 50%;
	background-color: #8f9193;
	color: #fff;
}
.no3 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	padding: 6px 16px;
	border-radius: 50%;
	background-color: #a37544;
	color: #fff;
}
.no4 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 22px;
	padding: 6px 16px;
	border-radius: 50%;
	background-color: #FFF;
	border: 1px solid #4d4d4d;
	color: #4d4d4d;
}


.arrival_btn {
	width: 100%;
	max-width: 1280px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 30px auto 100px;
	text-align: center;
	font-size: 23px;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	font-weight: 400;
	justify-content: center;
}
.arrival_btn a:hover {
	opacity: 0.8;
}
.arrival_btn .btn1 {
	background: #ECEDEF;
	color: #ed7979;
	width: 50%;
	padding: 30px 0;
	cursor: pointer;
}
.arrival_btn .btn2 {
	background: #ED7979;
	color: #ffffff;
	width: 50%;
	padding: 15px 0;
	border-radius: 5px;
	border-bottom: 3px solid #bbb;
}
/*-----------------------------
	ピックアップ＆特集
-------------------------------*/
.pickup_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 0px auto 100px;
	justify-content: space-between;
}
.pickup_wrap a {
	cursor: pointer;
}
.pickup_box2 {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	text-align: left;
	padding: 0;
}
.pickup_box2 img {
	border: 1px #eee solid;
	box-sizing: border-box;
}
.pickup_box2 p {
	width: 95%;
	margin: 10px auto 0;
	color: #4d4d4d;
	font-size: 14px;
}
.pickup_box3 {
	display: inline-block;
	width: 100%;
	max-width: 400px;
	text-align: left;
	padding: 0;
}
.pickup_box3 img {
	border: 1px #eee solid;
	box-sizing: border-box;
}
.pickup_box3 p {
	width: 95%;
	margin: 10px auto 0;
	color: #4d4d4d;
	font-size: 14px;
}
.top_pickup_title {
	color: #333333;
	text-align: left;
	font-size: 22px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 5px;
}
.camp_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 70px auto 70px;
	justify-content: space-between;
}
.camp_box {
	width: 24.5%;
	text-align: left;
	padding: 0;
}
.camp_box img {
	border: 1px #eee solid;
	box-sizing: border-box;
}
.camp_box p {
	width: 95%;
	margin: 10px auto 0;
	color: #4d4d4d;
	font-size: 14px;
}
.camp_box a {
	display: block;
}
.top_camp_title {
	color: #333333;
	text-align: left;
	font-size: 18px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 5px;
}
.price_red {
	color: #cc0000;
	font-weight: 600;
}
/*-----------------------------
	ピックアップ＆特集　ここまで
-------------------------------*/	
/*--------------------------------
選ばれる理由
--------------------------------*/
.reason {
	background-image: url(/furisode/img/new_top/reason_bg.png);
	background-repeat: repeat;
	padding: 5px 0;
}
.reason_btn_box a {
    color: #4d4d4d;
    width: 40%;
    padding: 15px;
    border: 1px #4b4b4b solid;
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin: 50px auto 120px auto;
    font-size: 18px;
    letter-spacing: 1px;
	border-bottom: 3px solid;
	background: #fff;
}
.reason .title_text {
	margin-top: 50px!important;
}
.reason_title {
	font-size: 24px;
	font-family: source-han-serif-japanese, sans-serif;
	font-weight: 800;
}
.reason_sub_title {
	font-size: 0.9rem;
	margin-bottom: 10px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 800;
	color: #333;
}
.strong {
	color: #cc0000;
	font-size: 28px;
	font-weight: bold;
}
.date {
	font-size: 14px;
}
.reason_lead {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
}
.reason_img_wrap {
	width: 100%;
	max-width: 1280px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 90px auto 100px;
}
.reason_img {
	width: 24%;
	max-width: 300px;
	position: relative;
}
.reason_text_box_back {
	position: absolute;
	width: 85%;
	height: 245px;
	background: #ffffff;
	opacity: 0.8;
	bottom: 5%;
	left: 8%;
}
.reason_text_box {
	position: absolute;
	width: 80%;
	height: 245px;
	bottom: 2%;
	left: 10%;
}
.reason_text {
	font-size: 12px;
	margin-bottom: 10px;
}
.link_text {
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 0.9rem;
}
/*--------------------------------
選ばれる理由　ここまで
--------------------------------*/
/*--------------------------------
コーディネイト
--------------------------------*/
.coordinate {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}
.coordinate_title_base {
	width: 100%;
	position: relative;
	z-index: 0;
	text-align: center;
	height: 250px;
	margin: 0 auto;
	padding: 60px 0 30px 0;
}
.coordinate_title {
	-webkit-font-feature-settings: 'palt';
	font-family: "source-han-serif-japanese", sans-serif;
	font-feature-settings: 'palt';
	text-align: center;
	position: relative;
	z-index: 1;
	/* padding-top: 37px; */
	padding-bottom: 70px;
	color: #FFF;
	font-size: 22px;
}
.coordinate_title::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	content: "";
	width: 1px;
	height: 50px;
	background-color: #FFF;
}
.title_eng {
	font-family: "source-han-serif-japanese", sans-serif;
	font-size: 30px;
	font-weight: 600;
	margin: 0 auto 10px auto;
	text-align: center;
	display: block;
	color: #7F7F7F;
}
.pink_base {
	width: 100%;
	height: 500px;
	margin: 0 auto;
	text-align: center;
	background-color: #d18784;
	color: #fff;
}
.feature_base {
	width: 98%;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;

	position: relative;
	margin: 10px auto 0;
}
.feature_base2 {
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin: 10px auto 5px;
}
.feature_base3 {
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	position: relative;
    margin: -5px auto 0;
}
.feature_box01 {
	width: 58%;
	max-width: 750px;
	float: left;
	margin: 0;
}
.feature_box02 {
	width: 42%;

	float: left;
	font-size: 18px;
	color: #4d4d4d;
	background-color: #edefef;
	height: auto;
	text-align: left;
	align-items: center;
	letter-spacing: -1px;
}
.feature_box02 p {
	width: 75%;
	margin: 0 auto;
	display: block;
	text-align: left;
	margin-top: 15%;
	line-height: 2.5em;
}
.feature_box02-2 {
	font-size: 18px;
	color: #4d4d4d;
	background-color: #edefef;
	height: auto;
	padding: 0.9em;
	flex-grow: 1;
	display: flex;
	text-align: left;
	align-items: center;
	line-height: 2em;
	letter-spacing: -1px;
}
.feature_box03 {
    width: 32.7%;
	margin: 0 0 10px;
}
	.feature_base3 .feature_box03{
		width: 32%;
		margin-right: 10px;
	}
	.feature_base3 .feature_box03:last-child{
		margin-right: 0;
	}
.feature_box04 {
	width: 24%;
	margin: 0;
}
.feature_box05 {
	width: 19.5%;
	margin: 0;
}
.cata_btn_base {
	width: 85%;
	max-width: 1025px;
	display: flex;
	justify-content: space-between;
	margin: 10px auto 150px auto;
}
.cata_btn01 {
	width: 50%;
	background-color: #edefef;
	padding: 20px;
	color: #ed7978;
	font-size: 28px;
	text-align: center;
	font-family: "source-han-serif-japanese", sans-serif;
}
.cata_btn01 a {
	display: block;
	color: #ed7978;
}
.cata_btn01 a:hover {
	opacity: 0.7;
}
.cata_btn02 {
	width: 50%;
	background-color: #d18784;
	padding: 20px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	font-family: "source-han-serif-japanese", sans-serif;
}
.cata_btn02 a {
	display: block;
	color: #fff;
}
.cata_btn02 a:hover {
	opacity: 0.7;
}
/*--------------------------------
コーディネイトここまで
--------------------------------*/
/*--------------------------------
キャンペーン
--------------------------------*/
.campaign_title_base {
	width: 100%;
	position: relative;
	z-index: 0;
	text-align: center;
	height: 200px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
}
.campaign_box {
	position: relative;
	padding: 0.5em 1em;
	margin: 20px auto 25px auto;
	width: 100%;
	max-width: 1280px;
	background-color: #edefef;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.campaign_box::before, .campaign_box::after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	display: inline-block;
}
.campaign_box::before {
	border-left: solid 1.5px #ed7978;
	border-top: solid 1.5px #ed7978;
	top: 0;
	left: 0;
	right: 0;
}
.campaign_box::after {
	border-right: solid 1.5px #ed7978;
	border-bottom: solid 1.5px #ed7978;
	bottom: 0;
	right: 0;
}
.campaign_box p {
	margin: 0;
	padding: 0;
}
.campaign_left {
	width: 20%;
	padding: 15px;
	display: block;
	position: relative;
	margin-right: 20px;
}
.campaign_left::after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	content: "";
	width: 1px;
	height: 108px;
	background-color: #ed7978;
}
.campaign_right {
	width: 70%;
	display: block;
	text-align: left;
	margin-left: 10px;
	line-height: 1.8
}
.campaign_title_s {
	-webkit-font-feature-settings: 'palt';
	font-family: "source-han-serif-japanese", sans-serif;
	font-feature-settings: 'palt';
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 5px;
}
.campaign_lead {
	font-size: 14px;
	color: #4d4d4d;
	text-align: left;
	display: block;
	margin-bottom: 0;
}
.campaign_btn_box a {

    color: #4d4d4d;
    width: 40%;
    padding: 15px;
    border: 1px #4b4b4b solid;

    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin: 50px auto 120px auto;
    font-size: 18px;
    letter-spacing: 1px;
}
.title_eng_s {
	font-family: "source-han-serif-japanese", sans-serif;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.2
}
.gray_base {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 400px;
	background-color: #edefef;
	color: #ed7978;
}
.cdn-container label {
	height: 30px;
	font-size: 16px;
	padding: 5px 20px;
	display: block;
	cursor: pointer;
	text-align: left;
	background: #E3F5F9;
	border-top: 1px solid #ccc;
	box-shadow: 0.2em 0.1em 0.2em rgba(0,0,0,0.1);
}
.mt_50 {
	margin-top: -250px!important;
}
/*--------------------------------
キャンペーンここまで
--------------------------------*/
/*--------------------------------
ご利用の流れ
--------------------------------*/
.flow .title_text {
	margin-top: 100px;
}
.tab-content {
	width: 100%;
	display: inline-block;
	margin: 50px auto 0;
}
.tab_font {
	font-size: 15px;
}
input[type="radio"] {
	display: none;
}
.tab_area {
	width: 100%;
	max-width: 1280px;
	display: flex;
	font-size: 0;
	margin: 15px auto 40px;
	position: relative;
}
.tab_area label {
	width: 50%;
	display: inline-block;
	padding: 30px 0;
	color: #083449;
	background: #EDEEF0;
	text-align: center;
	font-size: 22px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	cursor: pointer;
	transition: ease 0.2s opacity;
	box-sizing: border-box;
}
.tab_area label:hover {
	opacity: 0.8;
	cursor: pointer;
	background: #083449;
	color: #ffffff;
}
.tab-box {
	background: #fff;
	margin-bottom: 100px;
}
.tab_panel {
	width: 100%;
	padding: 50px 0 0;
	display: none;
}
#tab1:checked ~ .tab_area .tab1_label {
	position: relative;
	display: inline-block;
	background: #083449;
	color: #ffffff;
}
#tab1:checked ~ .tab-box #panel1 {
	display: block;
	animation: tabAnim ease 0.8s forwards;
	-ms-animation: tabAnim ease 0.8s forwards;
}
#tab1:checked ~ .tab_area .tab1_label::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #083449;


}
#tab2:checked ~ .tab_area .tab2_label {
	position: relative;
	display: inline-block;
	background: #083449;
	color: #ffffff;
}
#tab2:checked ~ .tab-box #panel2 {
	display: block;
	animation: tabAnim ease 0.8s forwards;
	-ms-animation: tabAnim ease 0.8s forwards;
}
#tab2:checked ~ .tab_area .tab2_label::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #083449;
}
.takuhai_flow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}
.raiten_flow {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	justify-content: space-between;
}
.flow_box {
	width: 32%;
	text-align: center;
}
.flow_01 {
	width: 68%;
	border-radius: 50%;
	border: #ddd 8px solid;
}
.flow_02 {
	width: 79%;
}
.flow_02_02 {
	width: 68%;
	border-radius: 50%;
	border: #ddd 8px solid;
}
.flow_03 {
	width: 68%;
	border-radius: 50%;
	border: #ddd 8px solid;
}
.img_box {
	display: block;
	height: 315px;
}
.flow_sub_title {
	font-size: 20px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 20px;
}
.flow_text {
	font-size: 17px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	margin-top: 15px;
}
.flow_btn_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 70%;
	justify-content: space-between;
	margin: 80px auto;
}
.flow_btn_box a {
	color: #4d4d4d;
	width: 50%;
	padding: 15px;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	margin: 0 auto;
	border-bottom: 3px solid;
	text-align: center;
}
/*--------------------------------
ご利用の流れ　ここまで
--------------------------------*/
.tow_column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 50px auto 50px;
	justify-content: space-between;
}
.left_box a:hover {
	opacity: 0.8;
	display: block;
}
.left_box {
	width: 24%;
	float: left;
	flex-wrap: nowrap;
}
/*------------------------------
ご利用ガイド
------------------------------*/
.guide_base {
	min-width: 120px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #4d4d4d;
}
.balloon_pink {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	background: #083449;
	text-align: center;
}
.balloon_pink::before {
	content: "";
	position: absolute;
	top: 95%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top-color: transparent;
	border-top-style: solid;
	border-top-width: 15px;
	border-top: 15px solid #083449;
	z-index: 1;
}
.balloon_pink p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
}
.guide_box {
	width: 100%;
	padding: 8px 10px;
	background-color: #eeeeee;
	margin: -25px auto 10px auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: left;
	position: relative;
}
.guide_box::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	color: #bbb !important;
	position: absolute;
	top: 30%;
	right: 10%;
	font-size: 1.5rem;
}
.guide_box a {
	display: block;
}
.guide_box img {
	width: 55px;
	margin: 10px 20px 10px 3px !important;
}
.guide_box span {
	font-style: normal;
	color: #4d4d4d;
	font-size: 1rem;
	letter-spacing: 0.2rem;
	font-weight: 600;
	font-family: "source-han-serif-japanese", serif;
}
.guide_box2 {
	widows: 100%;

	padding: 8px 10px 8px 0;
	border-bottom: 1px dotted #d4d4d4;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	align-items: center;
}
.guide_box2 .fa-truck, .guide_box2 .fa-suitcase, .guide_box2 .fa-address-card {
	font-size: 1.5rem;
	color: #4d4d4d;
	margin: 10px 20px 10px 10px;
}
.guide_box2 span {
	font-style: normal;
	color: #4d4d4d;
	font-size: 1rem;
	line-height: 1rem;
	font-family: "source-han-serif-japanese", serif;
}
.guide_box2 img {
	width: 30px;
	margin: 10px 20px 10px 8px!important;
}
.ls_02 {
	letter-spacing: 0.2rem;
}
.c_p10 {
	font-size: 10px!important;
}
.form_title {
	color: #4D4D4D;
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
	letter-spacing: 1.5px;
	font-size: 1em;
	border-top: 1px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	font-family: "source-han-serif-japanese", serif;
}
/*-------------------------------
商品カテゴリ
-------------------------------*/

.category_base {
	width: 100%;
}
.category_box {
	width: 100%;
	text-align: left;
}
.category_box li a {
	display: block;
}
.category01 {
	line-height: 3rem;
	font-size: 0.8rem;
	color: #666!important;
	font-weight: bold;
	position: relative;
	border-bottom: 1px dotted #d4d4d4;
	padding: 5px;
}
.category01::after {
	font-family: "Font Awesome 5 Free";
	content: "\f054";
	font-weight: bold;
	color: #bbb!important;
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 15px;
}
.category01 a, .category01 a:link, .category01 a:visited {
	color: #666!important;
}
/*-------------------------------
商品カテゴリ　ここまで
-------------------------------*/
/*-------------------------------
シーンから選ぶ
-------------------------------*/
.accordion-menu3 {
	width: 100%;
	height: auto;
	background: #FFF;
}
.accordion-menu3 .open {
	display: block;
	position: relative;
	text-decoration: none;
}
.accordion-menu3 .first_contents {
	padding: 5px!important;
	background-color: #fff!important;
	font-size: 0.8rem;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
}
.accordion-menu3 .open.is-close::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	font-size: 15px;
	font-family: "Font Awesome 5 free";
	color: #bbb;
}
.accordion-menu3 .open.is-open::after {
	font-family: "Font Awesome 5 Free";
	content: "\f068";
	font-weight: bold;
	color: #bbb!important;
}
.accordion-menu3 .theme-accordion dt .menu::after, .accordion-menu3 .theme-accordion dd .block::after {
	content: "\f054";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	font-size: 15px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	color: #bbb!important;
}
.accordion-menu3 .third_contents {
	background-color: #EDEFF0!important;
	font-size: 0.75rem;
	padding: 5px 5px 5px 20px!important;
	border-bottom: 1px solid #d4d4d4;
}
.accordion-menu3 .fourth_contents {
	background-color: #fff!important;
	padding: 5px 5px 5px 30px;
	font-size: 0.75rem;
	border-bottom: 1px solid #eeeeee;
}
/*-------------------------------
シーンから選ぶ　ここまで
-------------------------------*/
.right_box {
	width: 75%;
	max-width: 924px;
	float: left;
}
.junior {
	width: 100%;
}
.junior_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
}
.junior_img {
	width: 65%;
}
.junior_text {
	width: 35%;
	background: #083449;
}
.junior_title {
	font-size: 24px!important;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #ffffff;
}
.junior_sub_title {
	font-size: 18px;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #ffffff;
}
.junior_text p {
	font-size: 14px;
	margin-top: 22%;
	color: #ffffff;
}
.junior_btn {
	width: 40%;
	margin: 50px auto;
}
.junior_btn a {
	display: block;
	color: #4d4d4d;
	padding: 15px;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
}
/*-------------------------------
レビュー
-------------------------------*/
.review_wrap {
	background: #EDEEF0;
	padding-bottom: 10px;
}
.review_wrap .title_text {
	padding-top: 30px;
}

.title_text {
	color: #083449;
	text-align: center;
	font-size: 40px;
	font-family: source-han-serif-japanese, sans-serif;
	font-style: normal;
	font-weight: 500;
	margin-bottom: 20px;
}


.review {
	clear: both;
}
.review_wrap {
	position: relative;
	margin-top: -100px;
}
.fu_review {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 80%;
	padding-top: 50px;
	margin: 0 auto 40px;
}
.review_box {
	background: #ffffff;
}
.review_img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 2px #f1eeee solid;
	overflow: hidden;
	margin: 15px auto 0;
}
.review_box img {
	width: 125px;
}
.review li {
	background: #ffffff;
	width: 33%;
	margin: 2%;
}
.review .review_text {
	padding: 0 25px 25px;
	font-size: 14px;
	text-align: left;
}
.review_btn {
	width: 40%;
	margin: 50px auto;
}
.review_btn a {
	display: block;
	color: #4d4d4d;
	padding: 15px;
	border: 1px #4b4b4b solid;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	border-bottom: 3px solid;
	text-align: center;
	background: #fff;
}
/*-------------------------------
レビュー　ここまで
-------------------------------*/
.bnr_wrap p {
	text-align: left;
	font-size: 16px;
	line-height: 2;
	/* margin-right: 12% !important; */
}
.hair_bnr {
	margin: 100px 0 10px;
	position: relative;
}
.hair_btn {
	width: 30%;
	position: absolute;

	bottom: 24%;
	right: 13%;
	background: #ffffff;
	/*opacity: .6;*/
	background-color: rgba(255,255,255,0.5);
	text-align: center;
}
.hair_btn a {
	display: block;
	color: #4d4d4d;
	border: 1px #8d8d8d solid;
	/*height: 50px;*/
	line-height: 2.5;
	border-bottom: 3px solid;
}
.hair_btn_text {
	/*position: absolute;
	bottom: 27%;
	right: 23%;*/
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
}
.photo_bnr {
	position: relative;
	margin: 100px 0 10px;
}
.photo_bnr img {
	opacity: 0.7;
}
.photo_btn {
	width: 35%;
	position: absolute;
	bottom: 20%;
	left: 34%;
	background: #ffffff;
	opacity: .8;
}
.photo_btn a {
	display: block;
	color: #4d4d4d;
	border: 1px #8d8d8d solid;
	height: 50px;
}
.photo_btn_text {
	position: absolute;
	bottom: 18%;
	left: 28%;
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;

	font-size: 18px!important;
	color: #333333;
}
.photo_title {
	font-family: "source-han-serif-japanese", sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #de7775;
	position: absolute;
	font-size: 28px!important;
	top: 35%;
	left: 38%;
	text-align: center!important;
	line-height: 1.2!important;
}
.main_title {
	font-size: 38px;
	font-weight: 700;
	color: #333;
}
/*-----------------------------
無料お下見会とご利用ガイド
-----------------------------*/
.reservation {
	width: 100%;
	height: 250px;
	text-align: center;
	padding: 30px 0;
	margin: 0 auto;
	background-image: url(https://www3.yumeyakata.com/img/common/diagonal-noise.png);
	background-position: left top, left top;
	background-repeat: repeat, no-repeat;
	background-size: auto;
}
.reservation_base {
	width: 60%;
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}
.reservation_box {
	width: 48%;
	padding: 15px;
	background-color: #fff;
	color: #4d4d4d;
	border: #4d4d4d 1px solid;
	font-weight: 600;
	font-size: 0.8rem;
}
.customer {
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;

	background-color: #FFF7F7;
	padding: 20px 20px 50px 20px;
}
.customer_box_base {
	width: 1000px;
	padding-bottom: 20px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.customer_box {
	width: 19%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
	padding-bottom: 10px;
}
.customer_box img {
	width: 130px;
}
.customer_box_txt {
	width: 85%;
	color: #4d4d4d;
	font-size: 13px;
	line-height: 1.2rem;
	text-align: left;
	margin: 0 auto;
}
.customer .fa-chevron-right {
	font-size: 40px;
	color: #bbb;
	margin-top: 110px;
}
.customer .fa-chevron-left {
	font-size: 40px;
	color: #bbb;
	margin-top: 110px;
}
.sns_bottom {
	width: 100%;
	margin: 30px auto 50px auto;
	text-align: center;
}
.sns_bottom_box_base {
	width: 500px;
	text-align: center;
	margin: 20px auto;
	display: flex;
	justify-content: space-around;
}
.sns_bottom_icon {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	background-color: #4d4d4d;
	align-items: center;
	font-size: 45px;
}
.sns_bottom .fa-instagram {
	font-size: 45px!important;
	color: #ffffff!important;
}
.sns_bottom .info_box_base3 {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
	border: none;
	box-shadow: none;
	max-width: 1280px;
	min-width: 1025px;
}
.info_box_base3 .info_box {
	width: 24%;
	background-color: #eeeeee;
	padding: 10px;
	color: #4d4d4d;
	margin: 7px auto;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.info_box_base3 .info_box a {
	display: block;
	width: 100%;
}
.info_box_base3 .info_box p {
	color: #4d4d4d;
	font-size: 13px;
}
.info_box_base3 .info_icon {
	width: 70px;
	height: 52px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: #083449;
	align-items: center;
	font-size: 25px;
	display: block;
	margin-right: 10px;
}
.info_box_base3 span.info_icon2 {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background-color: #083449;
    align-items: center;
    font-size: 25px;
    display: block;
    margin-right: 10px;
}
.info_box_base3 .fa-paste {

	color: #fff!important;
	padding: 13px 9px 13px 10px;
	font-size: 25px;
}
.info_box_base3 .fa-yen-sign {
	color: #fff;
	padding: 14px;
	font-size: 26px;
}
.info_box_base3 .fa-truck {
	color: #fff;
	padding: 14px 10px 10px 11px;
	font-size: 25px;
}
.info_box_base3 .fa-suitcase {
	color: #fff;
	padding: 13px 9px 13px 10px;
	font-size: 25px;
}
.info_box_base3 .fa-ban {
	color: #fff;
	padding: 14px;
	font-size: 25px;
}
.info_box_base3 .fa-ban {
	color: #fff;
	padding: 14px;
	font-size: 25px;
}
.info_box_base3 .fa-user {
	color: #fff!important;
	padding: 15px 13px 13px 13px;
	font-size: 25px;
}
.info_box_base3 .fa-hand-holding-heart {
	color: #fff;
	padding: 12px;
	font-size: 25px;
}
.info_box_base3 .fa-question {
	color: #fff;
	padding: 11px;
	font-size: 25px;
}
.info_box_base3 .fa-address-card {
	color: #fff!important;
	padding: 13px;
}
.en {
	font-family: 'Quicksand';
	padding-bottom: 2px;
	font-weight: 200;
	color: #666666;
}
.c_h2_pink {
	font-size: 30px;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	font-weight: 500;
	color: #083449;
	margin: 0 auto;
}
.reserve_title {
	font-size: 18px;
	font-family: "source-han-serif-japanese", serif;
	font-style: normal;
	display: block;
	color: #1a1a1a;
	font-weight: 600;
	margin: 0 auto 15px auto;
}
.reservation_box a {
	display: block;
}
/*-----------------------------
/無料お下見会とご利用ガイド
-----------------------------*/
.information_wrap {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.information_box {
	width: 100%!important;
	max-width: 924px;
}
.contents_box {
	margin-top: -40px !important;
}

#rental{

margin-top: 50px;
padding-top: -50px;
}


/*-----------------------------
サイドナビ下部　キャンペーン＆きもの町バナー
-----------------------------*/
.sidebnr_base {
	width: 100%;
	color: #4d4d4d;
	}
.sidebnr_base img {
	margin: 10px auto 5px auto!important;
	border: 1px solid #d4d4d4;
	}
.sidebnr_base span {
	font-size: 0.8rem;
	color: #4d4d4d;
	float: left;
	text-align: left;
	}
/*-----------------------------
/サイドナビ下部　キャンペーン＆きもの町バナー
-----------------------------*/

.sns_box_side .sns_icon .fa-twitter, .sns_box_side .sns_icon .fa-wordpress {
	padding: 13px 0 0 14px;
}
.sns_box_side .sns_icon .fa-facebook-f {
	padding: 13px 0 0 16px;
}
.sns_box_side .sns_icon .fa-instagram {
	padding: 13px 0 0 15px;
}
/*------------------------------------------- 
フェードインしながら上へスライド 
------------------------------------------- */	

.fadein_box {
	opacity: 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	transition: 1.3s;
}
.fadein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*------------------------------------------- 
フェードインしながら上へスライド 　ここまで
------------------------------------------- */	

}
