﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700&family=IBM+Plex+Sans+JP:wght@700&display=swap');

:root{
    --font-jp: 'IBM Plex Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Barlow', 'IBM Plex Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	/*font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";*/
}
body, .font_sans-serif, #header_menu, .top_cms_box .cms_title h2, #bottom_menu, #copyright, #page_title, .foot_link a, .con_no{
    font-family: var(--font-jp)!important;
}
.font_en, a[href^="tel:"], .more, .cate_list::before{
    font-family: var(--font-en)!important;
}
a[href^="tel:"]{
    font-weight: bold;
}

/** color **/

:root{
    --color1: #658a33;
    --color1s: #8bb550;
    --color2: #FCF8E3;
    --color2s: #FBFB7F;
    --color3: #ed7d7d;
    --color3s: #C66363;
    --color4: #DFE0DC;
    --color4s: #F1F2ED;
    --black: #212121;
}

/** other **/

html, body{
    font-size: 20px;
    line-height: 2;
}

h2, h3, h4, h5, h6{
    line-height: 1.5;
}

.normal_img img, .square_img:not(.border_rad50per), .rectangle_img{
    border-radius: 10px;
}

.width_h, .cms_box, #page_title > div, #top_cms .top_cms_box_inner{
    max-width: inherit!important;
    min-width: inherit!important;
    width: calc(1200px + 10%)!important;
    padding-left: 5%!important;
    padding-right: 5%!important;
    margin-left: auto!important;
    margin-right: auto!important;
    box-sizing: border-box!important;
}

header{
    padding: 0!important;
}

main{
    padding-bottom: 30px!important;
}

#pc_nav.active{
    background-color: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10;
}
#pc_nav li{
    flex-grow: 1
}

#sp_nav_icon{
    position: fixed;
    top: 28px;
    right: 5%;
    width: 50px;
    height: 50px;
    z-index: 11;
}
#sp_nav_icon span{
    width: 60%;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#sp_nav_icon span.top{
    top: -15px;
}
#sp_nav_icon span.bottom{
    bottom: -15px;
}
#sp_nav_icon.active span.middle{
    opacity: 0;
}
#sp_nav_icon.active span.top{
    transform: rotate(45deg);
    top: 0;
}
#sp_nav_icon.active span.bottom{
    transform: rotate(-45deg);
    bottom: 0;
}
#sp_nav{
    top: 0;
    left: 0;
    z-index: 10;
}

#wrap{
    background-color: transparent;
    min-width: 1200px;
}

#main_img_h .swiper-slide{
    opacity: 1!important;
}

.price{
    background-image: url('./Dup/img/bg_img1.png');
    background-size: 600px;
    background-repeat: no-repeat;
    background-position: top;
}

.con2 .con2_txt{
    background-image: url('./Dup/img/item21.png');
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: top 5px left 0;
}

.con3{
    background-image: url('./Dup/img/bg_img5.png'), url('./Dup/img/bg_img2.png');
    background-repeat: no-repeat;
    background-size: 160px, cover;
    background-position: top, center;
}

.con4{
    background-image: url('./Dup/img/bg_img6.png'), linear-gradient(to bottom, var(--color2s), var(--color2s));
    background-size: 160px, 1000px 100%;
    background-repeat: no-repeat;
    background-position: top, center;
}

.con5{
    counter-reset: con5N 0;
}
.con5 .con5_wrap{
    margin-top: -70px;
}
.con5 .con5_box .con5_title::before{
    counter-increment: con5N 1;
    content: "0" counter(con5N);
    position: absolute;
    font-size: 30px;
    font-family: var(--font-en);
    width: 60px;
    height: 60px;
    line-height: 58px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: -85px;
    text-align: center;
    background-color: var(--color3);
    color: #fff;
    border-radius: 50%;
}
.con5 .con5_btn a{
    border-radius: 50px;
    box-shadow: 0 5px 0 var(--color1s);
}

.con6{
    background-image: url('./Dup/img/bg_img3.png'), linear-gradient(to right, rgba(255,255,255,0.3) 50%, transparent 50%);
    background-repeat: no-repeat, repeat;
    background-position: bottom, top;
    background-size: 375px, 80px;
}
.con6 .con6_cate_list .con6_cate_no{
    border-radius: 50px;
}
.con6 .con6_cate_list li.active a{
    background-color: var(--color1);
    color: #fff;
}
.con6 .con6_cate_list li a:hover .con6_cate_no, .con6 .con6_cate_list li.active a .con6_cate_no{
    background-color: #fff;
    color: var(--color1);
}

.con7 .con7_txt_wrap .con7_title{
    background-image: linear-gradient(to bottom, currentColor, currentColor);
    background-size: 50px 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
}
.con7 .con7_img{
    margin-top: -60px;
    margin-bottom: -60px
}

