@charset "UTF-8";
/* CSS Document */

/*
	00. default Style Setting
	01. 共通部分 Style Setting
	02. header Style Setting
	03. index-about-us Style Setting
	04. index-service Style Setting
	05. index-company Style Setting
	06. index-access Style Setting
	07. index-contact Style Setting
	08. footer Style Setting
	09. index-news Style Setting
*/



/* 00. default Style Setting
------------------------------------- */

body {
	background: #fff;
	font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	font-size: 14px;
}

.clearfix {
	overflow: hidden;
}

.index__inner {
	width: 90%;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}

p {
	line-height: 1.8;
	margin-bottom: 38px;
}

dl {
	line-height: 2;
}

btn a.btn__a {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

a:hover {
	color: #B4B4B4;
}


@media screen and (min-width: 701px) {
	.index__inner {
		width: 1012px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* 01. 共通部分 Style Setting
------------------------------------- */

.index {
	padding-bottom: 80px;
	min-height: 100vh;
}

.index__header {
	text-align: center;
	padding-top: 60px;
	margin-bottom: 60px;
}

.index__header-title {
	font-size: 30px;
}

.index__header-title::after {
	content: "";
	display: block;
	border-bottom: 5px #000 solid;
	width: 55px;
	margin: 5px auto 5px;
}

.index__header-title-sub {
	font-size: 13px;
}

.btn {
	text-align: center;
}

.btn__a {
	line-height: 1;
	display: inline-block;
	padding: 15px 40px;
	border: #24318b 2px solid;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.btn__a:hover {
	color: #fff;
	background: #24318b;
}

.btn__a:active {
	background: #e42122;
	border: #e42122 2px solid;
}

@media screen and (min-width: 701px) {

	.index__header {
		padding-top: 88px;
		margin-bottom: 50px;
	}

	.index__header-title {
		font-size: 38px;
	}

	.index__header-title::after {
		content: "";
		display: block;
		border-bottom: 7px #000 solid;
		width: 75px;
		margin: 10px auto 5px;
	}

	.index__header-title-sub {
		font-size: 16px;
	}

}

/* 02. header Style Setting
------------------------------------- */

.header {
	/*background: url(../images/main-visual-sp@2x.png);
	background-size: cover;*/
	width: auto;
	height: 100vh;
	position: relative;
}

.header__inner {
	width: 100%;
	text-align: center
}

.header__logo {
	padding-top: 0;
	margin-bottom: 38px;
	position: absolute;
	top: 20px;
	left: 23px;
}

.header__logo img {
	width: 70px;
	height: auto;
}

.header-catchcopy {
	width: 100%;
	padding-top: 40vh;
}

.header-catchcopy img {
	width: 80%;
	height: auto;
}

@media all and (orientation: landscape)  {

.header-catchcopy {
}

  .header-catchcopy img {
	  width: 50%;
  }
}

/* グローバルメニュー */
.header__g-menu-pc {
	display: none;
}

.g-menu-btn {
    background:transparent url(../images/menu-btn.png) no-repeat 0 0;
    display: block;
    width:35px;
    height: 35px;
    position: fixed;
    top:20px;
    right:20px;
    cursor: pointer;
    z-index: 200;
}
.peke {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,0,0.6);
    position: fixed;
    top: 0px;
    right:0;
    width:260px;
    padding:60px 0 20px 20px;
    z-index: 100;
}
#menu li {
    width:260px;
}
#menu li a {
    color:#fff;
    display: block;
    padding: 15px;
}

@media screen and (min-width: 701px) {

	.header {
		/*background: url(<?php echo get_template_directory_uri(); ?>/_shared/images/main-visual-01.jpg);
		background-size: cover;*/
	}

	.header__inner {
	}

	.header__logo {
		position: absolute;
		top: 30px;
		left: 40px;
	}

	.header__logo img {
		width: 100px;
		height: auto;
	}

	.header-catchcopy img {
		width: 40%;
		height: auto;
	}

	/* グローバルメニュー */
	.g-menu-btn {
		display: none;
	}
	.drawr {
		display: none;
	}

	.header__g-menu-pc {
		display: inline-block;
		z-index: 3001;
		position: fixed;
		top: 0;
		right: 0;
		width: auto;
		text-align: right;
	}

	.header__g-menu-pc--scroll {
		background: #424242;
		opacity: 0.9;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all  1s ease;
	}

	.header__g-menu-pc__ul {

	}

	.header__g-menu-pc__ul li {
		color: #fff;
		float: left;
		padding: 0 30px 0 0;
	}

	.header__g-menu-pc__ul li:first-child {
		padding-left: 30px;
	}

	.header__g-menu-pc__a {
		color: #fff;
		font-size: 16px;
		line-height: 80px;

	}
}

