﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Quicksand:wght@500&display=swap');

body, .font_serif{font-family: 'Quicksand', "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important}
.font_serif, #contents1_txt h3, .cate_title{font-family: 'Quicksand', 'Kiwi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important}

#intro h3, #contents1_txt h3, #contents2 h3, #contents3 h3, .cate_title{font-weight: 500}



/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #33CCCC;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #33CCCC} /* メインカラー */
.txt_color2{color: #fffbf5} /* サブカラー */
.txt_color3{color: #FA9CB8} /* アクセントカラー1 */
.txt_color4{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #33CCCC} /* メインカラー */
.bg_color2{background-color: #ffffff} /* サブカラー */
.bg_color3{background-color: #FA9CB8} /* アクセントカラー1 */
.bg_color4{background-color: #c9baa9} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #33CCCC}
.border_color2{border-color: #fffbf5}
.border_color3{border-color: #FA9CB8}
.border_color4{border-color: #c9baa9}

/* hover_color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #33CCCC} /* メインカラー */
.hvr_txt_color2:hover{color: #fffbf5} /* サブカラー */
.hvr_txt_color3:hover{color: #FA9CB8} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #33CCCC} /* メインカラー */
.hvr_bg_color2:hover{background-color: #fffbf5} /* サブカラー */
.hvr_bg_color3:hover{background-color: #FA9CB8} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

.hvr_border_color1:hover{border-color: #33CCCC}
.hvr_border_color2:hover{border-color: #fffbf5}
.hvr_border_color3:hover{border-color: #FA9CB8}
.hvr_border_color4:hover{border-color: #c9baa9}


/* design ---------------------------------------------------------------------------------------------*/
body, .more a::after, .cate_list li a::after, #page10 ul li a .title::after, #tel_contact > div > .d_inline_b > div p span {
    background-color: #fffbf5;
}


/* ---------- all ---------- */
.font_14{font-size: 15px}
#contact_bar{background-color: #ffc527;}
#contact_bar .mail p{color: #ffffff;}
#contact_bar a{color: #fff;}


/* ---------- top ---------- */
#main_img {position: relative;}
.main_txt {
    position: absolute;
    z-index: 9;
    top: 65%;
    left: 0%;
    transform: translateY(-50%);
    width: 60%;
    max-width: 600px;
}
#top_cms1{margin-bottom: 232px;}
#intro, #intro h3, #contents1, #contents1_txt h3, #contents2 h3, #contents3 h3, #contents1 #contents1_txt{position: relative}

#intro .intro_title {
    width: 198px;
    height: 111px;
    top: -34px;
}
#intro::before {
    content: '';
    display: inline-block;
    width: 730px;
    height: 220px;
    background-image: url(../dup/img/item1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: -221px;
    transform: translateX(-50%);
    z-index: -1;
}
#intro h3::before, #contents1_txt h3::before, #contents2 h3::before, #contents3 h3::before {
    display: inline-block;
    content: "";
    width: 59px;
    height: 5px;
    background: #fbdb83;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 5px;
}
#contents2 h3::before,#contents3 h3::before{right: auto;}


#contents1_txt {
    background-image: radial-gradient(circle at 10px 0, #33cccc 9px, #33cccc 10px, rgba(256,255,255,0) 11px);
    background-repeat: repeat-x;
    background-size: 20px 11px;
}
#contents1 #contents1_txt::before {
    content: '';
    display: inline-block;
    width: 116px;
    height: 116px;
    background-image: url(../dup/img/item4.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: -28px;
    bottom: -29px;
    z-index: 1;
}
#contents1 #contents1_txt::after {
    content: '';
    display: inline-block;
    width: 714px;
    height: 267px;
    background-image: url(../dup/img/item5.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -233px;
    z-index: 0;
}
#contents1_txt h3{margin-bottom: 35px;}

#contents2 h3, #contents3 h3{margin-bottom: 35px;padding-top: 16px;}
#contents2 h3::after,#contents3 h3::after {
    content: '';
    display: inline-block;
    width: 137px;
    height: 41px;
    background-image: url(../dup/img/item2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: -23px;
    z-index: 1;
}
#contents3 h3::after{background-image: url(../dup/img/item6.png);}
#contents2 figure{transform: none;box-shadow: 0 0 15px rgb(0 0 0 / 0%);}
#contents3 figure{overflow: hidden}

#top_cms .top_cms_title p {
    background-color: #ffc527;
    color: #fff;
	font-weight: normal;
}
#top_cms .top_cms_title p span{opacity: 1;}




/* ---------- cms ---------- */
.cate_list li{border-color: #ffc527;}
.cate_list li a{color: #ffc527;}

#cms_2-a .box_img1 {
    box-shadow: 4px 4px 6px rgb(0 0 0 / 15%);
    border: 6px solid #fff;
}
#cms_2-a .cate_box:nth-of-type(odd) .box_img1 {
    transform: rotate(-4deg);
}
#cms_2-a .cate_box:nth-of-type(even) .box_img1 {
    transform: rotate(4deg);
}

#cms_3-e .box_title{
	display: inline-block;
    background-color: #ffd155;
    padding: 5px 17px;
    border-radius: 45px;
    margin-bottom: 20px;
    margin-top: 30px;
}
#cms_3-e .box_title:empty, #cms_3-e .sub_cate_txt2:empty{display: none}
#cms_4-b .box_img1::before, .cms_4-b .box_img1::before {
    position: absolute;
    content: "Before";
    width: 80px;
    background-color: #33cccc;
    color: #fff;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
	border-radius: 10px 10px 0 0;
}
#cms_4-b .box_img2::before, .cms_4-b .box_img2::before {
    position: absolute;
    content: "After";
    width: 80px;
    background-color: #fa9cb8;
    color: #fff;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
	border-radius: 10px 10px 0 0;
}


/* IE */
@media all and (-ms-high-contrast: none){
#cms_2-a .cate .cate_title{padding-top: 14px!important;}
#cms_3-e .cate_title{padding-top: 8px!important;}
#cms_3-e .sub_cate_title{padding-top: 6px!important;}
#cms_6-a .cate .cate_title{padding-top: 12px!important;}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.main_txt{left: 2%;top: 64%;width: 57%;}
#intro::before{width: 566px;top: -182px;}
#contents1 #contents1_txt::before{width: 106px;right: 0;}
#contents1 #contents1_txt::after{width: 618px;bottom: -240px;}
.footer_txt{width: 100%!important;}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#loader .logo{width: 68%}
.main_txt{top: 58%;width: 66%;}
.sp_tel .font_14{font-size: 13px;}
#intro{padding-top: 75px;}
#intro::before{background-image: url(../dup/img/item1_sp.png);width: 280px;top: -205px;}
#intro .intro_title{width: 164px;top: -22px;}
#contents1 #contents1_txt{margin-top: 116px;}
#contents1 #contents1_txt::after {
	width: 370px;
	bottom: auto;
	left: -16px;
	top: -136px;
}
#contents1 #contents1_txt::before {width: 90px;bottom: -72px;}
#contents2 h3, #contents3 h3{font-size: 20px;}
#contents2 h3::after, #contents3 h3::after{top: -15px;width: 119px;}
.font_14, #cms_3-e .box_title{font-size: 14px}
#cms_3-e .sub_cate_txt1{font-size: 20px;}
#cms_3-e .sub_cate_txt2{padding-top: 10px;}
}





