@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
/*************************************************************
【ゴシック体の設定】
*************************************************************/

body{
	margin:0px;
	padding: 0px;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", YuGothic, "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 14px;
	color:#534741;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.mincho{
	font-family:'Sawarabi Mincho',"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
a{
	color: #534741;
}

.wrap{
	width:960px;
	margin: auto;
}

.bg{
	background: url(../img/una-bg.jpg) center 50%;
	background-repeat: repeat;
}

.section-title{
	text-align: center;
	font-size: 36px;
	color: #534741;
}
.section-sub-title{
	text-align: center;
	margin: -5px auto 30px;
	font-size: 16px;
	color: #998675;
}
.mt-section{margin-top:50px;}
.mb-section{margin-bottom:30px;}
.link-btn{
	margin: 50px auto auto;
	text-align: center;
}
.link-btn a{
	display: inline-block;
	margin:auto;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #666;
	color: #fff;
	padding: 0 100px;
}
/*************************************************************
【トップページ設定】
*************************************************************/
header#main{
	padding:2px 0;
}
header#main .wrap{
	height:auto;
	padding:5px 0;
}
header#main h1#mv-logo{
	float:left;
	width:180px;
}
header#main h1#mv-logo img{
	width:100%;
	height:auto;
}
header#main .language-tool{
	float:right;
	padding-top:10px;
}


#mv{
	position: relative;
	width: 100%;
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,.6) 100%);
	background:-webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,.6) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,.6) 100%);
}
#mv .wrap{
	position: relative;
	height: 600px;
}
#mv #mv-textarea{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 500px;
	height:300px;
	margin: auto;
	text-align: center;
	color: #fff;
	z-index: 100;
}
#mv h1#mv-logo{
	margin:auto auto 5px;
}
#mv h2#mv-discription{
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin:auto auto 5px;
}
#mv #mv-text{
	font-size: 14px;
	color: #c7b299;
	margin: auto auto 25px;
}
#mv #mv-catch{
	font-size: 40px;
	letter-spacing: 0.2em;
}

nav#global-nav{
	position: absolute;
	bottom:30px;
	width: 100%;
	z-index: 100;
}
nav#global-nav ul{
	font-size: 0;
	letter-spacing: -1em;
	margin: auto;
	text-align: center;
}
nav#global-nav ul li{
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.1em;
}
nav#global-nav ul li a{
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 20px;
	display: block;
}
nav#global-nav ul li:last-child a{
	border-right: 0;
}
#mv #mv_overlay{
	position: absolute;
	background: rgba(0,0,0,.2);
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

#mv ul.mv-slide{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	overflow: hidden;
	z-index: -1;
}
#mv ul.mv-slide li{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: none;
	opacity: 0;
	-webkit-animation: anime 24s linear 0s infinite ;
	animation: anime 24s linear 0s infinite ;
}
#mv ul.mv-slide li:nth-child(1) {
	background-image: url(../img/kv01.jpg);
}
#mv ul.mv-slide li:nth-child(2) {
	background-image: url(../img/kv02.jpg);
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
#mv ul.mv-slide li:nth-child(3) {
	background-image: url(../img/kv03.jpg);
	-webkit-animation-delay: 16s;
	animation-delay: 16s;
}
@-webkit-keyframes anime {
	0% {-webkit-animation-timing-function: ease-in; opacity: 0;}
	10% {-webkit-transform: scale(1.05);opacity: 1;}
	40% {-webkit-transform: scale(1.20);-webkit-animation-timing-function: ease-out;opacity: 1;}
	50% {-webkit-transform: scale(1.3);opacity: 0;}
	100% { opacity: 0;}
}
@keyframes anime {
	0% {animation-timing-function: ease-in;opacity: 0;}
	10% {transform: scale(1.05); opacity: 1;}
	40% {transform: scale(1.2);animation-timing-function: ease-out;opacity: 1;}
	50% {transform: scale(1.3);opacity: 0;}
	100% { opacity: 0;}
}
ul.header-nav{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	letter-spacing: -1em;
	z-index: 999;
}
ul.header-nav li{
	display: inline-block;
	width: 160px;
	background: url(../img/header-bg.jpg);
	text-align: center;
	font-size: 16px;
	letter-spacing: 0em;
	margin-left: 10px;
}
ul.header-nav li a{
	display: block;
	padding: 10px;
	color: #534741;
}
#information{
	padding: 50px 0;
}
ul.information-archive{
}
ul.information-archive li{
	padding: 10px 0;
	border-bottom: 1px solid #999;
	font-size: 14px;
}
ul.information-archive li div{
	float:left;
	padding: 2px 0;
}
ul.information-archive li .day{
	color: #666;
	width: 100px;
}
ul.information-archive li .category{
	color: #fff;
	width: 120px;
	background: #ee8901;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px;
	text-align: center;
}
ul.information-archive li .title{
}
ul.information-archive li .title a{
	text-decoration: underline;
}
ul.information-archive li .text-discription{
	border-top:1px dotted #ccc;
	margin:10px auto;
	padding-top:10px;
	width:100%;
}
ul.information-archive li .information-link{
	text-align:right;
	float:right;
}
ul.information-archive li .information-link {
	text-decoration:underline;
}

