@charset "utf-8";
/*
Theme Name:official_Theme
Theme URI:http://
Description:official
Version:0.1
Author:BFnet
Author URI:
Tags:
*/
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Tangerine:400,700');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
.nopc {display: none!important;}
* {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {vertical-align:middle;}
h1,h2,h3,h4,h5,strong{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
sub, sup {
vertical-align: baseline;
}
sup {
position:relative;
top:-4px;
font-size: 50%;
}
img{
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
}
ul {display: block}
li {
	list-style-position: outside;
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #0e5c95;
	-webkit-tap-highlight-color:transparent;
}
a:hover {color: #ff0000;}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
main {display: block;}
:focus {outline: none;}
body{
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
	font-size: 20px;
	position: relative;
	font-family: "Noto Sans Japanese","メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
}
body.home {background: url(img/bg.jpg) repeat;}
header {
	width: 100%;
	height: 260px;
	background: #fff;
	padding-top: 20px;
}
h1 {
	width: 225px;
	height: 138px;
	margin: 0 auto 40px auto;
}
.fixed {
	position: fixed;
	top: 0;
}
#gnav {
	width: 100%;
	z-index: 9999;
	background-color: rgba(255,255,255,0.9);
}
#gnav > ul {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#gnav > ul > li {
	display: inline-block;
	
}
#gnav a {
	font-size: 2em;
	padding: 12px 30px;
	letter-spacing: 1px;
	text-indent: 1px;
	font-family: 'Tangerine', cursive;
	font-weight: bold;
	color: #000;
}
#gnav a:hover {}


main {}
.home section {
	width: 100%;
	min-height: 760px;
	padding: 60px 0;
}
.inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.ofv {overflow: visible!important;}
#sidebar {
	padding-top: 60px;
	width: 280px;
	margin-right: 680px;
}
.side_bef {
	padding: 10px 0 10px 20px;
	background: #999;
	border: 1px solid #999;
	color: #fff;
	display: block;
	margin-bottom: 60px;
	transition: all .3s;
}
.side_bef:hover {
	color: #000;
	background: #fff;
}
.side_bef i {margin-right: 8px;}
#sidebar h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 30px;
}
#sidebar h3 i {
	font-size: 0.5em;
	margin-right: 4px;
	vertical-align: middle;
}
.sidenav {margin-bottom: 60px;}
.sidenav li a {
	font-size: 0.9em;
	line-height: 60px;
	color: #2e2e2e;
	display: block;
	position: relative;
	border-bottom: 1px solid #F0F0F0;
}
.sidenav li a:hover {
	text-decoration: underline;
}
.sidenav li a img {
	width: 35px;
	height: auto;
	margin-right: 8px;
	vertical-align: middle;
}
.sidenav li a i {
	position: absolute;
	top: 23px;
	right: 0;
	font-size: 14px;
}
.sidenav li ul li a {
	font-size: 0.7em;
	padding-left: 43px;
}
#searchform {margin-bottom: 60px;}
#searchform input {display: inline;}
#searchform input[type="text"]{
	box-sizing: border-box;
	width: 198px;
	padding: 8px 10px;
	margin-right: 2px;
}
#searchform input[type="submit"]{
	padding: 5px 0;
	width: 75px;
	font-size: 0.8em;
}
.content {
	width: 620px;
	padding-top: 60px;
	float: right;
}
#sec01 {background: url(img/bg01.jpg) no-repeat center center;}
#sec03 {background: url(img/bg02.jpg) no-repeat center center;}
#sec05 {background: url(img/bg04.jpg) no-repeat center center;}

.home h2 {
	font-size: 4em;
	font-weight: bold;
	font-family: 'Tangerine', cursive;
	text-align: center;
}
.home h2 br {display: none;}

#sec02 h2,
#sec04 h2 {
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

#sec03 h2 {
	text-align: center;
	margin: 20px 0;
	color: #fff;
	text-shadow:
		#152029 2px 2px 3px, #152029 -2px 2px 3px,
		#152029 2px -2px 3px, #152029 -2px -2px 3px;
}
.home h3 {
	font-size: 3em;
	font-weight: bold;
	font-family: 'Tangerine', cursive;
}






.itemnav {
	overflow: hidden;
	width: 700px;
	margin: 40px auto;
}
.itemnav li {
	width: 220px;
	height: 66px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}
