@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	COLOR: #275447;
	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:#1d9975;
    text-decoration: none;
}

a:hover{
	outline:0;
	color: #a6e3ae;
    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: #84cab7;
border-radius: 0 0 15px 15px;
flex: 1;
}
#header-contact a:hover{
background: #1d9975;
}
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 #1d9975;
flex: 1;
}
#header-contact a.bno2:link,#header-contact a.bno2:visited{
border-left: none;
border-right: 2px solid #1d9975;
border-top: 2px solid #1d9975;
border-bottom: 2px solid #1d9975;
}
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 #1d9975;
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:#1d9975;
  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:#1d9975;
  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-bell.png) no-repeat 8% center,url(image/h1-back-bell.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-bell.png) no-repeat 3% center,url(image/h1-back-bell.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-bell.png) no-repeat 4% center/6%,url(image/h1-back-bell.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-bell.png) no-repeat 4% center/6%,url(image/h1-back-bell.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-bell.png) no-repeat 2% center/7%,url(image/h1-back-bell.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-bell.png) no-repeat 2% 60px/8%,url(image/h1-back-sm-bell.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-bell.png) no-repeat 2% 50px/9%,url(image/h1-back-sm-bell.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-bell.png) no-repeat 2% 50px/10%,url(image/h1-back-sm-bell.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: #1d9975;
border-bottom: 1px solid #1d9975;
}
@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 9%;
font-size: 30px;
}
}
@media only screen and (max-width: 480px) {
h1{
width: 95%;
margin: 0 5% 0 0%;
padding: 0 0 10px 11%;
font-size: 28px;
}
}
@media only screen and (max-width: 414px) {
h1{
width: 95%;
margin: 0 5% 0 0%;
padding: 0 0 10px 12%;
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;
}
}
@media only screen and (max-width: 640px) {
nav{
width: 95%;
margin: 0 0% 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: 640px) {
nav li{
flex: 1;
flex-basis:31.3%;
font-size: 17px;
}
}
@media only screen and (max-width: 480px) {
nav li{
flex: 1;
flex-basis:48%;
font-size: 19px;
}
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;
}
}
@media only screen and (max-width: 414px) {
nav li{
font-size: 17px;
}
}


/*メイン
--------------------------------------------------------------------------*/
main{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}

#about{
clear: both;
float: left;
width: 100%;
height: auto;
margin: -80px 0 0;
padding-top: 170px;
padding-bottom: 30px;
scroll-margin-top: 160px;
background: url(image/about-back-l-bell.png) no-repeat left 80px/10%,url(image/about-back-r-bell.png) no-repeat 99% 60px/15%,url(image/about-title-bell.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-bell.png) no-repeat left 80px/10%,url(image/about-back-r-bell.png) no-repeat 99% 60px/15%,url(image/about-title-bell.png) no-repeat center top/180px;
}
}
@media only screen and (max-width: 1440px) {
#about{
margin: -70px 0 0;
padding-top: 130px;
padding-bottom: 30px;
scroll-margin-top: 120px;
background: url(image/about-back-l-bell.png) no-repeat left 80px/10%,url(image/about-back-r-bell.png) no-repeat 99% 60px/15%,url(image/about-title-bell.png) no-repeat center top/160px;
}
}
@media only screen and (max-width: 1280px) {
#about{
margin: -50px 0 0;
padding-top: 120px;
padding-right: 3%;
padding-bottom: 30px;
scroll-margin-top: 120px;
background: url(image/about-back-l-bell.png) no-repeat left 60px/12%,url(image/about-back-r-bell.png) no-repeat 99% 30px/17%,url(image/about-title-bell.png) no-repeat center top/150px;
}
}
@media only screen and (max-width: 1080px) {
#about{
margin: -30px 0 0;
padding-top: 110px;
padding-bottom: 0;
scroll-margin-top: 130px;
background: url(image/about-back-l-bell.png) no-repeat left 50px/15%,url(image/about-back-r-bell.png) no-repeat 99% 10px/19%,url(image/about-title-bell.png) no-repeat center top/140px;
}
}
@media only screen and (max-width: 835px) {
#about{
margin: -50px 0 0;
padding-top: 100px;
padding-bottom: 0;
scroll-margin-top: 120px;
background: url(image/about-back-l-bell.png) no-repeat left 50px/18%,url(image/about-back-r-bell.png) no-repeat 99% 30px/21%,url(image/about-title-bell.png) no-repeat center top/130px;
}
}
@media only screen and (max-width: 640px) {
#about{
margin: -30px 0 0;
padding-top: 90px;
padding-bottom: 0;
scroll-margin-top: 130px;
background: url(image/about-back-l-bell.png) no-repeat left 30px/20%,url(image/about-back-r-bell.png) no-repeat 99% 10px/22%,url(image/about-title-bell.png) no-repeat center top/120px;
}
}
@media only screen and (max-width: 480px) {
#about{
margin: -20px 0 0;
padding-top: 85px;
padding-bottom: 15px;
scroll-margin-top: 120px;
background: url(image/about-back-l-bell.png) no-repeat left 20px/22%,url(image/about-back-r-bell.png) no-repeat 99% 10px/25%,url(image/about-title-bell.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-bell.png) no-repeat left 20px/23%,url(image/about-back-r-bell.png) no-repeat 99% 10px/27%,url(image/about-title-bell.png) no-repeat center top/100px;
}
}

