@charset "utf-8";

html{
	overflow-x:hidden;

}
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Roboto, sans-serif;
    word-break: break-all;
	margin:0 auto;
	padding:0;
	overflow-x:hidden;
	max-width: 1920px;
}

ul{
	margin:0;
	padding: 0;
	list-style-type: none;
}

img{
	max-width:100%;
	vertical-align: bottom;
	border: 0;
}
a,a:hover{
	text-decoration:none;
}

a{
	opacity:1;
	transition:.3s;
	-webkit-transition:.3s;
    color: #20edff;
}

a:hover {
    color: #3a5178;
}
.pc,.pc-9,.pc-5{
	display:block;
}

.sp,.sp-9,.sp-5{
	display:none !important;
}

.fr {
    float: right !important;
}

.content-box>div,.about,.p-re{
  position:relative;
}

span.link {
  position:absolute;
}

b, strong {
    font-weight: 600 !important;
}

p{
  	line-height: 190%;
	color: #353535;
	font-size: 16px;
	margin: 0 auto;
	font-weight: 600;
}

*{
  box-sizing: border-box;
}

#all-wrap {
    width: 100%;
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6{
margin: 0 auto;
line-height: 1;
}

/* ヘッダー====================================== */
header {
    float: left;
    width: 130px;
    position: fixed;
    min-height: 650px;
}

header .nav-box-inner{
	display:block;
}

.header-nav-box {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    float:left;
}

.nav-box-inner {
    margin: 0 auto;
    padding: 0 9px;
    overflow: hidden;
    position: fixed;
    width: 130px;
    top: 30px;
}

.nav-right {
    float: left;
    width: 100%;
    margin: 40px auto 0;
}

ul.navilist {
    float: left;
}

ul.mainmenu {
    padding: 0 !important;
}

.navilist li {
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 auto 30px;
}

.navilist li:last-child {
    margin-right: 0;
}

.navilist li a{
    transition:.3s;
    -webkit-transition:.3s;
    color: #292929;
    font-size: 16px;
    display: block;
}

.navilist li a img {
    width: 47px;
    height: 47px;
}

.navilist li a:hover {
    color: #81d5f0;
}

span.nav-text {
    display: block;
    margin: 6px auto 0;
	font-weight: 600;
}

/* コンテント ====================================== */
/* heading */
.heading{
	width:100%;
	float:left;
}


/* パンくず */
p.bread-list {
    width: 95%;
    margin: auto;
    padding: 10px 0;
    font-size: 13px;
    text-align: right;
}

.bread {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e2e2e2;
}

.bread-list a {
    color: #080a15;
}

.name {
    margin: 0 auto;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

span.icons {
    display: block;
	margin: 0 auto 5px;
}
.des-inner p {
    margin: 20px auto;
    text-align: left;
}

.icons small {
    font-family: 'Passion One', cursive;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
	display: block;
    margin: 5px auto 0;
}

/* page top ====================================== */
#pageTop {
    width: 15%;
    margin: 0;
    max-width: 107px;
    transition:.3s;
    -webkit-transition:.3s;
    position: fixed;
    right: 2%;
    bottom: 2%;
    z-index: 999;
}
 
#pageTop a {
  display: block;
  opacity:1;
  
}
 
#pageTop a:hover{
  opacity:.8;
}


/* CONTACT ====================================== */
.contact {
    width: 100%;
    float: left;
    padding: 40px 0;
    background: #ffd150;
}

.contact-detail {
    width: 100%;
    float: left;
}

.tel small {
    font-size: 29px;
    margin: 0 10px 0 0;
}

.tel a {
    font-size: 60px;
    font-weight: 500;
    color: #292929;
}

h2.tel {
    font-family: 'Passion One', cursive;
    letter-spacing: 2px;
    color: #292929;
    margin: 30px auto 0;
	text-align: center;
}

.access {
    width: 100%;
    margin: 10px auto 0;
    max-width: 405px;
    overflow: hidden;
}

.access p {
    margin: 0 20px 0 0;
    float: left;
}

a.more.map {
    float: left;
    width: auto;
    padding: 1px 10px;
    background: #292929;
    color: #fff;
}

/* FOOTER ====================================== */

footer {
    width: 100%;
    clear: both;
    background: #f9f9f9;
}

.footer-box {
    margin: auto;
    width: 95%;
    overflow: hidden;
    position: relative;
}


.sitemap {
    width: 100%;
    float: left;
    margin: 50px auto;
}

.sitemap-box {
    float: left;
    width: 70%;
    padding: 0;
}

.sitemap-list{
	float: left;
	width: 100%;
	padding: 0;
}


.sitemap-list li a {
    color: #292929;
    font-size: 16px;
	font-weight: 600;
}

.sitemap-list li a:hover {
    color: #7fe5fb;
}

.sitemap-list li {
    float: left;
    width: auto;
    padding: 0 3% 10px 0;
}

