﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@600&display=swap');
@font-face {
font-family: "jr";
  src: url("Dup/css/jr.ttf") format("ttf"),url("Dup/css/jr.woff") format("woff"),url("Dup/css/jr.woff2") format("woff2");
}


#mail_contact{
    display: none;
}

.bg_color1 {
    background-color: #9d9a97;
        background-color: #191a1a;
        background-color: #71935e;
}

#footer:after {
    background-color: #efefe5 !important;
}

footer #footer:after {
    opacity: 1;
}

#main_img{
    padding-bottom: 0;
}

#main_img h2{
    display: none;
}

#loader::after, .sm-slider::after, #main_img h2::before, #menu_wrap::after {
    background: #efefe5 !important;
}

#main_img:after {
    background: transparent !important;
}

#main_img {
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 2.5%;
    background-color: white;
    box-sizing: border-box;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/font.png), url(./Dup/img/eye.png);
    background-position: top right, center left;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
    z-index: 1;
    background-size: 80%, 70%;
}

#footer_bottom{
    background-color: #191a1a;
}

#main_img span{
    display: block;
    z-index: 3;
    position: absolute;
    bottom: 0;
    right: 0;
        max-width: 500px;
    width: 30%;
}

h1:after {
    border-color: rgb(255, 255, 255) transparent transparent transparent !important;
}

#intro, #contents_links, #contents {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    position: relative;
}

#intro_box:before {
    content: "";
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -50px;
    left: 0%;
    background-image: url(./Dup/img/moyo.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , -50%); */
    background-size: contain;
    pointer-events: none;
    z-index: 3;
}

#intro #intro_box #intro_txt h3 span {
    font-family: 'Shippori Mincho', serif;
    font-size: 30px;
}

/*h1 img {
    width: 300px;
}*/

#contents{
        width: 80%;
    margin-left: 5%;
}

#contents div {
    width: 65%;
    box-sizing: border-box;
    margin-left: 0%;
    transform: translateX(80%);
}

#contents div:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 90%;
    left: 50%;
    background-image: url(./Dup/img/moyo.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 60%;
    pointer-events: none;
    z-index: 1;
}

#footer_box{
    color: #212a2a;
}

#footer_box h2{
        color: #212a2a;
}

#menu_bt {
    opacity: 1 !important;
    background-color: #71935e;
        z-index: 99 !important;
}

#header h1.square_box a{
        display: block;
    background-color: rgba(255,255,255,0.7);
    padding: 5px;
    box-sizing: border-box;
        width: 70%;
}


#menu_wrap nav ul li a {
    color: #212a2a;
        transform: rotate(-0.1deg);
}

#menu_wrap nav ul li a .title2 {
    opacity: 0.07;
}

#main_nav ul li a {
    color: #191a1a;
}

#main_nav ul:before, #main_nav ul:after {
    background: #71935e !important;
}



.link_type_slick .box_txt1 {
    height: 6em;
	line-height: 1.7;
}
.link_type_slick .date {
    padding: 9px 22px 7px;
    border-radius: 45px;
}
.slick-slide img {
    box-shadow: 0 2px 4px rgb(0 0 0 / 0%);
}
/*--- slick ------------------------------------*/
.link_type_slick .slick-box{
    opacity: 0;
    transition: 3s;
}
.link_type_slick .slick-initialized{
    opacity: 1
}
.link_type_slick .slick-box .prev,.slick-box .next {
    display: block;
	cursor: pointer;
	position: absolute;
	top: 40%;
	z-index: 1;
	padding: 15px;
}
.link_type_slick .slick-container{
    padding-left: 30px;
    padding-right: 30px;
}
.link_type_slick .slick-box .prev {
	left: -54px;
}
.link_type_slick .slick-box .next {
	right: -54px;
}
/* Dots */
.link_type_slick .slick-dots{
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.link_type_slick .slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.link_type_slick .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.link_type_slick .slick-dots li button:hover,
.link_type_slick .slick-dots li button:focus{
    outline: none;
}
.link_type_slick .slick-dots li button:hover:before,
.link_type_slick .slick-dots li button:focus:before{
    opacity: 1;
}
.link_type_slick .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '●';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.link_type_slick .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}
/* 最後まで行ったら、矢印透過する */
.link_type_slick .slick-disabled{
	opacity: 0.3;
}
/* 要素の高さを合わせる */
.link_type_slick .slick-slide {
	height: auto !important;
}
.link_type_slick .slick-track {
	display: flex;
}


#page_title {
    padding-top: 200px;
    background-image: url(./Dup/img/page_title.jpg) !important;
    background-position: center;
}

.other #page_title #main_nav li a{
    color: white;
    transform: rotate(-0.1deg);
    
}

.bg_color3 {
    background-color: #71935e;
}


.txt_color3 {
    color: #71935e;
}



.other main:before{
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    position: absolute;
    top: -160px;
    right: 20px;
    background-image: url(./Dup/img/page_hito.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

.bg_black {
    background-color: #26362e;
}

#contents::before {
    background-image: none; 
}

.prev, .next{
    display: none !important;
}

.border_color3 {
    border-color: #71935e;
}

#intro #intro_box #intro_txt h3:after{
    display: none;
}

.en_font {
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#contents h3 {
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 30%, #B67B03 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

#intro h3{
    color: #364e4e;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#intro #intro_box #intro_txt h3 span {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

#intro #intro_box #intro_txt h3 span{
    color: white;
}

#intro_box #intro_txt{
    overflow: visible !important;
}

