﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Outfit:wght@500&display=swap');

body, .font_sans-serif, .hannari{
    font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.pop400, .didot, .date, a[href^="tel:"], .pager, #cms_5-c .box_title1::before, #cms_5-c .box_txt1::before, .cms_5-c .box_title1::before, .cms_5-c .box_txt1::before, #contents1 h3::before, #contents2 h3::before, #contents3 h3::before{
    font-family: 'Outfit', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

#wrap{
    letter-spacing: 1px;
}

/**** other ****/

.square_img, .rectangle_img, .normal_img img{
    border-radius: 10px;
}
.back1:before, .back2:before{
    display: none;
}

main{
    background-image: url('./Dup/img/bg_img.jpg');
    padding-bottom: 1px;
    position: relative;
}
main > div.back1{
    background-image: url('./Dup/img/bg_img5.png');
    background-size: 800px;
    background-position: top left;
    background-repeat: no-repeat;
}
.page main{
    background-image: url('./Dup/img/bg_img7.png'), url('./Dup/img/bg_img.jpg');
    background-size: 100%, auto;
    background-position: top center;
}

header.scr_header, .overlay{
    background-image: none!important;
    background-color: rgba(186,71,109,0.8)!important;
}
header #logo{
    width: 120px!important;
    max-width: 120px!important;
}

.nav_menu_more a .icon:before{
    display: none;
}

.line:before{
    background-color: #EAC93F!important;
}

#main_img:before{
    background-color: rgba(0,0,0,0.1)!important
}

#intro_wrap, #contents3 .con_box, main.back1 .con_box{
    border-radius: 10px;
    border: solid 2px #E5E1DA;
    z-index: 1;
}
#intro_wrap{
    background-image: url('./Dup/img/bg_img6.png');
    background-repeat: repeat-x;
    background-position-y: calc(100% - 50px);
    background-position-x: 0;
    background-size: 1000px;
    animation: anime1 20s linear infinite;
}
@keyframes anime1 {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
}

#intro .num {
    transform: none;
    font-size: 20px;
    position: static;
    opacity: 1;
    color: #FCB9C9;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 4px;
}

#contents1 .num, #contents2 .num, #contents3 .num{
    display: none;
}
#contents1 h3::before, #contents2 h3::before, #contents3 h3::before{
    font-size: 20px;
    width: 100%;
    height: auto;
    position: static;
    animation: none!important;
    background-color: transparent!important;
    margin-bottom: 20px;
    color: #FCB9C9;
    transform: none!important;
    letter-spacing: 4px;
    display: block;
}
#contents1 h3::before{
    content: "01";
}
#contents2 h3::before{
    content: "02";
}
#contents3 h3::before{
    content: "03";
}

#contents1{
    position: relative;
    padding-bottom: 50px;
}
#contents1::before {
    position: absolute;
    content: "";
    width: 800px;
    height: 800px;
    top: -200px;
    right: -150px;
    background-image: url(./Dup/img/bg_img2.png);
    background-size: contain;
    pointer-events: none;
}
#contents1 figure{
    border-radius: 10px;
    z-index: 1;
}
#contents1 .con_box{
    margin-top: 250px;
}
.portrait_img {
    height: 700px!important;
}

#contents2{
    position: relative;
}
#contents2::before {
    position: absolute;
    content: "";
    width: 800px;
    height: 800px;
    top: -100px;
    left: -50px;
    background-image: url(./Dup/img/bg_img4.png);
    background-size: contain;
    pointer-events: none;
}
#contents2 .con_box{
    margin-top: 300px;
}

#contents3_wrap:after {
    background-color: #BA476D!important;
    opacity: 0.2;
}
#contents3 .con_box {
    background-image: url(./Dup/img/bg_img3.png);
    background-position: right bottom;
    background-size: 800px;
    background-repeat: no-repeat;
    padding: 50px 250px 50px 50px;
    text-align: left;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    box-sizing: border-box;
}

.top_bg{
    background-image: url('./Dup/img/bg_img7.png');
    background-size: 100%;
    background-position: top center;
    background-repeat: repeat-y;
    padding-bottom: 1px;
}

#top_cms .line-l:before{
    display: none;
}

