﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP:wght@500&display=swap');

body, .font_sans-serif, .font_en{
    font-family: 'Montserrat', 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, html, .font_14{
    font-size: 16px;
    line-height: 1.7;
}

.checkbox-input{
     display: none;
}
.checkbox-parts{
     padding-left: 30px;
     position: relative;
     transition: 0.3s
}
.checkbox-parts::before{
     content: "";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 20px;
     height: 20px;
     background-color: #ede7d1
}
.checkbox-parts::after{
     content: "";
     display: block;
     position: absolute;
     top: -2px;
     left: 5px;
     width: 8px;
     height: 14px;
     transform: rotate(40deg);
     border-bottom: 3px solid transparent;
     border-right: 3px solid transparent;
     transition: 0.3s
}
.checkbox-input:checked + .checkbox-parts::after{
     border-color: #f39b00
}
.radio-input{
     display: none;
}
.radio-parts{
     padding-left: 30px;
     position:relative;
     margin-right: 30px;
     transition: 0.3s
}
.radio-parts::before{
     content: "";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 20px;
     height: 20px;
     background-color: #ede7d1;
     border-radius: 50%;
}
.radio-parts::after{
     content: "";
     display: block;
     position: absolute;
     top: 4px;
     left: 4px;
     width: 12px;
     height: 12px;
     background: transparent;
     border-radius: 50%;
     transition: 0.3s
}
.radio-input:checked + .radio-parts::after{
     background: #f39b00;
}
input[type="date"]{
    min-height: calc(1.7em + 20px)
}


.link_box ul{
    justify-content: center;
}
.link_box ul li{
    width: 30px!important;
    margin: 0 10px;
}
.font_bold{
    font-weight: normal;
}
i.fa-envelope{
    display: none;
}
.square_img, .rectangle_img, .normal_img img{
    border-radius: 10px;
}
.cate_img, .cate_img1{
    margin-right: auto;
    margin-left: auto;
}
.cate_list li a{
    font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 15px!important;
	padding-right: 15px!important;
}

header{
    overflow: hidden;
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1000px;
}
header::before{
    position: absolute;
    content: "";
    width: 700px;
    height: 350px;
    border-radius: 0 0 400px 400px;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fdfcf5;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}
header .head_box{
    position: relative;
}
.fat-nav ul{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 800px;
}
.fat-nav li:last-child a{
    border-color: #f39b00;
    color: #f39b00;
    border-radius: 50px;
}
.button{
    background-image: url('./Dup/img/bg_img2.jpg');
    background-position: center;
    background-size: 500px;
    border: none;
    color: #fff;
    border-radius: 50px;
}
.button:hover::after{
    box-shadow: inset 0 0 0 15em #e95513;
}
.button:hover{
    transform: translateY(-5px);
}
.button2{
    border-color: #e95513;
    border-radius: 50px;
}
.button2:hover{
    box-shadow: none;
    background-color: #e95513;
    color: #fff;
    transform: translateY(-5px);
}
#main_menu{
    margin-top: 90px;
    margin-bottom: 30px;
    text-align: center;
}
#main_menu ul li a{
    padding: 10px 0;
    margin: 0;
    color: #f39b00;
}
#main_menu ul li a:hover{
    padding-left: 0;
    transform: translateY(-5px);
}
#main_menu ul li a::before{
    display: none;
}

#main_img{
    max-height: inherit;
    min-height: inherit;
}
#main_img .scroll_bt{
    display: none;
}

.con1_wrap{
    padding: 0 20px;
    background-color: #fdeed1;
}
#contents1{
    background-color: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    border-radius: 20px 20px 0 0;
}
#contents1 h2{
    text-align: center;
}
.con2_wrap::before{
    position: absolute;
    content: "";
    width: 70%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fdeed1;
}
#contents2{
    position: relative;
}
#contents2 h2{
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
}
#contents2 h2::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #f39b00;
}
#contents3 .con3_txt_wrap{
    width: calc(100% - 40px);
    margin: -30px auto 0;
    box-sizing: border-box;
}
#contents3 h3{
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
}
#contents3 h3::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ede7d1;
    margin: auto;
}

