﻿/* all page */
/*fonts*/
body {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
:root{
	--color1: #f1561c;
	--color3: #e7d478;
	--color4: #f5f2e9;
}

.txt_color1, .hvr_txt_color1:hover{color: var(--color1);}
/*.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6}*/
/*.txt_color3, .hvr_txt_color3:hover{color: var(--color3);}*/
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1);}
/*.bg_color2, .hvr_bg_color2:hover{background-color: #e6e6e6}*/
/*.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3);}*/
/*.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4);}*/

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: var(--color1);}
/*.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}*/
/*.border_color3, .hvr_border_color3:hover{border-color: var(--color3);}*/
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/


/* header */


/* footer */
#footer .tel a{color: var(--color1);}



/* top ----------------------------------------------------------------*/

/* main img */
#main_img {
    max-height: 80vh;
    width: 80%!important;
    margin: 0 auto;
}
#video {
    max-height: 80vh;
    width: 100%!important;
    margin: 0 auto;
    border-radius: 50px;
}
.catch {
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 850px;
    z-index: 1;
}
.illust {
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    max-width: 700px;
    z-index: 1;
}
.catch1{
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: auto;
    height: 50%;
    max-height: 400px;
    z-index: 1;
}
.catch2 {
    width: 25%;
    max-width: 350px;
    z-index: 1;
}
.catch3 {
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    width: auto;
    height: 50%;
    max-height: 400px;
    z-index: 1;
}
.catch1 img, .catch3 img{
    width: auto;
    height: 100%;
}

/* main */

/* intro */
#intro {
    height: 350px;
    max-height: 350px;
    margin-top: 150px;
}

/* contents */
#contents h2 {
    font-size: 46px;
    font-weight: bold;
    color: var(--color1);
    filter: drop-shadow(3px 3px 0px #fff);
}
#contents h2 .svg_box {
    color: #ffffff;
}

/* topcms */
/*#top_cms .cms_title .bg-mask {background: none;}*/
/*#top_cms .cms_title .title_box {background-color: rgba(241,86,28,0.4);}*/
#top_cms .cms_title .title_box h2 {
    color: white;
    font-weight: bold;
    border-left: 2px solid;
    border-right: 2px solid;
}
#top_cms .cms_2-g h2{
    border: 1px solid #fff;
    padding: 20px;
}
#top_cms .cms_2-g .cate_box a .bg {
    filter: blur(0);
}
#top_cms .cms_2-g .cate_box a:hover .bg {
    filter: blur(3px);
    transform: translate(-50%, -50%) scale(1.1);
}
#top_cms .page_04_title {
    position: relative;
}
#top_cms .page_04_title::after {
	content: "";
	background-color: #fff;
	width: 100%;
	height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
#top_cms .page_04_title h2 {
    display: inline-block;
    background-color: var(--color1);
    z-index: 3;
    position: relative;
}


/* under page ----------------------------------------------------------------*/
#page_title h2 {
    color: #fff;
    font-weight: bold;
    border-left: 2px solid;
    border-right: 2px solid;
    /*color: var(--color1);*/
    /*filter: drop-shadow(2px 2px 0px #fff);*/
    text-shadow: none;
}
#page_title .back_color2 {
    background-color: rgba(241,86,28,0.3);
}
.cate_list li a {
    padding: 10px;
    background-color: var(--color1);
    border: 1px solid var(--color1);
    color: #fff;
}
.cate_list li a:hover {
    background-color: transparent;
    color:  var(--color1);
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */
.contact_type1 .left, .contact_type1 .right {
    padding: 40px 27px 30px;
    background-color: #f7f7f7;
    margin: 1%;
    width: 48%!important;
    box-sizing: border-box;
}
.contact_type1 .cate_title {
    padding: 0;
    margin: 0;
    font-size: 19px;
    margin-bottom: 16px;
}
.contact_type1 .con_box1 a {
    display: block;
    max-width: 330px;
    margin: 0 auto 27px;
    transition: opacity .6s;
}
.contact_type1.con_box2 a{
    display: block;
    max-width: 450px;
    margin: 0 auto;
    transition: opacity .6s;
}
.contact_type1 .click_bt {
    cursor: pointer;
    padding: 10px 18px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgb(0 0 0 / 10%);
    border-radius: 5px;
    text-align: center;
}
.contact_type1 .txt_box{
     display: none
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.contact_type1 .left, .contact_type1 .right {
    width: 80%!important;
}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
.contact_type1 .left, .contact_type1 .right {
    padding: 30px 27px 30px;
    width: 100%!important;
    margin-bottom: 20px;
}
.contact_type1 .cate_title {
    font-size: 17px;
}
}


/* ---------- 1536px ---------- */
@media screen and (max-width: 1536px){

}
/* ---------- 1366px ---------- */
@media screen and (max-width: 1366px){

}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img {
    width: 85%!important;
    margin: 20px auto;
    max-width: none;
    min-width: auto;
}
.catch {
    width: 80%;
}
.illust {
    bottom: -35px;
    width: 60%;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.drawer-nav {background-color: rgba(255,255,255,0.90);}
.is-show {background-color: rgba(255,255,255,0.9);}
.index_header #header, .all_header #header {padding-top: 10px;}
#main_img {width: 90%!important;}
.illust {
    bottom: -45px;
    width: 70%;
}
.catch2 {width: 30%;}
#page_title h2{
    padding-top: 10px;
    padding-bottom: 10px;
}
.catch {
    bottom: -110px;
    width: 100%;
}
.catch1 {transform: translateX(-40%);}
.catch3 {transform: translateX(40%);}
#intro {
    height: auto;
    max-height: inherit;
    margin-top: 100px;
}
.all main {padding-top: 75px;}

}


/*20230824*/
.index_header .logo {padding-top: 30px;}
.index_header.is-show .logo{padding-top: 0;}
.clone-nav #logo {width: 15%!important;}
.all_header #logo {width: 15%!important;}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.index_header .logo {padding-top: 0;}
.clone-nav #logo {width: 20%!important;}
.all_header #logo {width: 19%!important;}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.clone-nav #logo {width: 35%!important;}
.all_header #logo {width: 33%!important;}

}


