@charset "UTF-8";
.mt0 {
  margin-top: 0px }

.mt5 {
  margin-top: 5px}

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px }
@media screen and (max-width: 767px) {
  .mt20 {
		margin-top: 10px}
  }
.mt30 {
  margin-top: 30px
}
@media screen and (max-width: 767px) {
  .mt30 {
		margin-top: 20px}
  }
.mt40 {
  margin-top: 40px }
@media screen and (max-width: 767px) {
  .mt40 {
  margin-top: 20px;
  }
}
.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.tCenter {
  text-align: center !important; }

.tLeft {
  text-align: left !important; }

.tRight {
  text-align: right !important; }

.bold {
  font-weight: bold !important; }

body {
	color: #604c3f;
}
.brown {
	color: #ae720a;
}
.orange {
	color: #f39800;
}
.red {
	color:#FF0000;
}

/*---------------------------------------
SUB
----------------------------------------*/
.sub #mainVisual {
	width: 100vw;
	max-height: 200px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.9;
}
.sub #mainVisual h1 {
	text-align: center;
	vertical-align: middle;
	font-family: 'Noto Serif JP',serif;
	font-size: 52px;
	line-height: 200px;
	color: #3a2213;
	text-shadow: 2px 2px 10px #fff ,
	-2px 2px 12px #fff ,
	2px -2px 12px #fff ,
	-2px -2px 12px #fff;
}
.sub #breadCrumb {
	max-width: 1100px;
	margin: 15px auto 0;
	text-align: left;
	font-size: 13px;
	ont-weight: 300;
}
.sub #breadCrumb a {
	color: #604c3f;
	text-decoration: none;
}
.sub #breadCrumb a:hover {
	text-decoration: underline;
}
.sub #breadCrumb span {
	font-weight: 500;
}
.sub.privacy #mainVisual {
	background-image: url("../reason/images/main.jpg");
}
.sub.topics #mainVisual {
	background-image: url("/reason/images/main.jpg");
}

/*---------------------------------------
HOME
----------------------------------------*/
.home #mainVisual {
	position: relative;
	height: 500px;
	overflow: hidden;
}
.home #mainVisual > .slider img {
	width: 100%;
	vertical-align: bottom;
	z-index: 1;
	height: 500px;
}
.home #mainVisual .mv-text h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 20;
}
.home #mainVisual .slick-slide {
	outline: none;
}
.home #mainVisual .slider .item {
	position: relative;
	width: 100%;
	max-height: 500px;
	overflow: hidden;
}
.home #mainVisual .slick-dots {
	z-index: 20;
}
.home #mainVisual .slick-dots .slick-active button {
	background-color: #f39800;
}
.home #mainVisual .slick-dots button {
	width: 15px;
	height: 15px;
	padding: 0;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 15px;
}
.home #mainVisual .slick-dots button::before {
	content: none; }

