@charset "UTF-8";


body {
	background: #fff8ed url("../img/top/mv.webp") no-repeat top right;
	background-size: 1440px;
}


.Important {
	background: #fcdcb0;
	padding: 10px 0;
	padding-top: 220px;
	color: #89704f;
	font-size: 2rem;
	font-weight: 700;
}



#mainBtn {
	display: none;
	margin-top: 10px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s;
}

#mainimage {
	padding: 70px 0 35px 0;
}
#mainimage ul {
	width: calc(100% - 500px);
}
#mainimage li {
	width: 33.33333%;
}

.mvLink {
	width: 600px;
	margin-bottom: 20px;
}
.mvLink a:nth-child(1),
.mvLink a:nth-child(2) {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.mvLink a:nth-child(3) {
	width: 32%;
	margin-right: 0%;
	margin-bottom: 10px;
}
.mvLink a {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.mvLink a:last-child {
	margin-right: 0%;
}





.info {
	padding: 40px 0;
	margin-bottom: 60px;
	position: relative;
}
.info .title {
	margin-bottom: 20px;
}
.info .title::before {
	background: #FFF;
}
.info .title::after {
	border-bottom: none;
}
.info .title h2 {
	color: #FFF;
	}


.info .HourArea {
	width: 48%;
	margin-right: 4%;
}
.info .HourArea .Hour {
	background: #FFF;
	padding: 15px;
}
.info .HourArea .tt {
	font-size: 2.4rem;
	color: #ed9d2a;
	font-weight: 900;
	margin-bottom: 10px;
}


.info .addressArea {
	width: 48%;
}
.info .addressArea p {
	text-align: center;
	color: #FFF;
	font-weight: 700;
	margin-top: 5px;
}
.info .addressArea ul {
	margin-top: 10px;
}
.info .addressArea li {
	width: 49%;
	margin-right: 2%;
}
.info .addressArea li:last-child {
	margin-right: 0;
}
.info .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 100px);
	height: 550px;
	background: linear-gradient(45deg, #ee8600, #f7a846);
	z-index: -100;
	border-radius: 0 30px 30px 0;
}








.news {
	background: #FFF url("../img/top/bg_dot.webp") no-repeat center top;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
}
.news .inner {
	position: relative;
	padding-bottom: 100px;
}
.news dl {
	font-size: 2.4rem;
	border-bottom: 2px dotted #c0c0c0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news dl dt {
	float: left;
	color: #ea8215;
	
	width: 20%;
}
.news dl dd {
	width: 75%;
	float: left;
	font-family: "Noto Serif JP", "Baskervville" ,sans-serif;
	font-weight: 900;
}
.news dl dd span {
	background: #eb6100;
	color: #FFF;
	padding: 2px 10px;
	margin-right: 10px;
}

.news .btn_orange {
	position: absolute;
	bottom: 0;
	right: 0;
}




.Reasons {
}
.Reasons .title_Reasons {
	text-align: center;
	font-size: 4rem;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 100px;
}
.Reasons .title_Reasons strong {
	color: #eb6100;
	font-style: italic;
}
.Reasons .title_Reasons h2 {
}
.Reasons .title_Reasons h2 span {
	display: inline-block;          /* ←これ重要 */
	border-bottom: 2px dotted #000; /* ←下線 */
	padding-bottom: 5px; 
}


.Reasons01 {
	background: url("../img/top/bg_reasons01.webp") no-repeat center top;
	background-size: cover;
}
.Reasons02 {
	background: url("../img/top/bg_reasons02.webp") no-repeat center top;
	background-size: cover;
}
.Reasons03 {
	background: url("../img/top/bg_reasons03.webp") no-repeat center top;
	background-size: cover;
}
.Reasons04 {
	background: url("../img/top/bg_reasons04.webp") no-repeat center top;
	background-size: cover;
}





.Reasons .Reasons01,
.Reasons .Reasons02,
.Reasons .Reasons03,
.Reasons .Reasons04 {
	padding: 200px 0;
}
.Reasons .inner {
}
.Reasons .intro {
	width: 45%;
	margin-right: 5%;
}
.Reasons .intro dl {
	display: inline-block;
	position: relative;
	border-bottom: solid 2px #000;
	width: 280px;
	padding-bottom: 5px;
	margin-bottom: 60px;
}
.Reasons .intro dt {
	font-size: 2.4rem;
	font-weight: 900;
}
.Reasons .intro dd {
	font-size: 8.4rem;
	font-weight: 900;
	font-style: italic;
	position: absolute;
	top: -70px;
	left: 160px;
}
.Reasons .intro p {
  font-family: "Noto Serif JP", "Baskervville", sans-serif;
  font-weight: 900;
  font-size: 3.6rem;
  line-height: 1.4;
}

.Reasons .intro p span {
  display: inline-block;
  background: #9b7b5a; /* 茶色 */
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
}


.Reasons .text {
	font-size: 2.0rem;
	width: 50%;
	position: relative;
	padding-bottom: 80px;
}


.Reasons .text .btn_orange {
	position: absolute;
	bottom: 0;
	right: 0;
}





.Control {
	background: #FFF url("../img/top/bg_dot.webp") no-repeat center top;
	background-size: cover;
	padding: 100px 0;
}

.Control p {
	font-size: 2.4rem;
	margin-bottom: 60px;
}
.Control dl {
	width: 15%;
	margin-right: 2%;
	text-align: center;
}
.Control dl:last-child {
	margin-right: 0%;
}
.Control dt {
	margin-bottom: 10px;
}
.Control dd {
	font-size: 2.0rem;
}



.Contact {
	padding: 100px 0;
	background: #fff9ed;
	border-bottom: solid 5px #ed9d2a;
	border-top: solid 5px #ed9d2a;
	text-align: center;
}
.Contact .logo {
	margin: 0 auto;
	text-align: left;
	width: 70%;
	margin-bottom: 30px;
}
.Contact .logo dt {
	float: left;
	width: 99px;
	margin-right: 20px;
}
.Contact .logo dd {
	font-size: 4.8rem;
	line-height: 1.2;
}
.Contact .logo dd span {
	display: block;
	font-size: 2.4rem;
}


.Contact p {
	font-size: 2.4rem;
	margin-bottom: 60px;
}


.Contact .btn_tel {
	width: 49%;
	margin-right: 2%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;

	padding: 20px 40px;
	border-radius: 15px;

	background: #ed9d2a;
	box-shadow: 0 6px 0 #c86100;

	font-family: sans-serif;
}
.Contact .btn_tel:hover {
	background: #c86100;
	box-shadow: none;
}
.Contact .btn_tel dt {
	display: block;
	font-size: 2rem;
}
.Contact .btn_tel dd {
	display: block;
	font-size: 3.6rem;
	font-weight: bold;
}

.Contact .btn_web {
	width: 49%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;

	padding: 20px 40px;
	border-radius: 15px;

	background: #4285ec;
	box-shadow: 0 6px 0 #2c5ea8;

	font-family: sans-serif;
}
.Contact .btn_web:hover {
	background: #2c5ea8;
	box-shadow: none;
}
.Contact .btn_web dt {
	display: block;
	font-size: 2rem;
}
.Contact .btn_web dd {
	display: block;
	font-size: 3.6rem;
	font-weight: bold;
}




/* 1200px */
@media screen and (max-width: 1350px) {

}





/* max 1023px */
@media screen and (max-width: 1023px) {




body {
	background: #fff8ed;
}


.Important {
	background: #fcdcb0;
	padding: 10px 0;
	color: #89704f;
	font-size: 1.4rem;
	font-weight: 700;
}




#mainimage {
	padding: 5% 0;
}
#mainimage ul {
	width: 100%;
}
#mainimage li {
	width: 33.33333%;
}

