@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

body {
	font-size: 14px;
	font-family: 'Noto Sans Japanese', sans-serif;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	background-color: #FFFFFF !important;
	line-height: 1.8em;
	text-justify: inter-ideograph;
	text-align: justify;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
*, *:before, *:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
}
img {
		max-width : 100%;
		height : auto;
		margin-right: auto;
		margin-left: auto;
		display: block;
}
a:link {
	color: #898989;
	text-decoration: underline;
}
a:visited {
	color: #898989;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
}

header {
	display: none;
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}
header .header_in {
	display: block;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.header_in h1 {
	padding-top: 50px;
	width: 270px;
	display: block;
	text-align: center;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
.header_in nav {
	display: block;
	width: 1280px;
	position: relative;
	padding-bottom: 30px;
}
nav .menubox {
	display: flex;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	;
	font-weight: 500;
	padding-top: 5px;
}
.menubox li a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
	font-family: 'Roboto', sans-serif;
	background-position: left;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #000;
	text-decoration: none;
}
.menubox li a:hover {
	color: #595757;
	text-decoration: none;
}
header .header_in nav {
	position: relative;
}
nav .menubox2 {
	text-align: right;
	display: block;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-right: 100px;
}
nav .menubox2 li a img {
	height: 20px;
	width: auto;
	padding-right: 15px;
}
nav .menubox2 li {
	float: left;
}
#slider {
	display: block;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 450px;
}
#slider img {
	width: auto !important;
	height: 450px !important;
	object-fit: cover !important;
	text-align: center !important;
	object-position: 50% 50%;
	
}
#topics {
	background-color: #00A99D;
	display: block;
	clear: both;
	width: 100%;
	overflow: hidden;
}
#topics .topics_in {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	display: block;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 10px;
}
#box1 {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 20px;
	margin-left: 20px;
}
.contents1 {
	display: block;
	clear: both;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#box1 h2 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 16px;
	color: #000;
}
#box2 h2 {
	text-align: center;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 32px;
	color: #000;
}
.contents1 .n_moji {
	font-weight: 200;
	overflow: hidden;
	padding-bottom: 15px;
}
.contents1 .n_moji .n_day {
	color: #595757;
	display: block;
	text-align: left;
	padding-bottom: 5px;
	line-height: 14px;
	font-weight:bold;
}
.contents1 .n_moji dd p {
	margin: 0px;
	padding: 0px;
	
}
.contents1 .n_moji dd {
	text-align: left;
	display: block;
	clear: both;
}
.contents1 .r_moji {
	font-weight: 200;
	color: #595757;	
}.prod {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	overflow: hidden;
}
.prod li {
	width: 48%;
	float: left;
	display: block;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
}
.prod::after{
  content:"";
  display: block;
  width:32%;
}
.prod li h4 {
	font-family: 'Lora', serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	padding-top: 15px;
}
.prod li img {
	display: block;
	width: 100%;
  height: auto;
  object-fit: cover;
}
.prod li img {
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.prod li img:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	
}
.prod li h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 10px;
}
.prod li .moji_pro {
	font-size: 14px;
	display: block;
	clear: both;
	font-weight: 300;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-justify: inter-ideograph;
	text-align: justify;
}
.prod li .bottan_pro a:hover {
	background-color: #2B2B2B;
	color: #FFF;
}
.prod li .bottan_pro a {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 40%;
	border: 1px solid #666;
	display: block;
}
#box2 {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.bt1280 a {
	font-size: 14px;
	line-height: 40px;
	color: #4C4948;
	text-align: center;
	display: block;
	width: 170px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0.1em;
	background-image: url(../img/more2.svg);
}
.bt1280 a:hover {
	color: #FFF;
	background-color: #4C4948;
	text-decoration: none;
}
.bt1280 img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.bt1280 a:hover img {
opacity: .0;
-webkit-opacity: .0;
-moz-opacity: .0;
filter: alpha(opacity=0);	/* IE lt 8 */
-ms-filter: "alpha(opacity=0)"; /* IE 8 */

}
.bt1280 a .icon_link:after {
	content: url(../img/sw_top/yajirushi.png);
	position : relative;
	bottom : -0.2em;
	margin-left : 0.1em;
}
.bt1280 a:hover .icon_link:after {
	content: url(../img/sw_top/yajirushi2.png);
	position : relative;
	bottom : -0.2em;
	margin-left : 0.1em;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	transition: 2s ease-in-out;
}
.bt1280 a:hover .icon_link {
	margin-right : -10px;
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-o-transition: 0.8s ease;
	transition: 0.8s ease;
}