p.copyright {
    width: 30%;
    color: #292929;
    text-align: right;
    margin: 0 auto;
}


/* 下層コンテント ====================================== */
#content-wrap {
    float: right;
    width: 100%;
    margin-left: -130px;
}
.content-inner {
    margin-left: 130px;
    overflow: hidden;
}

.img-box{
    width: 100%;
    float: left;
	position: relative;
}

.img-head {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    text-align: center;
}

.img-head h3 {
    color: #fff;
    margin: 0 auto 10px;
    font-weight: 700;
    font-size: 55px;
    line-height: 1;
}

.img-head p {
    font-size: 20px;
    color: #fff;
    font-family: 'Passion One', cursive;
    letter-spacing: 3px;
    margin: 0 auto;
}

/* ボックス============================= */

.box{
    width: 100%;
    float: left;
}


.contents {
    width: 100%;
    float: left;
}


.bg-blue{
  background: #7fe5fb;
}

.bg-rblue {
    background: #aaf0ff;
}

.bg-gray{
  background: #eee;
}

.bg-rgray{
  background: #f9f9f9;
}

.bg-yellow {
    background: #ffd150;
}

.bg-ryellow {
    background: #fef0c0;
}

.bg-pink {
    background: #f9a9c4;
}

.bg-rpink {
    background: #ffd1e1;
}


.c-01{
  max-width: 953px;
  width:95%;
  margin: 0 auto 60px;
  overflow: hidden;
}

.c-02{
  max-width: 797px;
  width:95%;
  margin: 0 auto 60px;
  overflow: hidden;
}

.c-03{
  max-width: 985px;
  width:95%;
  margin: 0 auto 60px;
  overflow: hidden;
}

.c-04{
  max-width: 948px;
  width:95%;
  margin: 0 auto 60px;
  overflow: hidden;
}


.c-01 p,.c-02 p,.c-03 p {
    margin: 20px auto 0;
	width: 100%;
    float: left;
}


p.du {
    margin: 60px auto 0;
    text-align: left;
}

.under-l {
    text-align: center;
    font-size: 32px;
    margin: 60px auto 0;
    color: #353535;
    line-height: 1;
    display: block;
}

h4.under-l:after {
    content: "";
    display: block;
    width: 40px;
    height: 6px;
    background: #353535;
    margin: 15px auto 0;
}

.box-wrap{
  width: 100%;
  float: left;
  margin: 30px auto 0;
}

.half01 {
    width: 47.5%;
    float: left;
    margin: 0 2.5% 0 0;
}

.half02 {
    width: 47.5%;
    float: left;
    margin: 0 0 0 2.5%;
}

span.icons img {
    width: 50px;
    height: 50px;
}

/*テーブル========================= */
.dotted-t{
    width:100%;
    float:left;
    
}

.dotted-t th,.dotted-t td {
    text-align: left;
    padding: 10px 0 10px 10px;
    border-bottom: 2px dotted #10b1d4;
    font-weight:600;
}

.dotted-t th {
    width: 20%;
    position: relative;
}

.dotted-t td {
    width: 80%;
    position: relative;
}

.dotted-t td a{
    color: #353535;
}

/* クリック===================== */
.click {
    width: 100%;
    float: left;
    margin: 20px auto 0;
}

a.more {
    font-size: 14px;
    color: #292929;
    text-align: center;
    display: block;
    margin: auto;
    background: #7fe5fb;
    width: 255px;
    padding: 10px;
    border-radius: 22px;
    font-weight: bold;
}

a.more:hover {
    background: #20edff;
}

.text-center{
  text-align: center !important;
}

.m-40{
  margin: 40px auto;
}

.m-40-0{
  margin: 40px auto 0;
}

.m-20{
  margin: 20px auto;
}

.m-20-0{
  margin: 20px auto 0;
}

.m-10-0{
  margin: 10px auto 0;
}


.harf {
    width: 48%;
    float: left;
	margin: 0 2% 0 0;
}

.harf:nth-child(2n) {
    margin: 0 0 0 2%;
}

.harf img {
    display: block;
    margin: auto;
}
@media (max-width: 1325px){
.logo {
    float: none;
    margin: 0 auto 30px;
    position: static;
    top: auto;
    transform: none;
    left: 0;
    right: 0;
    text-align: center;
    width: 113px;
}


.nav-box-inner {
    padding: 10px 0;
}

.nav-right {
    float: none;
    padding: 0;
    width: 100%;
    margin: 10px auto 0;
    overflow: hidden;
    max-width: 812px;
}

.navilist li{
  margin-right: 20px;
}

.navilist li a {
    font-size: 16px;
}

.ham-box {
    padding: 13.5px;
}


}

@media (max-width: 1108px){
.detail-menu {
    padding: 0 0 0 19.9%;
}
}

