@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.dropcont2 article > h3{
	cursor: pointer;
}
.dropcont2 article > div {
	padding: 20px;
	background: #fff;
}
.revers {
	-webkit-transform: scale(1,-1);
	transform: scale(1,-1);
}
.img100 img {
    width: 100%!important;
}
footer#global_footer .fotCont .btn a{
	background: #3cb37a !important;
	opacity: 1;
	color: #62887d !important;
  text-shadow    :
       2px  2px 1px #fff,
      -2px  2px 1px #fff,
       2px -2px 1px #fff,
      -2px -2px 1px #fff,
       2px  0px 1px #fff,
       0px  2px 1px #fff,
      -2px  0px 1px #fff,
       0px -2px 1px #fff;        /* 文字の影 */
}
footer#global_footer .fotCont .btn a:hover{
	background: #a4bdab !important;
}
.submit{
	width: 100%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.bt_back {
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	background: #ffa55c;
	background: -webkit-gradient(linear,left top, right top,color-stop(0, #ffa55c),to(#ffe04d));
	background: linear-gradient(to right,#ffa55c 0,#ffe04d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color',endColorstr='$end-color',GradientType=1);
	width: 220px;
	height: 50px;
	border: none;
	text-shadow: 0 0 7px rgb(92 76 44 / 50%);
	color: #fff;
	font-weight: 700;
	text-indent: initial;
}
.submit_r{
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	background: #ffa55c;
	background: -webkit-gradient(linear,left top, right top,color-stop(0, #ffa55c),to(#ffe04d));
	background: linear-gradient(to right,#ffa55c 0,#ffe04d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color',endColorstr='$end-color',GradientType=1);
	width: 220px;
	height: 50px;
	border: none;
	text-shadow: 0 0 7px rgb(92 76 44 / 50%);
	color: #fff;
	font-weight: 700;
	text-indent: initial;
}
.menu_01{
	border-radius: 10px;
	position: relative;
	box-shadow: 0 0 15px rgba(206,191,176,0.8);
}
.menu_01:before {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .3;
	border-radius: 10px;
	background: #fff;
}
.title_01 h3{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding: 20px 30px 20px 40px;
	border-radius: 20px;
	position: relative;
	background: rgba(255,167,130,.6);
	background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,167,130,.6)),to(rgba(255,78,82,.6)));
	background: linear-gradient(to bottom,rgba(255,167,130,.6) 0,rgba(255,78,82,.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color',endColorstr='$end-color',GradientType=0);
}
.title_01 h3:before {
	position: absolute;
	top: 25%;
	left: 20px;
	width: 6px;
	height: 50%;
	content: '';
	opacity: 1;
	-ms-filter: "alpha(opacity=20)";
	border-radius: 3px;
	background: -webkit-repeating-linear-gradient(-45deg, #ffc5aa, #ffc5a9 5px, #ffffff 5px, #ffffff 10px);/*ストライプ*/
	background: repeating-linear-gradient(-45deg, #ffc5aa, #ffc5a9 5px, #ffffff 5px, #ffffff 10px);/*ストライプ*/
}
.menu_01 .pttl01 h4{
	font-size: 18px;
	background: #fff;
	padding: 10px;
}
.menu_03{
	background: url(../images/contents/frame.png) no-repeat center;
	color: #ffb770;
	width: 385px;
	height: 231px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 900;
	color: #ff9295;
}
.menu_04{
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu_04 .ttl01{
	width: 100%;
}
.menu_04 .ttl01 article{
	justify-content: center !important;
}
.menu_04 .box{
	width: 48%;
}
.menu_04 .txt{
	width: 100%;
}
.menubtn_01{
	background: #ff9295;
	color: #fff !important;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;{}
}
.menubtn_02{
	background: #89c997;
	color: #fff !important;
	display: block;
	padding: 10px;
	text-align: center;
	text-decoration: none;{}
}
.salon_01 {
	background: url(../images/contents/wakumidle.png) repeat-y center;
	background-size: contain;
	position: relative;
	font-size: 14px;
	color: #333;
	padding: 10px 50px;
}
.salon_02 h3{
	font-size: 18px;
}
.salon_03 article{
	justify-content: center !important;
}
.waku{
	padding: 15px;
	background: #bca75b;
	color: #fff;
	border-radius: 10px;
}
.btn_01 {
	max-width: 400px;
}
.btn_01 a{
	border-radius: 50px;
	text-align: center;
	padding: 15px 20px;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: #a098cb;
}
.btn_01 a:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-size: 16px;
	font-size: 1.6rem;
	margin: 3px 0 0 10px;
	position: absolute;
	right: 10px;
}
.salon_04 {
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: space-between;
}
.salon_04 .flxL{
	width: 48%;
}
.salon_04 .flxR{
	width: 48%;
}
.salon_05 td{
	padding: 10px !important;
}
/* -----------------------------------------------------
common
------------------------------------------------------ */
@media screen and (max-width: 1200px){
	.salon_03{
    margin-left: 0;
    margin-right: 0;
	}
}
@media screen and (max-width: 834px){
	.menu_04 {
		display: block;
	}
	.menu_04 .box{
		width: 100%;
	}
	.menu_04 .box:not(:last-child){
		margin-bottom: 50px;
	}
	.salon_04 {
		display: block;
	}
	.salon_04 .flxL{
		width: 100%;
		margin-bottom: 15px;
	}
	.salon_04 .flxR{
		width: 100%;
	}
}
@media only screen and (max-width: 640px){
	.menu_02 .ttl_01{
		padding: 0 !important;
	}
}