﻿
/*html, body{overflow: auto}
.pp-section{position: static}*/



#page_title .title_wrap h2{height: 1.5em}
#page_title .title_wrap p{height: 1.5em}
#page_title .title_wrap span{top: 1.5em}

h2, h3 {
font-family: 'M PLUS Rounded 1c', sans-serif !important;
font-weight: bold;
}
/* color */
body,.txt_color_nomal{color: #1a1a1a;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #f79cac} /* メインカラー */
.txt_color2{color: #f7f7f7} /* サブカラー */
.txt_color3{color: #90ee90} /* アクセントカラー1 */
.txt_color4{color: #cccccc} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #f79cac} /* メインカラー */
.bg_color2{background-color: #ffffff} /* サブカラー */
.bg_color3{background-color: #90ee90} /* アクセントカラー1 */
.bg_color4{background-color: #cccccc} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #f79cac}
.border_color2{border-color: #f79cac}
.border_color3{border-color: #90ee90}
.border_color4{border-color: #cccccc}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #1a1a1a;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #f79cac} /* メインカラー */
.hvr_txt_color2:hover{color: #f7f7f7} /* サブカラー */
.hvr_txt_color3:hover{color: #90ee90} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #cccccc} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #f79cac} /* メインカラー */
.hvr_bg_color2:hover{background-color: #f7f7f7} /* サブカラー */
.hvr_bg_color3:hover{background-color: #90ee90} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #cccccc} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #f79cac}
.hvr_border_color2:hover{border-color: #f7f7f7}
.hvr_border_color3:hover{border-color: #90ee90}
.hvr_border_color4:hover{border-color: #cccccc}

.linkStyle {
  color: #f79cac;
}
#page_title p .d_inline_b {
    color: #f79cac;
}

.custom_img {
    width: 250px;
    bottom: 10px;
    left: 50px;
}
.custom_title {
    right: 0px;
    top: 0;
}
.custom_txt {
    color: #f79cac;
    bottom: 20px;
    left: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    border-radius: 5px;
}
.intro_wrap .font_bar {
    font-size: 30px;
}
/*#intro .intro_left {
	background-image: url("./Dup/img/intro_back.png");
}*/
#contents .con_no {
    width: 50px;
}
.under_foot {
    position: relative;
    background-image: url(./Dup/img/footer.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    /* color: #ffffff; */
}
.under_foot:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.6;
    display: block;
}
.under_foot .footer_bg {
    background-color: rgba(255, 255, 255, 0);
}
/*footer .d_flex, .footer_bg, .under_foot {
    background-color: #f79cac;
    color: #ffffff;
}
.footer_right .grid_6 .d_block, #sns_links .sns_title {
  color: #ffffff;
}*/
.footer_right .grid_6 .d_block:hover {
    color: #90ee90;
}
/*.footer_left .font_10up, .footer_left .tel_bt a {
    color: #90ee90;
}*/

#logo2 {
    width: 300px;
}
#top_cms .cms_title p {
    color: #f79cac;
}
.intro_left {
    background-image: url(./Dup/img/intro_back.png);
    background-size: cover;
    /*position: relative;
    background-color: #f9f2f3;
    background-image: -webkit-radial-gradient(#ffffff, #f9f2f3);
    background-image: radial-gradient(#ffffff, #f9f2f3);*/
}
/*.intro_left:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/intro_ue.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 45%;
    height: 30%;
    top: 0px;
    left: 0px;
    opacity: 0.4;
}*/
#page08 .txt_color2 {
    color: #f79cac;
}
#contents .con_bg {
    background-image: url(../Dup/img/con_back.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 40%;
}
.footer_left, .footer_right {
    position: relative;
    z-index: 1;
}
#cms_3-a .cate_box .grid_6 {
    width: 100%!important;
}
/***********introアニメ******************/
.Text-Span {
  position: relative;
  z-index: 1;
}
.Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 4px;
  background: #90ee90;
  z-index: -1;
  transition: all 0.8s;
}
.Text-Span.isActive:after {
  width: 100%;
}
/*************************************/
/*下からフェードイン*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 2s;
  animation-delay: 3s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}
/*タブレット*/
@media screen and (max-width: 768px){
.custom_box {
   background-image: none !important;
}
.custom_box {
   background-image: url("./Dup/img/custom_bg_tb.jpg") !important;
}
.custom_title {
    width: 65%;
    right: 266px;
    top: 400px;
}
#cms_3-a .cate_box .grid_6 {
    width: 100%!important;
}
#page07 .grid_9 {
    width: 70%!important;
}
#page07 .grid_3 {
    width: 30%!important;
}
.under_foot {
    position: relative;
    background-image: url(./Dup/img/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    /* color: #ffffff; */
}
.under_foot .footer_bg {
    background-image: url(./Dup/img/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.under_foot .footer_bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0.6;
    display: block;
    z-index: 0;
}
#contents .con_bg {
    background-image: url(../Dup/img/con_back.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 58%;
}
}
/*スマホ*/
@media screen and (max-width: 667px){
.custom_title {
    width: 100%;
    top: 180px;
    right: 0px;
}
.custom_img {
    width: 140px;
    bottom: 10px;
    left: 10px;
}
.custom_txt {
    color: #f79cac;
    bottom: 20px;
    left: 30px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    border-radius: 5px;
    bottom: 10px;
    left: 5px;
    font-size: 18px;
    text-align: left;
}

.intro_title {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}
#logo2 {
    width: 200px;
}
#page07 .grid_9 {
    width: 100%!important;
}
#page07 .grid_3 {
    width: 100%!important;
}

}
@media all and (-ms-high-contrast: none) {
h2, h3 {
font-family: 'M PLUS Rounded 1c', sans-serif !important;
font-weight: bold;
transform: rotate(-0.1deg);
}
}