a.arrow2{
	text-decoration:none;
	color:#62A1CB;
	display:inline-block;
	padding-right:16px;
	position:relative;
}
a.arrow2:before, a.arrow2:after{
	content:"";
	display:block;
	-webkit-transform:skewX(45deg);
	transform:skewX(45deg);
	position:absolute;
	right:0;
	bottom:12px;
}
a.arrow2:before{
	width:24px;height:1px;
	background:#62A1CB;
}
a.arrow2:after{
	width:2px;height:5px;
	background:#62A1CB;
}



#box1 .insta img {
	height: auto;
	width: 100px;
}
.prod1 {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	overflow: hidden;
	width: 100%;
}
.prod1 li {
	width: 48%;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	margin-bottom:25px;
}
.prod1 li img {
	
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.prod1 li img:hover {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	
}

.prod1 li h4 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	padding-top: 15px;
}
.prod1 li .insta_img {
	display: block;
	width: 100%;
  height: 170px;
  overflow: hidden;
	}
.prod1 li img {
	display: block;
	width: 100%;
  height: 170px;
  object-fit: cover;
}
.prod1 li img {
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.prod1 li img:hover {
	width: 100%;
  height: 170px;
	overflow:hidden;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	
}
.prod1 li h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	padding-top: 5px;
	padding-bottom: 10px;
}
.prod1 li .moji_pro {
	font-size: 12px;
	display: block;
	clear: both;
	font-weight: 200;
	color: #595757;
	text-align: left;
	line-height: 1.7em;
	padding: 10px;
}
.prod1 li a {
	text-decoration: none !important;
}
.prod1 li a .moji_pro {
	text-decoration: none !important;
	height: 70px;
	overflow: hidden;
	text-justify: inter-ideograph;
	text-align: justify;
	word-break: break-all; /*20180606沓名追加*/
}
.prod1 li .bottan_pro a:hover {
	background-color: #2B2B2B;
	color: #FFF;
}
.prod1 li .bottan_pro a {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 40%;
	border: 1px solid #666;
	display: block;
}
.prod50 {
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-webkit-box-pack: justify;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack: justify;/*--- IE10 ---*/
	-webkit-justify-content: space-between;/*--- safari（PC）用 ---*/
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	overflow: hidden;
	width: 100%;
}
.prod50 li {
	width: 100%;
	display: block;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	color: #595757;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.prod50 li:first-child {
	margin-bottom: 100px !important;
	
}