/*--section--*/
.home #contents .c-box01 {
	width: 100%;
	padding: 50px 0;
}
.home #contents .c-box01 .topics-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
.home #contents .c-box01 .topics-box li {
	max-width: 96%;
}
.home #contents .c-box01 .topics-box dl {
	width: 100%;
	display: table;
}
.home #contents .c-box01 .topics-box dl dt,.home #contents .c-box01 .topics-box dl dd {
	display: table-cell;
}
.home #contents .c-box01 .topics-box dl dt {
	width: 160px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-family: 'Noto Serif JP',serif;
	font-size: 16px;
}
.home #contents .c-box01 .topics-box li:first-child dl dt {
	background: #f39800;
}
.home #contents .c-box01 .topics-box li:last-child dl dt {
	background: #699031;
}
.home #contents .c-box01 .topics-box dl dd {
	padding-left: 15px;
}
.home #contents .c-box01 .topics-box dl dd a {
	font-size: 14px;
	color: #604c3f;
	font-weight: bold;
	text-decoration: none;
}
.home #contents .c-box01 .topics-box dl dd a span {
	font-weight: normal!important;
	display: block;
	text-decoration: none!important;
}
.home #contents .c-box01 .topics-box li:first-child dl dd a:hover {
	color: #f39800;
}
.home #contents .c-box01 .topics-box li:last-child dl dd a:hover {
	color: #699031;
}
.home #contents .c-box02 {
	width: 100%;
	padding: 60px 0;
	background: #f5f2ef;
}
.home #contents .c-box02 .reason-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}
.home #contents .c-box02 .reason-box li {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding:10px 15px;
	width: 20%;
}
.home #contents .c-box02 .reason-box li:nth-of-type(2),.home #contents .c-box02 .reason-box li:nth-of-type(3),.home #contents .c-box02 .reason-box li:nth-of-type(4),.home #contents .c-box02 .reason-box li:nth-of-type(5) {
	border-left: 1px solid #dbd2cb;
}
.home #contents .c-box02 .reason-box li h3 {
	color: #ae720a;
	text-align: center;
	font-family: 'Noto Serif JP',serif;
	font-size: 24px;
	font-weight: 500;
	margin: 25px auto 10px;
}
.home #contents .c-box02 .reason-box li p {
	font-size: 15px;
	color: #604c3f;
	line-height: 1.6;
	font-weight: 400;
	font-feature-settings: "palt" 1;
}
.home #contents .c-box03 {
	width: 100%;
	padding: 60px 0 25px;
}
.home #contents .c-box03 .service-box {
	margin: 20px auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.home #contents .c-box03 .service-box:before {
	content: "";
	display: block;
	width: 350px;
	height: 0;
	order: 1;
}
.home #contents .c-box03 .service-box:after {
	content: "";
	display: block;
	width: 350px;
	height: 0;
}
.home #contents .c-box03 .service-box > li {
	border-radius: 10px;
	width: 350px;
	margin-bottom: 40px;
	background: #f5f2ef;
}
.home #contents .c-box03 .service-box > li a {
	text-decoration: none;
}
.home #contents .c-box03 .service-box > li a:hover {
	opacity: 0.75;
}
.home #contents .c-box03 .service-box img {
	max-width: 100%;
	height:auto;
	object-fit: cover;
	align-items: center;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.home #contents .c-box03 .service-box div {
	padding: 15px 15px 25px;
}
.home #contents .c-box03 .service-box h3 {
	color: #ae720a;
	text-align: center;
	font-family: 'Noto Serif JP',serif;
	font-size: 20px;
	font-weight: 500;
	margin: 0 auto 10px;
	font-feature-settings: "palt" 1;
}
.home #contents .c-box03 .service-box h3 span {
	font-size: 14px;
}
.home #contents .c-box03 .service-box li p {
	font-size: 15px;
	color: #604c3f;
	line-height: 1.6;
	font-weight: 400;
	font-feature-settings: "palt" 1;
}
.home #contents .c-box04 {
	width: 100%;
	padding: 60px 0 25px;
	background: #f5f2ef;
}
.home #contents .c-box04 .salon-box {
	margin: 20px auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
}
.home #contents .c-box04 .salon-box:before {
	content: "";
	display: block;
	width: 350px;
	height: 0;
	order: 1;
}
.home #contents .c-box04 .salon-box:after {
	content: "";
	display: block;
	width: 350px;
	height: 0;
}
.home #contents .c-box04 .salon-box > li {
	width: 350px;
	background: #fff;
	border: 1px solid #8c6e57;
	padding-bottom: 25px;
}
.home #contents .c-box04 .salon-box h3 {
	color: #fff;
	text-align: center;
	font-family: 'Noto Serif JP',serif;
	padding: 12px;
	font-size: 20px;
	font-weight: 500;
	background: #8c6e57;
	font-feature-settings: "palt" 1;
}
.home #contents .c-box04 .salon-box div {
	padding: 15px 15px 25px;
	height: 115px;
}
.home #contents .c-box04 .salon-box iframe {
	width: 100%;
	height: 220px;
}
.home #contents .c-box04 .salon-box li p {
	font-size: 14px;
	color: #604c3f;
	line-height: 1.6;
	font-weight: 300;
	font-feature-settings: "palt" 1;
}

