﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600&display=swap');

.hannari, .cate_title, .box_title, .box_title1, a[href^="tel:"], .nav_menu_more a{
    font-family: "Shippori Mincho B1","游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

#fakeloader{
    background-image: url('./Dup/img/bg_img4.jpg');
    background-size: auto;
}

.nav_menu_more a .icon:before{
    display: none;
}

header.scr_header{
    background-color: transparent!important;
    background-image: linear-gradient(to right, rgba(211,137,223,0.8), rgba(239,143,183,0.8), rgba(223,181,116,0.8));
}
#header{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
.overlay{
    background-image: linear-gradient(to right bottom, rgba(211,137,223,0.8), rgba(239,143,183,0.8), rgba(223,181,116,0.8))!important;
}

#main_img:before, #page_title:before{
    background-color: #555!important;
    opacity: 0.2;
}
#main_img .menu .bg_white {
    background-color: transparent;
    background-image: linear-gradient(to bottom right, rgba(239,143,183,0.2), rgba(223,181,116,0.2));
}

.num{
    color: #bab108;
    opacity: 0.8;
}

.contents_wrap{
    background-image: url('./Dup/img/bg_img2.jpg');
    background-attachment: fixed;
}

#top_pc_nav{
    display: none;
}

#intro h3, #top_cms .cms_title h3, #page_title h2{
    color: #ef8fb7;
    background: -webkit-linear-gradient(0deg, #c586f2, #ef8fb7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}
#intro .line:before, #contents1 .line:before, #contents2 .line:before, #contents3 .line:before{
    background-color: #bab108!important;
    opacity: 0.2;
}
#intro .num {
    transform: none;
    font-size: 20px;
    position: static;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    opacity: 0.6;
    margin-top: -20px;
}
#contents1 h3, #contents2 h3, #contents1 p, #contents2 p{
    color: #fff;
}
#contents3_wrap:after{
    display: none;
}

#contents1_wrap::before {
    position: absolute;
    content: "";
    width: 600px;
    height: 600px;
    right: -100px;
    top: -100px;
    background-image: url(./Dup/img/bg_img5.png);
    background-size: contain;
}
#contents1 .con_box, #contents2 .con_box{
    z-index: 1;
    position: relative;
}
#contents2_wrap::before {
    position: absolute;
    content: "";
    width: 800px;
    height: 500px;
    left: -300px;
    top: 50px;
    background-image: url(./Dup/img/bg_img6.png);
    background-size: contain;
}

#top_cms{
    padding-top: 1px;
    padding-bottom: 100px;
    background-image: url('./Dup/img/bg_img4.jpg');
    background-attachment: fixed;
}
#top_cms .cms_title{
    text-align: center;
}
#top_cms .cms_title .line-l{
    color: #333;
    opacity: 0.6;
}
#top_cms .cms_title .line-l:before{
    display: none;
}
#top_cms .cms_title h3{
    display: inline-block;
}
#top_cms .top_cms_box{
    padding: 6% 10%!important;
    margin: 100px 10% 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    background-color: #fff;
    border-image: linear-gradient(to right, #d389df, #ef8fb7, #dfb574)  1/3px 0 0 0;
    border-style: solid
}

.more_btn{
    background-color: rgba(0,0,0,0.03);
}
.more_btn:before{
    top: -1px;
}

#info_contact .con_box .con_img:before{
    background-color: rgba(100,100,100,0.6);
}
#info_contact .con_box .pop400{
    color: #dfb574;
}

main.back1{
    background-image: url('./Dup/img/bg_img4.jpg');
    background-attachment: fixed;
}
main.back1:before, #top_cms.back1:before{
    display: none;
}
.con_box.bg_white{
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

#page_title:before{
    display: none;
}
#page_left, #page_right{
    height: 400px;
}
#page_title .page_title_box{
    background-color: #fff;
    border-image: linear-gradient(to right, #d389df, #ef8fb7, #dfb574)  1/3px 0 0 0;
    border-style: solid
}
#page_title .page_title_box p{
    color: #ccc;
    opacity: 1;
}

#footer{
    background-image: url('./Dup/img/bg_img.jpg');
    background-position: center;
    background-size: cover;
}

.return a{
    color: #bab108;
}
.return::before, .return::after{
    background-color: #bab108;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.contents_wrap, #top_cms, main.back1{
    background-attachment: scroll;
}
#intro .num {
    margin-top: 0;
}
#contents1_wrap::before {
    width: 400px;
    height: 400px;
    right: -100px;
    top: -50px;
}
#contents1 .con_box{
    margin-top: 15%;
}
#contents2_wrap::before {
    width: 576px;
    height: 360px;
    left: -300px;
    top: auto;
    bottom: -80px;
}
#top_cms .top_cms_box{
    padding: 5%!important;
    margin: 50px 5% 0;
}
#page_left, #page_right{
    height: 300px;
}
#page_title .page_title_box {
    width: 500px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#contents1 .line:before, #contents2 .line:before {
    left: 0;
    right: 0;
    margin: auto;
}
#contents1 .con_box{
    margin-top: 0
}
#contents1_wrap::before{
    top: auto;
    bottom: -50px;
}
#page_title .page_title_box {
    width: 80%;
    padding: 30px 0;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
}