@charset "utf-8";

/* -----------------------------------------------

= base

----------------------------------------------- */
html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background-color: #000;
	color: #ffe;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
}
img {
	width: 100%;
	vertical-align: bottom;
}
p {
	line-height: 4.5;
}
a {
	text-decoration: none;
	transition: .2s;
	cursor: pointer;
	color: #9bf;
}
a:hover {
	color: #f00;
	text-decoration:none;
}
.sph {
	text-decoration: none;
	color: #ffcccc;
	}

/* -----------------------------------------------

= 全ページ共通

----------------------------------------------- */

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	html {
		font-size: 62.5%;
	}
	.spa {
		text-decoration: none;
		color: #9bf;
	}
	.sp {
		display: none;
	}
}
/* = SP (768px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	html {
		font-size: 10px;
	}
	.pc {
		display: none;
	}
}

/*==================================================

レイアウト

==================================================*/

/* ヘッダー
--------------------------------------------------*/

.l-header__inner{
	position:relative;
}
.nav-global li a{
	color: #fff;
	display: block;
}
.l-header__logo span{
	color: #000;
}

/* pc */
@media print,only screen and (min-width: 768px){ 

	.l-header{
		background: url("../images/shared/title.jpg") 0 0 no-repeat;
		background-size: cover;
	}
	.l-header__inner{
		max-width: 1024px;
		height: 220px;
		margin: 0 auto;
	}
	.l-header__logo{
		width: 305px;
		position:absolute;
		top:50px;
		left:15px;
	}
	.l-header__logo span{
		position:absolute;
		top:5px;
		right: 0;
		font-size: 17px;
	}
	.nav-global{
		width: 67%;
		position:absolute;
		top:90px;
		right:0;
		display: block!important;
	}
	.nav-global ul{
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-end;
	}
	.nav-global li{
		margin-left: 4%;
	}
	.nav-global li span{
		display: none;
	}
	.nav-global li a{
		font-size: 16px;
	}
	.m-hamburger{
	  display:none;
	}
	
}

/* sp */
@media screen and (max-width: 767px){

	.l-header{
		height: 21vw;
		background: url("../images/shared/title-sp.jpg") 0 0 no-repeat;
		background-size: cover;
	}
	.l-header__logo{
		width: 39vw;
		position:absolute;
		top: 2.6vw;
		left: 1.5rem;
	}
	.l-header__logo span{
		position:absolute;
		top:0;
		right: 0;
		font-size: 2.5vw;
	}
	.nav-global{
		position: fixed;
		background-color: #ffe;
		text-align: center;
		top:0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 100;
		padding-top: 0vw;
		display: none;
	}
	.nav-global ul{
		margin-bottom:0rem;
	}
	.nav-global li{
		font-size: 1.9rem;
		margin-top: 0rem;
	}
	.nav-global li span{
		color: #000;
		font-size: 1.8rem;
		display: block;
	}
	.m-hamburger{
		width: 14vw;
		height: 14vw;
		background-color: #CCC;
		top: 0;
		right: 0;
		cursor: pointer;
		position:fixed;
		z-index: 101;
	}
	.m-hamburger__lines{
		height: 80%;
		width:45%;
		margin: 6% auto 5% auto;
		position: relative;
	}
	.m-hamburger__lines>div{
		background-color: #000;
		width:100%;
		height:1.5vw;
		transition: transform .3s ease, opacity .3s ease;
		position: absolute;
		left:0;
		top:50%;
	}

	.m-hamburger__lines>div:first-child{
		transform: translateY(-200%);
	}

	.m-hamburger__lines>div:last-child{
		transform: translateY(200%);
	}
    .menu-open{
		overflow:hidden;
	}
	.menu-open .m-hamburger{
		background-color: #000;
	}
	.menu-open .m-hamburger__lines>div{
		background-color: #fff;
		height:1vw;
	}
	.menu-open .m-hamburger__lines>div:first-child{
		transform: rotate(225deg);
	}
	.menu-open .m-hamburger__lines>div:nth-child(2){
		transform: translateX(-50%);
		opacity: 0;
	}
	.menu-open .m-hamburger__lines>div:last-child{
		transform: rotate(-225deg);
	}
	.m-hamburger__text{
		height: 15%;
		width:50%;
		margin: 0 auto;
	}
	.menu-open .m-hamburger__text{
		background:url(../images/sp/close-txt.svg) center center no-repeat;
		background-size:contain;
	}
}

/*-- トップヘッダー --*/