#about h2{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 30px 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-bell.png) no-repeat center bottom;
}
#about h2 span{
font-size: 40px;
}
#about h2 strong{
color: #84cab7;
font-size: 30px;
}
@media only screen and (max-width: 1080px) {
#about h2{
margin: 30px 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: 30px 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: 30px 0 40px;
font-size: 35px;
background: url(image/about-h2-bell.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:30px 0 35px;
font-size: 30px;
}
}

#about-pict{
clear: both;
float: left;
width: 40%;
height: auto;
margin: 0 0 60px;
padding: 0 0 0 5%;
display: flex;
flex-wrap: wrap;
}
#about-pict img{
flex: 1;
flex-basis:46%;
margin: 0 2% 30px;
max-width: 46%;
}
@media only screen and (max-width: 1080px) {
#about-pict{
width: 100%;
margin: 0 0 40px;
padding: 0 15%;
}
}
@media only screen and (max-width: 835px) {
#about-pict{
margin: 0 0 30px;
padding: 0 10%;
}
}
@media only screen and (max-width: 640px) {
#about-pict{
padding: 0 5%;
}
}
@media only screen and (max-width: 480px) {
#about-pict{
margin: 0 0 10px;
}
}

#about-text{
float: left;
width: 60%;
height: auto;
margin: 0;
padding: 100px 0 0 3%;
text-align: left;
}
@media only screen and (max-width: 1280px) {
#about-text{
padding: 70px 0 0 3%;
}
}
@media only screen and (max-width: 1080px) {
#about-text{
clear: both;
float: left;
width: 100%;
margin: 0 0 100px;
padding: 0px 3% 0 ;
}
}
@media only screen and (max-width: 640px) {
#about-text{
margin: 0 0 70px;
}
}
@media only screen and (max-width: 480px) {
#about-text{
margin: 0 0 40px;
}
}

#about h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0;
text-align: left;
font-weight: 700;
font-size: 30px;
color: #1d9975;
line-height: 120%;
}
#about p{
line-height: 250%;
margin: 0;
}
@media only screen and (max-width: 1080px) {
#about h3{
margin: 0 0 40px;
text-align: center;
font-size: 30px;
}
#about p{
text-align: center;
}
}
@media only screen and (max-width: 640px) {
#about h3{
margin: 0 0 30px;
font-size: 25px;
}
}
@media only screen and (max-width: 480px) {
#about h3{
text-align: left;
}
#about p{
text-align: left;
line-height: 180%;
font-size: 17px;
}
}

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

