@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #727171;
}

ol, ul {
  list-style: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

html {
  font-size: 16px;
}

h2{
	font-size:  45px;
	padding-bottom: 10px;
	padding-top: 5px;
	letter-spacing: 0.05em;
}

h3{
	font-size: 24px;
}

p{
	font-size: 20px;
	letter-spacing: 0.1em;
}

header{
	position: relative;
}

.main-txt{
	position: absolute;
	width: 30%;
	top: 4%;
}

.head-img{
	width: 100vw;
}

.head-img img{
	width: 100vw;
}

.pg-title{
	background: #fff;
	padding: 30px 0 60px;
	bottom: 0%;
	font-family: 'Noto Serif JP', serif;
}



.sec1{
	padding: 60px 0 40px;
}

.flex{
	display: flex;
	font-size: 18px;
	align-items: flex-start;
}


.flex-left{
	width: 80%;
	padding-left: 70px;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}

.space-mintit{
	font-size: 20px !important;
	margin-right: 20px;
}

.ryokin{
	padding-top: 10px;
}

.flex-left span{
	font-size: 32px;
}

.flex-left .kingaku{
	font-size: 32px;
	padding-left: 20px;
}

.flex-left .space{
	font-size: 20px;
/*	padding-left: 35px;*/
}

.flex-left .space-2{
	font-size: 20px !important;
	padding-left: 20px;
}

.yoyaku-btn{
	width: 20%;
	padding-left: 40px;
	padding-top: 70px;
}

.btn {
	font-size: 18px;
	text-decoration: none;
	color: #727171 !important;
}

.sec2{
	padding: 40px 0;
	background: #F2F2F3;
}

.bg-white{
	background: #fff;
	padding: 50px 0;
}

.flex-plan{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0 40px;
}
.flex-plan li{
	padding-right: 30px;
}

.flex-plan .exp{
	font-size: 18px;
	margin-left: 70px;
	padding-right: 60px;
}

.point-title{
	font-size: 24px;
	background: #F2F2F3;
	width: 11%;
	height: 120px;
	padding: 32px 0;
	margin-right: 4%;
	text-align: center;
}

.point-txt{
	font-family: 'Noto Serif JP', serif;
	line-height: 27px;
	width: 85%;
}

.point-txt p{
	letter-spacing: 0.01em;
	line-height: 40px;
}



.flex2{
	max-width: 1200px;
	display: flex;
	align-items: center;
	margin: auto;
}

.title{
	font-size: 24px;
	max-width: 1200px;
	margin: auto;
	padding: 90px 0 10px;
}

.flex3{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.flex3 .left-img {
	width: 40%;
}
.flex3 .left-img:not(:has(li)) {
	width: 0%;
}

.flex3 .time {
	font-size: 20px;
	padding: 20px;
}

.flex3 .scd-txt{
	font-size: 16px;
	padding-left: 84px;
	padding-top: 10px;
}

.flex3 .full{
	width: 40%;
}

.flex3 .right-txt {
	width: 60%;
	line-height: 28px;
}
.flex3 .space{
	font-size: 20px;
	padding-left: 30px;
	letter-spacing: normal;
}

.flex3 span{
	font-size: 16px;
	letter-spacing: normal;
}

.flex4{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: auto;
	align-items: center;
}

.flex4 dt {
	width: 50%;
}

.flex4 img{
	padding-bottom: 30px;
}

.flex4 .center-txt{
	width: 50%;
	margin-bottom: 40px;
	font-size: 16px;
	line-height: 30px;
}

.flex5{
	display: flex;
	padding-bottom: 10px;
}


.title2 span{
	font-size: 22px;
	letter-spacing: normal;
}

.title2 span{
	font-size: 16px;
	letter-spacing: normal;
}


footer{
	padding: 40px 0;
	background: #fff !important;
}

footer .footer-white{
	max-width: 1200px;
	margin: auto;
	padding-bottom: 40px;
	
}

footer h3{
	padding-bottom: 5px;
	font-weight: normal;
}

footer p{
	letter-spacing: -2px;
	font-size: 16px;
	width: 1200px;
	margin: auto;
}

footer .address{
	padding: 50px 0;
	background: #F2F2F3;
}
footer .address h3{
	width: 1200px;
	margin: auto;
}

footer .address p{
	letter-spacing: 0px;
}

.url a{
	text-decoration: none;
    color: #727171;
}

.sp-only {display: none !important;}
/* SP */
@media screen and (max-width: 767px) {


h2{
	font-size: 22px;
	padding-bottom: 30px;
}


p{
	font-size: 15px;
}


.pc-only {display: none !important;}
.sp-only {display: block !important;}

.main-txt{
	position: initial;
	padding: 25px 12% 10px;
	width: 100%;
}
.main-txt img{
	width: 80vw;
}

.head-side{;
	margin: 0;
	width: 100%;
}
	
.head-side img{
	width: 100vw;
}
	
.pg-title{
	width: 100%;
	padding: 40px 20px 60px;
}

.yoyaku-btn{
	padding: 20px 0;
	margin-top: 30px;
	text-align: center;
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171;
    margin-bottom: 30px;
	width: 100%;
}

.btn{
	padding: 0;
	border: none;
	font-size: 20px;
}

/*
main{
	padding-top: 150px;
}
*/

.sec1{
	padding: 0 0 40px;
}

.sec2{
	padding-bottom: 0;
	margin-bottom: 50px;
}

.flex{
	display: block;
	font-size: 13px;
}
	
.oyado-name{
	font-family: 'Noto Sans JP', sans-serif;
}

.exp{
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	letter-spacing: normal;
	margin-left: 0;
	padding-right: 0;
	text-align: center;
	padding-bottom: 15px;
}

.flex-left{
	display: flex;
	width: 100%;
	padding: 20px;
	justify-content: space-evenly;
}

.flex-left li{
	padding-right: 0;
}

.flex-right {
	margin: 20px;
    padding: 15px 20px;
    border: solid 1px #727171;
}

.ryokin{
	margin-top: 10px;
}

.flex-right span{
	font-size: 32px;
}

.flex-right .kingaku{
	padding: 0;
}

.flex-right .space{
	font-size: 15px;
/*	padding-left: 0;*/
}

.flex-right .space-2{
	font-size: 15px !important;
	padding-left: 0;
}

.flex2{
	display: block;
	
}

.point-title{
	background: #fff;
	font-size: 20px;
	width: 105px;
	height: 100px;
	padding: 22px 0;
	margin: 0 auto 20px auto;
	text-align: center;
}

.point-txt{
	padding: 20px;
    letter-spacing: -2px;
	width: 100%;
}

.point-txt p{
	line-height: 25px;
}

.title{
	font-size: 18px;
	padding: 70px 0 25px;
	text-align: center;
	letter-spacing: 0px;
}




.flex3 .left-img {
	width: 100%;
}

.flex3 .right-txt{
	width: 100%;
	background: url('../images/inpage/scd_line_sp.png') no-repeat;
	background-position: 30px -1%;
}

	
.flex3 .time {
    width: 100%;
    font-size: 17px;
	padding: 20px 0 20px 22px;
}

.flex3 .time:before{
	content: url('../images/inpage/scd_point_sp.png');
	position: relative;
	top: 12px;
	left: -1.5%;
}

.flex3 .space{
	font-size: 17px;
	padding-left: 20px;
}

.flex3 .scd-txt{
	margin-bottom: 10px;
	padding-left: 0;
	
}

.flex3 p {
    margin-left: 9%;
	width: 80%;
}
	
.flex3 div img{
	width: 100vw;
}

.flex3 .pc-only{
	display: none !important;
}

.flex4{
	margin: auto;
	flex-direction: column;
	align-items: stretch;
}

.flex4 dt {
	width: 100%;
}

.flex4 dt img{
	width: 100vw;
	padding-bottom: 30px;
}

.flex4 .center-txt{
	width: 100%;
	margin-bottom: 40px;
	padding: 0 20px 0;
	line-height: 28px;
	font-size: 16px;
}

.flex5{
	flex-direction: column;
    align-items: center;
}

.title2{
	text-align: center;
	font-size: 20px;
	line-height: 25px;
}
	
.title2 span{
	font-size: 13px;
}

footer{
	padding: 0;
}

footer .footer-white{
	max-width: 100%;
	margin: auto;
	text-align: center;
	padding: 0 20px 30px;
}

footer p{
	letter-spacing: -2px;
	width: auto;
}

footer h3{
	font-size: 20px;
	padding-bottom: 10px;
}

footer .address{
	padding: 30px 20px 50px;
	text-align: center;
}
	
footer .address h3{
	width: 100%;
}

footer.space{
	padding-left: 0px;
}
	
}