@charset "UTF-8";

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
:root{-ms-overflow-style:-ms-autohiding-scrollbar;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;box-sizing:border-box;cursor:default;font:16px/1.5 sans-serif;text-rendering:optimizeLegibility}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,select,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#f2efe8;text-shadow:none}
::selection{background-color:#f2efe8;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */


/* ******************************************************************** */ 
/* basic      */
/* ******************************************************************** */


/*共通*/

body{
	background:url(https://www.tomoko-clinic.jp//img/common/body_bg.jpg) center bottom;
	height: 100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

section.index_title{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	background-color: #fff;
	text-align:center;
	padding:50px 25px;
	width:300px;
}

.btn_red {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 47px;
	outline: none;
	background-color: #ffffff;
	border: 1px solid #949494;
	color: #A8A8A8;
	line-height: 50px;
	font-size:14px;
	letter-spacing:2px;
}

.btn_red::before,
.btn_red::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_red,
.btn_red::before,
.btn_red::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_red:hover {
	background-color: #d63b3b;
	border-color: #949494;
	color: #ffffff;
}



.btn_gold {
	display: inline-block;
	width: 220px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	line-height: 47px;
	outline: none;
	background-color: #ffffff;
	border: 1px solid #949494;
	color: #949494;
	line-height: 50px;
	font-size:14px;
	letter-spacing:2px;
}

.btn_gold::before,
.btn_gold::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn_gold,
.btn_gold::before,
.btn_gold::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn_gold:hover {
	background-color: #be9d5f;
	border-color: #949494;
	color: #ffffff;
}

p.copyright{
	font-size:12px;
}

.notice p{
	font-size:10px;
	line-height:18px;
	color:#c7a772;
	text-align:center;
	letter-spacing:1px;
}


/*スマートフォン*/

section.index_title img{
	margin-bottom:20px;
}

p{
	color:#5B5B5B;
	font-size:12px;
	line-height:20px;
	letter-spacing:2px;
	margin-bottom:20px;
}

.btn_red {
	width: 100%;
	height: 50px;
	margin-bottom:5px;
}

.btn_gold {
	width: 100%;
	height: 50px;
	margin-bottom:15px;
}

p.break_tab{
	display:none;
}

p.break{
	display:block;
}


img.logo{
	width:65%;
}


/*タブレット*/

@media all and (min-width: 570px){
	

body{
	height: auto;
}

	
section.index_title{
	width:550px;
	padding:80px 20px 80px 20px;
}

p{
	font-size:13px;
	line-height:20px;
	margin-bottom:30px;
}

p.break_tab{
	display:block;
}

p.break{
	display:none;
}

img.logo{
	width:200px;
}

}


/*PC*/

@media all and (min-width: 820px){
	
	
#wrapper{
	overflow:hidden;
}

section.index_title{
	width:570px;
	padding:80px 20px;
}

p{
	font-size:16px;
	line-height:25px;
	margin-bottom:30px;
}

.btn_red {
	width: 220px;
	height: 50px;
	margin-bottom:30px;
}

.btn_gold {
	width: 220px;
	height: 50px;
	margin-bottom:30px;
}

.notice{
	color:#d6ba8c;
	font-size:16px;
}

.notice p{
	font-size:13px;
	line-height:18px;
}

p.break_tab{
	display:none;
}

p.break{
	display:block;
}

img.logo{
	width:65%;
}

}


/* ******************************************************************** */ 
/* 余白設定      */
/* ******************************************************************** */


/*----------margin----------*/
.m0 { margin:0px!important;}

.mt00 { margin-top:0px!important; }
.mt04 { margin-top:4px!important; }
.mt05 { margin-top:5px!important; }
.mt07 { margin-top:7px!important; }
.mt10 { margin-top:10px!important; }
.mt12 { margin-top:12px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt35 { margin-top:35px!important; }
.mt40 { margin-top:40px!important; }
.mt80 { margin-top:80px!important; }
.mt100 { margin-top:100px!important; }

.mr00 { margin-right:0px!important; }
.mr02 { margin-right:2px!important; }
.mr03 { margin-right:3px!important; }
.mr05 { margin-right:5px!important; }
.mr06 { margin-right:6px!important; }
.mr07 { margin-right:7px!important; }
.mr10 { margin-right:10px!important; }
.mr12 { margin-right:12px!important; }
.mr13 { margin-right:13px!important; }
.mr15 { margin-right:15px!important; }
.mr16 { margin-right:16px!important; }
.mr20 { margin-right:20px!important; }
.mr25 { margin-right:25px!important; }
.mr29 { margin-right:29px!important; }
.mr30 { margin-right:30px!important; }
.mr35 { margin-right:35px!important; }
.mr37 { margin-right:37px!important; }
.mr40 { margin-right:40px!important; }
.mr46 { margin-right:46px!important; }
.mr60 { margin-right:60px!important; }

.mb0 { margin-bottom:0px!important; }
.mb02 { margin-bottom:2px!important; }
.mb04 { margin-bottom:4px!important; }
.mb05 { margin-bottom:5px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }
.mb35 { margin-bottom:35px!important; }
.mb40 { margin-bottom:40px!important; }
.mb60 { margin-bottom:60px!important; }

.ml01 { margin-left:1px!important; }
.ml05 { margin-left:5px!important; }
.ml07 { margin-left:7px!important; }
.ml10 { margin-left:10px!important; }
.ml13 { margin-left:13px!important; }
.ml15 { margin-left:15px!important; }
.ml20 { margin-left:20px!important; }
.ml25 { margin-left:25px!important; }
.ml30 { margin-left:30px!important; }
.ml35 { margin-left:35px!important; }
.ml45 { margin-left:45px!important; }
.ml55 { margin-left:55px!important; }
.ml60 { margin-left:60px!important; }
.ml120 { margin-left:120px!important; }
.ml415 { margin-left:415px!important; }
.ml525 { margin-left:525px!important; }

/*----------padding----------*/
.p0 { padding:0px!important; }
.p20{padding:20px !important;}

.pt00 { padding-top:0px!important; }
.pt05 { padding-top:5px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt25 { padding-top:25px!important; }
.pt30 { padding-top:30px!important; }
.pt35 { padding-top:35px!important; }

.pr05 { padding-right:5px!important; }
.pr10 { padding-right:10px!important; }
.pr15 { padding-right:15px!important; }
.pr20 { padding-right:20px!important; }
.pr25 { padding-right:25px!important; }
.pr30 { padding-right:30px!important; }
.pr35 { padding-right:35px!important; }

.pb05 { padding-bottom:5px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb25 { padding-bottom:25px!important; }
.pb30 { padding-bottom:30px!important; }
.pb35 { padding-bottom:35px!important; }
.pb42 { padding-bottom:42px!important; }

.pl05 { padding-left:5px!important; }
.pl10 { padding-left:10px!important; }
.pl15 { padding-left:15px!important; }
.pl20 { padding-left:20px!important; }
.pl25 { padding-left:25px!important; }
.pl30 { padding-left:30px!important; }
.pl35 { padding-left:35px!important; }
.pl45 { padding-left:45px!important; }
.pl75 { padding-left:75px!important; }
.pl100 { padding-left:100px!important; }



/*フロントページ・バナー部分**************************/

/* スマホ */
@media all and (max-width: 569px){
section.index_title{
	height:640px;
}
.bnr-cosmetic{
	width:100%;
}
}

/* タブレット */
@media all and (min-width: 570px){
	section.index_title{
		height:680px;
	}
	.bnr-cosmetic{
		width: 70%;
	}
}

/* pc */
@media screen and (min-width:819px){
	section.index_title{
		height:780px;
	}
	.bnr-cosmetic{
		width: 75%;
	}
}