#support 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-bell.png) no-repeat center bottom;
}
#support h2 strong{
color: #84cab7;
font-size: 30px;
}
@media only screen and (max-width: 1440px) {
#support h2{
margin: 20px 0 80px;
font-size: 45px;
}
}
@media only screen and (max-width: 1280px) {
#support h2{
margin: 20px 0 70px;
font-size: 40px;
}
}
@media only screen and (max-width: 1080px) {
#support h2{
margin: 20px 0 60px;
font-size: 35px;
}
#support h2 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 835px) {
#support h2{
font-size: 30px;
margin: 20px 0 40px;
}
}
@media only screen and (max-width: 640px) {
#support h2{
font-size: 30px;
margin: 20px 0 40px;
background: url(image/about-h2-bell.png) no-repeat center bottom/96%;
}
#support h2 strong{
font-size: 20px;
}
}
@media only screen and (max-width: 480px) {
#support h2{
margin: 10px 0 40px;
}
}

#support p{
line-height: 200%;
}
@media only screen and (max-width: 835px) {
#support p{
font-size: 17px;
}
}
@media only screen and (max-width: 640px) {
#support p{
text-align: left;
}
}
@media only screen and (max-width: 480px) {
#support p{
font-size: 16px;
}
}

#support-area{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 50px 0 50px;
padding: 0 0%;
display: flex;
}
@media only screen and (max-width: 835px) {
#support-area{
margin:40px 0 30px;
}
}
@media only screen and (max-width: 640px) {
#support-area{
display: inherit;
margin:40px 0 0px;
}
}

.support-box{
flex-basis:31.3%;
flex: 1;
margin: 0 1%;
align-self:stretch;
background: #84cab7;
border-radius: 15px;
padding: 20px 3% 30px;
}
@media only screen and (max-width: 640px) {
.support-box{
clear: both;
float: left;
flex-basis:100%;
flex: 1;
margin: 0 0 50px;
align-self:stretch;
background: #84cab7;
border-radius: 15px;
padding: 20px 3% 30px;
}
}
@media only screen and (max-width: 480px) {
.support-box{
margin: 0 0 40px;
padding: 20px 3% 20px;
}
}

.support-box img{
max-width: 25%;
margin: -70px 0 20px;
}
#support .support-box p{
text-align: left;
font-size: 25px;
line-height: 200%;
color: #fff;
margin: 0;
}
@media only screen and (max-width: 1440px) {
.support-box img{
max-width: 25%;
margin: -60px 0 10px;
}
#support .support-box p{
font-size: 20px;
line-height:180%;
}
}
@media only screen and (max-width: 1280px) {
.support-box img{
max-width: 30%;
margin: -60px 0 10px;
}
}
@media only screen and (max-width: 1080px) {
.support-box img{
max-width: 35%;
}
#support .support-box p{
text-align: justify;
text-justify: inter-ideograph;
}
}
@media only screen and (max-width: 835px) {
.support-box img{
max-width: 40%;
}
}
@media only screen and (max-width: 640px) {
.support-box img{
max-width: 18%;
margin: -60px 0 0;
}
}
@media only screen and (max-width: 480px) {
#support .support-box p{
font-size: 17px;
}
}
@media only screen and (max-width: 414px) {
.support-box img{
max-width: 22%;
margin: -60px 0 0;
}
}

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

#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-bell.png) no-repeat center bottom;
}
#info h2 strong{
color: #84cab7;
font-size: 30px;
}
@media only screen and (max-width: 1440px) {
#info h2{
margin: 10px 0 80px;
font-size: 45px;
}
}
@media only screen and (max-width: 1280px) {
#info h2{
font-size: 40px;
}
}
@media only screen and (max-width: 1080px) {
#info h2{
margin: 10px 0 80px;
font-size: 35px;
}
#info h2 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 835px) {
#info h2{
font-size: 30px;
margin: 0 0 80px;
}
}
@media only screen and (max-width: 640px) {
#info h2{
font-size: 30px;
margin: 0 0 60px;
background: url(image/about-h2-bell.png) no-repeat center bottom/96%;
}
#info h2 strong{
font-size: 20px;
}
}

#info-area{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 5%;
display: flex;
flex-wrap: wrap;
background: url(image/info-bell4.png) no-repeat 80% 70%;
}
@media only screen and (max-width: 1600px) {
#info-area{
padding: 0 0%;
}
}
@media only screen and (max-width: 1440px) {
#info-area{
background: url(image/info-bell4.png) no-repeat 90% 70%/35%;
}
}
@media only screen and (max-width: 1080px) {
#info-area{
display: inherit;
}
}
@media only screen and (max-width: 1080px) {
#info-area{
background:none;
}
}

