@charset "UTF-8";

/* ====================================================
　グローバルナビゲーションのスタイル
==================================================== */
body {
 background: url(backgroundImage.jpg);
 padding: 0;
font-family:sans-serif;
}

a{
	list-style:none;
	text-decoration:none;
}

li{
	list-style:none;
}

img{
	width:100%;
}

#wrap{
	background-color:black;
}
.mainImg {
    background-image: url(../images/head_back.jpg);
 background-size:cover;
    /** グローバルナビの位置 **/
 height: 200px;
}
.fixAlpha {
    background: rgba(90, 87, 87, 1);
    margin: 0 auto;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
	color:white;
}

.fixAlpha ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    width: 100%;
}

.fixAlpha .gray {
  background : #5A5757;
  background : rgba(90, 87, 87, 1);
}

.fixAlpha .red {
  background : #E52413;
  background : rgba(229, 36, 19, 1);
}

.fixAlpha .yellow {
background : -moz-linear-gradient(-676.54% 20330.57% 0deg,rgba(196, 155, 27, 1) 0%,rgba(232, 202, 116, 1) 39.82%,rgba(242, 216, 142, 1) 50.83%,rgba(216, 181, 76, 1) 78.06%,rgba(196, 155, 27, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(196, 155, 27, 1) 0%, rgba(232, 202, 116, 1) 39.82%, rgba(242, 216, 142, 1) 50.83%, rgba(216, 181, 76, 1) 78.06%, rgba(196, 155, 27, 1) 100%);
  background : -webkit-gradient(linear,-676.54% 20330.57% ,-675.92% 20330.57% ,color-stop(0,rgba(196, 155, 27, 1) ),color-stop(0.3982,rgba(232, 202, 116, 1) ),color-stop(0.5083,rgba(242, 216, 142, 1) ),color-stop(0.7806,rgba(216, 181, 76, 1) ),color-stop(1,rgba(196, 155, 27, 1) ));
  background : -o-linear-gradient(0deg, rgba(196, 155, 27, 1) 0%, rgba(232, 202, 116, 1) 39.82%, rgba(242, 216, 142, 1) 50.83%, rgba(216, 181, 76, 1) 78.06%, rgba(196, 155, 27, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(196, 155, 27, 1) 0%, rgba(232, 202, 116, 1) 39.82%, rgba(242, 216, 142, 1) 50.83%, rgba(216, 181, 76, 1) 78.06%, rgba(196, 155, 27, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#C49B1B', endColorstr='#C49B1B' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(196, 155, 27, 1) 0%, rgba(232, 202, 116, 1) 39.82%, rgba(242, 216, 142, 1) 50.83%, rgba(216, 181, 76, 1) 78.06%, rgba(196, 155, 27, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C49B1B',endColorstr='#C49B1B' , GradientType=1);
}



.fixAlpha li {
 width:10%;
 border-right: 1px solid #ffffff;
 padding: 0.6rem;
}
.fixAlpha li:last-of-type{
 border-right: 0;
}
.fixAlpha a {
 padding: 0.75em 0;
 text-decoration: none;
 text-align: center;
 color: white;
}
/** グローバルナビを画面の上の部分にくっつける **/
.fixed ul {
 border: 1px solid red;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 90;
 width: 100%;
 background: rgba(0,0,0,0.5);
}





html {
    box-sizing: border-box;
    word-break: break-word;
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

*,
::before,
::after {
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

body {
    line-height: 1.6;
}

hr {
    border: none;
    margin: 10px 0;
    border-top: 1px solid;
    height: 0;
    overflow: visible;
}

._pc{
	display:block;
}

._sp{
	display:none;
}

h4,.gray{
	text-shadow: 2px 2px 10px #7b7979, -2px 2px 10px #7b7979, 2px -2px 10px #7b7979, -2px -2px 10px #7b7979;
}


.header-branding {
    padding-top: 15px;
    background-image: url(../images/head_back.jpg);
	background-size: cover;
	height:160px;
}

.header-branding h1{
	width: 38%;
    margin: 0 auto;
}

.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}




button {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

/**************** 以下、ハンバーガーボタンのスタイリング ****************/
.btn {
	/* ボタンの配置位置  */
	position: fixed;
	top: 32px;
	right: 16px;
	/* 最前面に */
	z-index: 10;
	/* ボタンの大きさ  */
	width: 48px;
	height: 48px;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
	display: block;
	/* バーガー線の位置基準として設定 */
	position: relative;
	/* 線の長さと高さ */
	width: 100%;
	height: 4px;
	/* バーガー線の色 */
	background-color: #d6d5d5;
	transition: .2s;
}

/***** 上下のバーガー線 *****/
.btn-line::before , .btn-line::after {
	content: "";
	/* 基準線と同じ大きさと色 */
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #d6d5d5;
	transition: .5s;
}

.btn-line::before {
	/* 上の線の位置 */
	transform: translateY(-16px);
}

.btn-line::after {
	/* 下の線の位置 */
	transform: translateY(16px);
}

/***** メニューオープン時 *****/
.btn-line.open {
	/* 真ん中の線を透明に */
	background-color: transparent;
}

.btn-line.open::before , .btn-line.open::after {
	content: "";
	background-color: #333;
	transition: .2s;
}

.btn-line.open::before {
	/* 上の線を傾ける */
	transform: rotate(45deg);
}

.btn-line.open::after {
	/* 上の線を傾ける */
	transform: rotate(-45deg);
}

/**************** ここまで、ハンバーガーボタンのスタイリング ****************/

/**************** 以下、メニューのスタイリング ****************/
.menu {
	/* メニューを縦に */
	display: flex;
	flex-direction: column;
	position: fixed;
	/* メニューの位置マイナス指定で画面外に */
	right: -70%;
	width: 70%;
	height: 100vh;
	background-color: rgba(167, 148, 58, .7);
	color: #efefef;
	transition: .3s;
}

.menu-list {
	/* メニューテキスト位置をリスト内中心に */
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.menu-list:hover {
	background-color: rgba(255, 255, 255, .5);
	color: #333;
	cursor: pointer;
	transition: .3s;
}

/***** メニューオープン時位置0にして画面内に *****/
.menu.open {
	position: absolute;
	right: 0;
}

/* 600px以上はハンバーガーボタン非表示、ヘッダー固定 */
@media screen and (min-width: 600px) {
	.btn {
		display: none;
	}

	.menu {
		/* メニューを横に */
		display: flex;
		flex-direction: row;
		position: fixed;
		right: 0;
		width: 100%;
		height: 100px;
	}
}
/**************** ここまで、メニューのスタイリング ****************/

/* header */
#top-head {
    width: 100%;
}

.head-img img{
	display:flex;
	
	
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


.border p{
    padding: 0.5rem;
    background-image: url(../svg/border.svg);
    font-size: 1.8rem;
    text-align: center;
    color: white;
    font-weight: bold;
    background-size: cover;
}

.background{
	background-image: url(../images/bac-black.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.background_content{
	padding:100px 10px;
}

.background_content p{
	text-align:center;
	color:#fff;
	
}


/* sec01 */
.sec01{
padding-top: 15px;
    background-image: url(../images/bac02.jpg);
    background-size: cover;
    height: auto;
    text-align: center;
}

.sec01 h2{
	font-size: 2rem;
    color: white;
    text-shadow: 2px 2px 10px #1d1c1c, -2px 2px 10px #1d1c1c, 2px -2px 10px #1d1c1c, -2px -2px 10px #1d1c1c;
}

.vIsion{
	font-size: 1.4rem;
    color: white;
    text-shadow: 2px 2px 10px #1d1c1c, -2px 2px 10px #1d1c1c, 2px -2px 10px #1d1c1c, -2px -2px 10px #1d1c1c;
	font-weight:bold;
}

.yelow-text {
    color: #FFF7B1;
	padding: 0.5rem;
}

.detial{
    font-size: 1rem;
    color: white;
    text-shadow: 2px 2px 10px #1d1c1c, -2px 2px 10px #1d1c1c, 2px -2px 10px #1d1c1c, -2px -2px 10px #1d1c1c;
    margin: 1.2rem;
    line-height: 26px;
	
}

.col_4{
    width: 100%;
}
.col_4 > div{
    width: 18%;
    margin: 0 auto;
	display: inline-block;
	padding: 0.3rem;
}
@media screen and (max-width: 960px) {
	.col_4 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}



/* sec02 */
.sec02{
	background-image: url(../images/bac-black.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
	text-align:center;
	color:white;
	margin-bottom:-12rem;

	
	
}

.tel-contact{
    color: #E42512;
    text-shadow: 2px 2px 10px #ffffff, -2px 2px 10px #ffffff, 2px -2px 10px #ffffff, -2px -2px 10px #ffffff;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.tel{
	width:40%;
	margin:0 auto;
}

.line{
	width:30%;
	margin:0 auto;
}

.sec02 h3{
    margin-top: 10rem;
    font-size: 2.3rem;
    color: white;
}

.sec02 h4{
    margin-top: 2rem;
	font-size: 1.3rem;
}

.contact{
    margin-bottom: 1rem;
}

.contact img{
	width:30%;
	margin-top:2rem;
}

.title{
	margin-bottom:2rem;
	padding:100px 10px;
}




/* sec03 */
.sec03{
	background-image: url(../images/sec03_main.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
	text-align:center;
	color:white;
	margin-bottom:-18rem;
}

.sec03 .main-text {
    /* margin-top: 21rem; */
    font-weight: bold;
    font-size: 2.4rem;
    color: white;
    text-shadow: 2px 2px 10px #f3c51b, -2px 2px 10px #f3c51b, 2px -2px 10px #f3c51b, -2px -2px 10px #f3c51b;
    margin-bottom: 2rem;
    padding: 350px 10px;
}


/* sec04 */

.sec04 {
	background-image: url(../images/bac02-black.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
	text-align:center;
	color:white;
	margin-bottom: -8rem;
}

.sec04 .title {
    margin-bottom: 2rem;
    padding: 200px 10px;
    position: relative;
    padding-bottom: 0;
}


.sec04 h3{
    font-size: 2.3rem;
    color: white;
}

.sec04 h4{
    margin-top: 2rem;
	font-size: 1.3rem;
}

.sec04 .col_4{
	font-size:0.8rem;
}

.sec04 .col_4 > div {
    width: 18%;
    margin: 0 auto;
    display: inline-block;
    padding: 0.3rem;
    vertical-align: middle;
    height: 500px;
}

/* sec04 */

.sec05 {
	background-image: url(../images/bac02-black.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
	text-align:center;
	color:white;
}


.sec05 h3{
    margin-top: 3.5rem;
    font-size: 2.3rem;
    color: white;
}

.sec05 h4{
    margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.3rem;
}

.sec05 .title{
    padding: 200px 10px;
    padding-bottom: 20px;
    position: relative;
    top: -60px;
}

.sec05-2{
	padding-bottom:0!important;
}

.sec05-2 table{
    width: 800px;
    margin: 0 auto;
    margin-bottom: 2rem;
	margin-top: 2rem;
}



.sec05-2 table th, .sec05-2 table td {
    border: .1rem solid #888;
    width: 33%;
    padding: 2rem 1.5rem;
    background-color: white;
    color: black;
}

.sec05-2 table th {
    background: #eee;
}

.road {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2rem;
}

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor: pointer;
    background-color: #ffeb3b;
    color: black;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 30px 0;
    height: auto;
    opacity: 1;
}

.kaisha {
    width: 800px;
    margin: 0 auto;
    background: white;
    color: black;
    text-align: left;
	margin-bottom: 4rem;
}

.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}

.kaisha th {
font-weight: bold;
background-color: #dedede; 
}


/* sec06 */

.sec06 {
	background-image: url(../images/bac02-black.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
	text-align:center;
	color:white;
}

.sec06 .title {
    margin-bottom: 10rem;
    padding: 100px 10px;
    padding-bottom: 0;
    position: relative;
    top: 6.5rem;
}


.sec06 h3{
    font-size: 2.3rem;
    color: white;
}

.sec06 h4{
    margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.3rem;
}

.sec06 .col_4 > div {
    width: 18%;
    margin: 0 auto;
    display: inline-block;
    padding: 0.3rem;
    vertical-align: middle;
}

/* sec07 */

.sec07 {
	background-image: url(../images/bac02-black.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
	text-align:center;
	color:white;
}


.sec07 h3 {
    font-size: 2.3rem;
    color: white;
}

.sec07 h4{
    margin-top: 2rem;
	margin-bottom: 2rem;
	font-size: 1.3rem;
}

.sec07 .title {
    margin-bottom: 2rem;
    padding: 200px 10px;
    position: relative;
    padding-bottom: 0;
}

/* sec08 */

.sec08{
    color:white;
}

.sec08 .main-text{
    width:700px;
	margin:0 auto;
	padding-top:2rem;
	padding-bottom:2rem;
}

.sec08 .main-img{
    width:700px;
	margin:0 auto;
}

.text-brock{
	width: 100%;
    margin: 0 auto;
    display: inline-flex;
    text-align: x;
    flex-direction: row;
    align-content: space-around;
    justify-content: center;
    flex-wrap: nowrap;
}

.text-inline{
	width: 500px;
    margin: 1rem;
}

.text-inline p{
  font-size: 0.8rem;
}

.sec08 h4{
   font-size: 1.35rem;
   margin-bottom:0.3rem;
}

/* sec09 */

.sec09{
    color:white;
	margin-bottom: 7rem;
}

.sec09 .main-text{
    width:700px;
	margin:0 auto;
	padding-top:2rem;
	padding-bottom:2rem;
}

.sec09 .main-img{
    width: 700px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.sec09 h4{
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}

.road-text{
    width: 80%;
    margin: 0 auto;
    border: 1px solid;
    padding: 1rem;
    margin-bottom: 1rem;
}

.road-text p{
  font-size: 0.8rem;
}

/* sec10 */

.sec10 {
	background-image: url(../images/bac03-black.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
	text-align:center;
	color:white;
}

.sec10 h3 {
    margin-top: 12.5rem;
    font-size: 2.3rem;
    color: white;
}

.sec10 h4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
	font-size: 1.3rem;
}

.sec10 .title {
    margin-bottom: 2rem;
    padding: 100px 10px;
    position: relative;
    top: -84px;
}

.contact-sec{
	background-color:white!important;
}


/* Contact Form7 */

.contact-area{
    width: 800px;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: block!important;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    width: 800px;
    margin: 0 auto;
    padding: 1rem;
}

/*******************************
* バッジの色
********************************/
/* 必須マーク */
.must {
	background: #FF1A00;
}

/* 任意マーク */
.free {
	background: #999;
}

.must,
.free {
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	margin-right: 10px;
	padding: 5px 10px;
	letter-spacing: 0.2em;
}

/*******************************
* フォームの設定
********************************/
/* フォーム入力項目 */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea  {
	 width: 100%;
	 padding: 8px 15px;
	 margin-right: 10px;
	 margin-top: 10px;
	 border: 1px solid #ddd;
	 border-radius: 3px;
}

/* 送信ボタン */
input.sub-btn {
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}

/* 送信ボタンホバー */
input.sub-btn:hover{
	background: #FFF;
	color: #F90;  
}

/* 送信ボタン中央寄せ */
.center {
	text-align:center;
}

/* フッター */
.copyright {
    background: black;
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: .8em;
}












@media screen and (max-width: 640px) {
	
	._pc{
	display:none;
}

    ._sp{
	display:block;
}
	
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
	
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
	
	.header-branding{
		height:130px;
	}
	
    .header-branding h1 {
    width: 80%;
    position: relative;
    top: -4px;
}
	
	.mainImg {
    height: 130px;
}
	
	.sec01 {
    height: auto;
}
	
	.sec01 h2 {
    font-size: 1.5rem;
}
	
	.border p {
    font-size: 1.3rem;
	background-size: contain;
}
	
	.sec01 .col_4 > div {
    width: 40%;
}
	
    .sec02 {
    background-size: contain;
    background-repeat: no-repeat;
    height: auto;
    background-position: inherit;
    margin-bottom: -3rem;
		
}
	
	.sec02 .title {
    margin-bottom: 2rem;
    padding: 30px 10px;
}
	
    .sec02 h3 {
    margin-top: 0;
    font-size: 2.3rem;
    color: white;
}
	
	.tel-contact {
    font-size: 1.8rem;
    width: 90%;
    margin: 0 auto;
}
	
	.contact img {
    width: 70%;
    margin-top: 2rem;
}
	
	.tel {
    width: 80%;
    margin: 0 auto;
}
	
	.line {
    width: 80%;
    margin: 0 auto;
}
	
.sec03 {
    background-size: contain;
    height: auto;
    background-repeat: no-repeat;
}
	
.sec03 .main-text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 350px 10px;
    padding-top: 70px;
}
	
		.sec04 {
    margin-bottom: 0;
}
	
	.sec04 h3 {
    margin-top: -0.5rem;
    font-size: 2.3rem;
    color: white;
}
	
    .sec04 .title {
padding-top: 0;
}
	
	.sec04 .col_4 > div {
    width: 90%;
    margin: 0 auto;
}
	
	.sec05 {
    margin-top: 0;
}
	
	.road {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 1.7rem;
}
	
	.sec05 .title {
    padding: 10px 10px;
    padding-bottom: 0;
    top: 0;
}
	
	.sec05 h3 {
    margin-top: -0.5rem;
}
	
	.kaisha {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
	
	
.sec05-2{
	padding-bottom:0!important;
}

.sec05-2 table{
    width: 95%;
    margin: 0 auto;
    margin-bottom: 2rem;
	margin-top: 2rem;
}
	
.textArea{
	width: 95%;
    margin: 0 auto;
		
	}



.sec05-2 table th, .sec05-2 table td {
    width: 33%;
    padding: 0.5rem;
}

.sec05-2 table th {
    padding: 0.1rem;
}
	
	.sec06 .title {
    margin-bottom: 0;
    padding: 10px 10px;
    padding-bottom: 0;
    top: 0;
}
	
	.sec06 h3 {
    margin-top: -0.5rem;
    font-size: 2.3rem;
}
	
	.sec06 .col_4 > div {
    width: 32%;
    margin: 0 auto;
}
	
	.sec07 {
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 30px;
    height: auto;
}
	
	.sec07 h3 {
    margin-top: -0.5rem;
}
	
	.sec07 .title {
    margin-bottom: 2rem;
    padding: 10px 10px;
    position: relative;
    padding-bottom: 0;
}
	
	.sec08 .main-text,.sec08 .main-img {
    width: 90%;
    margin: 0 auto;
}
	
	.sec08 h4 {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
}
	
	.text-brock {
    width: 90%;
    margin: 0 auto;
    display: block;
}
	.text-inline {
    width: 100%;
    margin: 0 auto;
	padding: 0.8rem 0;
}
	
	.sec09 .main-text {
    width: 90%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
	
	.sec09 .main-img {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2rem;
}
	
	.sec10 h3 {
    margin-top: -0.5rem;
    font-size: 2.3rem;
    color: white;
}
	
	.sec10 .title {
    margin-bottom: 2rem;
    padding: 0px 10px;
    top: 0;
}
	
	.sec10 {
    padding-top: 15px;
    background-image: url(../images/bac03-black.jpg);
    background-size: contain;
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    margin-top: -100px;
    height: auto;
}
	
	.contact-sec {
    width: 90%;
    margin: 0 auto;
}
	
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
	
	input.sub-btn {
    width: 100%;
    height: 40px;
    background: #F90;
    color: #FFF;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    border: 1px solid #ffae13;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
}
	
	.contact-area {
    width: 95%;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
	
	/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
	
	
/*　ハンバーガーメニューボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba( 71,70,73,0.6 );
  text-align: center;
  width: 100%;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}

}



