

/*====================================
common
====================================*/

.serif {
    font-family: 'Noto Serif Japanese', 'Hiragino Kaku Gothic Pro', serif;
}

.box {
    margin: auto;
    width: 1150px;
}

.flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body {
    -webkit-text-size-adjust: 100%;
}
/*====================================
toparea
====================================*/

.toparea {
    background: url(../img/topbg.jpg) no-repeat center top;
    height: 558px;
    margin-top: -10px;
    
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    ms-flex-align: center;
    align-items: center;
}

.toparea .inner {
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.toparea .inner img {
    margin-bottom: 30px;
}

.toparea dl dt {
    font-size: 46px;
    margin-bottom: 30px;
    text-shadow: 1px 1px 6px #333;
}

.toparea dl dd {
    font-size: 24px;
    text-shadow: 1px 1px 6px #333;
    line-height: 36px;
    line-height: 36px;
}

.toparea p {
    font-weight: 600;
    background: #C1A57B;
    transform: skew(-10deg);
    height: 15px;
    position: relative;
    top: 13px;
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 50px;
}


.toparea p span {
    color: #fff;
    font-size: 30px;
    transform: skew(10deg);
    margin: 0;
    position: relative;
    top: -18px;
    padding: 0 10px 0 5px;
    letter-spacing: 1px;
}


/*====================================
list
====================================*/

.intro h2,
.intro2 h2,
.list h3 {
    font-size: 25px;
    margin-top: 50px;
}
.intro h2 {
    background: url(../img/icon.jpg) no-repeat center top;
    padding-top: 60px;
    margin-bottom:50px;
    color: #333;
}
.intro h2 span{
	font-size:25px;
	font-weight:bold;
}
.list h3,
.intro2 h2 {
    margin-bottom: 30px;
    color: #6e684f;
}

.intro2 h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
}
.intro h2 {
    margin-top: 100px;
}

.intro h2,
.intro2 h2,
.list h3 {
    position: relative;
    text-align: center;
}
.list h3 span,
.intro2 h2 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #fff;
    text-align: left;
		font-size:25px;
		font-weight:bold;
}
.intro2 h2 span {
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
		background-color:#F6F5F0;
		font-size:24px;
		font-weight:bold;
}

/*.list h3::before,*/
.intro2 h2::before {
    background-color: #6e684f;
    content: '';
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 60%;
}
.intro2 h2::before {
    background-color: #333;
}

.list ul {
    justify-content: flex-start;
}
.list li {
    width: 31%;
}
.list li:nth-of-type(3n-1) {
    margin: 0 3.5%;
}
.list li img{
	max-width:100%;
}

.list li .name {
    font-size: 18px;
    font-weight: 600;
		text-align:left;
		line-height:26px;
}

.list li .price {
    text-align: right;
		margin:10px 0;
}

.list  li:not(.more) a {
    border: 1px solid #6e684f;
    background: #6e684f !important;
    color: #FFFFFF !important;
    font-weight: 600;
    display: block;
    text-align: center;
    padding: 5px 0;
    transition: .2s;
		line-height:32px;
}

.list li a:hover {
    background: #FFFFFF !important;
    color: #6e684f !important;
}

.list .link,
.link-wrap .link{
    text-align: center;
    padding-top: 60px;
    padding-bottom:40px;
    box-sizing:border-box;
}
.link-wrap .link{
	padding:0;
}

.list .link a,
.link-wrap .link a{
    border: 1px solid transparent;
    position: relative;
    font-weight: bold;
    color: #6e684f !important;
    font-size: 18px;
    padding: 1em 4em;
    text-align: center;
    transition: .5s;
}
.link-wrap .link a{
	display:block;
}

.list .link a:after,
.link-wrap .link a:after{
    content: "\025b6";
    padding-left: 0.5em;
    color: #d9791b;
}

.list .link a:hover,
.link-wrap .link a:hover{
    border: 1px solid #6e684f;
    background: #fff;
    filter: drop-shadow(2px 2px 3px)
}

.link-wrap{
	background-color: #F6F5F0;
	padding: 40px 0;
	box-sizing:border-box;
	margin-bottom:100px;
}
.link-wrap > section{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	ms-flex-align: center;
	align-items: center;
}
.link-wrap > section > div{
	width:46%;
}


/*====================================
intro
====================================*/

.intro p {
    text-align: center;
    padding-bottom: 100px;
		line-height:32px;
}
.intro .intro-bg .in-box p {
    padding: 10px 0;
    line-height: 2em;
}
/*====================================
intro2
====================================*/

.intro2 {
    /*padding: 80px 0 0;*/
	background-color:#F6F5F0;
	margin-top:180px;
}
.intro2 .intro-bg {
    height: 338px;
    background: center center / cover no-repeat url(../img/shurafu-intro.jpg);
    position: relative;
	top:-180px;
}
.intro2 h2 {
    margin: 0 0 40px;
		margin-top:-100px;
}
.intro2 h2::before {
    width: 100%;
}
.intro2 p {
    text-align: center;
    padding-bottom: 80px;
		line-height:30px;
}
/*====================================
case
====================================*/
.case > div {
    padding: 70px 0 50px;
}
.case > div > h2{
	text-align:center;
    margin-bottom: 50px;
}
.case > div > h2 > span{
	font-weight: 600;
    background: #C1A57B;
    transform: skew(-10deg);
    height: 15px;
    position: relative;
    bottom:-62px;
    margin-left:10px;
    display: inline-block;
}
.case > div > h2 > span span{
    font-size: 36px;
    transform: skew(10deg);
    margin: 0;
    position: relative;
    top: -32px;
    padding: 0 10px 0 5px;
    letter-spacing: 1px;
	display:block;
}

.case .case-title{
	background-color:#F6F5F0;
	padding:40px 0;
	box-sizing:border-box;
}
.case .case-title h3{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-box-align: center;
	ms-flex-align: center;
	align-items: center;
}
.case .case-title h3 span{
	font-weight:bold;
	color:#635B3A;
}
.case .case-title h3 span:first-of-type{
	font-size:33px;
	margin-left:30px;
	margin-right:35px;
	color:#000000;
}

.case > div > ul{
	-webkit-box-align: center;
	ms-flex-align: center;
	align-items: center;
	text-align:left;
}

.case ul.flex li.pic {
    width: 600px;
}
.case ul.flex li.txt {
    width: 500px;
    padding-left: 50px;
}

.case ul.flex li h3 {
    font-size: 36px;
    color: #333;
}
.case li.txt p:first-of-type {
    color: #222;
    font-weight: bold;
    font-size: 18px;
    line-height: 2em;
    margin-bottom:20px;
}
.case li.txt p span {
    color: #ca6f2e;
    font-weight: normal;
    padding-right: 10px;
}
.case li.txt p {
    padding-right: 20px;
		line-height:30px;
}
.box.list{
	background-image:url(../img/pickup-frame.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% 655px;
	/*padding:0 30px;*/
	padding:0 30px 125px;
	box-sizing:border-box;
	margin-bottom:70px;
}
#down .case-title{
	margin-bottom:70px;
}
#down .box.list{
	background-size:100% 555px;
	padding-bottom:30px;
}

/*====================================
scrollTop
====================================*/

.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.scrollTop a {
    font-size: 18px;
    color: #fff;
    background: #00896B;
    padding: 20px;

}
.scrollTop a:hover{
    background: #6e684f;
}