/*
Theme Name: Coholate Theme
Theme URI: 
Author: s-plat
Author URI: https://s-plat.jp/
Description: チョコレートな関係様用専用テーマ
Version: 1.0
*/
html {
	background: #33180a;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	line-height: 1;
	background: #33180a;
	color: #230000;
}
a {
	outline : none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: .15s;
}
a:focus {
	outline: thin dotted;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover,
a:active {
	outline : none;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	text-decoration: none;
	opacity: 0.6;
}
p {
	margin-bottom: 0;
}
p:empty {
	display: none;
} 
.box > br {
	display: none;
}
#wrap {
	min-width: 1280px;
	overflow: hidden;
	background: #efe2d2;
}
header {
	background: url("img/top_01.png") no-repeat top center;
	height: 90px;
	min-width: 1280px;
	width: 100%;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	
}
.logged-in header {
	top: 32px;
}
@media(max-width: 768px){
	.logged-in header {
		top: 46px;
	}
}
header .wrap {
	width: 1280px;
	margin: auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 17px;
	left: 23px;
}
#logo img {
	width: 156px;
}
nav ul {
	position: absolute;
	right: 150px; /*157*/
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul:after {
	content: '';
	clear: both;
	display: block;
}
nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}
nav ul li a {
	position: relative;
	display: block;
	height: 90px;
	padding: 31px 19px 0;
	text-align: center;
	font-size: 13px;
	font-family: 'Source Serif Pro', serif;
	font-weight: bold;
	color: #fff;
	letter-spacing:0.1em;
	line-height: 1;
}
nav ul li a span {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 9px;
	color: #a68a7f;
	line-height: 1;
	margin-top: 4px;
}
nav ul li a:hover {
	color: #fff;
}
nav ul li a:hover span {
	color: #a68a7f;
}
nav ul li:after {
	content: "";
	display: block;
	width: 0;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #e7c269;
	transition: .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
nav ul li:hover:after,
nav ul li.this:after {
	width: 100%;
	transition: .2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#lists_sns {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 0;
	top: 33px;
}
#lists_sns:after {
	content: '';
	clear: both;
	display: block;
}
#lists_sns li {
	padding: 0;
	margin: 0 21px 0 0;/*25*/
	float: left;
}
#lists_sns li a:hover {
	opacity: 0.6;
}
#lists_sns li img {
	height: 23px;
}
main {
	margin-top: 90px;
}
#main_img {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#main_img img {
	position: relative;
	width: 2000px;
	left: 50%;
	margin-left: -1000px;
}
#news .wrap {
	position: relative;
	width: 1280px;
	height: 130px;/* 255px */
	margin: auto;
}
#news h2 {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 260px;
	top: 41px;/* 103 */
	font-size:26px;
	font-family: 'Source Serif Pro', serif;
	font-weight: normal;
	font-style: oblique;
	color: #230000;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1;
}
#news h2 span {
	line-height: 1;
	opacity: 0.5;
	display: block;
	font-size: 14px;
	letter-spacing: 0.3em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-top: 4px;
}
.twin {
	margin: 0;
	width: 600px;
	box-sizing: border-box;
	list-style: none;
	position: absolute;
	top: 28px;
	left: 425px;
}
#news ul {
	padding: 0 60px;
	margin: 0;
	width: 673px;
	box-sizing: border-box;
	list-style: none;
	position: absolute;
	top: 15px;
	left: 375px;
	background: url("img/top_05.png") left center no-repeat,url("img/top_05.png") right center no-repeat;
}
#news ul li {
	padding: 0 0 13.5px 0;
	margin: 0;
	letter-spacing: 0.2em;
}
#news ul li:last-child {
	padding: 0;
}
#news ul li a {
	color: #230000;
}
#news .date {
	display: inline-block;
	margin-right: 20px;
}
.btn_more a {
	display: inline-block;
	border: 1px solid rgba(35,0,0,0.5);
	background: rgba(255,255,255,0.5);
	padding: 7px 24px 0;
	height: 28px;
	box-sizing: border-box;
	text-align: center;
	color: #230000;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.2em;
}
.btn_more a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.tenpo_wrap{
	width: 1000px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 60px;
}
.btn_more3{
	width: 50%;
    float: left;
}
.btn_more3 a {
	width: 90%;
	display: block;
	border: 1px solid rgba(35,0,0,0.5);
	background: rgba(255,255,255,0.5);
	padding: 11px 20px;
	box-sizing: border-box;
	text-align: center;
	color: #230000;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.2em;
}
.btn_more3 a:hover {
	text-decoration: none;
	opacity: 0.6;
}

@media screen and (max-width: 768px) {
.tenpo_wrap{
	width: 100%;
}
.btn_more3{
	width: 100%;
	margin: 10px 10px 10px 10px;
}
}