.info-box{
flex: 1;
flex-basis:46%;
margin: 0 2% 80px;
flex-grow: 0;
}
.info-box img{
float: left;
max-width: 37%;
max-height: 210px;
}
@media only screen and (max-width: 1440px) {
.info-box img{
float: left;
max-width: 32%;
max-height: 180px;
}
}
@media only screen and (max-width: 1080px) {
.info-box{
clear: both;
float: left;
width: 100%;
flex: 1;
flex-basis:46%;
margin: 0 0 80px;
flex-grow: 0;
}
.info-box img{
float: left;
max-width: 25%;
max-height: 150px;
}
}
@media only screen and (max-width: 835px) {
.info-box img{
float: left;
max-width: 23%;
max-height: 130px;
}
}
@media only screen and (max-width: 640px) {
.info-box{
margin: 0 0 50px;
}
}
@media only screen and (max-width: 480px) {
.info-box img{
float: none;
max-width: 35%;
max-height:auto;
}
}

.info-text{
float: right;
width: 60%;
height: auto;
margin: 0;
padding: 0;
}
@media only screen and (max-width: 1080px) {
.info-text{
width: 75%;
}
}
@media only screen and (max-width: 835px) {
.info-text{
padding: 0 0 0 3%;
}
}
@media only screen and (max-width: 480px) {
.info-text{
width: 100%;
padding: 0;
}
}

.info-text h3{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 20px;
padding: 0;
text-align: left;
font-size: 30px;
font-weight: 400;
line-height: 120%;
}
.info-text p{
font-size: 20px;
margin: 0;
line-height: 200%;
text-align: left;
}
@media only screen and (max-width: 835px) {
.info-text h3{
font-size: 25px;
}
.info-text p{
font-size: 17px;
}
}
@media only screen and (max-width: 640px) {
.info-text h3{
margin: 0 0 10px;
}
}
@media only screen and (max-width: 480px) {
.info-text h3{
margin: 15px 0 10px;
text-align: center;
}
.info-text p{
font-size: 16px;
}
}

#service{
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/service-title-bell.png) no-repeat center -25px/150px,#e7fce7;
}
@media only screen and (max-width: 1600px) {
#service{
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/service-title-bell.png) no-repeat center -25px/150px,#e7fce7;
}
}
@media only screen and (max-width: 1440px) {
#service{
padding-top: 110px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 130px;
background: url(image/service-title-bell.png) no-repeat center -25px/140px,#e7fce7;
}
}
@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-bell.png) no-repeat center -25px/130px,#e7fce7;
}
}
@media only screen and (max-width: 1080px) {
#service{
padding-top: 90px;
padding-left:5%;
padding-right:5%;
padding-bottom: 80px;
scroll-margin-top: 140px;
background: url(image/service-title-bell.png) no-repeat center -25px/120px,#e7fce7;
}
}
@media only screen and (max-width: 835px) {
#service{
padding-top: 85px;
padding-left:5%;
padding-right:5%;
padding-bottom: 60px;
scroll-margin-top: 130px;
background: url(image/service-title-bell.png) no-repeat center -25px/110px,#e7fce7;
}
}
@media only screen and (max-width: 640px) {
#service{
padding-top: 80px;
padding-left:5%;
padding-right:5%;
padding-bottom: 40px;
scroll-margin-top: 130px;
background: url(image/service-title-bell.png) no-repeat center -25px/100px,#e7fce7;
}
}
@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-bell.png) no-repeat center -25px/90px,#e7fce7;
}
}
@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-bell.png) no-repeat center -25px/80px,#e7fce7;
}
}

#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-bell.png) no-repeat center bottom;
}
#service h2 strong{
color: #84cab7;
font-size: 30px;
}
@media only screen and (max-width: 1440px) {
#service h2{
margin:10px 0 80px;
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{
margin: 0 0 40px;
font-size: 30px;
}
}
@media only screen and (max-width: 640px) {
#service h2{
background: url(image/about-h2-bell.png) no-repeat center bottom/96%;
}
#service h2 strong{
font-size: 20px;
}
}

