@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	COLOR: #553c25;
	FONT-SIZE:20px;
font-family:'Noto Sans JP', sans-serif;
	font-weight: 400;
	LINE-HEIGHT: 150%;
	text-align: center;
	background: #fff;
}

/*paddingとborderをwidthに含める*/
* {	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

#con{
    width:100%;
max-width: 2000px;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align: center;
}

/*page-top用*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height:0;
}

img{
	border:0;
}
@media screen and (max-width:1280px){
img{
max-width: 100%;
height: auto;
width :auto;
}
}

a:link,a:visited{
	outline:0;
	color:#fc659e;
    text-decoration: none;
}

a:hover{
	outline:0;
	color: #553c25;
    text-decoration: underline;
}

a:hover img {
opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

br.sp,br.spt,br.spt2,.nsp{
	display:inherit;
}
br.sm,br.smt,br.smm,br.smm2,br.spm,.nst,.nss,br.smm3{
	display:none;
}
@media only screen and (max-width: 1280px) {
br.sp,br.spm,br.smm,.smm,br.smm2,.nsp,.nss,.nsm,br.smm3{
	display:none;
}
br.spt,br.sm,br.smt,.nst{
	display:inherit;
}
}
@media only screen and (max-width: 640px) {
br.spt,br.smt,br.smm2,.nsp,.nst,.nsm,.nsm2,br.smm3{
	display:none;
}
br.spm,br.smm,.nss{
	display:inherit;
}
}
@media only screen and (max-width: 480px) {
br.spt,br.smt,.nsp,.nst,.nsm,br.spt2,br.smm3{
	display:none;
}
br.spm,br.smm,br.smm2,.nss{
	display:inherit;
}
}
@media only screen and (max-width: 414px) {
br.spt,br.smt,.nsp,.nst,.nsm,br.spt2{
	display:none;
}
br.spm,br.smm,br.smm2,.nss,br.smm3{
	display:inherit;
}
}

/*ヘッダ
--------------------------------------------------------------------------*/
header{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
background: url(image/menu-back2.png) no-repeat center bottom/100%;
text-align: left;
position: sticky;
top:0;
z-index: 9999;
}
header img{
margin: 30px 0 0 3%;
max-width: 20%;
}
@media only screen and (max-width: 1600px) {
header img{
margin: 30px 0 0 2%;
}
}
@media only screen and (max-width: 1440px) {
header img{
margin: 15px 0 0 2%;
}
}
@media only screen and (max-width: 1280px) {
header img{
margin: 15px 0 0 2%;
max-width: 25%;
}
}
@media only screen and (max-width: 1080px) {
header{
background: #fff;
}
}
@media only screen and (max-width: 835px) {
header img{
margin: 15px 0 0 2%;
max-width: 30%;
}
}
@media only screen and (max-width: 640px) {
header img{
margin: 15px 0 0 2%;
max-width: 40%;
}
}
@media only screen and (max-width: 480px) {
header img{
margin: 15px 0 0 2%;
max-width: 50%;
}
}
@media only screen and (max-width: 414px) {
header img{
margin: 15px 0 0 2%;
max-width: 60%;
}
}

#header-contact{
float: right;
width: 40%;
height: auto;
margin: 0;
padding: 0 2% 0 0;
text-align: right;
display: flex;
}
@media only screen and (max-width: 1600px) {
#header-contact{
padding: 0 1% 0 0;
}
}
#header-contact a:link,#header-contact a:visited{
display: block;
height: auto;
margin: 0 1%;
padding: 15px 0;
text-align: center;
background: #fc659e;
border-radius: 0 0 15px 15px;
flex: 1;
}
#header-contact a:hover{
background: #cdb59e;
}
header #header-contact img{
margin: 0;
max-width: 90%;
}
header #header-contact img.bno{
display: none;
}
@media only screen and (max-width: 1080px) {
#header-contact{
clear: both;
float: right;
width: 100%;
height: auto;
margin: 15px 0 0;
padding: 0;
text-align: center;
display: flex;
justify-content:center;
}
#header-contact a:link,#header-contact a:visited{
display: block;
height: auto;
margin: 0 0%;
padding: 15px 0 10px;
text-align: center;
background: #fff;
border-radius: 0;
border: 2px solid #fc659e;
flex: 1;
}
#header-contact a.bno2:link,#header-contact a.bno2:visited{
border-left: none;
border-right: 2px solid #fc659e;
border-top: 2px solid #fc659e;
border-bottom: 2px solid #fc659e;
}
header #header-contact img{
display: none;
float: none;
max-width: 50%;
margin: 0 25%;
padding: 0;
}
header #header-contact img.bno{
display: inherit;
}
}
@media only screen and (max-width: 640px) {
header #header-contact img{
display: none;
float: none;
max-width: 70%;
margin: 0 15%;
padding: 0;
}
}
@media only screen and (max-width: 480px) {
#header-contact a:link,#header-contact a:visited{
display: block;
height: auto;
margin: 0 0%;
padding: 10px 0 7px;
text-align: center;
background: #fff;
border-radius: 0;
border: 2px solid #fc659e;
flex: 1;
}
header #header-contact img{
display: none;
float: none;
max-width: 80%;
margin: 0 10%;
padding: 0;
}
}
@media only screen and (max-width: 414px) {
header #header-contact img{
display: none;
float: none;
max-width: 90%;
margin: 0 5%;
padding: 0;
}
}

menu{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 20px 0 0;
padding: 0;
}
menu ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
display: flex;

}
menu li{
list-style-type: none;
text-align: center;
line-height: 100%;
margin: 0;
padding: 0;
font-family: "Kaisei Opti", serif;
font-weight: 500;
font-size: 25px;
flex: 1;
}
menu li a:link,menu li a:visited{
display: block;
padding: 10px 0 50px;
color: #fc659e;
text-decoration: none;
}
menu li.m2 a:link,menu li.m2 a:visited{
color: #1d9975;
}
menu li.m3 a:link,menu li.m3 a:visited{
color: #9f59c8;
}
menu li.m4 a:link,menu li.m4 a:visited{
color: #fb9512;
}
menu li a:hover,menu li.m2 a:hover,menu li.m3 a:hover,menu li.m4 a:hover{
color: #553c25;
}
@media only screen and (max-width: 1600px) {
menu li{
font-size: 20px;
}
menu li a:link,menu li a:visited{
padding: 10px 0 40px;
}
}
@media only screen and (max-width: 1440px) {
menu li{
font-size: 17px;
}
menu li a:link,menu li a:visited{
padding: 5px 0 30px;
}
}

#menu-box {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
  padding:0;
}
#menu-box img{
display: none;
}
@media only screen and (max-width:1080px) {
#menu-box{
clear: both;
float: none;
width: 100%;
height: auto;
margin: 0;
padding: 0;
position: fixed;
top:0;
left:0;
z-index: 9999;
background: none;
}
#menu-box img{
display: inherit;
max-width: 50%;
}
menu{
clear: both;
float: left;
width: 100%;
height: auto;
height: 100vh;
margin: 0;
padding: 0;
text-align: center;
position: fixed;
top: 0;
background: rgba(255,255,255,1.0);
}
menu ul{
display:inherit;
clear: both;
float: left;
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
text-align: center;
background: none;
}
menu li {
  list-style-type: none;
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
  font-size: 25px;
  line-height: 150%;
  flex: auto;
  background: none;
}
menu li a:link,menu li a:visited{
float: none;
display: block;
text-decoration: none;
color: #fc659e;
padding: 15px 0 35px;
text-align: center;
line-height: 100%;
font-size: 25px;
font-weight:700;
background: url(image/m1s.png) no-repeat center bottom/100%;
}
menu li.m2 a:link,menu li.m2 a:visited{
color: #1d9975;
background: url(image/m2s.png) no-repeat center bottom/100%;
}
menu li.m3 a:link,menu li.m3 a:visited{
color: #9f59c8;
background: url(image/m3s.png) no-repeat center bottom/100%;
}
menu li.m4 a:link,menu li.m4 a:visited{
color: #fb9512;
background: url(image/m4s.png) no-repeat center bottom/100%;
}
@media only screen and (max-width: 480px) {
#menu-box img{
display: inherit;
max-width: 50%;
float: left;
margin: 15px 50% 40px 2%;
}
menu li a:link,menu li a:visited{
float: none;
display: block;
text-decoration: none;
color: #fc659e;
padding: 10px 0 30px;
text-align: center;
line-height: 100%;
font-size: 23px;
border-top:1px solid #fff;
font-weight:700;
background: url(image/m1s.png) no-repeat center bottom/110%;
}
menu li.m2 a:link,menu li.m2 a:visited{
color: #1d9975;
background: url(image/m2s.png) no-repeat center bottom/110%;
}
menu li.m3 a:link,menu li.m3 a:visited{
color: #9f59c8;
background: url(image/m3s.png) no-repeat center bottom/110%;
}
menu li.m4 a:link,menu li.m4 a:visited{
color: #fb9512;
background: url(image/m4s.png) no-repeat center bottom/110%;
}
}
@media only screen and (max-width: 414px) {
#menu-box img{
display: inherit;
max-width: 60%;
float: left;
margin: 15px 40% 40px 2%;
}
menu li a:link,menu li a:visited{
float: none;
display: block;
text-decoration: none;
color: #fc659e;
padding: 10px 0 30px;
text-align: center;
line-height: 100%;
font-size: 20px;
border-top:1px solid #fff;
font-weight:700;
background: url(image/m1s.png) no-repeat center bottom/110%;
}
menu li.m2 a:link,menu li.m2 a:visited{
color: #1d9975;
background: url(image/m2s.png) no-repeat center bottom/110%;
}
menu li.m3 a:link,menu li.m3 a:visited{
color: #9f59c8;
background: url(image/m3s.png) no-repeat center bottom/110%;
}
menu li.m4 a:link,menu li.m4 a:visited{
color: #fb9512;
background: url(image/m4s.png) no-repeat center bottom/110%;
}
}
menu li a:hover{
text-decoration: underline;
}

