﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@500&display=swap');

body, .font_sans-serif{
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    font-weight: 500;
    line-height: 1.7;
}

#contents h2, .cms_title p, .more, .other, a[href^="tel:"], a[href^="mailto:"], #page_title .page_title_box p, #contents .txt_wrap::before, #intro_txt_h .intro_no, .list_title{
    font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font_bold{
    font-weight: 500;
}
.rectangle_img, .square_img, .normal_img img{
    border-radius: 10px;
}

/**** cursor ****/

.cursor{
    position: fixed;
    width: 26px;
    height: 26px;
    background-image: url('./Dup/img/cursor.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10001;
    transition: 0.3s;
    transition-property: opacity, transform;
    opacity: 0.6!important;
    pointer-events: none;
}
.cursor::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('./Dup/img/cursor2.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}
.cursor.active{
    transform: scale(2);
    opacity: 0.8!important;
}
.cursor.active::before{
    opacity: 1;
}

/**** ohter ****/

#fakeloader .fl{
    max-width: 250px;
}

#wrap{
    min-width: 1000px;
}
main, footer{
    padding-left: 0;
}
main{
    padding-bottom: 100px;
}

#header_fix{
    top: -100px;
    width: 1000px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
#header_fix ul{
    border-left: solid 1px #EDEDE2;
    border-right: solid 1px #EDEDE2;
    border-bottom: solid 1px #EDEDE2;
    border-radius: 0 0 50px 50px;
    font-size: 12px;
    padding-right: 50px;
}

#header{
    display: none;
}
.menu_wrap{
    width: 100%!important;
}
.menu{
    padding: 0;
    position: relative;
}
.menu::before{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 100px);
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #FCFCF5;
	background-image: linear-gradient(-90deg, #F7F7EB 50%, transparent 50%);
	background-size: 30px 30px;
}
.menu .logo{
    width: 300px!important;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    padding-top: 50px;
}
.menu .nav{
    width: 100%!important;
}
.menu .nav ul{
    justify-content: center;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 100px;
    transform: translateY(40px);
    position: relative;
    z-index: 1;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #EDEDE2;
    font-size: 14px;
}
.menu .nav ul li:last-child a{
    border-radius: 50px;
}

.svg_box1, .svg_box2{
    display: none!important;
}

#main_img{
    padding: 0;
    border-radius: 20px;
}
#main_img:before {
    display: none;
}

section.contact{
    display: none;
}

.svg_dec, .svg_dec2, .svg_dec3, .svg_dec4, .svg_dec5, .svg_dec6{
    display: none!important;
}
#intro_h{
    background-image: url('./Dup/img/bg_img5.png');
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: top right;
}
#intro_txt_h .intro_no{
    border-radius: 50px;
}

#contents h2{
    opacity: 0.6;
    padding-bottom: 0;
}
#contents h2 span{
    transform: none!important;
}
#contents .box{
    width: calc(33.3333% - 30px)!important;
    position: relative;
    background-color: transparent;
}
#contents .box:nth-of-type(1)::before, #contents .box:nth-of-type(2)::before{
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: 30%;
    right: -62px;
    background-size: contain;
    z-index: 1;
}
#contents .box:nth-of-type(1)::before{
    background-image: url('./Dup/img/bg_img3.png');
}
#contents .box:nth-of-type(2)::before{
    background-image: url('./Dup/img/bg_img4.png');
    top: auto;
    bottom: 30%;
}
#contents .box figure{
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
#contents .txt_wrap{
    padding: 30px;
    position: relative;
    border-radius: 0 0 20px 20px;
}
#contents .txt_wrap::before{
    position: absolute;
    width: 100px;
    height: 50px;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    border-radius: 100px 100px 0 0;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
}
#contents .box:nth-of-type(1) .txt_wrap, #contents .box:nth-of-type(3) .txt_wrap{
    background-color: #FFBA97;
}
#contents .box:nth-of-type(2) .txt_wrap{
    background-color: #FFAEBF;
}
#contents .box:nth-of-type(1) .txt_wrap::before{
    content: "01";
    background-color: #FFBA97;
}
#contents .box:nth-of-type(2) .txt_wrap::before{
    content: "02";
    background-color: #FFAEBF;
}
#contents .box:nth-of-type(3) .txt_wrap::before{
    content: "03";
    background-color: #FFBA97;
}
#contents h3{
    background-color: transparent;
    color: #fff;
    padding: 0;
    border-radius: 0;
    text-align: center;
}
#contents p{
    font-size: 14px;
}

#top_cms_h1{
    background-image: url('./Dup/img/nami2.png'), url('./Dup/img/nami1.png'), url('./Dup/img/bg_img.jpg');
    background-size: 40px, 40px, 1000px;
    background-repeat: repeat-x, repeat-x, repeat;
    background-position: top, bottom, top left;
}