#top_cms .top_cms_box:first-of-type{
    margin-bottom: 100px;
    background-color: rgb(189,176,149,0.1)
}
#top_cms .top_cms_box .cms_title{
    text-align: center;
}
#top_cms .top_cms_box:first-of-type .cms_title p{
    color: #333;
    display: inline-block;
    border-bottom: solid 1px;
    font-size: 20px;
    letter-spacing: 3px;
}
#top_cms .top_cms_box:first-of-type .cms_title h3{
    display: none;
}
#top_cms .top_cms_box:not(:first-of-type) .cms_title p{
    font-size: 50px;
    letter-spacing: 10px;
    font-weight: bold;
    line-height: 1;
    color: #FCFBF5;
    text-shadow: 1px 1px 0 #fcb9c9, -1px 1px 0 #fcb9c9, 1px -1px 0 #fcb9c9, -1px -1px 0 #fcb9c9;
}
#top_cms .top_cms_box:not(:first-of-type) .cms_title h3{
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: -20px;
    position: relative;
    padding-bottom: 30px;
    border-bottom: solid 2px #E5E1DA;
}

.more_btn{
    border-radius: 50px;
    overflow: hidden;
    border: solid 2px #EAC93F;
    color: #EAC93F;
    letter-spacing: 2px;
}
.more_btn:before{
    display: none;
}
.more_btn:after{
    background-color: #EAC93F!important;
    opacity: 0.2;
    top: 0;
}
#contents3 .more_btn {
    border: solid 2px #ba476d;
    color: #ba476d;
}
#contents3 .more_btn:after {
    background-color: #ba476d!important;
}

#info_contact .con_box a{
    border-radius: 10px;
    overflow: hidden;
    border: solid 2px #BA476D;
}

#page_title:before, #info_contact .con_img:before{
    background-color: #7c4658!important;
    opacity: 0.4;
}
#page_title .page_title_box {
    background-color: rgba(186,71,109,0.6);
    border-radius: 10px;
}

.cate_list li a{
    border-radius: 50px;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px!important;
	margin-bottom: 50px;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
	position: relative;
}
.cate_title::before, .cate_title::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.cate_title::before{
    background-color: #FCB9C9;
    right: 40px;
}
.cate_title::after{
    background-color: #EAC93F;
    left: 40px;
}

#cms_5-c .box_title1, .cms_5-c .box_title1{
    padding: 20px 0;
    padding-left: 60px;
}
#cms_5-c .box_title1::before, .cms_5-c .box_title1::before{
    content: "Q";
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #BA476D;
    color: #fff;
    border-radius: 50px;
    top: 14px;
    left: 10px;
    font-weight: normal;
    transform: none;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    content: "A";
    color: #EAC93F;
    font-weight: normal;
    top: 20px;
    left: 20px;
}
#cms_5-c .box_txt1, .cms_5-c .box_txt1{
    padding-left: 60px;
}

#footer {
    background-color: rgba(255,255,255,0.8);
}

/** tablet 780 **/
@media screen and (max-width: 768px){
.top header #logo{
    opacity: 0;
}
.top header.scr_header #logo{
    opacity: 1;
}
.page main{
    background-size: 800px, auto;
}
#contents1::before {
    width: 600px;
    height: 600px;
    top: -100px;
    right: -100px;
}
#contents2 .con_box {
    margin-top: 20px
}
#contents2::before {
    width: 600px;
    height: 600px;
    top: 300px;
    left: -100px;
}
#top_cms .top_cms_box:first-of-type{
    padding-top: 50px;
}
.top_bg{
    background-size: 800px;
}
.more_btn:after{
    display: none;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
main > div.back1{
    background-size: 400px;
}
header #logo {
    width: 80px!important;
    max-width: 80px!important;
}
#contents1 h3::before, #contents2 h3::before, #contents3 h3::before{
    text-align: center;
}
#contents1{
    padding-top: 170px;
}
#contents1::before {
    width: 400px;
    height: 400px;
    top: -70px;
    right: -70px;
}
#contents1 .con_box{
    margin-top: 20px;
}
#contents2 {
    padding-top: 200px;
}
#contents2::before {
    width: 400px;
    height: 400px;
    top: -30px;
    left: -30px;
}
#contents3 .con_title{
    text-align: center;
}
#contents3 .con_box {
    background-image: url(./Dup/img/bg_img8.png);
    background-size: 500px;
    padding: 5%;
}
.cate_title{
    font-size: 20px;
}
#page_title .page_title_box {
    padding-left: 0;
    padding-right: 0;
    width: 80%;
}
#cms_5-c .box_title1::before, .cms_5-c .box_title1::before{
    top: 12px;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    top: 14px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.more_btn, .pager li a, .cate_list li a{
    padding-bottom: 10px!important;
}
#page9 .more{
    padding-bottom: 5px;
}
}