/* 03. index-about-us Style Setting
------------------------------------- */

.index-about-us__lead {
	margin-bottom: 38px;
	text-align: center;
}

.index-about-us__lead__text {
	font-size: 18px;
	font-weight: 600;
}

.index-about-us__main-contents {
	text-align: center;
}

.index-about-us__image {
	position: relative;
	overflow: hidden;
	height: 442px;
	margin-top: 50px;
	margin-bottom: 38px;
}

.index-about-us__image img.index-about-us__image__img1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 242px;
	height: 240px;
	z-index: -200;
}

.index-about-us__image img.index-about-us__image__img2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 235px;
	height: auto;
	z-index: -100;
}

.index-about-us__img-decoration {
	position: absolute;
	width: 80%;
	height: 237px;
	margin: 100px auto 0;
	background-color: #24318b;
	z-index: -300;
	left: 10%;
}

@media screen and (min-width: 701px) {

	.index-about-us__lead__text {
		font-size: 28px;
	}

	.index-about-us__main-contents {
		font-size: 16px;
	}

	.index-about-us__pc-left {
		float: left;
		width: 500px;
	}

	.index-about-us__pc-right {
		float: right;
		width: 478px;
	}

	.index-about-us__image {
		float: right;
		position: relative;
		overflow: hidden;
		margin-top: 0;
		width: 440px;
		height: 315px;
	}

	.index-about-us__image img.index-about-us__image__img1 {
		width: 230px;
		height: auto;
		position: absolute;
		left: 0;
		top: 0;
	}
	.index-about-us__image img.index-about-us__image__img2 {
		width: 240px;
		height: auto;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.index-about-us__img-decoration {
		margin: 0;
		width: 290px;
		height: 230px;
		background-color: #24318b;
		position: absolute;
		top: 60px;
		left: 76px;
	}
}


/* 04. index-service Style Setting
------------------------------------- */

.index-service {
	background-color: #ebebeb;
}

.index-service__service-section {
	text-align: center;
	margin-bottom: 55px;
}

.index-service__service-section__title {
	font-size: 26px;
	margin-bottom: 30px;
}

.index-service__service-section__icon {
	margin: 0  auto 30px;
}

img.index-service__service-section__icon {
		width: 90px;
		margin: 0  auto 20px;
}

.index-service__service-section__lead-text {
	text-align: left;
}

li.index-service__service-section__sub-title {
		list-style: circle;
		margin-left: 20px;
}

.index-service__service-section .index-service__service-section__sub-title,
.index-service__service-section .index-service__service-section__txt {
	text-align: left;
}

.index-service__service-section .index-service__service-section__sub-title {
	font-size: 14px;
	margin-bottom: 16px;
}


@media screen and (min-width: 701px) {

	.index-service__service-section__title {
		font-size: 20px;
		margin-bottom: 40px;
	}

	.index-service__service-section__icon {
		margin: 0  auto 30px;
	}

	.index-service__service-section {
		width: 213px;
		float: left;
		padding: 30px 20px;
	}

	.index-service__service-section-01,
	.index-service__service-section-03 {
		background: #DDD8CB;
	}

	.index-service__service-section-02,
	.index-service__service-section-04 {
		background: #B3C1CE;
	}


}

/* 05. index-company Style Setting
------------------------------------- */

.index-company__image {
	position: relative;
	overflow: hidden;
	height: 195px;
	margin-top: 50px;
	margin-bottom: 38px;
}

.index-company__image__img1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 275px;
	height: auto;
	z-index: -5;
}

.index-company__img-decoration {
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 288px;
	height: 169px;
	background-color: #24318b;
	z-index: -10;
}

.index-company__dt {
	font-weight: 600;
}

.index-company__dd {
	margin-bottom: 30px;
}

.index-company .btn {
	margin-top: 20px;
}