#top-catch{
	background: url(../img/circle-bg.png) #000 right 50% no-repeat;
	background-size: contain;
	color: #fff;
	padding: 50px 0;
}

#top-catch h2{
	font-size: 46px;
	margin: auto auto 30px;
}
#top-catch h3{
	font-size: 18px;
	line-height: 2.0;
}

#top-menu{
	padding: 50px 0;
}
ul.menu-archive{
	font-size: 0;
	letter-spacing: -1em;
}
ul.menu-archive li{
	display: inline-block;
	width: 31.333%;
	margin-right: 3%;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
	vertical-align: top;
}
ul.menu-archive li:nth-child(3n){
	margin-right: 0;
}

ul.menu-archive li .photo{
	margin: auto auto 5px;
}
ul.menu-archive li .photo img{
	width: 100%;
	height: auto;
}
ul.menu-archive li .discription{
	color: #736357;
	font-size: 12px;
	margin: auto auto 5px;
	text-align: left;
	/*min-height:38px;*/
	min-height: 75px;
	letter-spacing:normal;
}

ul.menu-archive li .title{
	color: #534741;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #333;
}
ul.menu-archive li .price{
	color: #c1272d;
	font-size: 14px;
}
ul.menu-archive li .price dl{
}
ul.menu-archive li .price dt{
	display: inline-block;
	background: #c1272d;
	color: #fff;
	padding: 0 2px;
	vertical-align: middle;
}
ul.menu-archive li .price dd{
	display: inline-block;
}

#campaign{
}
#campaign ul{
	width: 100%;
	font-size: 0;
	letter-spacing: -2em;
}

#campaign ul li{
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 0.1em;
}

#campaign ul li:first-child a{
	background: url(../img/shop-list.jpg) center 50% no-repeat;
	background-size: cover;
	line-height: 80px;
}

#campaign ul li:last-child a{
	background: url(../img/campaign02.jpg) center 50% no-repeat;
	background-size: cover;
	line-height: 40px;
}
#campaign ul li a{
	display: block;
	width: 100%;
	height: 80px;
	padding: 60px 0;
	font-size: 24px;
	text-align: center;
	color: #fff;
  	text-shadow: 0 0 8px rgba(0,0,0,0.7), 0 0 1em rgba(0,0,0,0.8);
	cursor:pointer;
}

#sub-content{
	padding: 50px 0;
}
#sub-content .sub-content-left{
	float: left;
	width: 49%;
}
#sub-content .sub-content-right{
	float: right;
	width: 49%;
}
#sub-content .sub-content-left ul{
	font-size: 0;
	letter-spacing: -1em;
}
#sub-content .sub-content-left ul li{
	display: inline-block;
	letter-spacing: 0.1em;
}
#sub-content .sub-content-left ul li img{
	width: 100%;
	height: auto;
}
#sub-content .sub-content-left ul li:first-child{
	width: 49%;
	margin: auto 2% 10px auto;
}
#sub-content .sub-content-left ul li:nth-child(2){
	width: 49%;
	margin: auto auto 10px;
}
#sub-content .sub-content-left ul li:last-child{
	width: 100%;
}

