﻿@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');

.bg_color_line {background-color: #00b900;}
.bg_color_line:hover {background-color: #41f041;}
body, .fat-nav ul{
    background-color: #ffffff;
background-image: url("Dup/img/rice-paper-2.png");
}
body, .font_en {
    font-family: 'Sawarabi Gothic', sans-serif;
    font-family: 'Sawarabi Mincho', sans-serif;
    line-height: 1.8;
}
main {
    overflow: hidden;
}
#top_cms {
    position: relative;
}
#top_cms:before {
     content: "";
    display: block;
    width: 74%;
    height: 100%;
    position: absolute;
    top: 2%;
    right: -50%;
    background-image: url(Dup/img/maru_1.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    opacity: 0.5;
}

#cms_2-a h3 {position: relative;
display: block;
border-top: 0;
    border-bottom: 1px solid #afadaa;
}
#cms_2-a h3:before {
width: 10%;
    background: #4d744d;
    height: 1px;
    bottom: -1px;
    left: 0;
    position: absolute;
    content: "";
    display: block;
}


.footerWrap {
    background-image: url(Dup/img/wood3.png), url(Dup/img/wood2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 345px auto, 280px auto;
    background-position: 102% 0px, 0 100%;
}
#contents1.trans:before, #contents1.trans:after, .fadein.trans, .fadein2.trans {
     opacity: 1;
     transform: none
}
#contents1 {
    position: relative;
}
#contents1:before, #contents1:after {
    content: "";
    display: block;
    width: 140px;
    height: 140px;
    background-image: url(Dup/img/sitake11.png);
    position: absolute;
    top: 33px;
    left: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateY(-100px);
    transition: 1.5s;
    transition-property: opacity,transform;
}
}
.fadein {
     opacity: 0;
    transform: translateY(-30px);
    transition: 1.5s;
    transition-property: opacity,transform
}
.fadein2 {
     opacity: 0;
    transform: translateY(30px);
    transition: 1.5s;
    transition-property: opacity,transform
}

#contents1:after {
    background-image: url(Dup/img/sitake22.png);
    top: 21px;
    left: inherit;
    right: 8px;
}
.cms_title p, .more a {
    color: #4d744d;
    border-color: #4d744d;
}
.border_png {
    background: url(Dup/img/border.png) repeat-x 0 100%;
    background-size: auto 6px;
    padding-bottom: 14px;
}
.rectangle_img, .square_img {
    position: relative;
}
#top_cms .square_img {
    border-radius: 50%;
}
.rectangle_img:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    background: url(Dup/img/frame2.png);
    background-repeat: no-repeat;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}

#top_cms .square_img:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    background: url(Dup/img/frame_rec.png);
    background-repeat: no-repeat;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}
/*figure a img {
        transition: 0.7s cubic-bezier(0.05, 0.6, 0.16, 1.03);
}
figure a:hover img {
    transform: scale(1.1);
}*/
.button, .more a, .button2 {
    box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.15);
    border: none;
    background: #4d744d;
    color: #fff;
    border-radius: 33px;
    max-width: 320px;
}
.button:hover, .more a:hover {
  opacity: 0.7;
}
.button:after, .more a:after {
    display: none;
}
/* ---------------------------------------------------------------------------------- */
svg{
	max-width:269.49px;/*SVGタグの横幅*/
	width:100%;/* レスポンシブ対応にするため100%を指定*/
	height:auto;
}
/* マスクをするパスの設定*/
#mask .st0{
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 63px;
    stroke:#FFFFFF;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-miterlimit:12;
    stroke-dasharray: 1500; /* 線の間隔を指定する */
    stroke-dashoffset:1500; /* 線の位置を指定する */
}	


#loader{z-index: 9999;}


.button:hover::after {
    box-shadow: inset 0 0 0 15em #4d744d;
}
/*----------SNSリンク-----------------------------------------------------------------*/
.link_box ul {
	justify-content: center;
}

.link_box ul li {/*★*/
max-width: inherit!important;
    width: 45px!important;
    height: 45px!important;
    margin-left: 10px;
    margin-right: 10px;
}
/* ---------------------------------------------------------------------------------------*/
#main_img .catch img {
    max-height: inherit;
    min-height: inherit;
}
.catch  {
    z-index: 3;
    width: 159px;
    right: 10%;
    top: 5%;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.7));
}
#main_menu ul li a::before {
    top: inherit;
    bottom: -5px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #a28a6b;
}
#main_menu ul li a, #main_menu ul li a:hover {
    padding-left: 0;
}
#main_menu ul li a:hover {
color: #b87533;
}
#logo {
  
}
@media(min-width: 769px) {
    header.grid_3 {
   width: 16.66667%!important;
}
.main_box.grid_9 {
  width: 83.33333%!important;  
  margin-left: 16.66667%;
}
#main_menu {
    margin-bottom: 54px;
    margin-top: 64px;
}
header {
    padding-top: 70px!important;
}
}
@media(max-width: 768px) {
    .footerWrap {
    background-size: 270px auto, 260px auto;
    padding-top: 102px;
}
.catch {
    width: 117px;
    right: 6%;
    top: 5%;
}
#logo {
    max-width: 220px;
    margin-top: 5px;
}

#contents1:before, #contents1:after {
    width: 84px;
    height: 140px;
    top: 34px;
    left: 28px;
}
#contents1:after {
    top: 27px;
    left: inherit;
    right: 21px;
}
}
@media(max-width: 667px) {
    .cms_2-a .swiper-button-prev {
left: 2px;        
    }
    .cms_2-a .swiper-button-next {
    right: 2px;
}
    .catch {
    width: 63px;
    right: 5%;
    top: 4%;
}
#logo {
max-width: 167px;
    margin-top: 3px;
}
#contents1:before, #contents1:after {
    width: 54px;
    height: 140px;
    top: 58px;
    left: 20px;
    transition: 1.5s;
    transition-delay: 2s;
}
#contents1:after {
    top: 21px;
    right: 21px;
    left: inherit;
}
.footerWrap {
    background-size: 169px auto, 140px auto;
    padding-top: 56px;
}
}

@media all and (-ms-high-contrast: none) {
body, .font_en {
font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pc_box .tel_bt a, .foot_tel_bt a {
    padding-bottom: 10px;
}
}