.mvLink {
	width: 100%;
	margin-bottom: 10px;
}
.mvLink a {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
}
.mvLink a .btn-box {
	padding: 20px 10px;
}
.mvLink a .btn-text {
	font-size: 2rem;
}
.mvLink a .arrow {
	right: 6px;
}




.info {
	background: linear-gradient(45deg, #ee8600, #f7a846);
	padding: 5% 0;
	margin-bottom: 0;
}
.info .title {
	margin-bottom: 20px;
}


.info .HourArea {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 10%;
}
.info .HourArea .Hour {
	background: #FFF;
	padding: 10px;
}
.info .HourArea .tt {
	font-size: 2.0rem;
	color: #ed9d2a;
	font-weight: 900;
	margin-bottom: 10px;
}


.info .addressArea {
	width: 100%;
}
.info .addressArea ul {
	margin-top: 10px;
}
.info .addressArea li {
	width: 49%;
	margin-right: 2%;
}
.info .addressArea li:last-child {
	margin-right: 0;
}

.info .bg {
	display: none;
}








.news {
	background: #FFF url("../img/top/bg_dot.webp") no-repeat center top;
	background-size: contain;
	padding-top: 10%;
	padding-bottom: 10%;
}
.news .inner {
	position: relative;
	padding-bottom: 0;
}
.news dl {
	font-size: 1.6rem;
	border-bottom: 2px dotted #c0c0c0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news dl dt {
	float: none;
	color: #ea8215;
	
	width: 100%;
	margin-bottom: 5px;
}
.news dl dd {
	width: 100%;
	float: none;
	font-family: "Noto Serif JP", "Baskervville" ,sans-serif;
	font-weight: 900;
}
.news dl dd span {
	background: #eb6100;
	color: #FFF;
	padding: 2px 10px;
	margin-right: 10px;
}

.news .btn_orange {
	position: relative;
	bottom: 0;
	right: 0;
}




.Reasons {
}
.Reasons .title_Reasons {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 900;
	margin-bottom: 50px;
}
.Reasons .title_Reasons strong {
	color: #eb6100;
	font-style: italic;
}
.Reasons .title_Reasons h2 {
}
.Reasons .title_Reasons h2 span {
	display: inline-block;          /* ←これ重要 */
	border-bottom: 2px dotted #000; /* ←下線 */
	padding-bottom: 5px; 
}


.Reasons01 {
	background: url("../img/top/bg_reasons01_sp.webp") no-repeat center top;
	background-size: cover;
}
.Reasons02 {
	background: url("../img/top/bg_reasons02.webp") no-repeat center top;
	background-size: cover;
}
.Reasons03 {
	background: url("../img/top/bg_reasons03.webp") no-repeat center top;
	background-size: cover;
}
.Reasons04 {
	background: url("../img/top/bg_reasons04.webp") no-repeat center top;
	background-size: cover;
}





.Reasons .Reasons01,
.Reasons .Reasons02,
.Reasons .Reasons03,
.Reasons .Reasons04 {
	padding: 10% 0;
}
.Reasons .inner {
}
.Reasons .intro {
	width: 100%;
	margin-right: 0%;
}
.Reasons .intro dl {
	display: inline-block;
	position: relative;
	border-bottom: solid 2px #000;
	width: 200px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.Reasons .intro dt {
	font-size: 1.8rem;
	font-weight: 900;
}
.Reasons .intro dd {
	font-size: 5rem;
	font-weight: 900;
	font-style: italic;
	position: absolute;
	top: -40px;
	left: 120px;
}
.Reasons .intro p {
  font-family: "Noto Serif JP", "Baskervville", sans-serif;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.4;
}

.Reasons .intro p span {
  display: inline-block;
  background: #9b7b5a; /* 茶色 */
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 10px;
}


.Reasons .text {
	font-size: 1.2rem;
	width: 100%;
	position: relative;
	padding-bottom: 0;
}


.Reasons .text .btn_orange {
	position: relative;
	bottom: 0;
	right: 0;
	margin-top: 20px;
}





.Control {
	background: #FFF url("../img/top/bg_dot.webp") no-repeat center top;
	background-size: contain;
	padding: 10% 0;
}

.Control p {
	font-size: 1.8rem;
	margin-bottom: 30px;
}
.Control dl {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 20px;
}
.Control dl:nth-child(3n) {
	margin-right: 0%;
}
.Control dt {
	margin-bottom: 10px;
}
.Control dd {
	font-size: 1.4rem;
}



.Contact {
	padding: 10% 0;
	background: #fff9ed;
	border-bottom: solid 5px #ed9d2a;
	border-top: solid 5px #ed9d2a;
	text-align: center;
}
.Contact .logo {
	margin: 0 auto;
	text-align: left;
	width: 100%;
	margin-bottom: 20px;
}
	
.Contact .logo dt {
	float: left;
	width: 40px;
	margin-right: 10px;
}
.Contact .logo dd {
	font-size: 2rem;
	line-height: 1.2;
}
.Contact .logo dd span {
	display: block;
	font-size: 1.2rem;
}
	
	


.Contact p {
	font-size: 1.8rem;
	margin-bottom: 20px;
}


.Contact .btn_tel {
	margin-bottom: 5%;
	width: 100%;
	margin-right: 0%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;

	padding: 20px 40px;
	border-radius: 15px;

	background: #ed9d2a;
	box-shadow: 0 6px 0 #c86100;

	font-family: sans-serif;
}
.Contact .btn_tel:hover {
	background: #c86100;
	box-shadow: none;
}
.Contact .btn_tel dt {
	display: block;
	font-size: 1.8rem;
}
.Contact .btn_tel dd {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
}

.Contact .btn_web {
	width: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #fff;

	padding: 20px 40px;
	border-radius: 15px;

	background: #4285ec;
	box-shadow: 0 6px 0 #2c5ea8;

	font-family: sans-serif;
}
.Contact .btn_web:hover {
	background: #2c5ea8;
	box-shadow: none;
}
.Contact .btn_web dt {
	display: block;
	font-size: 1.8rem;
}
.Contact .btn_web dd {
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
}



	
	
}