@import "main.css";

/* =================================== */
/*  page single css
/* =================================== */

/* FV */

.access-header{
background-image: url("../img/access/header.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;	
}

.pay-header{
background-image: url("../img/pay/header.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;	
}

.contact-header{
background-image: url("../img/contact/header.jpg");
background-size: cover;
background-position: center;
background-repeat: no-repeat;	
}

.bottom-title-circle{
position: absolute;
top: 50%;
left: 10%;
transform: translateY(-50%);

}

.page-area{
	font-weight:600;
	line-height:1.5!important;
}

.page-area h2{
	line-height:1.6!important;
	color:#1D467A;
}

.page-area img{
	max-width:100%;
	height:auto;
}

.bottom-title-circle img{
width:250px;
}

/* access */

.access-area img{
	border-radius:30px;
}

h2.access-catch{
	font-size:1.4rem;
}

p.access-com{
	font-size:1.4rem;
}

.access-tel a{
	font-size:1.4rem;
}

.access-tel a span{
	font-size:1rem;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* pay */

.steps {
  margin: 0 auto;
  padding: 40px 20px;
  color: #333;
}

.step {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-left: 6px solid #153F7E;
}

.step h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.step h3 span {
  background: #153F7E;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.step p {
  line-height: 1.8;
  margin-bottom: 15px;
}

.note {
  background: #f7f7f7;
  padding: 15px;
  border-left: 4px solid #153F7E;
  border-radius: 6px;
  margin-top: 15px;
}

.sub {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #153F7E;
}

.pay-info img{
	width:65%;
}

.pay-info .pay-inner{
	text-align:center;
}

.pay-info h3{
	color: #153F7E;
	border:solid 2px #153F7E;
	padding:8px 15px;
	margin-bottom:15px;
	border-radius:5px;
}

.pay-info .pay-inner-att{
	padding:30px;
	background: #F7F7F7;
	margin-top:30px;
	border-radius:20px;
}

.pay-contact img{
	width:80%;
}

.distant-inner{
	padding:30px;
	background: #153F7E;
	border-radius:20px;
	margin-bottom:80px;
	color:#FFF;
}

.distant-inner img{
	width:115px;
}

.distant-inner p{
	padding:0 15px;
}

.distant-inner span{
	font-size:1.2rem;
	padding-bottom:15px;
	display:inline-block;
}

/* contact */

.wpcf7-spinner{
	display:block;
}

.form-area{
	width: 75%;
	margin: 0 auto;
}
.form-area p{
	color:#000;
	margin-top:30px;
}

.form-area input,.form-area textarea{
	width:100%;
	padding:10px;
	border-radius:5px;
	background:#ECECEC;
	border:none;
}

.form-area input[type="submit"]{
	background:#1B2F45;
	width:250px;
	color:#FFF;
}

.form-area p span.asterisk{
background: #1B2F45;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 3px;
  color: #FFF;
  margin-left: 10px;
}

/* buy list */

.list-header{
	min-height:360px;
	background:#153F7E;
	text-align:center;
}

.list-header h1{
	font-size:1.6rem;
	text-align:center;
	color:#FFF;
	line-height:1.5!important
}

.list-header h1 span{
	font-size:2.4rem;
	display:block;
	color:#F0DF40;
}

.list-header p{
	font-size:1.4rem;
	color:#FFF;
	line-height:1.5!important
}

.buy-list h2{
	font-size:1.4rem;
	border-bottom:solid 1px #000;
	padding:0 0 15px;
}

.buy-list h3{
	font-size:1.3rem;
	padding:15px 0;
}

.buy-list p.no span{
	font-size:1.2rem;
}

/* single */

.single{
	background:#153F7E;
	color:#FFF;
}

.single h1{
	font-size:1.2rem;
	color:#F0DF40;
}

.news-list h1{
	font-size:2rem;
}

.single-recent-blog-post{
	border-bottom:solid 1px #153F7E;
}

.single-recent-blog-post h2{
	font-size:1.1rem;
}

@media (max-width: 575px) {
	.step ,.distant-inner{
		padding:18px;
	}
	.step h3 span{
		font-size:0.6rem;
	}
	.distant-inner img{
		display:block;
		margin:0 auto;
	}
	.bottom-title-circle{
		left: auto;
		right:5%;
	}
	.d-sm-block{
		display:block!important;
	}
	.form-area{
		width:100%;
	}
	.buy-list h2,.buy-list h3{
		font-size:1rem;
	}
}