﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

body{
    font-size: 14px;
}

#header .top_nav, .main_img .catch, .main_wrap .menu .nav, .all_page .menu .nav, .top_cms_box .cms_title, #page_title p {
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.t_cms_txt3, .t_cms_txt6, .t_cms_txt9, .top_cms_box .cms_title, .other .box_title{
    font-family: 'Kosugi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.main_img_wrap .catch {
    letter-spacing: 8px;
    font-size: 36px;
}

.main_img_wrap .catch span {
    line-height: 2.0;
    padding: 20px 0px;
    /*text-shadow: 1px 1px 0px #ffffff;*/
}

.main_wrap .menu .nav .nav1, .all_page .menu .nav .nav1{
    letter-spacing: 2px;
}
.main_wrap .menu .nav .nav2, .all_page .menu .nav .nav2{
        font-size: 12px;
}
.menu .nav ul li a{
    padding-left: 20px;
    padding-right: 8px;
}

.point0{
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
}
#top_cms{
    background-image: url(./Dup/img/bg1.png);
}
#top_cms .cms_title p.font_2up{
    font-weight: normal;
}

.sns_links li{
	max-width: 30px;
}

.other .box{
    position: relative;
    overflow: inherit;
    border: none;
}
.other .box::before{
    content: "";
    display: block;
    position: absolute;
    width: 160px;
    height: 100px;
    left: 0;
    right: 0;
    top: -70px;
    margin: auto;
    background-size: auto 100px;
    z-index: 1;
}
.point1::before{
    background: url(./Dup/img/point1.png) #fff no-repeat top center;
}
.point2::before{
    background: url(./Dup/img/point2.png) #fff no-repeat top center;
}
.other .box .box_item{
    border: 2px solid #3c3c3c;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(228,225,209,0.8);
}
.other .box:hover {
    background-color: transparent;
}
.other .box:hover p, .other .box:hover h2 span {
    color: #323232;
}
.other .box:hover figure {
    opacity: 0.9;
}

footer .svg_box{
    z-index: -1;
    opacity: 0.3;
}
footer {
    background-image: url(./Dup/img/bg1.png);
}

.all_page {
    background-image: url(./Dup/img/bg2.png);
}

#page_title p {
    text-shadow: 1px 1px 0 #FFFFF0, -1px -1px 0 #FFFFF0, -1px 1px 0 #FFFFF0, 1px -1px 0 #FFFFF0, 0px 1px 0 #FFFFF0, 0-1px 0 #FFFFF0, -1px 0 0 #FFFFF0, 1px 0 0 #FFFFF0;
}
.img-container:before {
    background: #ffd255;
}
.img-container, .img-container:before {
    border-radius: 20px;
}

#tel_CONTACT{
    
}

#page9 .box h3{
    color: #323232;
    font-size: 16px;
}
#page9 p{
    line-height: 2.0;
}
.page10 .more_box .more {
    border-radius: 10px;
}

.cms_1-ax .cate_box, .cms_2-c .cate_box, .cms_4-a .box_wrap, .cms_6-bx {
    border: 2px solid #3c3c3c;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(228,225,209,0.8);
}


@media screen and (min-width:769px){

}

@media screen and (max-width: 768px){
    .button_container:hover {
        opacity: 1;
    }
    .button_container span {
        background-color: #323232;
        box-shadow: 0px 1px 0 #fff;
    }
    .button_container.active span{
        background-color: #323232;
    }
    .main_img_wrap {
        height: 60vh;
    }
    .main_wrap {
        margin-top: 60vh;
    }
    .point0 {
        max-width: 140px;
    }
    .other .box::before {
        width: 140px;
        height: 80px;
        top: -50px;
        background-size: auto 80px;
    }
}

@media screen and (max-width: 667px){
    .main_img_wrap {
        height: 50vh;
    }
    .main_wrap {
        margin-top: 50vh;
    }
    .main_img_wrap .navi{
        display: none;
    }
    .main_img_wrap .catch {
        letter-spacing: 4px;
        font-size: 16px;
        bottom: 100px;
    }
    .point0 {
        max-width: 110px;
    }
    .other .box {
        width: 96%;
        margin: 0px auto 90px;
        box-sizing: border-box;
    }
    .other .box:last-child {
        margin-bottom: 0;;
    }
    #page_title p {
        text-shadow: none;
    }
    #page_title .img-container::after {
        background-color: rgba(255,193,7,0.1);
    }
    .cate_list{
        font-size: 14px;
    }
}

@media all and (-ms-high-contrast:none){
.yoyaku_btn a{padding: 13px 10px 7px;}
}