.l-header__text{
	text-align: center;
}
/* pc */
@media print,only screen and (min-width: 767px) {
	.l-header{
		padding: 0 20px;
	}
	.l-header.-home{
		background: url("../images/home/main.jpg") right top no-repeat ,#333333 0 0 repeat-x;
		background-size: auto 100%;	
		margin-bottom: 210px;
	}
	.l-header.-home .l-header__inner {
		max-width: 1024px;
		height: 1120px;
		background: none;
		margin: 0 auto;
		position: relative;
	}
	.l-header.-home .l-header__logo{
		width: 355px;
		position:absolute;
		top:300px;
		left:10px;
	}
	.l-header.-home .l-header__logo span{
		position:absolute;
		top:5px;
		font-size: 25px;
	}
	.l-header.-home .nav-global{
		width: 100%;
	}
	.l-header__text{
		width: 100%;
		color: #fff;
		font-size: 27px;
		position: absolute;
		bottom: 50px;
		margin: 0 auto;
	}
}

/* sp */
@media screen and (max-width: 768px) {
	.l-header.-home{
		height: 250vw;
		background: url("../images/home/main-sp.jpg") 0 0 no-repeat;
		background-size: cover;
		position: relative;
	}
	.l-header.-home .l-header__inner{
		background: none;
		position: static;
	}
	.l-header.-home .l-header__logo{
		width: 75%;
		position:absolute;
		top: 20vw;
		left: 50%;
		transform: translateX(-50%);
	}
	.l-header.-home .l-header__logo span{
		font-size: 4.7vw;
	}
	.l-header__text{
		width: 100%;
		font-size: 4.3vw;
		position:absolute;
		bottom: 50vw;
		padding: 0 1.5rem;
		margin: 0 auto;
	}
}

/* フッター
--------------------------------------------------*/

.l-footer__pagetop{
	display: flex; 
	justify-content:flex-end;
}
.l-footer__pagetop a{
	background-color: #000;
}
.l-footer1{
	background-color: #000;
}
.l-footer2{
	background-color: #ccc;
}
/* pc */
@media print,only screen and (min-width: 768px){ 

	.l-footer1{
		padding:45px 20px 35px 20px;
	}
	.l-footer1__inner,
	.l-footer2__inner{
		max-width: 1000px;
		margin: 0 auto;
	}
	.l-footer2__inner{
		display: flex;
		justify-content: space-between;
	}
	.l-footer2{
		padding:30px 20px;
	}
	.nav-footer{
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
	}
	.nav-footer li{
		margin-right: 45px;
	}
	.nav-footer li a{
		color:#000;
		text-decoration: none;
		display: block;
		font-size: 16px;
	}
	.nav-footer li a:hover{
		text-decoration: underline;
	}
	.l-footer__logo{
		width: 230px;
	}
	.l-footer__pagetop{
		max-width: 1040px;
		padding: 0 20px;
		margin: 0 auto 3px auto;
	}
	.l-footer__pagetop img{
		width: 13px;
	}
	.l-footer__pagetop a{
		width: 53px;
		height: 53px;
		display: block;
		background-color: #000;
		transition: all 0.1s ease-in-out;
		padding:11px 0 0 20px; 
	}
	.l-footer__pagetop a:hover{
		background-color: #000;
	}
	.l-footer__copy{
		font-size: 14px;
	}
	
}

/* sp */
@media screen and (max-width: 767px){

	.l-footer1{
		padding:2.3rem 0 1.6rem 0;
	}
	.l-footer2{
		padding:2.7rem 0;
	}
	.nav-footer{
		display: flex; 
		justify-content: center;
		margin-bottom: 1.5rem;
	}
	.nav-footer li{
		margin-right: 1.5rem;
	}
	.nav-footer li a{
		color:#000;
		text-decoration: none;
		display: block;
		font-size: 1.1rem;
	}
	.l-footer__logo{
		width: 12rem;
		margin-left: 3rem;
	}
	.l-footer__pagetop a{
		width: 4.3rem;
		height: 4.3rem;
		padding: 0.9rem 0 0 1.6rem;
		margin:0 1.5rem 0.3rem 0;
		display: block;
	}
	.l-footer__pagetop img{
		width: 1rem;
	}
	.l-footer__copy{
		font-size: 1.1rem;
		text-align: center;
	}
}

	
/* 見出し
--------------------------------------------------*/


/* pc */
@media print,only screen and (min-width: 768px){ 

	.m-title{
		font-size: 42px;
		line-height: 1.3;
		margin: 0 0 70px 60px;
	}
	.m-title span{
		font-size: 22px;
		display: block;
	}
	
}

