body{
	 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size:100%;
	padding:0;
	margin:0;
	background:#CAE6F1;
	line-height:1.6;
}
@media only screen and (min-width:801px) {
body{
	width: 100%;
  height: 100vh;
  background: linear-gradient(270deg, #CAE6F1, #46C4F3);
  background-size: 200% 200%;
  animation: Grad 5s ease infinite;
  align-items: center;
  justify-content: center;
}

@keyframes Grad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
}

@media only screen and (max-width:700px) {
.pc{
	display:none;
}
}
@media only screen and (min-width:701px) {
.sp{
	display:none;
}
}

img { 
    max-width: 100%; 
    height:auto;
	vertical-align:bottom;
	image-rendering: -webkit-optimize-contrast;
}
a {
	text-decoration:none;
}


header {
	max-width:800px;
	margin:0 auto;
	background:#fff;
}
.img_br{
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.img_br_t{
  -webkit-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.img_br_btitle{
  display:block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top:20px;
}
.img_br_ttitle{
  display:block;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom:20px;
}
.img_br_tbtitle{
  display:block;
  margin:30px auto;
  width:80%;
}
.img_il_1{
  display:block;
  margin:0 auto 20px auto;
}
.img_il_2{
  display:block;
  margin:10px auto 20px auto;
  width:70%;
}
.img_il_3{
  display:block;
  margin:0 auto 20px auto;
  width:70%;
}
.img_il_4{
  display:block;
  margin:20px auto 0 auto;
  width:70%;
}
@media only screen and (max-width:700px) {
.img_il_2{
  width:90%;
}
.img_il_3{
  width:90%;
}
.img_il_4{
  width:90%;
}
}
.slidebox{
	cursor : pointer;
  }
.row{
	padding:20px 0 0 0;
  }

.tel_list {
    list-style: none;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-flow: wrap;
    max-width:800px;
	margin:0 auto; 
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;

}
.tel_list a {width: 50%; max-width:400px;}

.clone-bana {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  text-align:center;
  transition: .3s;
  transform: translateY(-100%);
}
.d-show {
  transform: translateY(0);
}

h3 {
    display: flex;
    align-items: center;
	text-align:center;
	font-size:250%;
	padding:50px 0 0 0;
	font-weight:normal;
	line-height:1.3;
	color:#256EA0;
	font-family: 'Noto Serif JP', serif;
}
h3:before,
h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #256EA0;
}
h3:before {margin-right: 1rem;}
h3:after {margin-left: 1rem;}

h3 span{
	font-size:150%;
	display:block;
	color:#F66;
    }
@media only screen and (max-width:700px) {
h3{
	font-size:160%;
	padding:25px 0 0 0;
}
}

h4 {
	font-size:140%;
	padding:50px 0 0 0;
	font-weight:normal;
	line-height:1.3;
	color:#000;
	font-family: 'Noto Serif JP', serif;
}


h5 {
    display: flex;
    align-items: center;
	text-align:center;
	font-size:200%;
	padding:50px 0 0 0;
	font-weight:normal;
	line-height:1.3;
	color:#000;
	font-family: 'Noto Serif JP', serif;
}
h5:before,
h5:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}
h5:before {margin-right: 1rem;}
h5:after {margin-left: 1rem;}
@media only screen and (max-width:700px) {
h5{
	font-size:160%;
	padding:25px 0 0 0;
}
}
.t_140{
	font-size:140%;
	}

#contents_area{
	max-width:800px;
	margin:0 auto;
	background:#fff;
	background:#FFFAEF;
}

.txt_1{
	padding:40px;
	font-size:140%;
}
@media only screen and (max-width:700px) {
.txt_1{
	font-size:100%;
	padding:15px;
}
}

.txt_2{
	padding:0 40px;
	font-size:120%;
}
@media only screen and (max-width:700px) {
.txt_2{
	font-size:100%;
	padding:0 15px;
}
}

.txt_3{
	padding:20px 20px 40px 20px;
	font-size:160%;
	text-align:center;
	color:#2571A5;
}
@media only screen and (max-width:700px) {
.txt_3{
	font-size:100%;
	padding:15px 0;
}
}

