.owl-carousel .owl-wrapper:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel {
	display:none;
	position:relative;
	width:100%;
	-ms-touch-action:pan-y
}
.owl-carousel .owl-wrapper {
	display:none;
	position:relative;
	-webkit-transform:translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
	overflow:hidden;
	position:relative;
	width:100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float:left
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor:pointer
}
.owl-controls {
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-tap-highlight-color:transparent
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0)
}
.owl-origin {
	-webkit-perspective:1200px;
	-webkit-perspective-origin-x:50%;
	-webkit-perspective-origin-y:50%;
	-moz-perspective:1200px;
	-moz-perspective-origin-x:50%;
	-moz-perspective-origin-y:50%;
	-webkit-perspective:1200px;
	perspective:1200px
}
.owl-fade-out {
	z-index:10;
-webkit-animation:fadeOut .7s both ease;
animation:fadeOut .7s both ease
}
.owl-fade-in {
-webkit-animation:fadeIn .7s both ease;
animation:fadeIn .7s both ease
}
.owl-backSlide-out {
	-webkit-animation:backSlideOut 1s both ease;
	animation:backSlideOut 1s both ease
}
.owl-backSlide-in {
	-webkit-animation:backSlideIn 1s both ease;
	animation:backSlideIn 1s both ease
}
.owl-goDown-out {
-webkit-animation:scaleToFade .7s ease both;
animation:scaleToFade .7s ease both
}
.owl-goDown-in {
-webkit-animation:goDown .6s ease both;
animation:goDown .6s ease both
}
.owl-fadeUp-in {
-webkit-animation:scaleUpFrom .5s ease both;
animation:scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
-webkit-animation:scaleUpTo .5s ease both;
animation:scaleUpTo .5s ease both
}
@-webkit-keyframes empty {
0% {
opacity:1
}
}
@keyframes empty {
0% {
opacity:1
}
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
100% {
opacity:1
}
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@-webkit-keyframes backSlideOut {
25% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%)
}
100% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%)
}
}
@keyframes backSlideOut {
25% {
opacity:.5;
-webkit-transform:translateZ(-500px);
transform:translateZ(-500px)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%);
transform:translateZ(-500px) translateX(-200%)
}
100% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(-200%);
transform:translateZ(-500px) translateX(-200%)
}
}
@-webkit-keyframes backSlideIn {
0%, 25% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px)
}
100% {
opacity:1;
-webkit-transform:translateZ(0) translateX(0)
}
}
@keyframes backSlideIn {
0%, 25% {
opacity:.5;
-webkit-transform:translateZ(-500px) translateX(200%);
transform:translateZ(-500px) translateX(200%)
}
75% {
opacity:.5;
-webkit-transform:translateZ(-500px);
transform:translateZ(-500px)
}
100% {
opacity:1;
-webkit-transform:translateZ(0) translateX(0);
transform:translateZ(0) translateX(0)
}
}
@-webkit-keyframes scaleToFade {
to {
opacity:0;
-webkit-transform:scale(0.8)
}
}
@keyframes scaleToFade {
to {
opacity:0;
-webkit-transform:scale(0.8);
transform:scale(0.8)
}
}
@-webkit-keyframes goDown {
from {
-webkit-transform:translateY(-100%)
}
}
@keyframes goDown {
from {
-webkit-transform:translateY(-100%);
transform:translateY(-100%)
}
}
@-webkit-keyframes scaleUpFrom {
from {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@keyframes scaleUpFrom {
from {
opacity:0;
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
}
@-webkit-keyframes scaleUpTo {
to {
opacity:0;
-webkit-transform:scale(1.5)
}
}
@keyframes scaleUpTo {
to {
opacity:0;
-webkit-transform:scale(1.5);
transform:scale(1.5)
}
}
* {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.5;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight:normal;
	list-style:none;
	background-repeat:no-repeat;
	font-style:normal;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
html, body {
	height:100%
}
img {
	vertical-align:bottom
}
a {
	text-decoration:none
}
a, a img {
	outline:none;
	border:none
}
.wrap:after, .wrap .left:after, .select:after {
	content:"";
	display:block;
	clear:both
}
#header {
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background-color:#fff;
	height:122px;
	width:100%
}
#header * {
	-webkit-transition:all 200ms ease;
	transition:all 200ms ease
}
#header .wrap {
	margin:auto;
	margin-top:40px;
	position:relative
}
#header .wrap #menuBtn {
	width:40px;
	height:40px;
	display:block;
	background:#fff;
	position:absolute;
	right:10px;
	top:-10px;
	z-index:1
}
#header .wrap #menuBtn span {
	width:30px;
	height:3px;
	display:block;
	background:#000;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-15px;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg)
}
#header .wrap #menuBtn .top {
	-webkit-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	transform:translateY(-10px)
}
#header .wrap #menuBtn .bottom {
	-webkit-transform:translateY(10px);
	-ms-transform:translateY(10px);
	transform:translateY(10px)
}
#header .wrap #menuBtn.open .middle {
	background:rgba(255, 255, 255, 0)
}
#header .wrap #menuBtn.open .top {
	-webkit-transform:rotate(-45deg) translateY(0px);
	-ms-transform:rotate(-45deg) translateY(0px);
	transform:rotate(-45deg) translateY(0px)
}
#header .wrap #menuBtn.open .bottom {
	-webkit-transform:rotate(45deg) translateY(0px);
	-ms-transform:rotate(45deg) translateY(0px);
	transform:rotate(45deg) translateY(0px)
}
#header .wrap h1 a {
	color:#000;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:14px;
	font-weight:bolder
}
#header .wrap h1 a .logo {
	display:inline-block;
	width:186px
}
#header .wrap h1 a .logo img {
	width:100%
}
#header .wrap h1 a span {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight:bolder;
	position:relative;
	top:3px;
	letter-spacing:.2em
}
#header .wrap #nav_h {
	padding-top:20px
}
#header .wrap #nav_h:after {
	content:"";
	display:block;
	clear:both
}
#header .wrap #nav_h li {
	display:inline-block;
	margin:0 15px;
	vertical-align:top
}
#header .wrap #nav_h li img {
	width:100%
}
#header .wrap #nav_h li:first-child {
	margin-left:0
}
#header .wrap #nav_h li#search:last-child {
	margin-right:0;
	margin-left:8
}
#header .wrap #nav_h li#search:last-child a {
	padding:0
}
#header .wrap #nav_h li a {
	display:block;
	padding:2px 0;
	color:#000;
	letter-spacing:.15em;
	font-size:15px;
	font-weight:bold;
	line-height:1.2;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#header .wrap #search a img {
	width:19px
}
#header .wrap .nav_what {
	width:136px
}
#header .wrap .nav_tokusyu {
	width:63px
}
#header .wrap .nav_sanpo {
	width:61px
}
#header .wrap .nav_sweets {
	width:55px
}
#header .wrap .nav_back {
	width:102px
}
#header .wrap .nav_new {
	width:47px
}
#searchform {
	width:300px;
	padding:0px;
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-10;
	padding:10px;
	background-color:#fff
}
#searchform.on {
	bottom:-95px
}
#searchform input {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
div.white {
	position:absolute;
	width:350px;
	height:120px;
	background-color:#fff;
	top:-40px;
	z-index:-1;
	right:0
}
.gsc-results-wrapper-overlay {
	top:100px !important
}
#spmenu {
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:2;
	top:64px;
	overflow:scroll
}
#spmenu .wrap {
	width:200px;
	margin:auto;
	text-align:center
}
#spmenu .wrap h2 {
	border-bottom:1px solid #6a6a6a;
	font-size:14px;
	padding-top:30px;
	padding-bottom:30px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#spmenu .wrap ul li {
	border-bottom:1px solid #6a6a6a;
	text-align:center
}
#spmenu .wrap ul li a {
	display:block;
	padding-top:20px;
	padding-bottom:20px;
	color:#000;
	font-size:18px;
	font-weight:bolder;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#spmenu .wrap ul .nav_what a img {
	width:192px
}
#spmenu .wrap ul .nav_tokusyu a img {
	width:92px
}
#spmenu .wrap ul .nav_sanpo a img {
	width:87px
}
#spmenu .wrap ul .nav_sweets a img {
	width:80px
}
#spmenu .wrap ul .nav_back a img {
	width:146px
}
#spmenu .wrap ul .nav_new a img {
	width:70px
}
#spmenu .wrap ul .nav_sp_search a img {
	width:112px;
	vertical-align:middle
}
body.body #header {
	height:50px
}
body.body #header .wrap {
	margin-top:0
}
body.body #header .wrap h1 {
	position:relative;
	top:15px
}
body.body #header .wrap h1 a {
	display:block;
	width:90px;
	margin:0
}
body.body #header .wrap h1 a .logo {
	width:90px
}
body.body #header .wrap h1 a span {
	display:none
}
body.body #header .wrap #nav_h {
	padding-top:13px
}
body.body #header .wrap #nav_h li:last-child {
	padding:0;
	margin-left:15px
}
body.body #header #searchform.on {
	bottom:-70px
}
body.body #header .white {
	height:50px;
	top:0
}
.owl-carousel {
	text-align:center;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	padding-top:122px;
	position:relative
}
.owl-carousel img {
	max-width:1200px
}
.owl-carousel .owl-controls {
	position:absolute;
	top:121px;
	right:15px;
	text-align:center
}
.owl-carousel .owl-pagination .owl-page {
	display:inline-block;
	width:1px;
	height:1px;
	font-size:12px !important;
	color:#eee;
	border-radius:20px;
	margin:0 14px
}
.owl-carousel .owl-pagination .owl-page:before {
	content:"●";
	line-height:40px;
	text-align:center
}
.owl-carousel .owl-pagination .owl-page.active {
	color:#000
}
.owl-carousel .owl-page {
	margin:0 10px !important
}
#content {
	overflow:hidden
}
#content section {
	margin:auto
}
#content section#machiSanpo {
	width:100%
}
#content h2 {
	font-size:12px;
	font-weight:bolder;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	margin-bottom:5px;
	letter-spacing:0.08em
}
#content #magazine .wrap, #content .leftblock .wrap {
	background-color:#a9dbf6
}
#content #magazine .wrap .left li, #content #magazine .wrap .left li span, #content #magazine .wrap .left li span a, #content #magazine .wrap .left li small, #content #magazine .wrap .left li strong a, #content #magazine .wrap .right li, #content #magazine .wrap .right li span, #content #magazine .wrap .right li span a, #content #magazine .wrap .right li small, #content #magazine .wrap .right li strong a, #content .leftblock .wrap .left li, #content .leftblock .wrap .left li span, #content .leftblock .wrap .left li span a, #content .leftblock .wrap .left li small, #content .leftblock .wrap .left li strong a, #content .leftblock .wrap .right li, #content .leftblock .wrap .right li span, #content .leftblock .wrap .right li span a, #content .leftblock .wrap .right li small, #content .leftblock .wrap .right li strong a {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	color:#000;
	font-weight:bolder
}
#content #magazine .wrap .left .publish, #content .leftblock .wrap .left .publish {
	font-size:16px
}
#content #magazine .wrap .left .publish span, #content #magazine .wrap .left .publish small, #content .leftblock .wrap .left .publish span, #content .leftblock .wrap .left .publish small {
	display:block
}
#content #magazine .wrap .left .publish span, #content .leftblock .wrap .left .publish span {
	font-size:22px;
	line-height:1.3
}
#content #magazine .wrap .left .publish small, #content .leftblock .wrap .left .publish small {
	font-size:15px;
	margin-bottom:10px
}
#content #magazine .wrap .right li, #content .leftblock .wrap .right li {
	font-size:16px;
	line-height:1.2;
	margin-bottom:12px
}
#content #magazine .wrap .right li strong a, #content #magazine .wrap .right li span a, #content #magazine .wrap .right li small a, #content .leftblock .wrap .right li strong a, #content .leftblock .wrap .right li span a, #content .leftblock .wrap .right li small a {
	display:block
}
#content #magazine .wrap .right li strong a, #content .leftblock .wrap .right li strong a {
	font-size:26px
}
#content #magazine .wrap .right li span a, #content .leftblock .wrap .right li span a {
	font-size:22px
}
#content #dummyLink ul:after {
	content:"";
	display:block;
	clear:both
}
#content #dummyLink ul li:last-child {
	margin-right:0
}
#content #dummyLink ul li.link5 a {
	display:block;
	margin-bottom:6px;
	text-align:center;
	border:1px solid #000;
	width:100%;
	box-sizing:border-box
}
#content #dummyLink ul li.link5 a:last-child {
	margin-bottom:0
}
#content #info h2 {
	margin-bottom:18px
}
#content #info dl {
	margin-bottom:6px
}
#content #info dl dt, #content #info dl dd {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	display:inline;
	font-size:15px;
}
#content #info dl dt {
	margin-right:4px
}
#content #info dl a {
	color:#000;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:15px;
}
#content #info dl a:hover {
	opacity:0.8
}
#content #shop .select .title:after {
	content:"";
	display:block;
	clear:both
}
#content #shop .select .title .wayside dt {
	font-size:38px
}
#content #shop .select .title .wayside dd {
	font-size:20px
}
#content #shop .select .who {
	padding:20px 0;
	border-top:1px solid #696969;
	border-bottom:1px solid #696969
}
#content #shop .select .who dt {
	font-size:13px;
	color:#eb5550;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight:bolder;
	margin-bottom:5px
}
#content #shop .select .who dd {
	font-size:13.5px;
	line-height:1.5
}
#content #shop .wrap .gourmet {
	border-bottom:1px dotted #000;
	padding-bottom:115px;
	position:relative
}
#content #shop .wrap .gourmet .comment {
	font-size:16px;
	margin-bottom:8px
}
#content #shop .wrap .gourmet h3 {
	font-size:13px;
	padding:20px 0;
	border-top:1px solid #696969;
	border-bottom:1px solid #696969
}
#content #shop .wrap .gourmet h3 span {
	/*font-size:24px;*/
  font-size:21px;
	display:block
}
#content #shop .wrap .gourmet h3 span small {
	font-size:16px
}
#content #shop .wrap .gourmet h3+dl {
	margin-bottom:10px
}
#content #shop .wrap .gourmet h3+dl .sandwich {
	font-size:17px;
	color:#eb5550
}
#content #shop .wrap .gourmet h3+dl .price {
	margin-bottom:13px;
	font-size:15px
}
#content #shop .wrap .gourmet h3+dl .summery,
#content #special .summery {
	font-size:16px;
	text-align:justify;
	min-height:11em
}
#content #shop .wrap .gourmet .panlabo {
	margin-bottom:20px;
	position:relative
}
#content #shop .wrap .gourmet .panlabo dl {
	background-color:#fadad1;
	padding:17px
}
#content #shop .wrap .gourmet .panlabo dl dt {
	font-size:13px;
	color:#eb5550;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight:bolder;
	margin-bottom:5px
}
#content #shop .wrap .gourmet .panlabo::before, #content #shop .wrap .gourmet .panlabo::after, #content #shop .wrap .gourmet .panlabo dl::before, #content #shop .wrap .gourmet .panlabo dl::after {
content:"";
display:block;
width:14px;
height:14px;
background-color:#fff;
position:absolute
}
#content #shop .wrap .gourmet .panlabo::before {
top:0px;
left:0px;
border-bottom-right-radius:13px
}
#content #shop .wrap .gourmet .panlabo::after {
top:0px;
right:0px;
border-bottom-left-radius:13px
}
#content #shop .wrap .gourmet .panlabo dl::before {
bottom:0px;
left:0px;
border-top-right-radius:13px
}
#content #shop .wrap .gourmet .panlabo dl::after {
bottom:0px;
right:0px;
border-top-left-radius:13px
}
#content #shop .wrap .gourmet .shopInfo:after {
	content:"";
	display:block;
	clear:both
}
#content #shop .wrap .gourmet .shopInfo ul .supple {
	font-size:12px
}
#content #shop .wrap .gourmet .map {
	position:absolute;
	bottom:60px;
	left:0;
	right:0;
	margin:auto;
	width:100%
}
#content #shop .wrap .gourmet .map a {
	width:100%;
	display:block;
	text-align:center;
	padding:5px 0;
	border:1px solid #837d7b;
	color:#000;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#content #machiSanpo h2 {
	margin:auto;
	margin-bottom:5px
}
#content #machiSanpo .bgy {
	background-color:#fff6ea;
	padding-bottom:30px
}
#content #machiSanpo .bgy .inner {
	margin:auto
}
#content #machiSanpo .bgy .file:after {
	content:"";
	display:block;
	clear:both
}
#content #machiSanpo .bgy .file .title .place, #content #machiSanpo .bgy .file .title .comment, #content #machiSanpo .bgy .file .title .backnumber a {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#content #machiSanpo .bgy .file .title .place {
	display:block;
	font-size:60px;
	font-weight:bolder;
	line-height:1.3
}
#content #machiSanpo .bgy .file .title .comment {
	font-size:19px;
	line-height:1.5
}
#content #machiSanpo .bgy .file .title .backnumber a {
	font-size:17px;
	color:#000
}
#content #machiSanpo .bgy .file .title .backnumber a:before {
	content:url("../img/backnumber_icon.png");
	margin-right:5px;
	position:relative;
	top:4px
}
#content #machiSanpo .bgy .wrap .machi {
	background-color:#fff;
	position:relative;
	padding-bottom:30px
}
#content #machiSanpo .bgy .wrap .machi h3, #content #machiSanpo .bgy .wrap .machi dt, #content #machiSanpo .bgy .wrap .machi dt span, #content #machiSanpo .bgy .wrap .machi dd, #content #machiSanpo .bgy .wrap .machi dd a {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#content #machiSanpo .bgy .wrap .machi h3 {
	margin-bottom:25px
}
#content #machiSanpo .bgy .wrap .machi dl dt, #content #machiSanpo .bgy .wrap .machi dl .summery, #content #machiSanpo .bgy .wrap .machi dl .price, #content #machiSanpo .bgy .wrap .machi dl .address {
	margin-bottom:18px
}
#content #machiSanpo .bgy .wrap .machi dl dt {
	font-size:16px;
	font-weight:bold;
	line-height:1.2
}
#content #machiSanpo .bgy .wrap .machi dl dt span {
	font-weight:bold;
	font-size:22px;
	letter-spacing:.1em;
	display:block
}
#content #machiSanpo .bgy .wrap .machi dl a {
	color:#000
}
#content #machiSanpo .bgy .wrap .machi dl .emphasis {
	margin-bottom:10px
}
#content #machiSanpo .bgy .wrap .machi dl .summery {
	font-size:16px;
	text-align:justify
}
#content #machiSanpo .bgy .wrap .machi dl .address {
	padding-bottom:30px;
	min-height:4.5em
}
#content #machiSanpo .bgy .wrap .machi dl .map a {
	display:block;
	text-align:center;
	padding:5px 0;
	border:1px solid #837d7b;
	color:#000;
	bottom:30px
}
#content #machiSanpo .bgy .container .machi dl .map,
#special .map {
	position:absolute;
	bottom:0px
}
#content #machiSanpo .bgy .container .machi dl .map a {
	width:325px
}
#content #machiSanpo .bgy .wrap02 {
	background-color:#fff;
	padding:15px
}
#content #machiSanpo .bgy .wrap02 .frame {
	border-left:2px solid #ef5a66;
	border-right:2px solid #ef5a66
}
#content #machiSanpo .bgy .wrap02 .frame hr {
	border:none;
	border-bottom:2px solid #5bc1c1;
	height:2px;
	margin:auto
}
#content #machiSanpo .bgy .wrap02 .frame02 {
	overflow:hidden;
	margin:0px 25px;
	background-image:url("../img/machi_line.gif");
	background-position:top;
	background-repeat:repeat-x;
	padding-top:30px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi {
	margin-left:0px;
	padding:0px;
	margin-bottom:25px;
	margin-bottom:60px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi dl .address {
	margin-bottom:0px;
	padding-bottom:60px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi dt {
	margin-bottom:20px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi dt span {
	font-size:22px;
	font-weight:bold
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi .map {
	position:absolute;
	width:100%;
	padding-right:30px;
	box-sizing:border-box;
	bottom:2px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi .map a {
	bottom:0px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi .photo {
	margin-bottom:25px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi .photo img {
	width:100%
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi .copy {
	margin-bottom:10px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi .summery {
	margin-bottom:40px
}
#content #machiSanpo .bgy .wrap02 .frame02 div.machi:last-child:before, #content #machiSanpo .bgy .wrap02 .frame02 div.machi:nth-child(3):before {
content:"";
position:absolute;
border-top:2px solid #5bc1c1;
margin-top:-30px
}
#content #machiSanpo .bgy .wrap02 .frame02 div.machi:last-child, #content #machiSanpo .bgy .wrap02 .frame02 div.machi:nth-child(3) {
margin-bottom:30px
}
#content #machiSanpo .bgy .wrap02 dl.title {
	position:relative;
	border-top:2px solid #5bc1c1
}
#content #machiSanpo .bgy .wrap02 dl.title dt, #content #machiSanpo .bgy .wrap02 dl.title dd {
	text-align:center
}
#content #machiSanpo .bgy .wrap02 dl.title dd {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight:bold;
	line-height:1.5em
}
#content #machiSanpo .bgy .wrap02 dl.title #title_img {
	margin-top:40px;
	margin-bottom:20px
}
#content #machiSanpo .bgy .wrap02 dl.title #hukidashi {
	position:absolute
}
#content #machiSanpo .bgy .wrap02 dl.title #illust01 {
	position:absolute
}
#content #machiSanpo .bgy .wrap02 dl.title #illust02 {
	position:absolute
}
#content #machiSanpo .bgy .wrap02 dl.title #illust03 {
	position:absolute;
	z-index:1
}
#content #sweets {
	width:100%;
	padding-top:70px
}
#content #sweets h2 {
	margin:auto;
	margin-bottom:5px;
	max-width:1200px
}
#content #sweets .bgy {
	background-image:url("../img/sweets_bgi.jpg");
	background-repeat:repeat;
	padding-top:70px;
	padding-bottom:10px
}
#content #sweets .wrap {
	max-width:1200px;
	margin:auto;
	min-height:1100px;
	box-sizing:border-box
}
#content #sweets .wrap .container {
	padding-top:50px;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:60px
}
#content #sweets .wrap .title {
	position:relative
}
#content #sweets .wrap .title h3 {
	text-align:center;
	padding:40px 0px;
	margin-left:10px;
	margin-right:10px;
	border-bottom:1px solid #544b48
}
#content #sweets .wrap .title h3 img {
	max-width:622px
}
#content #sweets .wrap .title .ribobon {
	position:absolute;
	top:109px;
	left:0;
	right:0;
	margin:auto
}
#content #sweets .wrap .title ul {
	position:absolute;
	right:43px;
	top:43px;
	font-size:12px
}
#content #sweets .wrap .title ul li {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#content #sweets .wrap .left-contents {
	max-width:52%;
	float:left;
	margin-right:7%;
	position:relative
}
#content #sweets .wrap .left-contents .map {
	position:absolute;
	bottom:-46px;
	left:0;
	right:0;
	margin:auto;
	width:60px
}
#content #sweets .wrap .left-contents .map a {
	width:60px;
	display:block;
	text-align:center;
	padding:5px 0;
	border:1px solid #837d7b;
	color:#000;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#content #sweets .wrap .left-contents .item {
	text-align:center
}
#content #sweets .wrap .left-contents .item img {
	width:100%
}
#content #sweets .wrap .left-contents .item dt {
	margin-top:40px;
	font-size:21px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight:bold
}
#content #sweets .wrap .left-contents .item dd.basyo {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:16px;
	letter-spacing:0.3em
}
#content #sweets .wrap .left-contents .item dd:last-child {
	font-size:33px;
	margin-top:10px;
	font-weight:bold;
	margin-bottom:20px
}
#content #sweets .wrap .left-contents ul {
	text-align:center
}
#content #sweets .wrap .left-contents ul li {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:13px;
	margin-bottom:2px
}
#content #sweets .wrap .right-contents {
	overflow:hidden;
	max-width:41%
}
#content #sweets .wrap .right-contents img {
	width:100%
}
#content #sweets .wrap .right-contents dt {
	font-size:23px;
	margin-bottom:12px;
	font-weight:bold
}
#content #sweets .wrap .right-contents dd {
	font-size:17px;
	text-indent:1em;
	line-height:1.6em;
	text-align:justify
}
#content #sweets .wrap .right-contents p {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size:13px
}
#content #sweets .wrap .right-contents p em {
	font-size:14px;
	font-weight:bold;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#content #sweets .wrap .right-contents .subphoto {
	margin:30px 0px;
	text-align:left
}
#content #privacy, #content #about, #content #inquiry, #content #backnumber, #content #mailmagazine, #content #information, #content #sitemap {
	text-align:justify;
	overflow:hidden;
	position:relative
}
#content #privacy dl, #content #about dl, #content #inquiry dl, #content #backnumber dl, #content #mailmagazine dl, #content #information dl, #content #sitemap dl {
	padding-top:70px;
	padding-bottom:30px;
	border-bottom:1px solid #000
}
#content #privacy dl:last-child, #content #about dl:last-child, #content #inquiry dl:last-child, #content #backnumber dl:last-child, #content #mailmagazine dl:last-child, #content #information dl:last-child, #content #sitemap dl:last-child {
	border-bottom:none
}
#content #privacy .leftblock, #content #about .leftblock, #content #inquiry .leftblock, #content #backnumber .leftblock, #content #mailmagazine .leftblock, #content #information .leftblock, #content #sitemap .leftblock {
	max-width:52.5%;
	margin:auto
}
#content #privacy .leftblock dd, #content #privacy .leftblock dt, #content #privacy .leftblock a, #content #privacy .leftblock p, #content #privacy .leftblock li, #content #privacy .leftblock em, #content #about .leftblock dd, #content #about .leftblock dt, #content #about .leftblock a, #content #about .leftblock p, #content #about .leftblock li, #content #about .leftblock em, #content #inquiry .leftblock dd, #content #inquiry .leftblock dt, #content #inquiry .leftblock a, #content #inquiry .leftblock p, #content #inquiry .leftblock li, #content #inquiry .leftblock em, #content #backnumber .leftblock dd, #content #backnumber .leftblock dt, #content #backnumber .leftblock a, #content #backnumber .leftblock p, #content #backnumber .leftblock li, #content #backnumber .leftblock em, #content #mailmagazine .leftblock dd, #content #mailmagazine .leftblock dt, #content #mailmagazine .leftblock a, #content #mailmagazine .leftblock p, #content #mailmagazine .leftblock li, #content #mailmagazine .leftblock em, #content #information .leftblock dd, #content #information .leftblock dt, #content #information .leftblock a, #content #information .leftblock p, #content #information .leftblock li, #content #information .leftblock em, #content #sitemap .leftblock dd, #content #sitemap .leftblock dt, #content #sitemap .leftblock a, #content #sitemap .leftblock p, #content #sitemap .leftblock li, #content #sitemap .leftblock em {
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#content #privacy .leftblock a, #content #about .leftblock a, #content #inquiry .leftblock a, #content #backnumber .leftblock a, #content #mailmagazine .leftblock a, #content #information .leftblock a, #content #sitemap .leftblock a {
	color:#000
}
#content #privacy .leftblock dd, #content #about .leftblock dd, #content #inquiry .leftblock dd, #content #backnumber .leftblock dd, #content #mailmagazine .leftblock dd, #content #information .leftblock dd, #content #sitemap .leftblock dd {
	line-height:1.8em;
	margin-bottom:40px
}
#content #privacy .leftblock dt, #content #about .leftblock dt, #content #inquiry .leftblock dt, #content #backnumber .leftblock dt, #content #mailmagazine .leftblock dt, #content #information .leftblock dt, #content #sitemap .leftblock dt {
	font-weight:bold;
	margin-bottom:100px;
	font-size:15px
}
#content #privacy .leftblock .subhead01, #content #about .leftblock .subhead01, #content #inquiry .leftblock .subhead01, #content #backnumber .leftblock .subhead01, #content #mailmagazine .leftblock .subhead01, #content #information .leftblock .subhead01, #content #sitemap .leftblock .subhead01 {
	font-size:18px
}
#content #privacy .leftblock .subhead02, #content #about .leftblock .subhead02, #content #inquiry .leftblock .subhead02, #content #backnumber .leftblock .subhead02, #content #mailmagazine .leftblock .subhead02, #content #information .leftblock .subhead02, #content #sitemap .leftblock .subhead02 {
	margin-bottom:10px
}
#content #privacy .leftblock .subhead03, #content #about .leftblock .subhead03, #content #inquiry .leftblock .subhead03, #content #backnumber .leftblock .subhead03, #content #mailmagazine .leftblock .subhead03, #content #information .leftblock .subhead03, #content #sitemap .leftblock .subhead03 {
	margin-bottom:10px;
	font-size:18px
}
#content #privacy .leftblock .subhead04, #content #about .leftblock .subhead04, #content #inquiry .leftblock .subhead04, #content #backnumber .leftblock .subhead04, #content #mailmagazine .leftblock .subhead04, #content #information .leftblock .subhead04, #content #sitemap .leftblock .subhead04 {
	font-size:16px;
	border-bottom:2px solid #92c900;
	padding-bottom:5px;
	max-width:425px
}
#content #privacy .leftblock .subhead07, #content #about .leftblock .subhead07, #content #inquiry .leftblock .subhead07, #content #backnumber .leftblock .subhead07, #content #mailmagazine .leftblock .subhead07, #content #information .leftblock .subhead07, #content #sitemap .leftblock .subhead07 {
	margin-bottom:10px;
	font-size:15px
}
#content #privacy .leftblock .mgt, #content #about .leftblock .mgt, #content #inquiry .leftblock .mgt, #content #backnumber .leftblock .mgt, #content #mailmagazine .leftblock .mgt, #content #information .leftblock .mgt, #content #sitemap .leftblock .mgt {
	margin-top:50px
}
#content #privacy .leftblock .box dd, #content #about .leftblock .box dd, #content #inquiry .leftblock .box dd, #content #backnumber .leftblock .box dd, #content #mailmagazine .leftblock .box dd, #content #information .leftblock .box dd, #content #sitemap .leftblock .box dd {
	font-size:16px
}
#content #privacy .side, #content #about .side, #content #inquiry .side, #content #backnumber .side, #content #mailmagazine .side, #content #information .side, #content #sitemap .side {
	max-width:15.41%;
	position:absolute;
	top:160px;
	right:0px
}
#content #privacy .side li, #content #about .side li, #content #inquiry .side li, #content #backnumber .side li, #content #mailmagazine .side li, #content #information .side li, #content #sitemap .side li {
	margin-bottom:10px
}
#content #privacy .side img, #content #about .side img, #content #inquiry .side img, #content #backnumber .side img, #content #mailmagazine .side img, #content #information .side img, #content #sitemap .side img {
	width:100%
}
#content #privacy .side li:nth-child(3), #content #privacy .side li:nth-child(4), #content #privacy .side li:last-child, #content #about .side li:nth-child(3), #content #about .side li:nth-child(4), #content #about .side li:last-child, #content #inquiry .side li:nth-child(3), #content #inquiry .side li:nth-child(4), #content #inquiry .side li:last-child, #content #backnumber .side li:nth-child(3), #content #backnumber .side li:nth-child(4), #content #backnumber .side li:last-child, #content #mailmagazine .side li:nth-child(3), #content #mailmagazine .side li:nth-child(4), #content #mailmagazine .side li:last-child, #content #information .side li:nth-child(3), #content #information .side li:nth-child(4), #content #information .side li:last-child, #content #sitemap .side li:nth-child(3), #content #sitemap .side li:nth-child(4), #content #sitemap .side li:last-child {
border:1px solid #000
}
#content #backnumber .leftblock {
	max-width:82%;
	margin:0;
	min-height:600px;
	margin-top:80px
}
#content #backnumber .wrap {
	margin-bottom:30px
}
#content #mailmagazine a {
	font-size:22px
}
#content #mailmagazine .box dd:last-child {
	font-size:14px
}
#content #mailmagazine .qrcode {
	position:relative;
	overflow:hidden;
	padding-left:130px
}
#content #mailmagazine .qrcode dt {
	color:#92c900;
	font-size:15px
}
#content #mailmagazine .qrcode dd:nth-child(2) {
font-size:22px;
font-weight:bold
}
#content #mailmagazine .qrcode dd:last-child {
	position:absolute;
	right:130px;
	top:100px
}
#content #mailmagazine ul a {
	font-size:14px
}
#content #information {
	min-height:700px
}
#content #information dl {
	border-bottom:none;
	padding-bottom:0px
}
#content #information .leftblock dt {
	font-size:16px
}
#content #information .page {
	margin-top:30px
}
#content #information li {
	margin-bottom:3px
}
#content #information li img.gazou {
	border:solid 1px #000;
	margin-top:30px;
	width:99%;
	max-width:360px
}
#content #information em {
	color:red
}
#content #information ul {
	margin-bottom:80px
}
#content #sitemap .leftblock .subhead05 {
	margin-bottom:10px
}
#content #sitemap .leftblock .subhead06 {
	margin-top:30px;
	margin-bottom:0px
}
#content #sitemap .leftblock a {
	font-size:18px
}
#content #sitemap .leftblock dd {
	margin-bottom:5px
}
#content #sitemap .column dd {
	margin-bottom:40px
}
#content .underline {
	border-bottom:1px solid #000;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	padding-bottom:1px
}
#footer {
	padding-bottom:30px
}
#footer .wrap {
	border-top:1px solid #545454;
	padding-top:15px;
	margin:auto
}
#footer .wrap p {
	text-align:right;
	font-size:12px;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
