@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300&family=Noto+Sans+JP:wght@400;500&family=Walter+Turncoat&display=swap');
html{
    font-size: 62.5%;
}
body {
    font-size:1.6rem;
    font-feature-settings: 'palt';
    letter-spacing: 2px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    font-family: 'Noto Sans JP', serif;
    line-height: 2;
    text-align: center;
    color: #333333;
    background: #FFFFFC; 
    box-sizing: border-box;
    position: relative;
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/*font-family: 'Kiwi Maru', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Walter Turncoat', cursive;*/

img{
    max-width: 100%;
}
iframe{
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.sp{
    display: none;
}
.mb30{
    margin-bottom: 3rem;
}
@media screen and (max-width: 1080px) {
.tab{
    display: none;
}
}
@media screen and (max-width: 680px) {
.sp{
    display: block;
}
.spmt0{
    margin-top: 0;
}
.spmb0{
    margin-bottom: 0;
}
.spmb20{
    margin-bottom: 2rem;
}
.spmb40{
    margin-bottom: 4rem;
}
.pc{
    display: none;
}
}
.w1080{
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.w50{
    margin-top: 2rem;
    width: 49%;
}

@media screen and (max-width: 1080px) {
    .w1080{
        width: 95%;
    }
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont_l,.cont_r{
    width: 48.5%;
}
@media screen and (max-width: 680px) {
    .cont_l,.cont_r{
        width: 100%;
    }
}

.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
h3{
    font-size: 2.2rem;
}

h3{
    font-family: 'Kiwi Maru', serif;
    font-size: 2.8rem;
    margin-bottom: 5rem;
}
h3 span{
    display: block;
    font-family: 'Walter Turncoat', cursive;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1;
}
@media screen and (max-width: 1080px) {
.text_right{
    text-align: center;
}
h3{
    font-size: 2.4rem;
    margin-bottom: 3rem;
}
h3 span{
    font-size: 1.4rem;
}
}
@media screen and (max-width: 680px) {
h3{
    font-size: 2.2rem;
}
h3 span{
    font-size: 1.2rem;
}
}

h4.star{
    position: relative;
    padding: 1rem 2rem 1rem 6.5rem;
    font-size: 2rem;
    font-weight: normal;
    text-align: left;
    color: #5E3601;
}
h4.star::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 4px;
    width: 100%;
    height: 100%;
}
h4.star::after {
    content: '';
    display: inline-block;
    width: 37px;
    height: 42px;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    transform: translateY(-55%)
}
h4.star.ttl_pk{
    background: #FFE9E2;
}
h4.star.ttl_pk::before {
    border: 1px solid #FBAA90;
    transition: .3s;
}
h4.star.ttl_pk::after {
    background: url("../img/com/ico_p_star.png") no-repeat center center;
    background-size: contain;
}
h4.star.ttl_og{
    background: #FFF7AF;
}
h4.star.ttl_og::before {
    border: 1px solid #FFCA72;
    transition: .3s;
}
h4.star.ttl_og::after {
    background: url("../img/com/ico_y_star.png") no-repeat center center;
    background-size: contain;
}
.list_style01{
    text-align: left;
    margin: 3rem 0 4rem;
    color: #5E3601;
}
@media screen and (max-width: 680px) {
.list_style01{
    margin: 2rem 0 4rem;
}
    .list_style01.spmb0{
        margin-bottom: 0;
    }
    .list_style01.spmt0{
        margin-top: 0;
    }
}
.list_style01 dt{
    width: 30%;
    padding: 1rem 0.5rem;
}
.list_style01 dd{
    border-bottom: 2px #FBAA90 dashed;
    width: 70%;
    padding: 1rem 0.5rem;
}
.list_style01.pk dt,
.list_style01.pk dt{
    border-bottom: 2px #FBAA90 dashed;
}
.list_style01.og dt,
.list_style01.og dd{
    border-bottom: 2px #FFCA72 dashed;
}
.header{
    width: 100%;
    padding-top: 4.3rem;
    background: url("../img/com/header_line.png") top center no-repeat;
    background-size: 100% 45px;
}

#menu-toggle,#trigger, #burger, #burger:before, #burger:after {
    display: none;
}
@keyframes checked-anim {
    50% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
@keyframes not-checked-anim {
    0% {
        width: 3000px;
        height: 3000px;
    }
}
.g_nav{
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFC;
    z-index: 999;
}
.g_nav li{
    min-width: 13rem;
    padding: 1rem 2rem;
    border-left: 1px dashed #FFAC1D;
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.g_nav li:nth-child(8),
.g_nav li:nth-child(9){
    display: none;
}
.g_nav li img{
    display: block;
    width: 80%;
    margin: auto;
}
.g_nav li img.logo{
    min-width: 120px;
    height: auto;
}
.sp-logo{
    max-width: 120px;
    margin: -3rem auto 0;
}
.g_nav li:nth-child(7){
    border-right: 1px dashed #FFAC1D;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #FFCA72;
    background: #FFCA72;
}
.fixed li{
width: 17%;
    height: 7rem;
    background: #FFFFFC;
}
.fixed li img{
    max-height: 7rem;
}
.fixed li img.logo{
    max-height: 10rem;
    min-width: auto;
}
.g_nav.fixed li:nth-child(1){
    border-left: none;
}
.g_nav.fixed li:nth-child(7){
    border-right: none;
}
@media screen and (max-width: 910px) {
.sp-logo{
    display: block;
}
.g_nav li{
    width: 50%;
    border-right: 1px dashed #FFAC1D;
    border-left: none;
    border-top: 1px dashed #FFAC1D;
    height: 10rem;
    z-index: 999;
    background: #fff;
    order: 2;
}
.g_nav li:nth-child(4){
    width: 100%;
    order: 1;
    height: 13rem;
}
.g_nav li:nth-child(4){
    border-top: none;
}
.g_nav li:nth-child(2),
.g_nav li:nth-child(4),
.g_nav li:nth-child(5),
.g_nav li:nth-child(7),
.g_nav li:nth-child(8),
.g_nav li:nth-child(9){
    border-right: none;
}
.g_nav li:nth-child(8),
.g_nav li:nth-child(9){
    width: 100%;
}
#menu li, #menu a {
    display: none;
}
#menu-toggle{
display: block;
}
.fix{
    position: fixed;
    top: -1px;
    left: -1px;
    z-index: 1000;
}
#trigger, #burger, #burger:before, #burger:after {
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    width: 30px;
    height: 5px;
    transition: .2s ease;
    cursor: pointer;
    z-index: 1001;
}
#trigger {
    height: 25px;
    background: none;
}
#burger:before {
    content: " ";
    top: 10px;
    left: 0;
}
#burger:after {
    content: " ";
    top: 20px;
    left: 0;
}
#menu-toggle:checked + #trigger + #burger {
    top: 35px;
    transform: rotate(180deg);
    transition: transform .2s ease;
}

