@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');


/* global
----------------------------------------------- */
body {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align : center ;
background: transparent;
	font-family: "Zen Maru Gothic", sans-serif;
}

img {
border:none;
}


.clear{
	clear: both;
	height:1px;
	overflow: hidden;
}

#page-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    font-size: 12px;
	z-index: 99;
	}
#page-top a {
	z-index: 99;
    background: #faed00;;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 3px 0;
    text-align: center;
    display: block;
    border: 2px solid #fff;
	}
#page-top a:hover {
	opacity: 0.7;
	}
	


*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.clear{
	width:100%;
	clear: both;
	height:1px;
	overflow: hidden;
}


@media only screen and (max-width: 480px) {






}/*//end  max-width: 480px ///////////////////////*/







@media only screen and (min-width: 481px) {
	
	

a:hover img{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  text-decoration: none;
  border: none;
	}


/* header
----------------------------------------------- */


.header {
width: 100%;
margin: 0 auto 0 auto;
padding: 21px 24px 21px 24px;
text-align: center;
border-top:0px solid #faed00;
border-bottom: 0px solid #333;
background: #fff;
display: flex;
justify-content: space-between;
}



.header-left {
background: transparent;
width: 450px;
padding: 0 0 0 0;
text-align: left;
}

.header-left h1{
	width:450px;
	padding: 0px 9px 9px 9px;
	margin: 0 0;
	line-height: 1;
  background: #fff;
}
.header-left h1 img{
	width:100%;
}

.header-right {
background: transparent;
width: 870px;
padding: 75px 0 0 0;
text-align: right;
background: transparent;
}





/* navi
----------------------------------------------- */
.navi-wrapper {
background: transparent;
width: 100%;
margin: auto;
padding: 0 0 0 0;
text-align: center;
border-bottom: 0px solid #70bbe9;
border-top: 0px solid #70bbe9;
}


.navi {
background: transparent;
width: 870px;
height:60px;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-align: center;
display: flex;
justify-content: space-between;
}

.navi a{
	display: block;
	width: 290px;
	height: 60px;
	border-left:0px solid #fff;
	text-decoration: none;
	font-size:16px;
	font-weight: 700;
	margin-left: 0px;
	padding: 15px 0 0 0;
	color:#000;
	border-radius: 3px;
	background-image: url(../i/head_menu_bg.png);
	background-size:60px 60px;
	background-repeat: no-repeat;
	background-position:center center;
	background-color: #fff;
}
.navi a:hover{
	opacity: 0.7;
}
.navi a.navi-last{
	border-right:0px solid #fff;
}








/* layout
----------------------------------------------- */


.content-wrapper {
width:960px;
margin: 0 auto 0 auto;
padding: 0 0px 45px 0px;
background: #ffffff;
text-align: left;
}


.content-head {
width:750px;
margin: 0 auto 60px auto;
padding: 0 0px 0 0px;
background: #ffffff;
text-align: left;
}







/* text
----------------------------------------------- */


    h2 {
	    width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 0px auto 60px auto;
        font-size:30px;
        color:#413320;
    }
    h2:before {
        content: "";
        flex-grow: 1;
        height: 3px; /* 線の太さを変えたいときはここを変える */
        background: #abe7fb; /* 線の色を変えたいときはここを変える */
        margin:0 0.5em 0 0; /* 文字と線の余白用 なくても良い */
        }
     h2:after {
        content: "";
        flex-grow: 1;
        height: 3px; /* 線の太さを変えたいときはここを変える */
        background: #abe7fb; /* 線の色を変えたいときはここを変える */
        margin:0 0 0 0.5em; /* 文字と線の余白用 なくても良い */
        }


	h3.page-h3{
		font-size:21px;
		padding: 0;
		margin-bottom: 30px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	h3.page-h3:before{
			    display: inline-block;
			    margin: 0 -30px 0 0px;
			    width: 54px;
			    height: 54px;
			    content: '';
			    border-radius: 100%;
			    background:#ffc6c6;;
	}
	
	
	


p {
font-size: 16px;
line-height: 2;
color: #333333 ;
font-style: normal;
line-height : 2; 
padding: 0 0 0 0;
margin: 0 0 0 0;
}

a {
color: #333333;
font-weight: normal;
}

a:hover {
color: #019de1;
}



#mobile-navi{
	display: none;
}




/* footer
----------------------------------------------- */
.footer {
width: 100%;
padding: 45px 0 60px 0;
margin: 32px 0 0 0;
clear: both;
text-align: center;
color: #333333 ;
border-top: 3px solid #f4ec4c;
  background:#abe7fb;
}


.footer-menu{
display: flex;
justify-content: center;
background: transparent ;
width:960px;
border-top:0px solid #dbc188;
margin: 0 auto 0px auto;
padding: 10px 0 32px 0 ;
text-align: center;
font-size:15px;
}

.footer-menu a{
	display:inline-block;
	margin: 0 12px 0 12px;
	color: #413320;
	border: none;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}

.footer-menu a:hover{
	opacity: 0.7;
}

.copyright{
width:960px;
background: transparent;
font-size:13px;
line-height: 2;
text-align:center;
padding: 0px 0 0px 0 ;
margin: 0 auto 0 auto;
	color: #413320;
	text-align: center;
}




.footer-icon{
	width: 100%;
	margin: 30px auto 30px auto;
	text-align: center;
	}

.footer-icon img{
	width: 100px;
	}



/* footer
----------------------------------------------- */

.to-inquiry{
	width: 100%;
	margin: 60px auto 30px auto;
}

.to-inquiry a{
	display: block;
	width: 360px;
	height: 75px;
	padding: 20px 0 0 0;
	margin: 0 auto 0 auto;
	background: #abe7fb;
	text-decoration: none;
	color:#413320;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	border-radius: 18px;
	border: 3px solid #f4ec4c;
}

.to-inquiry a:hover{
	opacity: 0.7;
}







}