﻿

/*
#loader{
    display:none;
}
*/



/*--all page---------------------------
-------------------------------------*/
.linkStyle{
    color:#bf9d74;
    transition:all 0.3s;
    text-decoration:underline;
}
.linkStyle:hover{
    opacity:0.7;
}

body{
    overflow:hidden;
}
header nav .d_flex,
.sc_menu .d_flex{
    max-width:initial;
    width:90%;
    margin:auto;
}
header nav .d_flex li a,
.sc_menu .d_flex li a{
    border-left: 0;
}
header nav .d_flex li a:last-of-type,
.sc_menu .d_flex li a:last-of-type{
    border-right:0;
}
#header h1 a img{
    max-width:200px;
}
main{
    font-size:19px;
}
.fix_bnr{
    right:73px;
    z-index:2;
}
.fix_bnr a {
    height: 73px;
    line-height: 73px;
    border-top-left-radius: 10px;
    border-top: 3px solid #fffbf5;
    border-left: 3px solid #fffbf5;
}


/*--top page---------------------------
-------------------------------------*/
.mainimg{
    max-height: 800px;
    overflow: hidden;
}

#contents_links{
    display:none;
}
.intro_bnr,.contents1_bnr,.contents2_bnr{
    border-radius:50px;
}
#top_cms .flow_type3 .box_title1::before{
    color: #fff;
}

/*--under page---------------------------
-------------------------------------*/

.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
.flow_type3 .cate_img1 {
    max-height: 450px !important;
}


/* ---------- responshive ---------- */
@media screen and (max-width: 1536px){

}


@media screen and (max-width: 1366px){

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){


#cms_2-g .cate_title {
    line-height: 1.5;
    font-size: 2em;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
main {
    font-size: 16px;
}
#header h1 a img {
    max-width: 150px;
}
#page_title > div{
    padding:20px;
}
#contact_bar .tel{
    margin-bottom:0;
}
.fix_bnr {
    right: 51px;
}
.fix_bnr a {
    height: 51px;
    line-height: 51px;
    border-top: 1px solid #fffbf5;
    border-left: 1px solid #fffbf5;
}
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}

#cms_2-g .cate_title{
    font-size: 1.5em;
}
#copyright{
    padding-bottom: 29px;
}
/*
.more a:hover{
    color: #f09087;
}
.more a::after{
    display:none;
}
*/
.more a:hover {
    opacity: 0;
}
}




