﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Licorice&display=swap');
body{
        font-family: 'Montserrat',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
        font-weight: 500;
}
.linkStyle{color: #333;border-bottom: 1px solid;}
.font1,.cms_title h2,#page_title h2,.cate_title{font-family: 'Shippori Mincho', serif;}
.con_no{
    font-family: 'Licorice', cursive;
    font-size: 50px;
    
}
.head_banner a:hover{color: #b18b43;}
.dec{max-width: 120px;}
.dec01{top: -100px;left: 0;}
.dec02,.dec03{bottom: -100px;right: 0;}
#fakeloader{    background-color: #eedec3;}
#main_img,#main_img img{
    max-height: auto;
    min-height: auto;
}
.catch{
    z-index: 1;
    max-width: 450px;
    top: 50%;
    left: 80px;
    width: 30%;
    transform: translateY(-50%);
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #f7f3ec;
}
.button:hover{color: #b18b43;}
/*===========================================================*/
/* コード集 */
/*===========================================================*/
.flow_type2 .cate_title {
    border-bottom: solid 3px #ccc;
    position: relative;
}
.flow_type2 .cate_title::after {
    content: '';
    display: block;
    background: #b18b43;
    width: 30%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.flow_type2 .box_wrap {
	border: 3px solid #b18b43;
}
.flow_type2 .cate_box {
	padding: 30px;
	width: 100%!important;
}
.flow_type2 .box_txt1 {
    background-color: #f7f7f7;
    color: #b18b43;
    text-align: center;
}
.flow_type2 .cate_box:not(:last-child) {
	border-bottom: 3px solid #b18b43;
	position: relative;
}
.flow_type2 .cate_box:not(:last-child)::before,
.flow_type2 .cate_box:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 17%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow_type2 .cate_box:not(:last-child)::before {
	border-width: 22px;
	border-top-color: #b18b43;
}
.flow_type2 .cate_box:not(:last-child)::after {
	border-width: 18px;
	border-top-color: #fff;
}

.flow_type2{counter-reset: number 0;}

.flow_type2 .box_txt1::before {
    counter-increment: number 1;
    content: "step." counter(number);
    background-color: #b18b43;
    padding: 5px 10px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin: 0px auto 10px;
    width: 50%;
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type2 .cate_box:first-child {
    padding: 20px 20px 30px 20px;
}
.flow_type2 .cate_box:not(:first-child) {
    padding: 40px 20px 20px 20px;
}
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {
    left: 50%;
}
.flow_type2 .cate_box:not(:last-child)::after {
    border-top-color: #fff;
}
}
/*-------- FireFox --------*/
@-moz-document url-prefix() {
.flow_type2 .cate_box:not(:last-child)::before, .flow_type2 .cate_box:not(:last-child)::after {top: 98% !important;}
}


.link_type2 .cate_box a {
    color: #fff;
}
.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #b18b43;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity 1s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}

#fix_bnr{
	bottom: 7px;
	right: 84px;
	z-index: 10;
	width: 250px;
}
#fix_bnr a{transition: 0.5s;}
#fix_bnr a:hover{opacity: 0.7;}
#copyright{
	padding-bottom: 100px;
}
@media screen and (max-width: 667px){

#copyright{padding-bottom: 0px;}
}
/*===========================================================*/
/* 下層 */
/*===========================================================*/
.pager li a:hover,.cate_list li a:hover,#page10 ul li a:hover{color: #b18b43;}




/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
.hamburger__icon,.hamburger__icon:after, .hamburger__icon:before {
    background-color: #b18b43;
}
#logo{    max-width: 250px;}
#fix_bnr{right: 10px;}
header .head_banner a{display: none;}
}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
#logo {
    max-width: 180px;
}
.catch {
    left: 6px;
    top: 36%;
    width: 50%;
}
.con_no {
    font-size: 30px;
}
.dec {
    width: 20%;
}
.dec01{top: -50px;left: 0;}
.dec02,.dec03{bottom: -50px;right: 0;}
#contents1 {
    padding: 50px 10% 100px;
}
.link_type2 .cate_box a:hover .more {
    opacity: 0;
}
.link_type2 .cate_box a:after{content: none;}
#fix_bnr {
    bottom: 7px;
    right: inherit;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}
#contents1.fadein .fade_box{opacity: 1;transform: none;}

footer h2.logo{text-align: center;

}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}