﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@300;700&display=swap');

body, .font_sans-serif, .font_serif{
    font-family: 'Noto Sans JP', 'Kosugi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
}

.con_no, #top_cms .top_cms_title p, #page_title p, #contact_bar p, header > nav span.opacity05, .pc_sc_nav span.opacity05, a[href^="tel:"]{
    font-family: 'Montserrat', 'Noto Sans JP', 'Kosugi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
}

#intro h3, #contents1 h3, #contents2 h3, #page_title h2, #top_cms .top_cms_title h3, #contact_bar .mail a, .cate_title{
    font-weight: 700;
}

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: #fcf8f5;
}

body{
    background-image: linear-gradient(-90deg, #fff 2px, transparent 2px);
	background-size: 200px;
	background-position-x: calc(50% - 100px);
}

.font_bold{
    font-weight: normal;
}
.rectangle_img, .normal_img img, .square_img{
    border-radius: 10px;
}

.fadein .fade_box{
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
    transition-property: opacity, transform;
}
.fadein .fade_box.trans{
    opacity: 1;
    transform: none;
}

.index header{
    margin-bottom: 50px!important;
}
header{
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
header > nav, .pc_sc_nav{
    background-color: #fff!important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05)!important;
}
header > nav li:not(:last-of-type), .pc_sc_nav li:not(:last-of-type){
    border-right: solid 1px #eae6e4;
}
header > nav li a, .pc_sc_nav li a{
    border: none!important;
    color: #513a32!important;
    font-size: 16px;
}
header > nav li a span.txt_color3, .pc_sc_nav li a span.txt_color3{
    color: #94cddd;
}
#header{
    padding-bottom: 20px;
}
h1{
    width: 200px;
}

#main_img{
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

#top_cms1{
    margin-bottom: 100px;
}

#intro, #page_title{
    background-image: linear-gradient(-90deg, rgba(255,255,255,0.1) 2px, transparent 2px);
	background-size: 200px;
	background-position-x: calc(50% - 100px);
}
#intro .intro_title{
    display: none;
}
#intro h3{
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#intro h3::before{
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
    transition: 1s;
}
#intro h3.trans::before{
    width: 100px;
}
#intro p{
    padding: 0 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#intro::after{
    display: none;
}

#contents1 > div.d_flex{
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
}
#contents1 #contents1_txt {
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    margin-top: -50px;
    padding-top: 100px;
    border-top: none;
    border-radius: 20px;
}
#contents1 h3{
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#contents1 h3::before{
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    background-color: #93ccdc;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
    transition: 1s;
}
#contents1 h3.trans::before{
    width: 100px;
}

#contents2{
    background-color: transparent;
    position: relative;
}
#contents2::before{
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
#contents2 > div{
    position: relative;
}
#contents2 figure{
    border-radius: 20px 0 0 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
#contents2 h3{
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #513a32;
}
#contents2 h3::before{
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    background-color: #8ad0a3;
    left: 0;
    bottom: 0;
    border-radius: 50px;
    transition: 1s;
}
#contents2 h3.trans::before{
    width: 100px;
}

#top_cms .top_cms_box > .cms_wrap{
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
    border-radius: 20px;
}
#top_cms .top_cms_title h3{
    color: #513a32;
}

.more a, .more a::after{
    border-radius: 50px;
}

#contact_bar{
    background-color: #8bd1a4;
    box-shadow: none;
}

.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 #513a32;
	color: #513a32;
	font-weight: normal
}

#page10 ul li a .title{
    padding-left: 0;
    padding-right: 0;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
h1{
    width: 150px;
}
.index header, header{
    box-shadow: none!important;
    margin-bottom: 20px!important;
}
#header{
    padding-bottom: 0;
}
#menu_wrap ul li a{
    padding-left: 0;
    padding-right: 0;
}
#main_img{
    border-radius: 0;
}
#contents2 figure{
    border-radius: 20px;
}
#contents2::before{
    border-radius: 0;
    width: 100%;
}
#contents2 h3{
    text-align: center;
}
#contents2 h3::before{
    right: 0;
    margin: auto;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
h1{
    width: 120px;
}
body, #intro, #page_title{
	background-size: 140px;
	background-position-x: calc(50% - 70px);
}
#contents1 h3, #intro h3, #contents2 h3{
    font-size: 20px;
}
#contents1 figure{
    margin-bottom: 20px;
    border-radius: 20px;
}
#contents1 #contents1_txt{
    padding-top: 30px;
    margin-top: 0;
}
#contents2 figure{
    border-radius: 0
}
#top_cms .top_cms_box > .cms_wrap{
    padding: 20px;
}
#page_title > div{
    padding-left: 0;
    padding-right: 0;
}
#page_title.active h2{
    padding-left: 0;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.more a{
    padding-bottom: 13px;
}
#page10 ul li a .title{
    padding-top: 8px;
}
}