@charset "UTF-8";
/* CSS Document */
body{
	color: #7e1a39;
	margin: 0 auto;
	padding: 0px;
	line-height: 1em;
	font-family: 'Noto Serif JP', serif;
}

*{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img{
	border: none;
	height: auto;
}

html{
	overflow-x: hidden;
}

.clearfix:after{
	content: ".";  
	display: block;  
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

.clear{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

.block{
	overflow: hidden;
}

fit{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

img{
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a,
a img{
	transition: 0.3s;
}

a:hover img{
	opacity: 0.8;
}

a[href^="tel:"] {
	pointer-events: none;
}

input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.sp{
	display: none;
}

.menu-trigger,
.menu-trigger span{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	cursor :pointer;
}
.menu-trigger{
	position: fixed;
	background-color: #7e1a39;
	width: 50px;
	height: 50px;
	z-index: 999;
	right: 10px;
	top: 10px;
}
.menu-trigger span{
	position: absolute;
	background: #fff;
	width: 30px;
	height: 2px;
	left: 0;
	right: 0;
	margin: auto;
}
.menu-trigger span:nth-of-type(1){
	top: 15px;
}
.menu-trigger span:nth-of-type(2){
	top: 0;
	bottom: 0;
}
.menu-trigger span:nth-of-type(3){
	bottom: 15px;
}
.menu-trigger.active span:nth-of-type(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3){
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
.g-nav{
	display: none;
	position: fixed;
	top: 0;
	background-color: rgba(255,255,255,0.93);
	width: 100%;
	height: 100%;
}
.g-nav .list{
	padding: 80px 5% 0px;
}
.g-nav .list li{
	border-bottom: 1px dashed #666;
}
.g-nav .list li a{
	display: block;
	text-align: left;
	text-decoration: none;
	color: #7e1a39;
	font-size: 14px;
	padding: 15px 0 15px 30px;
	font-weight: 200;
	letter-spacing: 0.1em;
}
.g-nav .list li a i{
	margin-right: 10px;
}
.active span{
	background-color: #fff;
}

.menu-trigger{
	display: none;
}

/*----------------------------contents----------------------------*/

header{
	background-color: #7e1a39;
	padding: 20px 0px;
}

#globalheader{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

header h1{
	float: left;
}

header #navs{
	float: left;
	padding-top: 12px;
	padding-left: 50px;
}

header #navs a{
	display: inline-block;
	margin-left: 15px;
}

header ul{
	float: right;
	padding-top: 12px;
}

header ul li{
	display: inline-block;
	margin-left: 5px;
}

footer{
	background-color: #7e1a39;
	padding: 40px 0px;
}

#globalfooter{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

#concept{
	background-color: #fbe6d8;
	padding: 75px 0px 100px;
}

#sns{
	background-color: #fbe6d8;
	padding: 80px 0px 50px;
}

#access{
	padding-top: 25px;
	background-color: #fbe6d8;
}

.catchy{
	overflow: hidden;
	position: relative;
}

.catchy01 .pic{
	text-align: left;
}

.catchy02 .pic{
	margin-left: 50%;
}

.catchy .pic{
	width: 50%;
}

.catchy .cont h3{
	font-size: 35px;
	line-height: 1.4em;
	font-weight: 200;
	padding: 10% 0px 5%;
	letter-spacing: 0.1em;
}

.catchy .cont p.txt1{
	padding-bottom: 5%;
	font-size: 21px;
	line-height: 1.4em;
	font-weight: 200;
	letter-spacing: 0.1em;
}

.catchy .cont p.txt2{
	font-size: 21px;
	line-height: 1.8em;
	font-weight: 200;
	padding-left: 10%;
	padding-right: 10%;
	text-align: left;
}

.catchy01 .cont{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	text-align: center;
}

.catchy02 .cont{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	text-align: center;
}

.catchy01{
	background-image: url(../image/design.jpg);
	background-size: 330px 444px;
	background-position: right 17% center;
	background-repeat: no-repeat;
}

.catchy02{
	background-image: url(../image/design.jpg);
	background-size: 330px 444px;
	background-position: left 17% center;
	background-repeat: no-repeat;
}

#width1100{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

#aesthetic_wave{
	padding-bottom: 50px;
}

