@charset "UTF-8";

@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');


.form_input{
				position:relative;
				top:;
}

input[type='text']{
				font-size:18px;
    width:300px;
}

input[type='email']{
				font-size:18px;
       width:300px;
}

input[type='tel']{
				font-size:18px;
       width:300px;
}

input[type='submit']{
				font-size:18px;
				background-color:f4d5ff;
				border-radius:2px;
}


textarea{
				font-size:18;
    width:1000px;
    height:300px;
}



.invisible{
    display:none;
}

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:250px;
top:50px;
left: 0; 
opacity:1;
z-index:0;
min-width:1600px;
} 

li{
    list-style: none;
}

.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:30;
    height:40px;
    border-radius:0px;
    background:#00CCCC;
    z-index:10;
}

.top-line-box-before::before{
    content:"";
    position:absolute;
    top:px;
    right:0;
    width:30;
    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:30;
    height:40px;
    border-radius:0px;
    background:#00CCCC;
    z-index:10;
}

.top-line-box-after::after{
    content:"";
    position:absolute;
    top:px;
    right:0;
    width:30;
    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;
text-shadow:
0 1px 1px #9a7b4f,
0 1px 1px #9a7b4f,
1px 1px 1px #9a7b4f;
}

.logo img{
    width:300px;
}
.logo span:nth-child(1){
color:#65350f;
}

.logo span:nth-child(3){
color:#65350f;
}

.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;
}





#nav-content{
}

#ul {
	position:relative;
    font-size:18px;
    font-family:'Noto Serif JP', sans-serif;
	top:;
    padding-left:0px;
	padding-top:15px;
    padding-bottom:15px;
	list-style-type: none;
	background-color:#3EB4B6;
	display:flex;
	justify-content:center;
    letter-spacing:px;
	text-shadow:
	0 1px 1px #65350f;
}

#ul li
{
position:relative;
padding-left:20px;
padding-right:20px;
padding-bottom:0px;
text-align:center;
color:#65350f;
z-index:100;
background:;

}



#ul li:first-child
{
width:0;
display:none;
position:absolute;
}

#ul li:nth-child(6)
{
    letter-spacing: -2px;
    font-size:18px;
    padding-left: 0;
    padding-right:0;
    margin-left:20px;
    margin-right:20px;
    top:1px;
}

#ul li a {
	text-decoration:none;
	color:#FFF;
	z-index:100;
}

#ul li a.active {
	color: #ffffff;
	background-color: #0d6990;
}

#ul li a:hover:not(.active) {
	color: #ffffff; 
	opacity:0.5;
	background-color: #fff;
}

#nav-button{
}

#nav-button label{
display:none;
position:absolute;

}

#nav-button p{
 				display:none;
 					}
 
 
.nav-unshown { 
				display:none; 
				}
				
#nav-open { 
}

#before{
 } 
 
#after{
 } 

#before2{
 } 
 
#after2{
 } 




.pc-image img{
    position:absolute;
    top:-17;
    left:0;
    width:100%;
    height:250px;
    object-fit:cover;
    z-index:0;
}



.gaikan-font{
    position:relative;
    text-align:center;
    font-size:25px;
    margin:20px;
}

.gaikan-font img{
    width:50px;
    border:0;
}


.pc-image img{
    position:absolute;
    top:-17;
    left:0;
    width:100%;
    height:250px;
    object-fit:cover;
    z-index:0;
}


.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;
}



.midashi{
    border-left:1.5vw solid #8098ff;
    border-right:1.5vw solid #8098ff;
    font-size:20px;
    font-weight:300;
    width:300px;
    height:30px;
    border-radius:10px;
    margin-top:30px;
    margin-right:auto;
    margin-left:auto;
    text-align: center;
    font-family:'Noto Serif JP', sans-serif;
    background-color:rgba(0,100,200,0.2)
}


.pad-img img{
    width:50px;
    position:relative;
    top:30px;
}

.wrap-cont2 .invisible-mobile img{
    width:50px;
    position:relative;
    top:30px;
}


.spacer{
    height:50px;
}
			
.spacer1
{
				position:relative;
				height:240px;
				}

.header2
{
				position:relative;
				height:100px;
				}					


a{
text-decoration: none;		
}