.con8{
    background-image: url('./Dup/img/bg_img1.png');
    background-size: 860px;
    background-repeat: no-repeat;
    background-position: top;
}
.con8 .swiper-slide{
    opacity: 1!important;
}
.con8 .con8_txt{
    box-shadow: 5px 5px 0 var(--color1);
}
.con8 .con8_txt::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-left: solid 10px transparent;
    border-top: solid 15px var(--color1);
    border-right: solid 10px transparent;
    left: 0;
    right: 0;
    bottom: -26px;
    margin: auto;
}
.con8 .con8_box:nth-of-type(even){
    padding-top: 30px;
}

.con9{
    background-image: linear-gradient(to right, rgba(241,242,237,0.4) 50%, transparent 50%);
    background-repeat: repeat;
    background-position: top;
    background-size: 80px;
}

.con10 .con10_title{
    background-image: url(./Dup/img/bg_img7.png);
    background-size: cover;
    background-position: center;
}
.con10 .con10_box a .con10_img{
    height: 250px;
}
.con10 .con10_box a:hover .con10_img{
    transform: scale(1.1);
    opacity: 0.7;
}
.con10 .con10_item{
    margin-top: -70px;
}
.con10 .con10_box .con10_txt{
    padding: 10px 60px;
    background-image: url('./Dup/img/item32.png');
    background-size: 46px;
    background-repeat: no-repeat;
    background-position: top 50% right 10px;
    text-shadow: 0 3px 0 rgba(0,0,0,0.2);
}

#top_cms .top_cms_box_inner{
    padding-top: 50px;
    padding-bottom: 50px;
}
#top_cms .top_cms_box .cms_title{
    margin-bottom: 50px;
}

.date, .date_box, .pager{
    font-family: var(--font-en);
}

#cms_2-h .box_title1:before{
    display: none;
}

#info{
    padding-top: 30px;
}

#page_title{
    background-color: var(--color1);
    margin-bottom: 50px;
    background-image: url(./Dup/img/bg_img2.png);
    background-size: cover;
    background-position: center;
}
#page_title > div{
    padding-top: 80px!important;
    padding-bottom: 80px!important;
    color: #fff;
}
#page_title h2{
    text-shadow: 0 5px 0 rgba(0,0,0,0.2);
}

.cate_list{
    margin-bottom: 50px;
}

.cate_list li a, .more a{
    background-color: var(--color3)!important;
    border-radius: 10px;
    box-shadow: 0 5px 0 var(--color3s);
}
.cate_list li a:hover, .more a:hover{
    opacity: 0.7;
}

#cms_2-h .cate_txt1{
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    display: block;
}

#cms_2-h .box_txt1{
    font-size: 16px;
    line-height: 1.5;
}

.cate_title{
    font-weight: bold;
    font-size: 26px;
    color: var(--color1);
}

#page10 ul li{
    letter-spacing: 1px!important;
}
#page10 ul li a:hover{
    color: var(--color3);
}

footer > div{
    padding-top: 0!important;
    padding-bottom: 0!important;
    background-color: var(--color4s)!important;
}
footer .bg-mask{
    background-color: rgba(255,255,255,0.3);
}
footer #logo2{
    margin-bottom: 20px;
}

#foot_banner{
    right: 100px;
    bottom: 10px;
    z-index: 99;
}
#page-top a {
    width: 80px;
    height: 80px;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
html, body{
    font-size: 16px;
}
#wrap{
    min-width: 100%;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(255,255,255,0.8);
}
header .head_banner{
    padding-right: 60px!important;
}
header .reserve_banner img{
    width: 100px;
}
.width_h, .cms_box, #page_title > div, #top_cms .top_cms_box_inner{
    width: 100%!important
}
.con3 {
    background-size: 160px, 200%;
}
.con4{
    background-size: 160px, 80% 100%;
}
.con5 .con5_wrap{
    margin-top: -30px;
}
.con8{
    background-size: 90%;
}
.con10 .con10_title{
    background-size: 200%;
}
#page_title{
    background-size: 200%;
}
#foot_banner{
    display: none!important;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header .reserve_banner img{
    width: 80px!important;
}
#sp_nav_icon{
    top: 12px;
}
.con2 .con2_txt{
    background-position: top 3px left 0;
}
.con5 .con5_wrap{
    margin-top: 0;
}
.con7 .con7_img{
    margin-top: 0;
    margin-bottom: 0
}
.con8{
    background-size: 180%;
}
.con10 .con10_box .con10_txt {
    padding: 10px 40px;
    background-size: 30px;
    background-position: top 50% right 10px;
    font-size: 20px;
}
#page_title > div{
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
#page_title h2{
    font-size: 24px;
    text-shadow: 0 3px 0 rgba(0,0,0,0.2);
}
.cate_title{
    font-size: 20px;
}
#page-top a {
    width: 60px;
    height: 60px;
}
}