﻿.bg_color1 {background-color: #DD6170;}
.bg_color3 {background-color: #dc6170;}
.txt_color1 {color: #DD6170;}
.txt_color2 {color: #dd6170;}
.border_color1 {border-color: #dd6170;}
.border_color2 { border-color: #333;}
.hvr_txt_color1:hover {color: #f6faf4;}
.hvr_bg_color2:hover {background-color: #333;}
/* ----------　all　---------- */
.linkStyle{
	color:#DD6170;
}
.linkStyle:hover{
	color:#DD6170;
	opacity: 0.7;
	transition: all 0.5s;
}
#loading_bg {
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    background-color: #F6FAF4;
    background-color: #333;
}
#loading{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#loading img{
	z-index: 1
}
#loading .gauge{
	width: 0;
	-webkit-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	transform-origin: left bottom
}
.drawer-nav {
    background-color: rgba(255,255,255,0.95);
}
body{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kosugi Maru', sans-serif!important;
}
#wrap{
background-color: #F6FAF4;
}
header #header_menu{
    width: 35%!important;
}
header #logo{
    width: 35%!important;
}
header .header_info{
margin-left: 5%!important;;
}
.clone-nav #logo {
    width: 25%!important;
}
.all_header #logo {
    width: 25%!important;
}
main{
position: relative;
    overflow: hidden;
padding-bottom: 50px!important;
}
main:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 5vw solid #eac1c6;
    border-left: 100vw solid transparent;
}
main::after {
  content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      border-bottom: 10vw solid #dc6170;   /* 三角を白に */ 
      border-right: 100vw solid transparent;
    z-index: 1;
}
footer{
    background-color: #dd6170;
    max-width: 100%!important;
    position: relative;
}
#footer {
    border-top: none;
}
#footer .logo {
    text-align: center;
    width: 70%!important;
    margin-bottom: 60px;
}
footer p,footer span,footer a{
color: #fff!important;
}
#footer h3{
color: #fff;
}
.btn a::before, .btn a::after {
    border-top: none;
    border-bottom: none;
}
.btn a::before {
    border-left: none;
}
.btn a::after {
    border-right: none;
}
.banner {
    width: 80%;
    max-width: 350px;
    margin: auto;
    box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
    margin-top: 30px;
}
/* ----------　TOP　---------- */
#intro:before {
    content: "";
    background-color: #e8eae6;
    width: 300px;
    height: 200%;
    position: absolute;
    left: 0;
    top: -170px;
    -webkit-transform: rotate( 15deg );
    transform: rotate( 15deg );
    z-index: 0;
    left: -137px;
}
#intro {
    height: 100%!important;
    max-height: 100%!important;
    text-align: left!important;
position: relative;
}
#intro .intro_txt{
    position: relative;
}
#intro h2{
    position: relative;
    color: #dd6170;
}
#intro h2:before {
    content: "";
    background-color: #dd6170;
    width: 2px;
    height: 150%;
    position: absolute;
    left: 0;
    top: -25%;
    -webkit-transform: rotate( 15deg );
    transform: rotate( 15deg );
    z-index: 0;
    left: -40px;
}
#intro p{
    font-weight: bold;
    line-height: 2;
}
#contents .back_color2 .contents_box {
    background-color: rgba(255 ,255 ,255 ,0.8);
}
#contents h2 {
    color: #ffffff;
}
#top_cms .cms_title .title_box h2 {
    color: #ffffff;
}
.top_cms_box {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 150px;
}
.top_cms_box:before {
    content: "";
    background-color: #e8eae6;
    width: 300px;
    height: 200%;
    position: absolute;
    left: 0;
    top: -170px;
    -webkit-transform: rotate( 15deg );
    transform: rotate( 15deg );
    z-index: 0;
    left: -0px;
}
#top_cms .cms_title {
    position: relative;
}
#top_cms .cms_title .title_box {
    background-color: rgba(221 ,97 ,112 ,0.6);
}
#top_cms .top_cms_box .width_1280-max {
    position: relative;
}
#top_cms .contents {
    transform: skewX( -15deg );
    border: 1px solid #333;
    background-color: #333;
    transition: 0.3s;
}
#top_cms .contents:hover{
    background-color: #f6faf4;
}
#top_cms .btn {
    transform: skewX( 15deg );
}
.btn a {
    color: #fff;
}
#top_cms .contents:hover .btn a{
    color: #333;
}
#top_cms .cms_3-e .box_title1{
    background-color: #dd6170;
    color: #fff;
    margin: auto;
    margin-bottom: 30px;
    padding: 10px;
}
#top_cms .cms_3-e .box_title2{
margin: auto;
    line-height: 2;
    border: 1px solid #333;
    padding: 30px;
}
/* ----------　下層ページ　---------- */
.all{
    overflow: hidden;
    position: relative;
}
.all main {
    padding-top: 88px;
    min-height: 700px;
padding-bottom: 150px!important;
}
#page_title {
    z-index: 9;
}

#page_title .back_color2 {
    background-color:rgba(221 ,97 ,112 ,0.6);
}
#page_title h2 {
    color: #ffffff;
    text-shadow: none;
}
.all:before {
    content: "";
    background-color: #e8eae6;
    width: 300px;
    height: 2500px;
    position: absolute;
    top: -250px;
    -webkit-transform: rotate( 15deg );
    transform: rotate( 15deg );
    z-index: 0;
    left: -0px;
}
.all_wrap {
    position: relative;
}
#cms_2-c .box_txt1{
    color: #dd6170;
    border-bottom: 1px solid #dd6170;
    padding-bottom: 0px;
    margin-bottom: 15px;
}
#cms_6-c .arrow {
    background-color: #302D2A;
}
#page10 .contents {
    transform: skewX( -15deg );
    border: 1px solid #333;
    background-color: #333;
    transition: 0.3s;
}
#page10 .btn {
    transform: skewX( 15deg );
}
#page10 .contents:hover{
    background-color: #f6faf4;
}
#page10 .contents:hover .btn a{
    color: #333;
}

/* ----------　IE　---------- */
@media all and (-ms-high-contrast: none){
#top_cms .cms_3-e .box_title1 {
    padding: 12px 10px 5px;
}

}

/* ----------　タブレット　---------- */
@media screen and (max-width: 768px){
#intro h2 {
    margin-left: 30px;
}
#intro h2:before {
    left: -20px;
}
.all main {
    padding-top: 80px;
}
}


/* ----------　スマホ　---------- */
@media screen and (max-width: 667px){
header #logo {
    width: 50%!important;
}
header .header_info {
    width: 20%!important;
}
.clone-nav #logo {
    width: 50%!important;
}
.clone-nav .header_info {
    width: 20%!important;
}
.all_header #logo {
    width: 50%!important;
}
main {
    padding-bottom: 0px!important;
}
#intro {
margin-bottom: 0px;
}
#intro h2 {
    text-align: left;
    font-size: 18px;
}
.all main {
    padding-top: 70px;
    padding-bottom: 50px!important;
}
#cms_1-f,#cms_5-c,#page7,#page8,#page9{
margin-bottom: 80px;
}
.all:before {
    width: 200px;
    height: 2000px;
    left: -100px;
}
#page_title h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}
}