@charset "utf-8";
/* CSS Document */
/* header */
header .mrp-logo {
    float: left;
}
header .head-nav .flex {
    justify-content: flex-end;
}
header .mrp-logo a {
    display: inline-block;
}
header .mrp-logo img {
    display: inline-block;
    width: 70px;
    margin: 0px 10px 0 0px;
    padding-top: 10px;
}
/* ロゴ変更 2024.03.28 */
/* header .mrp-logo .sp-logo {
    display: none;
} */
header .mrp-logo span {
    color: #0a9f26;
    font-weight: bold;
    font-size: 18px;
    vertical-align: top;
    padding-top: 23px;
    display: inline-block;
    box-sizing: border-box;
    letter-spacing: 0;
}
header .g-nav li {
    text-align: center;
}
header .g-nav li a {
    display: block;
    font-size: 15px;
    padding: 25px 6px;
}
header .g-nav li a:hover {
    color: #007f65;
    text-decoration: underline;
    text-underline-position: under;
}
header .entry {
    background: url(../img/icon_entry.png) no-repeat 33px 0 #00921b;
    margin-left: 0px;
}
header .entry a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 45px 30px 0;
}
.accordion li {
    position: relative;
}
.accordion li ul {
    display: none;
    position: absolute;
    z-index: 1000;
}
.accordion li ul li {
    background: rgba(34, 56, 117, 0.8);
    border-bottom: 1px solid #ddd;
}
.accordion li ul li a {
    white-space: nowrap;
    text-align: left;
    padding: 1em 2.3em;
    color: #FFFFFF;
}
.accordion li ul li a:hover {
    color: #FFFFFF;
}
.accordion li ul li a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 1em;
    top: calc(50% - 2px);
    border-top: solid 2px;
    border-right: solid 2px;
    transform: rotate(45deg) translateY(-50%);
    color: #ffffff;
}
/* footer */
footer .conductor li {
    width: 50%;
    text-align: center;
    padding: 0px 0;
}
footer .conductor li:hover {
    opacity: 0.8;
    transition-duration: 0.2s;
}
footer .conductor li a {
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    padding: 30px 2em;
    display: block;
}
/*footer .conductor li:nth-child(odd) a {
	background: url(../img/icon_bosyuu.png) no-repeat 32% center;
}*/
/*footer .conductor li:nth-child(even) a {
	background: url(../img/icon_entry.png) no-repeat 32% center;
}*/
footer .conductor li:nth-child(odd) {
    background: #2c4482;
}
footer .conductor li:nth-child(even) {
    background: #007f65;
}
footer .footer-logo {
    text-align: center;
    margin: 50px 0 30px 0;
}
footer .footer-nav {
    max-width: 900px;
    margin: 0 auto;
}
footer .footer-nav .flex {
    justify-content: center;
}
footer .footer-nav li {
    display: block;
    margin-bottom: 1em;
}
footer .footer-nav li a {
    margin: 0 1em;
}
/* ロゴ変更 2024.03.28 */
.footer-logo img {
    max-width: 500px;
    margin: 0 auto;
    width: 60%;
    min-width: 260px;
}
footer .copywriter {
    text-align: center;
    margin: 10px 0 10px;
}
footer .copywriter p {
    font-size: 11px;
    color: #777777;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #006b54;
    opacity: 0.7;
    z-index: 200;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    border-top: solid 3px #006b54;
    border-right: solid 3px #006b54;
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#page_top:hover {
    opacity: 1;
}
/*================================================
 *  SNSボタン
 ================================================*/
