﻿/** font **/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@450;600&family=Murecho:wght@400;600&display=swap');

:root{
    --font-jp: 'Montserrat', 'Murecho', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_serif{
    font-family: var(--font-jp)!important;
}

/** color **/

:root{
    --color1: #d6a672;
    --color2: #f9f7f2;
    --color3: #ef9d25;
    --color4: #dbd8d1;
    --black: #4c3a23
}
.bg_color1, .more a::after{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 700px;
}

/** fade **/

#main_img .fade_box{
    opacity: 0;
    top: -20px;
    transition: 1s;
    transition-property: opacity, top;
}
#main_img .fade_box.active{
    opacity: 1;
    top: 0;
}

/** other **/

html, body, .font_14{
    line-height: 1.7;
    font-size: 18px;
}

body{
    background-image: url('./Dup/img/bg_img2.jpg');
    background-size: 700px;
}
.cate_list li a::after, #page10 ul li a .title::after, #tel_contact > div > .d_inline_b > div p span{
    background-color: #fff;
}

#wrap{
    overflow: hidden;
}

header{
    margin-bottom: 0!important;
}
header nav{
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
header nav, .pc_sc_nav{
    background-color: #fff!important;
}
header nav .border_do4-l, .pc_sc_nav .border_do4-l{
    border-left: dashed 1px var(--color4);
}
header nav .border_do4-r, .pc_sc_nav .border_do4-r{
    border-right: dashed 1px var(--color4);
}
h1{
    max-width: 200px;
}

#main_img::before{
    position: absolute;
    content: "";
    width: 65%;
    height: 60%;
    max-height: 500px;
    right: -30px;
    bottom: -50px;
    background-image: url(./Dup/img/bg_img2.jpg);
    background-size: 700px;
    transform: rotate(3deg);
    transform-origin: left bottom;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
#main_img .main_item{
    padding-right: 20%;
}
#main_img #video, #main_img .main_left_img1, #main_img .main_left_img2{
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    position: relative;
}
#main_img #video{
    transform: rotate(-10deg);
}
#main_img .main_left_img1{
    transform: rotate(10deg);
    margin-right: -50px;
}
#main_img .main_left_img2{
    transform: rotate(-5deg);
}
#main_img #video::before, #main_img .main_left_img1::before, #main_img .main_left_img2::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url('./Dup/img/pin1.png');
    background-size: contain;
    top: -20px;
    right: calc(50% - 45px);
}
#main_img #video::before{
    background-image: url('./Dup/img/pin2.png');
    left: 20%;
    right: auto;
}
#main_img .catch{
    right: 20px;
    bottom: 20px;
}

#intro{
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
#intro::after{
    display: none;
}
#intro .intro_wrap{
    position: relative;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
#intro .intro_wrap::before{
    position: absolute;
    content: "INTRODUCTION";
    font-size: 50px;
    letter-spacing: 5px;
    text-align: center;
    width: 100%;
    left: 0;
    top: -25px;
    line-height: 1;
    color: var(--color3);
}

#contents1 #contents1_txt{
    border-top: none;
    border-radius: 0;
    background-image: url(./Dup/img/bg_img3.jpg);
    background-size: 700px;
    padding: 70px 50px 50px;
    position: relative;
}
#contents1 #contents1_txt::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url('./Dup/img/pin1.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    top: -10px;
    left: calc(50% - 10px);
}
#contents1 #contents1_txt h3{
    font-size: 30px;
    border-bottom: solid 2px var(--color4);
    color: var(--color3);
    padding-bottom: 10px;
    position: relative;
}
#contents1 #contents1_txt h3::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -2px;
    background-color: currentColor;
}

#contents2{
    background-image: url('./Dup/img/bg_img4.jpg');
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
#contents2 h3{
    font-size: 30px;
    color: var(--black);
    font-weight: bold;
    padding-left: 50px;
    background-image: url(./Dup/img/pin3.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top left;
}
#contents2 .con_img_wrap::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(5deg);
    top: -40px;
    left: 0;
    background-color: var(--color3);
}