#top_cms{
    padding-top: 50px;
}
#top_cms .cms_title{
    padding-left: 0;
    text-align: center;
}
#top_cms > .box:not(:first-of-type) .cms_title{
    padding: 0 0 20px;
    position: relative;
    text-align: center;
}
#top_cms > .box:not(:first-of-type) .cms_title::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f39b00;
}
.cms_title::before{
    display: none;
}
#top_cms .cms_title h2{
    font-size: 26px;
    color: #563728;
}
#top_cms .cms_title p{
    font-size: 16px;
    color: #563728;
    opacity: 0.4;
}
#top_cms .cms_1-c{
    margin-top: -90px;
    padding-top: 80px;
}

.footer_wrap{
    background-color: #fdfcf5;
    border-top: solid 2px #f9f6ea;
}
.footer_cms{
    color: #563728;
    line-height: 1.5;
}

#page_title .page_box{
    margin: 0;
    padding: 50px 0;
    text-align: center;
    position: relative;
}
#page_title .page_box::after{
    position: absolute;
    content: "";
    width: 260px;
    height: 130px;
    background-color: #fff;
    border-radius: 150px 150px 0 0;
    left: 0;
    right: 0;
    top: -80px;
    margin: auto;
    background-position: bottom 20px center;
    background-size: 25%;
    background-repeat: no-repeat;
    z-index: 1
}
.page02 #page_title .page_box::after{
    background-image: url('./Dup/img/page02.png');
}
.page03 #page_title .page_box::after{
    background-image: url('./Dup/img/page03.png');
}
.page04 #page_title .page_box::after{
    background-image: url('./Dup/img/page04.png');
}
.page05 #page_title .page_box::after{
    background-image: url('./Dup/img/page05.png');
}
.page06 #page_title .page_box::after{
    background-image: url('./Dup/img/page06.png');
}
.page07 #page_title .page_box::after{
    background-image: url('./Dup/img/page07.png');
}
.page08 #page_title .page_box::after{
    background-image: url('./Dup/img/page08.png');
}
.page09 #page_title .page_box::after{
    background-image: url('./Dup/img/page09.png');
}
.page10 #page_title .page_box::after{
    background-image: url('./Dup/img/page10.png');
}
#page_title .page_box::before{
    display: none;
}
#page_title .txt_shadow-b{
    text-shadow: none;
}
#page_title h2{
    color: #563728;
    font-size: 30px;
}
#page_title p{
    color: #f39b00;
    font-size: 20px;
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: center;
	padding-bottom: 10px!important;
	margin-bottom: 50px;
	color: #f39b00;
	font-weight: normal;
	position: relative;
	line-height: 1.5;
}
.cate_title::before{
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f39b00;
}

footer{
    padding-bottom: 150px!important;
}
#all_banner{
    right: 37.5%;
    bottom: 0;
    transform: translateX(50%);
    z-index: 5;
}
#all_banner a:hover{
    transform: translateY(-5px);
}
#all_banner a:hover .ba1{
    opacity: 0;
}
#all_banner a:hover .ba2{
    opacity: 1;
}
#form_box dl input, #form_box dl textarea{
    background-color: #f9f6ea!important;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
header{
    overflow: inherit;
    background-size: 800px;
}
header .head_box{
    max-width: 140px;
}
header::before {
    width: 180px;
    height: 90px;
    top: 0;
}
#page_title .title_img{
    height: 200px;
}
#all_banner{
    right: 0;
    bottom: 0;
    transform: none;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header .head_box{
    max-width: 130px;
}
header::before {
    width: 160px;
    height: 80px;
}
.hamburger{
    top: 12px;
}
.con2_wrap::before{
    width: 100%;
}
footer .logo{
    text-align: center;
}
.cate_title{
	font-size: 20px;
}
#page_title h2{
    font-size: 26px;
}
#page_title p{
    font-size: 18px;
}
footer{
    padding-bottom: 80px!important;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.cate_list li a, .pc_box .contact_bt a{
    padding: 14px 20px 16px;
}
#page9 .box p a{
    padding: 4px 5px 6px;
}
}