@charset 'utf-8';

/*==============================
Common
==============================*/
html,body {
	height: 100%;
}

body {
	width: 100%;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-size: 14px;
}

#Container {
	min-width: 960px;
	overflow: hidden;
}

div.inside {
	width: 960px;
	position: relative;
	margin: 0 auto;
}

a {
	text-decoration: none;
}

a, a.link, a.visited, a:hover, a:active {
	color: #000;
}

/* nav
==============================*/
nav ul {
	width: 643px;
	position: absolute;
	top: 0;
	right: 0;
}

nav ul li {
	position: relative;
	float: left;
	margin-left: 60px;
	line-height: 1;
}

nav ul li a {
	display: block;
	padding: 43px 0;
}

nav ul li span{
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 34px;
	left: 0;
	background: transparent;
	-webkit-transition: background .18s cubic-bezier(.645, .045, .355, 1.000);
	        transition: background .18s cubic-bezier(.645, .045, .355, 1.000);
}

@media screen and (min-width: 961px) {
	nav ul li:hover span {
		background: #000;
	}
}

nav ul li:first-child {
	margin-left: 0;
}

.ShopsSubmenu {
	display: none; 
	position: absolute;
	width: 200px;
	margin-top: -30px;
	font-family: serif;
}
.ShopsSubmenu a{
	display: block;
	padding: 10px 7px;
	background: #efefef;
	border-bottom: solid 1px #aaa;
	
}
.ShopsSubmenu a:hover{
	background: #ffe35e;
	
}

nav ul li.Shops:hover .ShopsSubmenu {
	display: block;
}


/* section
==============================*/
section.news,
section.about,
section.access {
	padding: 80px 0;
	background: url('../images/line.png') center top no-repeat;
}

section.news h2,
section.about h2,
section.access h2 {
	margin-bottom: 70px;
	line-height: 1;
	text-align: center;
}

/*==============================
header
==============================*/
header {
	width: 100%;
	height: 100px;
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #ffe35e;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.445, .050, .550, .950); /* easeInOutSine */ /* easeInOutSine */
	        transition:         transform .3s cubic-bezier(.445, .050, .550, .950); /* easeInOutSine */
	-webkit-transform: translateY(-100px);
	    -ms-transform: translateY(-100px);
	        transform: translateY(-100px);
}

header.visible {
	-webkit-transform: translateY(0px) rotateX(0deg);
	    -ms-transform: translateY(0px) rotateX(0deg);
	        transform: translateY(0px) rotateX(0deg);
}

header p.logo {
	width: 153px;
	position: absolute;
	top: 8px;
	left: 0;
}

@media screen and (min-width: 961px) {
	header {
		display: block;
	}
}

/*==============================
mv
==============================*/
section.mv {
	padding-bottom: 72px;
}