#news .btn_more a {
	position: absolute;
	top: 49px;
	right: 86px;
}
#about {
	background: #33180a;
}
#about .wrap {
	position: relative;
	width: 1280px;
	height: 730px;
	margin: auto;
	background:url("img/top_09.jpg") no-repeat;
	box-sizing: border-box;
	padding-top: 140px;
}
#about .cc {
}
.title {
	position: relative;
	padding:0;
	margin:0;
	font-size:36px;
	font-family: 'Source Serif Pro', serif;
	font-weight: normal;
	font-style: oblique;
	color: #fff;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 1;
}
.title .s {
	line-height: 1;
	opacity: 0.5;
	display: block;
	font-size: 14px;
	letter-spacing: 0.3em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-top: 5px;
}
.title .b {
	position: absolute;
	top: -25px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	opacity: 0.14;
	display: block;
	font-size: 100px;
	letter-spacing: 0.3em;
}
.cc {
	color: #fff;
	letter-spacing: 0.6em;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
	margin-top: 60px;
	background: -moz-linear-gradient(left, rgba(255,241,0,0) 0%, rgba(255,241,0,0.2) 30%, rgba(255,241,0,0.2) 70%, rgba(255,241,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,241,0,0) 0%,rgba(255,241,0,0.2) 30%,rgba(255,241,0,0.2) 70%,rgba(255,241,0,0) 100%);
	background: linear-gradient(to right, rgba(255,241,0,0) 0%,rgba(255,241,0,0.2) 30%,rgba(255,241,0,0.2) 70%,rgba(255,241,0,0) 100%);
	margin-bottom: 14px;
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}
.txt {
	text-align: center;
	color: #fff;
	letter-spacing: 0.3em;
	line-height: 45px;
}
#lineup {
	padding: 60px 0;
}
#lineup .wrap {
	position: relative;
	width: 1280px;
	margin: auto;
}
.item_img {
	position: relative;
	padding-left: 138px;
}
.item_txt_box {
	background: rgba(255,255,255,0.95);
	padding: 68px 0 0 0;
	text-align: center;
	width: 400px;
	height: 280px;
	box-sizing: border-box;
	position: relative;
	left: 742px;
	margin-top: -240px;
	z-index: 2;
}
.item_txt_box h2 {
	letter-spacing: 0.2em;
	font-size: 17px;
	margin-bottom: 15px;
}
.item_txt {
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 24px;
	margin-bottom: 15px;
}
.label {
	position: absolute;
	top: 53px;
	right: 35px;
	z-index: 2;
}
.item_1,
.item_2 {
	position: relative;
}
.item_1 {
	margin-bottom: 30px;
	left: -40px
}
.item_2 {
	right: -40px;
}
.item_2 .item_img {
	text-align: right;
	padding-right: 138px;
}
.item_2 .item_txt_box {
	left:138px;
}
.item_2 .label {
	top: 60px;
	left: 66px;
}
#gift {
	background: #33180a;
}
#gift .wrap {
    position: relative;
    width: 1280px;
    height: 700px;
    margin: auto;
    background: url("img/bg_gift.jpg") no-repeat;
    box-sizing: border-box;
    padding-top: 140px;
}
.btn_contact a {
	display: block;
	background: rgba(255,255,255,0.9);
	padding: 15px 0 0 0;
	width: 212px;
	height: 43px;
	box-sizing: border-box;
	text-align: center;
	color: #230000;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.2em;
	margin: 25px auto 0;
}
.btn_contact a:hover {
	text-decoration: none;
	opacity: 0.6;
}
#shop {
	position: relative;
}
#shop .wrap {
	position: relative;
	width: 1280px;
	margin: auto;
	padding: 70px 0 60px 0;
}
#shop h2.title {
	color: #230000;
	margin-bottom: 58px;
}
#shop h2.title .b {
	opacity: 0.08;
}
.img_top {
    position: absolute;
    top: -143px;
    right: -143px;
}
.img_bottom {
    position: absolute;
    bottom: -143px;
    left: -143px;
	z-index: 2;
}
#shop .box {
	width: 980px;
	margin: auto;
}
#shop .box:after {
	content: '';
	clear: both;
	display: block;
}
#shop .img1 {
	float: left;
	margin-bottom: 20px;
}
#shop .img2 {
	float: right;
	margin-bottom: 20px;
}
#shop .img3 {
	clear: both;
	float: left;
}
#shop .img0 {
	position: absolute;
	top: 493px;
	left: 600px;
}
#p_shop #shop .img0 {
	top: 380px;
}
.shop_info_box {
	float: right;
	width: 480px;
	height: 342px;
	background: rgba(255,255,255,0.8);
	padding: 63px 0 0 45px;
	line-height: 28px;
	letter-spacing: 1px;
}
#p_shop #shop .shop_info_box {
	line-height: 24px;
}
.shop_info_box h3 {
	font-size:14px;
	margin-bottom: 5px;
	text-align: left;
	letter-spacing: 0.05em;
}
.shop_info_box .btn_more {
	margin-top: 10px;
}
#thought {
	background: #33180a;
}
#thought .wrap {
	position: relative;
	width: 1280px;
	height: 860px;
	margin: auto;
	padding-top: 140px;
	background: url("img/top_32.jpg") no-repeat;
}
#thought .cc {
	font-size: 17px;
	letter-spacing: 0.5em;
	background: none;
	margin-bottom: 30px;
}
#thought .txt {
	width: 980px;
	margin: auto;
}
#thought .txt:after {
	content: '';
	clear: both;
	display: block;
}
#thought .left {
	float: left;
	width: 270px;
	font-size: 10px;
	line-height: 1.4;
	letter-spacing: 0;
}
#thought .right {
	float: right;
	width: 660px;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0.15em;
	text-align: left;
}
#thought .left img {
	margin-bottom: 10px;
}
footer {
	padding: 60px 0;
	background: rgba(51,24,10,0.05);
}
footer .f_sns {
	width: 980px;
	text-align: center;
	margin: 0 auto 60px;
}
footer .f_sns:after {
	content: '';
	clear: both;
	display: block;
}
.f_sns_left {
	float: left;
	width: 470px;
}
.f_sns_right {
	float: right;
	width: 470px;
}
@media screen and (max-width: 768px) {
	footer .f_sns {
		width: auto;
		margin: 0 auto 30px;
	}
	.f_sns_left {
		float: none;
		width: auto;
		padding: 0 10px 10px;
	}
	.f_sns_right {
		float: none;
		width: auto;
		padding: 0 10px 10px;
	}
	.f_sns_right img{
		    width: 100%;
	}	
}
footer .wrap {
	width: 980px;
	margin: auto;
	position: relative;
}
footer .wrap:after {
	content: '';
	clear: both;
	display: block;
}
footer .left {
	float: left;
	letter-spacing: 0.15em;
	line-height: 24px;
}
footer .left img {
	width: 246px;
	display: block;
	margin-bottom: 25px;
}
footer .right {
	float: right;
	text-align: right;
}
.footer_nav {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_nav li {
	padding: 0;
	margin: 0;
	line-height: 34px;
	letter-spacing: 0.2em;
}
.footer_nav li a {
	color: #230000;
}
.fnav_left {
	position: absolute;
	right: 220px;
}
.fnav_right {
	position: absolute;
	right: 0;
}
@media screen and (max-width: 768px) {
	.fnav_left {
		position: static;
		margin-bottom: 0 !important;
	}
	.fnav_right {
		position: static;
	}	
}
.copywriter {
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
}
#pagetop {
	position: fixed;
	bottom: -100px;
	right: -100px;
	width: 200px;
	height: 200px;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	background: url("img/top_25.png") no-repeat;
	background-size: 200px;
	font-size: 10px;
	font-weight: bold;
	padding: 180px 0 0 80px;
	box-sizing: border-box;
	z-index: 99;
}
#pagetop:hover {
	opacity: 0.6;
}

