@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Meow+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Emilys+Candy&family=Meow+Script&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti&family=Kaisei+Tokumin&display=swap');

/*　全体　*/
body{
font-family: 'Noto Sans JP', sans-serif;
font-size:;
color:#333;
margin:0;
width:100%;
min-width:1600px;
}


header 
{
position:absolute;
padding:0px; 
background-color:rgba(255,255,255,0) ;
width:100%;
height:;
top:50px;
left: 0; 
opacity:1;
z-index:0;
min-width:1600px;
} 

a{
    color:inherit;
    text-decoration: none;
}

a:visited{
    color:inherit;
    text-decoration: none;
}

a.active {
    color:inherit;
    text-decoration: none;
}

a:hover:not(.active) {
    color:inherit;
    text-decoration: none;
}

li{
    list-style:none;
}

/*　全体　終わり　*/

/*　ここから～レスポンシブブロック用ラップ　*/
.wrap_all{
    display:flex;
    justify-content: space-between;
    width:100%;
}

.left_block{
    width:600px;
    margin:auto;
}

.center_block{
    width:600px;
    margin:auto;
}

.right_block{
    width:600px;
    margin:auto;
}

/*　ここまで～レスポンシブブロック用ラップ　*/


/*ヘッダーーここから----------------------------------------------------*/

.spacer1
{
				position:relative;
				height:240px;
				}

.top-line{
    position:absolute;
    display:flex;
    justify-content: center;
    top:-50px;
    width:100%;
    height:15px;
    background: #abe8da;
    font-size:10px;
    color:#666;
    font-family:'Noto Serif JP', sans-serif;
}

.top-line-box{
    position:absolute;
    top:-45px;
    left: calc( 50% + 120px );
    width:250px;
    height:100px;
    border-radius:25px;
    background:#00CCCC;
    font:30px;
    color:#555;
    z-index:-10;
}

.top-line-box img{
    position:relative;
    top:50px;
    width:0px;
}

.top-line-box p{
    position:absolute;
    color:#fff;
    font-weight:;
    font-size:15px;
    left:50px;
    top:50px;
    width:100px;
}


.top-line-box-before{
    content:"";
    position:absolute;
    top:15px;
    left: calc( 50% + 90px );
    width:30px;
    height:40px;
    border-radius:0px;
    background:#00CCCC;
    z-index:10;
}

.top-line-box-before::before{
    content:"";
    position:absolute;
    top:px;
    right:0;
    width:30px;
    height:40px;
    border-radius:0px 20px 0px 0px; /* 左上、右上、右下、左下 */
    background:#fff;
    z-index:0;
}

.top-line-box-after{
    content:"";
    position:absolute;
    top:15px;
    left: calc( 50% + 370px );
    width:30px;
    height:40px;
    border-radius:0px;
    background:#00CCCC;
    z-index:10;
}

.top-line-box-after::after{
    content:"";
    position:absolute;
    top:px;
    right:0;
    width:30px;
    height:40px;
    border-radius:20px 0px 0px 0px; /* 左上、右上、右下、左下 */
    background:#fff;
    z-index:0;
}


.adjust{
    left:-80px;
    position:relative;
    display:flex;
    justify-content:center;
}

.sample{

}

.logo{
position:relative;
font-size:50px;
font-family:'Noto Serif JP', sans-serif;
top:10px;
left:15px;
z-index:5;
}

.logo img{
    width:300px;
}


.logo2
{
position:relative;
left:0;
top:-10px;
width:auto;
height:130px;
display:flex;
z-index:100;
}

.logo-back
{
	display:none;			
    position:relative;
    z-index:1;
}


.invisible-pc{
				display:none;
}

.invisible-mobile{
    font-family:'Noto Serif JP', sans-serif;
}

/* -----------------------------ヘッダーに位置するけどフッターの役割　ボタン類----------------------------------- */			

.tel{
    font-size:28px;
    color:#28A1A3;
    position:relative;
    top:23px;
    left:122px;
    height:;
    padding:;
    background:;
    text-align: center;
}

.tel img{
    position:relative;
    margin-top:;
    margin-right:5px;
    height:43px;
}

.wrap-tel{
    display:flex;
}

.tel p:nth-child(1){
    font-size:15px;
    letter-spacing: 0px;
}

.tel p{
    margin:3px;
    letter-spacing: 2px;
}



.tizu{
    font-size:28px;
    color:#fff;
    position:absolute;
    top:;
    left:;
    width:;
    padding:;
    text-shadow:0 0 2px #333;
    background:#abe8da;
    border-radius: 10px; 
    text-align: center;
    box-shadow:1px 1px 2px #333;
}

.tizu img{
    width:50px;
}

.tizu a
{
				color:#fff;
}


.time{
 display:none;  
}

.time a
{
display:none;  
}

/* -----------------------------ヘッダーに位置するけどフッターの役割　ボタン類----------------------------------- */			


/*ヘッダーここまで---------------------------------------------------*/

/*ヘッダーの下のやつ---------------------------------------------------*/

.top-font{
   	position:relative;
    text-align:center;
    width:100%;
    letter-spacing:4px;
    font-size:25px;
    background:rgba(100,100,100,0.5);
    font:#ddd;
    height:px;
    font-family:'Noto Serif JP', sans-serif;
}

.top-font p{
    position:relative;
    text-align:center;
    top:80px;
    height:200px;
    font-size:30px;
    z-index:10;
}