#sub-content .sub-content-right .fb-column{
	float: left;
	width: 49%;
}
#sub-content .sub-content-right .insta-column{
	float: right;
	width: 49%;
}
#sub-content .sub-content-right .insta-column .instagallery-items .ig-item {
    padding: 0 5px 10px 5px;
}
footer{
	background: url(../img/footer-bg.jpg) center 50% no-repeat;
	background-size: cover;
	padding: 50px 0 10px;
	text-align: center;
}

footer #footer-logo{
	width: 180px;
	margin: auto auto 30px;
}
footer #footer-logo img{
	width: 100%;
	height: auto;
}
footer ul#footer-menu{
	font-size: 0;
	letter-spacing: -1em;
	margin: auto auto 10px;
}
footer ul#footer-menu li{
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
}
footer ul#footer-menu02{
	font-size: 0;
	letter-spacing: -1em;
	margin: auto auto 30px;
}
footer ul#footer-menu02 li{
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
}
footer ul#footer-menu li a{
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 20px;
	display: block;
}
footer ul#footer-menu li:last-child a{
	border-right: 0;
}
footer ul#footer-menu02 li a{
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 20px;
	display: block;
}
footer ul#footer-menu02 li:last-child a{
	border-right: 0;
}
footer ul#footer-btn{
	font-size: 0;
	letter-spacing: -2em;
	margin: auto auto 30px;
}
footer ul#footer-btn li{
	display: inline-block;
	font-size:14px;
	letter-spacing: 0.1em;
	margin: auto 10px;
}
footer ul#footer-btn li a{
	display: block;
	width: 240px;
	height: 60px;
	border-radius: 30px;
	line-height: 60px;
	color: #fff;
	background:#ee8901;
}
footer #company{
	font-size: 12px;
	color: #fff;
	margin: auto auto 5px;
}
footer #company a{
	color: #fff;
}
footer #copyright{
	font-size: 12px;
	color: #999;
}

/*************************************************************
【ページ設定】
*************************************************************/
header{
	width: 100%;
}
section#pv .wrap{
	position: relative;
   height: 350px;
	padding-top:10px; 
}
section#pv h1#mv-discription{
	color: #fff;
	font-size: 12px;
	margin: auto auto 10px;
	z-index: 100;
}
section#pv #mv-logo{
	width: 200px;
	z-index: 100;
}
section#pv #mv-logo img{
	width: 100%;
	height: auto;
}
section#pv h2#page-title{
	padding-top: 80px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	z-index: 100;
}

article{
	padding: 50px 0;
}


/*************************************************************
【こだわり】
*************************************************************/
#kodawari-catch{
	font-size: 26px;
	text-align: center;
	margin: auto auto 50px;
}
	
ul.kodawari-ul{
}
ul.kodawari-ul li{
	margin: auto auto 30px;
}
ul.kodawari-ul li .kodawari-photo img{
	width: 100%;
	height: auto;
}
ul.kodawari-ul li .kodawari-title{
	font-size: 48px;
	margin: auto auto 15px;
}
ul.kodawari-ul li .kodawari-text{
	font-size: 16px;
}
ul.kodawari-ul li:nth-child(odd){
}
ul.kodawari-ul li:nth-child(odd) .kodawari-photo{
	float: left;
	width: 40%;
}
ul.kodawari-ul li:nth-child(odd) .kodawari-textarea{
	float: right;
	width: 56%;
}
ul.kodawari-ul li:nth-child(even) .kodawari-photo{
	float: right;
	width: 40%;
}
ul.kodawari-ul li:nth-child(even) .kodawari-textarea{
	float: left;
	width: 56%;
}

/*************************************************************
【メニュー】
*************************************************************/
.page-menu ul.menu-archive{
	margin:auto auto 60px;
}
.menu-sub-title{
	margin:auto auto 50px;
	font-size:14px;
	text-align:center;
}
.menu-discription{
	margin:auto auto 30px;
	font-size:16px;
	text-align:center;
}
.menu-attention{
	font-size:12px;
	margin-top:40px;
	color:#999;
}
/*************************************************************
【店舗】
*************************************************************/
.left-column{
	float:left;
	width:640px;
	box-sizing: border-box;
}
.right-column{
	float:right;
	width:300px;
}

