﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;700&display=swap');
body, .font_en, .date, a[href^="tel:"], a[href^="mailto:"]{
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}


/* ======================================================================================
　　color
======================================================================================== */
.linkStyle{color: #513A20;transition: opacity .3s;text-decoration: underline;}
.linkStyle:hover{opacity: 0.7}

body, .txt_color_nomal {
    color: #674B36;
}
body, .bg_color4 {
    background-color: #E8E2DC;
}
.bg_color3 {
    background-color: #503a3f;
}
.txt_color1 {
    color: #513a20;
}
.hvr_bg_color1:hover {
    background-color: #7D6851;
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #7d6851;
}
.border_color4 {
    border-color: #cdbdaf;
}

/* ======================================================================================
　　all
======================================================================================== */
html, body {
    font-size: 16px;
    line-height: 2!important;
}
.main_box {
    width: 100%;
    margin-left: 0;
}
#contents1, #contents3_k, #top_cms > .box, footer, article.page_wrap{
    padding-left: 25%!important;
}
#page_title .page_box {
    padding: 80px 10% 0 25%;
}


/* ---------- header ---------- */
header .fa-envelope:before {
    content: "\f075";
}
.pc_box {
    padding: 46px 20px;
    background-color: rgb(225 212 198 / 88%)!important;
    border-radius: 13px;
    height: 76vh;
}
@media screen and (min-width: 769px){
header {
    background-color: transparent!important;
    height: 87vh;
    margin-left: 2%;
}
}
#main_menu{
    margin-top: 30px;
}
.pc_box .head_yoyaku{
    font-size: 14px;
}
.pc_box .head_banner a, .pc_box .head_line a, .pc_box .head_yoyaku a {
    border-radius: 5px;
    width: 96%;
    margin: auto;
    box-sizing: border-box;
}
.pc_box .head_line a, .pc_box .head_yoyaku a{
    margin-bottom: 15px;
    display: flex;
}
.tel_bt a{border: none;}

header .head_box .link_box li {
    width: 11.33333%!important;
}
.pc_box .head_line a .icon, .pc_box .head_yoyaku a .icon {
    width: 25px;
    padding: 0 11px 0 17px;
    transform: translateY(-3px);
}
.tel_bt{
    width: 96%;
    margin: 0 auto 10px;
}
.tel_bt a{
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* ---------- footer ---------- */
footer, footer a, footer a.txt_color_nomal, footer .txt_color1 {
    color: #fff;
}
footer {
    background-image: url(./Dup/img/bg1.jpg);
    background-size: cover;
}
.foot_tel_bt a {
    background-color: #e8e2dc;
    color: #674B36;
    border-radius: 5px;
}


/* ======================================================================================
　　anim
======================================================================================== */

.main_txt, .main_txt_bg, .head_box {
    transform: scale(1.1);
    filter: blur(5px);
    opacity: 0;
    transition-property: transform, filter, opacity;
    transition-duration: 1s;
    z-index: 1;
}
.main_txt.active, .main_txt_bg.active, .head_box.active {
    transform: none;
    filter: none;
    opacity: 1;
    transition-delay: .1s;
}
.main_txt.active, .main_txt_bg.active{
    transition-delay: 0.2s;
}
.main_txt_bg.active {
    opacity: 0.6;
}
.head_box.page{
    transform: none;
    filter: none;
    opacity: 1;
}

/* fadein */
.fadein .fade_box {
    transition: 1s;
    filter: blur(5px);
    transform: translateY(10px);
    opacity: 0;
    transition-property: opacity, transform, filter;
}
.fadein .fade_box.active {
    transform: none;
    filter: none;
    opacity: 1;
}


/* ======================================================================================
　　top
======================================================================================== */

/* ---------- video ---------- */
#video .video{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
      outline: none;
      border: none;
}
#video{height: 100%;}
#video{height: 100%;}
#main_img{max-height: inherit;}
@media screen and (max-width: 768px){
#main_img{height: 50vh;}
#video{height: 50vh!important;}
.video{transform: none;width: 100%!important;}
}
@media screen and (max-width: 667px){
#video {height: 211px!important;}
#main_img {height: 211px;}
}

