@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height:1.5;
}

a:link,
a:visited {
	text-decoration:none;
}
a:hover,
a:active {
	color:#FFBF00;
	text-decoration:none;
	transition: all .3s;
}


img {
  max-width: 100%;
  height: auto;
}

/*アンカー調整*/
a.anchor{
    display: block;
    padding-top: 180px;
    margin-top: -180px;
}

@media screen and (max-width:768px){
	a.anchor{
	    display: block;
	    padding-top: 100px;
	    margin-top: -100px;
	}
}


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

#contents {
	width:100%;
	height:100%;
	padding-bottom:50px;
	margin:0 auto;
}

@media screen and (min-width:1280px) {
	#contents {
		width:1280px;
		height:100%;
		padding-bottom:50px;
		margin:0 auto;
	}
}

/*スライド用*/
#mvbox {
}
#mainvisual {
	margin-bottom:0;
}
#topicsarchive {
    height: 200px;
}

@media screen and (max-width:1280px) {
	#mvbox {
		background-color:#FFBF00;
	}
	#mainvisual {
		margin:0 auto;
		text-align: center;
	}
	#topicsarchive {
		height: 150px;
	}
}

@media screen and (min-width:1280px) {
	#mvbox {
		background-color:#FFBF00;
	}
	#mainvisual {
		margin:0 auto;
		width:1280px;
		text-align: center;
	}
}

/*ヘッダー固定*/
.headerbox{
	position: absolute;
	width:100%;
	margin:0 auto;
	top:0;
	z-index:10000;
}
.fixed {
	position: fixed;
	top: 0;
	margin:0 auto;
	width:100%;
	z-index:9999;
}

/*ヘッダーメニュー部分*/
header{
	background-image:url(../images/bg_header_pc2.png);
    background-size: cover;
    background-position: 0 100%;
	background-repeat: no-repeat;
	top:0;
	height:250px;
}
header nav {
	padding-right: 10px;
}
header h1 {
	float:left;
	margin-top:20px;
	margin-left:20px;
	width:250px;
}
header nav ul{
	display: flex;
	align-items: center;
	list-style: none;
	float:right;
	padding-top:40px;
}
header nav li{
    font-size: 14px;
}
header nav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
}
#nav_toggle{
	display: none;
}

@media screen and (min-width:1280px) {
	header nav {
		padding-right:10%;
	}
	header h1 {
		padding-left:10%;
	}
}

@media screen and (max-width:980px){
	header nav ul{
		padding-top:10px;	
	}
}

@media screen and (max-width:768px){
	header{
		background-image:url(../images/bg_header_sp.png);
	    background-size: cover;
	    background-position: 0 100%;
		background-repeat: no-repeat;
		top:0;
		height:100px;
	}
	header h1 {
		display:none;
	}
	/*メニュー部分*/
	header nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(60,35,20,0.9);
		left: 0;
	}
	header nav ul{
		display: block;
		width: 90%;
		height: 350px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		z-index: 100;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color: #FFBF00;
	}
	header nav ul li a:hover{
		display: block; 
		color: #57331E;
		background-color:rgba(255,191,0,0.9);
	}
}


@media screen and (max-width:768px){	
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 20px;
		left: 20px;
		/*float:right;*/
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
}



/* section用ボックス */
.sectionbox {
	margin: 0 auto;
	width:90%;
	text-align:center;
	margin-bottom:2rem;
}
.sectionbox h1 {
	color: #57331E;
	margin-top:1em;
	margin-bottom:1em;
	font-size:x-large;
}
.sectionbox h2 {
	color: #57331E;
	margin-bottom:50px;
}
.box {
	margin: 0 auto;
	width:70%;
	padding:30px;
	color: #57331E;
}
.box p {
	text-align:left;
	line-height:2;
	color: #57331E;
}
.box_w {
	margin: 0 auto;
	width:80%;
	padding:1em;
	color: #57331E;
}
.box_w p {
	text-align:left;
	line-height:2;
	color: #57331E;
}
.box_w h3 {
	color: #FFBF00;
}