ul#shop-ul{
	font-size:0;
	letter-spacing:-2em;
	border-bottom:1px solid #999;
}
ul#shop-ul li{
	display:inline-block;
	font-size:14px;
	letter-spacing:0.1em;
	border-top:1px solid #999;
	padding:10px 5px;
	text-align:left;
	vertical-align:top;
}
ul#shop-ul li:first-child,ul#shop-ul li:nth-child(2){
	border-top:none;
}
ul#shop-ul li:nth-child(odd){
	font-weight:bold;
	width:140px;
}
ul#shop-ul li:nth-child(even){
	width:440px;
}
ul#shop-ul li #google-map{
	width:100%;
	margin:20px auto auto;
}

.right-column h2{
	font-size:14px;
	background: #ee8901;
	color:#fff;
	padding:5px;
}
.right-column ul.shop-side{
	margin:auto auto 30px; 
}
.right-column ul.shop-side li{
	border-bottom:1px solid #999;
	font-size:14px;
}
.right-column ul.shop-side li a{
	display:block;
	color:#000;
	padding:5px ;
}
h3.area-title{
	font-size:26px;
	text-align:center;
	margin:auto auto 20px;
}

ul.shop-list{
	border-top:1px solid #999;
	margin:auto auto 50px;
}
ul.shop-list li{
	border-bottom:1px solid #999;
}
ul.shop-list li a{
	display:block;
	color:#534741;
	padding:10px 5px;
}
ul.shop-list li a:hover{
	background:#f8f8f8;
}
ul.shop-list li div{
	float:left;
	padding:2px 0;
}
ul.shop-list li .shop-name{
	width:200px;
}
ul.shop-list li .shop-address{
	width:400px;
}
ul.shop-list li .shop-holiday{
	width:120px;
	color:#f00;
}
ul.shop-list li .shop-link{
	float:right;
	width:200px;
	background:#ee8901;
	color:#fff;
	text-align:center;
}
.recruit-link{
	margin:50px auto;
}
.recruit-link a{
	display:block;
	margin:auto;
	height:50px;
	line-height:50px;
   border-radius: 25px;
	color: #fff;
   background: #ee8901;
	text-align:center;
	width:300px;
}
/*************************************************************
【採用情報】
*************************************************************/
#recruit-catch{
	font-size: 26px;
	text-align: center;
	margin: auto auto 30px;
}
.recruit-cast{
	width:100%;
	max-width:480px;
	margin:10px auto 20px
}
.recruit-cast img{
	width:100%;
	height:auto;
}
#recruit-discription{
	font-size: 18px;
	text-align: center;
	margin: auto auto 50px;
}
#recruit-licence{
	width:100%;
	background:url(../img/page/recruit-bg.jpg) center 50% no-repeat;
	background-size:cover;
	text-align:center;
	color:#fff;
	padding:50px 0;
	margin: auto auto 50px;
}
#recruit-licence h2{
	font-size: 26px;
	margin:auto auto 30px;
}
#recruit-licence a{
	display:block;
	width:80%;
	max-width:450px;
	margin:auto;
	font-size: 20px;
	height: 60px;
   border-radius: 30px;
   line-height: 60px;
	color: #fff;
   background: #ee8901;
}
ul.recruit-scroll{
	font-size:0;
	letter-spacing:-2em;
	margin:auto auto 50px;
	text-align:center;
}
ul.recruit-scroll li{
	display:inline-block;
	width:320px;
	margin:auto 10px;
	font-size:14px;
	letter-spacing:0.1em;
	text-align:center;
}
ul.recruit-scroll li a{
	display:block;
	text-align:center;
	background:#666;
	color:#fff;
	height:50px;
	line-height:50px;
	border-radius:25px;
	font-size:14px;
}
h4.story-h4-title{
	width:300px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	margin:auto auto 30px;
	font-size:20px;
	text-align:center;
}
.story-bnr{
	width:100%;
	max-width:750px;
	margin:auto auto 30px;
}
.story-bnr img{
	width:100%;
}
ul.story-staff-ul{
	font-size:0;
	letter-spacing:-2em;
	margin:auto auto 50px;
}
ul.story-staff-ul li{
	display:inline-block;
	width:47%;
	font-size:14px;
	letter-spacing:0.1em;
	margin:auto auto 30px;
	vertical-align:top;
}
ul.story-staff-ul li:nth-child(odd){
	margin-right:6%;
}
ul.story-staff-ul li .story-staff-face{
	margin:auto auto 5px;
}
ul.story-staff-ul li .story-staff-face img{
	width:100%;
	height:auto;
}
ul.story-staff-ul li .story-staff-catch{
	font-size:20px;
	margin:auto auto 5px;
}
ul.story-staff-ul li .story-staff-meta{
	font-size:14px;
	margin:auto auto 10px;
}
ul.story-staff-ul li .story-staff-link{
}
ul.story-staff-ul li .story-staff-link a{
	display:block;
	width:80%;
	max-width:280px;
	margin:auto;
	height: 50px;
   border-radius: 25px;
   line-height: 50px;
	color: #fff;
   background: #ee8901;
	text-align:center;
	font-size:16px;
}
ul.story{
}
ul.story li{
	margin:auto auto 50px;
}
ul.story li:last-child{
	margin-bottom:80px;
}
ul.story li h3{
	font-size:26px;
	font-weight:bold;
	margin:auto auto 10px;
}
ul.story li .story-face{
	width:40%;
}
ul.story li .story-face img{
	width:100%;
	height:auto;
}
ul.story li .story-meta{
	font-size:14px;
	margin:5px auto auto;
}
ul.story li .story-text{
	float:right;
	width:56%;
	line-height:2;
}
ul.story li:nth-child(odd) .story-face{
	float:left;
}
ul.story li:nth-child(odd)  .story-text{
	float:right;
}
ul.story li:nth-child(even) .story-face{
	float:right;
}
ul.story li:nth-child(even)  .story-text{
	float:left;
}
/*************************************************************
【投稿周り】
*************************************************************/
.single-wrap{
	max-width:750px;
}
.single-wrap h2.single-title{
	font-size:26px;
	margin:auto auto 5px;
}
.single-wrap .single-meta{
	font-size:14px;
	margin:auto auto 30px;
	color:#666;
}
.single-wrap a{
	text-decoration:underline;
	color:#ee8901;
}
.single-wrap,.single-wrap p{
	line-height:2.0;
}
.single-wrap p{
	margin:auto auto 20px;
}
.single-wrap img{
	max-width:750px;
	height:auto;
}
.single-wrap h2{
	font-weight:bold;
	font-size:20px;
	margin:20px auto;
}
.single-wrap h3{
	font-weight:bold;
	font-size:18px;
	margin:20px auto;
}
/*************************************************************
【エントリー】
*************************************************************/
.recruit-discription{
	font-size:12px;
	margin:20px auto 30px;
	max-width:750px;
}
ul.recruit-field{
	font-size:0;
	letter-spacing:-2em;
	border-bottom:1px solid #999;
	max-width:750px;
	margin:auto auto 30px;
}
ul.recruit-field li{
	display:inline-block;
	font-size:14px;
	letter-spacing:0.1em;
	border-top:1px solid #999;
	padding:10px 5px;
	text-align:left;
	vertical-align:top;
}
ul.recruit-field li:first-child,ul.recruit-field li:nth-child(2){
	border-top:none;
}
ul.recruit-field li:nth-child(odd){
	font-weight:bold;
	width:200px;
}
ul.recruit-field li:nth-child(even){
	width:530px;
}
.entry-link{
	width:60%;
	margin:auto auto 50px;
}
.entry-link a{
	display:block;
	margin:auto;
	height:50px;
	line-height:50px;
   border-radius: 25px;
	color: #fff;
   background: #ee8901;
	text-align:center;
	width:100%;
}
.form-attention{
	font-size:14px;
	margin:auto auto 30px;
	max-width:750px;
}
.entry-content {
	margin-top:50px;
}
.entry-content ul li:nth-child(odd){
	padding-top:15px;
	padding-bottom:15px;
}
.entry-content sup{
	color:#f00;
}
.entry-content .red{
	color:#f00;
}
.entry-content input{
	padding:5px 10px;
	box-sizing:border-box;
	font-size:14px;
}
.entry-content input:focus{
	outline:none;
}
.entry-content input.your-shop{
}
.entry-content textarea{
	width:100%;
	padding:5px 10px;
	box-sizing:border-box;
	font-size:14px;
}
.entry-content textarea:focus{
	outline:none;
}
.entry-content ul.form-btn{
	font-size:0;
	letter-spacing:-2em;
	text-align:center;
}
.entry-content ul.form-btn li{
	display:inline-block;
	margin:auto;
	font-size:14px;
	text-align:center;
	letter-spacing:0.1em;
}
.entry-content ul.form-btn li input{
	width:240px;
	height:60px;
	line-height:60px;
	border-radius:30px;
	text-align:center;
	border:none;
	padding:0;
	margin:auto 10px;
	font-size:14px;
}
.entry-content ul.form-btn li input.send-btn{
	color: #fff;
   background: #ee8901;
}
.entry-content ul.form-btn li input.back-btn{
	color: #fff;
   background: #999;
}
/*************************************************************
【コンタクト】
*************************************************************/
.contact-discription{
	font-size:12px;
	margin:20px auto 30px;
	max-width:750px;
}
.contact-discription strong{
	font-weight:bold;
	color:#ee8901;
}