#menu-toggle:checked + #trigger + #burger:before {
    width: 20px;
    top: -2px;
    left: 18px;
    transform: rotate(45deg) translateX(-5px);
    transition: transform .2s ease;
}
#menu-toggle:checked + #trigger + #burger:after {
    width: 20px;
    top: 2px;
    left: 18px;
    transform: rotate(-45deg) translateX(-5px);
    transition: transform .2s ease;
}
#menu {
    background: #FFCA72;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 7rem;
    margin: 0;
    width: 100px;
    height: 90px;
    border-bottom-right-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    animation: not-checked-anim .2s both;
    transition: .2s;
}
#menu-toggle:checked + #trigger + #burger + #menu {
    animation: checked-anim 1s ease both;
}
#menu-toggle:checked + #trigger ~ #menu > li,
#menu-toggle:checked + #trigger ~ #menu > li a{
    display: flex;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}
}
.main_img{
    margin-top: -1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 680px) {
.main_img img{
    width: 200vw;
    max-width: none;
}
}
.btn_more{
    display: block;
    max-width: 40%;
    min-width: 345px;
    margin: 6rem auto 0;
}
@media screen and (max-width: 680px) {
.btn_more{
    max-width: 80%;
    width: 300px;
    min-width: auto;
    margin: 3rem auto 0;
}
}
.comment{
    margin-bottom: 6rem;
}
.btn_list {
    margin: 2rem 0;
}
.btn_list li{
    width: 48%;
    margin: 0.5rem 0;
}
.contact_bg{
    background: url("../img/com/bg_contact.png") no-repeat center top;
    background-size: cover;
    padding: 12rem 0 18rem;
    margin-top: -10rem;
    z-index: 1;
}
@media screen and (max-width: 680px) {
.comment{
    margin-bottom: 2rem;
}
.contact_bg{
    padding: 7rem 0 8rem;
}
}
.contact_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contact_list li{
    max-width: 50%;
    padding: 0 2rem 2rem;
}
@media screen and (max-width: 680px) {
.contact_list li{
    max-width: 100%;
}
}
footer{
    background: url("../img/com/footer_line.png") no-repeat top center;
    background-size: 100% auto;
    margin-top: -0.3rem;
    padding: 2rem 0 1rem;
}
.footer_cont{
    color: #5E3601;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.add{
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
    margin-right: 2rem;
}
.footer_nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 2rem;
}
.footer_nav li{
    width: 30%;
}
.footer_nav li a{
    color: #5E3601;
}
.footer_sns{
    margin: 1rem 0 1rem 0;
}
.copy{
    font-family: 'Walter Turncoat', cursive;
    font-size: 1.2rem;
    text-align: right;
    color: #5E3601;
}
@media screen and (max-width: 680px) {
footer{
    padding: 2rem 0 8rem;
}
.footer_cont{
    justify-content: center;
}
.footer_nav{
    display: none;
}
.copy{
    text-align: center;
    margin-top: 2rem;
}
}
@media screen and (max-width: 420px) {
.footer_sns{
    width: 100%;
    justify-content: center;
    margin: 1rem 0 0 0;
}
.footer_sns img{
    margin: 0 0.5rem;
}
.copy{
    margin-top: 1rem;
}
}