.service-area{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 30px 1%;
background: #fff;
border: 1px solid #1d9975;
align-items: center;
display: flex;
}
@media only screen and (max-width: 1080px) {
.service-area{
display:inherit;
padding: 30px 5%;
}
}
@media only screen and (max-width: 835px) {
.service-area{
padding: 30px 3%;
}
}

.service-area h3{
font-size: 30px;
font-weight: 700;
color: #1d9975;
margin: 0;
padding: 0;
text-align: left;
flex-basis:30%;
}
.service-area h3 span{
font-size: 20px;
font-weight: 500;
}
@media only screen and (max-width: 1080px) {
.service-area h3{
clear: both;
float: left;
width: 100%;
font-size: 30px;
margin: 0 0 15px;
text-align: center;
flex-basis:30%;
}
}
@media only screen and (max-width: 640px) {
.service-area h3{
font-size: 25px;
}
.service-area h3 span{
font-size: 17px;
}
}

.service-pict{
margin: 0 3%;
flex-basis:20%;
}
.service-area img{
max-height:90px;
}

.service-area p{
text-align: left;
margin: 0 1% 0 0;
font-size: 20px;
flex-basis:50%;
flex-grow: 2;
}
.service-area p{
font-size: 17px;
margin: 0;
}
@media only screen and (max-width: 1080px) {
.service-area p{
font-size: 17px;
margin: 15px 0 0;
}
}
@media only screen and (max-width: 480px) {
.service-area p{
font-size: 16px;
}
}

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

#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-bell.png) no-repeat center bottom;
}
#how h2 strong{
color: #84cab7;
font-size: 30px;
}
@media only screen and (max-width: 1440px) {
#how h2{
margin: 10px 0 80px;
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{
font-size: 30px;
margin: 0 0 40px;
}
}
@media only screen and (max-width: 640px) {
#how h2{
font-size: 30px;
margin: 0 0 40px;
background: url(image/about-h2-bell.png) no-repeat center bottom/96%;
}
#how h2 strong{
font-size: 20px;
}
}

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

#how-area ol{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0 20%;
display: flex;
flex-wrap: wrap;
}
@media only screen and (max-width: 1600px) {
#how-area ol{
padding: 0 15%;
}
}
@media only screen and (max-width: 1440px) {
#how-area ol{
padding: 0 10%;
}
}
@media only screen and (max-width: 1280px) {
#how-area ol{
padding: 0 5%;
}
}
@media only screen and (max-width: 1080px) {
#how-area ol{
padding: 0 0%;
}
}

#how-area li{
list-style-type: none;
font-size: 20px;
line-height: 100%;
background: url(image/how-bell-ar.png) no-repeat right center;
flex: auto;
margin: 0 15px 60px 0;
flex-grow: 0;
padding: 0 30px 0 0;
}
#how-area li:last-child{
background: none;
padding: 0;
}
#how-area li:first-letter{
background: #84cab7;
color: #fff;
font-size: 17px;
font-weight: 500;
border: 1px solid #84cab7;
padding: 10px 10px;
}
#how-area li span{
border: 1px solid #84cab7;
padding: 10px 15px;
text-align: center;
font-size: 17px;
line-height: 100%;
}
@media only screen and (max-width: 480px) {
#how-area li{
text-align: left;
background: url(image/how-bell-ar.png) no-repeat right center/10px;
margin: 0 15px 50px 0;
}
#how-area li:first-letter{
font-size: 16px;
padding: 10px 5px;
}
#how-area li span{
padding: 10px 10px;
font-size: 16px;
}
}
@media only screen and (max-width: 414px) {
#how-area li:first-letter{
font-size: 15px;
padding: 10px 5px;
}
#how-area li span{
padding: 10px 10px;
font-size: 15px;
}
}

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

