@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@700&display=swap');

.font01{font-family: 'Noto Sans JP', sans-serif;font-weight: 700;}
.font02{font-family: 'Noto Serif JP', serif;font-weight: 700;}
/* ----------------------------------------
  base
---------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    color: #000000;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    background-color: #ffffff;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto;
}
p {
    line-height: 1.7;
}
.wrapper, .wrapper2 {
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    margin: 0 auto;
    padding: 0 20px;
}
.wrapper {
    width: 100%;
    max-width: 1350px;
}
.wrapper2 {
    width: 100%;
    max-width: 1100px;
}
.deco01 a {
    text-decoration: none;
}
/* ----------------------------------------
  head
---------------------------------------- */
#head h1 {
    float: left;
    width: 447px;
	margin: 15px 0 25px 0;
}
#head h1 img {
    display: block;
}
#head .tel {
    float: right;
    width: 294px;
	text-align: left;
	margin-top: 23px;
}
#head .tel .img{
	margin-bottom: 5px;
}
#head .tel p{
    font-size: 1.3rem;
	margin-bottom: 5px;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
#gnav {
    position: relative;
    width: 100%;
    background-color: #027ec4;
    text-align: center;
    padding: 12px 0;
}
#gnav > ul {
    display: inline-block;
	width: 100%;
	max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}
#gnav > ul > li {
    display: inline-block;
	width: 16%;
    box-sizing: border-box;
    border-right: 1px solid #8bc4e4;
    line-height: 1;
}
#gnav > ul > li:last-child{
    border-right: none;
}
#gnav > ul > li a {
    display: block;
	color: #fff;
    font-size: 1.8rem;
	font-weight: bold;
    line-height: 1.1;
    text-align: center;
    padding: 22px 0;
}
#gnav li a:hover {
    text-decoration: none;
}

#gnav > ul > li{
position: relative;
}
#gnav li .child{
display: none;
position: absolute;
z-index: 9000;
width: 100%;
padding-top: 13px;
}
#gnav li .child li{
    text-align: center;
}
#gnav li .child li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    color: #027ec4;
    background-color: rgba(255,255,255,1.0);
    border: 1px solid #ccc;
    font-size: 1.7rem;
    line-height: 1.2;
    text-align: center;
    padding: 22px 15px;
}

/* ----------------------------------------
  sp btn
---------------------------------------- */
#panel-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 150000;
    width: 50px;
    height: 50px;
    text-align: center;
}
#panel-btn-txt {
    display: block;
    width: 50px;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 40px;
    left: 0;
}
#panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 2px;
    margin: -1px 0 0 0;
    background: #027ec4;
    transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #027ec4;
    transition: .3s;
}
#panel-btn-icon:before {
    margin-top: -10px;
}
#panel-btn-icon:after {
    margin-top: 9px;
}
#panel-btn .close-btn {
    background: transparent;
}
#panel-btn .close-btn:before, #panel-btn .close-btn:after {
    background: #027ec4;
    margin-top: 0;
}
#panel-btn .close-btn:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#panel-btn .close-btn:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
/* ----------------------------------------
  sp nav
---------------------------------------- */
#sp-nav {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    z-index: 1500;
    overflow-y: scroll;
    left: 0;
    top: 0;
    display: none;
    background-color: #027ec4;
    padding: 70px 0 0 0;
    text-align: center;
}
#sp-nav ul {
    margin-bottom: 20px;
    padding: 10px 10px 0 10px;
}
#sp-nav ul li {
    border-bottom: 1px solid #fff;
}
#sp-nav ul li:last-child {
    border-bottom: none;
}
#sp-nav ul li a {
    display: block;
    color: #fff;
    font-size: 1.7rem;
    line-height: 10vh;
    text-decoration: none;
}
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title{
    border-bottom: 1px solid #ccc;
}
#page-title h1{
    color: #027ec4;
    font-size: 3.5rem;
	text-align: center;
    padding: 40px 0;
}
/* ----------------------------------------
  section
---------------------------------------- */
section {
    clear: both;
    overflow: hidden;
}
section p {
    margin-bottom: 10px;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
.cmn-box01 {
    padding: 70px 0;
}
.cmn-box02 {
    padding-bottom: 70px;
}
.group01{
    overflow: hidden;
}
.group01 .float-l{
    width: 30%;
}
.group01 .float-r{
    width: 65%;
}
.group02{
    overflow: hidden;
}
.group02 .float-l{
    width: 65%;
}
.group02 .float-r{
    width: 30%;
}

.group03{
    overflow: hidden;
}
.group03 .float-l{
    width: 48%;
}
.group03 .float-r{
    width: 48%;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01{
    color: #027ec4;
	font-size: 3rem;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 30px;
}
.cmn-title01 span{
    display: block;
	font-size: 1.6rem;
	text-align: center;
	padding-top: 10px;
}

.cmn-title02{
	font-size: 2rem;
	line-height: 1.1;
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.cmn-title03{
	font-size: 1.6rem;
	margin-bottom: 10px;
}

/* ----------------------------------------
  cmn-btn
---------------------------------------- */
.cmn-btn01 a{
    display: inline-block;
    min-width: 240px;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #fff;
	text-align: center;
	background-color: #027ec4;
	border: 1px solid #fff;
    padding: 20px 10px;
}
.cmn-btn01 a:hover{
    text-decoration: none;
}
.cmn-btn01 a::after {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.4rem;
    content: "\f105";
    padding-top: 0px;
    margin-left: 10px;
}

/* ----------------------------------------
bn-box
------------------------------------------- */
.bn-box .wrapper{
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}
.bn-box .box01{
	width: 50%;
	box-sizing: border-box;
	background-color: #027ec4;
	border: 1px solid #027ec4;
	text-align: center;
	padding: 30px 0;
}
.bn-box .box02{
	width: 50%;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #027ec4;
	text-align: center;
	padding: 30px 0;
}
.bn-box img{
	width: 60%;
	max-width: 270px;
}
/* ----------------------------------------
  youtube
---------------------------------------- */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ----------------------------------------
  gmap
---------------------------------------- */
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
    position: relative;
    overflow: hidden;
	background-color: #027ec4;
    text-align: center;
    padding: 35px 0;
	margin-bottom: 30px;
}
#fnav li {
    display: inline-block;
	border-right: 1px solid #fff;
}
#fnav li:last-child {
    border-right: none;
}
#fnav li a {
    display: block;
    box-sizing: border-box;
	color: #fff;
    font-size: 1.6rem;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    transition: 0.4s ease-in-out;
}
/* ----------------------------------------
  foot
---------------------------------------- */
#foot h2{
    width: 370px;
	margin:0 auto 30px auto;
}
#foot .ad{
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 30px;
}
#foot .copy{
    color: #027ec4;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 15px;
}
#page-top a{
display: block;
position: fixed;
  width: 50px;
  height: 50px;
  right: 15px;
  bottom: 25px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
    body {
        min-width: 1200px;
        height: 100%;
    }
    .sp-only {
        display: none;
    }
    .tablet-only {
        display: none;
    }
    .pc-none {
        display: none;
    }
}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: none;
    }