/* インスタウィジェット用ボックス */
.box_insta {
	margin: 0 auto;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.box_insta h2 {
	color: #57331E;
	margin-bottom:50px;
}
.box_insta h3 {
	color: #FFBF00;
}

/* facebook用ボックス */
.box_fb {
	margin: 0 auto;
	width:100%;
	height:600px;
	text-align:center;
	margin-bottom:50px;
}
.box_fb h2 {
	color: #57331E;
	margin-bottom:20px;
}
@media screen and (min-width:768px) {
	.box_fb {
		width:60%;
		height:600px;
	}
}


/* お知らせflexbox */
.article-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.article-box {
	margin-bottom:50px;
	padding:15px;
	width: 29%;
	min-height: 0%;
}
/*リンクエリアボックス
.linkareabox {
    position: relative;
}
.linkareabox a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;

}
.linkareabox a:hover{
	background-color:rgba(255,191,0,0.2);
	padding:10px;
	left:-10px;
	top:-10px;
}*/
.article-box img {
	display: block;
	margin-bottom:10px;
	width: 100%;
	height: auto;
}
.article-box h2 {
	clear:both;
	margin-bottom:20px;
	font-size:1em;
	text-align: center;
}
.article-box p {
	line-height:1.5;
	margin-bottom:1em;
}
.topics_date {
	font-size:small;
	float:left;
	margin-bottom:10px;
}
.topics_category {
	font-size:small;
	float:right;
	margin-bottom:10px;
}
.topics_btn {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 25px;
	text-decoration: none;
	color:#57331E;
	border:#57331E solid 2px;
	background-color:#FFF;
}
.topics_btn:hover {
  color:#57331E;
  border:#57331E solid 2px;
  background-color:#FFBF00;
}


@media screen and (max-width: 768px){
	.article-wrap {
		flex-direction: column;
	}
	.article-box {
		width: 100%;
		margin-bottom:30px;
		padding:10px;
		margin-left:-10px;	
	}
}


/* お知らせボタン */
.btn-topics {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 25px;
	text-decoration: none;
	color:#57331E;
	border:#57331E solid 2px;
	background-color:#FFF;
}
.btn-topics:hover {
  color:#57331E;
  border:#57331E solid 2px;
  background-color:#FFBF00;
}


/* アイテムflexbox */
.item-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.item-box {
	margin-bottom:50px;
	padding:15px;
	width: 45%;
	min-height: 0%;
}
.item-box img {
	display: block;
	margin-bottom:10px;
	width: 100%;
	height: auto;
}

.item-box h2 {
	clear:both;
	margin-bottom:20px;
	font-size:1em;
	text-align: center;
}
.item-box h2 img {
	width: auto;
	height:40px;
	margin: 0 auto;
	padding-bottom:0.5em;
}
.item-box h3 {
	clear:both;
	margin-bottom:20px;
	font-size:1em;
	text-align: center;
}
.item-box h3 img {
	width: auto;
	height:60px;
	margin: 0 auto;
	padding-bottom:0.8em;
}

/*.item-box h3 {
	margin-bottom:20px;
	font-size:1em;
	text-align: center;
}
.item-box h3 img {
	position:absolute;
	width:80px;
	height:80px;
	margin: 0 auto;
	padding-bottom:0.5em;
}*/
.item-box p {
	line-height:1.5;
}

/*@media screen and (min-width: 768px) and (max-width:1024px){
	.item-box h3 img {
		width:60px;
		height:60px;
	}
}*/

@media screen and (max-width: 768px){
	.item-wrap {
		flex-direction: column;
	}

	.item-box {
		width: 100%;
		margin-bottom:30px;
		padding:10px;
		margin-left:-10px;	
	}
	/*.item-box h3 img {
	clear:both;
	position: static;
	margin-bottom:20px;
	margin: 0 auto;
	}*/
}


/* ヒミツflexbox */
.commit-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:60px;
}
.commit-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
.commit-text {
	width: 60%; /*flex: 2;*/
}
.commit-img {
	width: 35%; /*flex: 1;*/
}
.commit-text h2 {
	margin-bottom:1em;
	text-align:left;
}
.commit-text h2 img {
	vertical-align: middle;
	margin-right:0.5em;
}
.commit-img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius:10%;
	box-shadow: 0 0 8px #FFBF00;
}

@media screen and (max-width: 768px){
	.commit-wrap,
	.commit-wrap:nth-child(odd)  {
		flex-direction: column;
	}
	.commit-text,
	.commit-img {
		width: 100%; /*flex: 1;*/
		min-height: 0%;
	}
	.commit-text {
		padding-top:20px;
	}
	.commits-text h2 {
		text-align: center;
	}
	.commit-text h2 img {
		float:left;
}
}