@media screen and (min-width: 701px) {

	.index-company__pc-left {
		float: left;
		width: 485px;
	}

	.index-company__image {
		position: relative;
		overflow: hidden;
		height: 294px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.index-company__image__img1 {
		position: absolute;
		top: 0;
		left: 0;
		width: 438px;
		height: auto;
		z-index: -10;
	}

	.index-company__img-decoration {
		position: absolute;
		bottom: 0;
		right: 30px;
		width: 288px;
		height: 169px;
		background-color: #24318b;
		z-index: -100;
	}

	.index-company__pc-right {
		float: right;
		width: 463px;
	}

	.index-company__dt {
		float: left;
		clear: left;
		width: 143px;
	}

	.index-company__dd {
		float: left;
		width: 308px;
		margin-bottom: 20px;
	}


}


/* 06. index-access Style Setting
------------------------------------- */

.index-access {
	background-color: #ebebeb;
}

.index-access__address {
	float: left;
	width: 340px;
}

.index-access__train {
	float: left;
	margin-bottom: 40px;
}

.index-access__train__title {
	margin-bottom: 20px;
	position: relative;
	padding-left: 45px;
}

.index-access__train__title:before {
	content: "";
    display: block;
    width: 25px;
    height: 1px;
    background-color: #999;
    position: absolute;
    top: 50%;
    left: 0;
}

.index-access__train__station {
	float: left;
	clear: left;
	width: 250px;
}

.index-access__train__minute {
	float: left;
	font-weight: 600;
	margin-bottom: 10px;
}

.google-maps {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* ( height: 480 / width: 640) * 100 */
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 701px) {

	.index-access__pc-left {
		float: left;
		clear: left;
		width: 340px;
		margin-right: 40px;
	}

	.index-access__pc-right {
	}

	.google-maps {
	  position: relative;
	  padding-bottom: 40%; /* ( height: 480 / width: 640) * 100 */
	  height: 0;
	  overflow: hidden;
}
}

/* 07. index-contact Style Setting
------------------------------------- */

.index-contact {
	margin-bottom: 100px;
}

/* デザインカスタマイズ */
div.wpcf7 {
}

div.wpcf7 p {
	padding:0 20px 20px;
	margin:0;
	font-size:16px;
	line-height: 1.8;
}

div.wpcf7 input, .wpcf7 textarea {
	border:1px solid #ccc;
	padding:8px;
	font-size:14px;
}
div.wpcf7 input.wpcf7-text { width: 97.5%; }

div.wpcf7 textarea { width:97.5%; height:130px; }

div.wpcf7 input.wpcf7-submit {
	width: 210px;
 	font-size: 14px;
 	line-height: 1;
 	display: inline-block;
 	padding: 15px 40px;
 	border: #24318b 2px solid;
 	background-color: #fff;
 	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
div.wpcf7 input.wpcf7-submit:hover {
	color: #fff;
	background: #24318b;
}
div.wpcf7 input.wpcf7-submit:active {
	background: #e42122;
	border: #e42122 2px solid;
}
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }
.wpcf7-captchac { border:1px solid #ccc; }


/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -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;}

/* 必須赤色表示 */
.wpcf7 .required { color: #f00; font-size: .7em; }
/* 任意緑色表示 */
.wpcf7 .any{ color: #000; font-size: .7em;}

.screen-reader-response {
	display: none;
}
 .your-acceptance {
	 font-size: 14px !important;
 }

@media screen and (min-width: 701px) {

	.index-contact__pc-left  {
		float: left;
	}

	.index-contact__pc-right  {
		float: right;
		width: 460px;
	}

}

/* 08.footer Style Setting
------------------------------------- */

.footer {
	text-align: center;
}

.footer__inner {
	width: 90%;
	margin: 0 auto;
	padding-left: 5%;
	padding-right: 5%;
}

.footer__page-top {
	margin-bottom: 30px;
}

.footer__page-top a img{
	width: 100px;
	cursor: pointer;
}

.footer__g-menu {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 50px;
}

.footer__g-menu__li {
	display: inline;
	padding-right: 10px;
}

.footer__g-menu__li:last-child {
	padding-right: 0;
}


/* 09. index-news Style Setting
------------------------------------- */

.index-news {
	background: #000;
	color: #fff;
	padding-bottom: 10px;
}

.index-news__header {
	padding: 28px 0 18px;
}

.header-news__title {
	font-size: 18px;
}

.header-news__title:after {
	content: "";
	display: block;
	border-bottom: 3px #fff solid;
	width: 30px;
	margin: 10px 0 3px 0;
}

.header-news__title-sub {
	font-size: 12px;
	margin-bottom: 0;
}

.index-news__main__date {
	font-size: 10px;
	line-height: 1.5;
}

.index-news__main__news-text {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5;
}

@media screen and (min-width: 701px) {

.index-news {
	padding-bottom: 20px;
}

.index-news__header {
	float: left;
	width: 180px;
	padding-top: 34px;
	padding-bottom: 28px;
}

.header-news__title {
	font-size: 28px;
}

.header-news__title:after {
	content: "";
	display: block;
	border-bottom: 5px #fff solid;
	width: 50px;
	margin: 10px 0 7px 0;
}

.header-news__title-sub {
	font-size: 14px;
	margin-bottom: 0;
}

.index-news__main {
	padding: 28px 0 0;
	float: left;
}

.index-news__main__date {
	float: left;
	clear: left;
	width: 110px;
	font-size: 16px;
	line-height: 2;
}

.index-news__main__news-text {
	float: left;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 2;
}
}
