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

.grecaptcha-badge { visibility: hidden;}


@media screen and (max-width : 480px){
html,
body {
	overflow-x: hidden;
	overflow-y: scroll;
}

}



body {
	font-family: Noto Sans JP, sans-serif, YuGothic, "Yu Gothic", メイリオ, Meiryo, sans-serif;
	color: #232323;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	overflow-x: hidden;
	background-color: #ffffff;
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
	position: relative;
}

a {
	color: #313131;
	text-decoration: none;
}
a:hover {
	color: #15a38d;
	text-decoration: none;
}
a.plink {
	color: #2487bb;
	text-decoration: underline;
}

.hover_o:hover {opacity: 0.8;}
.clear_both {clear: both;}
.inblo {display: inline-block;}


p {
	word-break: break-all;
	margin-bottom: 25px;
}

hr {
	margin: 20px 0 30px;
	height: 1px;
    background-color: #bbbbbb;
    border: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
	word-wrap: break-all;
}
table th, table td {
	border-bottom: dotted 1px #b5b5b5;
	padding: 12px 7px;
	text-align: left;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
.Align-height {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}




/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	border: solid 1px #A2A2A2;
	font-size: 15px;
	padding: 10px 5px;
	width: 100%;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-decoration,
input[type="file"]::-webkit-search-decoration,
input[type="radio"]::-webkit-search-decoration,
input[type="checkbox"]::-webkit-search-decoration,
textarea::-webkit-search-decoration,
select::-webkit-search-decoration{
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="text"]::focus,
input[type="email"]::focus,
input[type="password"]::focus,
input[type="file"]::focus,
input[type="radio"]::focus,
input[type="checkbox"]::focus,
textarea::focus,
select::focus{
	outline-offset: -2px;
}


input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="radio"] {
	position: relative;
	width: 18px;
	height: 18px;
	border: 1px solid #777777;
	border-radius: 50%;
	vertical-align: -2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0 3px 0 0;
}
input[type="radio"]:checked:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #3FBACD;
	content: '';
}

input[type="checkbox"] {
	appearance: none;
	position: relative;
	width: 19px;
	height: 19px;
	border: 1px solid #777777;
	border-radius: 2px;
	cursor: pointer;
	top: 6px;
	margin-right: 5px;
}
input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	top: -1px;
	left: 3px;
	width: 16px;
	height: 8px;
	border-bottom: 3px solid #3FBACD;
	border-left: 3px solid #3FBACD;
	transform: rotate(-45deg);
}




/* ベース
--------------------------------*/
.gridContainer, .gridContainer2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
	clear: none;
	float: none;
	box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -ms-box-sizing: border-box;
	  -o-box-sizing: border-box;
}


h1, h2, h3 {font-weight: 500;}

h1 {font-size: 27px;}

h2 {
	border-top: 3px solid #8e8e8e;
	border-bottom: 2px solid #8e8e8e;
	padding: 5px;
}

h3 {
  padding: 15px;
  line-height: 1.4;
  background: #dbebf8;
  vertical-align: middle;
  border-radius: 30px 0px 0px 30px;
}
h3:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

h4 {
    padding: 5px 12px;
    display: inline-block;
    margin: 0 0 15px;
    border: dashed;
}


@media print, screen and (min-width: 521px) {

body {font-size: 18px;}
h1 {font-size: 30px;}

	
}@media print, screen and (min-width: 961px) {



}@media print, screen and (min-width: 1367px) {

.gridContainer, .gridContainer2 {
	padding-left: 0;
    padding-right: 0;
}
.gridContainer {width: 1100px;}
.gridContainer2 {width: 1300px;}	

h1 {font-size: 34px;}
	

}




/* ヘッダー
--------------------------------*/
.head_top {margin-top: 20px;}
.head_top_logo, .head_top_menu_area {box-sizing: border-box;}
.head_top_logo {padding-left: 4%;}
.head_top_logo img {width: 110px;}