.pc-image{
    position:absolute;
    width:100%;
    top:0;
}

.pc-image img{
    position:absolute;
    top:-17px;
    left:0;
    width:100%;
    height:250px;
    object-fit:cover;
    z-index:;
}


.top-img-wrap{
    position:relative;
    top:100px;
    height:850px;
}

.top-img-midashi{
    display:none;
   position:relative;
    text-align:center;
    font-size:25px;
    margin:20px;
    font-family:'Noto Serif JP', sans-serif;
}

						
.invisible-pc{
				display:none;
}

.invisible-mobile{
    font-family:'Noto Serif JP', sans-serif;
}




/*フッターここから----------------------------------------------------*/

#wrap4{
				position:relative;
				padding:0px;
				left:0;
				width:100%;
				}				

.anicom
{
    position:relative;
    display:flex;
    justify-content: center;
    flex-flow:;
    align-items:center;
}

.anicom img{
    top:50px;
    padding-left:60px;
    padding-right:60px;
}

.invisible-pc-anicom{
    display:none;
}


#footer
{ 
				position:absolute;
				width:100%; 
				height:600px;
				top:350px;
				bottom:0;
				left:0;
				background:#00999f;
				opacity:0.9; 
				color:#fff;
				display:flex;
				justify-content:center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:300;
    font-size:15px;
				}

#footer_wrap .credit
{
    
    text-align:center;

}

#footer_wrap .credit img
{
    position:relative;
    width:280px;
    background-color:#fff;
    padding:10px;
    border-radius:10px;
 
}


#footer p{

				}

#footer_img_wrap_wrap{
    position:relative;
    width:50%;
    padding:10px;
    float:left;
}


#footer_img_wrap{
    position:relative;
    bottom:0;
    width:400px;
    background:#fff;
    padding:5px;
    border-radius:15px;
    border:double 5px #85CBCD; 
}

#footer_img_wrap img:nth-child(1){
    width:70px;
    position:relative;
    top:px;
    left:60px;
}

#footer_img_wrap img:nth-child(2){
    width:150px;
    position:relative;
    bottom:18px;
    left:80px;
}

#footer_img_wrap_right{
    float:left;
    padding:10px;
}

.footer_tel{
    display:none;
}

#footer_table{
    position:relative;
    width:600px;
    margin-top:35px;
    text-align:center;
}
#footer_table a{
    font-size:15px;
    color:#fff;
    text-decoration: underline;
}

#footer_table table{
    font-size:15px;
    border-spacing: 0;
}

#footer_table th {
    font-weight:300;
    color:white;
    font-size:13px;
    padding-top:px;
    padding-left:13px;
    padding-right:13px;
    padding-bottom:px;
    border:1px solid #fff;
    background: #00b0b0;
}

#footer_table td {
    padding:3px;
    font-size: 12px;
    color:#008080;
    text-align: center;
    border-bottom:2px solid #85CBCD;
    background:white;
}


#footer_table td:nth-child(1) {
color:#666;
    padding-left:8px;
    padding-right:8px;
}


#menu{
    clear:both;
    text-align: center;
}

#menu ul{
display:inline-flex;
}

#menu ul li{
    width:110px;
    padding-left:5px;
    padding-right:5px;
    border-left:solid 1px;
}

.line{
    border-right:solid 1px;
}

#menu ul a{
color:#fff;
    list-style: none;
}

#gmap {
position: relative;
width:50%;
height:210px;
top:0px;
padding:0;
    text-align: center;
}

#gmap iframe{
position:;
width:420px; 
height:200px;
}

#center{
    position:relative;
    height:15px;
}

#copyright{
    position:relative;
    width:100%;
    text-align:center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:12px;
    color:#000; 
}


.spacer{
    height:50px;
}
	
.p2{
    display:initial;
    display:flex;
    justify-content: ;
}

.p3{
    text-align: center;
    text-decoration: underline;
}

.p3 a{
    text-decoration: none;
    color:#fff;
}

.p7{
    padding-top:20px;
    font-size:12px;
}

/*フッターここまで----------------------------------------------------*/

.spacer2
{
				position:relative;
				height:150px;
				}

.spacer3
{
				position:relative;
				height:48px;
				}


.header2
{
				position:relative;
				height:100px;
				}		

.header3
{
				position:relative;
				height:25px;
				}




/*質問ここから*/
.wrap_qu{
    font-weight:300;
    font-size:20px;
    width:600px;
    margin-top:30px;
    margin-left:auto;
    margin-right:auto;
}

.qu_title{
    font-weight:300;
    font-size:24px;
    margin-top:80px;
    border-radius:50px;
    background-color:rgba(10,52,235,0.2);
    padding:10px;
}

.qu_color{
    font-weight:600;
    font-size:24px;
    color:#7f7fff;
}

.arrow_c{
    position:;
    border: 0;
    border-top: solid 0.6vw #7f7fff;
    border-right: solid 0.6vw #7f7fff;
    display:inline-block;
    transform: rotate(45deg);
    top:2.3vw;
    left:57vw;
    width: 2vw;
    height: 2vw;
    margin-right:2vw
}

.plan{
    position:relative;
    margin-top:12px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius:12px;
    width:600px;
    background:rgba(200,200,200,0.3);
}

.plan ul{
    width:540px;
    margin-right:auto;
    margin-left:auto;
    padding:6px;
}


.plan ul li{
}

.bold{
    font-weight:500;
}