﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#313131;
	-webkit-font-smoothing: antialiased;
	font-family: "Sawarabi Mincho";
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box2{
	width: 90%;
	max-width:800px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}
/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}
/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #ad8a64;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: -20px;
	font-family: "Sawarabi Mincho";
	}

.nav_tel{display: none;}
@media screen and (max-width: 1000px) {
.nav_tel{
	display: block !important;
	font-size: 35px !important;
}
.nav_tel span{
	font-size: 15px !important;
	padding: 10px;
}
}
/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
	font-size:0;
	background: #FFFFFF;
}
.vegas_text{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height:750px;
	}
.vegas_text img{
	width: 50%;
	max-width: 400px;
	margin: 0 auto;
}
@media screen and (max-width:1000px){
.vegas_text{height:600px;}
}
@media screen and (max-width:800px){
.vegas_text{height:500px;}
}
@media screen and (max-width:600px){
.vegas_text{height:400px;}
}
@media screen and (max-width:400px){
.vegas_text{height:350px;}
}

/*=============================
		footer
=============================*/
footer{
	width: 100%;
	background: #000;
}
.f_logo{
	text-align:center;
	margin: 0px auto;
	padding-top: 50px;
	}
.f_logo img{
	max-width: 200px;
	width: 30%;
}
.copy{
	text-align:center;
	color:#FFF;
	font-size:11px;
	padding:20px;
}
@media screen and (max-width:800px){
.f_logo{
	padding-top: 30px;
	}
.copy{
	font-size:9px;
	padding:20px;
}
}

/*=============================
		BG
=============================*/
.bg_space{padding: 70px 0px;}
.bg1{
	background:url("../img/bg2_r.jpg") right top no-repeat,url("../img/bg2_l.jpg") left top no-repeat,url("../img/bg_r.jpg") bottom right no-repeat;
	background-size: 40%;
	padding: 100px 0px 150px;
}
.bg2{
	background:url("../img/bg2.png") right top no-repeat;
	padding: 150px 0px 250px;
}
.bg3{
	background: #F9F7F0;
	padding: 150px 0px 200px;
}

@media screen and (max-width: 1000px) {
.bg1{
	background:url("../img/bg2_sp.jpg") center top no-repeat,url("../img/bg_r.jpg") bottom right no-repeat;
	background-size: 60%;
	padding: 80px 0px 120px;
}
}

@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{
	padding: 50px 0px 80px;
	background:url("../img/bg2_sp.jpg") center top no-repeat,url("../img/bg_r.jpg") bottom right no-repeat;
	background-size: 80%;
}
.bg2{background-size: 70%;padding: 100px 0px;}
.bg3{padding: 100px 0px;}
}

/*=============================
		文字
=============================*/
.S{
	font-size:15px;
	line-height: 170%;
}
.M{
	font-size:18px;
	line-height: 130%;
	margin-bottom: 5px;
	color:#7b6433
}
.L{
	font-size: 25px;
	line-height: 150%;
	font-weight: 800;
	text-align: center;
	color:#633922;
	margin-bottom: 20px;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}
/*=============================
		title
=============================*/
.title1{
	font-size: 28px;
	font-family: "Sawarabi Mincho";
	margin-bottom: 5px;
}
.title1 span{font-size: 20px;}
.title_img{
	max-width: 400px;
	width: 40%;
	margin: 0px 0px 30px;
}
@media screen and (max-width: 700px) {
.title1{font-size: 25px;}
.title1 span{font-size: 18px;}

.title_img{width: 60%;}
}
@media screen and (max-width: 500px) {
.title1{font-size: 20px;}
.title1 span{font-size: 16px;}
.title_img{width: 60%;}
}

/*=============================
		PT
=============================*/
.pt{padding: 40px 0px}
@media screen and (max-width: 1000px) {
.pt{padding: 20px 0px}
}
/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #ce9e47;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*=============================
		ボタン
=============================*/
.btn1{
	background-color:#502b13;
	padding: 0.7em 2em;
	display: inline-block;
	text-decoration: none;
	font-size:16px;
	line-height: 130%;
	color:#FFF;
}
.btn1:link,
.btn1:visited {
	color:#FFF;
	background-color: #ad8a64;
	font-weight: normal;
	text-decoration: none;
}
.btn1 a:link,
.btn1 a:visited {
	color:#FFF;
	text-decoration: none;
}
.btn1:hover,
.btn1:active {
	text-decoration: none;
	background-color:#e64878;
}
@media screen and (max-width: 600px) {
.btn1{font-size:14px;}
}

/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	background-color:#FFFFFF;
    font-size:15px;
	line-height:140%;
	margin: 0px auto 10px;
	border-top: solid 1px #f1e6d2;
	border-right: solid 1px #f1e6d2;
	border-left: solid 1px #f1e6d2;
}
table.type01 th {
	padding: 10px 10px;
	background: #F9F7F0;
	vertical-align:middle;
	text-align:center;
	border-bottom: solid 1px #f1e6d2;
	color: #000;
}
table.type01 td {
	padding: 5px 10px;
	vertical-align:middle;
	border-bottom: solid 1px #f1e6d2;
}
table.type01 th img{width:100%}
table.type01 td img{width:100%}

