@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,nav,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;padding:0;
}
table{
    border-collapse: collapse;
    border-spacing:0;
}
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #fff; }
a:active { color: #fff; }
a{text-decoration: none;}


fieldset,img{ border:0; }
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;font-weight:normal;
}
li { list-style:none; } caption,th{ text-align:left; }
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
q:before,q:after{ content:''; }
abbr,acronym{ border:0;font-variant:normal; }
sup{ vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
input,textarea,select{ font-family:inherit;font-size:inherit;font-weight:inherit; }
input,textarea,select{ *font-size:100%; }
legend{ color:#000; }

.clearfix{
  position: static;
  clear: both;
}

body{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 17px;	/*文字サイズ*/
	line-height: 1.8;	/*行間*/
  background-image: url("../image/back.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.orange{
  background: #FFC812;
}

#wrap{
	width: 100%;
	margin: 0;
	padding: 0;
}

header{
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 120px;
  background: rgba(20, 20, 20, 0.7);
  z-index: 99;
}

  header .bar{
    height: 15px;
  }

#logo{
  position: relative; top: 20px; left: 30px;
  float: left;
}

.logoicon{
  width: 20%;
}

.logotypo{
  position: relative; top: 20px; left: 20px;
}

  #logo img{
    float: left;
  }

nav{
  position: relative; top: -30px; right: 30px;
  float: right;
}

	nav ul{
		display: table;
		table-layout: auto;
	}

	nav ul li {
		display: table-cell;
		padding: 0 10px;
	}

  nav span{
    font-weight: bold;
    padding: 7px 20px;
    border: 1px solid #FFC812;
    border-radius: 8px;
  }

#main{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

	#main img{
		margin-top: 200px;
		width: 700px;
	}

.order{
	width: 30%;
	margin: 0 auto;
	margin-top: 140px;
	text-align: center;
}

	.order h2{
		padding-top: 25px;
		width: 100%;
		height: 70px;
		background: #FFC812;
		color: #333;
		font-size: 25px;
		font-weight: bold;
		border-radius: 15px;
	  }


.contents{
	width: 35%;
	margin: 0 auto;
	padding: 100px 0 50px;
}

  .contents h3{
		margin: 0 auto;
		margin-bottom: 30px;
		padding: 7px 0;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		border-top: 2px solid #FFC812;
		border-bottom: 2px solid #FFC812;
  }

  .sp{
	    width: 35%;
		margin: 100px auto 30px;
		padding: 7px 0;
		color: #fff;
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		border-top: 2px solid #FFC812;
		border-bottom: 2px solid #FFC812;
  }

    .contents p{
		color: #fff;
		line-height: 2.2em;
    }

    .contents h4{
		margin-bottom: 30px;
		color: #fff;
		font-size: 28px;
		font-weight: bold;
		text-align: center;
    }

#photo{
	background: rgba(25,25,25,0.8);
	padding: 20px 0;
	overflow-x: scroll;
	overflow-y: hidden;
}

#photo ul{
	white-space: nowrap;
}

#photo li{
	display: inline-block;
	float: left;
	padding: 0 10px;
}

#photo img{
	width: 30%;
}


footer{
  	width: 100%;
  	height: 30px;
	margin: 30px auto 10px;
}

footer p{
	text-align: center;
	color: #ddd;
	font-size: 0.5em;
}

.subcontents{
	width: 60%;
	margin: 0 auto;
	text-align: left;
	position: relative; top: 200px;
	padding-bottom: 200px;
}

.subcontents h1{
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #E9BF00;
}

.subcontents p{
	margin-top: 20px;
	color: #fff;
}

.inputbox,textarea{
	display: block;
	width: 80%;
	height: 40px;
	border: 2px solid #aaa;
	border-radius: 10px;
	font-size: 15px;
}


.postmail{
	width: 100%;
	position: relative;
	margin: 50px auto 0;
}

.inputinfo{
	color: #fff;
	font-size: 15px;
	margin-top: 30px;
}

.inputinfo::after{
	position: relative; top: -3px;
	content: "必 須";
	font-size: 11px;
	padding: 5px;
	width: auto;
	height: auto;
	color: #fff;
	background-color: #ff0000;
	border-radius: 5px;
	margin-left: 15px;
}

.area{
	height: 300px;
}

.no:after{
	content: none;
}

