﻿.bg_color1 {
    background-color: #d06f6f;
}
.bg_color2 {
    background-color: #ffffff;
}
.bg_color3 {
    background-color: #e78e70;
}
.border_color3 {
    border-color: #e78e70;
}
.txt_color3 {
    color: #d06f6f;
}
.hvr_txt_color1:hover {
    color: #e78e70;
}

/* ----------　all　---------- */
.linkStyle{
	color:#d06f6f;
}
.linkStyle:hover{
	color:#d06f6f;
	opacity: 0.7;
	transition: all 0.5s;
}
.banner {
    width: 80%;
    max-width: 350px;
    margin: auto;
}
body{
    background-color: #FFF!important;
}
body::before {
    background-color: #f7dbce;
    display: none;
}
#wrap,.font_en,.top_loader .loader_txt{
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
}
#wrap{
    background-image: url(Dup/img/main_dec2.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: top left;
}
header {
    border-bottom: none;
}
header h1{
    max-width: 400px;
}
#main_contents #main_menu li a {
    color: #333;
}
#main_contents #main_menu li.active::before {
    background-color: #d06f6f;
}
#main_contents #main_menu li::before {
    border: 2px solid #d06f6f;
}
#main_contents #main_menu li::after {
    border-bottom: 1px solid #d06f6f;
}
#footer .grid_6:nth-of-type(2) {
    background-color: rgba(233, 171, 142,0.55);
}
.banner_fix {
    position: fixed;
    bottom: 20px;
    right: 65px;
    z-index: 3;
    width: 80%;
    max-width: 350px;
    transition: 0.3s;
}
.banner_fix:hover{
    opacity: 0.6;
}
/* topローディング */
.top_loader{
	z-index: 10;
	left: 0;
	top: 0;
	background-color: #fff;
}
.top_loader .loader_txt{
	z-index: 11;
	pointer-events: none;
	font-size: 50px;
    letter-spacing: 5px;
    width: 100%;
    max-width: 1280px;
}
.top_loader .loader_txt span{
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
}

.top_loader .sliceTxt5,.top_loader .sliceTxt6{
	font-size: 80px;
	color: #d06f6f;
}
.top .outline,#footer_contact .outline{font-size: 50px;}
.top .outline2{font-size: 70px;}
.loader_txt span{
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
}
.loader_txt span.active{
-webkit-animation: fw 0.5s ease 0.5s 1 forwards;
    animation: fw 0.5s ease 0.5s 1 forwards;
}
@-webkit-keyframes fw {
	50%{
		transform: translateY(-10px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fw {
	50%{
		transform: translateY(-10px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}
/* 下層ローディング */
#line_animation1 path{
     fill: none;
     stroke: #fff;
     stroke-width: 4;
     stroke-linejoin: bevel;
     stroke-miterlimit: 10;
}
#line_animation1{
   width: 100%;
       top: 50%;
    position: absolute;
    transform: translateY(-50%);
}


/* ----------　TOP　---------- */
#main_contents{
    padding-top: 0px;
}
.top #main_contents{
    transform: translateY(-15%);
}
#main_contents::after{
    display: none;
}
#main_contents #catch h2, #main_contents #catch p {
    display: none;
}
#main_contents #main_img {
    box-shadow: none;
    width: 65%!important;
    margin-left: 1%;
}
#main_contents .main_dec1{
    margin-bottom: 50px;
    max-width: 350px;
}
#contents::after, #contents_link a::after, #page_title::after {
    background-color: rgba(208 ,111 ,111 ,0.5);
}
#intro{
    background-image: url(Dup/img/intro_back.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
}
#intro::after {
    background-color: transparent;
}
#intro div.width_1000-max {
    max-width: 1100px;
}
#intro h2{
    text-align: center;
    letter-spacing: 4px;
    margin-bottom: 70px;
    font-size: 40px;
}
#intro h2 span{
    position: relative;
}
#intro h2 span:before {
    content: "";
    position: absolute;
    background-color: #f3a68c85;
    height: 15px;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
#intro .intro_img{
    margin-bottom: 50px;
}
#intro .more a {
    border: 2px solid #d06f6f;
    color: #333;
    border: 2px solid #333;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
}
#contents::after{
    background-color: #fae9e9;
}
#contents h3{
    width: 80%;
    max-width: 400px;
    margin: auto;
}
#contents .con_box .box_item{
    width: 50%!important;
    margin-left: 5%;
}
#contents .con_box2 .box_item {
    margin-right: 5%;
    margin-left: 0%;
}
#contents h4 {
    transform: translateY(0px);
    background-color: transparent;
    color: #333;
    font-size: 30px;
    background-repeat: no-repeat;
    background-size: 65px;
    background-position: top left;
    padding-top: 80px;
}
#contents .con_box1 h4 {
    background-image: url(Dup/img/point1.png);
}
#contents .con_box2 h4 {
    background-image: url(Dup/img/point2.png);
}
#contents p {
    transform: translateY(0px);
    color: #333;
}
#contents .con1_img,#contents .con2_img{
    position: absolute;
    z-index: 1;
}
#contents .box_img{
    position: relative;
}
#contents .con1_img1{
    left: -15%;
    bottom: -50px;
    width: 45%;
}
#contents .con1_img2{
    right: -5%;
    bottom: -50px;
    width: 30%;
}
#contents .con2_img{
    right: -15%;
    bottom: -50px;
    width: 45%;
}
#contents figure {
    box-shadow: none;
}
#contents figure.rectangle_img img{
    width: 100%!important;
    height: 100%!important;
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 50%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100% 100%;
}