/*  animation -------------------------------------*/
/* opeing */
#anim_wrap_op {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1002;
	background: #33180a;
	width: 100%;
	height: 100%;
	animation: 2.65s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 normal forwards init_op;
	pointer-events: none;
}
@keyframes init_op {
  75% {
  	opacity: 1;
	background: 
  }
  100% {
  	opacity: 0;
  }
}
#anim_wrap_op::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	background: #a00000;
	z-index: 1003;
	animation: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s 1 normal forwards init_after_op;
}
@keyframes init_after_op {
  0% {
  	width: 0px;
	height: 100%;
	left: 50%;
  }
  100% {
  	width: 100%;
	height: 100%;
	left: 0;
  }
}
#anim_wrap_op.move {
	top: auto;
	bottom: 0;
	animation: .5s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 normal forwards move_op;
}
@keyframes move_op {
  0% {
  	opacity: 0;
  }
  100% {
  	opacity: 1;
  }
}
#anim_logo_op {
	width: 20%;
	min-width: 200px;
	z-index: 1004;
	position: fixed;
	display: block;
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
	animation: 2.2s ease .15s 1 normal forwards anim_logo_op;
	pointer-events: none;
	opacity: 0;
}
@keyframes anim_logo_op {
	20% {
		opacity: 0;
	}
	36% {
		width: 20%;
		min-width: 200px;
		opacity: 1;
	}
	65% {
		width: 20%;
		min-width: 200px;
		opacity: 1;
		top: 50%;
	}
	100% {
		width: 20%;
		min-width: 200px;
		opacity: 0;
		top: 40%;
	}
}
.move #anim_logo_op {
	display: none;
}
#wrap {
	opacity: 0;
	animation: 1s cubic-bezier(0.22, 0.61, 0.36, 1) .4s 1 normal forwards active;
}
.p_top #wrap {
	/*transform: translateY(20px);*/
	opacity: 0;
	animation: 1s cubic-bezier(0.22, 0.61, 0.36, 1) 2s 1 normal forwards active;
}
@keyframes active {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		/*transform:translateY(0);*/
	}
}
#anim_wrap {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1002;
	background: #a00000;
	width: 100%;
	height: 100%;
	animation: .6s cubic-bezier(0.22, 0.61, 0.36, 1) .1s 1 normal forwards init;
}
@keyframes init {
  0% {
    height: 100%;
  }
  50% {
    height: 100%;
  }
  60% {
  	opacity: 1;
  }
  100% {
  	opacity: 0;
    height: 0;
  }
}
#anim_logo {
	z-index: 1003;
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	margin: -42px 0 0 -257px;
	animation: .6s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 normal forwards anim_logo;
	pointer-events: none;
}
@media (max-width:768px){
	#anim_logo {
		width: 300px;
		top: 50%;
		left: 50%;
		margin: -24px 0 0 -150px;
	}
}
@keyframes anim_logo {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#anim_wrap.move #anim_logo {
	opacity: 0;
	animation: .2s cubic-bezier(0.22, 0.61, 0.36, 1) .3s 1 normal forwards anim_logo_move;
}
@keyframes anim_logo_move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#anim_logo.loader {
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
}
#anim_wrap.move {
	top: auto;
	bottom: 0;
	animation: .3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s 1 normal forwards move;
}
@keyframes move {
  0% {
  	opacity: 0;
    height: 0;
  }
  100% {
  	opacity: 1;
    height: 100%;
  }
}
 /* //animation ------------------------------------- */
.title_area {
	background: url("img/top_09.jpg") no-repeat center center;
	background-size: cover;
}
.title_area .wrap {
 	position: relative;
 	width: 1280px;
	margin: auto;
	padding: 100px 0 80px;
 }