/*************************************************************
【ライセンス】
*************************************************************/
.photo-content{
	margin:30px auto;
}
.photo-content .photo{
	float:left;
	width:46%;
}
.photo-content img{
	width:100%;
	height:auto;
}
.photo-content .textarea{
	float:right;
	width:50%;
	line-height:2.0;
}
.photo-content .textarea p{
	line-height:2.0;
}

ul.feature{
	font-size:0;
	letter-spacing:-2em;
	margin:30px auto;
}
ul.feature li{
	display:inline-block;
	width:46%;
	font-size:14px;
	letter-spacing:0.1em;
	margin:auto 2% 20px;
	padding:10px;
	box-sizing:border-box;
	border:1px solid #ccc;
	vertical-align:top;
	min-height:254px;
}
ul.feature li h3{
	text-align:center;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:16px;
}

ul.regulation{
	font-size:0;
	letter-spacing:-2em;
	margin:30px auto ;
}
ul.regulation li{
	display:inline-block;
	font-size:14px;
	letter-spacing:0.1em;
	border-top:1px solid #999;
	padding:10px 5px;
	text-align:left;
	vertical-align:top;
	box-sizing:border-box;
}
ul.regulation li:first-child,ul.regulation li:nth-child(2){
	border-top:none;
	padding-top:0;
}
ul.regulation li:nth-child(odd){
	font-weight:bold;
	width:200px;
}
ul.regulation li:nth-child(even){
	width:750px;
}

