@charset "UTF-8";

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: scroll;
}

body{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    position:relative;
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
    overflow-x: hidden;
    margin: 0;
}

h1,h2,h3,h4,h5,.bold,a,i{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
}

p,td,li,dt{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;}

h1,h2,h3{
    margin:0;
}

a{
    transition: all 300ms 0s ease;
    text-decoration:none;
}

a:hover{
    opacity:.8;
}

p{
    font-size:18px;
    color:#333333;
    line-height:2.2em;
    letter-spacing:.03em;
    text-align:justify;
}

.container{
    width:1320px;
    margin:0 auto;
}

.row{
    display:flex;
}

.col-100{
    width:100%;
}

.col-80{
    width:78%;
}

.col-70{
    width:66%;
}

.col-65{
    width:63%;
}

.col-60{
    width:56%;
}

.col-50{
    width:48%;
}

.col-40{
    width:38%;
}

.col-35{
    width:33%;
}

.col-30{
    width:31%;
}

.col-25{
    width:23%;
}

.col-20{
    width:18%;
}

.col-15{
    width:18%;
}

ul{
    padding-left:0;
    margin-top:0;
}

li{
    list-style-type:none;
}

.bold{
    font-weight:bold;
}

.txt-left{
    text-align:left;
}

.txt-center{
    text-align:center;
}

.txt-right{
    text-align:right;
}

.bold{
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
}

/* ボタンのスタイル */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn img {
    height: auto;
    vertical-align: middle;
}

.main-image-wrapper {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 16 / 9; /* 必要に応じてアスペクト比を調整 */
    background-image: url('../img/main-image.jpg'); /* ここにメイン画像のパスを指定 */
}

header{
    position:relative;
}

h1{
    position:absolute;
    z-index:-99;
    top:0;
    left:0;
}

.concept-wrapper{
    width:100%;
}


