﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
.font_zen, #pc_nav li a, #intro h2, #contents h2, #contents2 h2, #contents3 h2, #top_cms h2, #top_info h2, #page_title, .footer_right #footer_nav li a, footer #copyright, #page_title, .cate_list li a, .cate_list li .cate_no, .cate_title, .sub_cate_title, .box_title, .box_title1, a[href^="tel:"], .pager li a {
    font-family: 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
}
/*スクショ*/
/*html, body{overflow: auto}*/
/*.pp-section{position: static}*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #8daa26;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #8daa26;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: #a87558;} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
/*.bg_color1, .hvr_bg_color1:hover{background-color: #8daa26;}*/
.bg_color1, .hvr_bg_color1:hover{background-color: #a1b16a;}
.bg_color2, .hvr_bg_color2:hover{background-color: #f7f7f7;} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #a87558;} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #8daa26;}
.border_color2, .hvr_border_color2:hover{border-color: #f7f7f7;}
.border_color3, .hvr_border_color3:hover{border-color: #a87558;}
.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}

/*固定バナー*/
.banner__fixed {
    position: fixed;
    top: 20px;
    right: 110px;
    max-width: 300px;
	min-height: 80px;
    z-index: 8;
}
.banner__fixed a {
	padding: 22px;
}

/* top ----------------*/

/* header */


/* main img */
.bg_01{
    background-color: #a1b16a;
    width: 80%;
    height: 50%;
    top: 0;
    right: 0;
    border-radius: 0 0 0 100px;
}
.bg_02{
    bottom: -5%;
    left: 17%;
    width: 25%;
    max-width: 400px;
}
.main1{
    top: 0;
    right: 0;
    max-width: 60%;
}
.main2{
    bottom: 0;
    left: 0;
    max-width: 20%;
}
.main3 {
    bottom: 5%;
    left: 38%;
    transform: translateX(-50%);
    max-width: 17%;
}
.main4{
    bottom: 0;
    right: 0;
    max-width: 50%;
}
.mark{
    top: 3%;
    left: 3%;
    max-width: 130px;
    width: auto;
    height: 100px;
}
.mark img{
    width: auto;
    height: 100%;
}
.catch{
    top: calc(3% + 120px);
    left: 3%;
    line-height: 1.3;
    font-weight: 900;
    font-size: 60px;
}

/* main */

/* intro */
#intro .text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2.5;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #a1b16a;
}
#intro .text i {
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

/* contents */
#contents .con_box1{
	padding-bottom: 0;
	margin-bottom: 0;
}
#contents .con_box1::before{display: none !important;}
#contents2 .con_bg{
	top: 0;
	right: 0;
}
#contents.trans .con_wrap, #contents2.trans .con_wrap{
	opacity: 1;
	right: 0;
	position: relative;
	z-index: 2;
}
#contents2 .con_img {
	top: 100px;
	bottom: 100px;
	left: 0;
}
.con_no {
    font-size: 3rem;
    color: #a1b16a;
    line-height: 1;
    letter-spacing: 0px;
    background-color: #fff;
    padding: 1.5rem;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 100%;
    box-shadow: 2px 1px 0px #576c0a;
    font-weight: bold;
}


/* topcms */


/* footer */



/* under page */
.btn_container a{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */
.v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #a67c52;}

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.banner__fixed {
	top: 0;
	right: 60px;
	min-height: 50px;
}
.banner__fixed a {padding: 9px;}
.bg_01 {
    width: 80%;
    height: 65%;
}
.bg_02 {
    bottom: 1%;
    left: 23%;
    width: 34%;
}
.main1 {
    top: 15%;
    right: 0;
    max-width: 90%;
}
.main2 {max-width: 30%;}
.main3 {
    bottom: 17%;
    left: 50%;
    max-width: 30%;
}
.main4 {max-width: 57%;}
.mark {height: 80px;}
.catch {
    top: calc(3% + 90px);
    filter: drop-shadow(1px 3px 0px rgba(255,255,255,1.0));
    -webkit-text-stroke: 0.5px #FFF;
    text-stroke: 1px #FFF;
}
#contents2 .con_img {
	height: 60vw;
	top: auto;
	bottom: -45px;
}
#contents2 .con_wrap{opacity: 1;}
#custom .custom_img {
    width: 200px;
    right: -180px;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.banner__fixed {z-index: 5;}
.banner__fixed a {padding: 11px;}
.bg_02 {width: 40%;}
.main1 {
    top: 20%;
    max-width: 100%;
}
.main2 {max-width: 38%;}
.main3 {
    bottom: 20%;
    left: auto;
    transform: none;
    right: 0;
    max-width: 45%;
}
.main4 {max-width: 60%;}
.mark {height: 60px;}
.catch {
    top: calc(3% + 70px);
    font-size: 40px;
}
#intro .text {letter-spacing: 0;}
#intro .text i {
    font-size: 14px;
    margin-right: 5px;
}
.con_no {
    font-size: 2.5rem;
    padding: 1.5rem;
    width: 45px;
    height: 45px;
    line-height: 1.2;
}

}