.head_top_menu_area {display: none;}

.head_img_area {margin-top: 30px;}
.head_img_area_L {display: none;}
.head_img_area_R {
	background-image: url("img/head-img_sp.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left 28% center;
	position: relative;
	width: 100%;
	height: 500px;
}

.catchtxt {
	text-shadow: 
       2px  2px 1px rgba(255,255,255,0.7),
      -2px  2px 1px rgba(255,255,255,0.7),
       2px -2px 1px rgba(255,255,255,0.7),
      -2px -2px 1px rgba(255,255,255,0.7),
       2px  0px 1px rgba(255,255,255,0.7),
       0px  2px 1px rgba(255,255,255,0.7),
      -2px  0px 1px rgba(255,255,255,0.7),
       0px -2px 1px rgba(255,255,255,0.7);
	position: relative;
	top: 8.7%;
	left: 22px;
}

.ct01 {
	position: relative;
	font-weight: 600;
	font-size: 7.5vw;
	letter-spacing: 3px;
	z-index: 2;
}
.ct01::before {
	content: "";
	background-image: url("img/heart.webp");
	position: absolute;
	display: inline-block;
	width: 73px;
	height: 85px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
	top: -10px;
	left: -40px;
}
.ct02 {
	font-weight: 500;
	font-size: 5vw;
	letter-spacing: 2px;
	margin-top: 10px;
	line-height: 1.5;
}

.catchtxt span.spblue {
	font-size: 120%;
	font-weight: 600;
	color: #06a4bc;
}

.kisib {
	position: absolute;
	display:  inline-block;
	right: 0;
	bottom: 20px;
	background-color: rgba(255,255,255,0.7);
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 3.7vw;
	font-weight: 500;
}

.jki_sp {
    background-color: #06a4bc;
    color: #fff600;
    border-radius: 25px;
    padding: 2px 10px 4px;
    line-height: 1;
    margin-right: 5px;
    font-size: 85%;
	top: -3px;
    position: relative;
}

.hiniti {font-size: 5.2vw;}
.yub {
	background-color: #06a4bc;
    color: #fff600;
    border-radius: 50%;
    display: inline-block;
    font-size: 11px;
    padding: 2px 3px 4px;
    line-height: 1;
    margin: 0 5px 0 3px;
}
.sm_txt {font-size: 85%;}



@media print, screen and (min-width: 521px) {
	
.head_top_logo img {width: auto;}

.head_img_area_L {
	display: block;
	float: left;
	width: 25%;
	position: relative;
}
.moreyaji {
	position: absolute;
	bottom: 5px;
	right: 25px;
}
.head_img_area_R {
	background-image: url("img/head-img.webp");
	float: right;
	width: 75%;
	border-radius: 50px 0 0 50px;
	eight: 550px;
}
.catchtxt {
	top: 8%;
	left: -22%;	
}
.ct01 {
	font-size: 32px;
	letter-spacing: 5px;
}
.ct02 {font-size: 20px;}
.brtag {display: none;}

.kisib {
	padding: 5px 4% 7px 20px;
	font-size: 18px;
}
.jki_sp {
	padding: 3px 10px 5px;
	margin-right: 15px;
}

.hiniti {font-size: 28px;}
.yub {
    font-size: 70%;
    padding: 5px;
    line-height: 1;
	margin: 0 5px 0 3px;
}	
	
	
}@media print, screen and (min-width: 961px) {
	
.head_top_logo {
	float: left;
	width: 20%;
}
.head_top_menu_area {
	float: right;
	width: 80%;
	display: block;
	text-align: right;
}
.head_top_menu {
	background-color: #06a4bc;
	display: inline-block;
	color: #FFFFFF;
	padding: 10px 20px;
	box-sizing: border-box;
	border-radius: 25px 0 0 25px;
	padding-right: 4%;
}

.head_top_menu ul {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.head_top_menu ul li {
	display: inline-block;
	list-style: none;
	margin-left: 45px;
	position: relative;
}
.head_top_menu ul li:hover {opacity: 0.85}
.head_top_menu ul li a {color: #FFFFFF;	}	
.head_top_menu ul li a:hover::before {
	content: "";
	background-image: url("img/hover_yaji.webp");
	background-size: cover;
	width: 30px;
	height: 17px;
	position: absolute;
	top: 3px;
	left: -32px;
}
	
.head_img_area {margin-top: 50px;}	
	
.head_img_area_R {
	background-position: left bottom;
	height: 600px;
}
.ct01 {font-size: 38px;}
.ct02 {font-size: 30px;}

.kisib {
	padding: 5px 8% 7px 30px;
	font-size: 24px;
}
.jki_sp {
	padding: 3px 20px 5px;
	font-size: 90%;
	letter-spacing: 2px;
}
.hiniti {font-size: 36px;}	
.yub {margin: 0 7px 0 5px;}	

.head_un {
	background-color: rgba(6,164,188,0.65);
	height: 25px;
	border-radius: 0 20px 20px 0;
	width: 45%;
	margin-top: 30px;
}

	
}@media print, screen and (min-width: 1367px) {

.head_img_area_R {
	background-position: left bottom -80px;
	height: 724px;
}
.catchtxt {
	top: 13%;
	left: -20%;
}
.ct01 {font-size: 45px;}

.kisib {padding: 5px 12% 7px 30px;}	



}



/* Section 共通
--------------------------------*/
.mds_txtarea {text-align: center;}
.mds_ico img {width: 110px;}
.sec_mds {
	background-image: url("img/tensen_bg.webp");
	background-position: center top 55%;
	background-repeat: no-repeat;
	font-weight: 600;
	font-size: 6vw;
	line-height: 1.4;
}
.mds_txt {padding: 0 7px;}
.blue_txt {color: #009ab1;}
.txt_mini {font-size: 85%;}


@media print, screen and (min-width: 521px) {

.mds_ico img {width: auto;}
.sec_mds {font-size: 23px;}

	
}@media print, screen and (min-width: 961px) {



}




/* Section 01
--------------------------------*/
#sec01 {margin-top: 50px;}
#sec01 .mds_txt {background-color: #FFFFFF;}

.point3 {margin-top: 60px;}

.point_box {
	width: 100%;
	box-sizing: border-box;
	background-color: #e2f0f2;
	padding: 20px 20px 35px;
	border-radius: 25px;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}
.circ_no {
	display: inline-block;
	background-color: #06a4bc;
	color: #FFFFFF;
	line-height: 1;
	font-weight: 500;
	font-size: 14px;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: 50%;
    transform: translateX(-50%);
}
.circ_no div {
    position: relative;
    display: inline-block;
    top: 18%;
}
.circ_no span {
	display: block;
	font-size: 29px;
}

.point_mds {
	font-weight: 600;
	font-size: 20px;
	margin-top: 35px;
	line-height: 1.3;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 2px #FFFFFF;
}
span.btxt01 {font-size: 150%;}
span.btxt02 {font-size: 130%;}

.ptxt {
	font-size: 18px;
	text-align: left;
}


@media print, screen and (min-width: 521px) {

#sec01 {margin-top: 70px;}
.sec_mds {font-size: 33px;}
	
.point3 {
	justify-content: space-between;
	margin-top: 70px;
}
.point_box {width: 31.5%;}
.point_mds {font-size: 23px;}
	

}@media print, screen and (min-width: 961px) {

.point_box {padding: 20px 30px 30px;}

span.btxt01 {margin-left: 2px;}	



}



/* Section 02
--------------------------------*/
#sec02 {
	margin-top: 20px;
	padding: 55px 0 30px;
	background-color: #f7f8e5;
}
#sec02 .mds_txt {background-color: #f7f8e5;}

.toha_area {margin-top: 35px;}
.toha_box {
	background-color: #FFFFFF;
	padding: 30px 25px;
	border-radius: 20px;
	margin-bottom: 30px;
}

.toha_title_set {
	position: relative;
	z-index: 2;
	line-height: 1.5;
	text-shadow: 
       2px  2px 1px rgba(255,255,255,0.6),
      -2px  2px 1px rgba(255,255,255,0.6),
       2px -2px 1px rgba(255,255,255,0.6),
      -2px -2px 1px rgba(255,255,255,0.6),
       2px  0px 1px rgba(255,255,255,0.6),
       0px  2px 1px rgba(255,255,255,0.6),
      -2px  0px 1px rgba(255,255,255,0.6),
       0px -2px 1px rgba(255,255,255,0.6); 
}
.toha_title_set::before {
    content: "";
    background-image: url(img/heart.webp);
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 58px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    top: -8px;
    left: -30px;
}

.toha_title {
	color: #06a4bc;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 5px;
}
.toha_subtitle {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
}
.toha_txt {margin-bottom: 15px;}

.toha_box_R {text-align: center;}
.toha_box_R img {max-width: 75%;}



@media print, screen and (min-width: 521px) {
	
#sec02 {margin-top: 40px;}
	
.toha_area {margin-top: 50px;}
.toha_box {padding: 30px 35px;}
	
.toha_box_L {
	float: left;
	width: 64%;
}	

.toha_title_set::before {
    width: 68px;
    height: 79px;
    top: -8px;
    left: -30px;
}
.toha_title {font-size: 26px;}	
.toha_subtitle {font-size: 20px;}
.toha_txt {margin-bottom: 0;}

.toha_box_R {
	float: right;
	width: 32%;
}
.toha_box_R img {max-width: 100%;}


}@media print, screen and (min-width: 961px) {
	
#sec02 {padding: 45px 0 50px;}

.toha_box {padding: 30px 45px 30px 55px;}
	
.toha_box_L {width: 75%;}
.toha_box_R {width: 23%;}



}



/* Section 03
--------------------------------*/
#sec03 {
	padding: 55px 0;
	background-color: #e2f0f2;
}
#sec03 .mds_ico {margin-bottom: 8px;}
#sec03 .mds_txt {background-color: #e2f0f2;}

.mds_un_txt {
	font-weight: 600;
	font-size: 20px;
	margin: 17px 0 5px;
}
.mds_un_txt2 {
	font-weight: 500;
	font-size: 18px;
}

.setsu_sho_area {margin-top: 35px;}
.whiteBox {
	background-color: #FFFFFF;
	padding: 20px 15px;
	border-radius: 20px;
	box-sizing: border-box;
}
table.setsu_sho {border: none;}
table.setsu_sho td {
	padding: 7px;
	border-bottom: solid 1px #8ebec5;
}
table.setsu_sho tr:last-child td {border-bottom: none;}
table.setsu_sho tr td:first-child {min-width: 72px;}
table.setsu_sho tr td:nth-child(2) {border-left: solid 1px #8ebec5;}

.nnm {display: none;}

.setsu_sho_R {
	background-image: url("img/setsu_img_01.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 230px;
	margin-top: 25px;
}

.swipe_img {
	text-align: center;
	margin: 30px 0 -20px;
}
.schedule_img {
	text-align: center;
	margin-top: 30px;
	overflow-x: scroll;
}
.schedule_img img {
	width: auto;
	height: 500px;
	max-width: initial;
}

.setsu_sho_oyk_area {margin-top: 25px;}

.setsu_sho_oyk_mds {
	font-weight: 600;
	font-size: 5.4vw;
}
.setsu_sho_b, .setsu_sho_p {
	text-align: center;
	margin-bottom: 25px;
}
.setsu_sho_b .setsu_sho_oyk_mds {color: #06a4bc;}
.setsu_sho_p .setsu_sho_oyk_mds {color: #f77f93;}

.setsu_sho_oyk_mds2 {
	font-weight: 600;
	color: #464646;
	margin-top: 5px;
	font-size: 4.3vw;
}

.setsu_sho_oyk-list {
	padding: 15px;
	margin-top: 15px;
	text-align: left;
}
.setsu_sho_b .setsu_sho_oyk-list {background-color: #ceebef;}
.setsu_sho_p .setsu_sho_oyk-list {background-color: #ffdfe4;}

.setsu_sho_oyk-list ul {
	margin: 0;
	padding-left: 5px;
}
.setsu_sho_oyk-list ul li {
	list-style: none;
	text-indent: -0.6em;
	padding-left: 0.6em;
}
.setsu_sho_oyk-list ul li::before {
	content: "●";
	color: #4a4a4a;
    font-size: 8px;
    position: relative;
    top: -4px;
    margin-right: 4px;
	mix-blend-mode: color-burn;
}


@media print, screen and (min-width: 521px) {

.mds_un_txt {font-size: 24px;}
.mds_un_txt2 {font-size: 20px;}	


.whiteBox {padding: 25px 20px;}
	
.swipe_img {display: none;}
	
.schedule_img {
	text-align: center;
	overflow-x: hidden;
}
.schedule_img img {
	width: auto;
	height: auto;
	max-width: 100%;
}
	
	
.setsu_sho_L {
	float: left;
	width: 69%;
	box-sizing: border-box;
}
table.setsu_sho tr td:first-child {min-width: 80px;}

.nnm {display: inline;}
.setsu_sho_R {
	float: right;
	width: 28%;
	height: 270px;
	margin-top: 0;
}
.schedule_img img {margin: 10px 0;}

.setsu_sho_oyk_area {justify-content: space-between;}

.setsu_sho_b, .setsu_sho_p {width: 48%;}
.setsu_sho_oyk_mds {font-size: 23px;}
.setsu_sho_oyk_mds2 {font-size: 19px;}

	
}@media print, screen and (min-width: 961px) {

table.setsu_sho td {padding: 8px 20px;}
.schedule_img img {margin: 20px 0;}
	
.setsu_sho_oyk_mds2 {font-size: 20px;}
.setsu_sho_oyk-list {padding: 15px 25px;}


}




/* Section 04
--------------------------------*/
#sec04 {padding: 55px 0 40px;}
#sec04 .mds_txt {background-color: #ffffff;}

.vice_area {
	justify-content: space-between;
	margin-top: 35px;
}
.voice_set {
	border: solid 2px #61becc;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.parent_img {text-align: center;}
.parent_img img {width: 75px;}

.voice_txt {
	font-weight: 600;
	font-size: 105%;
	line-height: 1.5;
	margin-top: 15px;
}
.voice_txt span {color: #009ab1;}


@media print, screen and (min-width: 521px) {
	
#sec04 {padding: 55px 0;}

.vice_area {margin-top: 50px;}
.voice_set {
	width: 47%;
	padding: 25px 20px;
}
.voice_txt {font-size: 19px;}

	
}@media print, screen and (min-width: 961px) {

.voice_set {width: 23.5%;}
.parent_img img {width: auto;}	
	
	
	
}




/* Section 05
--------------------------------*/
#sec05 {
	padding: 55px 0;
	margin-top: 10px;
	background-color: #f7f8e5;
}
#sec05 .mds_txt {background-color: #f7f8e5;}

#sec05 .syuuki {}

.syuuki {
	text-align: center;
	margin-top: 50px;
}
.pc-disp {display: none;}
.sptab-disp {}


.accordion_box {
	background-color: #FFFFFF;
	border: solid 5px rgba(94,189,204,0.75);
	box-sizing: border-box;
	padding: 20px 20px 40px;
	border-radius: 20px;
	margin-top: 15px;
	position: relative;
}

.coener_img {
	background-image: url("img/corner_bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
}
.cnimg-01 {
	top: 10px;
	left: 10px;
}
.cnimg-02 {
	top: 10px;
	right: 10px;
	transform: rotate(90deg);
}
.cnimg-03 {
	bottom: 10px;
	left: 10px;
	transform: rotate(-90deg);
}
.cnimg-04 {
	bottom: 10px;
	right: 10px;
	transform: rotate(180deg);
}


.accordion-title {
	position: relative;
	cursor: pointer;
	padding: 10px 33px 10px 0;
	border-bottom:  solid 3px #cbcbcb;
	font-weight: 600;
	font-size: 17px;
	text-indent: -2.1em;
    padding-left: 2.1em;
	color: #4c4c4c;
}

.accordion-title::before {
	content: "";
	background-image: url("img/q_ico.webp");
	width: 30px;
	height: 30px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 8px;
}
/* 矢印 */
.accordion-title::after {
	border-right: solid 2px #3E3E3E;
	border-top: solid 2px #3E3E3E;
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	right: 10px;
	top: 38%;
	transform: rotate(135deg);
	transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.accordion-title.open {color: #0b99bd;}
.accordion-title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

.accordion-content {
	display: none;
	padding: 10px;
}
.accordion-content .ans_txt {
	font-size: 16px;
	font-weight: 600;
	margin-top: 10px;
	color: #2e7c16;
}
.accordion-content .ans_txt::before {
	content: "A";
	background-color: #64b076;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 500;
    border-radius: 50%;
    line-height: 1;
    padding: 3px 8px 5px;
    margin-right: 5px;
    display: inline-block;
}
.accordion-content .ans_txt_sub {
	font-size: 16px;
	padding: 15px 0;
	position: relative;
}


@media print, screen and (min-width: 521px) {
	
#sec05 {padding: 45px 0 80px;}

.syuuki {margin-top: 70px;}

.accordion_box {padding: 20px 35px 40px;}
.coener_img {
	width: 45px;
	height: 45px;
}

.accordion-title {
	font-size: 20px;
	padding: 13px 35px 13px 2em;
}
.accordion-title::before {
	width: 40px;
	height: 40px;
    top: 12px;
    margin-right: 12px;
}
.accordion-title::after {
	right: 20px;
	width: 15px;
	height: 15px;
}

.accordion-content .ans_txt {font-size: 17px;}
.accordion-content .ans_txt::before {
	font-size: 18px;
	padding: 5px 10px 7px;
}

	

}@media print, screen and (min-width: 961px) {
	
.pc-disp {display: inline;}
.sptab-disp {display: none;}	
	
.accordion_box {padding: 30px 45px 45px;}	
.accordion-title {padding: 5px 35px 13px 3em;}
	
.accordion-content {padding: 10px 25px;}
.accordion-content .ans_txt {font-size: 18px;}
	
	
}


/* Section 06
--------------------------------*/
#sec06 {
	padding: 55px 0;
	background-color: #e2f0f2;
}
#sec06 .mds_ico {margin-bottom: 8px;}
#sec06 .mds_txt {background-color: #e2f0f2;}

.mds_un_txt3 {
	margin-top: 20px;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.5;
}

.form_wrap {margin-top: 35px;}
.hissuchuuki {
	text-align: center;
	margin-bottom: 30px;
}
.form_wrap table {border-top: dotted 1px #b5b5b5;}
.form_wrap table th, .form_wrap table td {display: block;}
.form_wrap table th {
	line-height: 1.5;
	background-color: #ececec;
}

.radio_td .inblo {margin-right: 8px;}

sup {
	color: #DD0003;
	font-size: 12px;
}
.p-postal-code {
	width: 100px!important;
	margin-bottom: 5px;
}
span.kiyaku_txt {
	display: block;
	font-size: 16px;
}

.form_btn_area {
	margin: 50px 0 30px;
	text-align: center;
}
.form_wrap input[type="submit"] {
	max-width: 270px;
	margin: 0 auto;
	border: none;
	background-color: #06a4bc;
	color: #FFFFFF;
	font-size: 17px;
	border-radius: 10px;
}
textarea.kiyaku_tarea {margin-bottom: 10px;}


@media print, screen and (min-width: 521px) {

.mds_un_txt3 {font-size: 20px;}
	
.form_wrap {margin: 35px 0 30px;}
.form_wrap table {
	max-width: 600px;
	margin:  0 auto;
}
.form_wrap table th, .form_wrap table td {display: table-cell;}
.form_wrap table th {background-color: transparent;}



}@media print, screen and (min-width: 961px) {

.form_wrap table {max-width: 650px;}


}



/* Section 07
--------------------------------*/
#sec07 {padding: 45px 0;}
#sec07 .mds_txt {background-color: #ffffff;}

.insta_btn {margin-top: 35px;}
.insta_btn img {max-width: 60%;}

.insta_post_list {margin-top: 30px;}
.insta_post_list div {
	width: 48%;
	display: inline-block;
	box-sizing: border-box;
	border: solid 1px #A8A8A8;
	margin-bottom: 25px;
}
.insta_post_list div:nth-child(odd) {margin-right: 2%;}


@media print, screen and (min-width: 521px) {

.insta_post_list div {
	margin-right: 2%;
	width: 23%;
}
.insta_post_list div:nth-of-type(4n) {margin-right: 0;}

	
}@media print, screen and (min-width: 961px) {

	
}




/* footarea
--------------------------------*/
#footarea {
	color: #FFFFFF;
	background-color: #06a4bc;
	padding-top: 65px;
	text-align: center;
	margin-top: 50px;
}


.foot_name {
	font-size: 26px;
	font-weight: 700;
}
.foot_tel {
	font-weight: 500;
    font-size: 24px;
}
.foot_tel span {
	position: relative;
	left: -13px;
}
.foot_tel span::before {
	content: url("img/tel_ico.webp");
	position: relative;
	margin-right: 5px;
    top: 4px;
}
.foot_link {
	font-weight: 500;
	margin-top: 35px;
}
.foot_link span {
	margin: 0 10px 5px;
	display: inline-block;
}
.foot_link a {color: #FFFFFF;}
.foot_copy {
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}
.foot_line {
	background-color: #6dc9d8;
	height: 20px;
	margin-top: 30px;
}


@media print, screen and (min-width: 521px) {

#footarea {margin-top: 70px;}
	
.foot_copy {margin-top: 5px;}

	
}@media print, screen and (min-width: 961px) {

#footarea {margin-top: 100px;}

	
}




/* 追従
--------------------------------*/
.tsuijuu_box {
	background-color: rgba(255,255,255,0.9);
	font-weight: 500;
	border-top: solid 2px #83c7d1;
	box-sizing: border-box;
	padding: 8px 10px 14px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5;
}
.tui_L, .tui_R {
	text-align: center;
	line-height: 1.2;
}
.tui_L {
	float: left;
	width: 38%;
	position: relative;
}
.tui_L .hdk_B {font-size: 24px;}
.tui_L .yub {
	font-size: 12px;
	margin-left: 4px;
}

.tui_R {
	float: right;
	width: 62%;
}
.tui_R span.tsuijuu_btn {
	background-color: #06a4bc;
	padding: 10px;
	color: #FFFFFF;
	border-radius: 6px;
	font-size: 15px;
	display: inline-block;
	margin-top: 5px;
	min-width: 82%;
	position: relative;
}
.tui_R span.triangle {
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 6px;
	right: 6px;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;

}


@media print, screen and (min-width: 521px) {

.tsuijuu_inner {
	max-width: 560px;
	margin: 0 auto;
}
.tui_L {width: 49%;}
.tui_L::before {
	content: "";
    background-image: url(img/heart.webp);
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 46px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    top: 0;
    left: 0;
}

.tui_L .hdk_B {
	font-size: 36px;
	margin-left: 5px;
}
.tui_L .yub {
	font-size: 15px;
	margin-left: 4px;
}

.tui_R {width: 51%;}
.tui_R span.tsuijuu_btn {
	padding: 10px 20px;
	font-size: 19px;
	min-width: 70%;
}



}@media print, screen and (min-width: 961px) {

.tsuijuu_box {
	border: solid 2px #83c7d1;
	border-radius: 8px;
	padding: 20px 15px 25px;
	width: 340px;
	right: 12px;
	bottom: 30px;
	box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.25);
}

.tui_L, .tui_R {
	float: none;
	width: 100%;
}
.tui_L {
	font-size: 20px;
	border-bottom: dotted 3px #9E9E9E;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
	
.tui_L {font-size: 22px;}
.tui_L .hdk_B {font-size: 36px;}
.tui_L .yub {font-size: 15px;}
.tui_R span.tsuijuu_btn {font-size: 20px;}


.floating {bottom: 30px!important;}


}



/* Thanksページ
--------------------------------*/
#lower_main {margin-top: 50px;}

.thanks_box {
	text-align: center;
	margin-top: 80px;
}
.bigtxt {
	text-align: center;
	font-weight: 700;
	font-size: 50px;
	color: #c6dee1;
	line-height: 1;
}

.thanks_box h1 {font-size: 22px;}
.thanks_setu {
	margin: 20px 0;
	text-align: left;
	border-top: dotted 4px #c3c3c3;
	padding-top: 20px
}

.toplink {
	text-align: center;
	margin-top: 70px;
}
.toplink a {
	color: #2487bb;
    text-decoration: underline;
}

.minisankaku {
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 13px solid #06A4BC;
	border-right: 0;
	display: inline-block;
	margin-right: 2px;
}


@media print, screen and (min-width: 521px) {
	
.thanks_box {margin-top: 100px;}

.bigtxt {font-size: 100px;}
.thanks_box h1 {font-size: 27px;}
	
.thanks_setu {text-align: center;}

	
}@media print, screen and (min-width: 961px) {


}








/* アニメーション
--------------------------------*/

/* ふわふわ
---------------------*/
.huwahuwa {
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}	




/*============================================
ハンバーガーメニュー
=============*/
nav {
	display: block;
	position: fixed;
	top: 0;
	left: -300px;
	bottom: 0;
	width: 300px;
	background: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: 10;
	opacity: 0;
	font-size: 16px;
}
.open nav {
	left: 0;
	opacity: 1;
}
nav .inner {
	padding: 25px;
}
nav .inner ul {
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
	font-weight: 500;
}
nav .inner ul li {
	position: relative;
	margin: 0;
	border-bottom: 1px solid #333;
}
nav .inner ul .last_li {border-bottom: none;}

nav .inner ul li a {
	display: block;
	color: #333;
	padding: 1em 10px;
	text-decoration: none;
	transition-duration: 0.2s;
}
nav .inner ul li a:hover {background: #e4e4e4;}


.otiaws_btn {
	background-color: #06a4bc;
	color: #FFFFFF;
	font-weight: 500;
	margin: 30px auto;
	padding: 8px 15px;
	text-align: center;
	border-radius: 6px;
	position: relative;
}
.otiaws_btn span.triangle {
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    bottom: 6px;
    right: 6px;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.tel_info {
	text-align: center;
	font-weight: 500;
}
.tel_num {
	font-weight: 600;
	font-size: 24px;
}


/*============
.toggle_btn
=============*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	transition: all .5s;
	cursor: pointer;
	z-index: 10;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #333;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 4px;
}
.toggle_btn span:nth-child(2) {
	top: 14px;
}
.toggle_btn span:nth-child(3) {
	bottom: 4px;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	z-index: 9;
	cursor: pointer;
}


@media print, screen and (min-width: 961px) {

#navArea {display: none;}	


}



