﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ General Settings ------ */

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

body {
	background: #9e9e9f;
	color:#000;
	font-size:16px;
}

#wrapper {
	margin-top:10px;
	width:100%;
	margin:0 auto;
}

.wrap_top{
	display: table;
	width:100%;
}

.wrap_top .cont{
	display: table-cell;
	width:100%;
	height: 100vh;
    text-align: center;
    vertical-align: middle;
}

/*--- 配置関連 ---*/

.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}

.mt30 {margin-top: 30px;}
.mt60 {margin-top: 60px;}
.mt100 {margin-top: 100px;}
.mt200 {margin-top: 200px;}

.container{display: flex;}

.hidden_box label img,
.wrap03 .cont img {max-width: 70%;}

/*---- text関連 ----*/

.t-r{text-align: right;}
.t-c {text-align: center;}

.fs-120{font-size: 1.2em;}

.icon_white{
	padding: 3px;
	margin-right: 5px;
	background-color: #fff;
	color: #67160a;
	font-size: 0.8em;
}

/* ボタン */
.btn_yoyaku{
	position: relative;
	z-index: 1;
	background-color: #9f2f24;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 10px;
	height:32px;
	width:25%;
	margin-left:auto;
	margin-right:auto;
}

.btn_yoyaku a{
	position: absolute;
	top: 27%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	color:#fff;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:30px;
	text-align: center;
	text-decoration: none;
}

/* form */

.decorated-btn {
  padding: 1% 8%;
  background-color: gold;
  font-size: 20px;
  border-radius: 50px;
}

.click-down:active {
  transform: translateY(2px);
  border-bottom: none;
}

.decorated-btn:hover {
  background-color: orange;
}


.ft-logo{
	width:10%;
	margin-left: auto;
	margin-right: auto;
}

footer {
	display: flex;
	justify-content: space-around;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #333333;
}

footer .item{
	text-align: center;
	height:30px;
	width:33%;
	padding:10px;
	position: relative;
    z-index: 1;
}

footer .item:hover{
	background-color: #222;
}

footer .item a{
	color: #fff;
	text-decoration: none;
	position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 100%;
    /*text-indent:-999px;*/
    z-index: 2;
}

footer .item:nth-child(2){
	border-style: solid;
	border-width: 0 1px;
	border-color: #333333;
}

/* ------ Footer ------ */

footer {
	padding:0;
	overflow: hidden;
	background-color: #000;
}

.copy{
	text-align: center;
	font-size: 80%;
	/*margin-top: 20px;*/
	padding:2px 0;
	color:white;
}

ul li{
	background-color: #000;
}

ul li a:visited,
ul li a:link{
	color: #fff;
	text-decoration: none;
}


/*-------pc end--------------------------------------	*/

@media screen and (max-width: 680px) {
	.btn_yoyaku{
		width:96%;
		padding:2%;
	}

	.ft-logo{
		width:50%;
	}

	.hidden_box label img,
	.wrap03 .cont img {max-width: 100%;}
}

@media screen and (max-width: 480px) {
	.btn_yoyaku{
		width:96%;
	}

	/* Youtube */

	#video {
		width: 345px;
		height: 194px;
		margin: auto;
		position: relative;
	}
	#play_button {
		width: 345px;
		height: 194px;
		background-image: url(../_img/youtube.gif);
		background-size: cover;
		cursor: pointer;
	}


}

