@charset "UTF-8";
body{
	position: relative;
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
h1, h2, h3, h4, h5, p, ul, li, form {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}

#container{
	position: relative;
}

ul, li {
	list-style: none;
}
a {
	color: #f00;
	cursor: pointer;
	text-decoration: none;
}
/*----clearfix----*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pc{display: none !important;}
/*----top----*/


body#top{
	background: url(images/top_bg.jpg) center top no-repeat;
	background-size: cover;
}

#top h1{
	margin: 65px 0 0 0;
	padding-bottom: 10px;
	text-align: center;
}

#top h1 img{
	width: 105px;
}

#top h2{
	margin: 60px 0 0 0;
	text-align: center;
}


#top .container{
	width: 100%;
}

#top .container ul{
	width:90%;
	margin:65px auto;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	justify-content: center;

}

#top li{
	width: 100px;
	order: 0;
	margin-left: 15px;
    /*margin: 70px 20% 100px 0;*/
}

#top li:first-child{
	margin-left: 0;
}

#top li.order{
	order: -1;
	margin-left: 0;
	margin-right: 20px;
}

#top li img{
	width: 100%;
}

#order p{
    position: absolute;
		left: 0;
    bottom: 2px;
}

#top li.order{
	width: 33px;
}

#order p{
    left: 0;
    bottom: 0;
}

#order p img{
	width: 80%;
    height: auto;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
	left: 0px;
	background-position: center;
	/* background-image: url("images/top_bg.jpg"); */
	background-color: #ffe5ef;
	background-repeat: no-repeat;
	background-size: cover;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
	top: 50%;
	left: 50%;
	width: 350px;
	height: auto!important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader img{
	width: 100%;
	height: auto;
}

.bg{
	width:100vw;
	height: 100vh;
	position: absolute;
	z-index: -1;
}


/*----common----*/

header{
	margin: 0;
	padding: 0;
	width: 100%;
}

header h1{
	margin:32px 0 40px 23px;
	text-align: center;
}

header h1 a img{
	width: 80%;
}

/*header ul{
	margin-left:5%;
}*/

header ul li.yutaka{
	margin: 10px 0 0 0;
    text-align: center;
}

#yutaka header ul li.yutaka{
	opacity: 0.3;
}

header ul li.fuku{
	margin: 20px 0 0 0;
    text-align: center;
}

#fuku header ul li.fuku{
	opacity: 0.3;
}

section{
	width: 100%;
	height: auto;
	margin-top:30px;
}

section img{
	width: 100%;
	height: auto;
}

#fuku section div p{
	margin-bottom: 60px;
}

section div.spec{
	position: relative;
}

.yoyaku-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 100px;
}

.yoyaku-btn a{
	width: 120px;
}

.yoyaku-btn a img{
	width: 100%;
}

ul.utility .close{
	z-index: 9999;
	position: absolute;
	top:13px;
	left:13px;
}

ul.utility .order{
	width: 35px;
	height: 253px;
	z-index: 9999;
	position: absolute;
	bottom:0;
	left:0
}

#fuku ul.utility .order{
	position: relative;
	margin-top: -30px;
}

#yutaka ul.utility .order{
	position: relative;
	margin-top: -30px;
}

.spec h3{
	margin-top: 30px;
}

.img-caution{
	font-size: 10px;
	color: #000;
	margin: 9px;
	text-decoration: none!important;
}

section h3{
	width: 50%;
	margin: 40px auto 0 ;
}

/*----order----*/
#order h2 img{
	width:100%;
}

#order p{
	position: relative;
	display: block;
	float: right;
}

#order .link-1{
	position: absolute;
	float: none;
	left: 20px;
	bottom: 0;
	margin-top: 30px;
	width: 35px;
	margin-right: 15px;
}


#order .link-2{
	margin-top: 30px;
	width: 76px;
	margin-right: 30px;
}

#order .text-1{
	margin-top: 30px;
	width: 30px;
	margin-right: 20px;
	float: right;
	margin-bottom: 30px;
}