.txt_4{
	padding:40px;
	font-size:140%;
	background:#758B16;
	color:#fff;
}

.txt_4 a{
	color:#FF0;
}
@media only screen and (max-width:700px) {
.txt_4{
	font-size:100%;
	padding:25px 15px 15px 15px;
}
}
.con_box_1{
	background:#fff;
	padding:0;
	box-sizing:border-box;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom:60px;
  border:#6597B7 1px solid;
}
@media only screen and (max-width:700px) {
.con_box_1{
  margin-bottom:40px;
}
}


.menu_bana_1{
	box-sizing:border-box;
	padding:20px 10px;
	text-align:center;
	background:#7BA7C4;
	color:#fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin:30px 0 0 0;
  font-size:140%;
	font-family: 'Noto Serif JP', serif;
}
.menu_bana_txt1{
	padding:30px 0 0 0;
	font-size:80%;
}
@media only screen and (max-width:700px) {
.menu_bana_txt1{
	font-size:100%;
}
}
.menu_bana_2{
	padding:20px 0 0 0;
}
.menu_bana_txt2{
	padding:40px;
	font-size:120%;
	background:#fff;
}
@media only screen and (max-width:700px) {
.menu_bana_2{
	padding:10px 0 0 0;
}
.menu_bana_txt2{
	padding:15px;
	font-size:100%;
}
}


.info_1{
	background:#fff;
}



.mail_contents{
	background:#95DFDF;
	padding:25px 25px 50px 25px;
	font-size:140%;
}
@media only screen and (max-width:700px) {
.mail_contents{
	padding:10px 10px 30px 10px;
	font-size:100%;
}
}