.title_img_left {
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -1000px;
	pointer-events: none;
}
  .title_img_right {
	position: absolute;
	bottom: -75px;
	right: -75px;
	width: 150px;
	pointer-events: none;
}
/*
 h1.title {
	color: #230000;
}
 h1.title .b {
 	opacity: 0.08;
}
*/
 .section_01 {
 	padding: 90px 0;
 	/*background: rgba(51,24,10,0.05);*/
 }
  .section_01 .wrap {
  	width: 980px;
	margin: auto;
 }
  .section_02 {
 	padding: 30px 15px;
 	background: rgba(2525,255,255,0.3);
 }
  .section_02 .wrap {
  	width: 980px;
	margin: auto;
 }
 .news_lists {
	padding: 0;
	margin: 0;
	list-style: none;
}
 .news_lists li {
	margin: 0;
	letter-spacing: 0.2em;
}
 .news_lists li:nth-child(odd) {
 	background: rgba(51,24,10,0.05);
 }
 .news_lists li a {
 	display: block;
	padding:30px;
	color: #230000;
}
 h2 {
 	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 2;
	padding: 0;
	margin: 0 0 90px 0;
	text-align: center;
}
@media(max-width: 380px){
	h2 {
		font-size: 5.5vw;
	}
}
#p_news_dtl h3 {
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	padding: 0;
	text-align: center;
}
#p_news_dtl .date {
	display: block;
	width: 130px;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.2em;
	margin: 20px auto 40px;
	background: #230000;
	color: rgba(255,255,255,0.8);
	padding: 5px 5px 5px 8px;
}
.news_txt {
	width: 980px;
	margin: auto;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.2em;
	background: rgba(255,255,255,0.3);
	padding: 60px 120px;
	box-sizing: border-box;
}
.col01 {
	position: relative;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2;
}
.col01.img_left img {
	position: absolute;
	left: 0;
	top: 0;
}
.col01.img_left {
	padding:0px 0 0 772px; /*28*/
	height: 476px;
	margin-bottom: 90px;
	box-sizing: border-box;
}
.col01.img_right img {
	position: absolute;
	right: 0;
	top: 0;
}
.col01.img_right {
	padding:0px 0 0 93px;/*70*/
	height: 476px;
	margin-bottom: 90px;
	box-sizing: border-box;
}
.col01 .btn_more a {
	font-weight: bold;
	margin: 0 auto;
	padding: 15px 35px 0;
	height: 43px;
}
.atn {
	color: #C10003;
}
#p_news_dtl .btn_more {
	text-align: center;
	margin: 30px auto 0;
}
.navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 30px auto 0;
}
.navigation.pagination .nav-links span , 
.navigation.pagination .nav-links a {
    display: inline-block;
    border: 1px solid rgba(35,0,0,0.5);
    background: rgba(255,255,255,0.5);
    padding: 7px 24px 0;
    margin: 3px;
    height: 28px;
    box-sizing: border-box;
    text-align: center;
    color: #230000;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.2em;
}
.navigation.pagination .nav-links span.current {
    border: 1px solid rgba(35,0,0,0.5);
    background: #230000;
    color: rgba(255,255,255,0.5);
}

#p_about .section_01 {
	padding-bottom: 0;
}
#p_about .section_01 .wrap {
	width: 1280px;
}
#p_about .section_01 img {
	width: 680px;
}
#p_about .section_02 img {
	width: 560px;
}
#p_about .section_02 .wrap {
	width: 1150px;
}
#p_about .section_02 .wrap .col01.img_left {
	padding:52px 0 0 623px; 
	height: 391px;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}