#footer .wrap #nav_f:after {
	content:"";
	display:block;
	clear:both
}
#footer .wrap #nav_f li:first-child {
	margin-left:0
}
#footer .wrap #nav_f li a {
	padding:5px;
	font-size:14px;
	color:#000;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}
.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	bottom:200px !important
}
.gsib_a {
	padding:2px 6px 0 !important
}
.gsib_a input {
	height:19px !important
}
.gsc-control-cse, .gsc-control-cse-ja {
	padding:0px !important
}
#search_sp {
	margin-top:100px;
	margin-bottom:100px
}
#search_pc {
	margin-bottom:100px
}

#special{
	overflow: hidden;
}
#special h3,
#special h4,
#special h5,
#special p,
#special h4 span,
#special h5 span,
#special dt,
#special dd,
#special a{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
	min-height: auto !important;
}
#special h3{
	font-size: 38px;
	line-height: 1.3em;
}
#special h4{
	font-size: 24px;
}
#special .titleWrap{
	height: 190px;
	margin-top: 30px;
	background-image: url('../img/201811/special_top.png');
	background-repeat: no-repeat;
	background-position: right;
}
#special h4 span{
	font-size: 24px;
	letter-spacing: 0.05em;
}
#special .color01{
	color: #00a0a0;
}
#special .color02{
	color: #eb6e82;
}
#special p{
	font-size: 18px;
	margin-top: 15px;
  line-height: 1.5em;
}
#special .photo{
	font-size: 18px;
	margin-top: 24px;
  line-height: 1.5em;
}
#special .wrap{
	width: 360px;
	position: relative;
  margin-right: 60px;
  margin-bottom: 55px;
  float: left;
  border-bottom: 1px dotted #000;
  padding-bottom: 60px;
}
#special .list{
	overflow: hidden;
	margin-top: 30px;
}
#special .wrap:nth-child(3n){
	margin-right: 0;
}
#special h5 span{
	font-size: 22px;
	display: block;
	line-height: 1.3em;
}
#special .emphasis{
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
#special .summery{
	margin-bottom: 1.5em;
}
#special .service{
	font-size: 14px;
	background-color: #d1e5e5;
	padding: 15px;
	margin-bottom: 2em;
}
#special .service dt{
	margin-bottom: 6px;
}
#special .address{
	padding-bottom: 60px;
}
#special .map{
	position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