#intro_box #intro_txt:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -120px;
    right: -12%;
    background-image: url(./Dup/img/matu.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    /* -webkit-transform: translate(-50% , -50%); */
    /* transform: translate(-50% , -50%); */
    background-size: 60%;
    pointer-events: none;
}

#wrap{
    overflow: hidden;
}

h1:after {
    border-width: 170px 350px 0 0;
}

.linkStyle{color: #b0946d;}

#contents_links .box_wrap .box a h4, #main_nav ul li a, #intro h3, #intro #intro_box #intro_txt h3 span, #top_cms .top_cms_box .top_cms_title h3, #menu_wrap nav ul li a .title1, #page_title h3, .cate_title, footer .tel a.txt_white, #page10 .box a > div h3#contents div h4, #contents div h4 {
    font-family: "jr", "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: normal;
    transform: rotate(-0.1deg);
}

.top_cms_box .cate_box{
    padding: 2% 0;
}

#page_title h3{
    font-size: 27px;
}

footer .tel a.txt_white{
        color: #212a2a;
}

#contents div h4{
    font-size: 25px;
}

#menu_wrap nav ul li:hover{
    background-color: rgba(255,255,255,0.7);
    transition: 0.3s;
}

#main_img span a{
    display: block;
    transition: 0.3s;
}

#main_img span a:hover{
    transform: scale(1.07);
    transition: 0.3s;
}

.banner2{
      bottom: 0px;
          left: 10px;
    max-width: 400px;
    width: 80%;
    z-index: 2;
}


/* ---------- カスタム ---------- */
@media screen and (min-width: 1280px){

h1 img {
    max-width: 300px;
    width: 100%;
}

}

@media screen and (max-width: 1281px){
#intro h3 {
    font-size: 32px;
}

h1:after {
    border-width: 170px 300px 0 0;
}

}

@media screen and (max-width: 1000px){
    #main_img:before {
    background-position: 60% 0%, center left;
}

#main_nav ul{
    display: none;
}

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#page_title {
    padding-top: 100px;
}

#page10 .box a::after {
    background: none !important;
    background-color: #e9e9dd !important;
}

#page10 .box a {
    color: #292a2a;
}

#main_img{
    padding-top: 80px;
}

#main_img:before {
    background-position: 60% 8%, center left;
}

#intro #intro_box #intro_txt h3 span {
    font-size: 24px;
    color: white;
}

#contents div {
        width: 98%;
    margin-left: 1%;
    transform: none;
}

#contents {
    width: 90%;
    margin-left: 0%;
    padding: 3%;
    margin: auto;
}

#contents h3 {
    margin-bottom: 40px;
    margin-top: -80px;
    text-align: center;
    filter: drop-shadow(2px 4px 4px white);
    font-size: 51px;
}

#contents_links{
    margin-bottom: 150px;
}

#intro_box:before {
    height: 150px;
}

#intro{
    margin-top: -20px;
}

#contents div:before {
    width: 70%;
    height: 100%;
    top: 62%;
    left: 65%;
}

#top_cms {
    margin-top: 100px;
}

#page_title h3{
    font-size: 25px;
}

footer #footer #footer_box {
    width: 90%;
    padding: 0 10px;
}

#contents div h4{
    font-size: 23px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.link_type_slick .slick-container{
    padding-left: 0;
    padding-right: 0;
}
.link_type_slick .slick-box .prev {
	left: -8px;
}
.link_type_slick .slick-box .next {
	right: -8px;
}
/* 両サイドの画像を透過 */
.link_type_slick .slick-initialized .slick-slide{
	opacity: 0.1; 
}
/* センター画像を非透過 */
.link_type_slick .slick-initialized .slick-slide.slick-center{
	opacity: 1; 
}

#main_img {
    padding-top: 110px;
}

#main_img:before {
    background-position: 80% 12%, center left;
    background-size: 52%, 70%;
    background-image: url(./Dup/img/font_sp.png), url(./Dup/img/eye.png);
}



#intro #intro_box #intro_txt h3 span {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 21px;
    line-height: 1.4em;
    text-align: center;
    color: white;
}




#main_img span {
    display: block;
    z-index: 3;
    position: absolute;
    bottom: -5%;
    right: auto;
    left: 50%;
    max-width: 500px;
    width: 40%;
    transform: translate(-50%, 0%);
}

#intro_box:before {
    width: 40%;
    height: 200px;
    bottom: -40px;
    left: 0%;
    z-index: 8;
    mix-blend-mode: multiply;
}

#contents div:before {
    width: 70%;
    height: 100%;
    top: 60%;
    left: 60%;
}

.other header:before {
    width: 100%;
    height: 84%;
    top: 109%;
    left: 47%;
}

#intro > h3 {
        padding-top: 55px;
    padding-bottom: 45px;
    font-size: 23px;
    line-height: 1.4em;
}

#contents {
    width: 100%;
    margin-left: 0%;
    padding: 3%;
        margin-bottom: 100px;
}

#contents h3 {
        margin-bottom: 10px;
    margin-top: -40px;
    text-align: center;
    filter: drop-shadow(2px 4px 4px white);
    font-size: 37px;
}

#intro{
    margin-top: -3px;
}

#top_cms {
    margin-top: 0px;
}

.other main:before {
    height: 100px;
    top: -50px;
    right: 20px;
}

h1:after {
    border-width: 120px 260px 0 0;
}

#page_title h3{
    font-size: 19px;
}

#contents_links {
    margin-bottom: 100px;
}

#contents div h4{
    font-size: 21px;
}

}