/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4{
float: right;
  position: fixed;/*ボタン内側の基点となるためrelativeを指定*/
  background:#fc659e;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
  top:10px;
  right:10px;
  z-index: 999;
  border: 2px solid #fff;
}
@media only screen and (max-width: 640px) {
.openbtn4{
float: right;
  position: fixed;/*ボタン内側の基点となるためrelativeを指定*/
  background:#fc659e;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
  top:5px;
  right:10px;
  z-index: 999;
  border: 2px solid #fff;
}
}
/*ボタン内側*/
.openbtn4 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
    border-radius: 5px;
  background: #fff;
    width: 45%;
  }
.openbtn4 span:nth-of-type(1) {
  top:11px; 
}
.openbtn4 span:nth-of-type(2) {
  top:17px;
}
.openbtn4 span:nth-of-type(3) {
  top:23px;
}
.openbtn4 span:nth-of-type(3)::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:0px;
left: 50%; /* ここを50%に変更 */
  transform: translateX(-50%); /* これを追加 */
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
.openbtn4 span:nth-of-type(3)::after {
  content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top:-4px;
left: 50%; /* ここを50%に変更 */
  transform: translateX(-50%); /* これを追加 */
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active span:nth-of-type(1) {
    top: 12px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn4.active span:nth-of-type(3){
    top: 24px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
  content:"Close";/*3つ目の要素のafterにClose表示を指定*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg) translateY(16px); /* ここを12pxに調整 */
  font-size: 0.8rem;
}
/*.doneクラスがついたヘッダー*/
.dnone {
display: none;
}
/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
.dnone.panelactive {
display: inherit;
}
}


#header-title{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 0 0;
padding: 100px 0 100px 14%;
text-align: left;
background: url(image/header-title-yuni.png) no-repeat 3% center,url(image/h1-back.png) no-repeat left top/100% 100%;
z-index: 2; /* 修正 */
position: relative;
}
@media only screen and (max-width: 1600px) {
#header-title{
margin: 30px 0 0;
padding: 100px 0 100px 16%;
background: url(image/header-title-yuni.png) no-repeat 3% center,url(image/h1-back.png) no-repeat left top/100% 100%;
}
}
@media only screen and (max-width: 1440px) {
#header-title{
margin: 30px 0 0;
padding: 90px 0 90px 16%;
background: url(image/header-title-yuni.png) no-repeat 3% center/10%,url(image/h1-back.png) no-repeat left top/110% 100%;
}
}
@media only screen and (max-width: 1280px) {
#header-title{
margin: 30px 0 0;
padding: 70px 0 90px 14%;
background: url(image/header-title-yuni.png) no-repeat 3% center/10%,url(image/h1-back.png) no-repeat left top/120% 100%;
}
}
@media only screen and (max-width: 1080px) {
#header-title{
margin: 30px 0 0;
padding: 70px 0 90px 12%;
background: url(image/header-title-yuni.png) no-repeat 1% center/10%,url(image/h1-back.png) no-repeat left top/130% 100%;
}
}
@media only screen and (max-width: 835px) {
#header-title{
margin: 30px 0 0;
padding:70px 0 70px 3%;
background: url(image/header-title-yuni.png) no-repeat 1% 60px/12%,url(image/h1-back-sm.png) no-repeat left top/100% 100%;
}
}
@media only screen and (max-width: 640px) {
#header-title{
margin: 20px 0 0;
padding:50px 0 60px 3%;
background: url(image/header-title-yuni.png) no-repeat 1% 50px/15%,url(image/h1-back-sm.png) no-repeat left top/130% 100%;
}
}
@media only screen and (max-width: 480px) {
#header-title{
margin: 20px 0 0;
padding:50px 0 40px 3%;
background: url(image/header-title-yuni.png) no-repeat 1% 50px/17%,url(image/h1-back-sm.png) no-repeat left top/170% 100%;
}
}

h1{
clear: both;
float: left;
width: 60%;
height: auto;
margin: 0 40% 0 0;
padding: 0 0 10px;
text-align: left;
font-family: "Kaisei Opti", serif;
font-weight: 700;
line-height: 120%;
font-size: 45px;
color: #fc4a8d;
border-bottom: 1px solid #fc4a8d;
}
@media only screen and (max-width: 1600px) {
h1{
width: 70%;
margin: 0 30% 0 0;
padding: 0 0 10px;
font-size: 45px;
}
}
@media only screen and (max-width: 1440px) {
h1{
width: 80%;
margin: 0 20% 0 0;
padding: 0 0 10px;
font-size: 40px;
}
}
@media only screen and (max-width: 1280px) {
h1{
width: 90%;
margin: 0 10% 0 0;
padding: 0 0 10px;
font-size: 35px;
}
}
@media only screen and (max-width: 1080px) {
h1{
width: 95%;
margin: 0 5% 0 0;
padding: 0 0 10px;
font-size: 30px;
}
}
@media only screen and (max-width: 835px) {
h1{
width: 95%;
margin: 0 5% 0 0%;
padding: 0 0 10px 15%;
font-size: 30px;
}
}
@media only screen and (max-width: 480px) {
h1{
width: 95%;
margin: 0 5% 0 0%;
padding: 0 0 10px 17%;
font-size: 28px;
}
}
@media only screen and (max-width: 414px) {
h1{
width: 95%;
margin: 0 5% 0 0%;
padding: 0 0 10px 17%;
font-size: 25px;
}
}

nav{
clear: both;
float: left;
width: 60%;
height: auto;
margin: 0 40% 0 0;
}
@media only screen and (max-width: 1600px) {
nav{
width: 70%;
margin: 0 30% 0 0;
}
}
@media only screen and (max-width: 1440px) {
nav{
width: 80%;
margin: 0 20% 0 0;
}
}
@media only screen and (max-width: 1280px) {
nav{
width: 90%;
margin: 0 10% 0 0;
}
}
@media only screen and (max-width: 1080px) {
nav{
width: 95%;
margin: 0 5% 0 0;
}
}

nav ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 20px 0 0;
padding: 0;
display: flex;
align-items: center;
border-left: 2px solid #fff;
}
nav li{
list-style-type: none;
font-size: 20px;
line-height: 100%;
flex: 1 0 auto;
text-align: center;
}
nav li a:link,nav li a:visited{
display: block;
color: #fff;
font-weight: 700;
padding: 10px 0;
text-align: center;
border-right: 2px solid #fff;
}
nav li a:hover{
color: #fc659e;
}
@media only screen and (max-width: 1280px) {
nav ul{
margin: 10px 0 0;
}
nav li{
font-size: 17px;
}
}
@media only screen and (max-width: 1080px) {
nav ul{
border-left: 1px solid #fff;
}
nav li a:link,nav li a:visited{
display: block;
color: #fff;
font-weight: 700;
padding: 5px 0;
text-align: center;
border-right: 1px solid #fff;
}
}
@media only screen and (max-width: 835px) {
nav ul{
border-left: none;
align-items: flex-start;
flex-wrap: wrap;
}
nav li{
flex: 1;
flex-basis:31.3%;
font-size: 20px;
}
nav li a:link,nav li a:visited{
display: block;
color: #fff;
font-weight: 700;
padding: 5px 0;
text-align: center;
border-right: none;
margin: 0 1% 15px;
}
}
@media only screen and (max-width: 480px) {
nav li{
font-size: 17px;
}
}
@media only screen and (max-width: 414px) {
nav li{
flex: 1;
flex-basis:48%;
font-size: 17px;
}
nav li a:link,nav li a:visited{
display: block;
color: #fff;
font-weight: 700;
padding: 5px 0;
text-align: center;
border-right: none;
margin: 0 1% 10px;
}
}

#photo{
float: left;
width: 100%;
height: auto;
margin: -100px 0 0;
padding: 0;
text-align: center;
z-index: 1;
position: relative;
}
@media only screen and (max-width: 1440px) {
#photo{
margin: -70px 0 0;
}
}
@media only screen and (max-width: 480px) {
#photo{
margin: -50px 0 0;
}
}
 
/*メイン
--------------------------------------------------------------------------*/
main{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

#about{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding-top: 170px;
padding-bottom: 30px;
scroll-margin-top: 160px;
background: url(image/about-back-l.png) no-repeat 1% 10px/5%,url(image/about-back-r.png) no-repeat 99% 10px/5%,url(image/about-title.png) no-repeat center top/200px;
}
@media only screen and (max-width: 1600px) {
#about{
padding-top: 150px;
padding-bottom: 30px;
scroll-margin-top: 140px;
background: url(image/about-back-l.png) no-repeat 1% 10px/5%,url(image/about-back-r.png) no-repeat 99% 10px/5%,url(image/about-title.png) no-repeat center top/180px;
}
}
@media only screen and (max-width: 1440px) {
#about{
padding-top: 130px;
padding-bottom: 30px;
scroll-margin-top: 120px;
background: url(image/about-back-l.png) no-repeat 1% 10px/6%,url(image/about-back-r.png) no-repeat 99% 10px/6%,url(image/about-title.png) no-repeat center top/160px;
}
}
@media only screen and (max-width: 1280px) {
#about{
padding-top: 120px;
padding-bottom: 30px;
scroll-margin-top: 120px;
background: url(image/about-back-l.png) no-repeat 1% 10px/6%,url(image/about-back-r.png) no-repeat 99% 10px/6%,url(image/about-title.png) no-repeat center top/150px;
}
}
@media only screen and (max-width: 1080px) {
#about{
padding-top: 110px;
padding-bottom: 0;
scroll-margin-top: 130px;
background: url(image/about-back-l.png) no-repeat 1% 10px/7%,url(image/about-back-r.png) no-repeat 99% 10px/7%,url(image/about-title.png) no-repeat center top/140px;
}
}
@media only screen and (max-width: 835px) {
#about{
padding-top: 100px;
padding-bottom: 0;
scroll-margin-top: 120px;
background: url(image/about-back-l.png) no-repeat 1% 10px/9%,url(image/about-back-r.png) no-repeat 99% 10px/9%,url(image/about-title.png) no-repeat center top/130px;
}
}
@media only screen and (max-width: 640px) {
#about{
padding-top: 90px;
padding-bottom: 0;
scroll-margin-top: 130px;
background: url(image/about-back-l.png) no-repeat 1% 10px/10%,url(image/about-back-r.png) no-repeat 99% 10px/10%,url(image/about-title.png) no-repeat center top/120px;
}
}
@media only screen and (max-width: 480px) {
#about{
padding-top: 85px;
padding-bottom: 15px;
scroll-margin-top: 120px;
background: url(image/about-back-l.png) no-repeat 1% 10px/12%,url(image/about-back-r.png) no-repeat 99% 10px/12%,url(image/about-title.png) no-repeat center top/110px;
}
}
@media only screen and (max-width: 414px) {
#about{
padding-top: 80px;
padding-bottom: 15px;
scroll-margin-top: 110px;
background: url(image/about-back-l.png) no-repeat 1% 10px/12%,url(image/about-back-r.png) no-repeat 99% 10px/12%,url(image/about-title.png) no-repeat center top/100px;
}
}

