@charset "utf-8";



.contents1150{
	clear:both;
	width:87.5%;
	height:auto;
	margin:0 auto;
	position: relative;
}
@media print, screen and (min-width: 801px) {
.contents1150{
	width:92%;
	max-width:1150px;
}
}




/***

丸+矢印〉

***/
.allow1_bg {
	background: #3e3a39;
	width: 20px;
	height: 20px;
	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
  	border-bottom-right-radius: 10px;
  	border-bottom-left-radius: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
/*
	top: 54%;
	left:48%;
*/
}
.allow1_bg.c-white1 {
	background: #fff;
}
.allow1{
  position: relative;
  display: inline-block;
  width: 7.4px;
  height: 13.7px;
  position: absolute;
/*
  top:15px;
	top: calc( 50% - 7.5px);
  right: 15px;
*/
}
.allow1::before,
.allow1::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 9px;
  height: 1px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.allow1.c-gray1::before,
.allow1.c-gray1::after {
  background-color: #3d3939;
}
.allow1::before {
  transform: rotate(45deg);
}
.allow1::after {
  transform: rotate(-45deg);
}

/***

矢印〉のみ

***/
.allow2{
  position: relative;
  display: inline-block;
  width: 7.4px;
  height: 13.7px;
  position: absolute;
  top:15px;
	top: calc( 50% - 7.5px);
  right: 15px;
}
.allow2.rotate90{
	transform: rotate(90deg);
	/* 中心を基準点に時計回りに回転する */
}
.allow2::before,
.allow2::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.allow2.c-gray1::before,
.allow2.c-gray1::after {
  background-color: #3d3939;
}
.allow2::before {
  transform: rotate(45deg);
}

.allow2::after {
  transform: rotate(-45deg);
}



/*
.allow1 {
  position: absolute;
  display: inline-block;
  width: 6.4px;
  height: 10px;
  padding: 2px 0 0 15px;
  margin: auto;
}

.allow1::before,
.allow1::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
   padding: 2px 0 0 10px;
}

.allow1::before {
  transform: rotate(40deg);
   padding: 2px 0 0 10px;
}

.allow1::after {
  transform: rotate(-40deg);
  padding: 2px 0 0 10px;
}
*/




/***

ボタン（会社案内）

***/
.btn_flex1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
/*	align-items: flex-start;*/
	
/*	background: rgba(240,137,138,1.00);*/
}
@media print, screen and (min-width: 801px) {
.btn_flex1{
	flex-wrap: nowrap;
}
}
.btn_ph01{
	clear: both;
	width: 48%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}
