﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
.maru, h2, h3, h4, #info_title_box .info_title span, #info .info_txt h3 {
    font-family: 'Zen Maru Gothic',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    font-weight: 500;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #F28C8E;}
/*.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6}*/
.txt_color3, .hvr_txt_color3:hover{color: #DED065;}
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #F28C8E;}
.bg_color2, .hvr_bg_color2:hover{background-color: #fbf9f7;}
.bg_color3, .hvr_bg_color3:hover{background-color: #DED065;}
.bg_color4, .hvr_bg_color4:hover{background-color: #fff;}
.bg_color5 {background-color: #ffffff;}

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #F28C8E;}
/*.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}*/
.border_color3, .hvr_border_color3:hover{border-color: #DED065;}
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/

#wrap{
    overflow: hidden;
}

/* header */
header {
    padding-bottom: 25px;
    background-color: rgba(255,255,255,0.6);
}
#logo {
    padding-top: 25px;
}

/* top ----------------*/
.svg_wrap, #contents .con_box .con_item1, #contents .con_box .con_item2, #intro h2 span.border{
    display: none;
}
/* main img */
#main_img .main_img_wrap:before {
    background-color: rgba(70,70,70,0.2);
}

/* main */

/* intro */
#intro_bg{
    padding-top: 3%;
    padding-bottom: 3%;
}
#intro .intro_wrap{
    background-color: #fbf9f7;
    border-radius: 26% 27% 20% 22%;
}
#intro .intro_txt_wrap h2{
    border-bottom: dotted 3px;
    display: inline;
    padding-bottom: 5px;
    line-height: 2.5;
    font-weight: bold;
}
#intro .intro_txt_wrap p{
    margin-top: 20px;
}
#intro .intro_no{
    margin-top: 0!important;
    margin-bottom: 10px;
}
.intro_suisai1{
    top: 1%;
    right: 1%;
    width: 20%;
    max-width: 400px;
    z-index: 1;
}
.intro_suisai2 {
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 16%;
    max-width: 250px;
    z-index: 1;
}
.intro_suisai3 {
    bottom: -9%;
    left: 1%;
    width: 25%;
    max-width: 430px;
}

/* contents */
.con_suisai1 {
    top: 10%;
    left: 8%;
    width: 15%;
    max-width: 270px;
    transform: rotate(40deg);
}
.con_suisai2 {
    top: 45%;
    right: 10%;
    transform: translateY(-50%);
    width: 16%;
    max-width: 250px;
    z-index: 1;
}
.con_suisai3 {
    bottom: 15%;
    left: 3%;
    width: 20%;
    max-width: 380px;
}
.con_suisai4 {
    top: 3%;
    right: 5%;
    width: 20%;
    max-width: 350px;
}
.con_suisai5 {
    top: 54%;
    right: 5%;
    transform: translateY(-50%);
    width: 12%;
    max-width: 200px;
    z-index: 1;
}
.con_suisai6 {
    bottom: 30%;
    left: -2%;
    width: 18%;
    max-width: 330px;
}
.con_suisai7 {
    bottom: 3%;
    right: 6%;
    width: 20%;
    max-width: 370px;
}


/* topcms */


/* footer */
#info_title_box .info_title span {
    color: #60513c;
}


/* under page */
.btn_container a{padding: 8px 30px;}
.cate_list li a {
    background-color: #f28c8e;
    color: #fff;
    border-radius: 30px;
}
#page_title {
    overflow: initial;
}
#page_title::before{
    content: "";
    background-image: url('./Dup/img/aka.png'), url('./Dup/img/pink.png');
    background-repeat: no-repeat;
    background-position: bottom left -3%,bottom right -5%;
    background-size: 14%,20%;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -15%;
    left: 0;
}
#page_title::after{
    content: "";
    background-image: url('./Dup/img/ki.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    width: 10%;
    height: 100%;
    position: absolute;
    bottom: -25%;
    right: -40px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#intro .intro_wrap {
    border-radius: 16% 18% 15% 19%;
}
.intro_suisai2 {
    top: 55%;
    width: 20%;
}
.con_suisai1 {
    top: 8%;
    left: -4%;
    width: 23%;
    transform: rotate(70deg);
    z-index: 1;
}
.con_suisai2 {
    top: 47%;
    right: 1%;
    width: 21%;
}
.con_suisai3 {
    bottom: 20%;
    left: -3%;
    z-index: 1;
}
.con_suisai4 {
    top: 1%;
    right: -5%;
    width: 32%;
}
.con_suisai5 {
    top: 50%;
    right: -1%;
    width: 16%;
}
.con_suisai6 {
    bottom: 30%;
    left: -2%;
    width: 31%;
}
.con_suisai7 {
    bottom: 0.5%;
    right: -5%;
    width: 42%;
}

#page_title #filter_white {background-color: rgba(255,255,255,0.6)!important;}
#page_title::before {
    background-size: 18%,26%;
    bottom: -10%;
}
#page_title::after {
    width: 12%;
    bottom: -16%;
    right: -14px;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
header {padding-bottom: 5px;}
#logo {padding-top: 20px;}
#main_img .main_logo_wrap{
    height: 100%;
    flex-direction: column;
}
#main_img .main_logo {
    height: 50%;
    position: relative;
}
#main_img .main_logo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#intro .intro_wrap {border-radius: 10% 13% 8% 12%;}
.intro_suisai1 {
    width: 24%;
}
.intro_suisai2 {
    top: 72%;
    right: -2%;
    width: 28%;
}
.intro_suisai3 {
    bottom: -5%;
    width: 37%;
}
.con_suisai1 {
    top: 8%;
    left: -7%;
    width: 32%;
}
.con_suisai2 {
    top: 43%;
    right: -2%;
    width: 28%;
}
.con_suisai3 {
    bottom: 26%;
    left: -5%;
    width: 30%;
}
.con_suisai4 {
    top: 0.3%;
    width: 44%;
}
.con_suisai5 {
    top: 46%;
    width: 21%;
}
.con_suisai6 {
    bottom: 32%;
    left: 3%;
    width: 43%;
}
.con_suisai7 {
    bottom: 0.3%;
    right: -3%;
    width: 56%;
}

.cate_list li {margin: 0 0 10px;}
.cate_list li a {padding: 10px;}
#page_title::before {
    background-size: 26%,37%;
    bottom: -8%;
}
#page_title::after {
    width: 17%;
    bottom: -15%;
    right: -11px;
}

}