/* ボタン全体 */
.flowbtn6 {
    border-radius: 13px;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 33px;
    color: #fff !important;
    transition: .5s;
    text-decoration: none;
}
/* アイコンをど真ん中に*/
.flowbtn6 i {
    position: absolute;
    top: 50%;
    left: 52%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* ulタグの内側余白を０にする */
ul.snsbtniti {
    padding: 0 !important;
}
/* アイコンボタン全体の位置 */
.snsbtniti {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 281px;
    margin: 10px auto;
}
/* アイコンボタン同士の余白 */
.snsbtniti li {
    flex: 0 0 28%;
    text-align: center !important;
}
/* アイコンボタンにマウスを乗せた時 */
.flowbtn6:hover {
    opacity: 0.8;
}
/* Twitter */
.fl_tw1 {
    background: #000;
}
.fl_tw1 i {
    background: url(https://www.mrp-net.co.jp/img/x-twitter-white.svg) no-repeat center center;
    display: block;
    width: 30px;
    height: 30px;
}
.fa-twitter:before {
    content: ""!important;
}
/* Instagramアイコン位置 */
.insta_btn6 .fa-instagram {
    font-size: 40px;
}
/* Instagram紫グラデ背景 */
.insta_btn6 {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
}
/* Instagramオレンジグラデ背景 */
.insta_btn6:before {
    content: '';
    position: absolute;
    top: 27px;
    left: -12px;
    width: 59px;
    height: 40px;
    background: -webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
    background: radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}
/* Facebookアイコン位置 */
.fl_fb6 .fa-facebook-f {
    position: relative;
    top: 26px;
    left: 18px;
    font-size: 43px;
}
/* Facebookアイコン背景*/
.fl_fb6 {
    background: -webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);
    background: linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-facebook-f:before {
    content: "\f39e"
}
.fa-twitter:before {
    content: "\f099"
}
@media screen and (max-width:1100px) {
    header {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 100;
    }
    .kv {
        padding-top: 78px;
    }
    .wrapper {
        padding: 0 10px;
    }
    header.wrapper {
        width: 100% !important;
        margin: 0 auto;
    }
    .accordion-sp {
        position: relative;
        width: 100px;
    }
    .accordion-sp ul {
        display: none;
        width: 300px;
        position: absolute;
        top: 100%;
        right: 0%;
        height: 430%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
    }
    .accordion-sp ul li {
        background: rgba(255, 255, 255, 1.0);
        border-bottom: 1px solid #ddd;
        border-left: 10px solid #45c5a6;
    }
    .accordion-sp ul li a {
        white-space: nowrap;
        text-align: left;
        padding: 1em 2.3em;
    }
    #hg-menu, #hg-menu.on {
        padding: 24px 30%;
        height: 78px;
    }
    #hg-menu div {
        width: 100%;
        height: 5px;
        background: #0a9f26;
        transition: all 0.3s;
        backface-visibility: hidden;
    }
    #hg-menu .one, #hg-menu .three {
        margin: 0 auto;
    }
    #hg-menu .two {
        margin: 7px auto;
    }
    #hg-menu.on .one {
        transform: rotate(45deg) translate(5px, 5px);
    }
    #hg-menu.on .two {
        opacity: 0;
        margin: 4px auto;
    }
    #hg-menu.on .three {
        transform: rotate(-45deg) translate(7px, -8px);
    }
    .hg-innner-wrap {
        position: relative;
        width: 100%;
    }
    .hg-innner-btn {
        width: 50px;
        height: 60px;
        position: absolute;
        top: 0;
        right: 5%;
    }
    .hg-innner-btn span::before, .hg-innner-btn span::after {
        display: block;
        content: "";
        position: absolute;
        width: 40%;
        height: 5%;
        background: #45c5a6;
        top: 28px;
        left: 11px;
    }
    .hg-innner-btn span::after {
        transform: rotate(90deg);
    }
    .hg-innner-list {
        display: block;
        width: 100%;
    }
    .accordion-sp ul .hg-innner-list {
        position: relative;
        top: 0;
    }
    .accordion-sp ul .hg-innner-list li {
        /*border-left: 10px solid #45c5a6;*/
        border-top: 1px solid #ccc;
        border-bottom: none;
        border-left: none;
    }
}
@media screen and (max-width:767px) {
    footer .conductor li a {
        font-size: 26px;
        padding: 30px 1em;
        display: block;
    }
}
@media screen and (max-width:425px) {
    header .mrp-logo img {
        /* width: 60px; */
        margin: 0px 4px 0 0px;
        padding-top: 5px;
    }
    header .mrp-logo span {
        font-size: 18px;
        padding-top: 18px;
    }
    header .mrp-logo a {
        font-size: 16px;
    }
    .kv {
        padding-top: 70px;
    }
    .accordion-sp {
        width: 60px;
    }
    .accordion-sp ul {
        display: none;
        width: 300px;
        position: absolute;
        top: 100%;
        right: 0%;
        height: 730%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #hg-menu, #hg-menu.on {
        padding: 22px 25%;
        height: 70px;
    }
    #hg-menu .two {
        margin: 5px auto;
    }
    footer .conductor li {
        width: 100%;
        text-align: center;
        padding: 25px 0;
    }
    /*footer .conductor li:nth-child(odd) a {
	background: url(../img/icon_bosyuu.png) no-repeat 7px -3px/20%;
}
footer .conductor li:nth-child(even) a {
	background: url(../img/icon_entry.png) no-repeat 6px 0px/20%;
}*/
    footer .conductor li a {
        font-size: 29px;
    }
    main.wrapper section.know-atmosphere {
        margin-bottom: 0px;
        padding-bottom: 60px;
    }
    footer .footer-logo img {
        width: 50%;
    }
    footer .footer-logo {
        margin: 40px 0 20px;
    }
    footer .footer-nav li {
        display: block;
        margin-bottom: 0.5em;
        font-size: 90%;
    }
}
/*================================================
 *  追記　2022.09.26
 ================================================*/
@media screen and (min-width:1100px) {
    body {
        padding-top: 76px;
    }
    header.wrapper {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #FFF;
        opacity: 0.9;
        z-index: 1000;
        width: 100%;
    }
    .head-nav {
        width: 1060px;
        align-items: center;
        margin: auto;
    }
}