#top_cms{
    background-image: url('./Dup/img/nami2.png'), url('./Dup/img/nami1.png');
    background-size: 40px;
    background-repeat: repeat-x;
    background-position: top, bottom;
}
#top_cms .top_cms_box{
    border-bottom: none;
    padding-bottom: 0;
}
.cms_title p{
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    color: #b5b075;
    padding-bottom: 30px;
    background-image: url(./Dup/img/nami4.png);
    background-size: 30px;
    background-repeat: repeat-x;
    background-position: bottom;
}
.cms_title h2{
    margin-bottom: 0;
}
.cms_title h2 span{
    transform: none!important;
}
.more a{
    border-radius: 50px;
    transition: 0.3s;
    width: 200px;
}
.more a:hover{
    background-color: #FFC0CB;
    transform: scale(1.1);
}

#page_title{
    margin-top: 0;
    width: 100%!important;
    height: inherit;
    background-position: center;
}
#page_title:before{
    display: none;
}
#page_title .page_title_box{
    position: static;
    padding: 150px 0 100px;
    text-align: center;
    background-color: rgba(102,98,28,0.2);
}
#page_title .page_title_box h2{
    text-shadow: none;
    color: #fff;
    padding: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    font-size: 40px;
    letter-spacing: 3px;
}
#page_title .page_title_box h2::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
#page_title .page_title_box p{
    text-align: center;
    text-shadow: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.cate_list li a{
    padding: 5px 15px;
    background-color: #EDEDE2;
    font-size: 14px;
    text-align: left;
}
.cate_list_h li a{
    display: block;
    padding: 5px 15px;
    font-size: 14px;
    text-align: left;
    transition: 0.3s;
    color: #66621c;
}
.cate_list_h li a:hover{
    background-color: #EDEDE2;
}

.cate_title{
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    width: 100%!important;
    font-size: 24px;
    text-align: left;
    padding-bottom: 10px!important;
    padding-left: 40px!important;
    margin-bottom: 50px;
    border-bottom: solid 2px #66621C;
    color: #66621C;
    font-weight: normal;
    position: relative;
    background-image: url(./Dup/img/bg_img2.png);
    background-position: bottom 15px left 0;
    background-repeat: no-repeat;
    background-size: 30px;
    box-sizing: border-box;
}

#cms_4-a .box_item{
    cursor: pointer;
}
.open:not(.news_sub_list):not(.overlay){
    top: 0;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: rgba(102,98,28,0.6);
    z-index: 1000;
}
.open .close{
    cursor: pointer;
    top: 10px;
    right: 10px;
}
.open .img_wrap div .square_img{
    border-radius: 0;
}

#cms_1-f #news_list > li a:hover i{
    padding-right: 5px;
}

#cms_5-b .cate_box img, .cms_5-b .cate_box img{
    box-shadow: none;
}

.other .logo2{
    width: 250px;
}
.other .other_link:before{
    display: none;
}
.other .box{
    border: none;
    border-radius: 20px;
    background-color: #66621C;
    overflow: hidden;
}
.other .box:first-child{
    margin-right: 5%;
}
.other .box figure{
    opacity: 0.6;
}
.other .box_title{
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.other .box_title::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
.other .box_title2{
    padding: 0;
    background-color: transparent;
}

.footer_cms{
    padding-bottom: 50px;
}

#foot_contact{
    left: 20px;
    right: 90px;
    bottom: 20px;
    height: 40px;
    line-height: 40px;
    z-index: 1;
}
#foot_contact a{
    border-radius: 50px;
}
#footer > div:first-child{
    border-right: solid 1px;
}
#footer > div:last-child{
    border-left: none;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#wrap.index main{
    padding-top: 100px;
}
#wrap{
    min-width: 100%;
}
#header{
    display: block;
    background-color: #FCFCF5;
	background-image: linear-gradient(-90deg, #F7F7EB 50%, transparent 50%);
	background-size: 30px 30px;
}
.logo img {
    width: 110px!important;
}
#intro_h{
    background-size: 200px;
}
#contents .box{
    width: 100%!important;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
#contents .box:last-child{
    margin-bottom: 0;
}
#contents .box figure, #contents .box figure img{
    height: 60vw;
}
#contents .box:nth-of-type(1)::before, #contents .box:nth-of-type(2)::before{
    background-image: url('./Dup/img/bg_img3.png');
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -65px;
}
#page_title .page_title_box{
    padding: 70px 0;
}
#page_title .page_title_box h2{
    font-size: 30px;
}
#page10 ul li{
    width: 40%!important;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.logo img {
    width: 100px!important;
}
.cms_title h2 {
    font-size: 24px;
}
#page_title .page_title_box{
    padding: 60px 0;
}
#page_title .page_title_box h2{
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.other .logo2 {
    max-width: 200px;
}
.other .box:first-child{
    margin-right: 0;
}
.cate_title{
	font-size: 20px;
	background-size: 25px;
	padding-left: 30px!important;
}
#copyright{
    padding-bottom: 70px;
}
#page10 ul li{
    width: 100%!important;
    margin: 0 0 20px;
}
#footer > div:first-child{
    border-right: none
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.menu .nav ul li a{
    height: 15px;
}
.menu .nav ul li a{
    line-height: 15px;
}
.menu .nav ul li a:hover .s2, .menu .nav ul li a:focus .s2{
    transform: translateY(-15px);
}
.menu .nav ul li:last-child a{
    padding: 5px 10px;
}
#page9 .box p a{
    padding-bottom: 5px;
}
#page10 ul li a{
    padding: 1em 1em;
}
}