﻿.bg_color1 {
    background-color: #f79338;
}
.bg_color2 {
    background-color: #3fbccd;
}
.bg_color5 {
    background-color: #fbefef;
}
.border_color1 {
    border-color: #f79338;
}
.border_color2 {
    border-color: #3fbccd;
}
.txt_color1 {
    color: #D94352;
}
.txt_color2 {
    color: #3fbccd;
}
.hvr_bg_color4:hover {
    background-color: #d94352;
}
/* ----------　all　---------- */
.linkStyle{
	color:#3fbccd;
}
.linkStyle:hover{
	color:#3fbccd;
	opacity: 0.7;
	transition: all 0.5s;
}
h1, h2, h3, h4, h5, h6 ,#con2 p.font_22 ,#con3 .box .title,#cms_3-c .cate_title{
    font-family: 'Mochiy Pop One', sans-serif;
}
#fakeloader .fl {
    max-width: 400px;
}
#sp_nav .sp_nav_inner .menu__header .logo3 img {
    max-width: 290px;
}
.header-in {
    -webkit-box-shadow: 0 2px 20px rgba(217 ,13 ,13 ,0.08);
    box-shadow: 0 2px 20px rgba(217, 13 ,13 ,0.08);
}
.menu_btn {
    border: 2px solid #fbefef;
        -webkit-box-shadow: 0 2px 20px rgba(217 ,13 ,13 ,0.08);
    box-shadow: 0 2px 20px rgba(217, 13 ,13 ,0.08);
}
.logo1 {
    max-width: 270px;
}
.footer_contact .f_contact_btn{
    display: none;
}
.footer_contact .f_contact_box h4{
    line-height: 1.3;
}
.footer_contact .tel{
        margin-top: 30px;
}
.footer_contact .tel a{
    background-color: #f79338;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #f79338;
    transtion:0.3s;
    font-weight: bold;
}
.footer_contact .tel a:hover{
     background-color: #fff;
         color: #f79338;
}
.logo2 a{
    max-width: 370px;
}
figure {
    border-radius: 20px;
}
.all_contents figure img{
    border-radius: 20px;
}
.pagetop {
    z-index: 2;
}
/* ----------　TOP　---------- */
#con1:before,#con3:before {
    background-color: #d94352;
    background-image: repeating-linear-gradient(-45deg,#3fbccd, #3fbccd 7px,#f79338 0, #f79338 14px,transparent 0, transparent 21px);
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 0;
}

#con3:after{
    background-color: #d94352;
    background-image: repeating-linear-gradient(-45deg,#3fbccd, #3fbccd 7px,#f79338 0, #f79338 14px,transparent 0, transparent 21px);
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
}
#con1 {
       padding-top: 50px; 
}
#con1 .con1_inner{
    background-image: url(Dup/img/dec1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 130px;
    padding-top: 100px;   
}

#con1 .topTxt1{
    background-color: #d94352;
    color: #fcc592;
        font-size: 22px;
}
#con1 h3{
    color: #3fbccd;
    font-size: 35px;
}
#con1 p{
    text-align: left;
    display: inline-block;
    width: 80%;
}
#con2 .img_wrap{
    position: relative;
}
#con2 .img_wrap:before{
    content: '';
    background-color: #fbefef;
    position: absolute;
    width: 70%;
    height: 60%;
    z-index: -1;
    top: 55%;
    left: 50%;
    transform: translate(-40%,-50%);
    border-radius: 20px;
}
#con2 p.font_22{
        margin-bottom: 40px;
}
#con2 p.font_22 span {
    position: relative;
    padding: 0px 10px 10px;
    border-bottom: 2px solid #d94352;
    border-left: 2px solid #d94352;
    border-radius: 0 0 0 20px;
    margin-bottom: 30px;
}
#con2 p.font_22 span:before {
    position: absolute;
    right: 50px;
    bottom: -21px;
    width: 0;
    height: 0;
    content: '';
    border-width: 21px 21px 0 0;
    border-style: solid;
    border-color: #d94352 transparent transparent transparent;
}
#con2 p.font_22 span:after {
    position: absolute;
    right: 52px;
    bottom: -16px;
    width: 0;
    height: 0;
    content: '';
    border-width: 17px 17px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
