﻿.drawer-open{touch-action: none;}
/* ---------- font ---------- */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Zen+Kaku+Gothic+New:wght@500;900&display=swap');

:root{
    --font-jp: 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Jost', 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	/*font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";*/
}
body, .font_sans-serif, .font_serif{
    font-family: var(--font-jp);
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en);
}

/* ---------- color ---------- */
.linkStyle{color: #E28F2B;transition: opacity .3s;text-decoration: underline;}
.linkStyle:hover{opacity: 0.7}

:root {
    --normal_color: #333333;
    --color1: #856738;
    --color2: #e7c767;
    --color3: #E28F2B;
    --color4: #fffaea;
}
.txt, .footer_cms {
	color: var(--normal_color);
}
.border_color2 {
    border-color: #f3c899;
}
.spinner4{
    background-color: #fff;
}


/* ---------- all ---------- */
html.modalset{
	overflow: hidden;
}
.drawer-open::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    touch-action: none;
}

#page-top {
    z-index: 2;
}
#fakeloader{
    background-color: var(--color3);
}
.drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
    background-color: rgb(133, 103, 56)!important;
}
main{
    background: url( "../img/bg1.jpg" ) center / cover no-repeat ;
    background-attachment: fixed;
    position: relative;
}
main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: -20px;
    background: linear-gradient(to bottom, #ffffff00 35%, #FFF 65%, #FFF 100%);
    pointer-events: none;
}
.drawer-open .drawer-overlay{
    pointer-events: none;
}
.is-show{
    background-color: rgb(255 255 255 / 90%);
}
.drawer--left .drawer-nav{
    margin-top: 0 !important;
    height: 100vh !important;
    z-index: 3;
}
#page-top {
    right: 40px;
}

footer{position: relative;max-width: 100% !important;}
.drawer-nav {
    background-color: rgb(255 255 255 / 90%);
}
/*#wrap{
    min-width: 1130px;
}
*/

.index_header #header #header_menu li:hover{
    border: none;
    padding-top: 0;
    opacity: 0.5;
}

#info .tel ,.header_info .tel{
    display: none;
}


/* ---------- top ---------- */
.index_header #header{
    position: relative;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
}
.index_header .header_info {
    pointer-events: none;
    opacity: 0;
}
.is-show .header_info {
    pointer-events: auto;
    opacity: 1;
}
#main_img {
    max-height: 100%;
    margin-top: -176px;
    margin-bottom: 0;
    position: relative;
    height: clamp(550px,53vw,1000px);
    /* max-height: 90vh; */
    margin-bottom: 100px;
}
.fv_txt{
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38vw;
}
.fv_item1 {
    z-index: 2;
    top: 26%;
    right: 70%;
    width: max(34vw, 336px);
}
.fv_item2 {
    z-index: 1;
    top: 10.5%;
    left: 69%;
    width: 38vw;
}
.fv_item3 {
    z-index: 1;
    top: -4%;
    left: 82.5%;
    width: max(18vw, 250px);
}
.fuwa{
    z-index: 2;
}
.fuwa img{
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
}
@keyframes fuwafuwa {
	0% {transform:translate(0, 0) rotate(-7deg);}
	50% {transform:translate(0, -7px) rotate(0deg);}
	100% {transform:translate(0, 0) rotate(7deg);}
}
.fuwa1{
    left: 20%;
    top: 21%;
    width: 5vw;
}
.fuwa2{
    right: 28.5%;
    top: 27%;
    width: 5vw;
}
.fuwa3{
    left: 25%;
    top: 68%;
    width: 4.5vw;
}

div#intro_wrap {
    padding: 0 5%;
}
#intro {
    height: 620px;
    max-height: 620px;
    text-align: center;
    /*background: rgb(255 252 238);*/
    padding: 4% 5%;
    box-sizing: border-box;
    max-width: 1480px;
    border-radius: 20px;
    margin-top: -60px;
    z-index: 2;
    position: relative;
    /* box-shadow: 10px 10px #0101011c; */
    outline: 1px solid;
    outline-offset: -10px;
}
#intro #intro_txt h2 {
    font-weight: normal;
    font-size: 39px;
    margin-bottom: 0;
    color: var(--color3);
}
#intro #intro_txt h2 div {
    line-height: 1.4em!important;
}
#intro #intro_txt div {
    line-height: 2.2em;
}
#intro:before, #intro:after {
    content: "";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
#intro:before{
    background-image: url(../img/hana01.png);
    background-size: 100%;
    width: 7vw;
    height: 7vw;
    bottom: -1vw;
    left: -3vw;
}
#intro:after{
    background-image: url(../img/hana02.png);
    background-size: 100%;
    width: 5vw;
    height: 11vw;
    top: -1vw;
    right: -1vw;
}

#contents .back_color2 {
    background-position: center top;
}
#contents h2 .svg_box{
    display: none;
}
#contents .back_color2::after {
    background-color: rgb(255 255 255 / 20%)!important;
}
.contents_box {
   /*  box-shadow: 10px 10px #0101011c; */
    border-radius: 20px;
    padding: 5%;
    box-sizing: border-box;
     outline: 1px solid; 
    outline-offset: -10px;
}
#contents .box h3{
    width: 100% !important;
    font-size: 22px;
}

#top_cms .cms_title .title_box h2{
    max-height: 202px;
    max-height: 100%;
    font-size: 27px;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    z-index: 1;
}

#top_cms .cms_title .bg-mask {
    height: 100%;
    background: rgb(255 255 255 / 0%);
}
#top_cms .cms_title .title_box{
    background-color: transparent;
    padding-top: 54px;
    padding-bottom: 17px;
}
#top_cms .cms_title{
    background-image: none!important;
    margin-bottom: 50px;
    padding-top: 22px;
}


