﻿/* color */
.txt_color_nomal,body{color: #464646;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #f97f52} /* メインカラー */
.txt_color2{color: #3cb371} /* サブカラー */
.txt_color3{color: #f97f52} /* アクセントカラー1 */
.txt_color4{color: #b9dbd6} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #f97f52} /* メインカラー */
.bg_color2{background-color: #3cb371} /* サブカラー */
.bg_color3{background-color: #f97f52} /* アクセントカラー1 */
.bg_color4{background-color: #b9dbd6} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #f97f52}
.border_color2{border-color: #3cb371}
.border_color3{border-color: #f97f52}
.border_color4{border-color: #b9dbd6}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #464646;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #f97f52} /* メインカラー */
.hvr_txt_color2:hover{color: #3cb371} /* サブカラー */
.hvr_txt_color3:hover{color: #f97f52} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #b9dbd6} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #f97f52} /* メインカラー */
.hvr_bg_color2:hover{background-color: #3cb371} /* サブカラー */
.hvr_bg_color3:hover{background-color: #f97f52} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #b9dbd6} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #f97f52 }
.hvr_border_color2:hover{border-color: #3cb371}
.hvr_border_color3:hover{border-color: #f97f52}
.hvr_border_color4:hover{border-color: #b9dbd6}

.linkStyle {
    color: #3cb371;
}
nav li a span {
    color: #ffffff;
}
nav li a:hover span, nav li.active a span {
    color: #fcc1ab;
}
nav .border_color3 {
    border-color: #fcc1ab;
}
/*#intro:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/irasuto1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 220px;
    height: 220px;
    right: 10px;
    bottom: 0px;
}*/
#intro p {
    position: relative;
    background-color: rgba(249, 127, 82, 0.2);
}
#contents1_txt {
    position: relative;
}
/*#contents1_txt:before {
    position: absolute;
    content: "";
    background-image: url(./Dup/img/irasuto1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 200px;
    height: 200px;
    right: 0px;
    bottom: -73px;
}*/
#contents2 .grid_6 p, .footer_txt p, footer h3 span, .cms_6-a .box_title1, .cms_4-b .box_title1, .footer_link li, .footer_link li a, .top_cms_title p {
    color: #ffffff;
}
.top_cms_title p .opacity04 {
    opacity: 1;
}
.cms_3-a .cate_title {
    font-size: -webkit-calc(1rem + 6px);
    font-size: calc(1rem + 6px);
    color: #fff;
}
.custom {
    background-color: #fffbf5;
    border: 2px solid #3cb371;
    color: #3cb371;
    padding: 10px 20px;
    font-weight: bold;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    border-radius: 7px;
}
#contents2 h3 {
    text-align: center;
    background-color: #fffbf5;
    padding: 5px;
    border: 2px solid #f97f52;
    font-weight: bold;
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
    border-radius: 7px;
}
#contents1_txt {
    background-image: url(./Dup/img/kira.jpg);
    background-position: bottom center;
    background-size: cover;
}
.pon {
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s;
    transition-property: opacity,transform;
}
.pon.fadetrans {
    opacity: 1;
    transform: scale(1);
}
.catch {
    bottom: 160px;
    width: 50%;
    left: 70px;
}
.banner {
    width: 400px;
}
.banner:hover {
    opacity: 0.7;
}

.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1s;
}
 
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
#menu_wrap li a {
    border-color: #fff;
    color: #fff;
}
#page_title p, #page10 .sub_title {
    color: #fff;
}
#page10 ul li a .title {
    padding: 10px 10px;
    border-radius: 100px;
    position: relative;
    z-index: 1;
}
.catch2 {
    width: 70%;;
}
/* ---------- 1210px ---------- */
@media screen and (max-width: 1209px){
.cms_3-a .cate_title {
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
    color: #fff;
}
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.cms_3-a .flex_top {
    align-items: flex-end;
}
#header .width_300-max {
    width: 75%;
    max-width: 300px;
}
.catch {
    bottom: 123px;
    width: 45%;
    left: 60px;
}
/*#intro {
    padding-bottom: 120px;
}*/
#intro:before {
    width: 150px;
    height: 150px;
    right: 10px;
    bottom: 10px;
}
#intro p {
    position: relative;
    background-color: rgba(249, 127, 82, 0);
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#header .width_300-max {
    width: 65%;
    max-width: 300px;
}
.catch {
    bottom: 90px;
    width: 53%;
    left: 30px;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner {
    width: 280px;
}
#page_title .linehight_1 {
    padding: 50px 40px;
}
}