.btn_ph01.m01{
	width: 100%;
}
.btn_ph01 a{
	clear: both;
	width: 100%;
	height:auto;
/*	height: 100%;*/
	margin: 0;
	padding: 0;
	position: relative;
/*
	position: absolute;
	top: 0;
	left: 0;
*/
	
/*	background: rgba(103,217,136,0.3);*/
}
@media print, screen and (min-width: 801px) {
.btn_ph01{
	width: 22.819%;
	max-width: 251px;
	
	width: 23.044%;
	max-width: 265px;
	
}
.btn_ph01.fac2box1{
	width: 47.322%;
	max-width: 265px;
}
.btn_ph01.fac2box1{
	width: 47.322%;
	max-width: 265px;
}
}
.ph_waku{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.ph_waku img{
	width: 100%;
	height: auto;
	vertical-align: top;
	
}
.ph_waku img {
	width: 100%;
   -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}




.btn_ph01_box1{
	clear: both;
	width: 100%;
	height: auto;
	min-height: 60px;
	margin: 0;
	padding: 0;
/*
	padding: 27px 10px 10px;
	padding: 32px 10px 10px;
	padding: 10px 30px 10px 10px;
*/
/*
	position: absolute;
	bottom: 0;
	left: 0;
*/
	position: relative;
	background: #f4f4f4;
	
	font-size: 15px;
	line-height: 110%;
	text-align: left;
	color: #222;
}
.btn_ph01_box1 span{
	clear: both;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	
	font-size: 15px;
	line-height: 110%;
	text-align: left;
	
	text-decoration: none;
	
	padding: 10px 30px 10px 10px;
}
/*
.btn_ph01_box1.lines2{
	padding: 10px 10px 10px;
}
*/
@media print, screen and (max-width: 800px) {
.btn_ph01_box1{
	font-size: 3vw;
}
.btn_ph01_box1 span{
	font-size: 3vw;
}
}
	
	
.btn_ph01_box1_txt1{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #3E3A39;
	font-size: 15px;
}
.btn_ph01_box1 .allow2{
	top: calc( 63% - 7.5px);
}
.btn_ph01 a:hover .btn_ph01_box1 {
	background-color: #3E3A39;
	transition: all 0.5s ease;
}
/*
.btn_ph01 a:hover .btn_ph01_box1 .btn_ph01_box1_txt1 {
	color: #fff;
	transition: all 0.5s ease;
}
*/
.btn_ph01 a:hover .btn_ph01_box1 {
	color: #fff;
	transition: all 0.5s ease;
}
.btn_ph01 a:hover .btn_ph01_box1 .allow2::before,
.btn_ph01 a:hover .btn_ph01_box1 .allow2::after {
	background-color: #ffffff;
	transition: all 0.5s ease;
}






/***

共通ボタン

***/
.common_btn1{
	width: 70%;
	max-width: 320px;
	height: auto;
	margin: 50px auto 0;
/*	padding: 13px 0 15px;*/
	position: relative;
}

.common_btn1.detail-btn01{
	width: 100%;
	max-width: 500px;
	margin: 35px auto 0;
}

.common_btn1 a{
/*
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
*/
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15px 0;
	position: relative;
	box-sizing: border-box;
	border:1px solid #3e3a39;
	
	background: #3e3a39;
	
	display: flex;
	align-items: center;
	
	text-decoration: none;
/*	border-radius: 3px;*/
	-webkit-transition: all .3s;
	transition: all .3s;
}
.common_btn1.detail-btn01 a{
	padding: 12px 0;
	border-radius: 3px;
}



	
.common_btn1.m01 a{
	background: #004b28;	
}

.common_btn1 a:hover {
	background: #fff;
}
.common_btn1 a span{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	
	font-size: 15px;
	line-height: 100.1%;
	text-align: center;
	letter-spacing: 0.24em;
	color: #fff;
	
/*	top: -1px;*/
	-webkit-transition: all .6s;
	transition: all .6s;
	
}
.common_btn1.detail-btn01 a span{
	letter-spacing: 0.05em;
}
.common_btn1 a:hover span{
	color: #3e3a39;
}
.common_btn1 a:hover .allow2::before,
.common_btn1 a:hover .allow2::after{
  background-color: #3e3a39;
}
.common_btn1.m01 a:hover span{
	color: #004b28;
}
.common_btn1.m01 a:hover .allow2::before,
.common_btn1.m01 a:hover .allow2::after{
  background-color: #004b28;
}
@media print, screen and (max-width: 800px) {
.common_btn1{
	width: 100%;
	max-width: 300px;
}
.common_btn1 a span{
	font-size: 15px;
	font-size: 3vw;
}
}

.common_btn1.off a{
	background:rgba(81,81,81,0.4);
	border: none;
}
.common_btn1.off a:hover {
	background:rgba(81,81,81,0.4);
	border: none;
}
.common_btn1.off a span{
	color: #fff;
/*	top: -1px;*/
	-webkit-transition: none;
	transition: none;
}	
.common_btn1.off a:hover span{
	color: #fff;
/*	top: -1px;*/
	-webkit-transition: none;
	transition: none;
}	
.common_btn1.off a .allow2::before,
.common_btn1.off a .allow2::after{
  background-color: #fff;
}
.common_btn1.off a:hover .allow2::before,
.common_btn1.off a:hover .allow2::after{
  background-color: #fff;
}













@media print, screen and (max-width: 800px) {
.common_btn1.fleft01{
	width: 70%;
	margin: 0 auto;
	padding: 0;
}
}
@media print, screen and (min-width: 801px) {
.common_btn1.fleft01{
	width: 65%;
	max-width: 250px;
	margin: 0;
	padding: 0;
}
}



/***

共通ボタン（小さい）

***/
.common_btn1.small01{
	max-width: 110px;
	margin: 0 auto;
	border-radius: 3px;
}
.common_btn1.small01 a{
	padding: 10px 0;
	background: #515151;
}
.common_btn1.small01 a:hover {
	background: #fff;
}
.common_btn1.small01 a span{
	font-size: 14px;
	letter-spacing: 0.08em;
}	
.common_btn1.small01 a:hover span{
	color: #515151;
}
.common_btn1.small01 a:hover .allow2::before,
.common_btn1.small01 a:hover .allow2::after{
  background-color: #515151;
}
@media print, screen and (max-width: 800px) {
.common_btn1.small01{
	max-width: 110px;
}
.common_btn1.small01 a span{
	font-size: 14px;
	font-size: 2.8vw;
}
}