#access 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%;
color: #fff;
background: url(image/access-h2-bell.png) no-repeat center bottom;
}
#access h2 strong{
color: #e7fce7;
font-size: 30px;
}
@media only screen and (max-width: 1440px) {
#access h2{
margin: 10px 0 80px;
font-size: 45px;
}
}
@media only screen and (max-width: 1280px) {
#access h2{
font-size: 40px;
}
}
@media only screen and (max-width: 1080px) {
#access h2{
margin: 10px 0 70px;
font-size: 35px;
}
#access h2 strong{
font-size: 25px;
}
}
@media only screen and (max-width: 835px) {
#access h2{
font-size: 30px;
margin: 0 0 40px;
}
}
@media only screen and (max-width: 640px) {
#access h2{
font-size: 30px;
margin: 0px 0 20px;
background: url(image/about-h2-bell.png) no-repeat center bottom/96%;
}
#access h2 strong{
font-size: 20px;
}
}

#access-text{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 50px 5% 30px;
background: #fff;
border-radius: 15px;
}
@media only screen and (max-width: 480px) {
#access-text{
margin: 0 0 40px;
padding: 30px 5% 15px;
}
}

#access dl{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
#access dt{
clear: both;
float: left;
width: 25%;
height: auto;
margin: 0 0 15px;
padding: 0 0 15px;
text-align: left;
line-height: 120%;
font-size: 20px;
font-weight: 500;
border-bottom: 1px solid #84cab7;
}
#access dd{
float: left;
width: 75%;
height: auto;
margin: 0 0 15px;
padding: 0 0 15px 3%;
text-align: left;
line-height: 120%;
font-size: 20px;
border-bottom: 1px solid #84cab7;
}
#access dd span{
font-size: 15px;
margin: 0 0 0 3%;
line-height: 100%;
}
@media only screen and (max-width: 1280px) {
#access dt{
width: 25%;
margin: 0 0 15px;
padding: 0 0 15px;
font-size: 17px;
border-bottom: 1px solid #84cab7;
}
#access dd{
width: 75%;
margin: 0 0 15px;
padding: 0 0 15px 3%;
font-size: 17px;
border-bottom: 1px solid #84cab7;
}
#access dd span{
font-size: 13px;
margin: 0 0 0 3%;
}
}
@media only screen and (max-width: 835px) {
#access dt{
clear: both;
width: 100%;
margin: 0;
padding: 0 0 10px;
font-size: 17px;
border-bottom: none;
font-weight: 700;
}
#access dd{
clear: both;
width: 100%;
margin: 0 0 15px;
padding: 0 0 15px;
font-size: 17px;
border-bottom: 1px solid #84cab7;
}
}
@media only screen and (max-width: 640px) {
#access dt{
font-size: 16px;
}
#access dd{
font-size: 16px;
}
}
@media only screen and (max-width: 480px) {
#access dd span{
margin: 0 0 0 0%;
}
}

#access-map{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 50px 5% 30px;
background: #fff;
border-radius: 15px;
}
@media only screen and (max-width: 1080px) {
#access-map{
margin: 0 0 20px;
padding: 30px 5% 30px;
}
}
@media only screen and (max-width: 640px) {
#access-map{
margin: 0 0 20px;
padding: 15px 5% 30px;
}
}

#access-map p{
text-align: left;
}
@media only screen and (max-width: 1080px) {
#access-map p{
font-size: 17px;
}
}

#access-map ul{
clear: both;
float: left;
width: 100%;
height: auto;
margin: 0 0 50px;
padding: 0 0 0 5%;
}
#access-map li{
list-style-type: none;
font-size: 20px;
line-height: 120%;
margin: 0 0 15px;
padding: 0 0 0 20px;
text-align: left;
background: url(image/access-map-li.png) no-repeat left center;
}
@media only screen and (max-width: 1080px) {
#access-map li{
font-size: 17px;
}
}
@media only screen and (max-width: 640px) {
#access-map ul{
margin: 0 0 30px;
}
#access-map li{
font-size: 16px;
}
}
@media only screen and (max-width: 414px) {
#access-map li{
font-size: 15px;
}
}

#access iframe{
width: 100%;
height: 400px;
}
@media only screen and (max-width: 64px) {
#access iframe{
height: 350px;
}
}
@media only screen and (max-width: 480px) {
#access iframe{
height: 300px;
}
}

.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:#84cab7;
	transition:all 0.3s;
	color:#fff;
}
 
#page-top p:hover{
	background:#a6e3ae;
	color:#fff;
}
 
#move-page-top{
	color:#fff;
	line-height:40px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