#about h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0 0 20px;
text-align: center;
font-family: "Kaisei Opti", serif;
font-weight: 700;
font-size: 50px;
line-height: 100%;
background: url(image/about-h2.png) no-repeat center bottom;
}
#about h2 span{
font-size: 40px;
}
#about h2 strong{
color: #ffc8cf;
font-size: 30px;
}
@media only screen and (max-width: 1080px) {
#about h2{
margin: 0 0 50px;
font-size: 45px;
}
#about h2 span{
font-size: 35px;
}
#about h2 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 835px) {
#about h2{
margin: 0 0 40px;
font-size: 40px;
}
#about h2 span{
font-size: 30px;
}
#about h2 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 640px) {
#about h2{
margin: 0 0 40px;
font-size: 35px;
background: url(image/about-h2.png) no-repeat center bottom/96%;
}
#about h2 span{
font-size: 25px;
}
#about h2 strong{
font-size: 20px;
}
}
@media only screen and (max-width: 414px) {
#about h2{
margin: 0 0 35px;
font-size: 30px;
}
}

#point{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 15%;
}
@media only screen and (max-width: 1600px) {
#point{
padding: 0 10%;
}
}
@media only screen and (max-width: 1440px) {
#point{
padding: 0 5%;
}
}

.point-left,.point-right{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 60px;
padding: 0;
}
@media only screen and (max-width: 835px) {
.point-left,.point-right{
margin: 0 0 30px;
}
}

.point-left img{
float: right;
max-width: 35%;
}
.point-text{
float: left;
text-align: left;
width: 65%;
padding: 0 3% 0 0;
}
.point-left .point-text img{
float: none;
max-width: 20%;
margin: 0 0 20px;
}
@media only screen and (max-width: 1280px) {
.point-left .point-text img{
max-width: 25%;
}
}
@media only screen and (max-width: 1080px) {
.point-left img{
float: right;
max-width: 40%;
}
.point-text{
float: left;
text-align: left;
width: 60%;
padding: 0 3% 0 0;
}
.point-left .point-text img{
max-width: 30%;
}
}
@media only screen and (max-width: 835px) {
.point-left img{
float: none;
max-width: 70%;
}
.point-text{
width: 100%;
margin: 20px 0 0;
padding: 0;
}
.point-left .point-text img{
max-width: 30%;
margin: 0 40% 0 30%;
}
}
@media only screen and (max-width: 640px) {
.point-left img{
max-width: 80%;
}
}
@media only screen and (max-width: 480px) {
.point-left img{
max-width: 90%;
}
.point-left .point-text img{
max-width: 40%;
margin: 0 35% 0 25%;
}
}
@media only screen and (max-width: 414px) {
.point-left .point-text img{
max-width:50%;
margin: 0 30% 0 20%;
}
}

.point-right img{
float: left;
max-width: 35%;
}
.point-right .point-text{
float: right;
text-align: left;
width: 65%;
padding: 0 0 0 3%;
}
.point-right .point-text img{
float: none;
max-width: 20%;
margin: 0 0 20px;
}
@media only screen and (max-width: 1280px) {
.point-right .point-text img{
max-width: 25%;
}
}
@media only screen and (max-width: 1080px) {
.point-right img{
float: left;
max-width: 40%;
}
.point-right .point-text{
float: right;
text-align: left;
width: 60%;
padding: 0 0 0 3%;
}
.point-right .point-text img{
max-width: 30%;
}
}
@media only screen and (max-width: 835px) {
.point-right img{
float:none;
max-width: 70%;
}
.point-right .point-text{
float: right;
text-align: left;
width:100%;
margin: 20px 0 0;
padding: 0;
}
.point-right .point-text img{
max-width: 30%;
margin: 0 40% 0 30%;
}
}
@media only screen and (max-width: 640px) {
.point-right img{
max-width: 80%;
}
}
@media only screen and (max-width: 480px) {
.point-right img{
max-width: 90%;
}
.point-right .point-text img{
max-width: 40%;
margin: 0 35% 0 25%;
}
}
@media only screen and (max-width: 414px) {
.point-right .point-text img{
max-width:50%;
margin: 0 30% 0 20%;
}
}

#point p{
text-align: left;
font-size: 20px;
line-height: 200%;
margin: 0 0 40px;
}
@media only screen and (max-width: 1080px) {
#point p{
font-size: 17px;
margin: 0 0 35px;
}
}
@media only screen and (max-width: 480px) {
#point p{
font-size: 16px;
margin: 0 0 30px;
}
}

#info{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding-top: 130px;
padding-left:15%;
padding-right:15%;
padding-bottom: 80px;
scroll-margin-top: 160px;
background: url(image/info-title.png) no-repeat center top/150px,#fbf7f5;
}
@media only screen and (max-width: 1440px) {
#info{
padding-top: 90px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 130px;
background: url(image/info-title.png) no-repeat center top/140px,#fbf7f5;
}
}
@media only screen and (max-width: 1280px) {
#info{
padding-top: 80px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 130px;
background: url(image/info-title.png) no-repeat center top/130px,#fbf7f5;
}
}
@media only screen and (max-width: 1080px) {
#info{
padding-top: 70px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 150px;
background: url(image/info-title.png) no-repeat center top/120px,#fbf7f5;
}
}
@media only screen and (max-width: 835px) {
#info{
padding-top: 70px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 130px;
background: url(image/info-title.png) no-repeat center top/110px,#fbf7f5;
}
}
@media only screen and (max-width: 640px) {
#info{
padding-top: 60px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 140px;
background: url(image/info-title.png) no-repeat center top/100px,#fbf7f5;
}
}
@media only screen and (max-width: 480px) {
#info{
padding-top: 55px;
padding-left:5%;
padding-right:5%;
padding-bottom: 40px;
scroll-margin-top: 120px;
background: url(image/info-title.png) no-repeat center top/90px,#fbf7f5;
}
}
@media only screen and (max-width: 414px) {
#info{
padding-top: 50px;
padding-left:5%;
padding-right:5%;
padding-bottom: 40px;
scroll-margin-top: 120px;
background: url(image/info-title.png) no-repeat center top/80px,#fbf7f5;
}
}

#info h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 80px;
padding: 0 0 20px;
text-align: center;
font-family: "Kaisei Opti", serif;
font-weight: 700;
font-size: 50px;
line-height: 100%;
background: url(image/about-h2.png) no-repeat center bottom;
}
#info h2 strong{
color: #ffc8cf;
font-size: 30px;
}
@media only screen and (max-width: 1440px) {
#info h2{
font-size: 45px;
}
}
@media only screen and (max-width: 1280px) {
#info h2{
font-size: 40px;
}
}
@media only screen and (max-width: 1080px) {
#info h2{
font-size: 35px;
}
#info h2 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 835px) {
#info h2{
margin: 0 0 40px;
font-size: 30px;
}
}
@media only screen and (max-width: 640px) {
#info h2{
background: url(image/about-h2.png) no-repeat center bottom/96%;
}
#info h2 strong{
font-size: 20px;
}
}

#info-text{
clear: both;
float: left;
width: 45%;
height: auto;
margin: 0;
padding: 0 5% 0 0;
}
@media only screen and (max-width: 1080px) {
#info-text{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0;
}
}

#info-text dl{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
#info-text dt{
clear: both;
float: left;
width: 25%;
height: auto;
margin: 0 0 20px;
padding: 0 0 20px;
text-align: left;
font-size: 17px;
line-height: 120%;
border-bottom:5px solid #fff;
}
#info-text dd{
float: left;
width:75%;
height: auto;
margin: 0 0 20px;
padding: 0 0 20px 2%;
text-align: left;
font-size: 17px;
line-height: 120%;
border-bottom:5px solid #fff;
}
@media only screen and (max-width: 1280px) {
#info-text dt{
clear: both;
float: left;
width: 25%;
height: auto;
margin: 0 0 20px;
padding: 0 0 20px;
text-align: left;
font-size: 15px;
line-height: 120%;
border-bottom:5px solid #fff;
}
#info-text dd{
float: left;
width:75%;
height: auto;
margin: 0 0 20px;
padding: 0 0 20px 2%;
text-align: left;
font-size: 15px;
line-height: 120%;
border-bottom:5px solid #fff;
}
}
@media only screen and (max-width: 480px) {
#info-text dt{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 10px;
padding: 0;
text-align: left;
font-size: 15px;
line-height: 120%;
border-bottom:none;
font-weight: 700;
}
#info-text dd{
float: left;
width:100%;
height: auto;
margin: 0 0 15px;
padding: 0 0 15px 0%;
text-align: left;
font-size: 15px;
line-height: 120%;
border-bottom:5px solid #fff;
}
}

#info-kinmu{
float: right;
width: 55%;
height: auto;
margin: 0;
padding: 0;
}
#info-kinmu p{
text-align: left;
font-size: 20px;
margin: 0 0 30px;
padding: 0 0 0 25px;
background: url(image/info-kinmu.png) no-repeat left center/16px;
}
@media only screen and (max-width: 1080px) {
#info-kinmu{
float: right;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
#info-kinmu p{
font-size: 17px;
margin: 0 0 10px;
padding: 0 0 0 25px;
background: url(image/info-kinmu.png) no-repeat left center/16px;
}
}