#special .map a{
	width: 100%;
  display: block;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #837d7b;
  color: #000;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  position: relative;
  z-index: 0;
}
#special .map a:hover{
	color: #fff;
 	border-color: #000;
}
#special .map a:after{
	-webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
}
#special .map a:hover:after{
	width: 360px;
  height: 360px;
  margin-top: -180px;
  margin-left: -180px;
  background-color: #000;
}

@media only screen and (max-width: 389px) {
#special h3{
	font-size: 30px;
}
#special h4 {
  font-size: 18px;
}
#special h4 span {
  font-size: 18px;
}
#special p {
  font-size: 14px;
  margin-top: 5px;
}
#special .titleWrap {
  height: 240px;
  margin-top: 30px;
  -webkit-background-size: 40%;
  background-size: 40%;
  background-position: right bottom;
}
#special .summery {
  font-size: 14px;
  text-align: left;
}
#special .list {
	overflow: hidden;
 	width: 95%;
  margin: auto;
}
#special .wrap{
	width: 100%;
}
#header, body.body #header {
border-bottom:1px solid #808080;
height:63px
}
#header .wrap, body.body #header .wrap {
margin-top:21px;
position:relative
}
#header .wrap h1 a, body.body #header .wrap h1 a {
width:96px;
display:block;
margin:auto
}
#header .wrap h1 a img, body.body #header .wrap h1 a img {
width:100%
}
#header .wrap h1 a .logo, body.body #header .wrap h1 a .logo {
display:block;
width:100%
}
#header .wrap h1 a span, body.body #header .wrap h1 a span {
display:none
}
#header .wrap #nav_h, body.body #header .wrap #nav_h {
display:none
}
#header .wrap h1, body.body #header .wrap h1 {
text-align:center;
margin:auto
}
#header .wrap h1 img, body.body #header .wrap h1 img {
width:30%
}
#header .wrap #nav_h, body.body #header .wrap #nav_h {
text-align:center
}
#header .wrap #nav_h li, #header .wrap #nav_h li:first-child, body.body #header .wrap #nav_h li, body.body #header .wrap #nav_h li:first-child {
margin:5px
}
#header #searchform {
display:none
}
body.body #header .wrap h1 {
top:0
}
.owl-carousel {
margin-bottom:10px;
padding-top:63px
}
.owl-carousel .owl-pagination .owl-page {
height:20px;
margin:0
}
.owl-carousel .owl-pagination .owl-page:before {
line-height:20px;
font-size:10px
}
.owl-carousel img {
width:100%
}
#content section {
padding:90px 0 10px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px
}
#content section#dummyLink {
margin-bottom:50px
}
#content section#info {
padding-top:0px
}
#content section#machiSanpo {
margin-left:0;
margin-right:0
}
#content #magazine .wrap, #content .leftblock .wrap {
padding:40px 30px 60px 30px
}
#content #magazine .wrap .left .cover, #content .leftblock .wrap .left .cover {
width:120px;
/*margin:auto*/
}
#content #magazine .wrap .left .publish, #content .leftblock .wrap .left .publish {
margin:15px 0;
font-size:14px;
padding-left: 30px;
}
#content #magazine .wrap .left .publish span, #content .leftblock .wrap .left .publish span {
font-size:20px
}
#content #magazine .wrap .left .publish small, #content .leftblock .wrap .left .publish small {
font-size:13px
}
#content #magazine .wrap .right, #content .leftblock .wrap .right {
border-top:1px solid #696969;
padding-top:15px
}
#content #magazine .wrap .right li, #content .leftblock .wrap .right li {
margin-bottom:8px;
font-size:13px
}
#content #magazine .wrap .right li strong a, #content .leftblock .wrap .right li strong a {
font-size:20px
}
#content #magazine .wrap .right li small, #content .leftblock .wrap .right li small {
font-size:11px
}
#content #dummyLink {
margin-left:22px;
margin-right:22px
}
#content #dummyLink ul {
margin:0 -2px
}
#content #dummyLink ul li {
box-sizing:border-box;
padding:2px;
padding-right:4px;
width:50%;
float:left
}
#content #dummyLink ul li:first-child, #content #dummyLink ul li:nth-child(2) {
margin-bottom:4px
}
#content #dummyLink ul li img {
width:100%
}
#content #dummyLink ul li.link5 {
width:100%;
margin-top:4px
}
#content #dummyLink ul li.link5 img {
width:auto
}
#content #dummyLink ul li.link5 a {
margin-bottom:8px
}
#content #info {
margin-left:22px;
margin-right:22px
}
#content #shop {
margin-left:22px;
margin-right:22px
}
#content #shop .select {
margin-bottom:50px
}
#content #shop .select .title .icon {
width:120px;
height:auto;
margin:auto;
margin-bottom:10px
}
#content #shop .select .title .wayside dt {
font-size:25px;
text-align:center
}
#content #shop .select .title .wayside dd {
font-size:15px
}
#content #shop .select .title .wayside dd .xs {
display:none
}
#content #shop .select .who {
margin-top:15px;
padding:15px 0
}
#content #shop .wrap .gourmet {
margin-bottom:55px
}
#content #shop .wrap .gourmet:last-child {
margin-bottom:0
}
#content #shop .wrap .gourmet p.comment {
font-size:14px
}
#content #shop .wrap .gourmet h3 {
padding:13px 0;
font-size:12px
}
#content #shop .wrap .gourmet h3 span {
font-size:22px
}
#content #shop .wrap .gourmet h3+dl dt {
width:82%;
margin:auto;
margin-top:1px
}
#content #shop .wrap .gourmet h3+dl dd.summery {
font-size:14px
}
#content #shop .wrap .gourmet .shopInfo p {
width:140px;
margin:auto;
float:left
}
#content #shop .wrap .gourmet .shopInfo ul {
margin-top:15px;
overflow:auto;
padding-left:10px
}
#content #shop .wrap .gourmet h3+dl .summery {
min-height:auto
}
#content #machiSanpo {
box-sizing:border-box
}
#content #machiSanpo h2 {
margin-bottom:10px;
width:auto;
margin-left:10px
}
#content #machiSanpo .bgy {
margin:0 -10px;
padding:20px 10px 1px 10px
}
#content #machiSanpo .bgy .file {
margin-bottom:25px
}
#content #machiSanpo .bgy .file .title {
text-align:center;
padding-top:10px
}
#content #machiSanpo .bgy .file .title dt {
margin-bottom:10px
}
#content #machiSanpo .bgy .file .title dd.place {
font-size:50px;
margin-bottom:5px
}
#content #machiSanpo .bgy .file .title dd.comment {
width: 90%;
margin: auto;
text-align: left;
font-size:14px;
margin-bottom:10px
}
#content #machiSanpo .bgy .file .title .backnumber a {
font-size:14px
}
#content #machiSanpo .bgy .file p {
width:100%;
margin-top:10px
}
#content #machiSanpo .bgy .file p img {
width:100%
}
#content #machiSanpo .bgy .wrap {
padding:0 10px
}
#content #machiSanpo .bgy .wrap .machi {
padding:15px;
margin-bottom:15px;
padding-bottom:60px
}
#content #machiSanpo .bgy .wrap .machi dl .map {
bottom:30px
}
#content #machiSanpo .bgy .wrap .machi h3 {
margin-bottom:10px;
text-align:center
}
#content #machiSanpo .bgy .wrap .machi dl dd.summery {
font-size:14px
}
#content #machiSanpo .bgy .wrap .machi dl dd.price {
font-size:13px
}
#content #machiSanpo .bgy .wrap .machi dl dd.address {
font-size:13px
}
#content #machiSanpo .bgy .wrap02 {
padding:10px 10px;
/*margin:0px 10px;*/
margin-bottom:70px
}
#content #machiSanpo .bgy .wrap02 hr {
width:98%
}
#content #machiSanpo .bgy .wrap02 .frame02 div.machi {
background-image:url("../img/machi_line02.gif");
background-repeat:repeat-x;
background-position:bottom;
padding-bottom:60px;
margin-bottom:30px
}
#content #machiSanpo .bgy .wrap02 .frame02 div.machi:last-child {
background-image:none
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi .summery {
margin-bottom:20px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi dl .address {
padding-bottom:30px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi .map {
padding-right:0px;
bottom:30px
}
#content #machiSanpo .bgy .wrap02 dl.title {
margin:5px;
padding:20px;
padding-bottom:100px
}
#content #machiSanpo .bgy .wrap02 dl.title img {
width:100%
}
#content #machiSanpo .bgy .wrap02 dl.title #hukidashi {
top:-5px;
left:-10px
}
#content #machiSanpo .bgy .wrap02 dl.title #illust01 {
bottom:10px;
left:-10px
}
#content #machiSanpo .bgy .wrap02 dl.title #illust01 img {
width:40%
}
#content #machiSanpo .bgy .wrap02 dl.title #illust02 {
bottom:10px;
left:64px
}
#content #machiSanpo .bgy .wrap02 dl.title #illust02 img {
width:40%
}
#content #machiSanpo .bgy .wrap02 dl.title #illust03 {
bottom:10px;
right:10px
}
#content #machiSanpo .bgy .wrap02 dl.title #illust03 img {
width:40%
}
#content #sweets {
margin-left:0px
}
#content #sweets .frame01, #content #sweets .frame02 {
border:1px solid #524945
}
#content #sweets .frame01 {
padding:3px
}
#content #sweets .pc {
display:none
}
#content #sweets h2 {
margin-left:10px
}
#content #sweets .wrap {
margin-left:10px;
margin-right:10px
}
#content #sweets .wrap .title h3 {
padding:30px 0px 20px 0px;
margin-left:8px;
margin-right:8px
}
#content #sweets .wrap .title h3 img {
width:200px
}
#content #sweets .wrap .title .ribobon {
top:140px;
width:23px
}
#content #sweets .wrap .title ul {
right:35px;
bottom:-50px;
right:18px;
top:initial
}
#content #sweets .wrap .container {
padding-left:30px;
padding-right:30px
}
#content #sweets .wrap .left-contents {
float:none;
max-width:100%;
text-align:center;
margin-right:0px
}
#content #sweets .wrap .left-contents .item img {
width:80%
}
#content #sweets .wrap .left-contents .item dt {
font-size:18px
}
#content #sweets .wrap .left-contents .item dd:last-child {
font-size:18px;
line-height:0.8em;
margin-top:17px
}
#content #sweets .wrap .right-contents {
margin-top:70px;
max-width:100%
}
#content #sweets .wrap .right-contents dt {
font-size:18px;
text-align:center;
margin-bottom:10px
}
#content #sweets .wrap .right-contents dd {
font-size:14px
}
#content #sweets .wrap .right-contents img {
width:100%
}
#content #privacy .leftblock, #content #about .leftblock, #content #inquiry .leftblock, #content #backnumber .leftblock, #content #mailmagazine .leftblock, #content #information .leftblock, #content #sitemap .leftblock {
max-width:100%
}
#content #privacy .side, #content #about .side, #content #inquiry .side, #content #backnumber .side, #content #mailmagazine .side, #content #information .side, #content #sitemap .side {
max-width:70%;
margin:auto;
position:initial;
margin-bottom:200px
}
#content #backnumber p {
margin-bottom:70px
}
div.white, .owl-carousel:after, #searchform {
display:none !important
}
.owl-carousel .owl-controls {
top:63px;
right:10px
}
.owl-carousel .owl-page {
margin:0 8px !important
}
#footer .wrap p {
text-align:center;
margin-bottom:10px
}
#footer .wrap #nav_f {
text-align:center
}
#footer .wrap #nav_f li {
display:inline-block
}
#footer .wrap #nav_f li a {
padding:10px
}
img {
max-width:100%
}
#content #shop .wrap .gourmet .map a, #content #shop .wrap .gourmet .map, #content #machiSanpo .bgy .container .machi dl .map a {
width:auto
}
#content #machiSanpo .bgy .wrap .machi dl .map {
width:100%
}
#content #machiSanpo .bgy .container .machi dl .map a {
width:90%
}
}
@media only screen and (min-width: 390px) and (max-width: 779px) {
#special .wrap{
	margin-right: 
}
#special h3{
	font-size: 30px;
}
#special h4 {
  font-size: 18px;
}
#special h4 span {
  font-size: 18px;
}
#special p {
  font-size: 14px;
  margin-top: 5px;
}
#special .titleWrap {
  height: 240px;
  margin-top: 30px;
  -webkit-background-size: 40%;
  background-size: 140px;
  background-position: right bottom;
}
#special .summery {
  font-size: 14px;
  text-align: left;
}
#special .list {
	overflow: hidden;
 	width: 95%;
  margin: auto;
}
#special .wrap{
	width: 100%;
}
#header .wrap #nav_h li a {
position:relative
}
#header .wrap #nav_h li a:after {
content:"";
position:absolute;
bottom:2px;
left:50%;
width:0;
height:1px;
background-color:#fff;
-webkit-transition:all 200ms ease;
transition:all 200ms ease
}
#header .wrap #nav_h li a:hover:after {
left:0%;
bottom:-4px;
width:100%;
background-color:#000
}
#header .wrap #nav_h li#search a:after {
-webkit-transition:none;
transition:none
}
#header .wrap #nav_h li#search a:hover {
opacity:0.85
}
#header .wrap #nav_h li#search a:hover:after {
background-color:#fff
}
.owl-carousel .owl-pagination .owl-page {
-webkit-transition:color 200ms ease;
transition:color 200ms ease
}
.owl-carousel .owl-pagination .owl-page:hover {
color:#aaa
}
.owl-carousel .owl-pagination .owl-page.active:hover {
color:#555
}
#content #dummyLink ul li a img, #content ul li a img {
opacity:1;
-webkit-transition:opacity 200ms ease;
transition:opacity 200ms ease
}
#content #dummyLink ul li a:hover img, #content ul li a:hover img {
opacity:.5
}
#content #shop .gourmet .map a, #content #machiSanpo .bgy .wrap .machi dl .map a, #content #sweets .wrap .left-contents .map a {
-webkit-transition:all 400ms ease;
transition:all 400ms ease;
position:relative;
overflow:hidden;
z-index:0
}
#content #shop .gourmet .map a:after, #content #machiSanpo .bgy .wrap .machi dl .map a:after, #content #sweets .wrap .left-contents .map a:after {
-webkit-transition:all 400ms ease;
transition:all 400ms ease;
content:"";
position:absolute;
top:50%;
left:50%;
width:0;
height:0;
margin-top:0;
margin-left:0;
background-color:#fff;
z-index:-1;
border-radius:50%
}
#content #shop .gourmet .map a:hover, #content #machiSanpo .bgy .wrap .machi dl .map a:hover, #content #sweets .wrap .left-contents .map a:hover {
color:#fff;
border-color:#000
}
#content #shop .gourmet .map a:hover:after, #content #machiSanpo .bgy .wrap .machi dl .map a:hover:after, #content #sweets .wrap .left-contents .map a:hover:after {
width:340px;
height:340px;
margin-top:-170px;
margin-left:-170px;
background-color:#000
}
#content #machiSanpo .bgy .wrap02 .machi dl .map a:hover:after {
width:540px;
height:540px;
margin-top:-270px;
margin-left:-270px;
background-color:#000
}
#content #shop .gourmet .map a:hover:after {
width:360px;
height:360px;
margin-top:-180px;
margin-left:-180px;
background-color:#000
}
#content #magazine .wrap .right li a:hover, #content #backnumber .wrap .right li a:hover {
opacity:0.4
}
#header, body.body #header {
border-bottom:1px solid #808080;
height:63px
}
#header .wrap, body.body #header .wrap {
margin-top:21px;
position:relative
}
#header .wrap h1 a, body.body #header .wrap h1 a {
width:96px;
display:block;
margin:auto
}
#header .wrap h1 a img, body.body #header .wrap h1 a img {
width:100%
}
#header .wrap h1 a .logo, body.body #header .wrap h1 a .logo {
display:block;
width:100%
}
#header .wrap h1 a span, body.body #header .wrap h1 a span {
display:none
}
#header .wrap #nav_h, body.body #header .wrap #nav_h {
display:none
}
#header .wrap h1, body.body #header .wrap h1 {
text-align:center;
margin:auto
}
#header .wrap h1 img, body.body #header .wrap h1 img {
width:30%
}
#header .wrap #nav_h, body.body #header .wrap #nav_h {
text-align:center
}
#header .wrap #nav_h li, #header .wrap #nav_h li:first-child, body.body #header .wrap #nav_h li, body.body #header .wrap #nav_h li:first-child {
margin:5px
}
#header #searchform {
display:none
}
body.body #header .wrap h1 {
top:0
}
.owl-carousel {
margin-bottom:100px;
padding-top:63px
}
.owl-carousel img {
width:100%
}
#content section {
width:390px;
margin-bottom:70px
}
#content section#magazine {
margin-bottom:100px
}
#content section#dummyLink {
margin-bottom:50px
}
#content #magazine .wrap, #content .leftblock .wrap {
padding:40px 30px 60px 30px
}
#content #magazine .wrap .left .cover, #content .leftblock .wrap .left .cover {
width:160px;
}
#content #magazine .wrap .left .cover img{
	width: 100%;
}
#content #magazine .wrap .left .publish, #content .leftblock .wrap .left .publish {
margin:20px 0;
padding-left: 30px;
/*text-align:center*/
}
#content #magazine .wrap .right, #content .leftblock .wrap .right {
border-top:1px solid #696969;
padding-top:30px;
font-size:15px
}
#content #magazine .wrap .right li small, #content .leftblock .wrap .right li small {
font-size:13px
}
#content #magazine .wrap .right li span a, #content .leftblock .wrap .right li span a {
font-size:21px
}
#content #magazine .wrap .right li strong a, #content .leftblock .wrap .right li strong a {
font-size:24px
}
#content #dummyLink ul {
margin-bottom:-10px;
margin-right:-10px
}
#content #dummyLink ul li {
width:190px;
float:left;
margin-right:10px;
margin-bottom:10px
}
#content #dummyLink ul li img {
width:100%
}
#content #dummyLink ul .link5 {
width:97%
}
#content #dummyLink ul .link5 img {
width:auto
}
#content #shop .select {
margin-bottom:50px
}
#content #shop .select .title .icon {
width:120px;
margin:auto;
margin-bottom:10px
}
#content #shop .select .title .wayside dt {
font-size:33px;
text-align:center
}
#content #shop .select .title .wayside dd {
font-size:16px
}
#content #shop .select .title .wayside dd .xs {
display:none
}
#content #shop .select .who {
margin-top:30px
}
#content #shop .wrap .gourmet {
margin-bottom:55px
}
#content #shop .wrap .gourmet:last-child {
margin-bottom:0
}
#content #shop .wrap .gourmet h3+dl dd.summery {
font-size:15px
}
#content #shop .wrap .gourmet .shopInfo p, #content #shop .wrap .gourmet .shopInfo ul {
float:left
}
#content #shop .wrap .gourmet .shopInfo p {
width:150px
}
#content #shop .wrap .gourmet .shopInfo ul {
width:195px;
margin-left:15px
}
#content #shop .wrap .gourmet h3+dl .summery {
min-height:auto
}
#content #machiSanpo h2 {
width:390px
}
#content #machiSanpo .bgy {
padding-bottom:1px
}
#content #machiSanpo .bgy .inner {
width:390px
}
#content #machiSanpo .bgy .file {
margin-bottom:40px;
text-align:center
}
#content #machiSanpo .bgy .file .title {
padding-top:30px
}
#content #machiSanpo .bgy .file .title dt {
margin-bottom:15px
}
#content #machiSanpo .bgy .file .title .place {
font-size:55px;
margin-bottom:10px
}
#content #machiSanpo .bgy .file .title .comment {
font-size:17px;
margin-bottom:15px
}
#content #machiSanpo .bgy .file p {
width:100%;
margin-top:20px
}
#content #machiSanpo .bgy .file p img {
width:100%
}
#content #machiSanpo .bgy .wrap .machi {
padding:30px;
margin-bottom:30px
}
#content #machiSanpo .bgy .wrap .machi h3+dl dd.summery {
font-size:15px
}
#content #machiSanpo .bgy .wrap02 {
padding:10px 10px;
margin-bottom:70px
}
#content #machiSanpo .bgy .wrap02 hr {
width: 98%;
}
#content #machiSanpo .bgy .wrap02 div.machi:before {
content:"";
position:absolute;
border-top:2px solid #5bc1c1;
width:100%;
margin-top:-30px
}
#content #machiSanpo .bgy .wrap02 div.machi:first-child:before {
border-top:none
}
#content #machiSanpo .bgy .wrap02 .frame02 div.machi:nth-child(3) {
margin-bottom:60px
}
#content #machiSanpo .bgy .wrap02 .frame02 div.machi:last-child {
margin-bottom:30px
}
#content #machiSanpo .bgy .wrap02 .frame02 .machi .map {
padding-right:0px
}
#content #machiSanpo .bgy .wrap02 dl.title {
margin:5px;
padding:20px;
padding-bottom:100px
}
#content #machiSanpo .bgy .wrap02 dl.title img {
width:100%
}
#content #machiSanpo .bgy .wrap02 dl.title #hukidashi {
top:-5px;
left:-10px
}
#content #machiSanpo .bgy .wrap02 dl.title #illust01 {
bottom:10px;
left:0px
}
#content #machiSanpo .bgy .wrap02 dl.title #illust01 img {
width:50%
}
#content #machiSanpo .bgy .wrap02 dl.title #illust02 {
bottom:10px;
left:95px
}
#content #machiSanpo .bgy .wrap02 dl.title #illust02 img {
width:50%
}
#content #machiSanpo .bgy .wrap02 dl.title #illust03 {
bottom:10px;
right:20px
}
#content #machiSanpo .bgy .wrap02 dl.title #illust03 img {
width:50%
}
#content #sweets .pc {
display:none
}
#content #sweets h2 {
width:390px
}
#content #sweets .frame01, #content #sweets .frame02 {
border:1px solid #524945
}
#content #sweets .frame01 {
padding:3px
}
#content #sweets .wrap {
width:390px;
background-position:top center
}
#content #sweets .wrap .title h3 {
padding:30px 0px 20px 0px;
margin-left:8px;
margin-right:8px
}
#content #sweets .wrap .title h3 img {
width:200px
}
#content #sweets .wrap .title .ribobon {
top:140px;
width:23px
}
#content #sweets .wrap .title ul {
right:35px;
bottom:-50px;
right:20px;
top:initial
}
#content #sweets .wrap .container {
padding-left:20px;
padding-right:20px
}
#content #sweets .wrap .left-contents {
float:none;
max-width:100%;
text-align:center;
margin-right:0px
}
#content #sweets .wrap .left-contents .item img {
width:80%
}
#content #sweets .wrap .left-contents .item dt {
font-size:18px
}
#content #sweets .wrap .left-contents .item dd:last-child {
font-size:18px;
line-height:0.8em;
margin-top:17px
}
#content #sweets .wrap .right-contents {
margin-top:80px;
max-width:100%
}
#content #sweets .wrap .right-contents dt {
font-size:18px;
text-align:center;
margin-bottom:10px
}
#content #sweets .wrap .right-contents dd {
font-size:14px
}
#content #sweets .wrap .right-contents img {
width:100%
}
#content #privacy .leftblock, #content #about .leftblock, #content #inquiry .leftblock, #content #backnumber .leftblock, #content #mailmagazine .leftblock, #content #information .leftblock, #content #sitemap .leftblock {
max-width:95%
}
#content #privacy .side, #content #about .side, #content #inquiry .side, #content #backnumber .side, #content #mailmagazine .side, #content #information .side, #content #sitemap .side {
max-width:70%;
margin:auto;
position:initial;
margin-bottom:200px;
margin-top:100px
}
#content #privacy dd:last-child, #content #sitemap dd:last-child, #content #about dd:last-child, #content #inquiry dd:last-child {
margin-bottom:0px
}
#content #information ul {
margin-bottom:30px
}
#content #mailmagazine .leftblock .subhead04 {
max-width:340px
}
div.white, .owl-carousel:after, #searchform {
display:none !important
}
.owl-carousel .owl-controls {
top:63px;
right:10px
}
#footer .wrap {
width:390px
}
#footer .wrap p {
text-align:center;
margin-bottom:10px
}
#footer .wrap #nav_f {
text-align:center
}
#footer .wrap #nav_f li {
display:inline-block
}
}
@media only screen and (min-width: 780px) and (max-width: 1199px) {
	/*スペスシャル追加*/
#special .wrap:nth-child(3n) {
    margin-right: 60px !important;
}
#special .wrap:nth-child(2n) {
    margin-right: 0px !important;
}