#access_wave img,
#mainimg img,
.catchy .pic img,
#aesthetic_wave img{
	width: 100%;
	height: auto;
}

h2.c_ttl{
	font-size: 44px;
	line-height: 44px;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: 900;
}

#width1100 h2.c_ttl,
#access h2.c_ttl{
	padding-top: 25px;
}

h2.c_ttl span{
	font-size: 22px;
	line-height: 22px;
	font-weight: 200;
	display: block;
	border-top: 2px solid #7e1a39;
	margin: 10px auto 0px;
	width: 500px;
	padding-top: 15px;
}

#width1100 p.c_txt{
	padding-bottom: 60px;
}

p.c_txt{
	width: 930px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.8em;
	font-size: 21px;
	font-weight: 200;
	padding-top: 50px;
}

h3.sub_ttl{
	background-color: #7e1a39;
	padding: 0px 35px;
	border-radius: 20px;
	color:#fff;
	font-size: 28px;
	font-weight: 900;
	margin-top: 25px;
	margin-bottom: 45px;
	line-height: 54px;
}

h3.antiaging_ttl{
	margin-bottom: 25px;
}

#option{
	line-height: 54px;
	background-color: #7e1a39;
	color:#fff;
	overflow: hidden;
}

#option p{
	text-align: left;
	font-weight: 900;
	padding-left: 25px;
}

#option span{
	float: right;
	font-weight: 200;
}

#option_tbl{
	border: 2px solid #7e1a39;
	margin-bottom: 50px;
}

#option_tbl th{
	width: 365px;
	background-color: #fce6d8;
	border-bottom: 2px solid #7e1a39;
	font-weight: 900;
	font-size: 28px;
}

#option_tbl td{
	border-bottom: 2px solid #7e1a39;
	padding: 20px 25px;
	font-size: 18px;
	color:#666666;
	line-height: 1.8em;
}

#option_tbl td span{
	color:#7e1a39;
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	padding-top: 10px;
}

#option_tbl tr:last-child th,
#option_tbl tr:last-child td{
	border: none;
}

p.access_txt{
	text-align: center;
	line-height: 1.8em;
	font-weight: 200;
	padding-top: 50px;
	padding-bottom: 70px;
	font-size: 18px;
}

p.access_txt span{
	display: block;
	padding-bottom: 10px;
	font-size: 23px;
}

#googlemap{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.p_column .cont{
	width: 530px;
	margin-bottom: 45px;
}

.p_column .cont_lng{
	width: 100%;
	margin-bottom: 45px;
}

.p_column .cont h4{
	font-size: 28px;
	line-height: 1.4em;
	border-bottom: 2px solid #7e1a39;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.p_column .cont ul{
	padding-left: 5px;
}

.p_column .cont ul li{
	display: inline-block;
	border-radius: 10px;
	background-color: #7e1a39;
	padding: 5px 10px;
	color:#fff;
	font-weight: 700;
	margin-left: 5px;
}

.p_column .cont .p_detail{
	padding-top: 20px;
	padding-left: 10px;
	overflow: hidden;
}

.p_column .cont .p_detail .pic{
	float: left;
}

.p_column .cont .p_detail .desc{
	float: right;
	width: 340px;
}

.p_column .cont_lng .p_detail .desc{
	width: 910px;
}

.p_column .cont_lng .p_detail .desc_ltl{
	width: 795px;
}

.p_column .cont .p_detail .desc p.txt{
	color:#666666;
	line-height: 1.8em;
	font-size: 18px;
}