#top_cms {
    background-image: url(Dup/img/cms_back.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
}
#top_cms .top_cms_title{
    color: #333;
}
#top_cms .top_cms_title h3 span {
    border-top: none;
        color: #d06f6f;
    font-weight: 500;
}
#top_cms .top_cms_title h4 span {
    border-bottom: 3px solid #d06f6f;
}
#top_cms .cms_wrap {
        background-color: transparent;
}
#top_cms .more a {
    border: 2px solid #333;
    color: #333;
    padding: 10px 20px 10px 20px;
    border-radius: 100px;
}
#contents_link a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255,0.6);
    z-index: 1;
}
#contents_link a:hover::before {
    background-color: rgba(255, 255, 255,0.7);
}
#contents_link a:hover h3{
    color: #d06f6f;
}
#contents_link a h4 {
    border: 1px solid #fae9e9;
    color: #fae9e9;
}
#contents_link a:hover h4 {
    border: 1px solid #d06f6f;
    color: #d06f6f;
}

#contents_link a:hover span{
    text-shadow: 2px 4px 10px #ffffff;
}
/* ----------　下層ページ　---------- */
.all #main_contents {
    align-items: center;
}
#cms{
        background-color: transparent;
}
#page_title,#page_title::after {
    border-radius: 20px 0px 0 20px;
}
/* 料金について */
#cms_3-b .cate_box {
    border: 1px solid #15152b;
}
/* よくある質問 */
.qa_type3 .con_no{
	left: 20px;
	top: 15px
}
.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1{
	min-height: 1.5em
}
.qa_type3 .box_q{
	background-image: url(./Dup/img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 60px
}
.qa_type3 .box_a{
	background-image: url(./Dup/img/icon_a.png);
	background-repeat: no-repeat;
	background-position: top 2px right;
	background-size: 60px
}
.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 0 90px
}
.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}
.qa_type3 .box_q .box_title1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: #e78e71;
    right: 100%;
    top: 34px;
}
.qa_type3 .box_a .box_txt1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: #edede6;
    left: 100%;
    top: 35px;
}
/* 会社情報 */
#page07, #page08, #page09, #page10 {
    border-top: none;
}
#page07 .box p,#page09 .privacy_box,#page09 .privacy_box h3{
    color: #17191e;
}
#page07 h3 span {
    background-color: #fff;
    color: #d06f6f;
}
#page07 .grid_4 h3::after {
    background-color: #d06f6f;
}
/* お問い合わせ */
#page08 #contact_tel_wrap .contact_tel{
        background-color: #fae9e9;
}
/* プライバシーポリシー */
#page09 .top_txt {
        color: #333;
}
#page09 h3 span {
    background-color:#d06f6f;
    color: #fff;
}
/* サイトマップ */
#page10 .grid_4{
        background-color: #ffffff;
}
#page10 .grid_4 a {
    border: 1px solid #d06f6f;
    color: #333;
}
#page10 .grid_4 a:hover{
        color: #fff;
}
#page10 .grid_4 a .no {
    box-shadow: none;
}
#page10 .grid_4 a span.font_24 {
    text-shadow: none;
}
/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
#main_nav #menu_bg::after,#main_nav .sns_links {
    background-color: #e78e70;
}
#footer div.d_flex h3{
    font-size: 30px;
}
#line_animation1 {
    width: 120%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* ----------　TOP　---------- */
.top #main_contents {
    transform: translateY(0%);
}
#main_contents #main_img {
    width: 90%!important;
    margin: auto;
}
/* ----------　下層ページ　---------- */
#page_title, #page_title::after {
    border-radius: 20px;
}
/* サイトマップ */
#page10 .grid_4 a {
    padding: 50px 30px 30px 30px;
}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
#footer .grid_6 {
    padding: 50px 40px;
}
#line_animation1 {
    width: 150%;
}
.top_loader .loader_txt {
    font-size: 35px;
}
.top_loader .sliceTxt5, .top_loader .sliceTxt6 {
    font-size: 55px;
}
.banner_fix{
    width: 75%;
    right: 50px;
    left: 0;
    bottom: 10px;
    margin: auto;
}
#wrap {
    background-size: 90%;
}
/* ----------　TOP　---------- */
#intro {
    padding-bottom: 100px;
}
#intro h2 {
    letter-spacing: 3px;
    margin-bottom: 50px;
    font-size: 25px;
}
#contents .box_img {
    width: 100%!important;
}
#contents .con_box .box_item {
    width: 100%!important;
    margin-left: 0%;
    margin-top: 50px;
}
#contents .con_box2 .box_item {
    margin-right: 0%;
}
#contents .con1_img1,#contents .con1_img2 {
    bottom: -25px;
}
#contents .con2_img {
    right: -10%;
    bottom: -25px;
}
#top_cms .top_cms_title {
    width: 100%!important;
}
#top_cms .more {
    width: 100%!important;
    margin-bottom: 0px;
}
/* ----------　下層ページ　---------- */
#page_title h2 span {
    font-size: 25px;
}
/* よくある質問 */
.qa_type3 .box_q{
	padding-right: 0
}
.qa_type3 .box_a{
	padding-left: 0
}
.qa_type3 .con_no{
    top: 13px;
}    
/* サイトマップ */
#page10 .grid_4 a .bg_color3 {
    background-color: #ffffff;
}
}