.step-content{
	margin: auto;
}
.step-left{
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: auto auto 50px;
	text-align: center;
	
}
.step-left img{
	width: 100%;
}
.step-right{
	width: 100%;
	max-width:800px;
	margin: auto;
}
.licence-flow01,.licence-flow02,.licence-flow03,.licence-flow04{
	position: absolute;
	color: #534741;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	letter-spacing: normal;
}
.licence-flow01{
	bottom: 2%;
     left: 4%;
}
.licence-flow02{
    bottom: 18%;
	left: 24%;
}
.licence-flow03{
    bottom: 32%;
	left: 44%;
}
.licence-flow04{
    bottom: 46%;
	left: 64%;
}
.licence-flow05{
	position: absolute;
	color: #ee8901;
	font-size: 36px;
	font-weight: bold;
	top: 26%;
	left: 82%;
	text-align: left;
	width: 200px;
}
.licence-time{
	position: absolute;
	color: #ee8901;
	font-size: 16px;
	font-weight: bold;
	bottom:6%;
	right:5%;
	text-align: right;
}
ul.licence-flow{
	margin:20px auto;
}
ul.licence-flow li{
	margin:auto auto 20px;
}
ul.licence-flow .step{
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}
ul.licence-flow .step .step-no{
	float:left;
	width:160px;
	font-size:16px;
	padding:2px 10px;
	margin-right:20px;
	color: #fff;
   background: #ee8901;
	text-align:center;
}
ul.licence-flow .step .flow-title{
	float:left;
	font-size:16px;
	font-weight:bold;
	padding:2px 0;
}
ul.licence-flow .flow-text{
	font-size:14px;
}
.licence-btn{
	margin:50px auto auto;
}
.licence-btn a{
	display:block;
	width:80%;
	margin:auto;
	font-size: 20px;
	height: 60px;
   border-radius: 30px;
   line-height: 60px;
	color: #fff;
   background: #ee8901;
	text-align:center;
}