#p_about .section_02 .wrap .col01.img_left img {
	margin-bottom: 0;
}
#p_about .section_02 .wrap .col01 {
	letter-spacing: 0.3em;
	line-height: 3;
}
/*
#p_gift #gift {
	background: none;
	color: #230000;
}
#p_gift #gift .wrap {
	padding-top: 60px;
}
#p_gift #gift .wrap .cc {
	margin-top: 0;
	color: #230000;
	background: -moz-linear-gradient(left, rgba(160,0,0,0) 0%, rgba(160,0,0,0.2) 30%, rgba(160,0,0,0.2) 70%, rgba(160,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(160,0,0,0) 0%,rgba(160,0,0,0.2) 30%,rgba(160,0,0,0.2) 70%,rgba(160,0,0,0) 100%);
	background: linear-gradient(to right, rgba(160,0,0,0) 0%,rgba(160,0,0,0.2) 30%,rgba(160,0,0,0.2) 70%,rgba(160,0,0,0) 100%);
}
#p_gift #gift .wrap .txt {
	color: #230000;
}
*/
#p_gift #gift {
	background: none;
}
#p_gift #gift .wrap {
	padding-top: 60px;
	padding-bottom: 0;
	height: auto;
}
#p_gift #gift .wrap .cc {
	margin-top: 0;
}
.box_lr::after {
	content: '';
	display: block;
	clear: both;
}
.box_lr .box_left {
	float: left;
	width: 475px;
	position: relative;
}
.box_lr .box_right {
	float: right;
	width: 475px;
	position: relative;
}
.box_lr img {
	width: 100%;
}
#p_gift .title_area {
	background: url(img/bg_gift.jpg) no-repeat center center;
    background-size: cover;
}
#p_gift .title_area #gift .wrap {
	background: none;
}
#p_gift .section_01 {
	position: relative;
	text-align: center;
}
#p_gift .section_01 .box_lr img  {
	margin-bottom: 15px;
}
#p_gift .section_02 img.obj  {
	position: absolute;
	top: 50%;
	right: -40px;
	width: 50px;
	margin-top: -25px;
	z-index: 2;
}
#p_gift .section_02 .box_right img.obj  {
	right: auto;
	left: -40px;
}
#p_gift .section_02 .box_lr {
	margin-bottom: 30px;
}
.table_gift_wrap {
	width: 100%;
	height: 332.16px;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding: 30px;
}
.table_gift_wrap table {
	border-collapse: collapse;
	width: 100%;
}
.table_gift_wrap caption {
	font-weight: bold;
	padding: 10px;
	margin: 0;
	caption-side: top;
	color: #230000;
}
.table_gift_wrap th,
.table_gift_wrap td {
	border-bottom:1px solid rgba(35,0,0,0.2);
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1.2;
}
.table_gift_wrap th {
	border-top:1px solid rgba(35,0,0,0.2);
	background: rgba(35,0,0,0.1);
}
.table_gift_wrap tr td:first-child {
	white-space: nowrap;
}
.section_02.onecoll .table_gift_wrap {
	margin-bottom: 30px;
}
.section_02.onecoll table td:first-child {
	width: 20%;
}
#p_shop .section_01 {
	padding: 0;
}
#p_shop #shop .img3 {
	clear: none;
	margin-bottom: 20px;
}
#p_shop #shop .img4 {
	float: right;
	margin-bottom: 20px;
}
#p_shop #shop .shop_info_box {
	clear: both;
	float: left;
	padding-top: 46px;
	height: 385px;
}
#p_shop #shop iframe {
	float: right;
	height: 385px;
}
.box_contact {
	width: 390px;
	margin: auto;
	margin-top: 8px;
	display: inline-block;
	border: 1px solid rgba(35,0,0,0.5);
	background: rgba(255,255,255,0.5);
	padding: 10px;
	font-size: 12px;
	line-height: 1.3;
}
#p_faq .news_lists li {
	padding: 45px;
	letter-spacing: 0.2em;
	line-height:2;
}
#p_faq .news_lists li h2 {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}
.table_wrap1 {
	background: rgba(255,255,255,0.2);
	padding: 60px;
}
.table1 {
	width: 100%;
	border-collapse: collapse;
}
.table1 caption {
	caption-side: top;
	color: #230000;
	font-size: 14px;
	font-weight: bold;
	border-bottom:1px solid rgba(35,0,0,0.2);
	padding: 20px;
	background: rgba(35,0,0,0.2);
}
.table1 th,
.table1 td {
	border-bottom:1px solid rgba(35,0,0,0.2);
	padding: 20px;
	line-height: 1.8;
}
.table1 tr:last-child th,
.table1 tr:last-child td {
	border-bottom:none;
}
.box_txt {
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 2;
	margin-bottom: 45px;
}
#nav-input, #nav-open, #nav-close {
	display: none;
}
.txt_type1 {
	color:#FFE9A9;
	font-weight: bold;
}
.pc {
	display: initial;
}
.sp {
	display: none;
}
#MicrosoftTranslatorWidget {
	position: absolute;
	right: -125px;
    top: 28px;
}
.media_lists {
	padding: 0;
	margin: 0;
	list-style: none;
}
 .media_lists li {
	margin: 0;
	letter-spacing: 0.2em;
	display: block;
	padding:30px;
	color: #230000;
	line-height: 1.4;
}
 .media_lists li:nth-child(odd) {
 	background: rgba(51,24,10,0.05);
 }