/* ---------- main_img ---------- */
#main_img::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: #48433f;
    /*background: #2D1404;*/
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.28;
    z-index: 3;
}
.main_txt {
    z-index: 4;
    width: 12vw;
    /* max-width: 193px; */
    top: 105px;
    right: 124px;
}
.main_txt_bg {
    z-index: 3;
    width: 40%;
    max-width: 271px;
    top: 18px;
    right: 16px;
}
/*.main_txt_bg img{
    animation:kurukuru 40s infinite linear;

}*/
@keyframes kurukuru{
    0%{
        transform:rotate(0);
    }
    100%{
        transform:rotate(360deg);
    }
}
.main_txt img, .main_txt_bg img {
    max-height: 100%!important;
    min-height: 100%!important;
    filter: drop-shadow(2px 1px 3px rgba(0,0,0,0.2));
}
.scroll_bt{
    display: none;
}

/* ---------- contents1 ---------- */
#contents1{
    position: relative;
    overflow: hidden;
}
#contents1::before {
    content: '';
    position: absolute;
    display: block;
    width: 50vw;
    height: 86vh;
    z-index: 2;
    pointer-events: none;
    background: url(./Dup/img/intro_bg.png) no-repeat;
    background-size: 100%;
    top: -13%;
    right: -10%;
}
#contents1 .con_no {
    color: #AFA397;
    font-size: 70px;
    letter-spacing: 7px;
    opacity: 0.39;
    padding-right: 225px;
}
#contents1 .con_no::before, #attach .con_no::before {
    width: 194px;
    height: 2px;
    top: 18px;
}
#contents1 .title {
    width: 14%;
    max-width: 120px;
}
#contents1 .txt_box {
    width: 77%;
    padding-left: 3%;
}
#contents1 .txt_top{
    background-color: rgba(245,245,245,0.49);
    padding: 20px;
    margin-bottom: 50px;
        border-radius: 10px 20px 7px 40px;
}
.intro_img {
    margin-top: 80px;
    margin-bottom: 60px;
    justify-content: space-around;
}
.intro_img img{
    width: 31%;
}
.intro_img .intro_item img{
    width: 100%;
}
.intro_img .intro_item{
    right: -109px;
    bottom: -69px;
    width: 23%;
}

/* ---------- attach ---------- */
#attach {
    height: 100%;
    /* padding: 130px 10% 180px; */
    box-sizing: border-box;
}
#attach::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    background: #5B5148;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.67;
    z-index: 0;
}
#attach .leaf1 {
    width: 30%;
    top: 0;
    right: 0;
}
#attach .con_no {
    color: #fff;
    font-size: 70px;
    letter-spacing: 7px;
    opacity: 0.39;
    padding-right: 225px;
}
#attach .title {
    width: 14%;
    max-width: 120px;
}
#attach .txt_box {
    width: 77%;
    padding-left: 3%;
}
#about{
    color: #fff;
    padding: 130px 10% 180px;
    width: calc(100% - 250px);
    margin-left: 250px;
    box-sizing: border-box;
}

/* ---------- contents3_k ---------- */
#contents3_k{
    padding: 50px 10%;
}
#contents3_k::before{
    display: inline-block;
    content: "";
    width: 100%;
    height: 60%;
    background-image: url(./Dup/img/bg2.jpg);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
.leaf2{
    left: 0;
    bottom: -37px;
    z-index: 2;
    width: 30%;
}
.txt5 {
    color: #513a20;
    font-weight: bold;
    font-size: 24px;
}

