﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Shippori+Mincho+B1:wght@500&display=swap');

:root{
    --font-jp: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-jp2: 'Shippori Mincho B1', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    --font-en: 'Montserrat', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --shadow-l: 0 3px 10px rgba(0,0,0,0.1);
}
body, .font_sans-serif{
    font-family: var(--font-jp);
}
.font_jp{
    font-family: var(--font-jp2);
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en);
}

.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #FF7D8D;
    --color2: #FFF0F4;
    --color3: #D9FDFE;
    --color3s: #76D6D1;
    --color4: #EEEEEC;
    --color4s: #D8D8D2;
    --black: #222222;
}

/** 共通 **/

.normal_img img, .square_img, .rectangle_img{
    border-radius: 20px;
}

h2, h3, h4, h5, h6{
    font-family: var(--font-jp2);
}

.box-shadow-l{
    box-shadow: var(--shadow-l);
}

.border_rad20{
    border-radius: 20px;
}

.dec{
    margin-top: 0!important;
    margin-bottom: 0!important;
    width: 50px;
}


/** other **/

.zabuton{
    padding: 0.125em 0.3em 0.25em;
    background: var(--color1);
    line-height: 2;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    color: #fff;
}

#wrap {
    width: 100%;
    margin-top: 0;
}

header{
    display: none;
}

.main_img_box{
    position: relative;
}
.main_img_box::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    background-image: url('./Dup/img/item8.png'), url('./Dup/img/item6.png'), url('./Dup/img/item9.png');
    background-repeat: no-repeat;
    background-position: left -50px top -50px, right -50px bottom -50px, right 50px top 50px;
    background-size: 300px, 200px, 150px;
    z-index: 2;
}
.main_img_box .top_logo{
    top: 200px;
    left: 100px;
    z-index: 2;
}
.main_img_box .catch{
    bottom: 20%;
    left: 100px;
    z-index: 2;
}
.main_img_wrap {
    width: calc(100% - 250px);
    height: calc(100% - 100px);
    top: 50px;
    left: 200px;
}
.main_img_wrap::before{
    position: absolute;
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    background-image: url('./Dup/img/bg_img5.png');
    background-size: 100% 100%;
    z-index: 1;
}

.top_page .main_wrap{
    margin-top: 0;
}

.menu{
    padding: 0;
}
.menu .nav{
    padding: 30px 0;
    position: relative;
}
.menu .nav::before{
    position: absolute;
    content: "";
    width: 620px;
    height: 60px;
    background-image: url('./Dup/img/bg_img.png');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: -60px;
    margin: auto;
    pointer-events: none;
}
.menu .logo{
    margin-bottom: -30px;
    position: relative;
}
.menu .logo, .menu.is-fixed .logo{
    width: 80px!important;
}
h1.logo img{
    width: 100%!important;
}

.menu .nav ul li, .menu .nav ul li a{
    padding: 0;
    margin: 0;
    transform: none;
    border-left: none;
}
.menu .nav ul li a{
    padding: 0 20px;
}
.menu .nav .nav1{
    font-family: var(--font-jp2);
    font-size: 16px;
}
.menu .nav .nav2{
    font-family: var(--font-en);
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.5;
}

#contents{
    background-image: url('./Dup/img/bg_img3.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
}
#contents .con_no{
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-repeat: no-repeat;
    background-size: 50px 1px;
    background-position: left 40px top 50%;
}
#contents .con1::before, #contents .con2::before{
    position: absolute;
    content: "";
    top: 50px;
    bottom: 0;
    background-color: #fff;
    pointer-events: none;
}
#contents .con1::before{
    left: 0;
    right: 20%;
    border-radius: 0 50px 50px 0;
}
#contents .con2::before{
    right: 0;
    left: 20%;
    border-radius: 50px 0 0 50px;
}
#contents .con1::after, #contents .con2::after{
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
#contents .con1::after{
    width: 300px;
    height: 300px;
    left: -50px;
    top: -200px;
    background-image: url('./Dup/img/item5.png');
}
#contents .con2::after{
    width: 200px;
    height: 200px;
    right: -30px;
    top: -50px;
    background-image: url('./Dup/img/item6.png');
}
#contents .con_txt_wrap{
    z-index: 2;
}
#contents .con_txt_wrap::before{
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
#contents .con1 .con_txt_wrap::before{
    background-image: url('./Dup/img/item9.png');
    top: 10px;
    right: 5%;
}
#contents .con2 .con_txt_wrap::before{
    background-image: url('./Dup/img/item10.png');
    top: 70%;
    left: -70px;
}
#contents .con_img_wrap{
    z-index: 1;
}
#contents .con_img_wrap::before{
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
}
#contents .con1 .con_img_wrap::before{
    width: 400px;
    height: 400px;
    right: -100px;
    bottom: -120px;
    background-image: url(./Dup/img/item7.png);
}
#contents .con2 .con_img_wrap::before{
    width: 300px;
    height: 300px;
    left: -50px;
    bottom: -100px;
    background-image: url('./Dup/img/item8.png');
}

#top_cms{
    background-color: #fff;
    background-image: url('./Dup/img/bg_img4.png');
    background-size: 100% 50px;
    background-position: top;
    background-repeat: no-repeat;
}
#top_cms:before{
    display: none;
}
#top_cms .cms_title{
    text-align: center;
}
#top_cms .cms_title p:first-of-type{
    font-family: var(--font-en);
    color: var(--color1);
}
#top_cms .cms_title p:first-of-type span{
    letter-spacing: 3px;
}
#top_cms .cms_title p:last-of-type{
    font-family: var(--font-jp2);
}

.more_box .more{
    border-radius: 100px;
    border: none;
    font-family: var(--font-en);
    background-color: var(--color2);
}

