﻿/* color */
body,.txt_color_nomal{color: #4d4d4d;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #13ae67} /* メインカラー */
.txt_color2{color: #e8382f} /* サブカラー */
.txt_color3{color: #ffeb27} /* アクセントカラー1 */
.txt_color4{color: #e8382f} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #13ae67} /* メインカラー */
.bg_color2{background-color: #e8382f} /* サブカラー */
.bg_color3{background-color: #ffeb27} /* アクセントカラー1 */
.bg_color4{background-color: #e8382f} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #13ae67}
.border_color2{border-color: #e8382f}
.border_color3{border-color: #ffeb27}
.border_color4{border-color: #e8382f}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #4d4d4d;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #13ae67} /* メインカラー */
.hvr_txt_color2:hover{color: #e8382f} /* サブカラー */
.hvr_txt_color3:hover{color: #ffeb27} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #e8382f} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #13ae67} /* メインカラー */
.hvr_bg_color2:hover{background-color: #e8382f} /* サブカラー */
.hvr_bg_color3:hover{background-color: #ffeb27} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #e8382f} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #13ae67}
.hvr_border_color2:hover{border-color: #e8382f}
.hvr_border_color3:hover{border-color: #ffeb27}
.hvr_border_color4:hover{border-color: #e8382f}
.svg_box {
    display: none !important;
}
.svg_box2 {
    display: none;
}
#intro_txt h2 span {
    font-weight: bold;
}
.linkStyle {
    color: #13ae67;
}
.date {
    color: #13ae67;
}
.level {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    top: 13%;
    z-index: -1;
    width: 420px;
}
#intro #intro_txt {
    position: relative;
    z-index: 2;
    /*border: ridge 6px #8ec6ff;*/
}
#intro #intro_txt:before{
    content: "";
    position: absolute;
    top: 15px;
    bottom: 0px;
    left: 15px;
    right: 15px;
    background: #fff;
    z-index: -1;
  }
#intro #intro_txt:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(
-45deg, #111, #111 10px, #ffeb27 0, #ffeb27 20px);
    z-index: -2;
}
.top_main {
    position: relative;
}
.top_main:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #fff;
    z-index: -1;
  }
.top_main:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: repeating-linear-gradient(
-45deg, #111, #111 10px, #ffeb27 0, #ffeb27 20px);
    z-index: -2;
}
.balloon2-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #ffeb27;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
}

.balloon2-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #ffeb27;
  z-index: 2;
}

.balloon2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}
.point1, .point2, .point3 {
    width: 80px;
}

.illust {
    opacity: 0.3;
    z-index: -1;
    width: 400px;
    bottom: 0px;
    right: 15px;
}
.fadein {
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s;
    transition-property: opacity,transform;
}
.fadein.fadetrans {
    opacity: 1;
    transform: scale(1);
}

.custom {
    margin-bottom: 0 !important;
    padding-bottom: 100px;
}
.c_title_box {
    background-color: #ffeb27;
    color: #111;
    padding: 10px;
    font-weight: bold;
    border: 2px solid;
}
.more a:hover {
    color: #111;
}
#page_title h2 {
    color: #111;
    position: relative;
}
#page_title h2:after {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/juuki.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100px;
    height: 70px;
    left: 50%;
    top: -77px;
    transform: translateX(-50%);
}
.cate_list a {
    background-color: #ffeb27;
    color: #111;
    border: 1px solid #111;
}
.cate_list a:hover {
    background-color: #13ae67;
    color: #fff;
    border: 1px solid #13ae67;
}
#cms_6-b .cate_title {
    color: #111;
}
#page7 h3, #page9 .box .d_inline_b {
    color: #111;
}

#info_title_box .info_title span {
    border: 2px solid #111;
    color: #111;
}
.info_txt .tel a {
    color: #111;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.more {
    margin: 30px auto;
}
.level {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    top: 12%;
    z-index: -1;
    width: 350px;
}
.illust {
    opacity: 0.3;
    z-index: -1;
    width: 300px;
    bottom: 0px;
    right: 15px;
}

.point1, .point2, .point3 {
    width: 60px;
    top: 23px;
}
#page_title h2 {
    color: #111;
    position: relative;
    top: 42px;
}
#top_cms .top_cms_box {
    width: 90%;
    margin: auto;
    margin-bottom: 100px;
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.level {
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.4;
    top: 5%;
    z-index: -1;
    width: 300px;
}
.balloon2-right {
    font-size: 19px;
    font-weight: bold;
}
.top_main:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: #fff;
    z-index: -1;
  }
 #intro #intro_txt:before{
    content: "";
    position: absolute;
    top: 10px;
    bottom: 0px;
    left: 10px;
    right: 10px;
    background: #fff;
    z-index: -1;
  }
 #page_title h2 {
    color: #111;
    position: relative;
    top: 29px;
}

.tel_box a {
    font-size: -webkit-calc(1rem + 7px);
    font-size: calc(1rem + 7px);
    padding: 10px 0;
    width: 300px;
}

}
@media all and (-ms-high-contrast:none){
.balloon2-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px 0 !important;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #ffeb27;
    border: solid 3px #555;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
}
.c_title_box {
    background-color: #ffeb27;
    color: #111;
    padding: 10px 10px 3px !important;
    font-weight: bold;
    border: 2px solid;
}

}