#info table{
width: 100%;
border-top: 1px solid #fc659e;
border-left: 1px solid #fc659e;
border-spacing: 0;
background: #fff;
}
#info th{
background: #fc659e;
color: #fff;
font-size: 17px;
line-height: 120%;
text-align: center;
padding: 10px 0;
border-right: 1px solid #fc659e;
border-bottom: 1px solid #fc659e;
}
#info th.t25{
width: 25%;
}
#info td{
text-align: center;
font-size: 17px;
line-height: 120%;
padding: 10px 0;
border-right: 1px solid #fc659e;
border-bottom: 1px solid #fc659e;
}
#info td.tl{
text-align: left;
padding: 0 0 0 5%;
}
@media only screen and (max-width: 1280px) {
#info th{
font-size: 15px;
}
#info td{
font-size: 15px;
}
}
@media only screen and (max-width: 480px) {
#info th{
font-size: 14px;
padding: 7px 0;
}
#info td{
padding: 7px 0;
font-size: 14px;
}
}
@media only screen and (max-width: 414px) {
#info th{
font-size: 13px;
padding: 7px 0;
}
#info td{
padding: 7px 0;
font-size: 13px;
}
#info td.tl{
text-align: left;
padding: 0 0 0 2%;
}
}

#map{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 50px 0 0;
padding: 0;
border: 10px solid #fff;
}
#map iframe{
width: 100%;
height: 400px;
}
@media only screen and (max-width: 480px) {
#map iframe{
width: 100%;
height: 300px;
}
}

#service{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding-top: 130px;
padding-left:15%;
padding-right:15%;
padding-bottom: 100px;
scroll-margin-top: 160px;
background: url(image/service-title.png) no-repeat center top/150px;
}
@media only screen and (max-width: 1440px) {
#service{
padding-top: 110px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 160px;
background: url(image/service-title.png) no-repeat center top/140px;
}
}
@media only screen and (max-width: 1280px) {
#service{
padding-top: 100px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 130px;
background: url(image/service-title.png) no-repeat center top/130px;
}
}
@media only screen and (max-width: 1080px) {
#service{
padding-top: 90px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 150px;
background: url(image/service-title.png) no-repeat center top/120px;
}
}
@media only screen and (max-width: 835px) {
#service{
padding-top: 90px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 130px;
background: url(image/service-title.png) no-repeat center top/110px;
}
}
@media only screen and (max-width: 640px) {
#service{
padding-top: 80px;
padding-left:5%;
padding-right:5%;
padding-bottom: 20px;
scroll-margin-top: 140px;
background: url(image/service-title.png) no-repeat center top/100px;
}
}
@media only screen and (max-width: 480px) {
#service{
padding-top: 70px;
padding-left:5%;
padding-right:5%;
padding-bottom: 20px;
scroll-margin-top: 120px;
background: url(image/service-title.png) no-repeat center top/90px;
}
}
@media only screen and (max-width: 414px) {
#service{
padding-top: 60px;
padding-left:5%;
padding-right:5%;
padding-bottom: 20px;
scroll-margin-top: 120px;
background: url(image/service-title.png) no-repeat center top/80px;
}
}

#service h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 80px;
padding: 0 0 20px;
text-align: center;
font-family: "Kaisei Opti", serif;
font-weight: 700;
font-size: 50px;
line-height: 100%;
background: url(image/about-h2.png) no-repeat center bottom;
}
#service h2 strong{
color: #ffc8cf;
font-size: 30px;
}
@media only screen and (max-width: 1440px) {
#service h2{
font-size: 45px;
}
}
@media only screen and (max-width: 1280px) {
#service h2{
font-size: 40px;
}
}
@media only screen and (max-width: 1080px) {
#service h2{
font-size: 35px;
}
#service h2 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 835px) {
#service h2{
font-size: 30px;
margin: 0 0 40px;
}
}
@media only screen and (max-width: 640px) {
#service h2{
font-size: 30px;
margin: 0 0 40px;
background: url(image/about-h2.png) no-repeat center bottom/96%;
}
#service h2 strong{
font-size: 20px;
}
}

#service-box{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
display: flex;
}
.service-area{
flex: 1;
margin: 0 3%;
text-align: left;
}
@media only screen and (max-width: 640px) {
#service-box{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
display: inherit;
}
.service-area{
flex: 1;
margin: 0 0 50px;
text-align: left;
}
}

#service p{
text-align: left;
line-height: 200%;
font-size: 20px;
margin: 0;
}
#service img{
max-width: 20%;
margin: 0 0 20px;
}
@media only screen and (max-width: 1080px) {
#service p{
text-align: left;
line-height: 200%;
font-size: 17px;
margin: 0;
}
}
@media only screen and (max-width: 835px) {
#service img{
max-width: 25%;
margin: 0 0 20px;
}
}
@media only screen and (max-width: 640px) {
#service img{
max-width: 15%;
margin: 0 0 10px;
}
}
@media only screen and (max-width: 480px) {
#service p{
font-size: 16px;
}
}
@media only screen and (max-width: 414px) {
#service img{
max-width: 20%;
margin: 0 0 10px;
}
}

#how{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding-top: 130px;
padding-left:15%;
padding-right:15%;
padding-bottom: 80px;
scroll-margin-top: 160px;
background: url(image/how-title.png) no-repeat center top/150px,#fbf7f5;
}
@media only screen and (max-width: 1600px) {
#how{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding-top: 130px;
padding-left:10%;
padding-right:10%;
padding-bottom: 80px;
scroll-margin-top: 160px;
background: url(image/how-title.png) no-repeat center top/150px,#fbf7f5;
}
}
@media only screen and (max-width: 1440px) {
#how{
padding-top: 110px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 130px;
background: url(image/how-title.png) no-repeat center top/140px,#fbf7f5;
}
}
@media only screen and (max-width: 1280px) {
#how{
padding-top: 100px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 130px;
background: url(image/how-title.png) no-repeat center top/130px,#fbf7f5;
}
}
@media only screen and (max-width: 1080px) {
#how{
padding-top: 90px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 140px;
background: url(image/how-title.png) no-repeat center top/120px,#fbf7f5;
}
}
@media only screen and (max-width: 835px) {
#how{
padding-top: 85px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 130px;
background: url(image/how-title.png) no-repeat center top/110px,#fbf7f5;
}
}
@media only screen and (max-width: 640px) {
#how{
padding-top: 80px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 130px;
background: url(image/how-title.png) no-repeat center top/100px,#fbf7f5;
}
}
@media only screen and (max-width: 480px) {
#how{
padding-top: 70px;
padding-left:5%;
padding-right:5%;
padding-bottom: 50px;
scroll-margin-top: 120px;
background: url(image/how-title.png) no-repeat center top/90px,#fbf7f5;
}
}
@media only screen and (max-width: 414px) {
#how{
padding-top: 60px;
padding-left:5%;
padding-right:5%;
padding-bottom: 50px;
scroll-margin-top: 120px;
background: url(image/how-title.png) no-repeat center top/80px,#fbf7f5;
}
}

#how h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 80px;
padding: 0 0 20px;
text-align: center;
font-family: "Kaisei Opti", serif;
font-weight: 700;
font-size: 50px;
line-height: 100%;
background: url(image/about-h2.png) no-repeat center bottom;
}
#how h2 strong{
color: #ffc8cf;
font-size: 30px;
}
@media only screen and (max-width: 1440px) {
#how h2{
font-size: 45px;
}
}
@media only screen and (max-width: 1280px) {
#how h2{
font-size: 40px;
}
}
@media only screen and (max-width: 1080px) {
#how h2{
font-size: 35px;
}
#how h2 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 835px) {
#how h2{
margin: 0 0 40px;
font-size: 30px;
}
}
@media only screen and (max-width: 640px) {
#how h2{
background: url(image/about-h2.png) no-repeat center bottom/96%;
}
#how h2 strong{
font-size: 20px;
}
}

#how-flow{
clear: both;
float: left;
width: 48%;
height: auto;
margin: 0 1%;
padding: 0 1% 15px;
background: url(image/flow-time-r.png) no-repeat 98% 50px/6%,url(image/flow-time-l.png) no-repeat 2% 40px/10%,#fff;
border: 1px solid #ffc8cf;
}
#how-flow img{
max-width: 50%;
margin: -25px 0 60px;
}
@media only screen and (max-width: 1280px) {
#how-flow img{
max-width:60%;
margin: -25px 0 60px;
}
}
@media only screen and (max-width: 1080px) {
#how-flow{
background: url(image/flow-time-r.png) no-repeat 98% 40px/7%,url(image/flow-time-l.png) no-repeat 2% 30px/11%,#fff;
border: 1px solid #ffc8cf;
}
#how-flow img{
max-width:70%;
margin: -25px 0 50px;
}
}
@media only screen and (max-width: 835px) {
#how-flow{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0 1% 15px;
background: url(image/flow-time-r.png) no-repeat 98% 40px/5%,url(image/flow-time-l.png) no-repeat 2% 30px/8%,#fff;
border: 1px solid #ffc8cf;
}
#how-flow img{
max-width:50%;
margin: -25px 0 40px;
}
}
@media only screen and (max-width: 640px) {
#how-flow{
margin: 0 0 50px;
background: url(image/flow-time-r.png) no-repeat 98% 30px/6%,url(image/flow-time-l.png) no-repeat 2% 25px/9%,#fff;
border: 1px solid #ffc8cf;
}
}
@media only screen and (max-width: 480px) {
#how-flow{
margin: 0 0 50px;
background: url(image/flow-time-r.png) no-repeat 98% 25px/8%,url(image/flow-time-l.png) no-repeat 2% 25px/11%,#fff;
border: 1px solid #ffc8cf;
}
#how-flow img{
max-width:60%;
margin: -25px 0 40px;
}
}
@media only screen and (max-width: 414px) {
#how-flow img{
max-width:70%;
margin: -25px 0 40px;
}
}