/* ----------------------------------------
  head
---------------------------------------- */
#head h1 {
    width: 48%;
    max-width: 447px;
}
#head .tel {
    width: 48%;
    max-width: 294px;
	margin-bottom: 15px;
}
/* ----------------------------------------
  gnav
---------------------------------------- */
/* ----------------------------------------
  gmap
---------------------------------------- */
    .gmap {
        padding-bottom: 50%;
    }
/* ----------------------------------------
  foot
---------------------------------------- */
}
/* =======================
  SP
======================== */
@media screen and (max-width: 699px) {
    body {
        font-size: 1.5rem;
    }
    .sp-only {
        display: block;
    }
    .sp-none {
        display: none;
    }
    .pctablet {
        display: none;
    }
    .tablet-only {
        display: none;
    }
    .wrapper, .wrapper2 {
        padding: 0 5%;
    }
/* ----------------------------------------
  head
---------------------------------------- */
    #head {
        width: 100%;
        min-height: 70px;
        position: fixed;
        background-color: #fff;
        z-index: 9999;
        top: 0;
		box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    }
    #head h1{
	    width: 220px;
		margin-top: 10px;
		margin-bottom: 10px;
    }
    .page-head {
        padding-top: 70px;
    }
/* ----------------------------------------
  page-title
---------------------------------------- */
#page-title{
	background-color: #027ec4;
}
#page-title h1{
    color: #fff;
    font-size: 3.0rem;
	text-align: center;
    padding: 20px 0;
}
/* ----------------------------------------
  cmn-box
---------------------------------------- */
    .cmn-box01 {
        padding: 35px 0;
    }
    .cmn-box02 {
        padding-bottom: 35px;
    }

.group01 .float-l{
    float: none;
    width: 100%;
	margin-bottom: 15px;
}
.group01 .float-r{
    float: none;
    width: 100%;
}
.group02 .float-l{
    float: none;
    width: 100%;
}
.group02 .float-r{
    float: none;
    width: 100%;
	margin-bottom: 15px;
}
.group03 .float-l{
    float: none;
    width: 100%;
	margin-bottom: 15px;
}
.group03 .float-r{
    float: none;
    width: 100%;
}
/* ----------------------------------------
  cmn-title
---------------------------------------- */
.cmn-title01{
	font-size: 2rem;
	margin-bottom: 15px;
}
.cmn-title01 span{
	font-size: 1.4rem;
}

.cmn-title02{
	font-size: 1.6rem;
	margin-bottom: 15px;
}
/* ----------------------------------------
  cmn-btn
---------------------------------------- */
/* ----------------------------------------
  anker
---------------------------------------- */
    .anker {
        margin-top: -70px;
        padding-top: 70px;
    }
/* ----------------------------------------
  fnav
---------------------------------------- */
#fnav {
    padding: 0;
	margin-bottom: 30px;
}
#fnav ul {
	border-top: 1px solid #fff;
}
#fnav li {
    display: block;
	border-bottom: 1px solid #fff;
}
#fnav li a {
position: relative;
    text-align: left;
    padding: 15px 5%;
}
 #fnav li a::after {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    right: 5%;
    color: #fff;
  }
/* ----------------------------------------
  foot
---------------------------------------- */
#foot h2{
    width: 200px;
	margin:0 auto 15px auto;
}
#foot .ad{
	font-size: 1.2rem;
	margin-bottom: 15px;
}
#foot .copy{
	font-size: 1.2rem;
	margin-bottom: 15px;
}
/* ----------------------------------------
  page-top
---------------------------------------- */
#page-top a{
  width: 30px;
  height: 30px;
  right: 15px;
  bottom: 15px;
}

}