#header .wrap #nav_h li a {
position:relative
}
#header .wrap #nav_h li a:after {
content:"";
position:absolute;
bottom:2px;
left:50%;
width:0;
height:1px;
background-color:#fff;
-webkit-transition:all 200ms ease;
transition:all 200ms ease
}
#header .wrap #nav_h li a:hover:after {
left:0%;
bottom:-4px;
width:100%;
background-color:#000
}
#header .wrap #nav_h li#search a:after {
-webkit-transition:none;
transition:none
}
#header .wrap #nav_h li#search a:hover {
opacity:0.85
}
#header .wrap #nav_h li#search a:hover:after {
background-color:#fff
}
.owl-carousel .owl-pagination .owl-page {
-webkit-transition:color 200ms ease;
transition:color 200ms ease
}
.owl-carousel .owl-pagination .owl-page:hover {
color:#aaa
}
.owl-carousel .owl-pagination .owl-page.active:hover {
color:#555
}
#content #dummyLink ul li a img, #content ul li a img {
opacity:1;
-webkit-transition:opacity 200ms ease;
transition:opacity 200ms ease
}
#content #dummyLink ul li a:hover img, #content ul li a:hover img {
opacity:.5
}
#content #shop .gourmet .map a, #content #machiSanpo .bgy .wrap .machi dl .map a, #content #sweets .wrap .left-contents .map a {
-webkit-transition:all 400ms ease;
transition:all 400ms ease;
position:relative;
overflow:hidden;
z-index:0
}
#content #shop .gourmet .map a:after, #content #machiSanpo .bgy .wrap .machi dl .map a:after, #content #sweets .wrap .left-contents .map a:after {
-webkit-transition:all 400ms ease;
transition:all 400ms ease;
content:"";
position:absolute;
top:50%;
left:50%;
width:0;
height:0;
margin-top:0;
margin-left:0;
background-color:#fff;
z-index:-1;
border-radius:50%
}
#content #shop .gourmet .map a:hover, #content #machiSanpo .bgy .wrap .machi dl .map a:hover, #content #sweets .wrap .left-contents .map a:hover {
color:#fff;
border-color:#000
}
#content #shop .gourmet .map a:hover:after, #content #machiSanpo .bgy .wrap .machi dl .map a:hover:after, #content #sweets .wrap .left-contents .map a:hover:after {
width:340px;
height:340px;
margin-top:-170px;
margin-left:-170px;
background-color:#000
}
#content #machiSanpo .bgy .wrap02 .machi dl .map a:hover:after {
width:540px;
height:540px;
margin-top:-270px;
margin-left:-270px;
background-color:#000
}
#content #shop .gourmet .map a:hover:after {
width:360px;
height:360px;
margin-top:-180px;
margin-left:-180px;
background-color:#000
}
#content #magazine .wrap .right li a:hover, #content #backnumber .wrap .right li a:hover {
opacity:0.4
}
#header .wrap {
width:780px
}
#header .wrap #menuBtn {
display:none
}
#header .wrap h1 a {
float:left;
margin-top:-10px
}
#header .wrap h1 a .logo {
display:block
}
#header .wrap h1 a span {
display:inline-block;
letter-spacing:0.05em;
text-indent:-1em
}
#header .wrap #nav_h {
padding-top:30px;
float:right
}
#header .wrap #nav_h li {
margin:0 6px;
vertical-align:bottom
}
#header .wrap #nav_h li a {
letter-spacing:.1em;
font-size:13px
}
#spmenu {
display:none !important
}
.owl-carousel {
margin-bottom:60px
}
.owl-carousel img {
width:100%
}
.owl-carousel .owl-controls {
right:20px
}
body.body #header {
height:50px
}
body.body #header .wrap {
margin-top:0
}
body.body #header .wrap h1 a img.logo {
display:none
}
body.body #header .wrap h1 a img.logo_slide {
display:block
}
body.body #header .wrap h1 a span {
display:none
}
body.body #header .wrap #nav_h {
padding-top:17px
}
body.body #header .wrap #nav_h li {
vertical-align:top
}
body.body #header .wrap #nav_h li:last-child a {
padding:0;
position:relative;
top:2px;
margin-left:15px
}
#searchform.on {
bottom:-87px
}
#content section {
width:780px;
padding-top:60px;
margin-bottom:40px
}
#content section#info {
padding-top:50px
}
#content section#dummyLink {
margin-bottom:0px
}
#content #magazine .wrap, #content .leftblock .wrap {
padding:30px;
}
#content #magazine .wrap .left .cover, #content #magazine .wrap .left .publish, #content .leftblock .wrap .left .cover, #content .leftblock .wrap .left .publish {
float:left
}
#content #magazine .wrap .left .cover, #content .leftblock .wrap .left .cover {
width:177px
}
#content #magazine .wrap .left .publish, #content .leftblock .wrap .left .publish {
width:230px;
margin-left:60px
}
#content #magazine .wrap .right, #content .leftblock .wrap .right {
border-top:1px solid #696969;
padding-top:40px;
margin-top:-130px;
margin-left:235px;
/*padding-left: 18px;*/
}
#content #dummyLink ul {
margin-bottom:-20px
}
#content #dummyLink ul li {
width:224px;
float:left;
margin-right:20px;
margin-bottom:20px
}
#content #shop .select {
margin-bottom:50px
}
#content #shop .select .title .icon, #content #shop .select .title .wayside {
float:left
}
#content #shop .select .title .icon {
width:135px
}
#content #shop .select .title .wayside {
width:620px;
margin-left:10px
}
#content #shop .select .who {
margin-top:30px
}
#content #shop .wrap {
margin-left:-60px
}
#content #shop .wrap .gourmet {
width:360px;
margin-left:60px;
margin-bottom:55px;
float:left
}
#content #shop .wrap .gourmet:nth-child(5), #content #shop .wrap .gourmet:nth-child(6) {
margin-bottom:55px
}
#content #shop .wrap .gourmet .shopInfo p, #content #shop .wrap .gourmet .shopInfo ul {
float:left
}
#content #shop .wrap .gourmet .shopInfo p {
width:150px
}
#content #shop .wrap .gourmet .shopInfo ul {
width:195px;
margin-left:15px
}
#content #machiSanpo h2 {
width:780px;
margin-bottom:10px
}
#content #machiSanpo .bgy {
padding-top:30px
}
#content #machiSanpo .bgy .inner {
width:780px
}
#content #machiSanpo .bgy .file {
margin-bottom:60px
}
#content #machiSanpo .bgy .file .title {
width:370px;
margin:0 auto 20px;
text-align:center
}
#content #machiSanpo .bgy .file .title dt {
margin-bottom:20px
}
#content #machiSanpo .bgy .file .title .place {
margin-bottom:15px
}
#content #machiSanpo .bgy .file .title .comment {
margin-bottom:20px
}
#content #machiSanpo .bgy .file p {
width:780px;
margin-right:-400px
}
#content #machiSanpo .bgy .file p img {
width:100%
}
#content #machiSanpo .bgy .wrap {
margin-left:-20px
}
#content #machiSanpo .bgy .wrap .machi {
width:316px;
padding:30px;
float:left;
margin-left:20px;
margin-bottom:20px
}
#content #machiSanpo .bgy .wrap .machi h3 img {
width:100%
}
#content #machiSanpo .bgy .wrap .machi dl .map, #content #machiSanpo .bgy .wrap .machi dl .map a {
width:315px
}
#content #machiSanpo .bgy .wrap02 {
width:750px;
margin:auto
}
#content #machiSanpo .bgy .wrap02 hr {
width:720px
}
#content #machiSanpo .bgy .frame02 .machi:nth-child(odd) {
padding-right:30px
}
#content #machiSanpo .bgy .frame02 .machi:nth-child(even) {
padding-left:30px
}
#content #machiSanpo .bgy .frame02 div.machi:nth-child(odd) {
border-right:2px solid #ef5a66
}
#content #machiSanpo .bgy div.machi:last-child:before, #content #machiSanpo .bgy div.machi:nth-child(3):before {
width:320px
}
#content #machiSanpo .bgy dl.title {
width:720px;
margin:auto;
padding-bottom:30px
}
#content #machiSanpo .bgy dl.title #hukidashi {
top:-10px;
left:120px
}
#content #machiSanpo .bgy dl.title #illust01 {
display:none
}
#content #machiSanpo .bgy dl.title #illust02 {
top:50px;
left:-55px
}
#content #machiSanpo .bgy dl.title #illust03 {
top:30px;
right:20px
}
#content #sweets .sp {
display:none
}
#content #sweets .frame01, #content #sweets .frame02 {
border:1px solid #524945
}
#content #sweets .frame01 {
padding:3px
}
#content #sweets h2 {
width:780px
}
#content #sweets .wrap {
width:750px
}
#content #sweets .wrap .title h3 {
text-align:left;
padding:50px 0px;
padding-left:2%
}
#content #sweets .wrap .title h3 img {
width:75%
}
#content #sweets .wrap .title .ribobon {
top:123px
}
#content #sweets .wrap .left-contents {
float:none;
max-width:100%;
text-align:center;
margin-right:0px
}
#content #sweets .wrap .left-contents .item img {
width:auto
}
#content #sweets .wrap .right-contents {
margin-top:50px;
max-width:100%
}
#content #sweets .wrap .right-contents dl {
margin-top:50px
}
#content #sweets .wrap .right-contents img {
width:400px
}
#content #sweets .wrap .right-contents .subphoto {
text-align:left
}
#content #privacy .side, #content #about .side, #content #inquiry .side, #content #backnumber .side, #content #mailmagazine .side, #content #information .side, #content #sitemap .side {
max-width:20%
}
#content #mailmagazine .leftblock .subhead04 {
max-width:340px
}
#content #backnumber .leftblock {
width:77%
}
#footer .wrap {
width:780px
}
#footer .wrap #nav_f {
margin-top:-20px
}
#footer .wrap #nav_f li {
float:left;
margin-left:20px
}
}
@media only screen and (min-width: 1200px) {
#header .wrap #nav_h li a {
position:relative
}
#header .wrap #nav_h li a:after {
content:"";
position:absolute;
bottom:2px;
left:50%;
width:0;
height:1px;
background-color:#fff;
-webkit-transition:all 200ms ease;
transition:all 200ms ease
}
#header .wrap #nav_h li a:hover:after {
left:0%;
bottom:-4px;
width:100%;
background-color:#000
}
#header .wrap #nav_h li#search a:after {
-webkit-transition:none;
transition:none
}
#header .wrap #nav_h li#search a:hover {
opacity:0.85
}
#header .wrap #nav_h li#search a:hover:after {
background-color:#fff
}
.owl-carousel .owl-pagination .owl-page {
-webkit-transition:color 200ms ease;
transition:color 200ms ease
}
.owl-carousel .owl-pagination .owl-page:hover {
color:#aaa
}
.owl-carousel .owl-pagination .owl-page.active:hover {
color:#555
}
#content #dummyLink ul li a img, #content ul li a img {
opacity:1;
-webkit-transition:opacity 200ms ease;
transition:opacity 200ms ease
}
#content #dummyLink ul li a:hover img, #content ul li a:hover img {
opacity:.5
}
#content #shop .gourmet .map a, #content #machiSanpo .bgy .wrap .machi dl .map a, #content #sweets .wrap .left-contents .map a {
-webkit-transition:all 400ms ease;
transition:all 400ms ease;
position:relative;
overflow:hidden;
z-index:0
}
#content #shop .gourmet .map a:after, #content #machiSanpo .bgy .wrap .machi dl .map a:after, #content #sweets .wrap .left-contents .map a:after {
-webkit-transition:all 400ms ease;
transition:all 400ms ease;
content:"";
position:absolute;
top:50%;
left:50%;
width:0;
height:0;
margin-top:0;
margin-left:0;
background-color:#fff;
z-index:-1;
border-radius:50%
}
#content #shop .gourmet .map a:hover, #content #machiSanpo .bgy .wrap .machi dl .map a:hover, #content #sweets .wrap .left-contents .map a:hover {
color:#fff;
border-color:#000
}
#content #shop .gourmet .map a:hover:after, #content #machiSanpo .bgy .wrap .machi dl .map a:hover:after, #content #sweets .wrap .left-contents .map a:hover:after {
width:340px;
height:340px;
margin-top:-170px;
margin-left:-170px;
background-color:#000
}
#content #machiSanpo .bgy .wrap02 .machi dl .map a:hover:after {
width:540px;
height:540px;
margin-top:-270px;
margin-left:-270px;
background-color:#000
}
#content #shop .gourmet .map a:hover:after {
width:360px;
height:360px;
margin-top:-180px;
margin-left:-180px;
background-color:#000
}
#content #magazine .wrap .right li a:hover, #content #backnumber .wrap .right li a:hover {
opacity:0.4
}
#header .wrap {
width:1200px
}
#header .wrap #menuBtn {
display:none
}
#header .wrap h1 {
float:left
}
#header .wrap #nav_h {
float:right
}
#spmenu {
display:none !important
}
.owl-carousel {
margin-bottom:135px
}
.owl-carousel.owl-theme {
max-width:1200px;
position:absolute;
margin:auto;
left:0;
right:0
}
#content section {
padding-top:60px;
width:1200px;
margin-bottom:130px
}
#content section#dummyLink {
margin-bottom:0px;
padding-top:0px
}
#content section#magazine {
margin-bottom:100px
}
#content section#info {
padding-top:50px
}
#content #magazine {
padding-top:617px
}
#content #magazine .wrap, #content .leftblock .wrap {
padding:30px;
display: flex;

}
#content #magazine .wrap .left, #content #magazine .wrap .right, #content .leftblock .wrap .left, #content .leftblock .wrap .right {
/*float:left*/
}
#content #magazine .wrap .left, #content .leftblock .wrap .left {
width:510px;
border-right:1px solid #696969;
display: flex;
align-items: center;
}
#content #magazine .wrap .left .cover, #content #magazine .wrap .left .publish, #content .leftblock .wrap .left .cover, #content .leftblock .wrap .left .publish {
/*float:left*/
}
#content #magazine .wrap .left .cover, #content .leftblock .wrap .left .cover {
width:177px
}
#content #magazine .wrap .left .publish, #content .leftblock .wrap .left .publish {
/*width:230px;*/
/*margin-top:100px;*/
margin-left:90px;
}
#content #magazine .wrap .right, #content .leftblock .wrap .right {
margin-left:30px
}
#content .leftblock .wrap .right {
width:380px
}
#content #dummyLink ul li {
width:224px;
float:left;
margin-right:20px
}
#content #shop .select {
margin-bottom:80px
}
#content #shop .select .title {
width:780px;
float:left
}
#content #shop .select .title .icon, #content #shop .select .title .wayside {
float:left
}
#content #shop .select .title .icon {
width:135px
}
#content #shop .select .title .wayside {
width:620px;
margin-left:10px
}
#content #shop .select .who {
width:360px;
float:right;
margin-top:10px
}
#content #shop .wrap {
margin-left:-60px
}
#content #shop .wrap .gourmet {
width:360px;
margin-left:60px;
margin-bottom:55px;
float:left
}
#content #shop .wrap .gourmet:nth-child(4), #content #shop .wrap .gourmet:nth-child(5), #content #shop .wrap .gourmet:nth-child(6) {
padding-bottom:130px
}
#content #shop .wrap .gourmet .shopInfo p, #content #shop .wrap .gourmet .shopInfo ul {
float:left
}
#content #shop .wrap .gourmet .shopInfo p {
width:150px
}
#content #shop .wrap .gourmet .shopInfo ul {
width:195px;
margin-left:15px
}
#content #machiSanpo h2 {
width:1200px
}
#content #machiSanpo .bgy .inner {
width:1200px
}
#content #machiSanpo .bgy .file {
margin-bottom:60px
}
#content #machiSanpo .bgy .file .title {
width:370px;
float:left;
margin-top:85px
}
#content #machiSanpo .bgy .file .title dt {
margin-bottom:25px
}
#content #machiSanpo .bgy .file .title .place {
margin-bottom:15px
}
#content #machiSanpo .bgy .file .title .comment {
margin-bottom:23px
}
#content #machiSanpo .bgy .file p {
width:790px;
margin-top:-15px;
float:right
}
#content #machiSanpo .bgy .wrap {
margin-left:-22px
}
#content #machiSanpo .bgy .wrap .machi {
width:325px;
padding:30px;
float:left;
margin-left:22px;
margin-bottom:22px
}
#content #machiSanpo .bgy .wrap02 {
margin-left:0px
}
#content #machiSanpo .bgy .wrap02 .machi {
width:557px;
padding-bottom:0px;
box-sizing:content-box
}
#content #machiSanpo .bgy .wrap02 dl {
width:528px
}
#content #machiSanpo .bgy .wrap02 div.machi:nth-child(even) {
padding-left:29px;
box-sizing:border-box
}
#content #machiSanpo .bgy .wrap02 hr {
width:1155px
}
#content #machiSanpo .bgy .frame02 div.machi:nth-child(odd) {
border-right:2px solid #ef5a66
}
#content #machiSanpo .bgy div.machi:last-child:before, #content #machiSanpo .bgy div.machi:nth-child(3):before {
width:524px
}
#content #machiSanpo .bgy dl.title {
width:1155px;
margin:auto;
height:200px
}
#content #machiSanpo .bgy dl.title dd {
font-size:17px
}
#content #machiSanpo .bgy dl.title #hukidashi {
top:-25px;
left:350px
}
#content #machiSanpo .bgy dl.title #illust01 {
top:40px;
left:110px
}
#content #machiSanpo .bgy dl.title #illust02 {
top:-10px;
right:30px
}
#content #machiSanpo .bgy dl.title #illust03 {
top:110px;
right:220px
}
#content #sweets .sp {
display:none
}
#content #sweets .wrap {
background-image:url("../img/sweets_bgi_line.png")
}
#content #sweets .wrap .right-contents img {
width:417px
}
#footer .wrap {
width:1200px
}
#footer .wrap #nav_f {
margin-top:-20px
}
#footer .wrap #nav_f li {
float:left;
margin-left:10px
}
}