/* ---------- top modal ---------- */
#contents3_k .modal_btn figure  {
    -webkit-mask-image: url(../Dup/img/mask.png);
    mask-image: url(Dup/img/mask.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
#contents3_k .modal_btn figure::before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.48;
    background: #5B5148;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
#contents3_k .modal_btn figure::before, #contents3_k .modal_btn figure img{
    transition: .8s all;
}
#contents3_k .modal_btn:hover figure::before{
    opacity: 0.2;
}
#contents3_k .modal_btn:hover figure img{
    transform: translate(-50%,-50%) scale(1.05);
}
#contents3_k .modal_btn_txt {
    padding: 5px;
    letter-spacing: 4px;
    z-index: 2;
    top: 46%;
    left: 51%;
}
#contents3_k .modal_btn:hover figure .modal_btn_txt {
    letter-spacing: 6px;
}
#contents3_k .modal_btn:hover figure .modal_btn_txt i{
    position: relative;
    right: -10px;
}

html.modalset{
	overflow: hidden;
}
main.modalset {
    transform: none;
}
.modal_btn {
    cursor: pointer;
    width: 93%;
}
.modal .box_txt1{
    border-top: 1px solid #f7cc38;
}
.modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	line-height: 1.7;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.modal-bg {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(./Dup/img/bg3.jpg);
    background-size: 1000px;
    width: 100%;
    height: 100%;
}
.modal-box {
    width: 90%;
    max-width: 1300px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    padding-bottom: 23px;
    /* border-radius: 22px; */
    background-color: #efebe7;
}
.modal-box .inner{
	max-height: 650px;
    overflow: auto;
	-ms-overflow-style: none;
	text-align: left;
}
.modal-box .inner::-webkit-scrollbar {
  width: 2px;
  height: 10px;
}
.modal-box .inner::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}
.modal-box .inner::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #333;
}
.modal-box .modal-close {
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: 4px;
    width: 30px!important;
    left: auto;
    font-size: 25px;
}
.modal_title1{
	padding-top: 60px;
}
.modal_title1:before{
	content: "";
	display: block;
	background-color: #666; 
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 2px;
}
.modal_title1 span{
	transform: rotate(90deg);
	display: block;
	line-height: 1;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.modal-box .modal-close {
    right: 13px;
}
.modal-box .inner{
    max-height: 500px;
}
}


/* ======================================================================================
　　under
======================================================================================== */

/* ---------- cms2 ---------- */
.btn_container{
    max-width: 430px;
    margin-left: 0;
    width: 80%;
}
#cms_2-g .cate_title{
	font-size: 2em;
	position: relative;
}
#cms_2-g .cate_title::before {
    content: '';
    display: inline-block;
    width: 19vw;
    height: 26vh;
    background-image: url(../dup/img/item1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -59px;
    top: -94px;
    z-index: -1;
}

/* ---------- cms3 ---------- */
#cms_3-f .cate_box {
    border: none;
    background-color: #eeebe8;
    padding: 22px;
    border-radius: 6px;
}

.link_type2 .cate_box a {
    color: #fff;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(91,81,72,0.63);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #7d6851;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

/* ---------- cms4 ---------- */
.v_type3 .cate_box {
    border-radius: 5px;
    background-color: #efebe7;
}
.v_type3 .box_title1 {
    color: #513a20;
}
.v_type3 .box_txt1{
    padding-top: 20px;
}




/* ======================================================================================
　　window size
======================================================================================== */


@media screen and (max-width: 1179px){
#contents1, #contents3_k, #top_cms > .box, footer, article.page_wrap {
    padding-left: 28%!important;
}
#page_title .page_box {
    padding: 80px 10% 0 28%;
}
}
    
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header.bg_color4{
    padding-top: 15px;
    background-color: #e1d4c6!important;
}
.head_box{
    transform: none;
    filter: none;
    opacity: 1;
}
.pc_box {
    padding: 0;
    border-radius: 0;
    height: 100%;
}
.pc_box .head_banner a, .pc_box .head_line a, .pc_box .head_yoyaku a {
    border-radius: 0;
    width: 100%;
}
.pc_box .head_line, .pc_box .head_yoyaku {
    left: 0;
    right: 30%;
    bottom: 0;
    margin: auto;
    width: 200px;
}
.pc_box .head_line a, .pc_box .head_yoyaku a {
    margin-bottom: 0;
}
header .head_banner {
    left: 30%;
}