/* sp */
@media screen and (max-width: 767px){

	.m-title{
		position: relative;
		font-size: 2.6rem;
		margin: 0 0 4rem 0;
	}
	.m-title span{
		font-size: 1.6rem;
		display: block;
	}
	
}

/*==================================================

トップページ

==================================================*/

/* About us
--------------------------------------------------*/

.home-aboutus__table{
	width: 100%;
	border-top: 1px #000 solid;
}
.home-aboutus__table th,
.home-aboutus__table td{
	border-bottom: 1px #000 solid;
	vertical-align: top;
}
.home-aboutus__table td a{
	color: #000;
	text-decoration: none;
}
.home-aboutus__table td img{
	vertical-align: middle;
}
/* pc */
@media print,only screen and (min-width: 768px){ 
	.home-aboutus__content,
	.home-service__content,
	.home-equipment__content,
	.home-history__content,
	.home-news__content{
		max-width: 1000px;
		margin: 0 auto;
	}
	.home-aboutus__table{
		margin-bottom: 160px;
	}
	.home-aboutus__table th,
	.home-aboutus__table td{
		font-size: 18px;
		padding: 20px 10px 20px 75px;
	}
	.home-aboutus__table th{
		width: 200px;
	}
	.home-aboutus__table td a{
		font-size: 14px;
		margin-left: 20%;
	}
	.home-aboutus__table td a:hover{
		text-decoration: underline;
	}
	.home-aboutus__table td img{
		width: 17px;
		margin-right: 10px;
	}

}

/* sp */
@media screen and (max-width: 767px){
	.home-aboutus{
		margin-top: 10vw;
	}
	.home-aboutus .m-title{
		margin-left: 3rem;
	}
	.home-service__content,
	.home-equipment__content,
	.home-history__content,
	.home-news__content{
		padding: 0 4.5rem;
	}
	.home-aboutus__content{
		padding: 0 1.5rem;
	}
	.home-aboutus__table{
		margin-bottom: 65px;
	}
	.home-aboutus__table th,
	.home-aboutus__table td{
		font-size: 1.4rem;
		padding: 1rem 0 1rem 0;
	}
	.home-aboutus__table th{
		width: 12rem;
	}
	.home-aboutus__table td a{
		font-size: 1.2rem;
	}
	.home-aboutus__table td img{
		width: 0.9rem;
		margin-right: 0.5rem;
	}
	
}

==================================================*/

/* System
--------------------------------------------------*/

.home-system__table{
	width: 100%;
	border-top: 1px #000 solid;
}
.home-system__table th,
.home-system__table td{
	border-bottom: 1px #000 solid;
	vertical-align: top;
}
.home-system__table td a{
	text-decoration: none;
}
.home-system__table td img{
	vertical-align: middle;
}
/* pc */
@media print,only screen and (min-width: 768px){ 
	.home-system__content,
	.home-news__content{
		max-width: 1000px;
		margin: 0 auto;
	}
	.home-system__table{
		margin-bottom: 160px;
	}
	.home-system__table2{
		margin-bottom: 60px;
	}
	.home-system__table th,
	.home-system__table td{
		font-size: 18px;
		padding: 10px 0px 4px 65px;
	}
	.home-system__table th{
		width: 14em;
	}
	.home-system__table td a{
		color: #9bf;
	}
	.home-system__table td a:hover{
		text-decoration: underline;
	}
	.home-system__table td img{
		width: 17px;
		margin-right: 10px;
	}

}

/* sp */
@media screen and (max-width: 767px){
	.home-aboutus{
		margin-top: 10vw;
	}
	.home-aboutus .m-title{
		margin-left: 3rem;
	}
	.home-system__content,
	.home-news__content{
		padding: 0 4.5rem;
	}
	.home-system__content{
		padding: 0 1.5rem;
	}
	.home-system__table{
		margin-bottom: 65px;
	}
	.home-system__table th,
	.home-system__table td{
		font-size: 1.4rem;
		padding: 1rem 0 1rem 3rem;
	}
	.home-system__table th{
		width: 12rem;
	}
	.home-system__table td a{
		font-size: 1.2rem;
	}
	.home-system__table td img{
		width: 0.9rem;
		margin-right: 0.5rem;
	}
	
}

/* Service
--------------------------------------------------*/