/*add 20210106*/
#spmenu{
  z-index: 9999;
}
.sp{
	display: none !important;
}
@media only screen and (max-width: 425px) {
	.sp{
		display: block !important;
	}
}
.hare_summary{
	writing-mode: inherit !important;
	height: auto !important;
}
#hare_address{
	height: auto !important;
}
#hare_address .map{
	display: block;
}
#hare_address .map a{
	width: 325px;
	transition: all 400ms ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #5d1c1a;
  color: #5d1c1a;
  top: 0;
  margin: 30px auto 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
#hare_address .map a:after{
	transition: all 400ms ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-top: 0;
  margin-left: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
}
#hare_address .map a:hover{
  color: #fff;
  border-color: #000;
}
#hare_address .map a:hover:after{
  width: 340px;
  height: 340px;
  margin-top: -170px;
  margin-left: -170px;
  background-color: #5d1c1a;
}
.hare_summary{
	width: 90% !important;
}
#hare_img02 img{
	width: 90% !important;
}
@media only screen and (max-width: 768px) {
	#hare_address .map a{
		width: 90%;
	}
	#content #machiSanpo .bgy .wrap02 .frame ul{
		width: 90% !important;
	}
	#content #machiSanpo .bgy .wrap02 .frame ul li{
		padding-right: 0px !important;
		padding-bottom: 30px !important;
	}
	#content #machiSanpo .bgy .wrap02 .frame ul li img{
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	#content #magazine .wrap .left{
		display: flex;
		padding-bottom: 30px;
		align-items: center;
	}
}

