﻿/** font **/

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');


:root{
    --font-jp: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-jp2: 'Kiwi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body{
    font-family: var(--font-jp)!important;
}
.font_sans-serif, .font_serif{
    font-family: var(--font-jp);
}
.font_jp{
    font-family: var(--font-jp2);
}

.font_bold{
    font-weight: normal;
}

/** color **/

:root{
    --color1: #F9BA6E;
    --color1_2: #EA9D49;
    --color2: #F9F7ED;
    --color3: #ABE271;
    --color3_2: #92C64E;
    --color4: #E0DACD;
    --black: #564F34
}

body, .more a::after, .cate_list li a::after, #page10 ul li a .title::after, #tel_contact > div > .d_inline_b > div p span{
    background-color: #fff;
}

/** other **/

html, body, .font_14{
    font-size: 16px;
}

h2, h3, h4, h5, h6{
    line-height: 1.5;
}

.normal_img img, .square_img, .rectangle_img{
    border-radius: 10px;
}

.bg_color1{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1000px;
}
.bg_color2{
    background-image: url('./Dup/img/bg_img3.jpg');
    background-size: 1000px;
}

a[href^="tel:"]{
    font-family: var(--font-jp2);
}

#loader .logo{
    max-width: 400px!important;
}

header{
    box-shadow: none;
    margin-bottom: 0!important;
}
header h1 img{
    max-width: 400px!important;
}
header nav{
    font-family: var(--font-jp2);
    background-color: #fff!important;
    background-image: none!important;
}
header nav li a, .pc_sc_nav li a, #menu_wrap li a{
    border-width: 2px!important;
    border-color: var(--color4)!important;
    color: var(--black)!important;
}
header nav li a:hover, .pc_sc_nav li a:hover{
    color: var(--color1_2)!important;
}
header nav li a .txt_color3, .pc_sc_nav li a .txt_color3, #menu_wrap li a.txt_color1{
    color: var(--color1_2)!important;
}

.pc_sc_nav{
    font-family: var(--font-jp2);
    box-shadow: none!important;
    background-color: rgba(255,255,255,0.9)!important;
    background-image: none!important;
}

#menu_wrap{
    font-family: var(--font-jp2);
}
#menu_wrap li a{
    padding-left: 0;
    padding-right: 0;
}

#main_img{
    background-image: url('./Dup/img/bg_img2.jpg');
    background-size: cover;
    background-position: center;
}
#main_img::before, #main_img::after, #intro::before, #intro::after, #page_title > div::after, footer::before, #contents2::before, #contents2::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    left: 0;
}
#main_img::before, #intro::before, footer::before, #contents2::before{
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    top: -1px;
}
#main_img::after, #intro::after, #page_title > div::after, #contents2::after{
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    bottom: -1px;
}

.sp_tel a{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1000px;
}

#top_cms1 .cms1_title{
    font-family: var(--font-jp2);
}

#intro::after{
    background-color: transparent!important;
}
#intro h3{
    font-family: var(--font-jp2);
}

#contents1 #contents1_txt{
    border-top: none;
    box-shadow: none;
    padding: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#contents1 #contents1_txt h3{
    font-family: var(--font-jp2);
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
#contents1 #contents1_txt h3::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-image: url(./Dup/img/bg_img4.png);
    background-size: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.1;
}
#contents1 figure{
    box-shadow: 0 0 20px rgba(234,157,73,0.3);
}

#contents2{
    position: relative;
    padding: 50px 0;
}
#contents2 h3{
    font-family: var(--font-jp2);
    font-size: 30px;
    color: var(--black);
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}
#contents2 h3::before{
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    background-image: url(./Dup/img/bg_img4.png);
    background-size: contain;
    top: -60px;
    left: -80px;
    z-index: -1;
    opacity: 0.2;
}

#top_cms .cms_wrap.bg_color2{
    background-image: none!important;
}
#top_cms .top_cms_title{
    font-family: var(--font-jp2);
}
#top_cms .top_cms_title h3{
    font-size: 40px;
    color: var(--black);
}
#top_cms .top_cms_title h3:first-letter{
    color: var(--color1_2);
}
#top_cms .cate_box:last-of-type{
    margin-bottom: 0;
    border-bottom: none;
}

.more{
    font-family: var(--font-jp2);
}

#page_title{
    font-family: var(--font-jp2);
    padding: 50px 0 100px;
}
#page_title > div{
    padding-left: 0;
    padding-right: 0;
}
#page_title h2{
    font-size: 40px;
    text-shadow: 0 0 20px #ff5e48;
}

#cms .bg_color2{
    background-image: none!important;
}

.cate_list a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cate_list a br{
    display: none;
}

.cate_title, .box_title, .box_title1, .box_title2, .pager, .date{
    font-family: var(--font-jp2);
}

.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 currentColor;
	color: var(--black);
	font-weight: normal;
	background-image: none!important;
	position: relative;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -2px;
    background-color: var(--color1);
}
.cate:last-of-type{
    margin-bottom: 0;
}

#page10{
    font-family: var(--font-jp2);
}
#page10 ul li{
    width: 33.3333%!important;
    padding: 0 20px;
    margin: 0 0 60px!important;
}

#contact_bar{
    font-family: var(--font-jp2);
    box-shadow: none!important;
}

footer{
    padding-top: 100px!important;
    position: relative;
}

.foot_banner{
    right: 80px;
    bottom: 0;
    border-radius: 12px 12px 0 0;
    border: solid 3px #fffbf5;
    border-bottom: none;
    z-index: 2;
}
.foot_banner a{
    height: 70px;
    line-height: 70px;
    background-color: rgba(255,94,72,0.4);
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.bg_color1, .bg_color2{
    background-size: 700px;
}
#page_title {
    padding: 20px 0 70px;
}
#page_title h2{
    font-size: 30px;
}
#page10 ul li {
    width: 50%!important;
}
#copyright{
    padding-top: 20px;
    padding-bottom: 90px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
.bg_color1, .bg_color2{
    background-size: 500px;
}
#loader .logo{
    width: 250px;
}
header h1 img {
    max-width: 250px!important;
}
#contents1 #contents1_txt h3{
    font-size: 24px;
}
#contents1 #contents1_txt h3::before{
    width: 150px;
    height: 150px;
}
#contents2 figure{
    position: relative;
    z-index: 1;
}
#contents2 h3::before{
    width: 150px;
    height: 150px;
    top: -50px;
    left: -60px;
}
#contents2 h3{
    font-size: 24px;
}
#top_cms .cms_wrap.bg_color2{
    padding: 20px;
}
#top_cms .top_cms_title{
    width: 100%;
    display: block;
}
#top_cms .top_cms_title > div{
    text-align: center;
}
#top_cms .top_cms_title h3{
    font-size: 30px;
}
#page_title {
    padding: 20px 0 70px;
}
#page_title h2{
    font-size: 26px;
}
.cate_title{
    font-size: 20px;
}
#page10 ul li {
    padding: 0;
    width: 100%!important;
}
#copyright{
    padding-bottom: 70px;
}
.foot_banner {
    right: 60px;
    left: 10px;
    border-radius: 4px 4px 0 0;
    border: solid 1px #fffbf5;
    border-bottom: none;
}
.foot_banner a {
    height: 50px;
    line-height: 50px;
}
}