.p_column .cont .p_detail .desc p.price{
	text-align: right;
	color:#7e1a39;
	line-height: 28px;
	font-size: 28px;
	padding-top: 10px;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.p_column .cont .p_detail .desc p.sp_price{
	line-height: 18px;
	font-size: 18px;
}

.p_column .cont .p_detail .desc p.price span{
	display: inline-block;
	font-size: 18px;
	padding-right: 10px;
}

.p_column .cont .p_detail .desc p.special{
	padding-top: 10px;
	text-align: right;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
}

.p_column .cont .p_detail .desc p.special span{
	display: inline-block;
}

.p_column .cont .p_detail .desc p.special span#t1{
	margin-right: 10px;
	width: 105px;
	line-height: 28px;
	background-color: #e41712;
	color:#fff;
	font-weight: 400;
	text-align: center;
	font-size: 16px;
	border-radius: 10px;
}

.p_column .cont .p_detail .desc p.special span#t2{
	font-size: 24px;
}

#sns #sns_icon{
	text-align: center;
	padding-bottom: 70px;
}

#sns #sns_icon a{
	display: inline-block;
	margin: 0px 15px;
}

#sns p{
	width: 510px;
	margin: 0 auto;
	text-align: left;
	line-height: 2em;
	font-size: 19px;
}

p#pay{
	text-align: center;
	color:#000;
	padding-bottom: 20px;
	letter-spacing: 0.05em;
}

#pay_img{
	text-align: center;
	padding-bottom: 40px;
}

p#antiaging_txt{
	color:#231815;
	padding-bottom: 50px;
	padding-left: 10px;
}

#hf_cont1{
	float: left;
	width: 300px;
}

#hf_cont2{
	float: left;
	margin: 5px 0px 0px 25px;
}

#hf_cont2 ul{
	display: inline-block;
	margin-left: 15px;
	margin-right: 10px;
	vertical-align: top;
}

#hf_cont2 ul li{
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

#hf_cont2 ul li i{
	margin-right: 10px;
}

#hf_cont2 ul li a{
	color:#fff;
	text-decoration: none;
}

#hf_cont2 ul li a:hover{
	text-decoration: underline;
}

#hf_cont3{
	float: right;
	width: 310px;
}

#hfc_rakuten{
	padding-top: 15px;
}

#hfc_address{
	padding-top: 10px;
}

.hamburger-nav{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.hamburger-nav-toggle-btn {
	display: block;
	position: fixed;
	z-index: 3;
	border: 0 none;
	background: none;
}

.hamburger-nav-list {
	width: 84%;
	display: none;
	list-style: none;
	margin: 0;
	padding: 75px 8% 300px;
	float: none;
	background-color: rgba(255,255,255,0.93);
	position: fixed;
	top: 0px;
}

.hamburger-nav-list > li {
	border-bottom: 1px dashed #666;
}

.hamburger-nav-list > li a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #7e1a39;
	font-size: 14px;
	padding: 12px 0 12px 20px;
	font-weight: 200;
	letter-spacing: 0.1em;
}

.hamburger-nav-list > li a i {
	margin-right: 10px;
}

.hamburger-nav-toggle-btn{
	width: 50px;
	height: 50px;
	background-size: 50px 50px;
	position: absolute;
	top: 10px;
	right: 10px;
	background-image: url(../image/menu.jpg);
}

.open{
	background-image: url(../image/peke.jpg);
}

.hamburger-nav,
.wtn_copyright{
	display: none;
}

.resizeimage{
	text-align: center;
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.resizeimage img {
	width: 100%;
	margin : 0 auto;
}

.flex{

  display: flex;
  flex-flow:row wrap;
  justify-content: center;
  );

}.flex div {
	margin: 1%;
	width: 29%;
	text-align: center;
}
.flex div img {
	margin-bottom: 3px;
	border: 1px solid #DC527B;
}

#wc-bg{
	text-align: center;
	background-position: center center;
	background-size: cover;
	background-image: url(../winte-care/images/bg.png);
	padding: 40px 0px 80px;
}