#content #sweets .wrap .sweets_tittleL2,
#content #sweets .wrap .sweets_tittleR2{
	float: none !important;
	width: auto !important;
}
@media only screen and (max-width: 768px) {
	#content #sweets .wrap .sweets_tittleL2{
		width: 90% !important;
	}
  #content #sweets{
    margin-bottom: 0 !important;
    padding-bottom: 0;
  }
}
#content #sweets .wrap .sweets_tittleR2{
	/*margin-top: 40px !important;*/
	margin: 0 auto 0 !important;
}
#content #sweets .wrap .sweets_tittleR2 ul{
	display: flex;
}
@media only screen and (max-width: 768px) {
	#content #sweets .wrap .sweets_tittleR2 ul{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
}
#content #sweets .wrap .sweets_tittleL2 + p{
	line-height: 1.8;
	margin: 60px 0 50px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media only screen and (max-width: 768px) {
	#content #sweets .wrap .sweets_tittleL2 + p{
		width: 90%;
		margin: 40px auto 0;
		padding: 40px 0;
		border-top: 1px solid #5d1c1a;
		border-bottom: 1px solid #5d1c1a;
	}
}
#content #sweets .wrap .sweets_tittleR2 ul li.ls-07{
	font-size: 13px !important;
  padding: 0!important;
  border-bottom: none !important;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