.top_cms_box .top_cms_title{
    justify-content: center;
    margin-bottom: 50px;
}
.top_cms_box > .more{
    display: block;
    margin-top: 50px;
    padding-top: 0;
}
.top_cms_box .top_cms_title .txt_left{
    text-align: center;
}
.top_cms_box .top_cms_title .more{
    display: none;
}
.top_cms_box .top_cms_title h3{
    color: #fff;
    padding-left: 0;
    font-size: 30px;
}
.top_cms_box .cms_wrap.bg_color2{
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.more a{
    border-color: #fff;
    color: #fff;
    background-color: #fff;
}
.more a:hover{
    color: var(--color1);
}

main{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 700px;
}
#page_title{
    background-color: transparent;
    z-index: 1;
    margin-bottom: 0;
    background-image: none;
}
#page_title > .pd_50px{
    padding-left: 0;
    padding-right: 0;
}
#page_title h2{
    font-size: 40px;
}
section[id^="page"]:not(#page_title) > div, section#cms > div{
    width: calc(100% - 40px);
    background-color: #fff;
    padding: 100px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 100px;
}
section#cms.custom > div{
    width: 100%;
    background-color: transparent;
    padding: 0 100px;
    border-radius: 0;
    box-shadow: none;
}

.cate_title{
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0;
    border: none;
    width: 100%!important;
    font-size: 24px;
    text-align: left;
    padding-bottom: 10px!important;
    padding-left: 50px!important;
    background-image: url(./Dup/img/pin3.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 50px;
    border-bottom: solid 2px var(--color4);
    color: var(--black);
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: var(--color3);
}

#cms_6-c .cate_box::before{
    position: absolute;
    content: "";
    width: 420px;
    height: 280px;
    background-image: url(./Dup/img/letter.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: -50px;
    right: -50px;
    transform: rotate(5deg);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#cms_6-c .cate_box .box_item{
    z-index: 1;
}
#cms_6-c .cate_box .box_item::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url('./Dup/img/pin1.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    top: -20px;
    left: calc(50% - 10px);
}
#cms_6-c .cate_box:nth-of-type(even) .box_item::before{
    background-image: url('./Dup/img/pin2.png');
}
#cms_6-c .cate_box .box_item{
    background-image: url('./Dup/img/bg_img3.jpg');
    background-size: 1000px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
#cms_6-c .cate_box:nth-of-type(even){
    margin-left: auto;
}

footer{
    background-color: transparent!important;
}
#page-top{
    background-image: none;
    background-color: var(--color3);
}

.top_tel_bt{
    top: 32px;
    right: 120px;
    z-index: 999;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
html, body, .font_14{
    font-size: 16px;
}
#main_img::before {
    width: 70%;
}
section[id^="page"]:not(#page_title) > div, section#cms > div{
    padding: 50px;
    margin-bottom: 50px;
}
section#cms.custom > div{
    padding: 0 50px;
}
#page_title h2{
    font-size: 30px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
h1{
    max-width: 150px;
}
.top_tel_bt {
    top: 26px;
    right: 85px;
}
.sc_menu {
    top: 20px;
    right: 20px;
}
#main_img .main_item {
    padding-right: 0;
}
#main_img::before {
    width: 100%;
    height: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: none;
}
#main_img .main_left_img1 {
    margin-right: 0;
}
#main_img .catch {
    left: 0;
    bottom: 0;
}
#main_img #video::before, #main_img .main_left_img1::before, #main_img .main_left_img2::before {
    top: -30px;
}
#intro .intro_wrap::before {
    font-size: 30px;
    letter-spacing: 3px;
    top: -15px;
}
#contents1 #contents1_txt{
    padding: 70px 20px 50px;
}
#contents1 #contents1_txt h3, #contents2 h3{
    font-size: 20px;
}
#contents2 .con_img_wrap::before {
    top: 0;
}
section[id^="page"]:not(#page_title) > div, section#cms > div{
    padding: 50px 20px;
}
section#cms.custom > div{
    padding: 0 20px;
}
.cate_title{
    font-size: 20px;
    padding-left: 40px!important;
    background-size: 30px;
}
.cate_title::before{
    width: 30px;
}
#cms_6-c .cate_box::before{
    width: 240px;
    height: 160px;
    right: -30px;
    transform: rotate(10deg);
}
#page09 .privacy_box h3{
    letter-spacing: 1px;
}
}