﻿/* color */
body,.txt_color_nomal{color: #000;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #f39800;} /* メインカラー */
.txt_color2{color: #bf9d74;} /* サブカラー */
.txt_color3{color: #ffdab9;} /* アクセントカラー1 */
.txt_color4{color: #f6f5ee;} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white;} /* 白背景 */
.bg_black{background-color: black;} /* 黒背景 */
.bg_color1{background-color: #f39800;} /* メインカラー */
.bg_color2{background-color: #bf9d74;} /* サブカラー */
.bg_color3{background-color: #ffdab9;} /* アクセントカラー1 */
.bg_color4{background-color: #f6f5ee;} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important;}


/* border-color ※!important */
.border_color1{border-color: #f39800;}
.border_color2{border-color: #bf9d74;}
.border_color3{border-color: #ffdab9;}
.border_color4{border-color: #f6f5ee;}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #000;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #f39800;} /* メインカラー */
.hvr_txt_color2:hover{color: #bf9d74;} /* サブカラー */
.hvr_txt_color3:hover{color: #ffdab9;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f6f5ee;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #f39800;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #bf9d74;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #ffdab9;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f6f5ee;} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #f39800;}
.hvr_border_color2:hover{border-color: #bf9d74;}
.hvr_border_color3:hover{border-color: #ffdab9;}
.hvr_border_color4:hover{border-color: #f6f5ee;}

#page7 .box_item h3 {
    color: #222;
}
.cms_title .letter_3 {
    color: #f39800;
    text-shadow:
            3px 3px 3px #fff, -3px -3px 3px #fff,
           -3px 3px 3px #fff,  3px -3px 3px #fff,
            3px 0px 3px #fff, -3px -0px 3px #fff,
            0px 3px 3px #fff,  0px -3px 3px #fff;
}
body, .catch {
    font-family: 'M PLUS 1', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
body {
    font-size: 18px;
}
.tel_box a {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}
.t_cms_txt2, .t_cms_txt5, .t_cms_txt8, .cms_title .letter_1, .other_link .box_title2, .top_cms_box .more .txt_color_nomal, #page_title .letter_3 {
    font-family: 'Concert One', cursive !important;
}
#contents .box .txt_wrap {
    width: 45%;
    position: relative;
}
.t_cms_txt2, .t_cms_txt5, .t_cms_txt8, .cms_title .letter_1 {
    font-size: 50px;
    position: absolute;
    top: -47px;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav_tel:hover {
    opacity: 0.7;
}
#page_title .font_45 {
    text-shadow:
            3px 3px 3px #fff, -3px -3px 3px #fff,
           -3px 3px 3px #fff,  3px -3px 3px #fff,
            3px 0px 3px #fff, -3px -0px 3px #fff,
            0px 3px 3px #fff,  0px -3px 3px #fff;
}
.top_nav ul li {
    -webkit-transform: skewX(160deg);
    -moz-transform: skewX(160deg);
    transform: skewX(160deg);
    margin-left: 10px;
    line-height: 1.2;
    text-shadow: 1px 1px 4px #333;
}
.catch .posi_rel {
    top: -20px;
}
/***************************/
.t_cms_txt3, .t_cms_txt6, .t_cms_txt9 {
    font-size: 22px;
}
.flow_type2 .cate_title {
    border-bottom: solid 3px #ccc;
    position: relative;
}
.flow_type2 .cate_title::after {
    content: '';
    display: block;
    background: #fe9c05;
    width: 30%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.flow_type2 .box_wrap {
	border: 3px solid #f39800;
}
.flow_type2 .cate_box {
	padding: 30px;
	width: 100%!important;
}
.flow_type2 .box_txt1 {
    background-color: #f7f7f7;
    color: #f39800;
    text-align: center;
}
.flow_type2 .cate_box:not(:last-child) {
	border-bottom: 3px solid #f39800;
	position: relative;
}
.flow_type2 .cate_box:not(:last-child)::before,
.flow_type2 .cate_box:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 17%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow_type2 .cate_box:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #f39800;
}
.flow_type2 .cate_box:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}

.flow_type2{counter-reset: number 0;}

.flow_type2 .box_txt1::before {
    counter-increment: number 1;
    content: "step." counter(number);
    background-color: #f39800;
    padding: 5px 10px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 0px auto 10px;
    width: 50%;
}

.catch_box3 {
    width: 300px;
    top: 55%;
    left: 5%;
}
.catch_box2 {
    width: 300px;
    left: 5%;
    top: 35%;
}
.catch_box1 {
    top: 10%;
    width: 300px;
    left: 5%;
}

.men {
    bottom: 225px;
    width: 170px;
    left: 454px;
}
.main_img_wrap .catch {
    left: 50%;
    top: 16%;
    transform: translate(-50%, -50%);
    /* transform: translateY(-50%); */
    width: 500px;
    text-align: center;
}
.main_img_wrap .catch span {
    line-height: 1;
    padding: 20px 0px;
}
footer, .t_cms_img2 .img-container:before {
    background-color: #bf9d74;
background-image: url("https://www.transparenttextures.com/patterns/60-lines.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
#contents, .all_page {
    background-color: #ffffff;
background-image: url("https://www.transparenttextures.com/patterns/lined-paper-2.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
#top_cms:before {
    background-image: url(./Dup/img/con_back.png);
    background-size: cover;
    background-position: top;
}
#top_cms {
    background-color: #ffffff;
background-image: url("https://www.transparenttextures.com/patterns/lined-paper-2.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.catch .txt_white {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 20px);
    color: #bb9b72;
}

.faq_img {
    opacity: 0.3;
    top: -31px;
    right: 0;
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}





.glowAnime span{opacity: 0;}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }

@keyframes glow_anime_on{
	0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
	50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
	100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}


.img-container:before {
    background: #f39800;;
}
.daihyou {
    top: -204px;
    right: 10px;
    width: 100px;
}
.daihyou img {
    box-shadow: 0 2px 4px rgba(0,0,0,0) !important;
}
.nav_tel {
    width: 250px;
}
.font_2dw {
    font-size: -webkit-calc(1rem - 0px);
    font-size: calc(1rem - 0px);
}
.font_4dw {
    font-size: -webkit-calc(1rem - 1px);
    font-size: calc(1rem - 1px);
}
.catch .txt_white {
    color: #e99314;
}

/******吹き出し***************/
.balloon4 {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
}

.balloon4:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.balloon4:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.balloon4 span {
  margin: 0; 
  padding: 0;
}
/*--------1530 --------*/
@media screen and (max-width: 1530px){
.main_img_wrap .catch {
    left: 57%;
}
}
/*--------1400 --------*/
@media screen and (max-width: 1400px){
.main_img_wrap .catch {
    left: 64%;
}
}
/*--------1300 --------*/
@media screen and (max-width: 1300px){
.main_img_wrap .catch {
    left: 70%;
}
}
/*-------- タブレット --------*/
@media screen and (max-width: 768px){
.grid_5 {
    width: 90%!important;
}
.catch_box3 {
    width: 200px;
    top: 70%;
    left: 5%;
}
.catch_box2 {
    width: 200px;
    left: 5%;
    top: 58%;
}
.catch_box1 {
    top: 43%;
    width: 200px;
    left: 5%;
}
.men {
    bottom: 574px;
    width: 90px;
    left: 30px;
}
.catch .txt_white {
    font-size: -webkit-calc(1rem + 9px);
    font-size: calc(1rem + 9px);
}
.main_img_wrap .catch {
    left: 50%;
    top: 15%;
    transform: translate(-50%, -50%);
    width: 500px;
    text-align: center;
}
header .logo {
    width: 20%;
}
#contents .box figure {
    width: 90%;
    margin-top: 30px;
}
#contents .box .txt_wrap {
    width: 80%;
    position: relative;
}
#contents .box:nth-child(3) .txt_wrap {
    padding-left: 0px;
    margin-top: 50px;
}
.cate_list li {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
}
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type2 .cate_box:first-child {
    padding: 20px 20px 30px 20px;
}
.flow_type2 .cate_box:not(:first-child) {
    padding: 40px 20px 20px 20px;
}
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {
    left: 50%;
}
.flow_type2 .cate_box:not(:last-child)::after {
    border-top-color: #fff7ea;
}
.catch .txt_white {
    font-size: -webkit-calc(1rem + 3px);
    font-size: calc(1rem + 3px);
}
.main_img_wrap .catch {
    left: 38%;
    top: 15%;
    transform: translate(-50%, -50%);
    width: 273px;
    text-align: center;
}
.catch_box3 {
    width: 150px;
    top: 60%;
    left: 5%;
}
.catch_box2 {
    width: 150px;
    left: 5%;
    top: 47%;
}
.catch_box1 {
    top: 31%;
    width: 150px;
    left: 5%;
}

.men {
    bottom: 0;
    width: 88px;
    left: 89px;
}
#contents .box .txt_wrap {
    width: 90%;
    position: relative;
}
.daihyou {
    top: -99px;
    right: -9px;
    width: 54px;
}
.faq_img {
    opacity: 0.3;
    top: 88px;
    right: 0;
    animation: yureru-j 2s infinite;
    width: 100px;
}
.letter_3 {
    font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 8px);
}
header .logo {
    width: 30%;
}
.main_img_wrap .catch span {
    line-height: 0.2;
    padding: 20px 0px;
}
#page_title .img-container::after {
    background-color: rgba(188, 154, 114,0.4);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transform: translateX(-100%);
    transition: all 1.2s 0s ease;
    width: 100%;
    z-index: 1;
}
#page7 .letter_3, #page9 .letter_3 {
    font-size: -webkit-calc(1rem + 0px);
    font-size: calc(1rem + 0px) !important;
}
#page8 .tel_box a {
    padding: 10px 0;
}
#page_title .font_45 {
    text-shadow: none;
}
.flow_type2 .cate_box:not(:last-child)::after {
    border-top-color: #fff;
}
.t_cms_txt3, .t_cms_txt6, .t_cms_txt9 {
    font-size: 20px;
}
.catch .txt_white {
    color: #e99314;
}
#fix_banner{
width: 200px;
position: fixed;
bottom: 10px;
    left: 10px;
z-index: 99;
}
.top_con {
    text-align: center;
    background-color: #f39800;
    color: #fff;
    padding: 8px;
    border-radius: 5px;
}
.balloon4:before {  
  display: none;
}

.balloon4:after {
  display: none;
}

.icon img {
    width: 25px;
    margin-right: 10px;
}
}
/*-------- IE --------*/
@media all and (-ms-high-contrast:none){
.flow_type2 :not(:last-child).cate_box::before, .flow_type2 :not(:last-child).cate_box::after{top:98.1%;}

.top_cms_box .more_box .more div {
    padding-top: 0px !important;
}
.tel_box .pd_10px {
    padding: 10px 0 !important;
}
.flow_type2 .box_txt1::before {
    padding: 3px 10px 5px !important;
}
}