#wc-bg #logo{
	padding-bottom: 75px;
}

#wc-bg #cont{
	background-color:rgba(0,0,0,0.48);
	padding: 65px 70px 55px;
	width: 845px;
	margin: 0px auto;
	color:#fff;
}

#wc-bg #cont h2{
	font-size: 48px;
	line-height: 1.2em;
	font-weight: 400;
}

#wc-bg #cont p{
	text-align: left;
	font-size: 20px;
	line-height: 1.8em;
	padding-top: 50px;
}

.pm-cont{
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.pm-cont .pic{
	width: 50%;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.pm-odd .pic{
	right: 0px;
}

.pm-even .pic{
	left: 0px;
}

.pm-cont .pic img{
	width: 100%;
	height: 880px;
}

.pm-odd .cont{
	width: 60%;
	background-color: #333;
	margin-top: 45px;
	padding: 170px 15% 85px 7%;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	min-height: 920px;
}

.pm-even .cont{
	width: 60%;
	background-color: #333;
	margin-top: 45px;
	padding: 170px 7% 85px 15%;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	min-height: 920px;
}

.pm-cont .cont p{
	position: relative;
	z-index: 1;
	font-size: 20px;
	line-height: 2.2em;
}

.pm-1 .cont div{
	position: absolute;
	left: 0px;
	top: 20%;
}

.pm-2 .cont div{
	position: absolute;
	right: 0px;
	top: 10%;
}

.pm-3 .cont div{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.pm-odd .cont{
	float: left;
}

.pm-even .cont{
	float: right;
}

#wc-cont{
	background-color: #000;
	color:#fff;
	margin-bottom: 100px;
	font-weight: 500;
}

#wc-cont h3{
	text-align: center;
	padding-top: 85px;
	padding-bottom: 55px;
}

#wc-cont h3 span{
	font-size: 36px;
	line-height: 1.4em;
	padding-top: 10px;
	display: block;
}

#wc-cont h4{
	font-size: 48px;
	line-height: 1.4em;
	font-weight: 500;
	text-align: center;
	padding-top: 55px;
}

#wc-cont .lists{
	width: 890px;
	margin: 0 auto;
	margin-top: 35px;
	padding-bottom: 10px;
	border-top: 1px solid #000;
}

#wc-cont .lists li{
	border-bottom: 1px solid #000;
	padding: 10px 10px 10px 20px;
}

#wc-cont .lists li p{
	font-size: 28px;
	width: 735px;
	display: inline-block;
	line-height: 1.4em;
}

#wc-cont .lists li p b{
	font-size: 14px;
	padding-left: 10px;
}

#wc-cont .lists li span{
	font-size: 28px;
	width: 125px;
	text-align: right;
	line-height: 1.4em;
	display: inline-block;
}

#wc-btn{
	display: block;
	width: 805px;
	padding: 15px 0px;
	margin: 0 auto;
	margin-top: 65px;
	background-color: #000;
	color:#fff;
	border-radius: 20px;
	font-size: 48px;
	line-height: 1.4em;
	text-align: center;
	border: 2px solid #000;
	text-decoration: none;
}

#wc-btn:hover{
	background-color: #fff;
	color:#000;
}

#orange{
	background-image: url(../winte-care/images/orange.jpg);
	padding-top: 70px;
	background-size: cover;
	color:#000;
	background-position: center center;
}

#orange h3{
	width: 1180px;
	margin: 0 auto;
	text-align: right;
	font-weight: bold;
	font-size: 48px;
	line-height: 1.4em;
	padding-bottom: 55px;
}

#orange #cont{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}

#orange #cont #pic{
	float: left;
}

#orange #cont p{
	float: right;
	font-size: 18px;
	line-height: 2em;
	width: 535px;
	padding-top: 25px;
}

#inversion{
	padding-bottom: 30px;
	color:#000;
	background-color: #fff;
}
.resizeimage{
	text-align: center;
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	}
.resizeimage a img {
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}