label.close_btn_label {
	display: none;
	position: fixed;
	left: 2%;
	top: 10px;
	width: 7%;
	z-index: 99999;
	max-width: 54px;
}
label.close_btn_label img {
	display: block;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.pc {
		display:none;
	}
	.sp {
		display: initial;
	}
	body {
		font-size: 13px;
	}
	#wrap {
		min-width:auto;
	}
	header {
		min-width: auto;
		height: 60px;
		background-size:auto 60px;
		background-position: -243px top;
	}
	#logo {
		top: 8px;
		left: 10px;
	}
	#logo img {
		width: auto;
		height: 42px;
	}
	header .wrap {
		width: 100%;
	}
	main {
		margin-top: 60px;
	}
	footer .wrap {
		width: 100%;
	}
	.wrap {
		width: 100% !important;
	}
	#pagetop {
		display: none;
	}
	#nav {
	}
	#nav-drawer {
	  position: relative;
	}
	.nav-unshown {
	  display:none;
	}
	#nav-open {
		position: absolute;
		right: 15px;
		top: 18px;
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
		cursor: pointer;
	}
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;
		width: 100%;
		border-radius: 3px;
		background: rgba(255,255,255,0.9);
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -9px;
	}
	#nav-open span:after {
		bottom: -18px;
	}
	#nav-close {
		display: none;
		position: fixed;
		z-index: 99;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}
	#nav-content {
		overflow-y: auto;
		overflow-x: visible;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 90%;
		height: 100%;
		background: #33180a;
		transition: .3s ease-in-out;
		-webkit-transform: translateX(205%);
		transform: translateX(205%);
	}
	#nav-input:checked ~ #nav-close {
		display: block;
		opacity: .5;
	}
	#nav-input:checked ~ label.close_btn_label {
		display: block;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(11%);
		transform: translateX(11%);
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	nav ul {
		position: static;
		padding: 20px 30px;
	}
	nav ul li {
		float: none;
	}
	nav ul li a {
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	#lists_sns {
		top: 19px;
		right: 46px;
	}
	#lists_sns li {
		margin-right: 15px;
	}
	#lists_sns li img {
		height: 22px;
	}
	#main_img {
		position: relative;
	}
	#main_img img {
		width: 100%;
		left: auto;
		margin: 0;
		/*
		width: 160%;
		left: 50%;
		margin-left: -80%;
		*/
	}
	#news .wrap {
		height: auto;
		padding: 20px 0;
	}
	.twin {
		position: static;
		padding: 0 20px;
		width: auto;
	}
	#news h2 {
		position: static;
		margin-bottom:15px;
		font-size: 20px;
	}
	#news ul {
		position: static;
		width: auto;
		padding: 0 20px;
		margin: 0 0 20px 0;
		font-size: 12px;
		background: none;
	}
	#news h2 span {
		font-size: 10px;
	}
	#news ul li:first-child {
		border-top: 1px solid rgba(35,0,0,0.2);
	}
	#news ul li {
		padding: 15px 0;
		border-bottom: 1px solid rgba(35,0,0,0.2);
	}
	#news ul li:last-child {
		display: none;
	}
	#news .date {
		display: block;
	}
	#news .btn_more {
		text-align: center;
	}
	#news .btn_more a {
		position: static;
	}
	.title {
		font-size: 30px;
	}
	.title .s {
		font-size: 11px;
	}
	.title .b {
		font-size: 84px;
	}
	.cc {
		width: auto;
		margin-top: 30px;
		font-size: 13px;
		letter-spacing: 0.4em;
	}
	.txt {
		font-size: 13px;
		letter-spacing: 0.02em;
		line-height: 30px;
		padding: 0 20px;
	}
	#about .wrap {
		height: auto;
		background-size: auto 100%;
		background-position: center top;
		padding: 60px 0;
	}
	#lineup {
		padding: 10px 0;
	}
	.item_img {
		padding: 0 10px;
	}
	.item_img img {
		width: 100%;
	}
	.item_txt_box {
		padding: 40px 0 30px;
		width:auto;
		height: auto;
		position: relative;
		left: auto;
		top: auto;
		margin: -10px 20px 0;
		z-index: 2;
	}
	.item_txt_box h2 {
		font-size: 15px;
	}
	.label {
		opacity: 0.8;
		right: 0;
		width: 60%;
		top: auto;
		bottom: 30%;
		pointer-events: none;
	}
	.item_2 .item_img {
		padding: 0 10px;
	}
	.item_2 .item_txt_box {
		left: auto;
	}
	.item_2 .label {
		top: auto;
		left: auto;
	}
	.item_1, .item_2 {
		margin-bottom: 20px;
		left: auto;
		right: auto;
	}
	#gift .wrap {
		padding: 60px 0;
		height: auto;
		background-size: auto 100%;
		background-position: 15% top;
	}
	.img_top {
		top: -100px;
		right: -120px;
		width: 200px;
	}
	.img_bottom {
		left: -120px;
		width: 200px;
		bottom: -100px;
	}
	#shop .wrap {
		padding: 60px 0 20px 0;
	}
	#shop h2.title {
		margin-bottom: 45px;
	}
	#shop .img0 {
		display: none;
	}
	#shop .box {
		width: auto;
		padding: 0 10px;
	}
	#shop .box img {
		width: 100%;
		float: none !important;
		margin-bottom: 10px !important;
	}
	.shop_info_box {
		float: none;
		width: 100%;
		height: auto;
		background: rgba(255,255,255,0.8);
		padding: 30px 0 20px 20px;
		line-height: 24px;
		letter-spacing: 0;
	}
	.shop_info_box .btn_more {
		text-align: center;
		margin-left: -20px;
	}
	#thought .wrap {
		height: auto;
		background-size: auto 100%;
		background-position: center top;
		padding: 60px 0;
	}
	#thought .cc {
		font-size: 13px;
    	letter-spacing: 0.08em;
		margin: 20px 0;
	}
	#thought .txt {
		width: auto;
	}
	#thought .left {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	#thought .right {
		float: none;
		width: auto;
		letter-spacing: 0.02em;
	}
	#thought .left img {
		display: block;
		width: 50%;
		margin:0 auto 10px;
	}
	footer {
    	padding: 40px 0;
	}
	footer .left {
		float: none;
		margin-bottom: 20px;
		text-align: center;
		letter-spacing: 0.08em
	}
	footer .right {
		float: none;
		text-align: center;
	}
	footer .left img {
		width: 65%;
		margin: 0 auto 20px;
	}
	.footer_nav {
		margin-bottom: 20px;
	}
	.footer_nav li {
		margin: 10px 20px;
		background: rgba(255,255,255,0.3);
	}
	.footer_nav li a {
		display: block;
		padding: 10px;
		box-sizing: border-box;
	}
	.copywriter {
		position: static;
	}
	.title_area .wrap {
		margin: auto;
		padding: 55px 0 40px;
	}
	img.title_img_left {
		position: absolute !important;
		top: 60px !important;
		left: -67px !important;
		width: 240px !important;
		margin-left: 0 !important;
	}
	#main_img img.title_img_left {
		top: 0 !important;
	}
	h2 {
		margin-bottom: 40px;
	}
	.section_01 {
		padding: 40px 0;
	}
	.section_01 .wrap {
		padding: 0 20px;
	}
	.section_02 {
		padding: 40px 0;
	}
	.section_02 .wrap {
		padding: 0 20px;
	}
	.news_txt {
		width: auto;
		padding: 20px;
	}
	.col01.img_left {
		padding: 0;
		height: auto;
		margin-bottom: 40px;
	}
	#p_about .section_01 img {
		width: 100%;
		display: block;
		margin: 0 auto 35px;
		position: static;
	}
	.col01 {
		letter-spacing: 0.1em;
		line-height: 2;
	}
	.col01.img_right {
		padding: 0;
		height: auto;
		margin-bottom: 40px;
	}
	#p_about .section_02 h3 {
		margin-bottom: 40px;
	}
	#p_about .section_02 .wrap .col01.img_left {
		padding: 0;
		height: auto;
		letter-spacing: 0.1em;
	}
	#p_about .section_02 .wrap .col01.img_left img {
		width: 100%;
		margin-bottom: 20px;
		display: block;
		position: static;
	}
	#p_gift #gift .wrap {
		padding-top: 20px;
	}
	.box_lr .box_left {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	.box_lr .box_right {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	#p_gift .section_01 .box_lr img {
		margin-bottom: 10px;
	}
	#p_gift .section_02 img.obj {
		top: 105%;
		right: 50%;
		margin-right: -25px;
	}
	#p_gift .section_02 .box_right img.obj {
		left: auto;
		right: 50%;
	}
	.table_gift_wrap {
		height: auto;
		padding: 15px;
	}
	.table_gift_wrap th, .table_gift_wrap td {
		font-size: 11px;
	}
	.table_gift_wrap tr:last-child th, .table_gift_wrap tr:last-child td {
		border-bottom: none;
	}
	#p_gift .section_02 div.box_lr:last-child {
		margin-bottom: 0;
	}
	#p_gift .section_02 div.box_lr:last-child .box_right {
		margin-bottom: 0;
	}
	#p_shop #shop .wrap {
		padding: 20px;
	}
	#p_shop #shop .box {
		padding: 0;
	}
	#p_shop #shop .shop_info_box {
		float: none;
		padding: 30px 20px;
		margin-bottom: 10px;
		height: auto;
	}
	.box_contact {
		display: block;
		width: auto;
		height: auto;
	}
	#p_shop iframe {
		width: 100%;
		height: auto;
	}
	#p_faq .news_lists li {
		padding: 30px;
	}
	.table_wrap1 {
		padding: 20px;
	}
	.box_txt {
		font-size: 14px;
	}
	.table1 th, .table1 td {
		display: block;
		width: 100%;
	}
	.table1 th {
		border:none;
		padding-bottom: 0;
	}
	.table1 td {
		padding-top: 10px;
	}
	.col01 .btn_more {
		width: 100%;
		text-align: center;
	}
}
#p_shop .section_02 .wrap_lr:after {
	content: '';
	clear: both;
	display: block;
}
#p_shop .section_02 .left {
	float: left;
	width: 475px;
	background: rgba(255,255,255,0.3);
	padding: 30px;
	box-sizing: border-box;
}
#p_shop .section_02 .right {
	position: relative;
	float: right;
	width: 475px;
	background: rgba(255,255,255,0.3);
	padding: 30px;
	box-sizing: border-box;
}
#p_shop .section_02 h3 {
	background: rgba(51,24,10,0.08);
	padding: 5px;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 15px;
}
.menu {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
.menu li {
	margin: 0 0 15px 0;
	padding: 0 0 0 5px;
	line-height: 1.2;
	font-size: 12px;
	/*color: rgba(35,0,0,0.8);*/
}
.menu h4 {
	font-weight: normal !important;
	font-size: 14px !important;
	color: #230000 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	position: relative;
	width: 100%;
}
.menu h4 span {
	position: absolute;
	right: 0;
	display: inline-block;
	padding-right: 5px;
}
#p_shop .section_02 h4 {
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid rgba(51,24,10,0.1);
	padding: 0 0 0 5px;
	margin: 0 0 10px 0;
}
#p_shop .section_02 p {
	padding-left: 5px;
	/*color: rgba(35,0,0,0.8);*/
}
@media screen and (max-width: 768px) {
	#p_shop .section_02 .left {
		float: none;
		width: 100%;
		padding: 30px;
		margin-bottom: 20px;
	}
	#p_shop .section_02 .right {
		float: none;
		width: 100%;
		padding: 30px;
	}
}
#flx_info_sp {
		display: none;
}
@media screen and (max-width: 768px) {
	body {
		padding-bottom: 50px;
	}
	#flx_info_sp {
		display: block;
		width: 100%;
		background: #33180a;
		color: #fff;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 10;
		border-top:1px rgba(255,255,255,0.3) solid;
	}
	#flx_info_sp:after {
		content: '';
		clear: both;
		display: block;
	}
	#flx_info_sp ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	#flx_info_sp ul li {
		display: table;
		width: 47%;
		height: 40px;
		float: left;
		margin: 2%;
		background-color: rgba(255,255,255,0.2);
		border-radius: 5px;
	}
	#flx_info_sp ul li:first-child {
		margin-right: 1%;
	}
	#flx_info_sp ul li:last-child {
		margin-left: 1%;
	}
	#flx_info_sp a {
		display: table-cell;
		width: 100%;
		height: 100%;
		color: #fff;
		vertical-align: middle;
		text-align: center;
		font-weight: bold;
	}
	#flx_info_sp ul li a img {
		height: 15px;
		width: auto;
		margin-top: -1px;
		margin-right: 3px;
	}
}
/*
#flx_info_pc {
	background: #33180a;
	color: #fff;
	position: fixed;
	top: 50%;
	right: 0;
	width: 50px;
	height: 300px;
	z-index: 10;
}
#flx_info_pc ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#flx_info_pc ul li {
	display: table;
	width: 47%;
	height: 40px;
	float: left;
	margin: 2%;
	background-color: rgba(255,255,255,0.2);
	border-radius: 5px;
}
#flx_info_pc a {
	display: table-cell;
	width: 100%;
	height: 100%;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
#flx_info_pc ul li a img {
	height: 15px;
	width: auto;
	margin-top: -1px;
	margin-right: 3px;
}
@media screen and (max-width: 768px) {
	#flx_info_pc {
		display: none;
	}
}
*/
.atn1 {
	background: rgba(255,255,255,0.15);
}
.atn1 a {
	color: #fff !important;
}
.atn1 a span {
	color: #fff !important;
}
.atn2 {
	background: rgba(255,255,255,0.6);
}
.atn2 a {
	/*color: #e7c269 !important;*/
	color: #230000 !important;
}
.atn2 a span {
	color: #230000 !important;
}
.mov {
	display: block;
	margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
	.mov {
		display: block;
		width: 100%;
		margin: 0 auto 60px;
	}
}
#main_img iframe {
	width: 100%;
	height: 700px;
}

