@charset "UTF-8";
/* CSS Document */

.line_bt{
	padding-right: 20px;
	padding-left: 20px;
}

.line_bt img{
	width: 100%;
}

.bt_01{
	text-align: center;
	margin-bottom: 30px;
}

.bt_02{
	text-align: center;
}

.wrap{
	width: 750px;
	margin: 0 auto;
}
h3 {
	color: #231815;
	text-align: center;
}
/* ヘッダー */
header{
	width: 720px;
    margin: 0 auto;
    padding: 20px 15px 15px 15px;
}
header .inner{
	overflow: hidden;
	margin-bottom: 10px;
}
header .inner h1{
	float: left;
	margin-top: 15px;
    margin-left: 10px;
}
header .inner dl{
	float: right;
	margin-right: 0px;
}
header .inner dl dt{
	margin-bottom: 10px;
	padding: 15px 0px 0px 0px;
}
header .inner dl dd{
	font-size: 16px;
	color: #b19a7b;
	text-align: center;
	letter-spacing: 1px;
}
header ul{
	overflow: hidden;
}
header ul li:first-child{
	float: left;
}
header ul li:last-child{
	float: right;
}

section.salon {
	margin: 80px auto;
}
/* ご来店お客様数 */
section.raiten{
	padding: 60px 0;
	background: #92d732;
}
section.raiten div{
	width: 690px;
	margin: 0 auto 50px;
	overflow: hidden;
}
section.raiten div dl{
	float: left;
	width: 210px;
	margin-right: 30px;
	margin-bottom: 20px;
}
section.salon .cap {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.salon .cap span {
	color: #00a7c5;
    letter-spacing: 0.1em;
	font-weight: normal;
}
section.salon h3 {
	color: #00a7c5;
	margin: 60px auto 20px;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 0.3em; 
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.salon p {
	text-align: center;
	font-size: 28px;
	line-height: 2em;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 似合わせメニュー */
section.menu{
	padding: 60px 0 60px;
}
section.menu h3 {
	margin: 60px auto 20px;
	font-size: 30px;
	font-weight: bold;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.menu .cap{
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 40px;
}
.reservebox {
	width: 750px;
    margin: 0px auto 0px auto;
    padding: 80px 0px;
    background: #eaf4f4;
}
.reservebox .reserve{
	overflow: hidden;
}
.reservebox .reserve li:first-child{
	float: left;
	width: 335px;
	margin-left: 30px;
}
.reservebox .reserve li:last-child{
	float: right;
	width: 335px;
	margin-right: 30px;
}

/* 似合わせのポイント */
section.point{
	padding: 0px;
	position: relative;
}
section.point h2{
	text-align: right;
	margin-right: 0px;
}
section.point .ti_point {
	margin: 80px auto 30px auto;
}
section.point .hito{
	position: absolute;
	top:-30px;
	left: 14px;
}
section.point .point_block{
	position: inherit;
	z-index: 9999;
	margin-bottom: 50px!important;
}

/* 落ち着いた空間 */
section.shopimg{
	padding: 60px 0px 0px 0px;
	position: relative;
}
section.shopimg:before{
	content: "";
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom: 20px solid #fff;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -20px;
}
section.shopimg ul{
	width: 680px;
	overflow: hidden;
	margin: 0 auto;
}
section.shopimg ul li:first-child{
	float: left;
}
section.shopimg ul li:last-child{
	float: right;
}

/* 特典 */
section.tokuten{
	padding: 60px 0;
	background-color: #cce6e3;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #ddedec), color-stop(.5, transparent), to(transparent));
  background-image: -moz-linear-gradient(left, #ddedec 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(left, #ddedec 50%, transparent 50%, transparent);
  background-image: linear-gradient(left, #ddedec 50%, transparent 50%, transparent);
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
section.tokuten .cap{
	font-size: 24px;
	color: #614f41;
	margin-bottom: 0px;
	text-align: center;
}

/* サロン情報 */
section.info{
	padding: 30px 0px 60px;
    width: 90%;
    margin: 0 auto;
}
section.info h3 {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.info h3.blue {
	color: #00a7c5;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-size: 30px;
	text-align: center;
	border-bottom: 1px solid #9e9e9f;
}
section.info p {
	font-size: 28px;
}
section.info .tyusya {
	color: #ffffff;
    background: #00a7c5;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    font-size: 25px;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
section.info dl{
	width: 700px;
	margin: 30px auto 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
section.info dl dt{
    width: 20%;
    float: left;
    font-size: 28px;
    color: #00a7c5;
    text-align: left;
    padding: 5px 0;
    font-weight: bold;
    margin-right: 20px;
}
section.info dl dd{
	float: left;
	font-size: 28px;
	color: #4d4d4d;
	text-align: left;
}
section.info dl dd a{
	font-size: 28px;
	color: #4d4d4d;
}
section.info .map p{
	font-size: 26px;
	color: #4d4d4d;
	padding-left: 20px;
	text-decoration: underline;
}

/* フッター */
footer .copy{
	font-size: 18px;
	color: #666666;
	text-align: center;
    margin-top: 20px;
    margin-bottom: 100px;
}

#reserve_under {
}
#under {
    padding-left: 0!important;
}
#under p {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    height: 75px;
    background: rgba(0,167,197,0.8);
    line-height: 38px;
    text-align: center;
    font-size: 38px;
    padding-top: 20px;
    font-weight: 800;
}
#under p a{
	color: #FFF;
    display: block;
    text-decoration: none;
}



.f_bg{
	
}

.f_tx{
	padding: 30px;
}

.f_tx li{
	color: #000;
	padding-bottom: 5px;
	font-size: 22px;
}

.left_f{
	float: left;
}

.tx_font{
	font-size: 26px;
	font-weight: bold;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.bg_of{
	background-color: #FDEB0D;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bg_of p{
	text-align: center;
	margin-bottom: 15px;
}

.bg01{
	background-color: #FFFEF5;
}

.bg02{
	background-color: #fafafa;
}

.ti_qa{
	text-align: center;
}

.logo{
	text-align: center;
	max-width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.logo2{
	text-align: center;
	max-width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}
.mt90{margin-top: 90px;}
.mt100{margin-top: 100px;}

.pd10{padding-top: 10px;}
.pd20{padding-top: 20px;}
.pd30{padding-top: 30px;}
.pd40{padding-top: 40px;}
.pd50{padding-top: 50px;}
.pd60{padding-top: 60px;}
.pd70{padding-top: 70px;}
.pd80{padding-top: 80px;}
.pd90{padding-top: 90px;}



.kotei_box{
	width: 100%;
}

.kotei1{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100px;
    padding: 8px 5px 5px 80px;
    background-color: #f2600f;
    /*background-color: #a61f3d;*/
    border: solid 2px #565656;
    font-size: 1.8em;
    font-weight: bold;;
}

.kotei{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 60px;
    padding: 5px 5px 5px 50px;
    background-color: #2f2f2f;
    background-color: #a61f3d;
    border: solid 2px #393939;
    font-size: 1.2em;
}

.s_mozi{
	font-size: 0.9em;
}

.kotei1 a{
	color: #ffffff;
}

.kotei1 a.btn_icon1::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 60%;
  left: 20px;
  margin-top: -30px;
  background-image: url("https://info-search.net/souzoku/img/tel_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.kotei2 a{
	color: #ffffff;
}

.kotei2 a.btn_icon2::before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 60%;
  left: 20px;
  margin-top: -30px;
  background-image: url("https://info-search.net/souzoku/img/line_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.kotei2{
	position: fixed;
    bottom: 0;
    right: 0;
    width: 39%;
    height: 100px;
    padding: 8px 5px 5px 80px;
    /*background-color: #2f2f2f;*/
    background-color: #55aa2b;
    border: solid 2px #565656;
    font-size: 1.8em;
    font-weight: bold;
}

.bg_kotei{
	background-color: #a61f3d;
}


/*SP表示*/
@media screen and (max-width: 749px) {
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}
}

/*PC表示*/
@media screen and (min-width: 750px) {
.sp_display{
	display:none !important;
	}
.pc_display{
	display:block;
	}
}


