﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Edu+VIC+WA+NT+Beginner:wght@500&family=Noto+Sans+JP:wght@500&family=Outfit:wght@480&display=swap');

:root{
    --font-jp: 'Outfit', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Edu VIC WA NT Beginner', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font_jp, a[href^="tel:"], a[href^="mailto:"]{
    font-family: var(--font-jp);
}
.font_en, .date, .pager{
    font-family: var(--font-en);
}
.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #44773e;
    --color2: #f4f4ef;
    --color3: #e05f17;
    --color4: #e2e2dc;
    --black: #51503d
}

/** other **/

body, html{
    font-size: 14px;
    line-height: 2;
}
h2, h3, h4, h5, h6{
    line-height: 1.5;
}

.rectangle_img, .normal_img img, .square_img{
    border-radius: 5px;
}

header{
    font-family: var(--font-jp);
    background-color: #2e5926!important;
}
header .tel_bt a{
    border-top-color: #fff;
    color: #fff;
    border-radius: 0;
}
header .tel_bt a:hover{
    border-top-color: var(--color3);
}
header .head_banner a{
    font-family: var(--font-jp);
}
header .head_banner i{
    display: none;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after{
    background-color: #fff;
}
.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after{
    background-color: var(--black);
}
#sp_nav .font_en{
    font-family: var(--font-jp);
}

.button, .button2{
    font-family: var(--font-jp);
    border-radius: 50px;
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #ce4906;
}
.button2:hover {
    box-shadow: none;
}

.main_box{
    overflow: hidden;
}

#main_img{
    overflow: inherit;
    padding-right: 100px;
    height: calc(100vh - 50px);
    min-height: inherit;
    max-height: inherit;
}
#main_img::before{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    right: 20px;
    bottom: -150px;
    z-index: 1;
    background-image: url('./Dup/img/ashi1.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
#main_img .catch{
    top: 10%;
    right: 50px;
    z-index: 1;
}
#main_img .catch2{
    bottom: 50px;
    left: 50px;
    z-index: 1;
}
#main_img #video{
    height: 100%!important;
    border-radius: 0 0 5px 0;
}

#main_menu ul li a{
    color: #fff;
}
#main_menu ul li a:hover{
    color: var(--color3);
}
#main_menu ul li a::before{
    background-color: var(--color3);
}

.con_no{
    font-family: var(--font-en);
}

#contents1 h2, #contents2 h2, #contents3 h3{
    font-family: var(--font-jp);
}

#contents1{
    position: relative;
}
#contents1::before{
    position: absolute;
    content: "";
    width: 70%;
    height: 260px;
    max-width: 800px;
    background-image: url('./Dup/img/bg_img4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    right: 50px;
    bottom: -30px;
    z-index: 1;
    pointer-events: none;
}
#contents1 .txt3{
    position: relative;
    z-index: 1;
}

#contents2{
    background-image: url('./Dup/img/ashi2.png');
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: right -20px bottom 20px;
    position: relative;
}
#contents2::before{
    position: absolute;
    content: "";
    width: 70%;
    height: 260px;
    max-width: 800px;
    background-image: url(./Dup/img/bg_img5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    left: 50px;
    top: -60px;
    z-index: 1;
    pointer-events: none;
}
#contents2 > div{
    position: relative;
    z-index: 1;
}

#contents3{
    position: relative;
    z-index: 1;
}
#contents3::before{
    position: absolute;
    content: "";
    width: 300px;
    height: 300px;
    right: 20px;
    bottom: -100px;
    background-image: url('./Dup/img/ashi3.png');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
#contents3 > div{
    position: relative;
}
#contents3 .con_no{
    color: #fff;
    margin-top: 0;
    position: relative;
    top: -20px;
    background-color: var(--color1);
    padding: 10px 20px 0 0;
    border-radius: 0 5px 0 0;
    margin-bottom: 0;
}
#contents3 .con_no::before{
    display: none;
}
#contents3 h3{
    padding-bottom: 15px;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-size: 50px 1px;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 15px;
}

#top_cms .cms_title h2{
    font-family: var(--font-jp);
    font-size: 24px;
}
#top_cms .cms_title p{
    font-family: var(--font-en);
}
#top_cms .button:hover{
    transform: scale(1.05);
}
#top_cms .top_cms_box:first-of-type{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--color2);
}

main > .page_wrap{
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

#page_title .title_img::before{
    display: none;
}

.pager a{
    border-radius: 5px;
}
.cate_title, .box_title1, .box_title, .box_title2{
    font-family: var(--font-jp);
}
.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 30px!important;
	margin-bottom: 50px;
	color: var(--black);
	font-weight: normal;
	position: relative;
	background-image: linear-gradient(to bottom, var(--color3), var(--color3)), linear-gradient(to bottom, var(--color1), var(--color1));
	background-size: 20px 2px;
	background-repeat: no-repeat;
	background-position: bottom left calc(50% - 15px), bottom right calc(50% - 15px);
}

#cms_5-c .box_title1::before, .cms_5-c .box_title1::before, #cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    font-family: var(--font-en);
}

footer{
    border-top: none!important;
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: cover;
}
footer .link_box li{
    max-width: inherit;
    width: auto!important;
    margin: 0 10px;
}
footer .link_box li a{
    display: block;
    padding: 10px;
    background-color: var(--color1);
    border-radius: 50%;
}
footer .link_box li a img{
    width: 25px;
}

#page_title h2{
    font-family: var(--font-jp);
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_img {
    height: 60vw;
    padding-bottom: 140px;
    padding-right: 0;
}
#main_img::before {
    width: 200px;
    height: 200px;
}
#main_img #video{
    border-radius: 0;
}
#main_img .catch {
    right: auto;
    left: 50px;
    top: auto;
    bottom: 0;
}
#main_img .catch2 {
    bottom: 138px;
    left: auto;
    right: -2px;
}
#contents1::before{
    right: 20px;
}
#contents2{
    background-size: 200px;
}
#contents2::before {
    left: 20px;
    top: -30px;
}
#contents3::before{
    width: 200px;
    height: 200px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header #logo{
    max-width: 155px;
}
#main_img {
    padding-bottom: 100px;
}
#main_img::before {
    width: 150px;
    height: 150px;
    bottom: -120px;
    right: -50px;
}
#main_img .catch {
    right: auto;
    left: 30px;
}
#main_img .catch2 {
    bottom: 98px;
}
#contents1::before {
    width: 80%;
    bottom: -15px;
}
#contents2{
    background-size: 150px;
}
#contents2::before {
    width: 80%;
    top: -25px;
}
#contents3::before{
    width: 150px;
    height: 150px;
    bottom: -90px;
    right: 10px;
    transform: rotate(10deg);
}
.cate_title{
    font-size: 20px;
}
}