/** instagram **/
  .insta_wrap{
     display: flex;
     flex-wrap: wrap;
     background-color: whitesmoke;
     justify-content: center;
     list-style: none;     
    padding: 0px;

  }
  .insta_wrap li{
    
    padding-top: 5px;


  }  
  .insta_wrap li img{
  width: 155px;
    height: 150px;
      object-fit: cover;
  }
  @media (max-width: 767px) { 
	  .insta_wrap li img{
	  width: 150px;

	  }
	  .last{
	  display: none;

	  }
  }

.google-map-area {
	margin: 20px auto;
}
#breadcrumbs {
	width: 95%;
	max-width: 980px;
	margin: auto auto;
	padding: 10px 0;
	font-size: 13px;
}
#breadcrumbs a {
	color: #9e050d;
}

.mw_wp_form input,
.mw_wp_form textarea {
	padding: 5px;
}
.mw_wp_form input[type="email"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
	width: 100%;
	max-width: 100%;
}
.mw_wp_form input.tel {
	width: auto;
}
@media(max-width: 768px){
	.mw_wp_form input.tel {
		width: 27%;
		max-width: 90px;
	}
}
.mw_wp_form th {
	position: relative;
	padding: 20px 50px 20px 10px;
}
.mwform-checkbox-field-text {
	line-height: 1.8;
}
.text-center {
	text-align: center;
}
.require {
  background: #cc2800;
  color: #fff;
  position: absolute;
  right: 13px;
  top: 22px;
  padding: 2px 6px;
  font-size: 11px;
}
.any {
  background: #a9a9a9;
  color: #fff;
  position: absolute;
  right: 13px;
  top: 22px;
  padding: 2px 6px;
  font-size: 11px;
}
.nini {
    background: #eee;
}
.attention {
  color: #cc2800;
  font-weight: normal;
}
.btnArea {
  text-align: center;
  padding: .5rem 0 3rem;
}
.btnArea input {
  background: #cc2800;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  border: none;
  box-shadow: none;
}
.policy {
    border: 1px solid rgba(35,0,0,0.2);
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 10px;
}
.ssl_text {
    margin-top: 15px;
}
.mw_wp_form .thanks {
  border: solid 1px rgba(35,0,0,0.2);
  padding: 40px 20px;
  width: 95%;
  max-width: 980px;
  margin: 20px auto;
}