.nowrap{white-space: nowrap;}
.table_w80{
	max-width: 800px;
	margin: 0 auto !important;
}
.table_txt{
	font-size: 16px;
	padding: 0px 10px 10px;
}
@media screen and (max-width: 600px) {
table.type01{font-size:11px;}
table.type01 th {padding: 5px;}
table.type01 td {padding: 5px;}
}

/*=============================
		top
=============================*/
/* スペース画像 -------------------------------------------*/
.ms1{
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 500px;
	width: 100%;
}
.ms2{
	background:url("../vegas/slider2.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 500px;
	width: 100%;
}
.ms3{
	background:url("../img/ms3.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	height: 350px;
	width: 100%;
}
@media screen and (max-width: 600px) {
.ms1{
	height: 200px;
	background-attachment: scroll;
	}
.ms2{
	height: 200px;
	background-attachment: scroll;
	}
.ms3{
	height: 200px;
	background-attachment: scroll;
	}
}





/* プロフィール------------------------------*/
.top_about{
	max-width: 1200px;
	width: 90%;
	margin: 0px auto 0px;
	padding: 80px 0px;
}

.profile_box{
	background:url("../img/img1.png") center center no-repeat;
	background-size: 100%;
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 30px;
}
.profile_box h2{margin-bottom: 80px;}
.profile_box h3{
	font-size: 28px;
	margin-bottom: 20px;
}
.profile_box h3 span{font-size: 20px;}
.profile_box p{
	font-size: 18px;
	line-height: 160%;
}

@media screen and (max-width: 600px) {
.top_about{
	padding: 30px 0px;
}
.profile_box h3{
	font-size: 25px;
	margin-bottom: 20px;
}
.profile_box h3 span{font-size: 18px;}
.profile_box h2{margin-bottom: 40px;}
.profile_box p{
	font-size: 14px;
	line-height: 160%;
}
}


/* 相談内容------------------------------*/
.nayami_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 200px auto 0px;
}
.nayami_txt{
	width: 50%;
	text-align: center;
}
.nayami_txt h2{
	color: #fff;
	background-color: #D3B86C;
	display: inline;
	font-size: 27px;
	letter-spacing: 2px;
	font-family: "Sawarabi Mincho";
	padding: 12px 30px 10px;
}
.nayami_txt p{
	font-size: 22px;
	line-height: 200%;
	padding: 50px 0px 0px;
}
.nayami_img{
	width: 50%;
	text-align: center;
}
.nayami_img img{max-width: 400px;}


@media screen and (max-width: 1000px) {
.nayami_box{
	flex-wrap: wrap;
	justify-content: center;
}
.nayami_img{width: 100%;margin-bottom: 50px;}
.nayami_txt{width: 100%;}
}

@media screen and (max-width: 600px) {
.nayami_box{
	margin: 50px auto 0px;
}
.nayami_txt{width: 100%;}
.nayami_txt h2{font-size: 22px;}
.nayami_txt p{
	font-size: 14px;
	line-height: 200%;
	padding: 30px 0px 0px;
}
.nayami_img{
	width: 80%;
	text-align: center;
}
.nayami_img img{width: 100%;}
}

/* 料金------------------------------*/
.p_box{
	background: #F9F7F0;
	border: solid 1px #F4EFE1;
	padding: 20px;
	border-radius: 20px;
}
.p_box2{
	background: #FFFF;
	border: solid 1px #F4EFE1;
	padding: 20px;
	border-radius: 20px;
	max-width: 800px;
	margin: 50px auto 0px;
}

/* お問い合わせ------------------------------*/
.contact{
	background:url("../img/bg_contact.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	width: 100%;
	padding: 100px 0px 150px;
}
.line{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	background: #fff;
	padding: 10px 10px 0px;
}

@media screen and (max-width: 600px) {
.contact{
	padding: 80px 0px 100px;
	background:url("../img/bg_contact_sp.jpg") no-repeat center center;
	background-attachment: scroll;
}
}

/* 共通タイトル --------------------------------------------------*/

.top_title{
	text-align: center;
	margin-bottom: 50px;
}
.top_title h2{
	font-size: 50px;
	line-height: 100%;
	letter-spacing: 2px;
	color: #FFF;
	padding-bottom: 20px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.top_title h3{
	font-size: 20px;
	text-align: center;
	display: inline-block;
	border-top: solid 2px #FFF;
	margin: 0 auto;
	padding: 20px 40px;
	color: #FFF;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 600px) {
.top_title{
	text-align: center;
	margin-bottom: 20px;
}
.top_title h2{
	font-size: 30px;
	padding-bottom: 15px;
	letter-spacing: 0px;
}
.top_title h3{
	font-size: 18px;
	padding: 15px 40px;
}
}


/* 流れ ------------------------------*/


.flow_design03 {
	width: 80%;
	margin: 100px auto 0px;
}

@media screen and (max-width: 700px) {

.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}
.flow_design03 {
	width: 95%;
	margin: 0 auto 50px;
	}
	
}

.flow_design03 ul {
  padding: 0;
}

.flow_design03 li {
  list-style-type: none;
}

.flow_design03 dd {
  margin-left: 0;
}

.flow03 {
  position: relative;
}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #D3B86C;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #D3B86C;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
	font-size: 1.5em;
	line-height: 150%;
	font-weight: 600;
	color: #000;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

.flow_txt{/* 流れの説明文 ------------------------------*/
	font-size: 16px!important;
	font-weight: normal!important;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.flow_txt{font-size: 13px!important;}
}