.reverse{
    flex-direction: row-reverse;
}
.text_r{
    padding-left: 5rem;
}
@media screen and (max-width: 680px) {
.text_r{
    padding-left: 0;
}
}

.fix_nav{
     position: fixed;
     right: 0;
     top: 20%;
}
.fix_nav li{
    margin-bottom: 1.5rem;
}
.fix_nav li img{
    max-height: 12vw;
    display: block;
    width: 100%;
    height: 100%;
}
.to_top{
    position: fixed;
    bottom: 3rem;
    right: 1rem;
    width: 15rem;
}
.to_top:hover{
    transition: .5s;
    transform: rotate(15deg);
}


@media screen and (max-width: 910px) {
.fix_nav{
     position: fixed;
     right: 0;
}
.to_top{
    width: 10rem;
}
}
@media screen and (max-width: 680px) {
.fix_nav_sp{
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
}
.fix_nav_sp li{
    width: 50%;
    padding: 1rem;
}
.fix_nav_sp li a{
    display: block;
    z-index: 1000;
}
.fix_nav_sp .red{
    display: flex;
    align-items: center;
    justify-content: center;
    background:#FBAA90;
}
.fix_nav_sp .green{
    display: flex;
    align-items: center;
    justify-content: center;
    background:#B3D8B6;
}
.to_top{
    position: fixed;
    bottom: 10.5rem;
    right: 1rem;
    width: 8rem;
}
}