@charset "UTF-8";
/*
	Theme Name: 「S-RESTA」
	Description: 「S-RESTA」
	Theme URI: 
	Author: 
	Author URI: 
	Version: 1.0.0
*/
/*********************************************************
【初期化】
*********************************************************/
* {
    font-size: 100%; 
	margin: 0px;
	padding: 0px;
}
body,h1, h2, h3, h4, h5,p,
ul, ol, li, dl, dt, dd,
table,
form, input {
	margin: 0;
	padding: 0;
}
hr {
	display: none;
}
img {
	border: none;
	vertical-align: bottom; 
}
th {
	font-weight: lighter;
}
ul, ol {
	list-style: none;
}

/*********************************************************
【基本設定】
*********************************************************/
body {
	color: #414b5a;
	font-size: 15px; 
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif !important;
	line-height: 180%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	clear:both;
	content: ".";
	display:block;
	font-size:0.1em;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}
/* end MacIE5 */
.clear{
	clear:both;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}
*, *: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;
}
.fa-6 {
	font-size: 8em !important;
}
.fa-5 {
	font-size: 6em !important;
}
.fa-4 {
	font-size: 4em !important;
}
.fa-3 {
	font-size: 3em !important;
}
.font-weight-normal {
	font-weight: normal;
	font-size: smaller;
}
.font-weight-bold {
	font-weight: bold !important;
}
.no-padding {
	padding: 0px !important
}
.breakfix:after {
	clear:both;
	content: ".";
	display:block;
	font-size:0.1em;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
.document-half {
	margin-top: 20px;
}
li.widget_text {
	list-style: none;
}
#loader {
    width: 110px;
    height: 110px;
    display: none;
    position: fixed;
    _position: absolute; 
    top: 50%;
    left: 50%;
    margin-top: --55px;
    margin-left: -55px;
    z-index: 100;
}
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}
.documents-under {
	margin-bottom: 40px;
}
.documents30 {
	margin-top: 30px;
}
.service p{
	font-size: 16px !important;
}
.btn-black {
	background-color: #000000 !important;
	border-color: #000000 !important;
}
.inputText.inputTextLong,.inputText.inputTextShort,.inputText.inputTextShortest,textarea {
	width: 100%;
}
.formBtn:hover {
	cursor: pointer;
    opacity:0.5;
}
#tv {
  position: relative;
  width: 100%;
  height: auto;
  background: #01bbe6;
  border-radius: 10% / 100%;
  color: white;
  text-indent: .1em;
}
#tv:before {
  content: '';
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: -5%;
  left: -5%;
  background: inherit;
  border-radius: 5% / 50%;
}
.pencolor1 {
    background: linear-gradient(transparent 60%, #ffcc00 60%);
}
.paper{
	width:200px;height:65px;
	padding:15px;
	border:1px solid #eee;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.1);
	position:relative;
}
.paper:before,
.paper:after{
	content:"";
	display:block;
	width:100%;height:100%;
	border:1px solid #ddd;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.1);
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
.paper:before{
	-webkit-transform:rotate(-5deg);
	transform:rotate(-5deg);
}
.paper:after{
	-webkit-transform:rotate(5deg);
	transform:rotate(5deg);
}
.effect p {
  transition: .8s;
} 
.effect h1 {
  transition: .8s;
}
.effect h2 {
  transition: .8s;
}
.effect h3 {
  transition: .8s;
}
.effect div {
  transition: .8s;
}
.c-align {
	text-align: center;
}
/**********************************************************
【リンク・マウスオーバー・不透明度の設定】
**********************************************************/
a {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	text-decoration: none;
}
a:hover {
	color: #414b5a;
	cursor: pointer;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	opacity: 0.6;
	text-decoration: none;
}
.small-box a:hover{
	color: #ffffff;
	opacity: 1;
	text-decoration: underline;
}
.btn-warning a {
	color: #ffffff;
}
/**********************************************************
【画像設定】
**********************************************************/
.image.fit {
	width: 100%;
	box-sizing:content-box;
}
.blog-list-thumb img {
	width: 100%;
    height: auto;
}
.entry img {
	width: 100%;
	box-sizing:content-box;
	height:auto;
}
.img-fit img{
	width: 100%;
	height: auto;
}
/**********************************************************
【色設定】
**********************************************************/
.main-bgcolor {
	background-color: #fdfdfd;
}
.footer-bgcolor {
	background-color: #000000;
}
.headline-title {
	border-left: 4px solid #000000;
	font-size: 18px !important;
}
.main-top-bodercolor {
	background-color: #ffffff;
	border-bottom: 1px solid #e8e8e8;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.text-w {
	color: #ffffff !important;
}
.text-w a{
	color: #ffffff;
}
#pc-menu li a:hover{
	border-bottom: 2px solid #000000;
	transition: 0.1s;
	-webkit-transition: 0.1s;
}
.global-nav ul li.current-menu-item a {
    border-bottom: 2px solid #000000;
}
.global-nav ul li.current-menu-item a:hover {
    border-top: 2px solid #2A8E00;
}
.global-nav ul li ul.sub-menu li a:hover {

}
.breadcrumb-arrow li a:after {
	border-left: 11px solid #33ad00 !important;
}
.breadcrumb-arrow li a:before {
	border-left-color: #33ad00 !important;
}
.breadcrumb-arrow li a {
	background-color: #33ad00 !important;
	border: 1px solid #33ad00 !important;
}
.headline-page:after {
	border-bottom: 3px solid #000000;
}
.headline-page-adjust:after {
	border-bottom: 3px solid #000000;
}
.headline-post:after {
	border-bottom: 3px solid #33ad00;
}
.headline-page-contents:after{
	border-bottom: 3px solid #ffffff;
}
.headline-page-contents.black:after{
	border-bottom: 3px solid #414b5a;
}
.verticalcenter {
	background: rgba(0,0,0,0.6);
}
.verticalleft {
	background: rgba(52,173,0,0.6);
}
.verticalcenter-contents {
	background: rgba(255,255,255,0.8);
}
.text-danger {
	color: #f44336 !important;
}
/**********************************************************
【共通色設定】
**********************************************************/
.top-contents-bgcolor {
	background-color: #fafafa;
}
.black-bg {
	background-color: #000000 !important;
}
.orange-bg {
	background: url("images/orange-bg.png");
}
.blue-bg {
	background: url("images/blue-bg.png");
}
.green-bg {
	background: url("images/green-bg.png");
}
.topleader-bg {
	background: url("images/topleader-bg.jpg");
	background-size: cover;
}
.topleader-bg2 {
	background: url("images/topleader-bg2.jpg");
	background-size: cover;
}
.topleader-bg3 {
	background: url("images/topleader-bg3.jpg");
	background-size: cover;
}
.mail-bg {
	background: url("images/mail-bg.jpg");
}
/**************************************************************
【tableの設定】
**************************************************************/
.m-auto {
	margin: 0 auto;
	float: none !important;
}
table {
	background-color: #ffffff !important;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #cccccc;
	letter-spacing: 1px;
	margin: 0px -1px 20px 0;
	text-align: left;
	width: 100%;
}
table tr th {
	border: 1px solid #cccccc;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
}
table tr td {
	border: 1px solid #cccccc;
	padding: 10px 10px;
}
table tr td p {
	margin: 0px 0px 5px;
	padding: 0px;
}
table tr th,
table thead tr th {
	background-color: #f5f5f5;
	width: 30%;
}
table tfoot tr th,
table tfoot tr td {
	font-weight: bold;
}
table ol,
table ul {
	margin-bottom: 5px;
	margin-left: 15px;
}
table ol li,
table ul li	{
	margin: 2px 0px;
}
/*----- 線無しテーブルクラス -----*/
table.none {
	border: none;
	font-size: 100%
}
table.none tr td{
	border: none;
}

/****************************************************************
【float設定】
*****************************************************************/
.f-clear {
	clear:both;
}
.l-flo {
	float: left;
}
.r-flo {
	float: right;
}
/****************************************************************
【矢印設定】
*****************************************************************/
.circle-arrow{
    background: url("images/circle-arrow-w.png") no-repeat scroll left center transparent;
	background-size: 15px 15px;
	padding: 1px 0px 0px 22px;
}
.arrow {
    margin: 0 auto 50px;
    padding-top: 15px; 
    position: relative;
}
.arrow span{
	position: relative;
    z-index: 3;
}
.arrow:before {
    width: 100px; 
    height: 80px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFC300));
    background-image: -webkit-linear-gradient(#FFFFFF, #FFC300);
    background-image: linear-gradient(#FFFFFF, #FFC300);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50px;
}
.arrow:after {
    border-top: 35px solid #FFC300;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    content: "";
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -70px;
}
.arrow-small {
    margin: 0 auto 25px;
    padding-top: 15px; 
    position: relative;
}
.arrow-small span{
	position: relative;
    z-index: 3;
}
.arrow-small:before {
    width: 50px; 
    height: 40px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFC300));
    background-image: -webkit-linear-gradient(#FFFFFF, #FFC300);
    background-image: linear-gradient(#FFFFFF, #FFC300);
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
}
.arrow-small:after {
    border-top: 25px solid #FFC300;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -35px;
}
.arrow-small2 {
    margin: 0 auto 25px;
    padding-top: 15px; 
    position: relative;
}
.arrow-small2 span{
	position: relative;
    z-index: 3;
}
.arrow-small2:before {
    width: 50px; 
    height: 40px;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFC300));
    background-image: -webkit-linear-gradient(#FFFFFF, #FFC300);
    background-image: linear-gradient(#FFFFFF, #FFC300);
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    margin-left: -25px;
}
.arrow-small2:after {
    border-top: 25px solid #FFC300;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    content: "";
    position: absolute;
    top: 40px;
    left: 25%;
    margin-left: -35px;
}
.text-center-left {
	text-align: center;
}
/****************************************************************
【footer-contact設定】
*****************************************************************/
.contact-area {
	min-height: 550px;
	position:relative;
}
.link-button-btm {
	background-color: #ffffff;
	border: 3px solid #000000;
	color: #000000;
	font-weight: bold;
	z-index:2000;
	position:relative;
	right:67px;
	display:inline-block;
	margin:32px 0 32px 0;
	font-size:15px;
	padding: 14px 20px 12px;
	cursor:pointer;
	white-space:nowrap;
	vertical-align:middle;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.link-button-btm { right:0; left:0; }
.link-button-btm:hover { color:#ffffff !important; background-color: #f6bb42; opacity:1; }
.big{
	font-size:18px;
	padding: 17px 30px 15px 30px;
}
.arrow_ico1, .arrow_ico2 {
	display: block;
	position: absolute;
	right:20px;
	top: 50%;
	width:16px;
	height:16px;
	margin-top: -7px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.arrow_ico2 {
	right:30px;
	width:15px;
	height:15px;
}
.link-button-top .btn_lavel, .link-button-btm .btn_lavel { margin-right:25px;}
a:hover .arrow_ico1, a:focus .arrow_ico1, a:active .arrow_ico1,
a:hover .arrow_ico2, a:focus .arrow_ico2, a:active .arrow_ico2 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation-name: hvr-icon-next-sink, hvr-icon-next;
	animation-name: hvr-icon-next-sink, hvr-icon-next;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
/****************************************************************
【headline設定】
*****************************************************************/
.headline-title{font-size:20px; font-weight:bold; margin:0px 0px 20px 0px; padding-left:1em; line-height:1.4em;}
.headline-slider-top{
	font-size: 45px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	line-height: 150%;
}
.verticalcenter-top .link-button-btm {
	margin: 32px 0px 0px 0px !important;
}
.headline-page-top{
	font-size: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
	line-height: 150%;
}
.headline-top-p{
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 0;
	text-align: center;
}
.headline-page {
	border-bottom: 3px solid #eeeeee;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 0px;
	line-height: 100px;
	text-align: center;
}
.headline-page-adjust {
	border-bottom: 3px solid #eeeeee;
	font-size: 30px;
	line-height: 180%;
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}
.headline-post {
	border-bottom: 3px solid #eeeeee;
	font-size: 30px;
	margin-bottom: 30px;
	margin-top: 0px;
	line-height: 200%;
}
.headline-post a{
	color: #414b5a;
}
.performance h2.headline-post a{
	color: #ffffff;
}
.headline-page-contents {
	line-height: 100px;
	margin-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}
.headline-page:after {
	content: ".";
	display: block;
	line-height: 0;
	left: 50%;
	margin-left: -15%;
	overflow: hidden;
	position: absolute;
	width: 30%;
}
.headline-page-adjust:after {
	content: ".";
	display: block;
	line-height: 0;
	left: 50%;
	margin-left: -15%;
	overflow: hidden;
	position: absolute;
	width: 30%;
}
.headline-slider-top:after{
	border-bottom: 3px solid #ffffff;
	content: ".";
	display: block;
	line-height: 0;
	left: 50%;
	margin-left: -25%;
	overflow: hidden;
	position: absolute;
	width: 50%;
}
.headline-post:after {
	content: ".";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	width: 30%;
}
.headline-page-contents:after{
	bottom: 30px;
	content: ".";
	display: block;
	line-height: 0;
	left: 50%;
	margin-left: -15%;
	overflow: hidden;
	position: absolute;
	width: 30%;
}

/**************************************************************
【パンくずの設定】
**************************************************************/
.bread-crumb { margin: 10px 0 10px 0; clear:both; font-size:10px; color:#999; padding:0px;display:block; overflow:hidden; width:100%;
}

/**************************************************************
【headerの設定】
**************************************************************/
.header-wrapper {
	background-image: none;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header .header-inner {
	width: 100%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header-wrapper h1 {
	display: none;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header-inner .logo a{
	color: #666666;
	display: block;
}
.header-inner .tel-number{
	float: right;
	/*width: 400px;*/
	text-align: right;
}
.header-top h1 {
	color: #ffffff;
	font-size: 11px;
	padding: 3px;
	text-align: center;
}
.head-contact-txt {
	font-size: 12px;
	letter-spacing: 0px;
	margin-top: 10px;
}
.head-contact-number {
	color: #000000;
	font-family:"Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 25px;
	font-weight: bold;
	padding: 0px 5px 15px 0px;
	margin-top: -5px;
	margin-bottom: -15px;
}
.head-contact-comment {
	font-size: 12px;
	line-height: 15px;
	margin-right: 5px;
}
.telnumber{}
header {
	height: 100px;
	width: 100%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 10000;
}
.header .header-inner{ 
	margin: 0 auto;
	position: relative;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header-inner .logo{
	float: left;
	display: block;
}
.header-inner .contact-join {
	float: right;
	padding-left: 30px;
}
#toggle {
	display: none;
}
#gnav-wrap {
}
.gnav-mobile-wrap .logo {
	display: none;
}
.global-nav { height:30px; margin:0 auto; z-index:9999; }
.global-nav ul { margin:0; position:relative; float:right;}
.global-nav li a { font-size:14px; font-weight:normal; text-align:center; text-decoration:none; margin:0; display:block; height:30px; line-height:30px; }
.global-nav ul li.menu-item a:hover {
	opacity: 1;
} 
.global-nav ul li ul.sub-menu{
	display: none;
    position: absolute;
    top: 30px;
    border-top: 1px solid #eeeeee;
    z-index: 9999;
}
.global-nav ul li:hover ul.sub-menu {
    display: block;
	float: left;
}
.global-nav ul li ul.sub-menu li,.global-nav ul li ul.sub-menu li ul.sub-menu li{
    float: none;
	font-size: 12px;
}
.global-nav ul li ul.sub-menu li:first-child,.global-nav ul li ul.sub-menu li ul.sub-menu li:first-child{

}
.global-nav ul li ul.sub-menu li a,.global-nav ul li ul.sub-menu li ul.sub-menu li a {
    border-bottom: 1px solid #e8e8e8;
	border-right: none;
    border-top: none;
    padding: 0px 15px 0px 15px;
    background-color: #FFF;
    color: #666;
    background-image: none;
	text-align: left;
	line-height: 35px;
	height: 35px;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper {
	padding-right: 5px !important;
}

/**************************************************************
【header-smallerの設定】
**************************************************************/
header.smaller {
	display: block;
	height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10000;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller h1{
	display: none;
}
header.smaller .global-nav {
	margin-top: 5px;
}
header.smaller .header-inner{ 
	 -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller #gnav-wrap .gnav-wrap-inner {
	margin-top: 0px;
	 -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
header.smaller .logo img{
	height: 70px;
}
header.smaller .contact-box {
	display: none;
}
header.smaller .contact-box2 {
	display: block;
	float: right;
	margin-top: 10px;
}
/**************************************************************
【global-navの設定】
**************************************************************/
#gnav-wrap a,
#gnav-wrap {
    text-decoration: none;
}
#gnav-wrap .gnav-wrap-inner {
	margin-top: 10px;
    position: relative;
}
#gnav-wrap .logo {
    float: left;
    font-size: 36px;
}
#pc-menu{
	position: absolute;
	left: 30%;
	top: -50px;
}
#pc-menu li{
	border-right: 1px solid #e8e8e8;
	display: block;
	float: left;
	padding: 0px 15px;
}
#pc-menu li ul.sub-menu li{
	border-left: 1px solid #e8e8e8;
	border-right: none;
	float: left;
	padding: 0px 0px;
	width: 100%;
}
#pc-menu li:first-child{
	border-left: 1px solid #e8e8e8;
}
#pc-menu li.current{
	background-color: #d8e9f6;
}
#pc-menu li a{
	color: #333333;
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
/**************************************************************
【パンくず設定】
**************************************************************/
.breadcrumb {
	font-size: 12px;
	margin-top: 10px;
}
/**************************************************************
【contents設定】
**************************************************************/
.stripe {
	background-image: url("images/top-background.gif");
	background-size: cover;
}
.main-content-image img{
	height: auto;
	text-align: center;
	width: 100%;
}
#section01 {
	
}
.page-top-head {
	background: url("images/page-top-bg1.jpg") no-repeat 50% 0;
	height: 200px;
	position: relative;
}
.verticalcenter-contents {
	left:50%;
	padding: 15px;
	position:absolute;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.verticalleft-contents {
	padding: 15px;
    top:90%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.verticalcenter {
	left:50%;
	padding: 15px;
	position:absolute;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.verticalcenter-top{
	left:50%;
	padding: 15px;
	position:absolute;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	z-index: 100;
}
.verticalleft {
	left:20%;
	padding: 15px;
	position:absolute;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.footer-verticalcenter {
	left:50%;
	padding: 15px;
	position:absolute;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.verticalmiddle {
	left: 50%;
	position:absolute;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 100%;
}
/**************************************************************
【トップ記事設定】
**************************************************************/
h4.list-title {
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 150%;
}
.dotted-box {
	margin: 0px 0px 20px 0px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666666;
}
.list-body {
	line-height: 170%;
}
.list-title a , .list-body a{
	color: #333333;
}
li.information-list a{
	border-bottom: 1px dotted #333333;
	color: #333333;
	display: block;
	margin-bottom: 10px;
	width: 100%;
}
/**************************************************************
【sidebarの設定】
**************************************************************/
.widgettitle {
	margin-top: 0px;
}
/**************************************************************
【back-topの設定】
**************************************************************/
.back-top {
	bottom : 25px;
	cursor: pointer;
	display: none;
	height: 50px;
	position: fixed;
	right: 25px;
	width: 50px;
	z-index: 10000;
}
/**************************************************************
【フッター共通設定】
**************************************************************/
.small-box {
	line-height: 2em;
	padding: 10px 0px 10px 0px;
}
.footer p {
	margin: 0 0 5px;
}
.menu-footer-menu1-container {
	line-height: 120%;
	margin-left: 15px;
}
footer a{
	color: #000000;
}
.menu-footer-menu1-container a{
	color: #434a54;
}
.menu-footer-menu1-container ul li a{
	background: url("images/circle-arrow.png") no-repeat scroll left center transparent;
	background-size: 15px 15px;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 1px 0px 0px 22px;
	text-decoration: underline;
}
.menu-footer-menu1-container ul li ul.sub-menu a{
	background: url("images/arrow.png") no-repeat scroll left center transparent;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 1px 0px 0px 15px;
	text-decoration: underline;
}
.menu-footer-menu2-container ul li a{
	background: url("images/circle-arrow.png") no-repeat scroll left center transparent;
	background-size: 15px 15px;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 1px 0px 0px 22px;
	text-decoration: underline;
}
.menu-footer-menu2-container ul li ul.sub-menu a{
	background: url("images/arrow.png") no-repeat scroll left center transparent;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 1px 0px 0px 15px;
	text-decoration: underline;
}
.menu-footer-menu3-container ul li a{
	background: url("images/circle-arrow.png") no-repeat scroll left center transparent;
	background-size: 15px 15px;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	padding: 1px 0px 0px 22px;
	text-decoration: underline;
}
.menu-footer-menu3-container ul li ul.sub-menu a{
	background: url("images/arrow.png") no-repeat scroll left center transparent;
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 1px 0px 0px 15px;
	text-decoration: underline;
}
.footer-contact-number {
	background: url("images/footer-phone.png");
	background-repeat: no-repeat;
	font-family:"Century Gothic",Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding: 5px 5px 15px 50px;
	margin-top: 0px;
	margin-bottom: -15px;
}
.footer-contact-comment {
	float: right;
	font-size: 12px;
	line-height: 15px;
	margin-right: 13px;
}
.footer-contact-join {
	float: right;
	margin-top: 10px;
}
body.post-type-archive-custom_post1 .display-adjust {
	display: none;
}
body.category-information .display-adjust {
	display: none;
}
body.post-type-archive-custom_post1 .display-adjust {
	display: none;
}
/**************************************************************
【contact設定】
**************************************************************/
.asterisk {
	color: #f5637a;
	font-size: 14px;
	margin: 0 0 0 0.2em;
}
.wpcf7 { margin:0 auto !important; padding:1.5em 1.5em 0;}
.wpcf7 form{}
.wpcf7 p { margin-bottom:1em;}
.wpcf7 input, .wpcf7 textarea { -moz-box-sizing: border-box; box-sizing: border-box; border:1px solid #ccc; line-height:1.2; padding:8px; width: 100%;}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { line-height:1.2;}
.wpcf7-list-item { display:block; }
.wpcf7 textarea { height:300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { outline:none; border:1px solid #bbb; -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2); box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5); }
.wpcf7 input.wpcf7-submit { font-weight: bold; position:relative; display:block; width:225px; height:48px; margin:30px auto; background-color:#ff9822; cursor:pointer; border:none !important; color:#fff; text-align:center; text-decoration:none; line-height:1.5; outline:none; -webkit-transition: all .3s; transition: all .3s; }
.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.wpcf7 input.wpcf7-submit:hover { background-color:#f6bb42; }
.wpcf7 .wpcf7-not-valid { background:pink; }
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7; }
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

@media screen and (min-width: 0px) and (max-width: 768px) {
body {
	font-size: 90%;
	line-height: 220%; 
}
.text-center-left {
	text-align: left;
}
.headline-page {
	line-height: 120% !important;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 20px;
}
.headline-page:after {
	border: none;
}
.text180 {
	font-size: 160% !important;
}
#wrap {
	overflow: hidden;
}
.big {
	font-size: 15px;
	padding: 17px 15px 15px 15px;
}
.arrow_ico2 {
	display: none;
}
.link-button-top .btn_lavel, .link-button-btm .btn_lavel {
	margin-right: 0px;
}
.verticalcenter {
	width: 100%;
}
.headline-page-top {
	font-size: 18px;
}
.mobile-lineheight {
	line-height: 100%;
	z-index: 1000;
}
.mobile-top20 {
	margin-top: 20px;
}
.mobile-fontsize20 {
	font-size: 20px;
	line-height: 180%;
}
.mobile-fontsize90 {
	font-size: 90%;
}
.mobile-text-left {
	text-align: left !important;
}
.headline-page-contents:after {
	bottom: 0;
}
.height-adjust{
	min-height: 220px !important;
}
.mobile-adjust {
	margin-bottom: 40px;
}
.mobile-display-none {
	display: none !important;
}
.breadcrumb {
	height: auto !important;
}
.headline-page-contents {
	font-size: 28px;
	line-height: 180%;
	margin-top: 40px;
}
.header-wrapper {
	height: 110px;
}
header {
	background-image: none;
	height: 56px;
}
.header .header-inner {
	padding-top: 0px;
}
.header-inner .logo {
	display: none;
}
.inner-box{ 
    width: 100%;
	margin: 0px auto;
}
.header-inner h1 {
	display: none;
}
.header-inner .tel-number {
	width: 100%;
	position: absolute;
	top: 65px;
	text-align: center;
	background-position: center;
}
.head-contact-number {
	margin-left: -10px;
}
.header-inner .tel-number {
	width: 100%;
	position: absolute;
	top: 65px;
	text-align: center;
	background-position: center;
}
.head-contact-comment {

}
.header-inner .contact-join {
	display: none;
}
.gnav-mobile-wrap .logo {
	display: block;
}
#gnav-wrap,
.gnav-wrap-inner {
	margin-top: 0px !important;
	padding: 0;
	width: 100%;
}
.gnav-mobile-wrap {
    background: #fff;
    width: 100%;
    height: 56px;
	border-bottom: 1px solid #ddd;
}
#gnav-wrap.fixed .logo img,
#gnav-wrap .logo img{
	display: block;
    position: absolute;
    left: 13px;
    top: 0px;
	height: auto;
	width: 300px;
}
.global-nav {
    background: rgba(255,255,255,0.9) ;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.global-nav ul {
	float: none !important;
    list-style: none;
}
.global-nav ul li {
    float: left;
}
.global-nav li a {
	height: auto;
	line-height: 30px;
}
#gnav-wrap .global-nav ul li a,
#gnav-wrap.fixed .global-nav ul li a {
    width: 100%;
    display: block;
    color: #333333;
	border-bottom: 1px solid #dddddd;
}
#gnav-wrap .global-nav ul li a:hover,
#gnav-wrap.fixed .global-nav ul li a:hover {
	background-color: #8cc63f;
	opacity: 1;
	color: #ffffff;
}
.global-nav ul li li{
    float: none;
}
#gnav-wrap .global-nav ul li li a,
#gnav-wrap.fixed .global-nav ul li li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 0;
}
#gnav-wrap .global-nav ul li li:last-child a,
#gnav-wrap.fixed .global-nav ul li li:last-child a{
	border-bottom: 1px solid #dddddd;
}
.global-nav ul li ul.sub-menu li a,.global-nav ul li ul.sub-menu li ul.sub-menu li a {
    border-bottom: 1px dotted #666666 !important;
	border-right: none;
    border-top: none;
    padding: 0px 5px 0px 5px !important;
    background-color: #FFF;
    color: #666;
    background-image: none;
	height: 45px;
	line-height: 45px;
	font-weight: normal !important;
}
.accordion{
	border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 56px;
    line-height: 50px;
    color:#666666;
	background-color: #ffffff;
	display: block;
	cursor: pointer;
}
#pc-menu {
	display: none;
}
#menu li a{
	color: #666666;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 16px 10px 16px 10px;
	text-align: center;
	text-decoration: none;
}
#menu li a:hover{
	background: #ff9600;
	color: #ffffff;
	opacity: 1;
}
#menu li{
	background-color: #ffffff;
	width: 100%;
}
#toggle{
	display: block;
}
#toggle a{
	display: block;
	padding: 12px 0 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#toggle:before{
}
#toggle a:before, #toggle a:after{
}
#toggle a:before{
}
#toggle a:after{
}
#nav-toggle {
	cursor: pointer;
	height: 36px;
    width: 50px;
	display: none;
	float: right;
	padding: 3px 15px 0px 0px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666666;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle {
    display: block;
}
#nav-toggle span:nth-child(1) {
    top: 11px;
}
#nav-toggle span:nth-child(2) {
    top: 22px;
}
#nav-toggle span:nth-child(3) {
    top: 33px;
}
.open #nav-toggle span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.global-nav ul li ul.sub-menu {
	display: block;
	position: relative;
	top: auto;
	border-top: none;
}
.global-nav ul li ul.sub-menu li a:{
}
.back-top {
	display: none !important;
}
.footer-contact-join {
	float: none;
	margin-bottom: 10px;
}
.footer-contact-comment {
	float: none;
	padding: 5px 5px 15px 50px;
}
.menu-footer-menu1-container {
	margin-bottom:20px;
}
.widgettitle {
	float: left;
	margin-top: 30px;
	width: 100%;
}
.headline-page {
	font-size: 28px;
}
#tag_cloud-2 {
	margin-bottom: 40px;
}
/**************************************************************
【header-smallerの設定】
**************************************************************/
header.smaller {
	display: block;
	width: 100%;
	position: relative;
	top: 0;
	z-index: 10000;
    -moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
table {
	width: 100%;
	border-top: 1px solid #cccccc;
}
table tr th {
	display: block;
	border-top: none;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: none;
}
table tr td{
	display: block;
	padding: 10px;
	text-align: center;
	border-bottom: none;
}
table tr td:last-child{
	border-bottom: 1px solid #cccccc;
}
table.schedule tr td{
	display: block;
	padding: 0px;
	text-align: center;
}
table.schedule tr td:first-child{
	border-top: none;
}
.mw_wp_form table {
	border-top: none;
}
.mw_wp_form table tr td {
	border-bottom: none;
}
.link-button-btm {
	margin: 20px 0 20px 0;
}
.blog-list-thumb img {
	max-height: 150px;
}

}
@media screen and (min-width: 0px) and (max-width: 991px) {
.headline-slider-top {
	font-size: 30px;
}

}
@media screen and (min-width: 769px) and (max-width: 991px) {
.header-inner h1 {
	display: none;
}
.header-wrapper {
	height: 100px;
}
header {
	height: 100px;
}
.paper {
	background: none;
	border: none;
}
#pc-menu li a {
	font-size: 11px;
}
#pc-menu li {
	padding: 0px 10px;
}
}
@media screen and (min-width: 991px) and (max-width: 1100px) {
#pc-menu{
	position: absolute;
	left: 25%;
	top: -50px;
}
}
@media screen and (min-width: 0px) and (max-width: 769px) {
.image.fit {

}
.img-fit img{

}
.img-fit-mobile img{
	width: 100%;
	max-height: auto;
}
.img-fit-mobile {
	width: 100%;
	height: auto;
}
table tr th,
table thead tr th {
	width: 100%;
}
.arrow-small {
    margin: 0 auto 25px;
    padding-top: 15px; 
    position: relative;
}
.arrow-small span{
	position: relative;
    z-index: 3;
}
.arrow-small:before {
    width: 50px; 
    height: 40px;
    background-image: none;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
}
.arrow-small:after {
    border-top: 25px solid #FFC300;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    content: "";
    position: absolute;
    top: auto;
    left: 50%;
    margin-left: -35px;
}
.paper {
	background: none;
	border: none;
}
.header-wrapper {
	height: auto;
}
.reason {
	position: relative;
	top:250px;
	left:0% !important;
}
.hidden-sm {
	display: none;
}
.top-button {
	margin-top: 0px !important;
}
.contact-box {
	display: none;
}
.contact-box2 {
	display: none;
}
.mt-50 {
	margin-top: -50px !important;
}
.mt-100 {
	margin-top: -100px !important;
}
.mt-200 {
	margin-top: -200px !important;
}
}
@media screen and (min-width: 1200px) {
#pc-menu{
	position: absolute;
	right: 10%;
	top: -50px;
}
}
/**************************************************************
【廣瀬追加分】
**************************************************************/
.top-button {
	margin-top: -450px;
}
.background-image-head{
  width: 100%;
  background-image: url(images/stompLP-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.background-image1{
  width: 100%;
  background-image: url(images/stompLP-bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.background-image{
  width: 100%;
  background-image: url(images/stompLP_06.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 850px;
}

.background-image2{
  width: 100%;
  background-image: url(images/stompLP_12.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.background-image3{
  width: 100%;
  background-image: url(images/stompLP_15.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.background-image4{
  width: 100%;
  background-image: url(images/stompLP_23.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.background-image5{
  width: 100%;
  background-image: url(images/stompLP_24.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
}

.background-image6{
  width: 100%;
  background-image: url(images/stompLP_19.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
}

.background-image7{
  width: 100%;
  background-image: url(images/lp001.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
}

.background-image8{
  width: 100%;
  background-image: url(images/lp001.png);
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}

.background-image9{
  width: 100%;
  background-image: url(images/lp008.png);
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;
}


.background-imagenone{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 850px;
}

.background-yellow {
  background-color: #ffe200;
}

.background-yellow2 {
  background-color: #fff100;
}

.background-green {
  background-color: #67c3c7;
}
.ml100 {
    margin-left: 100px;
}

.ml150 {
    margin-left: 80px;
}

.contact-box{
    height: 100px;
    float: right;
}
.contact-box2{
	display: none;
}
.contact-box p {
		margin: 0px;
		padding: 0px;
		
		width: 100%px;
		height: 50px;
		float: left;
		
		font-size: 1.0em;
		text-align: right;
	}

.font-color{
    color: #fff;
}

.footer-box{
    height: 120px;
    width: 100%;
    background-color: #fff;
    
}
.reason {
	position:absolute;
	top:250px;
	left:30%;
}

.txt001{
  font-size: 130%;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }  
}





/* パソコンで見たとき */
@media only screen and (min-width: 751px){
.absolutesp,.absolutesp01 { display: none !important; }
.absolutepc {
	position: absolute;
	left: 0;
	right: 0;
	top:77%;
}
.absolutepc2 {
	position: absolute;
	left: 0;
	right: 0;
	top:90%;
}
.top-absolutepc {
	position: absolute;
	left: 0;
	right: 0;
	top:87%;
}
}


/* スマートフォンで見たとき */
@media only screen and (max-width: 750px) {
  .absolutepc,.absolutepc2,.top-absolutepc { display: none !important; }
  .absolutesp { 
    position: absolute;
    right: ;
    bottom: 0px;
    width: 50%;
  　left: %;
    transform: translate(43%,-50%);
  }  
  .absolutesp01 { 
    position: absolute;
    right: ;
    bottom: -25%;
    width: 50%;
  　left: %;
    transform: translate(43%,-50%);
     z-index: 1000;
  }  
.movie,.spnone,.filters {
	display: none !important;
}
}



.container {
  max-width: initial; /* 初期状態にリセット */
  min-width: initial;
  max-width: none !important;
  min-width: 0 !important;
}

/*動画のフィルタ*/
div.filters{
	display: block;
	width: 100%;
	height: 1117px;
	background: top left url("images/mv-filter.png") repeat;
	z-index: 0;
	position:fixed;
top:0px;
left:auto;
/* IE5 later && javascript-on */
position: expression('absolute');
top: expression((documentElement.scrollTop || document.body.scrollTop) + 0 + 'px');
left: expression((documentElement.scrollLeft || document.body.scrollLeft) + 0 + 'px');
}
/*透過pngIE6対策*/
html>body div.filters{
background-image:url("images/mv-filter.png");}
* html div.filters{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mv-filter.png', sizingMethod='scale');
}
/*動画*/
.mov-b{
	overflow: hidden;
	width: auto!important;
	height: 1117px;
 /*   position: relative;*/
 /*   overflow: hidden;*/
}
video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background-size: cover;
  top: -20px;
}
.youtube_bg{
	width: auto!important;
/* position: relative;*/
/*    margin-top: -55px;
    margin-bottom: -70px;*/
    padding: 0 0 100%;
   /* overflow: hidden;*/
}

.youtube_bg:hover{
    margin-bottom: 0px;
}
.youtube_bg iframe{
    position: absolute;
    width: 1680px;
    height: 100%;
    margin-left: -60px;
    border:none;
}

.main-text{
	color: #ffffff;
	display: block;
	font-weight: 600;
	width: 100%;
	height: auto;
	font-size: 100%;
	padding-bottom: 90px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.main-text span{
	display: block;
	font-size: 374%;
	margin-bottom: 20px;
}
.main-text p{
	line-height: 2.3;
}
.main-text p span{
	font-size: 200%;
	margin-bottom: 30px;
}

.header-wrapper {
    background-color: #ffffff;
	display: flex;
}

.header-inner
.header
.main-top-bodercolor {
    background-color: #ffffff;
}