/* スライダーのスタイル */
.slider-wrapper {
    width: 100%;
    overflow: hidden;
}
.slider-container {
    display: block;
    width: 100%;
}
.slider-item {
    width: 200px;
    height: 150px;
    margin: 0;
    padding: 0;
}
.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slick-slide {
    margin: 0;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* コンセプトコンテント背景画像 */
.concept-content {
    position: relative;
    width: 100%;
    background-image: url('../img/main-bg-image.jpg');
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    aspect-ratio: 16 / 9;
    height: 800px;
}

.date-bg{
    position: absolute;
    background-image: url('../img/date-bg02.png');
    bottom:0;
    left:0;
    width: 35%;
    height:110%;
    background-size: cover;
}

.concept-content .container .row{
    justify-content: flex-end;
}

.concept-content .container .col-40 img{
    width:100%;
}

.concept-content .container .illust-area img{
    width:80%;
}

.concept-content .container .illust-area{
    margin-top:100px;
}

.concept-content .container .text-concept{
    margin-top:150px;
}


.greeting-wrapper {
    width: 100%;
    background-image: url('../img/greeting-mid.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    aspect-ratio: 21 / 9;
    height: auto;
    padding-bottom: 100px;
}

.greeting-wrapper h2{
    font-size:52px;
    padding:100px 0 60px 0;
    color:#003A27;
}

.greeting-content{
    background-color:white;
    border:5px solid #003A27;
    padding:70px 80px 50px 80px;
    justify-content: space-between;
    border-radius:20px;
}


.greeting-content .col-40 img{
    width:100%;
}

.greeting-content .col-60 h3{
    border-bottom:2px solid #003A27;
    width:100%;
    padding-bottom:10px;
    margin-bottom:30px;
    font-size:40px;
    color:#003A27;
}

.greeting-content .col-60 p{
    line-height:2em;
    font-size:16px;
}

.daihyo-name{
    font-size:16px;
}

/* 新着情報セクション */
.news-wrapper {
    padding: 40px 0;
    margin: 40px 0;
}

.title-wrap{
    margin-bottom:50px;
}

.title-wrap p {
    font-size:52px;
    margin-bottom: 10px;
    color:#003A27;
    line-height:1;
}

.title-wrap p+h2{
    font-size:16px;
    color:#003A27;
}

.news-content ul {
    padding: 0;
    margin: 0;
}

.news-content li {
    list-style: none;
    color: #033A27;
    font-size: 18px;
    border-top: 1px solid #C6C6C6;
}
.news-content li div{
    padding: 30px 80px;
}

.news-content li a{
    padding: 30px 80px;
    display:block;
    color: #033A27;
}

.news-content li:last-child {
    border-bottom: 1px solid #C6C6C6;
}

.news-content span {
    margin-right: 3em;
    font-weight: bold;
}

.bnr-area{
    margin-bottom:30px;
}

.bnr img{
    width:100%;
}

.btn-area{
    margin-bottom:80px;
}

.btn-area .row{
    justify-content: space-between;
}

.btn{
    width:100%;
    color:white;
    display:block;
    text-align:center;
    padding:15px 0 10px 0;
    border-radius:50px;
    font-size:24px;
    margin-bottom:30px;
    font-weight:bold;
}

.btn img{
    height:50px;
    margin-right:15px;
}

.btn.line{
    background-color:#4CC763;
}

.btn.boos{
    background-color:#DD7230;
}

.btn.company{
    background-color:#30acdd;
}

.btn.enter{
    background-color:#FCDE41;
    color:#003A27;
}

.access-wrapper{
    width:100%;
    background-color:#EBEBEB;
    padding:40px 0;
    margin-bottom:100px;
}

.access-method{
    flex-wrap:wrap;
    justify-content: space-between;
}

.access-method .col-50{
    margin-bottom:40px;
    background-color:white;
    border-radius:10px;
    box-shadow: #C6C6C6 0px 4px 8px;
}

.access-method-innner{
    padding:40px 60px;
}

.map-area iframe{
    width:100%;
    height:400px;
    margin:50px 0;
}

.access-content{
    justify-content: space-between;
}

.access-content .snprz img{
    width:100%;
    margin-bottom:30px;
}

.access-info h3{
    width:100%;
    margin-bottom:20px;
    font-size:32px;
    color:#003A27;
}


.access-info .address{
    font-size:22px;
    line-height:1;
    margin-bottom:10px;
}

.access-info .address+p{
    margin:0;
    font-size:14px;
    margin-bottom:30px;
}

.access-info hr{
    border:1px solid #C6C6C6;
    margin-bottom:30px;
}

.add-cap{
    font-size:14px;
    line-height:2em;
    margin-bottom:30px;
}

.tel-btn,.map-btn{
    background-color:#FCDE41;
    color:#003A27;
    display:block;
    text-align:center;
    padding:15px 0;
    width:100%;
    font-size:18px;
    font-weight:bold;
    margin-bottom:0;
}

.map-btn{
    background-color:#033A27;
    color:white;
}

.tel-btn img,.map-btn img{
    height:30px;
}

.access-info .row{
    justify-content: space-between;
}

.access-method img{
    height:80px;
}

.access-method h4{
    font-size:24px;
    margin:20px 0;
    padding-bottom:20px;
    width:100%;
    border-bottom:1px solid #C6C6C6;
    color:#033A27;
}

.access-method p{
    font-size:16px;
    line-height:2em;
}

footer .row{
    justify-content:center;
}

footer .row h3{
    width:100%;
    background-color:#EBEBEB;
    padding:10px 0;
    margin-bottom:30px;
    font-size:32px;
    border-radius:50px;
}

footer .row .col-40{
    margin:15px;
}

footer .row .col-40 img{
    height:70px;
    margin-bottom:20px;
}

footer .row .col-80 p{
    font-size:16px;
    line-height:2em;
}

.footer-copy{
    background-color:#EBEBEB;
    width:100%;
    text-align:center;
    padding:10px 0;
    font-size:12px;
    margin-bottom:0;
    margin-top:50px;
}

footer .title-wrap p{
    margin-top:0;
}

.spc-open{
    display:none;
}
.tab-open{
    display:none;
}
.sp-open{
    display:none;
}

.ham-container {
    position: fixed;
    width: 100%;
    top:0;
    right:0;
    z-index:9999;
}

.hamburger-menu {
    width: 40px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    user-select: none;
    background-color: white;
    padding: 20px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    transition: .3s;
}

.ham-line {
    background-color:#07583D;
    height: 3px;
    width: 60%;
    position: absolute;
    transition: all 0.3s;
}

.ham-line:nth-of-type(1) {
    top: 18px;

}

.ham-line:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}

.ham-line:nth-of-type(3) {
    bottom: 18px;
}

.hamburger-menu.active > .ham-line:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.hamburger-menu.active > .ham-line:nth-of-type(2) {
    display: none;
}

.hamburger-menu.active > .ham-line:nth-of-type(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 10px 15px 10px 15px;
    width: 20%;
    height: 100vh;
    background-color: #f5f5f5;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    opacity: .95 !important;
}

.nav-menu.active {
    display: flex;
    animation: slideInFromLeft 0.3s forwards;
}

@keyframes slideInFromLeft {
    0% {
        left: -100%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.nav-menu a {
    text-decoration: none;
    color: #07583D;
    padding: 20px 0;
    margin: 0;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
    pointer-events: none;
    font-size:18px;
}

.nav-menu a.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
    width: 100%;
    border-bottom: 1px solid #dadada;
    text-indent: 0.5em;
}

.gnav-wrapper{
    width:100%;
    background-color:#003A27;
}

.gnav-wrapper ul{
    text-align:center;
    margin-bottom:0;
}

.gnav-wrapper ul li{
    display:inline-block;
    text-align:center;
    width:200px;
    border-left:1px solid white;
}

.gnav-wrapper ul li:last-child{
    border-right:1px solid white;
}

.gnav-wrapper ul li a{
    color:white;
    display:block;
    padding:30px 0;
    font-size:20px;
}

.gnav-wrapper ul li a img{
    height:50px;
    display:block;
    text-align:center;
    margin:0 auto;
    margin-bottom:10px;
}

.gnav{
    width:1300px;
    margin:0 auto;
}

.bread-crumb ul{
    margin-top:30px;
}

.bread-crumb ul li{
    display:inline-block;
    color:#333333;
    font-size:14px;
}

.bread-crumb ul li a{
    color:#333333;
    font-size:14px;
}

.kaso-content-wrap .row{
    flex-wrap:wrap;
    justify-content: space-between;
}

.kaso-title{
    position:relative;
    display:block;
}

.kaso-title-wrap{
    margin-bottom:50px;
    margin-top:100px;
}

.kaso-title-wrap .row{
    border-bottom:1px solid #003A27;
}

.kaso-title-wrap h1{
    font-size:52px;
    color:#003A27;
    line-height:1.4em;
}

.kaso-title-wrap h1 + p{
    font-size:18px;
    color:#333333;
    margin-bottom:50px;
}

.kaso-content-wrap{
    padding-bottom:100px;
    border-bottom:1px solid #003A27;
    margin-bottom:100px;
}

.kaso-content-wrap .row img{
    margin-bottom:40px;
    width:100%;
}

.kaso-content-wrap .row p{
    margin-top:0;
    margin-bottom:50px;
}

.sp-br{
    display:none;
}

.kaso-content-wrap h2{
    border-left:8px solid #003A27;
    padding-left:20px;
    color:#003A27;
    font-size:34px;
    margin-bottom:50px;
}

.kaso-content-wrap table {
    margin: 20px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: solid 1px #D4D4D4;
    width:100%;
    margin-bottom:40px;
}
.kaso-content-wrap .tbl-r02 th {
    background: #FAFAFA;
    border-top: solid 1px #D4D4D4;
    border-right: solid 1px #D4D4D4;
    color: #033A27;
    padding: 30px;
    width:20%;
    line-height:1.8em;
    font-size:18px;
}
.kaso-content-wrap .tbl-r02 td {
    border-top: solid 1px #D4D4D4;
    border-left: solid 1px #D4D4D4;
    padding: 30px;
    width:80%;
    color: #033A27;
    line-height:1.8em;
    font-size:18px;
}

.kaso-content-wrap section{
    margin-bottom:75px;
}

#kinenshi{
    justify-content: center;
}

.send-mail-area span{
    color:red;
}

.kaso-content-wrap .col-50 .btn img{
    width:30px;
    margin:0;
    display:inline;
    height:30px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#dl-btn{
    background-color:#4C64C7;
}

#nyuko-btn{
    background-color:#003A27;
}

.kaso-content-wrap .row .col-50 .btn img {
        margin-bottom: 5px !important;
    }