@charset "UTF-8";
/* CSS Document */

img { -ms-interpolation-mode: bicubic; }

.sp{
display: none;
}


/*ハンバーガーメニュー*/

.hamburger-menu{
display: block;
}

.menu-btn {
    position: fixed;
    top: 0;
    right: 0px;
    display: flex;
    height: 50px;
	padding-bottom: 10px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    background-color: #007286;
	cursor: pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

.menu-btn b{
color: #fff;
margin-top: 37px;
font-size: 1.0rem;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check {
    display: none;
}

.logo{
width: 70%;
padding: 5% 0 2% 5%;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #CC0060;
}
.menu-content ul {
width: 90%;
padding: 0 5%;
margin-top: 50px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
margin-bottom: 2%;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.8rem;;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 13px 15px 14px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 27px;
}

.menu-content {
    width: 70%;
	margin-left: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 999999;
    background-color: #007286;
    transition: all 1s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
    transition: all 0.5s;/*アニメーション設定*/
}
/*ハンバーガーメニューここまで*/

header{
background: url("../img/top/mainimg.jpg") no-repeat center center;
background-size: cover;
width: 100%;
height: 100vh;
position: relative;
}

header h1{
width: 25%;
position: absolute;
top: 5%;
left: 3%;
}

header section{
background: #193931;
position: absolute;
bottom: 0;
left: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
width: 100%;
}

header section div:nth-of-type(1){
width: 20%;
text-align: center;
}

header section div:nth-of-type(2){
width: 78%;
}

header section div h2{
color: #fff;
font-size: 3.3rem;
}

header section div dl{
display: flex;
flex-wrap: wrap;
color: #fff;
}
header section div dl dt{
font-size: 2.0rem;
width: 15%;
}

header section div dl dd{
font-size: 2.0rem;
width: 85%;
}

header section div dl dd a{
color: #fff;
}

.section_01{
width: 1000px;
margin: 0 auto;
padding: 5% 0;
}

.top_copy_01{
font-size: 3.0rem;
text-align: center;
line-height: 2.0em;
}

.top_list_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 4%;
}

.top_list_01 li{
width: 31%;
text-align: center;
background: #fffaec;
font-size: 2.8rem;
padding-bottom: 1.5%;
position: relative;
}

.top_list_01 li a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}


.section_02{
background: url("../img/top/ba_01.jpg") no-repeat center center;
background-size: cover;
padding: 4% 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.section_02 div{
width: 49%;
text-align: center;
}

.section_02 div:nth-of-type(2){
border-left: #000000 1px solid;
}

.midashi_01{
border: #000000 1px solid;
font-size: 2.5rem;
display: inline-block;
padding: 0 4%;
}

.telmail{
width: 55px;
margin-top: 6%;
}

.section_02 div p{
font-size: 3.8rem;
line-height: 1.0em;
}

.section_02 div p span{
font-size: 60%;
}

.calendar{
width: 60%;
height: 350px;
margin: 4% 0 0 0;
}

.section_03{
padding: 4% 0;
text-align: center;
}

.section_03 iframe{
margin: 4% auto 0 auto;
width: 80%;
}

footer{
background: #193931;
text-align: center;
padding: 3% 0;
}

footer img{
width: 193px;
margin-bottom: 1%;
}

footer p{
font-size: 1.3rem;
color: #fff;
}


.honbun_01{
font-size: 1.8rem;
text-align: center;
padding: 1% 0;
}