.submitbutton{
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.button{
	width: 30%;
	float: left;
	margin-right: 40px;
	background-color: #fff;
	font-weight: bold;
	height: 60px;
	font-size: 15px;
	border-radius: 10px;
	border: 2px solid #0176C4;
}

.button:last-child{
	margin-right: 0;
}


/*ORDERページ*/
.selective{
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	width: 70%;
	font-size: 15px;
	line-height: 0;
}

	.selecttime{
	display: none;
	}
	.radio-time{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	color: #111;
	}
	.radio-time::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
	}
	.selecttime:checked + .radio-time{
	color: #0176C4;
	}
	.selecttime:checked + .radio-time::after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #0176C4;
	border-radius: 50%;
	}

	.checkbox02{
		position: relative;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 50px;
		width: 70%;
		font-size: 15px;
		line-height: 0;
	}

	.checkbox01-input{
	  display: none;
	}
	.checkbox01-parts{
	  padding-left: 20px;
	  position:relative;
	  margin-right: 20px;
		color: #111;
	}
	.checkbox01-parts::before{
	  content: "";
	  display: block;
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 15px;
	  height: 15px;
	  border: 1px solid #999;
	  border-radius: 4px;
	}
	.checkbox01-input:checked + .checkbox01-parts{
	  color: #0176C4;
	}
	.checkbox01-input:checked + .checkbox01-parts::after{
	  content: "";
	  display: block;
	  position: absolute;
	  top: -5px;
	  left: 5px;
	  width: 7px;
	  height: 14px;
	  transform: rotate(40deg);
	  border-bottom: 3px solid #0176C4;
	  border-right: 3px solid #0176C4;
	}


.foot{
	text-align: left;
  	height: 60px;
	margin: 30px auto 30px;
	background: #e4d;
}

.foot p{
	color: #ddd;
	font-size: 0.5em;
}

.finish{
	position: relative; top: 200px;
	texti-align: left;
	width: 40%;
	margin: 0 auto;
	color: #fff;
}

#form{
	margin: 50px 0;
	text-align: left;
}

table#form th{
	width: 250px;
	border-bottom: 1px solid #aaa;
	padding-top: 10px;
	padding-bottom: 6px;
}

table#form td{
	width: 250px;
	border-bottom: 1px solid #aaa;
	padding-top: 10px;
	padding-bottom: 6px;
}

input.hoge{
	width: 200px;
	height: 40px;
	font-size: 1.2em;
	background: #eee;
	border: 1px solid #aaa;
	border-radius: 5px;
}

.btntop{
	background: #fff;
	text-align: center;
	color: #111;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	border: 2px solid #0176C4;
	border-radius: 10px;
	font-weight: bold;
	line-height: 3em;
	padding-bottom: 10px;
}

	/*画面幅480px以下の設定
	---------------------------------------------------------------------------*/

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

    body{
      background: #111;
      background-image: url("../image/mobileback.jpg");
      background-position: center top;
      background-attachment: fixed;
      background-repeat: no-repeat;
    }

#logo{
  float: none;
}

#logo img{
  float: none;
}


.logoicon{
  display: none;
}

.logotypo{
  position: relative; top: -10px; left: -20px;
  width: 35%;
}

footer{
  display: none;
}

nav{
  margin-top: 15px;
  position: static;
  float: none;
}

    nav ul{
      display: table;
      table-layout: auto;
      text-align: center;
      width: 100%;
    }

    nav ul li{
      display: table-cell;
      vertical-align: middle;
      padding: 0;
    }

    nav span{
      font-size: 15px;
      padding: 8px 8px;
    }

.subcontents{
  width: 95%;
  position: relative; top: 120px;
}

.subcontents h1{
  font-size: 1.3em;
}

.subcontents p{
  font-size: 15px;
}

#main img{
  margin-top: 150px;
  width: 100%;
}
.order{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.order h2{
  width: 70%;
  margin: 0 auto;
  height: 40px;
  padding: 8px 15px;
}

.contents{
  width: 75%;
  padding: 50px 30px;
}

.contents h3{
  font-size: 1.3em;
}

.contents h4{
  font-size: 1.2em;
}

.contents p{
  font-size: 15px;;
}

.sp{
  width: 75%;
  font-size: 1.3em;
}

#photo img{
  width: 93%;
}


#form{
	width: 95%;
	margin: 0 atuo;
}

table#form th{
	width:50%;
}

table#form td{
	width: 50%;
}

input.hoge{
	display: block;
	width: 90%;
	height: 40px;
	margin: 20px auto;
}


		.inputbox,textarea{
			width: 95%;
			height: 35px;
			border-radius: 5px;
			margin-bottom: 20px;
		}

		.submitbutton{
			margin-top: 40px;
			margin-bottom: 40px;
		}

		.button{
			display: block;
			width: 45%;
			height: 45px;
			margin-right: 10px;
			border-radius: 10px;
		}

		#inputarea{
			width: 100%;
		}

		.selective{
			position: relative;
			padding-left: 0;
			display: block;
			width: 95%;
			height: auto;
		}

		.selective label, .checkbox02 label{
			width: 60%;
			margin: 0 auto 8px;
			background-color: #fff;
			border: 1px solid #111;
			border-radius: 10px;
		}

    .finish{
    	width: 90%;
    	text-align: center;
    }

    .btntop{
    	width: 300px;
    	height: 40px;
    	margin: 0 auto;
    	border: 2px solid #0176C4;
    	border-radius: 10px;
    	font-weight: bold;
    	line-height: 3em;
    }

    .btn{
    	width: 90%;
    	margin: 0 auto;
    }

    #form-tbl{
    	text-align: left;
    }

    p.btn input{
    	display: block;
    	width: 300px;
    }

    .msg{
    	margin: 30px auto;
    	width: 80%;
    	font-size: 13px;
    }


	}