/* ---------- under ---------- */
#page_title .back_color2{
    background-color: rgb(131 131 131 / 30%) !important;
}
#page_title h2 {
    background-color: transparent;
    border-radius: 5px;
    text-shadow: 0 2px 4px rgb(0 0 0 / 0%);
    padding: 5px 20px;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 27px;
    color: #fff;
    z-index: 2;
}
.cate_list li {
    border: 1px solid var(--color1);
    border-radius: 5px;
}

.link_type1 .link_top .link_title {
   font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 87px !important;
    margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
    background-image: url(../img/link_type1_icon.png);
    background-size: 144px;
    background-position: top center;
    background-repeat: no-repeat;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 32px;
	padding-bottom: 40px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 18px;
    background-size: 103px;
    padding-top: 60px !important;
}
.link_type1 .link_top a{
    padding-top: 27px;
}
}



/* ---------- 1290px ---------- */
@media screen and (max-width: 1290px){
.fv_item1 {
    top: 28%;
}
.fv_item2 {
    top: 13%;
}
}

/* ---------- tablet ---------- */
@media screen and (max-width: 768px){
#wrap{
    min-width: 100%;
}
#page-top {
    right: 10px;
}

#contents .box h3 {
    margin-left: -2.5rem;
    font-size: 20px;
}
div.contents_title {
    width: min(100%, 300px) !important;
    margin-bottom: 36px;
    margin-top: -42px;
}

#main_img {
    margin-top: 0;
    margin-bottom: 0;
    height: 59vw;
    margin-bottom: 100px;
}
.fv_item1 {
  top: 35%;
right: 70%;
width: max(33vw, 265px);
}
.fv_item2 {
   width: 43vw;
        top: 15%;
        left: 71%;
}
.fv_item3 {
    width: max(18vw, 139px);
}
.fv_txt {
    width: 54vw;
    top: 48%;
    z-index: 2;
}

#intro:after {
    width: 6vw;
    height: 11vw;
    top: -2vw;
    right: -4vw;
}
#intro:before {
    width: 7vw;
    height: 11vw;
    bottom: -4vw;
    left: -3vw;
}
#intro {
    height: 360px;
    max-height: 360px;
}
#intro #intro_txt{
    padding: 0;
}
#intro #intro_txt h2 {
    font-size: 24px;
    margin-left: 25px;
}
#intro #intro_txt div {
    line-height: 1.7em;
}

}

/* ---------- mobile ---------- */
@media screen and (max-width: 667px){
main {
     background: none!important;
     background-attachment: scroll;
}    
main::before {
     content: "";
     display: block;
     position: fixed;
     top: 0;
     left: 0;
     z-index: -1;
     width: 100vw;
     height: 100vh;
     background: url( "../img/bg1.jpg" ) no-repeat;
     background-size: cover;
     background-position: center;
}
#main_img{
    height: 564px;
    margin-bottom: 50px;
}
.fv_txt {
width: 79vw;
left: 51%;
top: 183px;
}
.fv_item1 {
        top: auto;
        right: auto;
        width: 104%;
        bottom: -35px;
        left: -8px;
    }
.fuwa1 {
    left: 9%;
    top: 13%;
    width: 8vw;
}
.fuwa2 {
    right: 7.5%;
    top: 46%;
    width: 11vw;
}
.fuwa3 {
    left: 32%;
    top: 86%;
    width: 10.5vw;
}

#page_title .back_color2{
    background-color: rgb(131 131 131 / 39%) !important;
}
#page_title h2 {
    font-size: 22px;
}
#top_cms .cms_title {
    margin-bottom: 19px;
    padding-top: 0;
}

#intro:after {
    width: 13vw;
    height: 23vw;
    top: -2vw;
    right: -1vw;
}
#intro:before {
    width: 17vw;
    height: 22vw;
    bottom: -17vw;
    left: -4vw;
}
#intro {
    margin-top: 0;
    height: auto;
    max-height: none;
    padding: 10%;
}
#intro #intro_txt h2 {
    font-size: 21px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 20px;
}
#intro #intro_txt div {
    line-height: 1.7em;
}
#contents .box h3 {
    margin-left: 0;
    letter-spacing: 0px;
}
#contents .box h3:before{
    display: none;
}
#top_cms .contents{
    left: 0;
    margin: auto;
}
.contents_box{
    outline: 0px solid;
}
.all main {
        padding-top: 89px;
    }
}





/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 20px;
    right: 2px;
    z-index: 3;
    width: min(12%, 182px);
    max-width: 320px;
    transition: 0.5s;
    opacity: 1;
}
/* 拡大縮小 */
#fix_bnr img{
  display:block;
  -webkit-animation: cta_style8 2.0s infinite ease-in-out;
  animation: cta_style8 2.0s infinite ease-in-out;
}
@keyframes cta_style8 {
	0%, 100% {transform: scale(0.9);}
	50% {transform: scale(1.0);}
}
#fix_bnr.scroll{
    opacity: 1;
    bottom: 95px;
}
#fix_bnr.close{
    opacity: 0;
    z-index: -1;
}
@media screen and (max-width: 768px){
#fix_bnr.close{
    transform: translateX(200px);
}
#fix_bnr {
    bottom: 20px !important;
    right: 0;
    left: 0;
    width: min(80%, 300px);
    max-width: 100%;
    margin: auto;
}
}
@media screen and (max-width: 667px){
#fix_bnr {
    width: 78%!important;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px!important;
}
}
/* fix_bnr end ---------------------------------------------------------------------------------------------*/