/* 店舗紹介flexbox */
.shop-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.shop-box {
	margin-bottom:50px;
	padding:15px;
	width: 45%;
	min-height: 0%;
}
.shop-box img {
	display: block;
	margin-bottom:30px;
	width: 100%;
	height: auto;
}
.shop-box h2 {
	clear:both;
	margin-bottom:20px;
	font-size:1em;
	text-align: center;
}
.shop-box h2 img {
	width: auto;
	height:50px;
	margin: 0 auto;
	padding-bottom:0.5em;
}
.shop-box p {
	line-height:1.5;
	text-align:center;
}

@media screen and (max-width: 768px){
	.shop-wrap {
		flex-direction: column;
	}
	.shop-box {
		width: 100%;
		margin-bottom:30px;
		margin-left:-15px;	
	}
	.shop-box p {
		text-align:left;
	}
}


/* VISON店flexbox */
.img-vison-box {
	display: flex;
	justify-content: space-between;
}
.img-vison-l {
	display: block;
	height: auto;
	margin-right: 20px;
}
.img-vison-c {
	display: block;
	height: auto;
}
.img-vison-r {
	display: block;
	height: auto;
	margin-left: 20px;
}
@media screen and (max-width: 768px){
	.img-vison-l {
		margin-right: 5px;
	}
	.img-vison-r {
		margin-left: 5px;
	}
}


/* お問い合わせflexbox */
.contact-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.contact-box {
	margin-bottom:50px;
	padding:15px;
	width: 45%;
	min-height: 0%;
	background-color: #FFF8E1;
	border:#FFBF00 solid 1px;
}
.contact-box img {
	display: block;
	margin-bottom:10px;
	width: 100%;
	height: auto;
}
.contact-box h2 {
	clear:both;
	margin-bottom:20px;
	font-size:1em;
	text-align: center;
}
.contact-box h2 img {
	width: auto;
	height:50px;
	margin: 0 auto;
	padding-bottom:0.5em;
}
.contact-box p {
	line-height:1.5;
	text-align:left;
}
.contact-box-link {
	margin: 0 auto;
	padding: 2em 0;
}
.contact-box-link a:link,a:visited {color: #57331E;}
.contact-box-link a:hover,a:active {color: #FFBF00;}

@media screen and (max-width: 768px){
	.contact-wrap {
		flex-direction: column;
	}
	.contact-box {
		width: 100%;
		margin-bottom:30px;
		margin-left:-15px;	
	}
}


/* 取材報道flexbox */
.coverage-box {
	margin-bottom:50px;
	margin-left: -15px;
	padding:15px;
	width: 100%;
	min-height: 0%;
	background-color: #FFF8E1;
	border:#FFBF00 solid 1px;
}
.coverage-box h2 {
	clear:both;
	margin-bottom:20px;
	font-size:1em;
	text-align: center;
}
.coverage-box p {
	line-height:1.5;
	text-align: center;
}
@media screen and (max-width: 768px){
	.coverage-box p {
		text-align: left;	
	}
}



/* トップへ戻る */
#page-top {
	position: fixed;
	bottom:20px;
	right:20px;
	z-index:100;
}
#page-top a {
	width:80px;
	padding: 0;
	display: block;
	margin:10px auto;
}
#page-top a:hover {
	opacity:0.8;
}

@media screen and (max-width: 768px){
	#page-top {
		position: fixed;
		bottom:10px;
		right:5px;
		z-index:100;
	}
	#page-top a {
		width:30px;
		padding: 0;
		display: block;
		margin:10px auto;
	}
}

/* フッター */
footer {
	text-align:center;
	color: #57331E;
}
footer a:link {
	text-align:center;
	color: #FFBF00;
}
.copyright {
	font-size:12px;
	padding:10px;
	color:#57331E;
	border-top:#57331E solid 1px;
}
.ftbox{
	align-items: center;
	margin-top:50px;
	margin-bottom:50px;
}
.ftmenu li {
	list-style:none;
	display:inline-block;
}
.ftmenu li a {
	color: #57331E;
}
.ftbox a:hover,
a:active {
	color:#FFBF00;
	text-decoration:none;
}

@media screen and (max-width:768px){
	.ftmenu li {
		list-style:none;
		display: list-item;
		line-height:2;
	}
}