/* pc */
@media print,only screen and (min-width: 768px) {
	.home-service{
		background: url("../images/home/service.jpg") 0 0 no-repeat;
		background-size: cover;
		padding: 175px 0 145px 0;
	}
	.home-service .m-title{
		margin-bottom: 0;
	}
	.home-service__content{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.home-service__list{
		width: 45%;
	}
	.home-service__list li{
		font-size: 18px;
		margin: 18px 0;
	}

}

/* sp */
@media screen and (max-width: 767px) {
	.home-service{
		background: url("../images/home/service-sp.jpg") 0 0 no-repeat;
		background-size: cover;
		padding: 5rem 0 7.5rem 0;
	}
	.home-service .m-title{
		margin-bottom: 7rem;
	}
	.home-service__list li{
		font-size: 1.4rem;
		margin: 1.5rem 0;
	}
}

/* equipment
--------------------------------------------------*/

.home-equipment{
	background-color: #333333;
}

.home-equipment__list li{
	display: flex;
	justify-content:flex-start;
}.home-equipment__list li{
	display: flex;
	justify-content:flex-start;
}
/* pc */
@media print,only screen and (min-width: 768px) {
	.home-equipment{
		padding: 180px 0 155px 0;
	}
	.home-equipment__list{
		margin-left: 60px;
	}
	.home-equipment__list li{
		margin: 7px 0;
	}
	.home-equipment__list .item{
		width: 190px;
	}
	.home-equipment__list .text{
		width: calc( 100% - 190px );
	}

}

/* sp */
@media screen and (max-width: 767px) {
	.home-equipment{
		padding: 5rem 0 7.5rem 0;
	}
	.home-equipment__list li{
		font-size: 1.4rem;
		margin: 0.5rem 0;
	}
	.home-equipment__list .item{
		width: 20rem;
	}
	.home-equipment__list .text{
		width: calc( 100% - 10rem );
	}
}

/* History
--------------------------------------------------*/

.home-history{
	background-color: #000;
}

.home-history__list li{
	display: flex;
	justify-content:flex-start;
}.home-history__list li{
	display: flex;
	justify-content:flex-start;
}
/* pc */
@media print,only screen and (min-width: 768px) {
	.home-history{
		padding: 180px 0 155px 0;
	}
	.home-history__list{
		margin-left: 60px;
	}
	.home-history__list li{
		margin: 7px 0;
	}
	.home-history__list time{
		width: 190px;
	}
	.home-history__list .text{
		width: calc( 100% - 190px );
	}

}

/* sp */
@media screen and (max-width: 767px) {
	.home-history{
		padding: 5rem 0 7.5rem 0;
	}
	.home-history__list li{
		font-size: 1.4rem;
		margin: 0.5rem 0;
	}
	.home-history__list time{
		width: 18rem;
	}
	.home-history__list .text{
		width: calc( 100% - 10rem );
	}
}

/* News
--------------------------------------------------*/

.home-news{
	background-color: #333333;
}

.home-news__list li{
	display: flex;
	justify-content:flex-start;
}.home-news__list li{
	display: flex;
	justify-content:flex-start;
}
/* pc */
@media print,only screen and (min-width: 768px) {
	.home-news{
		padding: 130px 0 200px 0;
	}
	.home-news__list{
/*		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;	*/
		margin-left: 60px;
	}
	.home-news__list{
		margin-left: 60px;
	}
	.home-news__list li{
		margin: 10px 0;
	}
	.home-news__list time{
		width: 90px;
/*		display: inline-block;	*/
	}
	.home-news__list .home-news__text{
		width: calc( 100% - 90px );
/*		display: inline;	*/
	}
}

/* sp */
@media screen and (max-width: 767px) {
	.home-news{
		padding: 5rem 0 7.5rem 0;
	}
	.home-news__list li{
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}
	.home-news__list time{
		width: 8rem;
	}
	.home-news__list .text{
		width: calc( 100% - 10rem );
	}
}

/*==================================================

セカンド

==================================================*/


/* l-content
--------------------------------------------------*/

/* pc */
@media print,only screen and (min-width: 768px){
	
	.l-content{
		max-width: 1000px;
		margin: 65px auto 155px auto;		
	}
	.l-content .m-title{
		margin-left: 60px;
	}
}

/* sp */
@media screen and (max-width: 767px){
	
	.l-content{
		margin:4rem 1.5rem;
	}	
	.l-content .m-title{
		margin-left: 3rem;
	}
}

/* お問い合わせ
--------------------------------------------------*/
/*-- フォーム　--*/

.m-contact__table{
	width: 100%;
}
.m-contact__table .form-mdl,
.m-contact__table textarea{
	width: 100%;
	border: 1px #000 solid;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.m-contact__table th .form-required{
	background-color: #70b626;
	color: #fff;
	font-size: 9px;
	text-align: center;
	padding:2px 5px 1px 5px;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}
/* pc */
@media print,only screen and (min-width: 768px) {
	.m-contact__text{
		text-align: center;
		margin-bottom: 105px;
	}
	.m-contact__table{
		margin-bottom: 140px;
	}
	.m-contact__table th,
	.m-contact__table td{
		vertical-align: middle;
		border-top: 1px #000 solid;
	}
	.m-contact__table th{
		width: 385px;
		font-size: 18px;
		padding: 17px 5px 17px 50px;
	}
	.m-contact__table td{
		font-size: 16px;
		padding: 17px 30px 17px 0;
	}
	.m-contact__table .form-mdl{
		font-size: 18px;
		padding: 12px;
	}
	.m-contact__table textarea{
		min-height: 195px;
		font-size: 18px;
		padding: 12px;
	}
	.m-contact__table .form-agree{
		margin-bottom: 10px;
	}
	.m-contact__table input[type="checkbox"]{
		margin-right: 10px;
	}
	.m-contact__table a{
		color: #f00;
	}

}

/* sp */
@media screen and (max-width: 767px) {
	.m-contact__text{
		font-size: 1.4rem;
		margin:0 3rem 3.5rem 3rem;
	}
	.m-contact__table{
		margin-bottom: 6rem;
	}
	.m-contact__table th,
	.m-contact__table td{
		display: block;
	}
	.m-contact__table th{
		width: 310px;
		font-size: 1.4rem;
		padding: 1.5rem 0 0.8rem 0;
	}
	.m-contact__table td{
		font-size: 1.4rem;
	}
	.m-contact__table .form-mdl{
		padding: 0.5rem 1rem;
		font-size: 16px;
	}
	.m-contact__table textarea{
		min-height: 11rem;
		font-size: 16px;
		padding: 0.5rem 1rem;
	}
	.m-contact__table .form-agree{
		margin-bottom: 1rem;
	}
	.m-contact__table input[type="checkbox"]{
		position: relative;
		top: 0.2em;
		margin-right: 0.8rem;
	}
	.m-contact__table a{
		color: #f00;
	}
}

/*-- ボタン　--*/

.form-btns{
	text-align: center;
	overflow: hidden;
}
.form-btns button{
	width: 293px;
	background-color: #70b626;
	color: #fff;
	text-align: center;
	position: relative;
	border: 0;
	cursor: pointer;
}
.form-btns button.submit{
	text-align: center;
	margin: 0 auto;
}
.form-btns button.send{
	float: right;
}
.form-btns button.back{
	float: left;
}
/* pc */
@media print,only screen and (min-width: 768px) {
	.form-btns{
		width: 606px;
		margin: 0 auto 150px auto;
	}
	.form-btns button,
	.form-btns button.submit{
		width: 293px;
		font-size: 16px;
		padding: 15px;
	}
	.form-btns button{
		transition: all 0.1s ease-in-out;
	}
	.form-btns button:hover{
		background-color: #629b1f;
	}
}

/* sp */
@media screen and (max-width: 767px) {
	.form-btns{
		width: 100%;
		margin: 0 auto 7rem auto;
	}
	.form-btns button{
		width: 49%;
		font-size: 1.5rem;
		padding: 1rem;
	}
}

/* 個人情報
--------------------------------------------------*/
/* pc */
@media print,only screen and (min-width: 768px) {
	.privacy__box{
		width:;
	}
	h3.privacy__title{
		font-size: 26px;
		line-height: 1.3;
		margin: 0 0 40px 60px;
		padding-bottom:15px;
		font-weight:normal;
		border-bottom:solid 1px #ccc;
		width: 500px;
	}
	.m-privacy__text{
		font-size: 1.4rem;
		margin:0 0 6rem 6rem;
	}
	.privacy__box ul{
		width: 100%;
		margin:0 0 6rem 6rem;
		font-size: 1.4rem;
	}
}

/* sp */
@media screen and (max-width: 767px) {
	.privacy__box{
		width:;
	}
	h3.privacy__title{
		position: relative;
		font-size: 2.2rem;
		margin: 0 0 4rem 0;
		padding-bottom:15px;
		font-weight:normal;
		border-bottom:solid 1px #ccc;
		width: 100%;
	}
	.m-privacy__text{
		font-size: 1.4rem;
		margin:0 0 6rem 0;
	}
	.privacy__box ul{
		width: 100%;
		margin:0 0 6rem 0;
		font-size: 1.4rem;
	}
}
/*　Googleカレンダー埋め込み　*/
@media print,only screen and (min-width: 768px) {
.google-cal iframe {
	width:100%;
	max-width:1024px;
	height:600px;
	background-color: #000;
	}
}

/* sp */
@media screen and (max-width: 767px) {
.google-cal iframe {
	width:100%;
	height:600px;
	}

}
