@charset "utf-8";
/* CSS Document */


	.sp{
		display: none;
	}

/*--====== パンくずリスト ======--*/
/* パンくず全体 */
#pan_box {
  text-align: right; /* 全体を右寄せ */
	background: #01c0ef;
	position: relative;
	z-index: 10;
}

.topic-path {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 15px;
  left: 2.2%;
}

.topic-path li {
  font-size: 60%;
  letter-spacing: 2px;
  font-weight: bold;
}

.topic-path li a,
.topic-path li.visited {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid #ccc;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

/* 通常のリンクボタン */
.topic-path li a {
  color: #333;
}

.topic-path li a:hover {
  background: #ffe680;
  border-color: #f0c040;
}

/* visited風デザイン（固定） */
.topic-path li.visited {
  background: #ffe680;
  color: #555;
  border-color: #f0c040;
}

.topic-path li:not(:last-child)::after {
  content: '➔'; /* 矢印 */
  color: gold;
  margin: 0 0px 0px 8px;
  font-size: 15px;
}
/*--====== ここまでパンくずリスト ======--*/




.mainvisual{
	width: 100%;
	height: 200px;
/*	background: #01c0ef;
*//*	border-bottom: 25px solid #0981A8;
*/	background: #01c0ef;
}
h1.main_title{
	z-index: 100;
	text-align: center;
	line-height: 250px;
	color: #FFF;
	text-shadow:3px 3px #0981A8;
/*	color: #0981A8;
*/	font-size: 210%;
	letter-spacing: 5px;
	font-weight: 900;
	text-align: center;
}
span.ss_title{
	font-size:77%;
}





.content {
	background: #01c0ef;
    display: flex;
    justify-content: center; /* 横方向センター */
	padding-bottom: 180px;
}

.content_box {
  width: 80%;
  height: auto;
  max-width: 1200px; /* PCで広がりすぎないように制限 */
  margin: 0 auto; /* 中央寄せ */
  background: #FFF;
  border-radius: 30px;
  position: relative;
  top: 50px;
  padding-bottom: 30px;
}

/* スマホやタブレットで自動調整 */
@media screen and (max-width: 768px) {
  .content_box {
    width: 95%;
  }
}




/*TEL*/
p.contact_text_02{
	padding: 50px 0 10px 0;
	text-align: center;
	font-size: 156.9%;
	letter-spacing: 2px;
	color: #333;
}
p.contact_text_03{
	padding-top: 5px;
	text-align: center;
	font-size: 123.1%;
	letter-spacing: 2px;
	color: #535353;
	padding-bottom: 10px;
}
p.carefull_text{
	font-size: 90%;
	color: #ff4d6d;
	letter-spacing: 1px;
	line-height: 1.7;
	text-align: center;
	padding: 0 10px 30px;
}

/*必須*/
.hissu{
	background: #ffd817;
	color: #000;
	padding: 1px 10px 3px;
	margin-right: 3px;
	margin-left: 10px;
	font-size: 77%;
	border-radius: 4px;
	letter-spacing: 2px;
}

.flow-box{
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;
	background: #edfbfe;
	padding: 20px 20px 30px;
	border: 2px solid #f0c040;
	border-radius: 10px;
}
.flow-box h3{
	font-size: 120%;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.flow-box li{
	display: flex;
	width: fit-content;
	letter-spacing: 1px;
	margin: 0 auto 10px;
}

#contactForm{
	width: 80%;
	margin: 0 auto;
}
.form-row{
	margin-bottom: 20px;
}

.form-row > label{
	display: block;
	font-size: 116%;
	letter-spacing: 1px;
	line-height: 2;
	color: #01c0ef;
	font-weight: bold;
	padding: 0 10px;
	margin-bottom: 10px;
}
.checkbox-group{
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.checkbox-group label{
	display: flex;
	align-items: baseline;
	margin: 0 20px 10px 0;
}
.checkbox-group label input{
	margin-right: 5px;
}
.form-row > div{
	width: 95%;
	margin: 0 auto;
	padding: 0 10px;
}
.form-row .text-box input{
	width: 100%;
	padding: 5px;
	background: #f4faff;
	border-radius: 5px;
}
.form-row .message-box textarea{
	width: 100%;
	height: 200px;
	padding: 5px;
	background: #f4faff;
	border-radius: 5px;
}
#submitBtn{
	margin: 0 auto 40px;
	display: block;
	padding: 10px 80px;
	font-size: 150%;
	letter-spacing: 1px;
	border-radius: 10px;
	border: 2px solid #ff7733;
	background: #ff7733;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	transition: 0.3s all;
}
#submitBtn:hover{
	color: #ff7733;
	background: #fff;
}

/* ================================ thanks ======================== */
.thanks-box{
	background: #01c0ef;
	padding: 1px;
}
.thanks-box .inner{
	width: 95%;
	max-width: 1100px;
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	margin: 60px auto 120px;;
}
.thanks-box h2{
	margin-bottom: 15px;
	color: #01c0ef;
}
.thanks-box .text{
	letter-spacing: 1px;
	line-height: 1.7;
	margin-bottom: 20px;
}
.thanks-box .address{
	font-size: 90%;
	margin-bottom: 40px;
}
.thanks-box .address a{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}