@media screen and (max-width: 767px) {
	/*---------------------------------------
	HOME
	----------------------------------------*/
	.home #mainVisual {
		position: relative;
		height: 215px;
		overflow: hidden;
	}
	.home #mainVisual > .slider img {
		width: 100%;
		vertical-align: bottom;
		z-index: 1;
	}
	.home #mainVisual .mv-text h1 {
		position: absolute;
		z-index: 20;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.home #mainVisual .mv-text h1 img {
		width: 250px;
		height: auto;
		text-align: center;
	}
	/*---------------------------------------
	SUB
	----------------------------------------*/
	.sub #mainVisual {
		width: 100vw;
		max-height: 100px;
		opacity: 0.9;
	}
	.sub #mainVisual h1 {
		text-align: center;
		vertical-align: middle;
		font-size: 24px;
		font-feature-settings: "palt" 1;
		line-height: 100px;
		text-shadow: 2px 2px 10px #fff ,
		-2px 2px 12px #fff ,
		2px -2px 12px #fff ,
		-2px -2px 12px #fff;
	}
	.sub #breadCrumb {
		display: none;
	}
	.sub #contents {
	padding-top: 0;
	}
	/*--section--*/
	.home #contents .c-box01 {
		width: 100%;
		padding: 20px 0;
	}
	.home #contents .c-box01 .topics-box {
		width: 100%;
		display: block;
	}
	.home #contents .c-box01 .topics-box li {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.home #contents .c-box01 .topics-box li:last-child {
		margin-bottom: 0;
	}
	.home #contents .c-box01 .topics-box dl {
		width: 100%;
		display:block;
	}
	.home #contents .c-box01 .topics-box dl dt,.home #contents .c-box01 .topics-box dl dd {
		display:block;
		width: 100%;
	}
	.home #contents .c-box01 .topics-box dl dt {
		width: 100%;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.home #contents .c-box01 .topics-box dl dd {
		padding-left: 0;
	}
	.home #contents .c-box02 {
		width: 100%;
		padding: 30px 0;
	}
	.home #contents .c-box02 .reason-box {
		width: 100%;
		display: block;
	}
	.home #contents .c-box02 .reason-box li {
		display: flex;
		justify-content: space-between;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		padding:10px 0;
		width: 100%;
		text-align: left;
		border-left: none!important;
		border-bottom: 1px solid #dbd2cb;
	}
	.home #contents .c-box02 .reason-box li div:first-child {
		width: 28%;
		display: block;
		}
	.home #contents .c-box02 .reason-box li div:last-child {
		width: 67%;
		display: block;
		}
	.home #contents .c-box02 .reason-box li h3 {
		text-align: left;
		font-size: 20px;
		margin: 0 auto 5px;
	}
	.home #contents .c-box02 .reason-box li p {
		font-size: 14px;
		text-align: left;
	}
	.home #contents .c-box03 {
		width: 100%;
		padding: 30px 0 10px;
	}
	.home #contents .c-box03 .service-box {
		margin: 30px auto 0;
		padding-top: 10px;
	}
	.home #contents .c-box03 .service-box:before {
		width: 48%;
	}
	.home #contents .c-box03 .service-box:after {
		width: 48%;
	}
	.home #contents .c-box03 .service-box > li {
		border-radius: 8px;
		width: 48%;
		margin-bottom: 20px;
	}
	.home #contents .c-box03 .service-box img {
		max-width: 100%;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;
	}
	.home #contents .c-box03 .service-box div {
		padding: 10px;
	}
	.home #contents .c-box03 .service-box h3 {
		font-size: 15px;
		margin: 0 auto 5px;
	}
	.home #contents .c-box03 .service-box h3 span {
		font-size: 12px;
		font-feature-settings: "palt" 1;
	}
	.home #contents .c-box03 .service-box li p {
		font-size: 14px;
	}
	.home #contents .c-box04 {
		width: 100%;
		padding: 30px 0 10px;
	}
	.home #contents .c-box04 .salon-box {
		margin: 20px auto;
		width: 100%;
		display:block;
	}
	.home #contents .c-box04 .salon-box > li {
		width: 100%;
		padding-bottom: 25px;
		margin-bottom: 20px;
	}
	.home #contents .c-box04 .salon-box h3 {
		padding: 10px;
		font-size: 16px;
	}
	.home #contents .c-box04 .salon-box div {
		padding: 10px 10px 0;
		height: auto;
	}
	.home #contents .c-box04 .salon-box div a {
		font-size: 16px;
		font-weight: 500;
		color: #f39800;
	}
}

/* --------------------------------------------------------
topics
-------------------------------------------------------- */
#topics .c-box01 {
	padding: 30px 0;
	width: 100%;
	margin: 0 auto;
}
	
	#topics h3 {
	margin: 30px 0 20px 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	font-weight: bold;
	color: #336600;
	text-align: left;
	border-bottom: 2px solid #CCCCCC;
	}
#topics #entry {
	width:100%;
	margin:0 0 40px 0;
	font-size:16px;
}
#topics #entry p{
	margin:0 0 5px 0;
}
#topics #c1{
	width:100%;
	margin:0 0 40px 0;
	font-size:14px;
}
#topics #c1 dl{
	padding:0.5em;
	margin-bottom:5px;
	margin-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
#topics .postmetadata {
	text-align:right;
	margin:5px 0;
}

#topics #entry img{margin:5px 0;}
#topics #entry table{margin:5px 0;}
#topics #entry td{padding-:2px 5px;}
  
@media screen and (max-width:768px){
 
#topics #entry{
	width:100%;
	margin:0 0 40px 0;
	font-size:14px;
}
#topics #c1{
	width:100%;
	margin:0 0 40px 0;
	font-size:14px;
}

#topics　#c1 dl{
	width:100%;
	padding:0.5em;
	margin-bottom:3px;
}

#topics .postmetadata{
	text-align:right;
	margin:5px 0;
  font-size: 13px;
}

#topics #entry p{
	margin:0 0 5px 0;
}
#topics #entry img{margin:5px 0;max-width: 100%;
    height: auto;}
#topics #entry table{margin:5px 0;}
#topics #entry td{padding-:2px 5px;}
  
}