#con3 .box .title{
        background-color: #3fbccd;
    color: #fff;
    border-radius: 50px;
    padding: 10px;
    position: relative;
    z-index: 1;
    margin-top: -50px;
    font-size: 18px;
}
#con3 .box:nth-child(2) .title{
        background-color: #f79338;
}
#con3 .box .txt{
    border: 2px solid #d94352;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
#topCms .topCms .width_90per_tb{
    width: 80%;
}

#topCms .cmstitle {
    background-image: url(Dup/img/dec2.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100px;
    padding-top: 50px;
}

/* ----------　下層ページ　---------- */
.pagetitle {
    background-color: #ffffff;
}
.pagetitle_img {
    background-size: cover;
    mix-blend-mode: initial;
}
.pagetitle h2 {
    color: #D94352;
}
.cate_list li a:hover{
    background-color: #D94352;
    color: #fff;
    border: 1px solid #D94353;
    transition: 0.3s;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}

/* お知らせ */
.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 55%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_box:empty {
    display: none;
}

/* サービス内容 */

#cms_3-b .cate_title,#cms_4-b .cate_title{
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
}
#cms_3-b .cate_box {
    background-color: #fffbf8;
    border-radius: 50px;
    border-left: 1px solid #f79338;
}
/* メニュー */
#cms_3-c .cate_title{
    background-color: #3fbccd;
    border: none;
    border-radius: 50px;
    color: #fff;
    padding: 10px 20px;
}
/* BEFORE AFTER */
.BA_type1 .box_item, .BA_type1 .box_img1, .BA_type1 .box_img2 {position: relative;}
.BA_type1 .box_item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50.3%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 40px;
    border-color: transparent transparent transparent #ff9e03;
}
.BA_type1 .box_img1 {margin-right: 40px;}
.BA_type1 .box_img2 {margin-left: 40px;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {
    position: absolute;
    height: 33px;
    width: 87px;
    background-color: #fff;
    color: #434343;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.BA_type1 .box_img1::after {content: "before";}
.BA_type1 .box_img2::after {content: "after";}
.cms_4-b .cate_box {
    margin-bottom: 30px;
}
/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}
@media screen and (max-width: 820px){
.header-in {
    width: 95%;
}    
}
/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
.header-in {
    -webkit-box-shadow: none;
    box-shadow: none;
        background: #fff;
    width: 100%!important;
}
.menu_btn {
    right: 10px;
}
#con1 h3 {
    color: #3fbccd;
    font-size: 35px;
    margin-top: 30px;
}
#con1 p {
    width: 100%;
}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
#sp_nav .sp_nav_inner .menu__header .logo3{
    width: 80%;
}
.footer_contact .f_contact_box h4 {
    font-size: 30px;
}
.footer_contact .tel a {
    font-size: 22px;
        padding: 10px 10px;
}
.logo2{
        width: 80%!important;
    margin: auto;
}

.logo1 {
    max-width: 200px;
}
#con1 .con1_inner {
    background-size: 100px;
    padding-top: 70px;
}
#con1 .topTxt1 {
    font-size: 15px;
}
#con1 h3 {
    color: #3fbccd;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1.5;
    margin: 30px 0 20px;
}
#con2 p.font_22 span {
    font-size: 16px;
}
/* BEFORE AFTER */
    .BA_type1 .box_img1 {margin-right: 5%;margin-bottom: 50px;}
.BA_type1 .box_img2 {margin-left: 5%;}
.BA_type1 .box_img1::after, .BA_type1 .box_img2::after {height: 30px;font-size: 15px;}
.BA_type1 .box_item::after {transform: translate(-50%,-60%) rotate( 90deg);border-width: 20px 0 20px 23px;} 

}