#content #sweets .wrap .sweets_tittleR2 ul li:first-child{
	border-right: solid #000 1px;
	padding-right: 30px !important;
}
#content #sweets .wrap .sweets_tittleR2 ul li:last-child{
	padding-left: 30px !important;
}
@media only screen and (max-width: 768px) {
	#content #sweets .wrap .sweets_tittleR2 ul li:first-child,
	#content #sweets .wrap .sweets_tittleR2 ul li:last-child{
		padding: 45px 0 !important;
		border-right: none !important;
	}
	#content #sweets .wrap .sweets_tittleR2 ul li:first-child{
		border-bottom: solid #000 1px !important;
	}
}
@media only screen and (max-width: 1199px){
	#content #sweets .wrap .sweets_tittleR2 ul li:first-child{
		border-top: none !important;
	}
}
#content #sweets .wrap .sweets_tittleR2 ul li.ls-07 em{
	display: inline-block !important;
  font-size: 14px !important;
  font-weight: bold !important;
  margin-bottom: 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
#content #sweets .wrap .sweets_tittleR2 .map{
	display: block;
	position: initial !important;
	margin-top: 20px;
}
#content #sweets .wrap .sweets_tittleR2 .map a{
	top: 0;
}
@media only screen and (max-width: 375px) {
	.owl-carousel .item{
		height: 400px;
	}
	.owl-carousel .item img{
		object-fit: cover;
		display: block;
    height: 400px;
	}
	.owl-carousel .item a{
		display: block;
		height: 100%;
	}
}
@media screen and (min-width:376px) and ( max-width:425px) {
  .owl-carousel .item{
    height: 500px;
  }
  .owl-carousel .item img{
    object-fit: cover;
    display: block;
    height: 500px;
  }
  .owl-carousel .item a{
    display: block;
    height: 100%;
  }
}
.mv{
	position: relative;
}
.top_arrow {
	height: 50px;
	position: absolute;
  bottom: -100px;
  left: 50%;
  z-index: 2;
  padding: 40px 0 0;
  display: inline-block;
  transform: translateX(-50%);
  color: #000;
  font: normal 400 15px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.top_arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-15px, 15px);
    opacity: 0;
  }
}