.other {
    padding: 0 10%;
}
.other .box{
    border: none!important;
    padding: 0 10px;
}
.other .box:hover{
    background-color: transparent;
}
.other .box a{
    display: block;
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s;
    border-radius: 20px;
}
.other .box a:hover{
    background-color: var(--color1);
}
.other .box figure{
    opacity: 0.3;
    transition: 0.5s;
}
.other .box:hover figure {
    opacity: 0.3;
}
.other .box a:hover figure {
    opacity: 0.7;
    transform: scale(1.1);
}
.other .box_title2 {
    font-family: var(--font-en);
    letter-spacing: 3px;
}

.img-container:before{
    background-color: var(--color2);
}

.all_page{
    background-color: #fff;
}
.all_page:before{
    display: none;
}

#page_title{
    padding-top: 0;
    z-index: -1;
    height: 300px;
    background-color: var(--color2);
}
#page_title .page_title_box{
    padding-top: 50px;
    margin-left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}
#page_title .page_title_box:before {
    display: none;
}
#page_title .page_title_box p:first-of-type{
    font-family: var(--font-jp2);
    color: var(--black);
}
#page_title .page_title_box p:last-of-type{
    font-family: var(--font-en);
    color: var(--color1);
}
#page_title #title_img{
    height: 100%;
    width: 100%;
    opacity: 0.8;
}
#title_img:before{
    height: 100%;
}
#page_title .img-container::after{
    display: none;
}

.date, .date_box{
    font-family: var(--font-jp2);
}
.pager{
    font-family: var(--font-en);
}

.cate_list{
    padding: 15px;
    border-radius: 20px;
    background-color: var(--color4);
    border-bottom: none;
}
.cate_list li{
    width: auto;
    margin: 0;
    padding: 5px;
}
.cate_list li a{
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: var(--shadow-l);
}

.cate_title span{
    font-family: var(--font-en);
}

.link_type2 .cate_box a {
    border-radius: 20px;
    color: #fff;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,125,141,0.7);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: var(--color3);
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

#cms_5-e .number:before, .cms_5-e .number:before{
    font-family: var(--font-jp2);
}

.sns_links .square_img{
    border-radius: 0;
}

.sns_box{
    padding: 50px;
}
footer{
    background-color: var(--color1);
}
footer::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    background-image: url('./Dup/img/bg_img2.png');
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}
footer .svg_box {
    z-index: -1;
    top: 0;
    left: 35%;
    opacity: 0.2;
}
footer .dec {
    width: 120px;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}

.foot_banner{
    right: 80px;
    bottom: 10px;
    z-index: 9;
}


/** tablet 1000 **/
@media screen and (max-width: 1000px){
header{
    display: block;
}
.top_page .main_wrap{
    padding-top: 0;
}
#contents {
    background-position: top 30px left 0;
}
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.main_img_box{
    height: 100vw;
}
.main_img_box::before{
    background-position: left -100px top -100px, right -50px bottom -50px, right 50px top 50px;
}
.main_img_box .catch {
    bottom: 10%;
    left: 50px;
}
.main_img_wrap {
    width: calc(100% - 70px);
    height: calc(100vw - 20px);
    top: 50px;
    left: 100px;
}
#page_title .page_title_box{
    padding-top: 0;
}
.other {
    padding: 0 5%;
}
#contents {
    background-position: top 30px left 0;
}
#contents .con_no{
    left: -30px;
    font-size: 100px;
    line-height: 1;
    top: -60px;
    background-image: none;
}
#contents .con_txt_wrap::before{
    width: 100px;
    height: 100px;
}
#contents .con1 .con_txt_wrap::before {
    top: -30px;
    right: 5%;
}
#contents .con2 .con_txt_wrap::before {
    top: -30px;
    left: auto;
    right: 5%;
}
#top_cms{
    background-size: 100% 4vw;
}
footer::before{
    height: 4vw;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.main_img_box::before {
    background-position: left -80px top -80px, right -20px bottom -40px, right 20px top -10px;
    background-size: 200px, 100px, 100px;
}
.main_img_box .catch {
    bottom: 5%;
    left: 20px;
}
.main_img_wrap {
    width: calc(100% - 30px);
    height: calc(100vw - 50px);
    top: -20px;
    left: 50px;
}
#contents {
    background-position: top;
    background-image: url('./Dup/img/bg_img3_sp.png');
}
#contents .con_no{
    left: -15px;
}
#contents .con1::before{
    right: 20px;
}
#contents .con2::before{
    left: 20px;
}
#contents .con1::after {
    width: 200px;
    height: 200px;
    left: -50px;
    top: -120px;
}
#contents .con1 .con_img_wrap::before {
    width: 300px;
    height: 300px;
    right: -50px;
    bottom: -150px;
    opacity: 0.5;
}
#contents .con2 .con_img_wrap::before {
    width: 300px;
    height: 300px;
    left: -80px;
    bottom: -100px;
    opacity: 0.7;
}
#contents .con1 .con_img_wrap figure{
    border-radius: 20px 0 0 20px;
}
#contents .con2 .con_img_wrap figure{
    border-radius: 0 20px 20px 0;
}
.other .box{
    margin-bottom: 10px;
    padding: 0;
}
#page_title{
    height: 200px;
}
#page_title .page_title_box p:first-of-type{
    letter-spacing: 3px;
    font-size: 26px;
}
.cate_list li{
    width: 100%;
}
footer .svg_box {
    left: 20%;
}
footer .dec {
    margin-top: 10px!important;
    margin-bottom: 10px!important;
}
.foot_banner {
    right: 50%;
    transform: translateX(50%);
}
}