#how-flow p{
text-align: left;
font-size: 15px;
margin: 0;
}
@media only screen and (max-width: 1080px) {
#how-flow p{
font-size: 14px;
}
}

.how-time,.how-time2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 10px;
background: #f8f3ed;
display: flex;
}
.how-time2{
background: none;
}
@media only screen and (max-width: 480px) {
.how-time,.how-time2{
padding: 10px 5px;
}
}
#how-flow .how-time p,#how-flow .how-time2 p{
float: left;
font-size: 15px;
line-height: 120%;
margin: 0;
text-align: left;
}
#how-flow .how-time p strong,#how-flow .how-time2 p strong{
font-weight: 600;
}
#how-flow .how-time p.item2,#how-flow .how-time2 p.item2{
color: #fc659e;
font-weight: 500;
}
@media only screen and (max-width: 1080px) {
#how-flow .how-time p,#how-flow .how-time2 p{
float: left;
font-size: 14px;
line-height: 120%;
margin: 0;
text-align: left;
}
}

.item1{
flex-basis: 10%;
}
.item2{
flex-basis: 20%;
}
@media only screen and (max-width: 1280px) {
.item1{
flex-basis: 15%;
}
.item2{
flex-basis: 25%;
}
.item4{
flex-basis: 60%;
}
}
@media only screen and (max-width: 1080px) {
.item1{
flex-basis: 15%;
}
.item2{
flex-basis: 30%;
}
.item4{
flex-basis:55%;
}
}

#how-event{
float: left;
width: 48%;
height: auto;
margin: 0 1%;
padding: 0 1% 15px;
background: url(image/event-r.png) no-repeat 98% 50px/10%,url(image/event-l.png) no-repeat 2% 40px/11%,#fff;
border: 1px solid #ffc8cf;
}
#how-event img{
max-width: 50%;
margin: -25px 0 60px;
}
@media only screen and (max-width: 1280px) {
#how-event img{
max-width: 60%;
margin: -25px 0 60px;
}
}
@media only screen and (max-width: 1080px) {
#how-event{
background: url(image/event-r.png) no-repeat 98% 30px/12%,url(image/event-l.png) no-repeat 2% 30px/13%,#fff;
border: 1px solid #ffc8cf;
}
#how-event img{
max-width: 70%;
margin: -25px 0 50px;
}
}
@media only screen and (max-width: 835px) {
#how-event{
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 1% 15px;
background: url(image/event-r.png) no-repeat 98% 30px/8%,url(image/event-l.png) no-repeat 2% 30px/9%,#fff;
border: 1px solid #ffc8cf;
}
#how-event img{
max-width: 50%;
margin: -25px 0 40px;
}
}
@media only screen and (max-width: 640px) {
#how-event{
background: url(image/event-r.png) no-repeat 98% 25px/9%,url(image/event-l.png) no-repeat 2% 20px/10%,#fff;
border: 1px solid #ffc8cf;
}
}
@media only screen and (max-width: 480px) {
#how-event{
background: url(image/event-r.png) no-repeat 98% 20px/11%,url(image/event-l.png) no-repeat 2% 10px/12%,#fff;
border: 1px solid #ffc8cf;
}
#how-event img{
max-width: 60%;
margin: -25px 0 40px;
}
}
@media only screen and (max-width: 414px) {
#how-event img{
max-width: 70%;
margin: -25px 0 40px;
}
}

.event-box,.event-box2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 10px;
background: #f8f3ed;
display: flex;
}
.event-box2{
background: none;
}

.event-box p,.event-box2 p{
float: left;
font-size: 15px;
line-height: 120%;
margin: 0;
text-align: left;
}
.event-box p strong,.event-box2 p strong{
font-weight: 600;
}
.item3{
flex-basis: 25%;
}
@media only screen and (max-width: 1080px) {
.event-box p,.event-box2 p{
float: left;
font-size: 14px;
line-height: 120%;
margin: 0;
text-align: left;
}
}

#public{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding-top: 130px;
padding-left:15%;
padding-right:15%;
padding-bottom: 100px;
scroll-margin-top: 160px;
background: url(image/public-title.png) no-repeat center top/150px;
}
@media only screen and (max-width: 1600px) {
#public{
padding-top: 130px;
padding-left:5%;
padding-right:5%;
padding-bottom: 100px;
scroll-margin-top: 160px;
background: url(image/public-title.png) no-repeat center top/150px;
}
}
@media only screen and (max-width: 1440px) {
#public{
padding-top: 110px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 130px;
background: url(image/public-title.png) no-repeat center top/140px;
}
}
@media only screen and (max-width: 1280px) {
#public{
padding-top: 100px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 120px;
background: url(image/public-title.png) no-repeat center top/130px;
}
}
@media only screen and (max-width: 1080px) {
#public{
padding-top:95px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 140px;
background: url(image/public-title.png) no-repeat center top/120px;
}
}
@media only screen and (max-width: 835px) {
#public{
padding-top:90px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 130px;
background: url(image/public-title.png) no-repeat center top/110px;
}
}
@media only screen and (max-width: 640px) {
#public{
padding-top:80px;
padding-left:5%;
padding-right:5%;
padding-bottom: 50px;
scroll-margin-top: 130px;
background: url(image/public-title.png) no-repeat center top/100px;
}
}
@media only screen and (max-width: 480px) {
#public{
padding-top:70px;
padding-left:5%;
padding-right:5%;
padding-bottom: 40px;
scroll-margin-top: 120px;
background: url(image/public-title.png) no-repeat center top/90px;
}
}
@media only screen and (max-width: 414px) {
#public{
padding-top:60px;
padding-left:5%;
padding-right:5%;
padding-bottom: 40px;
scroll-margin-top: 110px;
background: url(image/public-title.png) no-repeat center top/80px;
}
}

#public h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 80px;
padding: 0;
text-align: center;
font-family: "Kaisei Opti", serif;
font-weight: 700;
font-size: 30px;
line-height: 100%;
}
@media only screen and (max-width: 1280px) {
#public h2{
margin: 0 0 60px;
}
}
@media only screen and (max-width: 835px) {
#public h2{
margin: 0 0 40px;
}
}
@media only screen and (max-width: 640px) {
#public h2{
font-size: 25px;
}
}

#public-area{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

#public ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}

/*アコーディオン全体*/
.accordion-area{
clear: both;
float: left;
    list-style: none;
    width: 100%;
    margin:0 auto;
}

.accordion-area h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 15px;
padding: 0 0 10px;
text-align: left;
font-size: 20px;
line-height: 100%;
border-left:none;
text-indent: 2.5em;
font-weight: 500;
}
@media only screen and (max-width: 835px) {
.accordion-area h3{
margin: 0 0 15px;
padding: 0 0 10px;
font-size: 17px;
text-indent: 2.5em;
}
}
@media only screen and (max-width: 480px) {
.accordion-area h3{
margin: 0 0 5px;
padding: 0 0 5px;
font-size: 17px;
text-indent: 2.5em;
}
}

.accordion-area li{
    flex-basis:48%;
margin: 0 1% 30px;
padding: 20px 0% 0;
border: 1px solid #ffc8cf;
flex-grow: 0;
align-self:flex-start;
}
@media only screen and (max-width: 835px) {
.accordion-area li{
    flex-basis:100%;
margin: 0 0 30px;
padding: 20px 0% 0;
border: 1px solid #ffc8cf;
flex-grow: 0;
align-self:flex-start;
}
}
@media only screen and (max-width: 480px) {
.accordion-area li{
    flex-basis:100%;
margin: 0 0 15px;
padding: 10px 0% 0;
border: 1px solid #ffc8cf;
flex-grow: 0;
align-self:flex-start;
}
}

.accordion-area section {
clear: both;
margin: 0;
padding: 0 0 10px;
}
@media only screen and (max-width: 480px) {
.accordion-area section {
clear: both;
margin: 0;
padding: 0 0 0px;
}
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 0 3% 0 20px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #fc659e;
    }
.title::before{
    top:30%;
    left: 15px;
    transform: rotate(0deg);
    }
.title::after{    
    top:30%;
    left: 15px;
    transform: rotate(90deg);
}
@media only screen and (max-width: 835px) {
.title::before{
    top:30%;
    left: 15px;
    transform: rotate(0deg);
    }
.title::after{    
    top:30%;
    left: 15px;
    transform: rotate(90deg);
}
}

/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}
.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
	clear: both;
	width: 96%;
	height: auto;
  margin:0 2% 10px;
    padding: 0;
}
@media only screen and (max-width: 480px) {
.box {
    display: none;/*はじめは非表示*/
	clear: both;
	width: 96%;
	height: auto;
  margin:0 2% 0px;
    padding: 0;
}
}
.box p{
margin: 0 0 15px;
padding: 0 0 0 35px;
font-size: 15px;
line-height: 130%;
text-align: left;
background: url(image/pdf.png) no-repeat left 5px/25px;
}
.box p a:link,.box p a:visited{
font-size: 15px;
color: #553c25;
text-decoration: underline;
}
.box p a:hover{
color: #fc659e;
}
@media only screen and (max-width: 835px) {
.box p{
font-size: 14px;
}
}
@media only screen and (max-width: 640px) {
.box p{
font-size: 13px;
}
}