.prod50 li .sns img {
	width: 40px;
	padding-right: 10px !important;
	padding-left: 10px !important;
	margin: 0px;
	float: left;
}
.prod50 li .sns {
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
	overflow:hidden;
}
.prod50 li h3 {
	font-weight: 200;
	display: block;
	padding-bottom: 15px;
	font-size: 14px;
}
.prod50 li h4 {
	display: block;
	font-weight: 200;
	line-height: 1.8em;
}
.prod50 li .contact {
	padding-top: 25px;
	padding-bottom: 25px;
	display: block;
}
.prod50 li .contact img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.contents2 { /*--- 20181002沓名修正 ---*/
	display: block;
	overflow: hidden;
	margin-right: 20px;
	margin-left: 20px;
}
.contents22 {
	display: block;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 65px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.contents2 dl {
	color: #595757;
	padding-bottom: 50px;
	overflow: hidden;
}
.contents2 dl dt {
	display: block;
	text-align: center;
	font-weight: 700;
	padding-bottom: 5px;
}
.contents2 dl dd {
	display: block;
	font-weight: 300;
	text-align: center;
	overflow: hidden;
}
.bold_bk500 {
	font-weight: 700;
	color: #000;
	display: block;
	padding-bottom: 5px;
}
.contents2 dl dt img {
	height: auto;
	width: 150px;
	padding-bottom: 20px;
}
.contents2 dl dd .sp_25 {
	display: block;
	padding-bottom: 5px;
}
.contents2 dl dd .sns {
	display: inline-block !important;
	padding-top: 10px;
	overflow: hidden;
}
.contents2 dl dd .sns img {
	width: 40px;
	float: left;
	margin: 0px !important;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.contents2 dl dd .link_st {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	display: block;
}
.contents22 dl {
	
	color: #595757;
	padding-bottom: 60px;
}
.contents22 dl dt {
	display: block;
	text-align: left;
	font-weight: 500;
	padding-bottom: 5px;
}
.contents22 dl dd {
	display: block;
	font-weight: 300;
	text-align: center !important;
	overflow: hidden;
}
.contents22 dl dt img {
	height: auto;
	width: 130px;
	padding-bottom: 20px;
}
.contents22 dl dd .sp_25 {
	display: block;
	padding-bottom: 5px;
}
.contents22 dl dd .sns {
	display: inline-block;
	clear: both;
	padding-top: 10px;
}
.contents22 dl dd .sns img {
	width: 40px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.contents22 dl dt .img_s1 {
	height: auto;
	width: 100px;
}
.contents22 dl dd .link_st {
	letter-spacing: 0.1em;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display: block;
}

.info_mm {
	margin-bottom: 30px;
	display: block;
	text-align: left;
}

/*--- 20181002沓名追加 ---*/
.studios_member{
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	color: #4C4948;
	text-align: center;
	margin-top: -30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: #908f8e solid 1px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.studios_member:after{
	width: 11px;
	height: 10px;
	border: 1px solid;
	border-color:  transparent transparent #565656 #565656;
	transform: rotate(-45deg);
	display:inline-block;
	content: "";
	position: relative;
	top: -3px;
	left: 10px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.studios_member:hover{
	background-color: #4c4948;
	border: #4c4948 solid 1px;
	color: #fff;
}

.studios_member:hover:after{
	border-color:  transparent transparent #fff #fff;
}

#studios_slide{
  display: none;
	padding-top: 30px;
	border-bottom: 1px solid #4c4948;
}

p.catch{
	text-align: left;
	margin: 0 auto;
	margin-bottom:100px;
	width: 100%;
	border: 2px solid #000;
	padding: 20px;
	font-weight: bold;
	font-size: 15px;
	line-height: 2.2em;
	letter-spacing: 0em;
}

p.catch.about_catch{
	margin-top:20px;
	margin-bottom:50px;
}

p.catch em{
	font-size: 30px;
	line-height: 2.8em;
	font-style:normal;
}

p.catch span{
	letter-spacing: -0.05em;
}

/*--- 20181002沓名追加end ---*/


footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	overflow: hidden;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#copyright {
	text-align: center;
	padding-bottom: 5px;
	display: block;
	padding-top: 5px;
	color: #000;
	font-size: 10px;
	line-height: 115px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#page-top a {
}
#page-top a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#page-top a img {
	height: 70px;
	width: auto;
}
/*--- ページ ---*/
.border_btm {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	}
.border_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	}
#box3 {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
#box3 h2 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 32px;
	color: #000;
}
#box3 .contents1 #sidebar1 {
	padding-right: 20px;
	padding-left: 20px;
}
#categories-2 ul {
	display: block;
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	color: #595757;
	text-decoration: none;
}
#categories-2 ul li a {
	text-decoration: none;
	float: left;
	background-color: #DCDDDD;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 43px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #595757;
	margin-bottom: 10px;
}
#categories-2 ul li a:hover {
	color: #FFF;
	background-color: #595757;
}
#custom-post-type-categories-2 ul {
	display: block;
	clear: both;
	overflow: hidden;
}
#custom-post-type-categories-2 ul li a {
	background-color: #EBEBEC;
	color: #595757;
	text-decoration: none;
	font-size: 14px;
	float: left;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#custom-post-type-categories-2 ul li a:hover {
	color: #FFF;
	background-color: #595757;
}