.main_txt {
    width: 16%;
    top: 36px;
    right: 66px;
}

#contents1, #contents3_k, #top_cms > .box, footer, article.page_wrap {
    padding-left: 10%!important;
}
#page_title .page_box, article.page_wrap {
    padding: 5% 10%;
}

#contents1 .con_no, #attach .con_no{
    font-size: 39px;
    letter-spacing: 6px;
}
#contents1 .txt_box, #attach .txt_box {
    padding-left: 8%;
}
#contents1::before{
    top: 0%;
}

#about {
    padding: 10%;
    width: 100%;
    margin-left: 0;
}
.intro_img .intro_item {
    right: -66px;
    bottom: -64px;
    width: 23%;
}
.modal_btn {
    width: 100%;
}
#contents3_k .modal_btn_txt {
    letter-spacing: 1px;
}
.leaf2 {
    bottom: -18px;
}

.txt5 {
    font-size: 21px;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
html, body {
    font-size: 15px;
}
.pc_box .head_line a .icon, .pc_box .head_yoyaku a .icon {
    width: 22px;
}
.pc_box .head_banner a, .pc_box .head_line a, .pc_box .head_yoyaku a {
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    padding: 7px;
}
header .head_banner{
    width: 50%;
    left: auto;
    right: 0;
}
.pc_box .head_line, .pc_box .head_yoyaku {
    width: 50%;
    left: 0;
    right: auto;
}

.main_txt, .main_txt_bg{
    transform: translate(-50%, -50%) scale(1.1);
}
.main_txt {
    max-width: 100%;
    width: 62%;
    top: 50%;
    transform: translate(-50%, -50%)!important;
    right: auto;
    left: 50%;
}
.main_txt_bg.active{
    top: 50%;
    transform: translate(-50%, -50%)!important;
    right: auto;
    left: 50%;
}
.main_txt.active, .main_txt_bg.active{
    transform: translate(-50%, -50%)!important;
}

#contents1 {
    padding-top: 60px;
}
#contents1 .d_flex, #about .d_flex{
    justify-content: flex-start;
}
#contents1 .title {
    width: 85%;
    max-width: 100%;
    margin-bottom: 35px;
}
#contents1 .con_no, #attach .con_no {
    font-size: 36px;
    letter-spacing: 1px;
}
#contents1 .con_no {
    padding-right: 81px;
}
#contents1 .con_no::before, #attach .con_no::before {
    width: 63px;
}
#contents1 .txt_box, #attach .txt_box {
    padding-left: 0;
    width: 100%;
}
#contents1 .txt_top {
    padding: 16px;
    margin-bottom: 25px;
    border-radius: 15px;
    font-size: 17px;
}
#contents1::before{
    width: 57vw;
}

.intro_img {
    margin-top: 50px;
    margin-bottom: 35px;
}
.intro_img img {
    width: 100%;
    margin: auto;
    margin-bottom: 14px;
}
.intro_img .intro_item {
    right: auto;
    bottom: -75px;
    width: 52%;
    left: -11px;
}

#attach .leaf1 {
    width: 54%;
    right: -44px;
}
#attach .con_no {
    padding-right: 113px;
}
#attach .con_no::before{
    right: 33px;
}
#attach .title {
    width: 92%;
    max-width: 100%;
    margin-bottom: 30px;
}
#about{
    padding-top: 20%;
    padding-bottom: 17%;
}
.leaf2 {
    bottom: -1.8%;
    width: 52%;
}
}