.itemnav li:last-child {margin-right: 0;}
.itemnav li a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: url(img/itemnav.png) no-repeat #fff;
	-webkit-background-size: 220px 198px;
	background-size: 220px 198px;
	-webkit-text-size-adjust: 100%;
	text-indent: -9999px;
	transition: all .3s;
}
.itemnav li.itemnav01 a {background-position: 0 0;}
.itemnav li.itemnav02 a {background-position: 0 -66px;}
.itemnav li.itemnav03 a {background-position: 0 -132px;}
.itemnav li a:hover {background-color: #a5e5e4;}


.topitemlist {
	width: 910px;
	margin: 0 auto;
	overflow: hidden;
}
.topitemlist li {
	width: 220px;
	height: 220px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}
.topitemlist li:nth-child(4n) {margin-right: 0;}
.topitemlist li img {
	width: 100%;
	height: auto;
	/*画像のセンタリング（中央寄せ）*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.info_left,
.infolist {
	width: 580px;
	padding: 40px 20px;
	float: left;
	background-color: rgba(255,255,255,0.8);
}
.infolist {
	width: auto;
	float: none;
	padding: 0;
}
.infolist li:nth-child(even) {background-color: rgba(244,244,244,0.8);}
.info_left li a,
.infolist li a {
	color: #222;
	display: block;
	font-size: 0.9em;
	padding: 20px 10px 19px 10px;
	border-bottom: 1px dotted #000;
}
.info_left li:last-child a,
.infolist li:last-child a {border: 0 none;}
.info_left li a span,
.infolist li a span {margin-right: 1em;}
.info_right {
	margin-left: 685px;
	position: relative;
}
.instaimg {
	width: 210px;
	height: auto;
}
.instaqr {
	width: 110px;
	height: 110px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.cnttxt {
	text-align: center;
}
#staff {
	overflow: hidden;
	margin: 50px auto;
	width: 800px;
}
#staff dt {
	width: 150px;
	float: left;
}
#staff dt img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	padding: 5px;
	border: 5px solid #ccc;
	box-sizing: border-box;
}
#staff dd {margin-left: 200px;}
#staff dd strong {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}
.shopbg {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(img/shop.jpg) repeat center bottom;
	background-attachment: fixed;
}
.cntimg {
	display: block;
	margin: 0 auto;
}
#contactarea01 {
	width: 520px;
	background: url(img/flagirl.png) no-repeat 80px top;
	-webkit-background-size: 118px 200px;
	background-size: 118px 200px;
	-webkit-text-size-adjust: 100%;
	margin: 20px 0 40px auto;
}

#contactarea02 {
	width: 440px;
	padding: 40px;
	border-style: solid;
	background: #fff;
	border-width: 5px;
	border-image: url(img/border.gif) 5 repeat;
	border-image-width: 5px;
	margin: 0 0 0 auto;
}
.contact01,
.contact02 {
	text-align: right;
	margin-bottom: 1em;
}
.contact01 li {
	letter-spacing: 1px;
	font-family: 'Fjalla One', sans-serif;
}
.contact01 li:first-child {font-size: 1.6em;}

#totop {
	position: fixed;
	bottom: 86px;
	right: 0;
}
#totop a {
	width: 120px;
	height: 114px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(img/totop.png) no-repeat;
}
#totop a:hover {background-position: 0 -114px;}



.mapcover {
	margin: 50px 0;
	width: 100%;
	height: 500px;
}
footer {
	width: 100%;
	background: #fff;
	padding: 100px 0 40px 0;
}
.links {
	width: 684px;
	overflow: hidden;
	margin: 0 auto 40px auto;
}
.links li {
	width: 332px;
	float: left;
	margin-right: 20px;
}
.links li:last-child {margin-right: 0;}
.copyright {text-align: center;font-size: 0.9em;}

.m20 {margin: 20px;}


/* archive */
.archivettl {
	font-size: 1.1em;
	margin-bottom: 40px;
	font-weight: bold;
}
.itemlist {
	margin: 0 auto;
	overflow: hidden;
}
.itemlist li {
	width: 200px;
	overflow: hidden;
	float: left;
	margin: 0 10px 20px 0;
	position: relative;
}
.itemlist li:nth-child(3n) {margin-right: 0;}
.itemlist li a {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.itemlist li img {
	width: 100%;
	height: auto;
	/*画像のセンタリング（中央寄せ）*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.list_ttl {
	color: #666;
	font-size: 0.8em;
	height: 3em;
	overflow-y: auto;
}
.list_cost {
	text-align: right;
	height: 1.5em;
	overflow: hidden;
}
.stt01,
.stt02,
.stt03 {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 1px 2px;
	color: #fff;
	font-size: 0.7em;
}
.single-post .stt01,
.single-post .stt02,
.single-post .stt03 {right: 0;left: auto;}
.stt01 {background: #161b97;}
.stt02 {background: #e17b02;}
.stt03 {background: #e10217;}


.pagenav {
	width: 100%;
	margin: 40px auto 50px auto;
	overflow: hidden;
}
.pagenav li {
	width: 25%;
	float: left;
	margin-right: 2%;
	text-align: center;
	min-height: 1px;
}
.pagenav li.backlist {width: 46%;}
.pagenav li.next {margin-right: 0;}
.pagenav li a {
	display: block;
	color: #565656;
	background: #eee;
	padding: 15px 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.pagenav li a:hover {
	background: #565656;
	color: #eee;
}
.pagenav li a i {margin: 0 10px;}

/* pagenation */
nav.navigation {padding: 40px 0;}
nav.navigation h2 {display: none;}
.nav-links {
	line-height: 3;
	text-align: center;
}
.nav-links .current {
	margin: 0 2px;
	padding: 10px 15px;
	color: #fff;
	background: #000;
}
.nav-links a {
	margin: 0 2px;
	padding: 10px 15px;
	border: 1px solid #000;
	color: #000;
	transition: all .3s;
}
.nav-links a:hover {
	color: #fff;
	background: #000;
}



/* single */
article {}
.slider {width: 100%;}
.slider img {
	width: auto!important;
	height: 350px!important;
	margin: 0 5px;
}
.slider .fa-angle-left,
.slider .fa-angle-right {
	position: absolute;
	top: 150px;
	z-index: 1000;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
}
.slider .fa-angle-left {left: 20px;}
.slider .fa-angle-right {right: 20px;}
.slick-dots {text-align: center;}
.slick-dots li {
	display: inline;
	margin: 0 5px;
}
.slick-dots li button {
	text-indent: -9999px;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
	width: 16px;
	border: 1px solid #000;
}
.slick-dots li.slick-active button {background: #000;}

article h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
input[type="submit"]{
	color: #fff;
	background: #000;
	display: block;
	width: 150px;
	text-align: center;
	padding: 5px 0;
	border: 0 none;
	margin-left: auto;
	font-size: 1em;
	cursor: pointer;
	transition: all .3s;
	border: 1px solid #000;
}
input[type="submit"]:hover {
	color: #000;
	background: #fff;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"]{
	width: 90%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.wpcf7-form textarea {
	width: 90%;
	height: 200px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#wpcf7-f5-p403-o1 input[type="submit"]{
	margin: -20px auto 0 auto;
	width: 50%;
}
#wpcf7-f413-o1 input[type="text"],
#wpcf7-f413-o1 input[type="email"],
#wpcf7-f413-o1 input[type="tel"] {
	width: 60%;
	margin-bottom: 15px;
}
#wpcf7-f413-o1 textarea {
	width: 100%;
	margin-bottom: 15px;
}
.wpcf7-response-output {font-size: 0.9em;}



#bef_order {padding: 60px 0;}
#bef_order dl {margin-top: 10px;}
#bef_order dl dt,
#bef_order dl dd {font-size: 0.7em;}
#bef_order dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#bef_order dl dd {margin-bottom: 10px;}



.single_item_img {
	height: 350px;
	text-align: center;
}
.single_item_img img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.single-post h4,
.category h4 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}
.item_cont {
	font-size: 0.9em;
	padding: 10px;
	background: #f4f4f4;
	margin-bottom: 40px;
}
.item_cost {
	font-size: 1.6em;
	text-align: right;
}
.item_cost span {
	font-size: 0.5em;
	color: #808080;
	margin-left: 3px;
}
.item_detail {
	width: 100%;
	background: #fff;
	margin-bottom: 40px;
}
.item_detail tr:nth-child(even) {background: #f4f4f4;}
.item_detail tr th,
.item_detail tr td {
	font-size: 0.9em;
	padding: 5px 10px;
}
.item_detail tr th {
	width: 8em;
	font-weight: normal;
	text-align: center;
	border-right: 2px solid #fff;
}
.item_detail tr th br {display: none;}


/* パンくず */
.home .breadcrumbs {display: none;}
.breadcrumbs {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 0.8em;
	border-bottom: 1px solid #adb5c5;
}
.breadcrumbs span {margin: 0 5px;}

/* single info */
.singledate {text-align: right;}
.infoarticle .the_content_add_css {
	padding: 20px;
	background: #f2f2f2;
	line-height: 2;
	letter-spacing: 1px;
}
.infoarticle .the_content_add_css p {margin-bottom: 1em;}
.infoarticle .the_content_add_css p:last-of-type {margin-bottom: 0;}
.infoarticle .the_content_add_css img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
}


/* privacy */
#privacy_dl dt {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #000;
}
#privacy_dl dd {
	margin-bottom: 2em;
	font-size: 0.9em;
}
#privacy_dl dd ul {margin-top: 1em;}
#privacy_dl dd ul li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 0.5em;
}





/* slide */
@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

.swiper-slide {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
	-webkit-animation: zoomUp 12s linear 0s;
	animation: zoomUp 12s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.slide-img {
	background-size: cover; 
	background-position: center center; /* 背景画像は中央を軸に表示させる */
	height: 880px;
}

.swiper-container {
	height: 880px;
	overflow: hidden;
}
.catchwrap {
	max-width: 980px;
	margin: 0 auto;
	z-index: 500;
	height: 880px;
	margin-top: -880px;
	position:relative;
}
.sec01pos {
	color: #fff;
	position: absolute;
	bottom: 200px;
	left: 0;
}
.sold_out {
	display: inline-block;
	background-color: rgba(255, 0, 0, 0.7);
	color: #fff !important;
	font-weight: 500;
	padding: 5px;
	position: relative;
    left: 15px;
    top: -10px;
    transform: rotate(-5deg);
}