#kibo{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding-top: 130px;
padding-left:20%;
padding-right:20%;
padding-bottom: 80px;
scroll-margin-top: 170px;
background: url(image/kibo-title.png) no-repeat center top/150px,#f181ab;
}
@media only screen and (max-width: 1600px) {
#kibo{
padding-top: 130px;
padding-left:10%;
padding-right:10%;
padding-bottom: 80px;
scroll-margin-top: 170px;
background: url(image/kibo-title.png) no-repeat center top/150px,#f181ab;
}
}
@media only screen and (max-width: 1440px) {
#kibo{
padding-top: 110px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 120px;
background: url(image/kibo-title.png) no-repeat center top/140px,#f181ab;
}
}
@media only screen and (max-width: 1280px) {
#kibo{
padding-top: 100px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 115px;
background: url(image/kibo-title.png) no-repeat center top/130px,#f181ab;
}
}
@media only screen and (max-width: 1080px) {
#kibo{
padding-top: 90px;
padding-left:5%;
padding-right:5%;
padding-bottom: 70px;
scroll-margin-top: 140px;
background: url(image/kibo-title.png) no-repeat center top/120px,#f181ab;
}
}
@media only screen and (max-width: 835px) {
#kibo{
padding-top: 85px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 130px;
background: url(image/kibo-title.png) no-repeat center top/110px,#f181ab;
}
}
@media only screen and (max-width: 640px) {
#kibo{
padding-top: 80px;
padding-left:5%;
padding-right:5%;
padding-bottom: 50px;
scroll-margin-top: 130px;
background: url(image/kibo-title.png) no-repeat center top/100px,#f181ab;
}
}
@media only screen and (max-width: 480px) {
#kibo{
padding-top: 70px;
padding-left:5%;
padding-right:5%;
padding-bottom: 50px;
scroll-margin-top: 120px;
background: url(image/kibo-title.png) no-repeat center top/90px,#f181ab;
}
}
@media only screen and (max-width: 414px) {
#kibo{
padding-top: 60px;
padding-left:5%;
padding-right:5%;
padding-bottom: 40px;
scroll-margin-top: 120px;
background: url(image/kibo-title.png) no-repeat center top/80px,#f181ab;
}
}

#kibo h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 80px;
padding: 0;
text-align: center;
font-family: "Kaisei Opti", serif;
font-weight: 700;
font-size: 50px;
line-height: 100%;
color: #fff;
}
@media only screen and (max-width: 1440px) {
#kibo h2{
font-size: 45px;
}
}
@media only screen and (max-width: 1280px) {
#kibo h2{
font-size: 40px;
}
}
@media only screen and (max-width: 1080px) {
#kibo h2{
margin: 0 0 60px;
font-size:35px;
}
}
@media only screen and (max-width: 835px) {
#kibo h2{
margin: 0 0 50px;
font-size:30px;
}
}
@media only screen and (max-width: 640px) {
#kibo h2{
margin: 0 0 20px;
font-size:30px;
}
}

#kibo-area{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
display: flex;
}
.kibo-box{
flex-basis:48%;
margin: 0 1% 30px;
}
@media only screen and (max-width: 835px) {
#kibo-area{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
display:inherit;
}
.kibo-box{
flex-basis:100%;
margin: 0 0 30px;
}
}

.kibo-box p{
text-align: left;
color: #fff;
font-size: 25px;
line-height: 200%;
}
.kibo-box p span{
font-size: 17px;
}
.kibo-box p strong{
background: #fff;
border-radius: 10px;
margin: 0 5% 0 0;
padding: 15px 3%;
font-size: 35px;
font-weight: 500;
color: #fc659e;
}
@media only screen and (max-width: 1280px) {
.kibo-box p strong{
border-radius: 10px;
margin: 0 5% 0 0;
padding: 15px 3%;
font-size: 30px;
}
}
@media only screen and (max-width: 1080px) {
.kibo-box p{
text-align: left;
color: #fff;
font-size: 20px;
line-height: 200%;
}
.kibo-box p span{
font-size: 13px;
}
.kibo-box p strong{
border-radius: 10px;
margin: 0 5% 0 0;
padding: 15px 3%;
font-size: 25px;
}
}
@media only screen and (max-width: 835px) {
.kibo-box p strong{
border-radius: 10px;
margin: 0 3% 0 0;
padding: 7px 3% 10px;
font-size: 25px;
}
}
@media only screen and (max-width: 414px) {
.kibo-box p{
text-align: left;
color: #fff;
font-size: 16px;
line-height: 200%;
}
.kibo-box p strong{
border-radius: 10px;
margin: 0 3% 0 0;
padding: 7px 3% 10px;
font-size: 20px;
}
}

.kibo-contact{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 20px 2%;
background: #fff;
border-radius: 10px;
display: flex;
align-items: center;
align-content:center;
}
@media only screen and (max-width: 835px) {
.kibo-contact{
display: inherit;
align-items: center;
align-content:center;
}
}
@media only screen and (max-width: 640px) {
.kibo-contact{
padding: 20px 2% 0;
}
}
@media only screen and (max-width: 414px) {
.kibo-contact{
padding: 10px 2% 0;
}
}

.kibo-contact h4{
clear: both;
float: left;
width: 35%;
height: auto;
margin: 0;
padding: 0;
text-align:center;
color: #fc659e;
font-size: 35px;
font-weight: 500;
border-right:7px solid #ffc8cf;
align-self:stretch;
}
@media only screen and (max-width: 1280px) {
.kibo-contact h4{
font-size: 30px;
}
}
@media only screen and (max-width: 1080px) {
.kibo-contact h4{
font-size: 25px;
}
}
@media only screen and (max-width: 835px) {
.kibo-contact h4{
clear: both;
width: 100%;
border-right:none;
text-align: left;
margin: 0 0 20px;
padding: 0 0 10px;
border-bottom:5px solid #ffc8cf;
}
}
@media only screen and (max-width: 414px) {
.kibo-contact h4{
font-size: 20px;
}
}

.kibo-contact dl{
float: left;
width: 65%;
height: auto;
margin: 0;
padding: 0 0 0 3%;
}
.kibo-contact dt{
clear: both;
float: left;
wdith:50%;
height: auto;
margin: 0 0 20px;
padding: 0 5% 0 0;
text-align: left;
line-height: 100%;
font-size: 20px;
font-weight: 500;
}
.kibo-contact dd{
float: left;
width: 50%;
height: auto;
margin: 0 0 20px;
padding: 0;
text-align: left;
font-size: 20px;
line-height: 100%;
}
.kibo-contact dd.f30{
font-size: 30px;
}
@media only screen and (max-width: 835px) {
.kibo-contact dl{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
}
@media only screen and (max-width: 640px) {
.kibo-contact dl{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}
.kibo-contact dt{
clear: both;
float: left;
wdith:20%;
height: auto;
margin: 0;
padding: 0;
text-align: left;
line-height: 100%;
font-size: 20px;
font-weight: 500;
flex-basis:20%;
}
.kibo-contact dd{
float: left;
width: 80%;
height: auto;
margin: 0 0 20px;
padding: 0;
text-align: left;
font-size: 17px;
line-height: 100%;
flex-basis:80%;
}
.kibo-contact dd.f30{
font-size: 25px;
}
}
@media only screen and (max-width: 414px) {
.kibo-contact dt{
clear: both;
float: left;
wdith:25%;
height: auto;
margin: 0;
padding: 0;
text-align: left;
line-height: 100%;
font-size: 16px;
font-weight: 500;
flex-basis:20%;
}
.kibo-contact dd{
float: left;
width: 75%;
height: auto;
margin: 0 0 20px;
padding: 0;
text-align: left;
font-size: 16px;
line-height: 100%;
flex-basis:80%;
}
.kibo-contact dd.f30{
font-size: 20px;
}
}

#houmon{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 150px 0 0;
}
@media only screen and (max-width: 1440px) {
#houmon{
padding: 120px 0 0;
}
}
@media only screen and (max-width: 1080px) {
#houmon{
padding: 90px 0 0;
}
}
@media only screen and (max-width: 835px) {
#houmon{
padding: 70px 0 0;
}
}

#houmon p{
color: #335a6e;
text-align: left;
font-size: 20px;
line-height: 200%;
margin: 0 0 50px;
}
@media only screen and (max-width: 1080px) {
#houmon p{
font-size: 17px;
margin: 0 0 40px;
}
}
@media only screen and (max-width: 480px) {
#houmon p{
font-size: 16px;
margin: 0 0 35px;
}
}

#houmon-title{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 100px;
padding: 0;
background: url(image/houmon-title-r.png) no-repeat 90% bottom/25%,url(image/houmon-title-l.png) no-repeat 10% bottom/25%;
}
@media only screen and (max-width: 1440px) {
#houmon-title{
margin: 0 0 100px;
background: url(image/houmon-title-r.png) no-repeat 95% bottom/25%,url(image/houmon-title-l.png) no-repeat 5% bottom/25%;
}
}
@media only screen and (max-width: 1080px) {
#houmon-title{
margin: 0 0 50px;
background: url(image/houmon-title-r.png) no-repeat 95% bottom/25%,url(image/houmon-title-l.png) no-repeat 5% bottom/25%;
}
}
@media only screen and (max-width: 835px) {
#houmon-title{
margin: 0 0 100px;
background: url(image/houmon-title-r.png) no-repeat 95% bottom/35%,url(image/houmon-title-l.png) no-repeat 5% bottom/35%;
}
}
@media only screen and (max-width: 640px) {
#houmon-title{
margin: 0 0 70px;
padding: 0 0 50px;
background: url(image/houmon-title-r.png) no-repeat 95% bottom/45%,url(image/houmon-title-l.png) no-repeat 5% bottom/45%;
}
}
@media only screen and (max-width: 480px) {
#houmon-title{
margin: 0 0 70px;
padding: 0 0 50px;
background: none;
background: url(image/houmon-title-l.png) no-repeat center bottom/90%;
}
}

#houmon h2{
clear: both;
float: left;
width: 100%;
height: 400px;
margin: 0;
padding: 0;
text-align: center;
font-size: 50px;
color: #3998cb;
font-family: "Kaisei Opti", serif;
font-weight: 600;
line-height: 130%;
background: url(image/houmon-title.png) no-repeat center top/400px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
#houmon h2 span {
display: block; 
transform: translateY(-10%);
}
@media only screen and (max-width: 1440px) {
#houmon h2{
height: 370px;
font-size: 45px;
background: url(image/houmon-title.png) no-repeat center top/370px;
}
}
@media only screen and (max-width: 1280px) {
#houmon h2{
height: 340px;
font-size: 40px;
background: url(image/houmon-title.png) no-repeat center top/340px;
}
}
@media only screen and (max-width: 1080px) {
#houmon h2{
height: 310px;
font-size: 35px;
background: url(image/houmon-title.png) no-repeat center top/310px;
}
}
@media only screen and (max-width: 640px) {
#houmon h2{
height: 260px;
font-size: 30px;
line-height: 130%;
background: url(image/houmon-title.png) no-repeat center top/260px;
}
}

