﻿@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

.font_com, .intro_sub_title, .con_sub_title, #top_cms .cms_title, #top_info .info_txt_wrap, #page_title, .date, #cms_5-c .box_title1::before, .cms_5-c .box_title1::before, #cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before, .cate_title{
    font-family: 'Kiwi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

body, html{
    font-size: 16px;
}

#wrap{
    padding-top: 0;
    background-color: #fcfaf7;
    overflow: hidden;
}
main.pd_t-100px{
    padding-top: 0;
}

.normal_img img, .rectangle_img, .square_img{
    border-radius: 20px;
}

#head_logo span.bg_color1{
    border-radius: 50%;
}
#pc_nav_fix > div > ul li{
    width: 140px;
    font-size: 16px;
}

#sp_nav .nav_bg{
    background-color: #7f5737;
}

#main_img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -1px;
    background-image: url('./Dup/img/main_bg.png');
    background-size: 100% 100%;
    z-index: 1;
}
#main_img .scroll_bar {
    bottom: 50px;
}

#intro{
    margin-top: 100px;
}
#intro .intro_img{
    border-radius: 0 50px 0 0;
}
#intro .intro_txt_wrap{
    border-radius: 50px 0 0 0;
    background-image: url(./Dup/img/bg_img2.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right bottom;
    box-shadow: 0 2px 4px rgb(0,0,0,0.15);
}

#top_contents::before{
    background-color: #f9f3ed;
    border-radius: 50px 0 0 50px;
}
#top_contents::after {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background-image: url(./Dup/img/bg_img.png);
    background-size: contain;
    left: 20px;
    bottom: -150px;
}
#top_contents .con_box{
    z-index: 1;
}
#top_contents .open_bg{
    background-color: #7f5737;
}
#top_contents .box_img{
    box-shadow: 0 2px 4px rgb(0,0,0,0.15);
}

#top_cms .cms_title{
    margin-bottom: 50px;
}
#top_cms .cms_box > .cms_wrap{
    padding: 50px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgb(0,0,0,0.15);
}
#top_cms .more{
    margin-top: 50px;
}
.more a{
    border-radius: 100px;
}

#top_contact .contact_box{
    border-radius: 50px;
}

#page_title{
    padding: 200px 0 100px;
    background-color: #fff;
    background-image: url('./Dup/img/page_bg.png');
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

.cate_list li a{
    border-radius: 24px;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	border-bottom: solid 2px #b7a148;
	color: #b7a148;
	font-weight: normal
}

#cms_5-c .box_title1::before, .cms_5-c .box_title1::before, #cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    line-height: 1.6;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_img::before {
    height: 7vw;
}
#intro{
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}
#intro .intro_txt_wrap{
    width: calc(100% - 40px)!important;
    border-radius: 20px;
    margin: 0 auto;
}
#intro .intro_img{
    height: 60vw;
    width: 100%!important;
    position: static;
    border-radius: 0;
    margin-top: -20px;
}
#top_contents::before {
    border-radius: 0 50px 50px 0;
}
#top_contents::after {
    width: 300px;
    height: 300px;
    left: auto;
    bottom: -100px;
    right: -30px;
}
#page_title {
    padding: 120px 0 80px;
    background-size: 1000px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#intro{
    padding-bottom: 0;
}
#top_cms .cms_box > .cms_wrap{
    padding: 20px;
    border-radius: 20px;
}
#footer_map{
    height: 400px;
}
#page_title {
    background-size: 600px;
}
#page_title h2{
    letter-spacing: 4px;
}
.cate_title{
	font-size: 20px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}