﻿/* all page */
/*fonts*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
:root{
	--color1: #4ea9b8;
	--color3: #b9cd75;
	--color4: #f5f2e9;
	--font-jp: 'Noto Sans JP', "游ゴシック Medium", sans-serif;
}

.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}*/

#wrap, #footer {background-color: #fdfbf5;}

/* header */
#logo img {max-width: 140px;}
#header.active #logo img {max-width: 120px;}
.shop_link a p{width: 100%;}

/* footer */
footer #logo2{
    max-width: 150px;
    margin-bottom: 30px;
}


/* top ----------------------------------------------------------------*/

/* main img */
#main_img .grid_container {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: 100%;
    height: 100%;
}

.catch {
    grid-area: 1 / 2 / 4 / 3;
    background-image: url('./Dup/img/catch_t.png'),url('./Dup/img/catch_b.png');
    background-position: top center, bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
}
#main_img .grid_box1 { grid-area: 1 / 1 / 2 / 2; }
#main_img .grid_box2 { grid-area: 2 / 1 / 3 / 2; }
#main_img .grid_box3 { grid-area: 3 / 1 / 4 / 2; }
#main_img .grid_box4 { grid-area: 1 / 3 / 2 / 4; }
#main_img .grid_box5 { grid-area: 2 / 3 / 3 / 4; }
#main_img .grid_box6 { grid-area: 3 / 3 / 4 / 4; }

/* main */

/* intro */
#intro span.bg_box, #contents_links span.bg_box{
    background-image: url('./Dup/img/bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
    z-index: 0;
}
.intro_top{
    position: relative;
    z-index: 1;
}
#intro .txt_wrap .intro_title br{
    display: none;
}

/* contents */
#contents_wrap .bg_container{
    background-image: url('./Dup/img/catch_tl.png'),url('./Dup/img/catch_tr.png'),url('./Dup/img/catch_bl.png'),url('./Dup/img/catch_br.png');
    background-position: top left, top right, bottom left, bottom right;
    background-size: 30%;
    background-repeat: no-repeat;
}
#contents1 ul li {
    width: 48.33333%!important;
    margin-right: 0.5%;
    margin-left: 0.5%;
}
#contents_wrap .box ul {
    opacity: 0;
    transition: all 0.5s .15s;
    transform: translateY(30px);
    transition-timing-function: cubic-bezier(0,0,0,1);
}
#contents_wrap .box.active ul {
    opacity: 1!important;
    transform: translateY(0);
    transition-duration: 1s;
    transition-delay: .65s;
}

/* topcms */
#top_cms2 .top_cms_box:nth-of-type(3) {
    padding-bottom: 0;
    border-bottom: none;
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* under page ----------------------------------------------------------------*/
#page9 .privacy2 a {
    color: #8cb10e;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */


/* ---------- 1536px ---------- */
@media screen and (max-width: 1536px){}
/* ---------- 1366px ---------- */
@media screen and (max-width: 1366px){}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img {height: 75vh!important;}
.catch {
    grid-area: 2 / 1 / 3 / 4;
    background-image: url('./Dup/img/catch_tl.png'),url('./Dup/img/catch_tr.png'),url('./Dup/img/catch_bl.png'),url('./Dup/img/catch_br.png');
    background-position: top left, top right, bottom left, bottom right;
    background-size: 49%;
}
#main_img .grid_box1 { grid-area: 1 / 1 / 2 / 2; }
#main_img .grid_box2 { grid-area: 1 / 2 / 2 / 3; }
#main_img .grid_box3 { grid-area: 1 / 3 / 2 / 4; }
#main_img .grid_box4 { grid-area: 3 / 1 / 4 / 2; }
#main_img .grid_box5 { grid-area: 3 / 2 / 4 / 3; }
#main_img .grid_box6 { grid-area: 3 / 3 / 4 / 4; }
.catch img{
    width: auto!important;
    height: 100%;
}
.intro_top {max-width: 400px;}
#contents_wrap .box ul {
    opacity: 1!important;
    letter-spacing: 0.3px;
}
#contents1 ul li {
    width: 49.5%!important;
    margin-right: 0.1%;
    margin-left: 0.1%;
}
#contents_wrap .bg_container{
    background-size: auto 8%,auto 8%,auto 6%,auto 6%;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.overlay .menu_box {backdrop-filter: none;}
#logo {padding: 0 10px;}
#logo img {max-width: 67px;}
#header.active #logo img {max-width: 65px;}
.catch img {height: 81%;}
#intro .txt_wrap .intro_title br{display: block;}
#contents1 ul li {
    width: 100%!important;
    margin-right: 0;
    margin-left: 0;
}
#contents_wrap .bg_container{
    background-size: auto 6%,auto 6%,auto 4%,auto 4%;
}

}


/*20230626*/
.catch {
    background-color: #fff;
    background-image: url('./Dup/img/catch_t_1.png'),url('./Dup/img/catch_b_1.png');
}
 /*---------- タブレット ---------- */
@media screen and (max-width: 768px){
.catch {
    background-image: url('./Dup/img/catch_tl_1.png'),url('./Dup/img/catch_tr_1.png'),url('./Dup/img/catch_bl_1.png'),url('./Dup/img/catch_br_1.png');
}
}