/* ======================================================================================
　　公開後修正
======================================================================================== */

/* 2022.09.29 */
.calendar_icon2{
    width: 33px;
    display: inline-block;
    transform: translateY(-5px);
}
.yoyaku_qr{
    width: 127px;
    margin-top: 30px;
    margin-bottom: -10px;
}
@media screen and (max-width: 768px){
header .head_banner {
    left: auto;
    right: 0;
    width: 33.3333%;
}
.pc_box .head_banner a, .pc_box .head_line a, .pc_box .head_yoyaku a{
    letter-spacing: 0;
}
.pc_box .head_line a, .pc_box .head_yoyaku a {
    justify-content: center;
    border-right: 1px solid;
}
.pc_box .head_line a .icon, .pc_box .head_yoyaku a .icon {
    width: 20px;
    padding: 0 5px 0 0;
    transform: translateY(-4px);
}
.pc_box .head_line{
    width: 33.3333%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.pc_box .head_yoyaku {
    left: 0;
    right: auto;
    font-size: 16px;
    width: 33.3333%;
}
}

/* 2024.03.18 */
.main_img_bg{background-color: #e2d5c9;}
#main_img {
    background-image: url(../dup/img/fv.jpg);
    background-size: cover;
    background-position: top center;
    height: 55vw;
    max-height: 100vh;
    min-height: auto;
    width: calc(100% - 265px);
    margin-left: 265px;
    overflow: visible;
}
.main_txt1 img,.main_txt2 img{
    max-height: auto!important;
    min-height: auto!important;
    width: 100%!important;
}
.main_txt1 {
    z-index: 5;
    width: 100%;
    background-color: #503a3f;
    padding: 24px 25px 21px 29px;
    text-align: left;
    box-sizing: border-box;
}
.main_txt1 img {
    width: 66vw !important;
    max-width: 1150px;
}
.main_txt2{
    z-index: 5;
    width: 28vw;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
}

.main_txt {
    z-index: 4;
    width: 11vw;
    max-width: 182px;
    top: 136px;
    right: 124px;
}
.main_txt_bg {
    width: 20vw;
}

header {
    width: 265px;
    margin-left: 0%;
    padding-top: 0px!important;
}
.pc_box {
    border-radius: 0;
    height: 100vh;
}

#video_wrap{
    min-height: 60vh;
}
#video{
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100vh!important;
    width: 100%;
    z-index: -1;
}
#contents1,#contents3_k,#top_cms{
    background-color: #efebe7;
}
#contents3_k::before{
    z-index: 0;
}

@media screen and (max-width: 1530px){
.main_txt {
    width: 10vw;
    max-width: 182px;
}
}

@media screen and (max-width: 768px){
header {
    width: 100%;
    padding-top: 19px !important;
}
.pc_box {
    height: 100%;
    padding-bottom: 5px;
}
#main_img {
    height: 71vw;
    width: 100%;
    margin-left: 0;
}
.main_txt1 img {
    width: 100% !important;
}
.main_txt {
    width: 13vw;
    top: 105px;
    right: 85px;
}
.main_txt2 {
    width: 42vw;
    bottom: -30px;
}

#video{
    position: relative;
    height: 42vh !important;
}
#video_wrap {
    min-height: 0;
}
#video .video {
    object-fit: contain;
    position: relative;
}
}

@media screen and (max-width: 667px){
#main_img {
    height: 81vw;
    margin-top: 66px;
}
.main_txt {
    width: 70vw;
    top: 67%;
    right: 85px;
    max-width: 267px;
}
.main_txt1 {
    padding: 19px 5px 14px;
    text-align: center;
    top: -66px;
}
.main_txt1 img {
    width: 88% !important;
}
.main_txt2 {
    width: 65vw;
    bottom: -36px;
}
.main_txt_bg {
    width: 33vw;
    top: 67%!important;
}

#video {
    position: relative;
    height: 100%!important;
    top: -3px;
}
}