/*************************************************************
【丑の日】
*************************************************************/
.entry-content ul li select{
	padding:5px 10px;
}
.entry-content ul li.form-menu{
}
.entry-content ul li.form-menu dl{
	font-size:0;
	letter-spacing:-2em;
	vertical-align:middle;
	margin:auto auto 4px;
}
.entry-content ul li.form-menu dt,.entry-content ul li.form-menu dd{
	display:inline-block;
	font-size:14px;
	letter-spacing:0.1em;
	vertical-align:top;
}
.entry-content ul li.form-menu dt{
	width:180px;
}
.entry-content ul li.form-menu dd{
	width:100px;
	text-align:right;
	padding-right:5px;
	box-sizing:border-box;
}
.entry-content ul li.form-menu dd input{
	width:60px;
	padding:2px;
}

/*************************************************************
【こだわり】
*************************************************************/
.kodawari-content,.kodawari-content div,.kodawari-content p{
	line-height:2.0;
	font-size:16px;
}
.kodawari-content01{
	background:url(../img/page/kodawari-tare.png) center top no-repeat;
	height:350px;
	position:relative;
}
.kodawari-text01{
	position:absolute;
	right:100px;
	top:50px;
}
.kodawari-content02{
	background:url(../img/page/kodawari-bg01.png) right 100px no-repeat;
}
.kodawari-textarea01{
	max-width:750px;
	margin:auto auto 100px;
}
.kodawari-content03{
	position:relative;
	padding-bottom:100px;
}
.kodawari-content03-photo{
	float:left;
	width:400px;
}
.kodawari-textarea02{
	float:right;
	width:400px;
	padding-top:100px;
}
.kodawari-text02{
	position:absolute;
	left:460px;
	top:200px;
}

.kodawari-content04{
	position:relative;
	background:url(../img/page/kodawari-bg02.png) 200px 50px no-repeat;
	padding-top:100px;
	margin-bottom:80px;
}
.kodawari-textarea03{
	width:400px;
	padding-bottom:360px
}
.kodawari-content04-photo{
	position:absolute;
	right:100px;
	bottom:0;
}
.kodawari-text03{
	position:absolute;
	right:80px;
	top:0;
}

.kodawari-content05{
	position:relative;
	background:url(../img/page/kodawari-bg03.png) 80px 50% no-repeat;
	margin:auto auto 100px;
}
.kodawari-textarea04{
	width:300px;
	float:left;
}
.kodawari-content05-photo{
	float:right;
	width:400px;
}
.kodawari-text04{
	position:absolute;
	left: 200px;
	bottom: 0px;
}

.kodawari-content06{
	position:relative;
	background:url(../img/page/kodawari-ensyutu.png) center bottom no-repeat;
	padding-bottom:350px;
}
.kodawari-textarea05{
	width:600px;
	margin-left:100px;
}
.kodawari-text05{
	position:absolute;
	right:50px;
	top:50px;
}
.page-id-75 article a{
	text-decoration:underline;
	color: #ee8901;
}

.pagenation{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #ccc;
}
.pagenation ul{
}
.pagenation ul li{
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}
.pagenation ul li a{
	text-decoration:underline;
	color: #ee8901;
}
.pagenation ul li.selected{
	font-weight:bold;
}

ul.single-link{
	padding-top:30px;
	margin-top:50px;
	border-top:1px solid #ccc;
	font-size:0;
	letter-spacing:-2em;
}
ul.single-link li{
	display:inline-block;
	width:50%;
	vertical-align:middle;
	font-size:14px;
	letter-spacing:normal;
	box-sizing:border-box;
}
ul.single-link li#back-link{
}
ul.single-link li#next-link{
	text-align:right;
}
.page404 a{
	text-decoration:underline;
	color: #ee8901;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width:170px;
}
#page-top img{
	width:100%;
}
#page-top a{
}
#page-top a:hover {
}
.reserved-limit{
	text-align:center;
}
.reserved-limit .red{
	color:#f00;
}