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

body{
	  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}


#wrapper{
	width:100%;
	height:100%;
}


#header_style img{
	width:8%;
	height:auto;
	display:block;
	margin:55px auto 55px auto;
}


h2{
	/*color:#000;*/
	font-size:35px;
	font-weight:500;
	text-align:center;
	margin:30px 0 30px 0;
}


.mobileHidden{
	display:none;
}


/* -- ********** メニューボタン ここから ********** -- */
.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #000000;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}

.menu-btn span:before {
    bottom: 8px;
}

.menu-btn span:after {
    top: 8px;
}


#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

#menu-btn-check:checked ~ .menu-content {
    left: 25%;/*メニューを画面内へ*/
}

.menu-content {
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #000;
}

.menu-content ul {
    padding: 70px 10px 0;
}

.menu-content ul li {
    /*border-bottom: solid 1px #ffffff;*/
    list-style: none;
}

.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 22px;
	letter-spacing:2px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 10px;
    position: relative;
}


.menu-content {
    width: 75%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(0, 0, 0,0.8);
    transition: all 0.5s;/*アニメーション設定*/
}

/* -- ********** メニューボタン ここまで ********** -- */



/* -- ********** policy_area ********** -- */

#policy_area{
	width:800px;
	color:#666;
	/*text-align:justify;*/
	font-size:17px;
	line-height:32px;
	letter-spacing:1.5px;
	margin:0 auto 50px auto;
}

/* -- ********** policy_area ********** -- */


#performance_area{
	width:800px;
	color:#666;
	font-size:15px;
	line-height:28px;
	letter-spacing:1.5px;
	margin:0 auto 70px auto;
}

#performance_area a{
	width:100%;
	display:block;
	color:#FFF;
	text-align:center;
	background:#DEB887;
	padding:15px 0 15px 0;
	margin:15px auto 0 auto;
}


/* -- ********** service_area ********** -- */

#service_area{
	width:800px;
	color:#666;
	/*text-align:justify;*/
	font-size:17px;
	line-height:32px;
	letter-spacing:1.5px;
	margin:0 auto 80px auto;
}

/* -- ********** service_area ********** -- */



.br_style{
	margin:0 0 30px 0;
}


/* -- ********** company ********** -- */

.map_over_company{
	width:800px;
	color:#666;
	text-align:center;
	margin:0 auto 30px auto;
}


li.list_style{
	color:#FFF;
	text-align:left;
	letter-spacing:1.5px;
	background-color:#DEB887;
	padding:10px 10px 10px 10px;
	margin:25px 0 0 0;
}

li.list_sub_style{
	text-align:left;
	letter-spacing:1.5px;
	margin:10px 0 0 0;
}


.sub_tittle_style{
	background:#FF0;
}

.map_over_text p{
	color:#2f4f4f;
	letter-spacing:1px;
	margin:0 0 10px 0;
}

/* -- ********** company ********** -- */


/* -- ********** map ********** -- */

.map_area{
	position: relative;
	height:350px;
	width:100%;
	overflow: hidden;
	margin:0 0 0 0;
}

.map_area iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -- ********** map ********** -- */

#footer_style{
	text-align:center;
	letter-spacing:1px;
	color:#FFF;
	width:100%;
	background-color:#FFC0CB;
	padding:35px 0 35px 0;
}

.footer_img{
	padding:0 0 10px 0;
}



/* -- ********** ◆ contact page ◆ ********** -- */

.mail_form{
	width:65%;
}

.mail_form label{
	display:block;
}

#name{
	width:100%;
	padding:15px 0 15px 10px;
	margin-bottom:20px;
	border:solid #CCC 1px;
}

#email{
	width:100%;
	padding:15px 0 15px 10px;
	margin-bottom:20px;
	border:solid #CCC 1px;
}

#message{
	width:100%;
	height:250px;
	padding:10px;
	margin-bottom:20px;
	border:solid #CCC 1px;
}

#btn_submit{
	cursor:pointer;
	color:#FFF;
	font-size:17px;
	background:#000000;
	border:none;
	padding:10px 45px 10px 45px;
}

/* -- ********** ◆ contact page ◆ ********** -- */


@media only screen and (max-width: 720px) {


#wrapper{
	width:100%;
	height:100%;
}


h2{
	color:#000;
	font-size:22px;
	font-weight:500;
	text-align:center;
	margin:0 0 25px 0;
}


#header_style img{
	width:30%;
	height:auto;
	display:block;
	margin:50px auto 50px auto;
	padding:0;
}

.main_img_area img{
	width:100%;
	height:auto;
	max-width: 100%;
	height: auto;
}

.desktopHidden{
	display:none;
}

.mobileHidden{
	display:inline;
}



/* -- ********** policy ********** -- */

#policy_area{
	width:93%;
	color:#666;
	font-size:15px;
	line-height:28px;
	letter-spacing:1.5px;
	margin:0 auto 30px auto;
}


/* -- ********** company ********** -- */


/* -- ********** service ********** -- */
#performance_area{
	width:93%;
	color:#666;
	font-size:15px;
	line-height:28px;
	letter-spacing:1.5px;
	margin:0 auto 40px auto;
}

#performance_area a{
	width:100%;
	display:block;
	color:#FFF;
	text-align:center;
	background:#DEB887;
	padding:15px 0 15px 0;
	margin:15px auto 0 auto;
}


#service_area{
	width:93%;
	color:#666;
	font-size:15px;
	line-height:28px;
	letter-spacing:1.5px;
	margin:0 auto 30px auto;
}

#performance_area img{
	width:100%;
	margin:0 0 20px 0;
}

#service_area img{
	width:100%;
	margin:0 0 30px 0;
}

#policy_area img{
	width:100%;
	margin:0 0 30px 0;
}

.art_style img{
	width:100%;
	margin:10px 0 50px 0;
}

.art_style{
	width:93%;
	margin:0 auto 0 auto;
}



/* -- ********** service ********** -- */


/* -- ********** company ********** -- */

.map_over_company{
	width:93%;
	text-align:center;
	margin:0 auto 50px auto;
}


li.list_style{
	color:#FFF;
	text-align:left;
	letter-spacing:1.5px;
	background-color:#DEB887;
	padding:10px 10px 10px 10px;
	margin:25px 0 0 0;
}

li.list_sub_style{
	color:#666;
	font-size:15px;
	text-align:left;
	letter-spacing:1.5px;
	margin:10px 0 010px;
}

p.p_list_style{
	color:#666;
	letter-spacing:1.5px;
	line-height:25px;
	margin:0 0 0px 0;
}

.sub_tittle_style{
	font-size:15px;
	background:#FF0;
}

	
#footer_style{
		font-size:13px;
		text-align:center;
		letter-spacing:1px;
		color:#FFF;
		width:100%;
		background-color:#FFC0CB;
		padding:20px 0 20px 0;
	}
}