#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;
}


#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; 
}


.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;
}



@charset "UTF-8";

@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');

.blind{
    display:none;
}

.invisible{
    display:none;
}

body{
font-family: 'Noto Sans JP', sans-serif;
font-size:;
color:#333;
margin:0;
width:100%;
min-width:1600px;
}



.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:30;
    height:40px;
    border-radius:0px;
    background:#00CCCC;
    z-index:10;
}

.top-line-box-before::before{
    content:"";
    position:absolute;
    top:px;
    right:0;
    width:30;
    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:30;
    height:40px;
    border-radius:0px;
    background:#00CCCC;
    z-index:10;
}

.top-line-box-after::after{
    content:"";
    position:absolute;
    top:px;
    right:0;
    width:30;
    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;
text-shadow:
0 1px 1px #9a7b4f,
0 1px 1px #9a7b4f,
1px 1px 1px #9a7b4f;
}

.logo img{
    width:300px;
}
.logo span:nth-child(1){
color:#65350f;
}

.logo span:nth-child(3){
color:#65350f;
}

.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;  
}



#nav-content{
}

#ul {
	position:relative;
    font-size:18px;
    font-family:'Noto Serif JP', sans-serif;
	top:;
    padding-left:0px;
	padding-top:15px;
    padding-bottom:15px;
	list-style-type: none;
	background-color:#3EB4B6;
	display:flex;
	justify-content:center;
    letter-spacing:px;
	text-shadow:
	0 1px 1px #65350f;
}

#ul li
{
position:relative;
padding-left:20px;
padding-right:20px;
padding-bottom:0px;
text-align:center;
color:#65350f;
z-index:100;
background:;

}



#ul li:first-child
{
width:0;
display:none;
position:absolute;
}

#ul li:nth-child(6)
{
    letter-spacing: -2px;
    font-size:18px;
    padding-left: 0;
    padding-right:0;
    margin-left:20px;
    margin-right:20px;
    top:1px;
}

#ul li a {
	text-decoration:none;
	color:#FFF;
	z-index:100;
}

#ul li a.active {
	color: #ffffff;
	background-color: #0d6990;
}

#ul li a:hover:not(.active) {
	color: #ffffff; 
	opacity:0.5;
	background-color: #fff;
}

#nav-button{
}

#nav-button label{
display:none;
position:absolute;

}

#nav-button p{
 				display:none;
 					}
 
 
.nav-unshown { 
				display:none; 
				}
				
#nav-open { 
}

#before{
 } 
 
#after{
 } 

#before2{
 } 
 
#after2{
 } 

.top-font{
   	position:relative;
    text-align:center;
    width:100%;
    top:;
    letter-spacing:4px;
    font-size:25px;
    background:#ddd;
    font:#ddd;
    height:px;
    font-family:'Noto Serif JP', sans-serif;
}

.top-font p{
    position:relative;
    text-align:center;
    top:80;
    font-size:30px;
    z-index:10;
    color:;
}


.gaikan-font{
    position:relative;
    text-align:center;
    font-size:25px;
    margin:20px;
}

.gaikan-font img{
    width:50px;
    border:0;
}


.pc-image img{
    position:absolute;
    top:-17;
    left:0;
    width:100%;
    height:250px;
    object-fit:cover;
    z-index:0;
}




.pad{
    position:relative;
    width:50px;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
    margin-bottom:20px;
    
}

.pad img{
    width:50px;
}

.intro-top{
    position:relative;
    width:230px;
    margin-top:150px;
    margin-right:auto;
    margin-left:auto;
    font-family:'Noto Serif JP', sans-serif;
    font-size:25px;
}

.flex-wrap{
    position:relative;
    width:900px;
    margin-left:auto;
    margin-right:auto;
    line-height: ;
    text-align:center;
    font-family:'Noto Serif JP', sans-serif;
}

.sentence p{
    line-height:;
}

.spacer{
    height:50px;
}
			
.spacer1
{
				position:relative;
				height:240px;
				}

.header2
{
				position:relative;
				height:100px;
				}					


a{
text-decoration: none;		
}

 				

a{
text-decoration: none;		
}



header, .wrap
{
height: 28vw;
}



#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; 
}

#no_content{
    width:1600px;
}

.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;
}