
.clear {
	clear:both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/* --------------------------　ロード　-------------------------- */

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}

/* --------------------------　コンテンツ　-------------------------- */

.content {
	overflow: hidden;
	padding: 40px 0 60px;
	min-width: 1120px;
}
.content_min {
	width: 1120px;
	margin: 0 auto;
	padding: 40px 0 60px;
}
.content_min img {
	width:100%;
	height:auto;
}
.content_lr {
	overflow: hidden;
	clear: both;
	min-width: 1120px;
}
.content_l {
	width: 50%;
	float: left;
}
.content_r {
	width: 50%;
	float: right;
}
.content_lr_inner {
	max-width: 700px;
	margin:0 auto;
	padding: 30px;
}
.arrow_next {
	position: relative;
	padding-bottom: 120px;
}
.arrow_next:after {
    display: block;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin:0 auto;
    width: 20px;
    height: 20px;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.bg_gray {
	background: #e8e8e8;
	text-align: center;
}
.bg_darkgray {
	background: #515151;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.content {
		min-width: 90%;
		padding: 20px 5%;
	}
	.content_min {
		width: 90%;
		padding: 20px 5%;
	}
	.arrow_next {
	    position: relative;
	    padding-bottom: 150px;
	}
	.content_lr {
		min-width: 100%;
	}
	.content_l, .content_r {
		float: none;
		clear: both;
		width: 100%;
		min-height: 450px;
	}
	.content_lr_inner {
		min-width: 90%;
		padding: 20px 5%;
	}
}

/* --------------------------　カルーセル　-------------------------- */

.swiper-slide {
	width: 20%;
	padding: 0 1%;
	box-sizing: border-box;
	float: left;
}
.swiper-wrapper {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}
.swiper-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}
.swiper-slide img {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.swiper-slide figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	background: #fff;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.swiper-slide figcaption:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 8%;
    width: 8px;
    height: 8px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.swiper-slide a:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 95%;
}

/* --------------------------　ページメイン　-------------------------- */

.page_main {
	min-width:1120px;
	height: 450px;
	position: relative;
}
.breadcrumb {
	font-size: 1.3rem;
	color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 12%;
}
.breadcrumb a {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.page_main {
	    min-width: 100%;
	}
}

/* --------------------------　コンタクト　-------------------------- */
.margin_top_bottomcontent{
    padding: 95px 0;
}
.contactline{
    border: solid 5px #fff;
    padding: 35px 0 20px;
    position: relative;
}
.contact_btn_box {
	overflow: hidden;
	clear: both;
	width: 880px;
	margin: 0 auto;
}
.contact_btn_box a {
	color: #fff;
	font-size: 6rem;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
	position: relative;
}
.contact_btn_box a:hover {
	opacity: 0.5;
}
.contact_btn_box a i {
	font-size: 3.8rem;
}
.contact_btn_box a:last-child {
	width: 49.7%;
	margin-left: 0.3%;
}
.contact_bg{
    background: url(/images/common/bg_contact.png) center no-repeat;
    background-size: cover;
    position: relative;
}
.contact_bg:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
}
.margin_sp{
     margin: 0;
}
@media screen and (max-width: 768px) {
	.contact_btn_box {
	    width: 90%;
	    margin: 20px auto;
	}
	.contact_btn_box a,
	.contact_btn_box a:last-child {
		float: none;
		width: 100%;
		margin: 0 0 1px;
        font-size: 3rem;
    }
    .contact_btn_box a i {
        font-size: 2.4rem;
    }
    .contact_content{
        padding: 50px 0;
    }
    .margin_sp{
         margin: 0 5%;
    }
}