.contents1 #sidebar1 #categories-2 ul .current-cat a,.contents1 #sidebar1 #custom-post-type-categories-2 ul .current-cat a {
	color: #FFF !important;
	background-color: #595757 !important;
}
#box4 {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#box4 h2 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 32px;
	color: #000;
}
#box4 .box800 {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #595757;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8em;
}
.box800 img {
	margin-bottom: 15px;
	margin-top: 15px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.bt1280_j a {
	font-size: 14px;
	line-height: 40px;
	color: #4C4948;
	text-align: center;
	display: block;
	width: 200px;
	background-image: url(../img/news2.svg);
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0.1em;
}
.bt1280_j a:hover {
	color: #FFF;
	background-color: #4C4948;
	text-decoration: none;
}
.bt1280_j img {

}
.bt1280_j a:hover img {
opacity: .0;
-webkit-opacity: .0;
-moz-opacity: .0;
filter: alpha(opacity=0);	/* IE lt 8 */
-ms-filter: "alpha(opacity=0)"; /* IE 8 */

}
.bt1280_j a .icon_link:before {
	content: url(../img/sw_top/yajirushi4.png);
	position : relative;
	bottom : -0.2em;
	margin-right : 0.5em;
}
.bt1280_j a:hover .icon_link:before {
	content: url(../img/sw_top/yajirushi3.png);
	position : relative;
	bottom : -0.2em;
	margin-right : 0.5em;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	transition: 2s ease-in-out;
}
.bt1280_j a:hover .icon_link {
	margin-left : -10px;
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-o-transition: 0.8s ease;
	transition: 0.8s ease;
}
.box640  {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #595757;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8em;
	display: block;
	overflow: hidden;
	text-justify: inter-ideograph;
	text-align: justify;
}
#head_img {
	display: block;
	width: 100%;
	overflow: hidden;
}
#head_img img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
#box1 .box640 dl {
	margin-bottom: 30px;
	display: -webkit-box;/*--- Androidブラウザ用 ---*/
	display: -ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
}
#box1 .box640 dl dt {
	float: left;
	width: 25%;
}
#box1 .box640 dl dd {
	width: 75%;
	text-justify: none;
	text-align: left;
}
.box640 ul .his_right {
	width: 100%;
	padding-bottom: 15px;
}
.box640 ul .his_left {
	width: 100%;
}
.box640 ul .his_right img {
	height: auto;
	width: 100%;
}
.box640 ul .his_left h3 {
	font-size: 14px;
	margin-bottom: 25px;
	display: block;
}
.box640 ul .his_left h4 {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin-bottom: 25px;
}
.box640 ul .his_left .sns img {
	width: 40px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	float: left;
}
.box640 ul .his_left .sns {
	display: block;
	padding-bottom: 25px;
	overflow: hidden;
}
.box640_c  {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #595757;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8em;
	display: block;
	overflow: hidden;
	text-align: left;
}
#box1 .rec_sub_tt {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	width: 100%;
	margin-bottom: 25px;
	color: #231815;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

.bt310_j a {
	font-size: 14px;
	line-height: 40px;
	color: #4C4948;
	text-align: center;
	display: block;
	width: 310px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0.1em;
	margin-top: 25px;
	background-image: url(../img/info2.svg);
}
.bt310_j a:hover {
	color: #FFF;
	background-color: #4C4948;
	text-decoration: none;
}
.bt310_j img {

}
.bt310_j a:hover img {
opacity: .0;
-webkit-opacity: .0;
-moz-opacity: .0;
filter: alpha(opacity=0);	/* IE lt 8 */
-ms-filter: "alpha(opacity=0)"; /* IE 8 */

}
.bt310_j a .icon_link:after {
	content: url(../img/sw_top/yajirushi.png);
	position : relative;
	bottom : -0.2em;
	margin-left : 0.5em;
}
.bt310_j a:hover .icon_link:after {
	content: url(../img/sw_top/yajirushi2.png);
	position : relative;
	bottom : -0.2em;
	margin-left : 0.5em;
	-webkit-transition: 2s ease-in-out;
	-moz-transition: 2s ease-in-out;
	-o-transition: 2s ease-in-out;
	transition: 2s ease-in-out;
}
.bt310_j a:hover .icon_link {
	margin-left : 10px;
	-webkit-transition: 0.8s ease;
	-moz-transition: 0.8s ease;
	-o-transition: 0.8s ease;
	transition: 0.8s ease;
}