.btn_more2 a {
	display: inline-block;
	border: 1px solid rgba(35,0,0,0.5);
	background: rgba(255,255,255,0.5);
	padding: 7px 24px 0;
	height: 28px;
	box-sizing: border-box;
	text-align: center;
	color: #230000;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 0.2em;
}

.gurunavi {
	box-sizing: border-box;
	width: 50%;
	float: left;
	text-align: center;
}

#guru01{
	margin-bottom: 0px;
}

#gurunavi .wrap {
	position: relative;
	width: 1280px;
	height: 110px;/* 255px */
	margin: auto;
}
#gurunavi h2 {
	padding: 0;
	margin: 0;
	position: absolute;
	left: 200px;
	top: 25px;/* 103 */
	font-size:26px;
	font-family: 'Source Serif Pro', serif;
	font-weight: normal;
	font-style: oblique;
	color: #230000;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1;
}
#gurunavi h2 span {
	line-height: 1;
	opacity: 0.5;
	display: block;
	font-size: 14px;
	letter-spacing: 0.3em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-top: 4px;
}

#gurunavi ul {
	padding: 0 60px;
	margin: 0;
	width: 673px;
	box-sizing: border-box;
	list-style: none;
	position: absolute;
	top: 15px;
	left: 375px;
	background: url("img/top_05.png") left center no-repeat,url("img/top_05.png") right center no-repeat;
}
#gurunavi ul li {
	padding: 0 0 13.5px 0;
	margin: 0;
	letter-spacing: 0.2em;
}
#gurunavi ul li:last-child {
	padding: 0;
}
#gurunavi ul li a {
	color: #230000;
}
#gurunavi .date {
	display: inline-block;
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
.gurunavi {
	width: 100%;
}
#guru01{
	margin-bottom: 15px;
}
#guru02{
	margin-bottom: 15px;
}
#gurunavi .wrap {
		height: auto;
		padding: 20px 0;
	}
	#gurunavi h2 {
		position: static;
		margin-bottom:15px;
		font-size: 20px;
	}
	#gurunavi ul {
		position: static;
		width: auto;
		padding: 0 20px;
		margin: 0 0 20px 0;
		font-size: 12px;
		background: none;
	}
	#gurunavi h2 span {
		font-size: 10px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	}
	#gurunavi ul li:first-child {
		border-top: 1px solid rgba(35,0,0,0.2);
	}
	#gurunavi ul li {
		padding: 15px 0;
		border-bottom: 1px solid rgba(35,0,0,0.2);
	}
	#gurunavi ul li:last-child {
		display: none;
	}
}

.flolt_end{
	float: none;
	clear: both;
}

.col_kokubunzi{
	margin-top: 30px;
}

.col_kokubunzi_img{
	width: 20%;
	float: left;
	padding: 5px;
	height: 350px;
}
@media screen and (max-width: 768px) {
.col_kokubunzi_img{
	width: 50%;
	height: 250px;
}
}
.col_cafe{
	margin-top: 30px;
}
.col_cafe_img{
	width: 25%;
	float: left;
	padding: 5px;
}
@media screen and (max-width: 768px) {
.col_cafe_img{
	width: 50%;
}
}

.top_contact a{
	font-size: 18px;
    font-weight: bold;
    color: #230000;
}
.broken_link, a.broken_link{
	text-decoration: none!important;
}