#houmon-info{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 10% 60px;
text-align: center;
}
@media only screen and (max-width: 1600px) {
#houmon-info{
padding: 0 5% 60px;
}
}
@media only screen and (max-width: 640px) {
#houmon-info{
padding: 0 5% 40px;
}
}
@media only screen and (max-width: 480px) {
#houmon-info{
padding: 0 5% 20px;
}
}

#houmon-info img{
max-width: 35%;
margin: 0 5% 0 0;
}
#houmon-info-text{
float: right;
width: 60%;
}
@media only screen and (max-width: 1440px) {
#houmon-info img{
max-width: 30%;
margin: 0 5% 0 0;
}
#houmon-info-text{
float: right;
width: 65%;
}
}
@media only screen and (max-width: 1080px) {
#houmon-info img{
max-width: 40%;
margin: 0 0 40px;
}
#houmon-info-text{
float: right;
width: 100%;
}
}
@media only screen and (max-width: 835px) {
#houmon-info img{
max-width: 50%;
}
}
@media only screen and (max-width: 640px) {
#houmon-info img{
max-width: 60%;
}
}
@media only screen and (max-width: 480px) {
#houmon-info img{
max-width: 70%;
}
}
@media only screen and (max-width: 414px) {
#houmon-info img{
max-width: 80%;
}
}

#houmon-info h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 0;
text-align: left;
line-height: 120%;
font-size: 30px;
color: #3998cb;
}
@media only screen and (max-width: 835px) {
#houmon-info h3{
font-size: 25px;
}
}
@media only screen and (max-width: 414px) {
#houmon-info h3{
font-size: 22px;
}
}

#houmon ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 40px;
padding: 40px 5% 30px;
background: url(image/houmon-ul.png) no-repeat 95% 20px/6%,#80c8ee;
border-radius: 15px;
}
#houmon ul li{
list-style-type: none;
color: #fff;
font-size: 20px;
line-height: 120%;
margin: 0 0 20px;
padding:6px 0 8px 45px;
text-align: left;
background: url(image/houmon-li.png) no-repeat left center/30px;
}
@media only screen and (max-width: 1600px) {
#houmon ul li{
font-size: 20px;
margin: 0 0 20px;
padding:6px 10% 8px 45px;
background: url(image/houmon-li.png) no-repeat left center/30px;
}
}
@media only screen and (max-width: 1280px) {
#houmon ul{
margin: 0 0 30px;
padding: 40px 5% 10px;
background: url(image/houmon-ul.png) no-repeat 95% 20px/7%,#80c8ee;
border-radius: 15px;
}
}
@media only screen and (max-width: 835px) {
#houmon ul{
margin: 0 0 30px;
padding: 40px 5% 20px;
background: url(image/houmon-ul.png) no-repeat 95% 20px/7%,#80c8ee;
border-radius: 15px;
}
}
@media only screen and (max-width: 640px) {
#houmon ul{
margin: 0 0 30px;
padding: 30px 5% 10px;
background: url(image/houmon-ul.png) no-repeat 95% 20px/7%,#80c8ee;
border-radius: 10px;
}
#houmon ul li{
font-size: 17px;
margin: 0 0 20px;
padding:6px 8% 8px 40px;
background: url(image/houmon-li.png) no-repeat left center/25px;
}
}

#houmon-mokuteki{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 100px 15% 40px 10%;
background: #eaf5fe;
}
@media only screen and (max-width: 1600px) {
#houmon-mokuteki{
padding: 100px 10% 40px 5%;
}
}
@media only screen and (max-width: 1440px) {
#houmon-mokuteki{
padding: 100px 5% 40px 1%;
}
}
@media only screen and (max-width: 1080px) {
#houmon-mokuteki{
padding: 80px 5% 40px 5%;
}
}
@media only screen and (max-width: 640px) {
#houmon-mokuteki{
padding: 50px 5% 20px 5%;
}
}

#houmon-mokuteki h3{
clear: both;
float: left;
width: 40%;
height: 350px;
margin: 0;
padding: 0;
text-align: center;
font-size: 40px;
color: #3998cb;
font-family: "Kaisei Opti", serif;
font-weight: 600;
line-height: 130%;
background: url(image/houmon-mokuteki.png) no-repeat center top/350px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
#houmon-mokuteki h3 strong{
color: #bdddf9;
font-size: 30px;
}
#houmon-mokuteki h3 span {
    display: block; 
    transform: translateY(-0%);
}
@media only screen and (max-width: 1440px) {
#houmon-mokuteki h3{
width: 35%;
height: 350px;
font-size: 40px;
background: url(image/houmon-mokuteki.png) no-repeat center top/350px;
}
}
@media only screen and (max-width: 1280px) {
#houmon-mokuteki h3{
width: 35%;
height: 300px;
font-size: 35px;
background: url(image/houmon-mokuteki.png) no-repeat center top/300px;
}
}
@media only screen and (max-width: 1080px) {
#houmon-mokuteki h3{
clear: both;
width:100%;
height: 300px;
font-size: 35px;
background: url(image/houmon-mokuteki.png) no-repeat center top/300px;
}
}
@media only screen and (max-width: 835px) {
#houmon-mokuteki h3{
height: 260px;
font-size: 30px;
background: url(image/houmon-mokuteki.png) no-repeat center top/260px;
}
#houmon-mokuteki h3 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 640px) {
#houmon-mokuteki h3{
height: 220px;
font-size: 30px;
background: url(image/houmon-mokuteki.png) no-repeat center top/220px;
}
}

#houmon-mokuteki-box{
float: right;
width: 60%;
}
@media only screen and (max-width: 1440px) {
#houmon-mokuteki-box{
float: right;
width: 65%;
}
}
@media only screen and (max-width: 1280px) {
#houmon-mokuteki-box{
float: right;
width: 65%;
padding: 0 0 0 3%;
}
}
@media only screen and (max-width: 1080px) {
#houmon-mokuteki-box{
clear: both;
float: right;
width: 100%;
padding: 0;
}
}

#houmon-mokuteki h4{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 20px 0 20px;
padding: 0;
text-align: left;
line-height: 120%;
font-size: 30px;
color: #3998cb;
}
@media only screen and (max-width: 1080px) {
#houmon-mokuteki h4{
margin: 20px 0 10px;
font-size:25px;
}
}
@media only screen and (max-width: 414px) {
#houmon-mokuteki h4{
margin: 20px 0 10px;
font-size:23px;
}
}

#houmon-support{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 100px 15% 80px 10%;
}
@media only screen and (max-width: 1600px) {
#houmon-support{
padding: 100px 10% 80px 5%;
}
}
@media only screen and (max-width: 1440px) {
#houmon-support{
padding: 100px 5% 80px 0%;
}
}
@media only screen and (max-width: 1080px) {
#houmon-support{
padding: 80px 5% 70px;
}
}
@media only screen and (max-width: 835px) {
#houmon-support{
padding: 60px 5% 40px;
}
}
@media only screen and (max-width: 480px) {
#houmon-support{
padding: 40px 5% 40px;
}
}

#houmon-support h3{
clear: both;
float: left;
width: 40%;
height: 350px;
margin: 0;
padding: 0;
text-align: center;
font-size: 40px;
color: #3998cb;
font-family: "Kaisei Opti", serif;
font-weight: 600;
line-height: 130%;
background: url(image/houmon-support.png) no-repeat center top/350px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
#houmon-support h3 strong{
color: #bdddf9;
font-size: 30px;
}
#houmon-support h3 span {
    display: block; 
    transform: translateY(-0%);
}
@media only screen and (max-width: 1440px) {
#houmon-support h3{
width: 35%;
}
}
@media only screen and (max-width: 1280px) {
#houmon-support h3{
width: 35%;
height: 300px;
font-size: 35px;
background: url(image/houmon-support.png) no-repeat center top/300px;
}
}
@media only screen and (max-width: 1080px) {
#houmon-support h3{
clear: both;
width: 100%;
height: 300px;
margin: 0 0 30px;
font-size: 35px;
background: url(image/houmon-support.png) no-repeat center top/300px;
}
}
@media only screen and (max-width: 835px) {
#houmon-support h3{
height: 260px;
font-size: 35px;
background: url(image/houmon-support.png) no-repeat center top/260px;
}
#houmon-support h3 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 640px) {
#houmon-support h3{
height: 220px;
font-size: 30px;
background: url(image/houmon-support.png) no-repeat center top/220px;
}
}

#houmon-support-box{
float: right;
width: 60%;
}
@media only screen and (max-width: 1440px) {
#houmon-support-box{
float: right;
width: 65%;
}
}
@media only screen and (max-width: 1080px) {
#houmon-support-box{
clear: both;
float: right;
width:100%;
}
}

#houmon-support-list{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 20px;
padding: 0;
display: flex;
}
@media only screen and (max-width: 640px) {
#houmon-support-list{
margin: 0 0 0px;
flex-wrap: wrap;
}
}

.houmon-list{
flex: 1;
flex-basis:46%;
margin: 0 2%;
border: 1px solid #3998cb;
padding: 0 3% 0px;
}
.houmon-list h4{
clear: both;
float: left;
width: 60%;
color: #fff;
font-size: 25px;
margin: 0 20% 20px;
padding: 10px 0 15px;
text-align: center;
line-height: 100%;
background: #80c8ee;
border-radius: 0 0 15px 15px;
font-weight: 500;
}
@media only screen and (max-width: 1280px) {
.houmon-list h4{
clear: both;
float: left;
width: 60%;
color: #fff;
font-size: 20px;
margin: 0 20% 20px;
padding: 10px 0 15px;
text-align: center;
line-height: 100%;
background: #80c8ee;
border-radius: 0 0 15px 15px;
font-weight: 500;
}
}
@media only screen and (max-width: 835px) {
.houmon-list h4{
clear: both;
float: left;
width: 60%;
color: #fff;
font-size: 20px;
margin: 0 20% 10px;
padding: 10px 0 15px;
text-align: center;
line-height: 100%;
background: #80c8ee;
border-radius: 0 0 15px 15px;
font-weight: 500;
}
#houmon .houmon-list p{
margin: 0 0 10px;
}
}
@media only screen and (max-width: 640px) {
.houmon-list{
flex: 1;
flex-basis:100%;
margin: 0 0 30px;
border: 1px solid #3998cb;
padding: 0 3% 0px;
}
}