.mail_box{
	background:#fff;
	padding:20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top:20px;
}
.mail_box strong{
	color:#FFFF00;
	display:block;
	margin:0 0 15px 0;
	text-align:center;
	font-size:140%;
	font-weight:normal;
	padding:20px;
	background:#51BEC9;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
@media only screen and (max-width:700px) {
.mail_box{
	padding:10px;
  font-size:100%;
}
.mail_box strong{
	padding:13px;
}
}

table.form_table_1{
  box-sizing: border-box;
  border-collapse:collapse;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
table.form_table_1 th,td{
  border: 1px solid #51BEC9;
  padding:20px;
  vertical-align:middle;
}
table.form_table_1 th{
  background: #EBF6F9;
  color:#51BEC9;
  font-weight:normal;
}
table.form_table_1 input[type=text] {
            width: 100%;
            box-sizing: border-box;
			font-size:120%;
			padding:10px;
        }
table.form_table_1 textarea {
width:100%;
box-sizing:border-box;
padding: 1em;
margin:0;
}

table.form_table_1 .bt_1{
	 padding:10px;
	 margin:20px;
	 font-size:16px;
     }

.mail_text{
	font-size:80%;
	text-align:left;
     }

select { padding:10px 0; width:100%; margin:5px 0 0 0; font-size:130%; box-sizing:border-box; }
@media only screen and (max-width:700px) {
table.form_table_1 th{
      display: block;
	  border-top:none;
	  border-bottom:none;
    }
table.form_table_1 tr:first-child{
	  border-top: 1px solid #51BEC9;
    }
table.form_table_1 td{
      display: block;
	  border-top:none;
    }
}

.footer_area {
  display:flex;
  justify-content:space-between;
  margin:0;
  padding:20px;
}
.footer_item{
	width:48%;
}

@media only screen and (max-width:700px) {
.footer_area {
	flex-direction: column;
  padding:10px 10px 0 10px;
}
.footer_item{
	width:100%;
	margin-bottom:10px;
}
}
.footer_menu{
	box-sizing:border-box;
	padding:20px 10px;
	text-align:center;
	background:#51BEC9;
	color:#fff;
}
.footer_menu_txt{
	background:#fff;
	padding:20px;
	text-align:left;
}
.footer_menu_txt strong{
	display:block;
	color:#51BEC9;
	margin-bottom:5px;
}

.line_1{
	border-bottom:1px dashed #ccc;
	margin:20px 0;
}

footer{
	background:#51BEC9;
	padding:10px;
	text-align:center;
	color:#fff;
	font-size:70%;
}

.color_1{
	color:#F6F910;
	text-decoration:none;
	font-weight:bold;
	font-size:140%;
	padding:0 5px;
}
.color_2{
	color:#256EA0;
	text-decoration:none;
	font-weight:bold;
	font-size:120%;
	padding:0 0 7px 0;
}
.color_3{
	color:#990000;
	text-decoration:none;
	font-size:100%;
}
.color_4{
	color:#F6F910;
	font-weight:bold;
}
.color_red{
	color:#C00;
	text-decoration:underline;
	font-size:100%;
}

.photo_list {
    list-style: none;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-flow: wrap;
    width:100%;
	margin:0 0 30px 0; 
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;

}
.photo_list li {
    box-sizing: border-box;
    width: 48%;
	padding:0;
	margin-top:20px;
  background:#fff;
  text-align:left;
}

.photo_list::after{
  content:"";
  display: block;
  width:48%;
}
.photo_list li img{
  display:block;
  width:100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

 
@media only screen and (max-width:700px) {
.photo_list {
    list-style: none;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    flex-flow: row nowrap;
    width:100%;
	margin:0 0 30px 0; 
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
	justify-content: space-between;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;

}
.photo_list li {
    box-sizing: border-box;
    width: 96%;
	margin-right:10px;
	margin-top:20px;
    flex: 0 0 80%;
  background:fff;
  text-align:left;
}
}

.flow_box_1{
	background:#FFFAEF;
	padding:20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border:#7BA7C4 1px solid;
  color:#000;
}
.flow_img{
	background:url(../img/f_i.jpg) center repeat-y;
	background-size: 100% auto;
	padding:30px 0 0 0;
}
.flow_box_1 strong{
	color:#256EA0;
	display:block;
	margin:0 0 10px 0;
	text-align:center;
	font-size:130%;
	font-weight:normal;
}
@media only screen and (max-width:700px) {
.flow_box_1{
	padding:15px;
  font-size:100%;
}
.flow_img{
	padding:15px 0 0 0;
}
}


.info_box_1{
	background:#fff;
	padding:20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border:#7BA7C4 1px solid;
  color:#000;
}
.info_box_1 strong{
	color:#256EA0;
	display:block;
	margin:0 0 10px 0;
	text-align:center;
	font-size:130%;
	font-weight:normal;
}
.info_box_1 a{
	color:#FF0;
}
@media only screen and (max-width:700px) {
.info_box_1{
	padding:15px;
  font-size:100%;
}
}


.info_list {
    list-style: none;
	margin:0;
	padding:0;
}
.info_list li{
	display:block;
	padding:20px 0;
	border-bottom:1px dashed #ccc;
}
.info_list li:first-child{
	display:block;
	padding:0 0 20px 0;
	border-bottom:1px dashed #ccc;
}
.info_list li:last-child{
	display:block;
	padding:20px 0 0 0;
	border-bottom:none;
}

.qa_list dt {
padding: 10px 10px 10px 40px;
text-indent: -25px;
font-size:120%;
color:#fff;
	background:#108EB6;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.qa_list dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qa_list dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.qa_list dd:before {
content: "A.";
color:#FF6666;
font-weight: bold;
margin-right: 7px;
}



.info_2024{
	background:#FEFAEF;
	padding:40px;
	font-size:140%;
}
@media only screen and (max-width:700px) {
.info_2024{
	font-size:100%;
	padding:15px;
}
}

.sub_box_1{
	background:#fff;
	padding:20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border:#7BA7C4 1px solid;
  margin-top:30px;
}
.sub_box_1 strong{
	color:#256EA0;
	display:block;
	margin:0 0 10px 0;
	text-align:center;
	font-size:130%;
	font-weight:normal;
}
@media only screen and (max-width:700px) {
.sub_box_1{
	padding:15px;
  font-size:100%;
  margin-top:20px;
}
}