﻿/* CSS Document */
#cms_3-e .cate_txt1:empty {display:none}
.pankuzu a:hover {
	border-bottom: 1px solid;
}
#pagetitle_img {
    height: 500px;
}
#page_title .page_title_box {
    width: 100%;
position: absolute;
}
.page_title_box {
/*    background-color: #f7f7f7;*/
	box-sizing: border-box
}
#page_title p, #page_title h2 {
    color: #7c5d51;
}
#page_title p, #page_title h2 {
    color: #fff;    text-shadow: 1px 1px 5px #555;
}
#page_title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/dot01.png);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    background-color: rgb(149 149 149 / 69%);
}
.cate_list li a {font-size: 18px;}
.cate_list li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.page6 {
	background: #fffef7;
}
.page3 {
	background: #fffef2;
}
#cms_2-c .box_txt1 {
position: relative;
line-height: 1.6;
	margin-bottom: 10px;
}
#cms_2-c .box_txt1:after {
	content: "";
	background: #9A0B18;
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: 8px;left: 0;
	transition: all 1s
}
#cms_2-c .box_txt1.trans:after {
	width: 160px;
}
#cms_2-c .box_description2 {
background: #fff;
    border-top: 5px dotted #c3c2b5;
}
#cms_2-c .cate_title span {
	position: relative;
}
#cms_2-c .cate_title span:before, #cms_2-c .cate_title span:after {
   content: "";
    display: block;
    position: absolute;
    left: -96px;
    width: 80px;
    height: 74px;
    top: -23px;
    background: url(../img/title_img1.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
#cms_2-c .cate_title span:after, #cms_2-c .cate:nth-child(even) .cate_title span:after {
	left: inherit;
    right: -97px;
    top: -25px;
    background-image: url(../img/title_img3.svg);
}
#cms_2-c .cate:nth-child(even) .cate_title span:before {
	background-image: url(../img/title_img2.svg);left: -88px;
}
#cms_2-c .cate:nth-child(even) .cate_title span:after {
background-image: url(../img/title_img4.svg); right: -100px;
}
#cms_3-e .cate {
    padding: 51px 34px;
    background-color: #f9f9df;
    background-image: url(https://www.transparenttextures.com/patterns/concrete-wall.png);
}
.page6 #cms_3-e .cate, .page6 #cms_3-e .cate_title span {
    background-color: #f3f3f3;
}
#cms_3-e .cate_title {
    background: url(../img/border.png) repeat-x;
    background-position: 50%;
}
#cms_3-e .cate_title p.posi_abs {
	font-size: 15px;
    top: -18px;
    letter-spacing: 0.12rem;
    right: 0;
    left: 0;
}
#cms_3-e div, #cms_3-e p {font-weight: bold}
#cms_3-e .cate_title span {
	background: #f9f9df;
}
#cms_2-a .cate + .cate {
	margin-top: 100px;
}
#cms_2-a .cate {
    border: 3px solid #9a0b18;
    border-radius: 0px;
    padding: 19px 0;
    background: #fffcf2;
background: url(../img/bg2.png) repeat left top 350px;
}
#cms_2-a .box_wrap .cate_box:last-child {
border-bottom: 0;	
}

#page07 p {
	background: #eee
}
.btn, a.btn, button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #212529;
    border-radius: .5rem;
}
a.btn-flat {
    overflow: hidden;
    padding: 1.3rem 1rem;
    color: #fff;
    border-radius: 0;
    border: 1px solid #c2c2c2;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
}
a.btn-flat span {
  position: relative;
  z-index: 1;color: #9a0b18;    font-size: 14px;
    display: block;font-weight: normal;
}
a.btn-flat:before {
  position: absolute;
  top: 0;
  left: calc(-100% + 10px);
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  background: #d4d4d4;
}
a.btn-flat:after {
  position: absolute;
  top: 0;
  right: calc(-100% + 10px);
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  background: #d4d4d4;
}
a.btn-flat:hover:before {
  -webkit-transform: translateX(50%) translateY(0);
  transform: translateX(50%) translateY(0);
}
a.btn-flat:hover:after {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.privacy_top {
    border: 5px double #9a0b18;
}
@media (max-width: 1320px){
.width_1280-max {/*indexだけ20px*/
    padding-left: 10px;
    padding-right: 10px;
}
}

@media screen and (max-width: 768px){
	#page_title {
		margin-top: 174px;
	}
	#pagetitle_img {
    height: 350px;
}
}
@media screen and (max-width: 667px){
#cms_3-e .cate_box > .box_item {
background: #fbfbfb;
    padding: 0 10px 10px;
    margin-top: 10px;
    border-radius: 12px;
    border: 1px solid #eee;
    }
	#cms_3-e .cate_title {
font-size: 4.8vw;		
	}
	#cms_2-c .box_description2 {
    border-top: 4px dotted #c3c2b5;
    padding: 10px;
}
	#cms_2-c .box_txt1:after {
    bottom: 0px;
}
	#cms_2-c .cate_title span:before, #cms_2-c .cate_title span:after {
    left: -62px;
    width: 66px;
    height: 47px;
    top: -12px;
}
	#cms_2-c .cate_title span:after, #cms_2-c .cate:nth-child(even) .cate_title span:after {
    left: inherit;
    right: -73px;
    top: -14px;
}
	#cms_2-c .cate:nth-child(even) .cate_title span:before {
    left: -55px;
}
 #cms_2-c .cate:nth-child(even) .cate_title span:after {
    left: inherit;
    right: -78px;
    top: -14px;
}
	.cate_list li a {
    font-size: 15px;
}
	#cms_3-e .cate {
    padding: 48px 6px;
}
	.cms_1-c .cate_box{
		margin-left: 0;
		margin-right: 0;
	}
	.pager li:not(.prev){
		display: none;
	}
	#page_title {
    margin-top: 77px;
}
#pagetitle_img {
    height: 250px;
}
	.cate_list li + li {
		margin-top: 10px;
	}
}