@media (max-width: 991px){
.pc-9{
  display: none;
}

.sp-9{
  display: block !important;
}

.logo{
   width: 186px;
   margin: 0 auto 0;
}

header {
    float: left;
    width: 100%;
    min-height: auto;
	z-index: 10;
}

header .nav-box-inner {
    width: 100%;
    top: 0;
    padding: 7px 0 0 0;
    background: #fff;
	position: static;
}


#content-wrap {
    float: left;
    margin-left:0;
}
.content-inner {
    margin-left:0;
}

.ham-box {
    display: block;
    position: fixed;
    top: 0;
    z-index: 5;
    right: 2%;
    padding: 22px 0;
    width: auto;
}

.contact-m a {
    margin: 0 10px 0 0;
}

#menu{
	cursor: pointer;
	height: 23px;
	position: absolute;
	width: 30px;
	display: block;
	float:left;
	top: 86%;
	transform: translateY(-50%);
	right: 13%;
	}
	
#menu>*{
	background: #72e0fb;
	height: 3px;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
}

.close-2>*{
	-webkit-transition:top .5s .5s,-webkit-transform .5s;
	transition:top .5s .5s,transform .5s
}

.close-2>.menu-1{top: 70%;}

.close-2>.menu-2{top: 35%;}

.close-2>.menu-3{top: 0%;}

.open>*{
	-webkit-transition:top .5s,-webkit-transform .5s .5s;
	transition:top .5s,transform .5s .5s
}


.open>.menu-1,
.open>.menu-2{
	top: 50%;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.open>.menu-3{
	top: 50%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

#sp-menu {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30;
    -webkit-transition: .5s;
    transition: .5s;
    background: #f9f9f9;
    padding: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
    display: block;
    visibility: hidden;
}
	
#sp-menu.sp-open{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility:visible;
	z-index: 5;
	overflow-y: auto;
}

.sp-nav-list {
    margin: 70px auto 0;
    width: 100%;
}

.sp-contact {
    width: 100%;
    float: left;
    margin: 30px auto 0;
}

.sp-contact .head-time{
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 0;
    color: #080a15;
}

#sp-menu ul li {
    text-align: center;
    margin: 0;
    width: 50%;
    float: left;
    font-family: 'Archivo Black', sans-serif;
    height: 180px;
    display: block;
    background: #72e0fb;
    transition: .3s;
    -webkit-transition: .3s;
}

#sp-menu ul li:nth-child(1),#sp-menu ul li:nth-child(4),#sp-menu ul li:nth-child(5) {
    background: #ffd150;
}

#sp-menu ul li a {
    display: block;
    padding: 55px 0;
}

#sp-menu ul li a img {
    width: 47px;
    height: 47px;
}

#sp-menu ul li:hover{
    background: #efefef;
}

p.head-time a:hover {
     color: #ccc;
}

#sp-menu ul li a span {
    font-size: 16px;
    color: #353535;
}

p.head-time {
    float: left;
    width: 100%;
    display: inline-block;
}

p.head-time a {
    color: #72e0fb;
    font-size: 42px;
    font-family: 'Passion One', cursive;
}

.heading-text {
    font-size: 39px;
}


/* 下層コンテント============= */
.img-head h3 {
    margin: 0 auto 0;
    font-size: 42px;

}


.img-box {
    margin: 70px auto 0;
  }

}
@media (max-width: 767px){	
.pc{
	display:none !important;
}

.sp{
	display:block !important;
	margin:auto;
}

.logo {
    width: 137px;
}
#menu {
    top: 66%;
}

.sp-nav-list {
    margin: 60px auto 0;
}

p{
	font-size: 16px;
}

.name {
    font-size: 21px;
}


.tel a {
    font-size: 38px;
}

h2.tel {
    margin: 30px auto 0;
}

.access {
    max-width: 249px;
}

.access p {

    margin: 0 auto;
}

a.more.map {
    width: 249px;
    padding: 10px 10px;
}

.sitemap-box {
    width: 100%;
}

.sitemap-list li {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}

p.copyright {
    width: 100%;
    margin: 0 auto;
	text-align: center;
}


.under-l {
    font-size: 26px;
}

h4.under-l:after {

    width: 24px;
    height: 4px;
    margin: 10px auto 0;
}

.half01 {
    width: 100%;
    margin: 0 auto 30px;
}

.half02 {
    width: 100%;
    margin: 0 auto;
}

.dotted-t th {
    width: 100%;
    float: left;
    border: none;
    padding: 10px 0 0 10px;
    color: #10b1d4;
}

.dotted-t td {
    width: 100%;
    float: left;
    padding: 0 0 10px 10px;
}




}
@media (max-width: 500px){

.pc-5{
  display:none;
}

.sp-5{
  display:block !important;
}

#sp-menu ul li {
    height: 135px;
}
#sp-menu ul li a {
    padding: 30px 0;
}

.img-head h3 {
    font-size: 32px;
}

}

