    @charset "utf-8";
    /******************
toppage
******************/
    
    .main_outer {
        position: relative;
    }
    
    .main_outer .slider_text {
        position: absolute;
        top: clamp(80px, calc(80px + (100vh - 700px) * 0.2), 120px);
        left: 50%;
        transform: translate(-50%, 0);
        /* width: 100%;
    max-width: 794px; */
        width: clamp(510px, calc(510px + (100vh - 700px) * 0.2), 570px);
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    .main {
        height: calc(100vh - 28px)!important;
        min-height: 700px;
        width: 100vw;
        /* max-width: 1600px; */
        margin: 0 auto;
        position: relative;
    }
    
    .main .slider_decorate {
        position: absolute;
        top: 0;
        right: 0;
        height: 30%;
        width: auto;
    }
    
    .sec {
        max-width: 910px;
        padding: 0 15px;
    }
    /* .main img.imageA {
	height: 80%;
	width: auto;
	display: block;
	margin: 0 auto;
  } */
    /*sec01*/
    
    .sec01 {
        /*background: #e8decb;*/
        background: url(../images/top/bg02.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        margin-top: -130px;
        padding: 150px 0 80px;
        position: relative;
        z-index: 2;
    }
    /*.sec01:before{
	content: "";
	background: url(../images/common/decorate02.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 237px;
	height: 285px;
}*/
    
    .sec01 .rinen {
        background: rgba(255, 255, 255, 0.9);
        position: relative;
        border-radius: 18px;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
        width: 810px;
        margin: 0 auto;
        padding: 10px;
        /*position: absolute;
	top: -8%;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 10;*/
    }
    
    .sec01 .rinen:before {
        content: "";
        background: url(../images/top/rinen_decorate01.png);
        background-repeat: no-repeat;
        position: absolute;
        top: -22px;
        left: -120px;
        width: 197px;
        height: 188px;
    }
    
    .sec01 .rinen:after {
        content: "";
        background: url(../images/top/rinen_decorate02.png);
        background-repeat: no-repeat;
        position: absolute;
        bottom: -50px;
        right: -125px;
        width: 215px;
        height: 222px;
    }
    
    .sec01 .rinen_inner {
        border: 1px solid #004077;
        border-radius: 15px;
        margin: auto;
        padding: 60px 50px;
    }
    
    .sec01 .rinen h2,
    .news h2 {
        margin-bottom: 45px;
        color: #004077;
    }
    
    .sec01 .rinen ol li {
        font-size: 18px;
        color: #004077;
    }
    
    .sec01 .rinen ol li:not(:last-child) {
        margin-bottom: 15px;
    }
    /*.sec01 .greeting{
	width: 670px;
	margin: 0 auto;
	text-align: center;
}
.sec01 .greeting h2{
	margin-bottom: 35px;
}*/
    /*sec02*/
    
    .sec02 .flex_area {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1600px;
        margin: 0 auto;
    }
    
    .sec02 .flex_area img {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: block;
    }
    
    .sec02 .flex_area .sm_item {
        width: 25%;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }
    /*.sec02 .flex_area .sm_item a{
	display: block;
	width: 100%;
	height: 100%;
}*/
    
    .sec02 .flex_area .sm_item .link-btn:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: rgba(0, 0, 0, 0);
    }
    
    .sec02 .flex_area .sm_item .link-btn:hover .btn {
        background: #fff;
    }
    
    .sec02 .flex_area .sm_item .link-btn:hover .btn p {
        color: #000;
    }
    
    .sec02 .flex_area .sm_item .item_inner {
        /*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);*/
        width: 100%;
    }
    
    .sec02 .flex_area .sm_item h2 {
        font-size: 28px;
        color: #fff;
    }
    
    .sec02 .flex_area .sm_item .en_ttl {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-bottom: 5%;
    }
    
    .sec02 .flex_area .sm_item h3 {
        font-size: 19px;
        color: #fff;
        margin-bottom: 15%;
    }
    
    .sec02 .flex_area .sm_item .link-btn {
        text-decoration: none;
    }
    
    .sec02 .flex_area .sm_item .btn {
        display: block;
        border: 1px solid rgba(255, 255, 255, .5);
        border-radius: 21px;
        width: 155px;
        margin: 0 auto;
        transition: .7s;
    }
    
    .sec02 .flex_area .sm_item .btn {
        font-size: 16px;
        color: #fff;
        padding: 7px 0;
        text-align: center;
        transition: .7s;
    }
    
    .sec02 .flex_area .lg_item {
        width: 50%;
    }
    
    .sec02 .flex_area .item_02,
    .bk_col01 {
        background: rgba(126, 158, 177, 1);
    }
    
    .sec02 .flex_area .item_02:hover {
        background: rgba(126, 158, 177, 0.9);
    }
    
    .sec02 .flex_area .item_05,
    .bk_col02 {
        background: rgba(95, 150, 138, 1);
    }
    
    .sec02 .flex_area .item_05:hover {
        background: rgba(95, 150, 138, 0.9);
    }
    
    .sec02 .flex_area .item_08,
    .bk_col03 {
        background: rgba(117, 152, 107, 1);
    }
    
    .sec02 .flex_area .item_08:hover {
        background: rgba(117, 152, 107, 0.9);
    }
    
    .sec02 .flex_area .item_11,
    .bk_col04 {
        background: #a0a96b;
    }
    
    .sec02 .flex_area .item_11:hover {
        background: rgba(160, 169, 107, 0.9);
    }
    
    .sec02 .flex_area .item_14,
    .bk_col05 {
        background-color: #c2b967;
    }
    /*sec03*/
    
    .sec03 .banner_area {
        /* margin: 85px 0 65px; */
        padding: 70px 0 20px 0;
        text-align: center;
        /*background-image:url(../images/top/bk_insta.png)*/
    }
    /*.sec03 .banner_area a{
	display: block;
}*/
    
    .sec03 .banner_area a:hover {
        opacity: 0.8;
    }
    /*.sec03 .banner_area a img{
	display: block;
	margin: 0 auto;
}*/
    
    @media print,
    screen and (max-width: 1100px) {
        .sec02 .flex_area .sm_item h2 {
            font-size: 24px;
            margin-top: 8%;
        }
        .sec02 .flex_area .sm_item .en_ttl {
            font-size: 15px;
            margin-bottom: 4%;
        }
        .sec02 .flex_area .sm_item h3 {
            font-size: 15px;
            margin-bottom: 8%;
            line-height: 1.3;
        }
        .sec02 .flex_area .sm_item .btn {
            margin: 0 auto 8%;
        }
        .sec02 .flex_area .sm_item .btn p {
            font-size: 14px;
            padding: 3px 0;
        }
    }
    /* お知らせ ver3*/
    
    .news {
        max-width: 810px;
        margin: 80px auto 30px;
        color: #004077;
    }
    
    .news p {
        font-size: 14px;
        line-height: 1.75;
    }
    
    .news li {
        border-top: 1px solid gray;
        padding: 16px 0;
    }
    
    .news ol {
        border-bottom: 1px solid gray;
    }
    
    .news-content {
        /* text-decoration: none; */
        color: inherit;
    }
    
    .news-content:hover {
        text-decoration: none;
    }
    
    .day {
        font-size: 13px;
        font-weight: bold;
    }
    
    @media print,
    screen and (max-width: 767px) {
        .main {
            height: 75vh;
        }
        .main_outer .slider_text {
            top: 50%;
            transform: translate(-50%, -50%);
            width: 90%;
            max-width: 500px;
        }
        .sec01 {
            margin-top: -6.5%;
            padding: 100px 0 50px;
            background: url(../images/top/bg01.png), linear-gradient(0deg, #e8decb 0%, #e8decb 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
            background-repeat: no-repeat;
            background-position: top center;
            background-size: cover;
        }
        .sec01 .rinen {
            border-radius: 18px;
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
            width: 90%;
            margin: 0 auto;
            padding: 1%;
            position: relative;
            top: auto;
            left: auto;
            transform: translate(0, -8%);
        }
        .sec01 .rinen:before {
            top: -35px;
            left: -10px;
            width: 110px;
            height: 61px;
            background: url(../images/top/rinen_decorate01_sp.png);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .sec01 .rinen:after {
            bottom: -30px;
            right: -10px;
            width: 110px;
            height: 64px;
            background: url(../images/top/rinen_decorate02_sp.png);
            background-repeat: no-repeat;
            background-size: contain;
        }
        .sec01 .rinen_inner {
            padding: 25px 6% 6%;
        }
        .sec01 .rinen h2 {
            margin-bottom: 45px;
            font-size: 22px;
        }
        .sec01 .rinen ol li {
            font-size: 16px;
        }
        .sec01 .rinen ol li:not(:first-child) {
            padding-right: 0;
        }
        .sec01 .rinen ol li:not(:last-child) {
            margin-bottom: 25px;
        }
        .sec01 .greeting {
            width: 100%;
            padding: 3% 3% 0;
        }
        .sec01 .greeting h2 {
            margin-bottom: 5%;
        }
        .sec02 .flex_area .sm_item {
            width: 50%;
        }
        .sec02 .flex_area .sm_item .item_inner {
            padding: 0 3%;
        }
        .sec02 .flex_area .sm_item h2 {
            font-size: 24px;
            margin-top: 3%;
        }
        .sec02 .flex_area .sm_item .en_ttl {
            font-size: 13px;
            margin-bottom: 2%;
        }
        .sec02 .flex_area .sm_item h3 {
            margin: 7% 0;
            line-height: 1.2;
        }
        .sec02 .flex_area .sm_item .btn {
            margin: 0 auto;
        }
        .sec02 .flex_area .sm_item .btn p {
            font-size: 14px;
            padding: 0;
        }
        .sec02 .flex_area .lg_item {
            display: none;
        }
        .sec03 .banner_area {
            padding: 50px 15px 0 15px;
        }
    }
    
    @media print,
    screen and (max-width: 414px) {
        .sec01 {
            background-size: contain;
        }
    }
    
    @media print,
    screen and (max-width: 375px) {
        .sec02 .flex_area .sm_item h2 {
            font-size: 20px;
            margin-top: 3%;
        }
        .sec02 .flex_area .sm_item .en_ttl {
            font-size: 12px;
            margin-bottom: 2%;
        }
        .sec02 .flex_area .sm_item h3 {
            font-size: 14px;
            margin: 6% 0;
            line-height: 1.2;
        }
        .sec02 .flex_area .sm_item .btn {
            padding: 4px 0;
        }
    }
    /*
insta
*/
    
    .sec_insta {
        max-width: none;
        margin-bottom: -6px;
    }
    
    .sec_insta .instagram {
        margin-top: 85px;
    }
    
    .instagram .insta_header {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .instagram .insta_header .insta_title {
        font-size: 26px;
        font-weight: 700;
        font-family: fot-tsukubrdgothic-std, sans-serif;
        font-style: normal;
        color: #004077;
        text-align: center;
        padding-bottom: 15px;
    }
    
    .instagram .insta_header .insta_link {
        position: absolute;
        top: 12px;
        right: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
    
    .instagram .insta_header .insta_link img {
        display: block;
        margin-right: 10px;
        display: block;
    }
    
    .instagram .insta_header .insta_link a {
        color: #004077;
        text-decoration: none;
    }
    
    @media print,
    screen and (max-width: 767px) {
        .sec_insta .instagram {
            margin-top: 55px;
        }
        .instagram .insta_header .insta_title {
            font-size: 21px;
            padding-bottom: 30px;
        }
        .instagram .insta_header .insta_link {
            top: 35px;
            right: 15px;
        }
        .instagram .insta_header .insta_link img {
            width: 20px;
            height: 20px;
            margin: -2px 6px 0 0;
        }
        .instagram .insta_header .insta_link a {
            font-size: 15px;
        }
    }