section.mv div.slider {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

section.mv div.slider ul li,
section.mv div.slider ul li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

section.mv div.slider ul li a {
	-webkit-transition: .2s;
	transition: .2s;
}

section.mv div.slider ul li a:hover {
	-webkit-filter: brightness(1.05);
	filter: brightness(1.05);
}

section.mv div.slider ul li img {
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

section.mv div.slider ul li.visible {
	z-index: 2;
}

section.mv div.slider ul li.next {
	z-index: 1;
}


@media screen and (min-width: 1367px) {
	section.mv div.slider ul li {
		-webkit-background-size: cover;
		        background-size: cover;
	}
}

.loading {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background: #ffe35e;
}

.loading img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

section.mv h1 {
	position: absolute;
	z-index: 10;
	top: -90px;
	left: 0;
}

section.mv nav ul {
	top: 41px;
}

section.mv p.lead {
	padding-top: 190px;
	text-align: center;
}

/*==============================
news
==============================*/
section.news div.wrap {
	overflow: hidden;
	margin: 0 -6px;
	padding: 6px 6px;
}

section.news div.wrap div.box {
	width: 225px;
	float: left;
	margin-left: 20px;
}

section.news div.wrap div.box:first-child {
	margin-left: 0;
}

section.news div.wrap div.box a {
	display: block;
	position: relative;
}
section.news div.wrap div.box a > span {
	width: 237px;
	height: 102%;
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	z-index: 1;
	opacity: 0;
	background: rgba(255, 227, 94, 0.6) url(../images/loading.png) center 18px no-repeat;
	background-size: 68px auto;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
}

section.news div.wrap div.box a:hover > span {
	opacity: 1;
}

section.news div.wrap div.box div.thumb-wrap {
	width: 225px;
	height: 150px;
	position: relative;
	margin-bottom: 20px;
}

section.news div.wrap div.box p.thumb {
	width: 225px;
	height: 150px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: center center no-repeat;
	-webkit-background-size: cover;
	        background-size: cover;
}

section.news div.wrap div.box div.info {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}

section.news div.wrap div.box div.info p {
	width: 50%;
	display: table-cell;
	line-height: 1;
	vertical-align: middle;
}

section.news div.wrap div.box div.info p.cate {
	text-align: left;
}

section.news div.wrap div.box div.info p.cate span {
	display: inline-block;
	padding: 8px;
	font-size: 86%;
	color: #fff;
	background: #AAA;
}


section.news div.wrap div.box div.info p.cate.lucua span {
	background: #c42525;
}

section.news div.wrap div.box div.info p.cate.nakazaki span {
	background: #c39739;
}

section.news div.wrap div.box div.info p.date {
	text-align: right;
}

section.news div.wrap div.box h3 {
	line-height: 1.6;
}

/*==============================
aboout
==============================*/
section.about section {
	position: relative;
	margin-top: 80px;
	line-height: 1;
}

section.about section:first-child {
	margin-top: 0;
}

section.about div.row {
	width: 960px;
	display: table;
}

section.about div.row .narrow,
section.about div.row .wide {
	display: table-cell;
	vertical-align: middle;
}

section.about div.row h3 {
	margin-bottom: 35px;
}

section.about div.row .top {
	vertical-align: top;
}

section.about div.row .right {
	text-align: right;
}

section.about p.full-img {
	width: 100%;
	margin-bottom: 32px;
}

section.about div.row-3 .wide {
	padding-top: 44px;
}

section.about .oimo01 {
	position: absolute;
	bottom: -18px;
	right: -10px;
}

section.about ul li {
	position: absolute;
}

section.about ul li.oimo02 {
	bottom: 10px;
	right: 370px;
}

section.about ul li.oimo03 {
	bottom: 30px;
	right: 270px;
}

section.about ul li.oimo-box {
	bottom: -22px;
	right: 77px;
}


/*==============================
about
==============================*/



/*==============================
access
==============================*/
section.access .wrap {
	overflow: hidden;
}
section.access .wrap section {
}
section.access .wrap section + section {
	margin-top: 20px;
	text-align: center;
}

section.access section.honten {
	overflow: hidden;
	padding: 0 72px;
}
section.access section.honten div.map{
	float: right;
}
section.access section.honten div.img{
}
section.access section.others {
	width: 400px;	
	padding-top: 40px;
	margin-left: 55px;
	float: left;
}
section.access section p.honten{
	font-size: 1.1em;
	font-family:serif;
	letter-spacing: 0.1em;
	width: 800px;
	text-align: left;
}
section.access section p.others{
	font-size: 1.1em;
	font-family:serif;
	letter-spacing: 0.1em;
	width: 440px;
	text-align: left;
}
section.access section div.map {
	width: 400px;
	height: 320px;
	position: relative;
}
section.access section div.more {
	padding-top: 10px;
	width: 400px;
	text-align: right;
}
section.access section div.more2 {
	padding-top: 10px;
	width: 800px;
	text-align: right;
}

section.access section div.map .area {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

section.access section div.info {
	width: 440px;
	box-sizing: border-box;
}

section.access section h3 {
	text-align: center;	
	margin-top: 40px;
	margin-bottom: 5px;
}


/*==============================
footer
==============================*/
footer {
	position: relative;
}

footer div.img {
	width: 100%;
	height: 280px;
	background: url('../images/footer_img01.jpg') center top no-repeat;
}

@media screen and (min-width: 1367px) {
	footer div.img {
		-webkit-background-size: cover;
		        background-size: cover;
	}
}

footer div.bottom {
	width: 960px;
	height: 75px;
	position: relative;
	margin: 0 auto;
}

footer p.copy {
	position: absolute;
	bottom: 27px;
	left: 0;
	line-height: 1;
}

footer ul {
	position: absolute;
	bottom: 32px;
	right: 57px;
	line-height: 1;
}

footer ul li {
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
}

footer p.pagetop {
	position: absolute;
	bottom: 25px;
	right: 0;
}

footer p.logo {
	width: 100%;
	height: 0;
	overflow: hidden;
	position: fixed;
	z-index: 1000000;
	bottom: 0;
	left: 0;
	background: #ffe35e;
}

footer p.logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}




p.title {
	font-size: 15px;
	display: inline;
	padding-bottom: 5px;
	font-family:serif;
	font-weight: 900;
}
p.title:hover {
	border-bottom: solid 3px #000;
}

.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 5px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 20px;/*高さ*/
  width: 85px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 11px;/*文字のサイズ*/
  line-height: 21px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 15px;/*アイコンサイズ*/
  position: relative;
  top: 2px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}