#houmon-support h5{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 0 20px;
padding: 0;
text-align: left;
line-height: 120%;
font-size: 25px;
color: #3998cb;
}
@media only screen and (max-width: 1080px) {
#houmon-support h5{
font-size: 22px;
}
}
@media only screen and (max-width: 640px) {
#houmon-support h5{
margin: 10px 0 20px;
}
}
@media only screen and (max-width: 480px) {
#houmon-support h5{
font-size: 20px;
}
}

#houmon ol{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 0 0 5%;
}

#houmon ol li{
list-style-type: none;
font-size: 17px;
line-height: 120%;
margin: 0 0 15px;
padding: 0 0 0 25px;
text-align: left;
color: #335a6e;
background: url(image/houmon-ol.png) no-repeat left center/15px;
}
@media only screen and (max-width: 480px) {
#houmon ol li{
font-size: 16px;
padding: 0 0 0 20px;
background: url(image/houmon-ol.png) no-repeat left center/12px;
}
}

#houmon-kibo{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 90px 10% 60px;
background: #80c8ee;
}
@media only screen and (max-width: 1600px) {
#houmon-kibo{
padding: 90px 5% 60px;
}
}
@media only screen and (max-width: 1080px) {
#houmon-kibo{
padding: 70px 5% 10px;
}
}
@media only screen and (max-width: 640px) {
#houmon-kibo{
padding:50px 5% 10px;
}
}
@media only screen and (max-width: 480px) {
#houmon-kibo{
padding:50px 5% 0px;
}
}

#houmon-kibo h5{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
text-align: center;
line-height: 100%;
color: #fff;
font-size: 45px;
font-family: "Kaisei Opti", serif;
font-weight: 700;
}
@media only screen and (max-width: 1440px) {
#houmon-kibo h5{
font-size: 40px;
}
}
@media only screen and (max-width: 835px) {
#houmon-kibo h5{
font-size: 35px;
}
}
@media only screen and (max-width: 640px) {
#houmon-kibo h5{
font-size: 30px;
}
}

#houmon-step{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 30px 3% 30px 0;
background: #fff;
border-radius: 15px;
display: flex;
}
@media only screen and (max-width: 1080px) {
#houmon-step{
padding: 30px 3% 10px;
display: inherit;
}
}

#houmon-step h6{
clear: both;
float: left;
width: 25%;
height: auto;
margin: 0;
padding: 0;
text-align:center;
color: #3998cb;
font-size: 35px;
font-weight: 400;
border-right:7px solid #bdddf9;
align-self:stretch;
}
@media only screen and (max-width: 1440px) {
#houmon-step h6{
clear: both;
float: left;
width: 25%;
height: auto;
margin: 0;
padding: 0;
text-align:center;
color: #3998cb;
font-size: 30px;
font-weight: 400;
border-right:7px solid #bdddf9;
align-self:stretch;
}
}
@media only screen and (max-width: 1080px) {
#houmon-step h6{
width: 100%;
font-size: 30px;
margin: 0 0 30px;
padding: 0 0 10px;
border-right:none;
border-bottom:7px solid #bdddf9;
align-self:stretch;
}
}
@media only screen and (max-width: 835px) {
#houmon-step h6{
font-size: 25px;
border-bottom:6px solid #bdddf9;
}
}

#houmon-step-text{
float: right;
width: 75%;
margin: 0;
padding: 0 0 0 2%;
}
@media only screen and (max-width: 1080px) {
#houmon-step-text{
clear: both;
float: right;
width: 100%;
margin: 0;
padding: 0;
}
}

.houmon-step-box{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 15px;
padding: 0;
text-align: left;
}
@media only screen and (max-width: 480px) {
.houmon-step-box{
text-align: center;
padding: 0 0 20px;
background: url(image/houmon-step-ar.png) no-repeat center bottom;
}
.houmon-step-box2{
background: none;
padding: 0;
}
}

.houmon-step-box img{
max-width: 15%;
float: left;
margin: 0 0% 0 3%;
}
.houmon-step-box img.bno{
display: none;
}
#houmon .houmon-step-box p{
margin: 0 0 5px;
float: right;
width: 82%;
}
#houmon .houmon-step-box p.f-blue{
color: #3998cb;
font-size: 25px;
}
@media only screen and (max-width: 1440px) {
#houmon .houmon-step-box p{
font-size: 17px;
}
}
@media only screen and (max-width: 1280px) {
.houmon-step-box img{
max-width: 15%;
float: left;
margin: 0 3% 0 3%;
}
#houmon .houmon-step-box p{
font-size: 17px;
width: 79%;
}
}
@media only screen and (max-width: 835px) {
#houmon .houmon-step-box p{
font-size: 16px;
width: 79%;
}
}
@media only screen and (max-width: 640px) {
#houmon .houmon-step-box p{
font-size: 15px;
width: 79%;
}
}
@media only screen and (max-width: 480px) {
.houmon-step-box img{
display: none;
}
.houmon-step-box img.bno{
display: block;
max-width: 30%;
float: none;
margin: 0 35%;
}
.houmon-step-box img.bno3{
display:inherit;
max-width: 30%;
float: none;
margin: 0 35%;
}
#houmon .houmon-step-box p{
font-size: 15px;
width: 100%;
}
#houmon .houmon-step-box p.f-blue{
text-align: center;
}
}

#houmon-price{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 30px 3% 30px 0;
background: #fff;
border-radius: 15px;
display: flex;
}
@media only screen and (max-width: 1080px) {
#houmon-price{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 30px 3% 0px;
background: #fff;
border-radius: 15px;
display: inherit;
}
}

#houmon-price h6{
clear: both;
float: left;
width: 25%;
height: auto;
margin: 0;
padding: 0;
text-align:center;
color: #3998cb;
font-size: 35px;
font-weight: 400;
border-right:7px solid #bdddf9;
align-self:stretch;
}
#houmon-price-text{
float: right;
width: 75%;
margin: 0;
padding: 0 0 0 2%;
}
@media only screen and (max-width: 1440px) {
#houmon-price h6{
font-size: 30px;
}
#houmon #houmon-price p{
font-size: 17px;
}
}
@media only screen and (max-width: 1080px) {
#houmon-price h6{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 30px;
padding: 0 0 10px;
text-align:center;
color: #3998cb;
font-size: 30px;
font-weight: 400;
border-right:none;
border-bottom:7px solid #bdddf9;
align-self:stretch;
}
#houmon-price-text{
float: right;
width: 100%;
margin: 0;
padding: 0 0 0 2%;
}
}
@media only screen and (max-width: 640px) {
#houmon-price h6{
font-size: 25px;
border-bottom:6px solid #bdddf9;
}
#houmon #houmon-price p{
font-size: 16px;
}
}

#houmon-contact{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 30px 3% 30px 0;
background: #fff;
border-radius: 15px;
display: flex;
}
@media only screen and (max-width: 1080px) {
#houmon-contact{
padding: 30px 3% 0;
display:inherit;
}
}

#houmon-contact h6{
clear: both;
float: left;
width: 30%;
height: auto;
margin: 0;
padding: 0;
text-align:center;
color: #3998cb;
font-size: 35px;
font-weight: 400;
line-height: 120%;
border-right:7px solid #bdddf9;
align-self:stretch;
}
#houmon-contact dl{
float: left;
width: 70%;
height: auto;
margin: 0;
padding: 0 0 0 3%;
}
@media only screen and (max-width: 1440px) {
#houmon-contact h6{
width: 35%;
font-size: 30px;
}
#houmon-contact dl{
width: 65%;
}
}
@media only screen and (max-width: 1080px) {
#houmon-contact h6{
width: 100%;
font-size: 25px;
border-right:none;
border-bottom:7px solid #bdddf9;
padding: 0 0 10px;
margin: 0 0 30px;
}
#houmon-contact dl{
clear: both;
float: left;
margin: 0;
padding: 0;
width: 100%;
display: flex;
flex-wrap: wrap;
}
}
@media only screen and (max-width: 640px) {
#houmon-contact h6{
width: 100%;
font-size: 25px;
border-right:none;
border-bottom:6px solid #bdddf9;
padding: 0 0 10px;
margin: 0 0 30px;
}
}

#houmon-contact dt{
clear: both;
float: left;
wdith:50%;
height: auto;
margin: 0 0 20px;
padding: 0 5% 0 0;
text-align: left;
line-height: 100%;
font-size: 20px;
font-weight: 500;
color: #3998cb;
}
#houmon-contact dd{
float: left;
width: 50%;
height: auto;
margin: 0 0 20px;
padding: 0;
text-align: left;
font-size: 20px;
line-height: 100%;
color: #335a6e;
}
#houmon-contact dd.f30{
font-size: 30px;
}
@media only screen and (max-width: 1080px) {
#houmon-contact dt{
flex-basis:25%;
}
#houmon-contact dd.f30{
font-size: 25px;
}
#houmon-contact dd{
flex-basis:75%;
font-size: 17px;
}
}
@media only screen and (max-width: 414px) {
#houmon-contact dt{
flex-basis:30%;
}
#houmon-contact dd{
flex-basis:70%;
font-size: 16px;
}
}

.js-fadeUp {
  opacity: 0; 
  transform: translateY(50px);
  transition: opacity .8s, transform 1.2s; 
}
.js-fadeUp.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s; 
}

/*フッタ
--------------------------------------------------------------------------*/
#page-top{
	width:40px;
	height:40px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	color:#fff;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	background:#fc659e;
	transition:all 0.3s;
	color:#fff;
}
 
#page-top p:hover{
	background:#ffc8cf;
	color:#fff;
}
 
#move-page-top{
	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
