﻿/* ---------------------- color */
/* メインカラー */
.txt_color1{color: #f7c340} 
.bg_color1{background-color: #f7c340} 
.border_color1{border-color: #f7c340}
.hvr_txt_color1:hover{color: #f7c340} 
.hvr_bg_color1:hover{background-color: #f7c340} 
.hvr_border_color1:hover{border-color: #f7c340}


/* サブカラー */
.txt_color2{color: #EBB7C0} 
.bg_color2{background-color: #EBB7C0} 
.border_color2{border-color: #EBB7C0}
.hvr_txt_color2:hover{color: #EBB7C0} 
.hvr_bg_color2:hover{background-color: #EBB7C0} 
.hvr_border_color2:hover{border-color: #EBB7C0}

/* アクセントカラー */
.txt_color3{color: #D87B8C} 
.bg_color3{background-color: #D87B8C} 
.border_color3{border-color: #D87B8C}
.hvr_txt_color3:hover{color: #D87B8C} 
.hvr_bg_color3:hover{background-color: #D87B8C} 
.hvr_border_color3:hover{border-color: #D87B8C}


#top_cms .top_cms_bg,
#footer .footer_bottom,
.under_page #footer,
.pager li a,
.top_header,
#page07 p,
#page09 .privacy_top{
    background-color: #fdf8ed;
}

p::selection,
span::selection,
h2::selection,
h3::selection,
a::selection,
div::selection,
img::selection,
br::selection{
background:#D87B8C;
color: #fff;
}

p::-moz-selection {
background:#D87B8C;
color: #fff;
}


/* ---------------------- common */
body{
    font-family: 'Hammersmith One','Noto Sans JP',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body, .txt_color_nomal,a {
    color: #782030;
}

h2,h3{
    font-weight: 700;
}

/* --- automatic link --- */
.linkStyle{    color: #fdb927;}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */
header .trans_logo {
    display: flex;
    align-items: center;
    padding-right: 40px;
    padding-left: 40px;
}

header .trans_logo img{
    max-width: 120px;
}


/* ---------------------- nav */

.top_pc_nav ul{
    width: 60%;
    padding: 25px 15px;
    background-color: rgba(255,255,255,1);
    border-radius: 20px;
    text-align: center;
}

#pc_nav ul li a{
    font-weight: 700;
}

header #sp_nav ul.bg_white{
    background-color: #fdf8ed;
    background-image: url("./Dup/img/top_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
header #sp_nav ul li:nth-child(-n+10){
    background-color: #fff;
    text-align: center;
}

header #sp_nav ul li:nth-child(1){
    padding-top: 10px;
    border-radius: 10px 10px 0 0;
}

header #sp_nav ul li:nth-child(10){
    padding-bottom: 10px;
    border-radius: 0 0 10px 10px;
}

header #sp_nav ul li .sns_links li{
    background-color: transparent!important;
    padding-top: 0px;
}

header .menu_stick.stick_trans {
    background-color: #fdf8ed;
}

header .menu_stick span {
    height: 3px;
}

header .menu_stick span:first-of-type {
    top: 14px;
}
header .menu_stick span:last-of-type {
    bottom: 14px;
}

/* ---------------------- footer */



/* -------------------------- top ------------------------- */

#main_img{
    position: relative;
}

#main_img::after{
    content:'';
    position:absolute;
    height:300px;
    width:80%;
    background-image:url(Dup/img/top_catchcopy.svg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: bottom;
    bottom:0;
    left:20px;
    z-index: 2;
}

.top_header{
    background-image: url("./Dup/img/top_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.con1_title{
    background-color: #fff;
    border-top: 2px solid #fdb927;
    border-bottom: 2px solid #fdb927;
    padding: 11px 5px;
    width: 90%;
    display: block;
    margin: 0 auto 50px;
    position: relative;
}

.con1_title::before{
    content:'';
    position:absolute;
    height:102px;
    width:56px;
    background-image:url(Dup/img/ribbon_tip.svg);
    background-size:contain;
    background-repeat:no-repeat;
    top: 15px;
    left:-54px;
}

.con1_title::after{
    content:'';
    position:absolute;
    height:102px;
    width:56px;
    background-image:url(Dup/img/ribbon_tip.svg);
    background-size:contain;
    background-repeat:no-repeat;
    top: 15px;
    right:-54px;
    transform: rotate(180deg);
}

.con2_title{
    position: relative;
}
.con2_title::after{
    content:'';
    position:absolute;
    height:50px;
    width:250px;
    background-image:url(Dup/img/effortless.svg);
    background-size:contain;
    background-repeat:no-repeat;
    top:0;
    right:0;
    transform: rotate(10deg);
    opacity: 0.3;
    z-index: 0;
}

.con3_title{
    position: relative;
}

.con3_title::after{
    content:'';
    position:absolute;
    height:50px;
    width:160px;
    background-image:url(Dup/img/relax.svg);
    background-size:contain;
    background-repeat:no-repeat;
    top:0;
    right:0;
    transform: rotate(10deg);
    opacity: 0.3;
    z-index: 0;
}


.con2_right{
    position: relative;
}

.con2_right::before{
    content:'';
    position:absolute;
    height: 90px;
    width: 114px;
    background-image:url(Dup/img/img_deco.svg);
    background-size:contain;
    background-repeat:no-repeat;
    top: -29px;
    right: -19px;
    z-index: 3;
}
.con2_right::after{
    content:'';
    position:absolute;
    height: 90px;
    width: 114px;
    background-image:url(Dup/img/img_deco.svg);
    background-size:contain;
    background-repeat:no-repeat;
    transform: rotate(180deg);
    bottom: -29px;
    left: 32px;
    z-index: 3;
}

.con3_right{
    position: relative;
}

.con3_right::before{
    content:'';
    position:absolute;
    height: 90px;
    width: 114px;
    background-image:url(Dup/img/img_deco.svg);
    background-size:contain;
    background-repeat:no-repeat;
    top: -29px;
    right: 32px;
    z-index: 3;
}
.con3_right::after{
    content:'';
    position:absolute;
    height: 90px;
    width: 114px;
    background-image:url(Dup/img/img_deco.svg);
    background-size:contain;
    background-repeat:no-repeat;
    transform: rotate(180deg);
    bottom: -29px;
    left: -19px;
    z-index: 3;
}

/* ribbon */
.con2_title span{
    width: 40px;
    height: 20px;
    background-color: transparent;
    background-image: url('./Dup/img/ribbon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.con3_title span{
    width: 40px;
    height: 20px;
    background-color: transparent;
    background-image: url('./Dup/img/ribbon_wh.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#top_cms .cms_box .cms_title p{
    display: inline-block;
    position: relative;
    padding-left: 15px;
}

#top_cms .cms_box .cms_title p::after{
    content:'';
    position:absolute;
    height: 12px;
    width: 12px;
    background-image: url(Dup/img/hana_yamabuki.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0px;
    top: 7px;
}


.cms_5-c .box_txt1::before {
    color: #d87b8c;
}

.cms_6-c .box_wrap{
    flex-flow: wrap;
}

.cms_6-c .cate_box{
    width: 85%!important;
    margin: 20px 30px;
}

#top_info .info_title span{
    width: 40px;
    height: 20px;
    background-color: transparent;
    background-image: url('./Dup/img/ribbon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* --- more --- */

/* -------------------------- sub ------------------------- */
.main_filter {
    background-color: #fdf8ed;
}
/* ---------------------- cms1 */

/* ---------------------- cms2 */
#cms_2-c .cate_title{
    position: relative;
    padding-left: 34px;
}

#cms_2-c .cate_title::after{
    content:'';
    position:absolute;
    height: 30px;
    width: 30px;
    background-image:url(Dup/img/hana_pink.svg);
    background-size:contain;
    background-repeat:no-repeat;
    bottom: 3px;
    left: 0px;
    transform: rotate(36deg);
}
/* ---------------------- cms3 */

#cms_3-e .cate_title{
    padding-left: 15px;
}

#cms_3-e .sub_cate_title{
    position: relative;
    font-weight: 700;
    border: none;
    padding-left: 38px;
}

#cms_3-e .sub_cate_title::after{
    content:'';
    position:absolute;
    height: 27px;
    width: 28px;
    background-image: url(Dup/img/hana_red.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 15px;
    left: 0px;
}

/* ---------------------- cms4 */
#cms_5-c .box_txt1::before {
    color: #d87b8c;
}
/* ---------------------- cms5 */
#cms_6-c .circle{
    display: none;
}


#cms_6-c .arrow::after{
    content:"";
    position: absolute;
    width: 40px;
    height: 20px;
    background-image: url('./Dup/img/ribbon.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */


/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */

/* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
.more a{
    padding-top: 19px !important;
}

/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */
.pager li a {
    line-height: 61px;
}

/* ---------------------- cms2 */

/* ---------------------- cms3 */
#cms_3-e .cate_title {
    padding-top: 4px;
}

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */
/*@media all and (-ms-high-contrast:none)*/
#page07 h3,
#page07 p {
    padding-top: 17px !important;
}

/* ---------------------- contact */

/* ---------------------- privacy policy */
.footer_nav a, #page09 a {
    padding-top: 1px;
}

/* ---------------------- sitemap */


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */

.con1_title h2{
    font-size: 20px;
}

.con2_title::after {
    top: 7px;
    right: -100%;
}

.con2_right::before {
    height: 75px;
    width: 95px;
}

.con2_right::after {
    height: 75px;
    width: 95px;
    bottom: -24px;
    left: 0px;
}

.con3_right::before {
    height: 75px;
    width: 95px;
    top: -27px;
    right: 6px;
}

.con3_right::after {
    height: 75px;
    width: 95px;
}

#top_info{
   background-color: #fdf8ed;
}


#contents1 .con1_left {
    height: 70vw;
     width: 100%!important;
}

#contents1 .con1_right {
    width: 100%!important;
}

/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */
#cms_2-c .cate_title {
    text-align: left;
}

#cms_2-c .cate_title::after {
    bottom: 0px;
}
/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
    
/* ---------------------- header */

/* ---------------------- nav */
header .menu_stick.stick_trans {
    background-color: transparent;
}



/* ---------------------- footer */



/* -------------------------- top ------------------------- */
.con1_title {
    width: 100%;
}

.con1_title h2 {
    font-size: 16px;
}

.con1_title::before {
    display: none;
}

.con1_title::after {
    display: none;
}

.con2_title::after {
    top: 7px;
    right: -10px;
}

.con2_right::after {
    left: -16px;
}
.con3_right::before {
    right: -13px;
}

.con3_title::after {
    right: -14px;
}

/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */
#cms_3-e .cate_title {
    padding-left: 0px;
}
#cms_3-e .sub_cate_title::after {
    height: 22px;
    width: 23px;
    bottom: 14px;
}
#cms_3-e .sub_cate_title {
    padding-left: 28px;
}
/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

    
}