#box1_1 {
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#box1_1 h2 {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding-bottom: 32px;
	color: #000;
	text-indent: 0.1em;
}
.bold_700 {
	font-weight: 700;
	display: block;
	padding-bottom: 5px;
}
.mailform {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-right: auto;
	color: #595757;
}
.mailform dl {
	
	overflow: hidden;
	padding-bottom: 30px;
}
.mailform dl dt {
	width: 100%;
	display: block;
	padding-bottom: 5px;
}
.mailform dl dd {
	width: 100%;
	display: block;
}
.mailform dl dd .wpcf7-list-item {
	width: 100%;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
}
.moji_14 {
	font-size: 14px;
}
.moji_14_t30 {
	font-size: 14px;
	padding-top: 30px;
	display: block;
}
.triangle:after {
	

display: block;
position: relative;
width: 0;
height: 10px;
margin-top: 30px;
border: 10px solid transparent;
border-top-color: #898989;
content: "";
left: 0;
margin-left: 10px;
margin-bottom:30px;


}


#box44 {
	clear: both;
	display: block;
	overflow: hidden;
	padding-bottom: 60px;
}

/*--- 20181002沓名追加 ---*/
.contact_link {
    width: 220px;
    font-size: 14px;
    line-height: 45px;
    color: #4C4948;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.1em;
    background-color: #fff;
    border: #908f8e solid 1px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
	display: block;
	margin: 40px auto 0 auto;
	text-decoration: none !important;
}

.contact_link:hover{
	background-color: #4c4948;
	border: #4c4948 solid 1px;
	color: #fff;
}

img.flowimage{
	display: block;
	width:95%;
	height: auto;
	margin: 20px auto 45px auto;
}

.local {
  padding-top:30px;
  margin-top:-30px;
}

.com_history dl{
	display:table;
	width:100%;
}

.com_history dl dt{
	text-align: right;
	float:none;
	display:table-cell;
	width:20%;
}

.com_history dl dd{
	padding-left: 5%;
	width: 80% !important;
}


/*--- 20190206沓名追加 ---*/
.recruit_table{
	margin:0 auto;
}

.recruit_table td{
	text-align:left;
	display:list-item;
	list-style-type:none;
}

.recruit_table tr{
	display:block;
	margin-bottom:20px;
}

.recruit_table tr td:first-child{
	font-weight:bold;
}

ul.recruit_chart li{
	list-style-type:decimal;
	margin-left:1.5em;
	margin-bottom:20px;
	padding-left:10px;
}

/*--- 20191106追加 ---*/
.m_news{
	    width: 90%;
    margin: 0 auto;
    text-align: justify;
    margin-top: 20px;
}


/*--- ページ ---*/
.fade {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.fade:hover {
	opacity: 0.4;
	filter: alpha(opacity=80);
}
input[type="text"], input[type="email"], input[type="tel"] {
	border: 0;
	padding: 10px;
	font-size: 16px;
	border: solid 1px #ccc;
	margin: 0;
	width: 100%;
}
textarea {
	width: 100%;
	height: 13em;
	font-size: 16px;
	border: 1px solid #CCC;
}
input[type="submit"] {
	font-size: 16px;
	color: #000;
	padding-top: 15px;
	padding-right: 60px;
	padding-bottom: 15px;
	padding-left: 60px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	border: 1px solid #333;
	background-color: #FFF;
}
input[type="submit"]:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #FFF;
	background-color: #2B2B2B;
}
.wpcf7-form-control-wrap {
	margin: 0;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.moji_ct{
	text-align:center !important;
	}

.sp_no {
		display:none;
}

.wp-pagenavi {
	clear: both;
	text-align: center;
	margin-bottom: 20px; 
	margin-top: 20px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #333333;
	background-color: #FFFFFF;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
	border: thin dotted #333333;
	font-size: 12px;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #333333;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #333333;
    }

.wp-pagenavi a.page.smaller, .wp-pagenavi a.page.larger, .wp-pagenavi span.extend{
	display: none;
}

.wp-pagenavi span.pages{
	border:0;
}

.topbana_yamanai img{
	 width: 90%;
    height: auto;
	display: block;
	margin: 0 auto;
}

/*--- 20200710追加 ---*/
ul.topbana_project{
	display: flex;
	flex-direction: column;
    width: 100%;
	padding-bottom: 30px;
}

ul.topbana_project li{
	margin-bottom: 20px;
}

ul.topbana_project li img{
	width: 85%;
	max-width: 320px;
    height: auto;
	display: block;
	margin: 0 auto;
}


