@charset "utf-8";
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
/*--------------------------------------------------------------
9.0 Tables from seventeen
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
	width: 100%;}

/*-------------------------COMMON CODE--------------------------------*/

html, body{
	font-size:100%;	
	font-family:'Noto Sans JP', "Yu Gothic", sans-serif;
	font-feature-settings:"palt";
	/*color:#3d3c37;*/
	color:#5d5648;
	position:relative;
}
html:before,
html:after {
  content: "";
  background: #fff;
  position: fixed;
  display: block;
  z-index: 6;
}

html:before {
  height: 12px; 
  width: 100vw;
  left: 0;
  top: 0;
}

html:after {
  height: 12px;
  width: 100vw;
  bottom: 0;
  left: 0;
}


/*body{
	background:url(images/common/bg.jpg);
}*/

	body:not(.custom-background-image).admin-bar:before {
		top: 0;
	}

*{
	-webkit-margin-before:0;
	-webkit-margin-after:0;
	-webkit-padding-start:0;
}

h1, h2, h3, h4, h5, h6{
	font-family:YuMincho,'Yu Mincho',serif;
	font-size: 1.125em;
	line-height:1.5rem;
	font-weight:normal;
	/*color:#3d3c37;*/
	color:#5d5648;
}

p, a, th, td, tr, button,ul, li, dt, dd{
	font-size:1em;
	margin:0;
	text-decoration:none;
}

ul{
	list-style:none;
}

li, p{
	line-height:1.5em;
	font-family:'Noto Sans JP', "Yu Gothic", sans-serif;
}

*+p{
	margin:1em 0;
}

img{
	vertical-align:middle;
}

* img{
	width:100%;
	height:auto;
}

table{
	font-size:0.875em;
}

table.archi tr:nth-child(2n+1){
	background:#f2f2f2;
}

th{
	max-width:5em;
	padding:10px;
	vertical-align:middle;
	font-weight:normal;
}

td{
	padding:10px;
}

.flex-box{
	display:flex;}

.flex-wrap{
	display:flex;
	flex-wrap:wrap;}

.cont-box{
	max-width:60rem;
	width:100%;
	margin:0 auto;
	padding:6rem 1rem 0;
}

a {
color: #5d5648;
  transition: .3s;
}

a:hover{
	text-decoration:none;
	opacity:0.65;
}

a.btn-round, button{
	display:block;
	background:rgba(255,255,255,0.8);
	color:#493c36;
	text-align:center;
	border:1px solid #493c36;
	width:224px;
	height:3rem;
	border-radius:1.5rem;
	line-height:3rem;
	margin:1rem auto 0.5rem;
}

a.btn-round:hover, button:hover{
	background:	rgba(73,60,54,0.8);
	color:#fff;
}

.a-back{
	width:100%;
	display:inline-block;
	text-align:right;
	font-size:0.875em;
	color:#5d5648;
	margin-top:1em;
}

button{
    font-weight: normal;
    line-height: 1em;
    width: 100%;
}

caption{
	margin-bottom:1rem;
}

#page{
	position:relative;
	margin:12px;
	background:#f6f6ed;
	overflow:hidden;
}

.red, p > a, td a, .attention * > a{
	color:#e0684a;
}

p > a:hover, td a:hover{
	color:#e0684a;
opacity:0.8;}

.a-back:hover{
		color:#e0684a;
-webkit-animation:fuwa 1s both;
animation:fuwa 1s both;
}

.yellow{
	background-color:#f4f0e6;
}

.ushi1, .ushi3, .ushi5, .ushi2, .ushi4{
	opacity:0.5;
}

.ushi1{
	position:absolute;
	top:10%;
	left:-10px;
}

.ushi2{
	position:absolute;
	top:20%;
	right:-10px;
}

.ushi3{
	position:absolute;
	top:40%;
	left:50%;
}

.ushi4{
	position:absolute;
	top:50%;
	left:0px;
}

.ushi5{
	position:absolute;
	top:60%;
	right:0px;
}


i{
	margin:0 0.5em;
}

h2{
	text-align:center;
	margin:1em 0;
}

.sub{
	font-size:0.75em;
	font-family: YuMincho,'Yu Mincho',serif;
}

.content-area{
	padding:0 1rem;
}

.cont-area{
	padding:6rem 1rem;
}

.cont-wrap{
	max-width:1000px;
	margin:0 auto;
	width:100%;
}

.cont-text-wrap{
	max-width:600px;
	width:100%;
	margin:0 auto;
}

.center{
	text-align:center;
}

.attention{
	padding:1rem;
	background:#fff;
}
.attention > ul{
	margin-top:1rem;
}
.attention > ul li{
	font-size:0.875em;
	margin-top:1em;
}

.attention > ul li:before{
	content:"●";
}

.small-hide{
	display:none;
}
.small-show{
	display:block;
}

@media screen and ( min-width:768px){
	.small-hide{
		display:block;
	}
	.small-show{
	display:none;
}
}

/*****************************************************/
/*                 ヘッダー　HEADER                  */
/*****************************************************/
.site-header{
    width: 100%;
    /* max-width: 88rem; */
    background: rgba(255,255,255,0);
    position: fixed;
    top: 0;
    height: 6rem;
    left: 0;
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%); */
    z-index: 10;
	overflow:hidden;
}

.head-u{
    display: flex;
    background: rgba(255,255,255,0);
	margin-top:12px;
    height: 56px;
    padding: 1rem;
	transition:all .5s;
}

header .logo{
	height:auto;
	width:120px;
}   


.head-u > a:first-child{
	    margin-right: auto;
}

.head-u img{
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
}

header ul li .sub{
	font-size:0.75rem;
	margin:0;
	display:block;
	line-height:1em;
}

.menu-btn{
    position: relative;
	height:100%;
	width:45px;
}

.menu-btn svg{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
}

.menu-btn:hover{
	cursor:pointer;
}

.head{
    position:fixed;
	background:rgba(255,255,255,0);
    z-index: 10;
	top:56px;
width:100%;
height: calc(100% - 56px);
	display:none;
}

.head ul{
	min-width:300px;
	text-align: center;
    position: absolute;
    top: 50%;
	left:50%;
    transform:translatex(-50%) translatey(-50%);
    -webkit-transform:translatex(-50%) translatey(-50%);
    -ms-transform:translatex(-50%) translatey(-50%);
}

header ul li{
	display:block;
	margin:1.25em 0;
}

header ul li a{
	color:#fff;
}

.head li{
	position:relative;
}

.head ul li:hover a{
	opacity:0.8;
}

@media screen and (min-width:769px){

.head ul li:hover a{
	color:#fff;
	opacity:0.8;
	position:relative;
	z-index:5;
}

.head ul li:after{
	display:block;
	content:"";
	width:0;
	height:2px;
	position:absolute;
	top:30%;
	left:50%;
	background:#fff;
	transform:translatex(-50%);
	-webkit-transform:translatex(-50%);
	transition:all .5s;
	z-index:3;
}

.head ul li.snslink:after{
	top:45%;
}

.head ul li:hover:after{
	width:100%;
}

}

/*****************************************************/
/*                 フッター　FOOTER                  */
/*****************************************************/

#map{
width:100%;
	position:relative;
}

#map iframe{
width:100%;
	margin:0;
}

#map iframe .place-card.place-card-large{
	display:none;
}

#map .shop-info{
	padding:2rem;
	background:#fff;
}

.shop-info h3{
	font-size:1.25rem;
	line-height: 1.5em;
}

.shop-info h3 span{
	font-size:0.875em;
}

.shop-info a.btn-round{
	width:100%;
	
}

#map .flex-box{
	flex-wrap:wrap;
}

.sitemap{
	padding:1em;
	margin-bottom:1em;
}

.sitemap > ul{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
   width: 100%;
    max-width: 600px;
}

.sitemap ul li{
	margin:1em;
	color:#fff;
    font-size: 0.875em;
}

.sitemap a{
	color:#fff;
}

.sitemap ul:before, .sitemap ul:after{
	content:"";
	width:100%;
	height:3px;
	background:url(images/common/line-w.png) repeat-x;
}

footer{
	background:#809762;
}

footer .cont-wrap, .page footer .cont-wrap{
	width:100%;
	max-width:75rem;
	margin:0 auto;
	padding:2rem 0 6rem;
	background:url(images/common/illust-bottom.png) no-repeat bottom;
}

footer .flex-box{
	justify-content:center;
}

footer .flex-box > div{
	padding:1rem;
}

footer h2{
	color:#fff;
}

.mf-logo{
	width:100%;
	background:#5e5a53;
	padding:2rem;
	box-sizing:border-box;
}

.mf-logo img{
	display:block;
	width:60px;
	height:auto;
	margin:0 auto;
}

.copyright{
	width:100%;
	font-size:0.75rem;
	margin-top:1rem;
	color:#fff;
	line-height:1rem;
	text-align:center;
	background:#5e5a53;
}

.backhome{
	display:block;
	color:#fff;
	text-align:center;
}

.backhome:hover{
	color:#fff;
	opacity:0.65;
}

/*****************************************************/
/*                 トップ　TOP                       */
/*****************************************************/
#main-img{
	position:relative;
	width:100%;
	/*background:url(images/ex.jpg) no-repeat center;*/
	background-size:cover;
	overflow:hidden;
}


.top-slide{
	position:relative;
	z-index:0;
	top:0;
	left:0;
	width:100%;
}

.top-slide .t-child{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
    opacity: 0;
    z-index: 0;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
    animation: imageAnimation 24s linear infinite 0s;
}
/*spring*/
.spring .t-child.t-1{
	background-image:url(images/spring105x.jpg);
}

.spring .t-child.t-2{
	background-image:url(images/spring205x.jpg);
	animation-delay:6s;
}

.spring .t-child.t-3{
	background-image:url(images/spring305x.jpg);
	animation-delay:12s;
}

.spring .t-child.t-4{
	background-image:url(images/spring405x.jpg);
	animation-delay:18s;
	}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.spring .t-child.t-1{
	background-image:url(images/spring1.jpg);
}

.spring .t-child.t-2{
	background-image:url(images/spring2.jpg);
}

.spring .t-child.t-3{
	background-image:url(images/spring3.jpg);
}

.spring .t-child.t-4{
	background-image:url(images/spring4.jpg);
	}
}

/*summer*/

.summer .t-child.t-1{
	background-image:url(images/summer1.jpg);
}

.summer .t-child.t-2{
	background-image:url(images/summer2.jpg);
	animation-delay:6s;
}

.summer .t-child.t-3{
	background-image:url(images/summer5.jpg);
	animation-delay:12s;
}

.summer .t-child.t-4{
	background-image:url(images/summer4.jpg);
	animation-delay:18s;
	}

/*autumn*/

.autumn .t-child.t-1{
	background-image:url(images/autumn1.jpg);	
}

.autumn .t-child.t-2{
	background-image:url(images/autumn2.jpg);
		animation-delay:6s;
}

.autumn .t-child.t-3{
	background-image:url(images/autumn3.jpg);
		animation-delay:12s;
        background-position:bottom;
}

.autumn .t-child.t-4{
	background-image:url(images/autumn4.jpg);
		animation-delay:18s;
}


/*winter*/
/*.winter .t-child.t-1{
	background-image:url(images/winter1@0,5x.jpg);
}*/

.winter .t-child.t-2{
	background-image:url(images/winter2@0,5x.jpg);
	animation-delay:6s;
}

.winter .t-child.t-3{
	background-image:url(images/winter3@0,5x.jpg);
	animation-delay:12s;
}

.winter .t-child.t-4{
	background-image:url(images/winter4@0,5x.jpg);
	animation-delay:18s;
	}

.winter .t-child.t-1{
	background-image:url(images/winter5.jpg);
	}

@media screen and (min-width:1024px) {
/*.winter .t-child.t-1{
	background-image:url(images/winter1.jpg);
}*/
	
.winter .t-child.t-1{
	background-image:url(images/winter5.jpg);
	}

.winter .t-child.t-2{
	background-image:url(images/winter2.jpg);
}

.winter .t-child.t-3{
	background-image:url(images/winter3.jpg);
}

.winter .t-child.t-4{
	background-image:url(images/winter4.jpg);
	}
}

@keyframes imageAnimation {
    0% { transform:scale(1); opacity: 0; animation-timing-function: ease-in; }
    15% { opacity: 1;  }
    30% { opacity: 1; animation-timing-function: ease-out; }
    50% { opacity: 0; }
    100% {transform:scale(1.3); opacity: 0; }
}

.illust-frame{
	width:100%;
	height:1px;
	position:relative;
}

.matsubokkuri-illust{
	width:100%;
	max-width:75rem;
	position:absolute;
	bottom:-2em;
	left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
}

.access-btn{
	width:100px;
	height:auto;
	position:absolute;
	bottom:3rem;
	left:1rem;
	z-index:8;
    filter: drop-shadow(10px 10px 5px rgba(0,0,0,0.1));
}

.access-btn.wide{
	display:none;
}

.access-btn.narrow{
	display:block;
}

.haiku{
max-width: 320px;
	width:100%;
    margin: 5rem auto 0;
}


.news.content-area{
    margin: 3rem auto;
    max-width: 1000px;
    width: 100%;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
}

.news.content-area h2{
    display:none;
}

	.news ul{
padding:1rem 0;
		border-top:1px dotted #5e5a53;	
		border-bottom:1px dotted #5e5a53;	
		min-width:250px;
}

.news li + li{
	margin-top:1rem;
}

.news li .date{
	font-size:0.75em;
	display:block;
}

.news a{
	color:#e0684a;	
}

.news a.red:hover{
	color:#e0684a;
	opacity:0.65;
}

.mfp-content > div{
	width:100%;
	max-width:600px;
	margin:0 auto;
	background:#fff;
	filter:drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
	padding:2rem;
	position:relative;
	border-radius:5px;
}

.mfp-content h3{
    font-weight: bold;
}

.gelato{
	background:url(images/gelato-bg.jpg) center no-repeat;
	background-size:cover;
	width:100%;
	overflow:hidden;
}

.slick-list.draggable{
	overflow:hidden;
}

.gelato li{
	display:inline-block;
	margin:1em;
}

.gelato li img{
    filter: drop-shadow(10px 10px 5px rgba(0,0,0,0.1));
}

.home .site-content{
	padding-top:0;
}

#content .wrap{
	max-width:75rem;
	width:100%;
	padding:0 1rem;
	margin:0 auto;
}

.wrap.flex-box{
	flex-wrap:wrap;
}



/*.gelato ul{
	margin:0 auto;
	justify-content:space-evenly;
	overflow:visible;
}

.gelato ul li{
	width: 33.333%;
    padding: 1rem;
	min-width:260px;

}*/

.message{
        width:100%;
        position:relative;
        background:url(images/nojyo-fuyu.jpg) center no-repeat;
        background-size:cover;
}

/*.message_bg{
	width:100%;
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        z-index:0;
        overflow: hidden;
}
.message_bg img{
width:100%;
height:auto;
}*/

.message-hand{
	max-width:1000px;
	width:100%;
	position:absolute;
	bottom:-3rem;
	left:50%;
	transform:translatex(-50%);
	-webkit-transform:translatex(-50%);
	-ms-transform:translatex(-50%);
	text-align:right;
        z-index:1;
}

.message-hand img{
	max-width:450px;
	display:inline-block;
    filter: drop-shadow(10px 10px 5px rgba(0,0,0,0.1));
}

.value.cont-text-wrap{
	background:url(images/illust-milk.jpg) no-repeat;
	background-position: right bottom; 
	background-size:80%;
	    padding: 0 1rem;
}
.value.cont-text-wrap > div{
	max-width:320px;
	padding-bottom:1em;
}
.value h2{
	font-size:2rem;
	line-height:2rem;
	text-align:left;
}

/*.map{
	margin-top:2rem;
}*/

.map .cont-wrap{
	text-align:center;
}

.map h3{
	margin:3rem 0 1rem;
}

.map img{
	margin-bottom:3rem;
	max-width:600px;
}

#matsu-g .cont-wrap:before, .map .cont-wrap:before, .map .cont-wrap:after{
	content:"";
	display:block;
	width:80%;
	margin:0 auto;
	height:3px;
	background:url(images/common/line.png) repeat-x;
}

#matsu-g{
        margin-top:4rem;
        padding-bottom:0;
}



#matsu-g h2{ 
        margin-top:4rem;font-size: 2rem;
         line-height: 2rem;
        text-align:left;}

#matsu-g .cont-text-wrap{
    background: url(images/sp-gallery_bg.png) no-repeat;
    background-size: 540px 460px;
    background-position: bottom;
    padding-bottom: 217px;
}
#matsu-g .cont-text-wrap div{
    max-width: 280px;
    padding-bottom: 1em;
}

@media screen and (max-width:540px){
#matsu-g .cont-text-wrap{
background-size:100%;
padding-bottom:65vw;}
#matsu-g h2 {
    font-size: 7vw;
    line-height: 8vw;
    text-align: center;
}
#matsu-g .cont-text-wrap div{
max-width:100%;}
#matsu-g .cont-wrap:before, .map .cont-wrap:before, .map .cont-wrap:after{
width:100%;}
}

.gm-style .place-card{
	display:none !important;
}

.sns{
	width:100%;
}

.sns h3{
	text-align:center;
	margin:1em 0;
}

.sns .flex-box{
    justify-content: space-between;
	flex-wrap:wrap;
}

/*.sns img{
	border:15px solid #fff;
}*/

.sns .insta_pp img{
	display:block;
	margin:0 auto;
	width:60px;
	height:auto;
}
.sns .insta_pp p{
	text-align:center;
}


.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 0 auto;
}
 
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.insta .user{
	position:relative;
	padding-left:3em;
    margin-bottom: 1em;
}

.insta .user:before{
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(images/insta-user.png) no-repeat center;
	background-size:contain;
}
.wrap-360{
	max-width:360px;
	margin:0 auto;
}

.image-wrapper .image-box{
	width:30%!important;
}

.insta iframe, .sanpo iframe{
	display:block!important;
	margin:0 auto!important;
}

.insta iframe{
	width:100%!important;
}

.insta iframe body{
	background:rgba(255,255,255,0);
}

.top-subcont-box{
	width:100%;
	min-width:264px;
	padding:1rem;
	border:1px solid #3e3d37;
	color:#3e3d37;
}

.top-subcont-box + .top-subcont-box{
	margin-top:2rem;
}

.top-cont-box{
	margin:2rem;
}

.top-cont-box h2{
	display:inline-block;
	text-align:left;
	background:url(images/common/line.png) repeat-x bottom;
	width:8em;
	padding-bottom:1rem;
}

/*****************************************************/
/*                ページ共通　page                   */
/*****************************************************/
.top-img{
	height:460px;
	position:relative;
	background-position:center;
	background-size:cover;
}

.top-img h1{
	position:absolute;
	top:50%;
	left:50%;
	transform:translatex(-50%) translatey(-50%);
	-webkit-transform:translatex(-50%) translatey(-50%);
	-ms-transform:translatex(-50%) translatey(-50%);
	text-align:center;
	color:#fff;
}

.top-img h1 .eng-sub{
	display:block;
}

.top-img img{
	max-width:200px;
    width:50%;
    position:absolute;
    bottom:-3rem;
	left:50%;
	transform:translatex(-50%);
	-webkit-transform:translatex(-50%);
	-ms-transform:translatex(-50%);	}

#main{
	margin:8rem 0 6rem;
	position:relative;
	z-index:5;
}

#our-value #main{
	margin-bottom:0;
}

.page .cont-wrap{
	margin:6rem auto;
}

.page h3{
	font-size:1.5em;
	line-height: 1.25em;
}

h3.anime{
	opacity:0;
}

h3.anime span{
	opacity:0;
}

#menu .content-area h3, #our-value .content-area h3, #about .content-area h3, #policy .content-area h3{
	text-align: center;
    padding: 0;
	margin:0 0 2rem;
    font-size: 1.5rem;
	position:relative;
}

.content-area h3 span{
	z-index:3;
	position:relative;
}

#menu .content-area h3:after,#our-value .content-area h3:after, #about .content-area h3:after, #policy .content-area h3:after{
	content:"";
	display:block;
	height:2px;
	width:100%;
	border-radius:.1px;
	background:#fff;
	z-index:0;
	position:absolute;
	bottom:0.5em;
	left:0;
}


/*****************************************************/
/*                自慢の商品　menu                   */
/*****************************************************/
.wrap{
	padding:0;
}
#menu #primary{
    display:flex;
    max-width: 1000px;
    margin: 0 auto;
}

#menu #main{
	width:100%;
         order:2;
}

@media screen and (max-width:768px){
#menu #primary{
flex-wrap:wrap;
}
#menu #main {
order:0;
 }
}

#menu .wrap{
	position:relative;
}

#primary .left-sidebar{
	width:100%;
	padding:2rem 0;
}

#menu .top-img{
	background-image:url(images/menu/gelato-top.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#menu .top-img{
	background-image:url(images/menu/gelato-top.jpg);
}
}

#menu h4, #inline-wrap3 h4{
	text-align: center;
    padding: 0;
    margin: 4rem 0 2rem;
    font-size: 1.875rem;
	position:relative;
}

@media screen and (max-width:500px){
	#menu h4, #inline-wrap3 h4{
		font-size:7vw;
	}
}

#menu h4:first-child{
	margin:0 0 2rem;
}

#menu h4 span, #menu h5 span, #inline-wrap3 h4 span{
	z-index:3;
	position:relative;
}
#menu h4:after, #inline-wrap3 h4:after{
	content:"";
	display:block;
	height:2px;
	width:100%;
	border-radius:1px;
	max-width:480px;
	background:#fff;
	z-index:0;
	position:absolute;
	bottom:5px;
	left:50%;
	transform:translatex(-50%);
	-webkit-transform:translatex(-50%);
}

#menu .cake-menu h4:after, #inline-wrap3 h4:after{
	background:#f6f6ed;
}

#menu h5{
	text-align:center;
    margin: 1rem 0;
	position:relative;
}

/*#menu h5:after{
	content:"";
	display:block;
	height:2px;
	width:100%;
	border-radius:1px;
	max-width:480px;
	background:#f6f6ed;
	z-index:0;
	position:absolute;
	bottom:5px;
	left:50%;
	transform:translatex(-50%);
	-webkit-transform:translatex(-50%);
}*/

.menuyogurt ul, ul#gelato, ul#cake, ul#pack-gelato{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
justify-content: space-around;
	margin-bottom:2rem;
}

ul#gelato{
	align-items:flex-start;
}

ul#gelato li:first-child{
	line-height:1em;
}

ul#gelato li:first-child span{
	margin-top:1em;
	display:block;
}

.menuyogurt ul li, ul#gelato li, ul#cake li, ul#pack-gelato li, .cake-menu ul li{
	width:100%;
	line-height:3rem;
	text-align:center;
	margin-bottom:1rem;
}

#t-yogurt li:first-child img{
	max-width:100px;
	height:auto;
}

#n-yogurt li img, #t-yogurt li:last-child img, ul#gelato li img, ul#pack-gelato li img{
	max-height:200px;
	width:auto;
}

ul#cake li img{
	max-width:200px;
	height:auto;
}

.gelato-type, .cake-menu{
	background:rgba(255,255,255,1);
	border-radius:1rem;
	padding:1rem 0;
}

.gelato-type  img{
	filter:drop-shadow(2px 2px 4px rgba(0,0,0,0.08));
}

.gelato-type + .gelato-type {
	margin-top:2rem;
}

.left-sidebar ul{
    line-height:2rem;
}

.left-sidebar > ul > li{
	padding:10px;
	line-height:2;
	border-bottom:1px dashed #ccc;
}

.left-sidebar > ul > li::before{
	display:inline-block;
	content:"";
	width:0;
	height:0px;
	margin-right:8px;
	border-top:5px solid transparent;
	border-left:8px solid #5d5648;
	border-bottom:5px solid transparent;
}

.menu-lists > li ul li::before{
	content:"∟";
	color: #ccc;
    margin-right: 8px;
}


.left-sidebar > ul:before, .left-sidebar > ul:after{
	content:"";
	display:block;
	width:100%;
	height:3px;
	background:url(images/common/line.png);
}

.gelato-menu{
	display:flex;
	justify-content: space-around;
	background:#fff;
	height:260px;
	padding:2rem;
}

.gelato-menu > .flex-box{
	width:50%;
}

.gelato-menu .flex-box img{
	height:100%;
	width:auto;
}

.gelato-menu .flex-box > div{
	width:100%;
	position:relative;
}

.gelato-menu .flex-box > div > div{
	position:absolute;
	top:50%;
	left:1rem;
}

#menu .cake-menu h4{
	 font-size: 1.5em;
}

#seasonal, #original{
	margin:1rem 0;
	display:flex;
	flex-wrap:wrap;
}

#seasonal li, #original li{
	/*width:50%;
	padding:.75rem;*/
	width: 100%;
    /*padding: .75rem;*/
    max-width: 200px;
    margin:1em auto;
}

.menuyogurt, .menucake{
	display:none;
}

#others{
	padding:1rem 2rem;
}

#others li:not(:last-child){
	margin-bottom:1rem;
}

#others table{
	    max-width: 480px;
    margin-top: 1rem;
	border:1px solid #eee;
}

#others table th{
	border:1px solid #fff;
}

#others table tr:first-child{
	background:#dbd3c3;
}

#others tr > td:first-child{
	background:#f4f0e6;
}

#others table tr > *{
	padding-left:1rem;
}

.eg{
	    background: #f4f0e6;
    padding: 1rem;
    max-width: max-content;
    margin-top: 1rem;
    width: 100%;
}

p.menu-lists{
	text-align:center;
	transform: translateY(-20px);
}

p.menu-lists select{
	margin-bottom:2rem;
	    margin-left: 1rem;
	border: 1px solid #ccc;
	padding: 12px 16px;
}

#cake li > div{
	line-height: 1.25rem;
    text-align: left;
    max-width: 300px;
    height: 4em;
    margin: 0 auto;
}

.cake-menu{
	padding:2rem 1rem;
}

.cake-menu ul li{
	line-height: 1.25rem;
}

.cake-menu ul li img{
    max-height: 200px;
    width: auto;
    margin: 0 auto 1rem;
}

#menu .flow h5, #inline-wrap3 h5{
	margin-top:3rem;
}

.flow.second  .flex-wrap{
	    justify-content: space-between;
}

.flow, .flow h6, .flow p{
	text-align:center;
}

.flow.third > p{
	text-align:left;
}

.flow h6{
	padding-bottom:1rem;
}

.cut, .birthday, .christmas{
	border:1px dashed #ccc;
	padding:1rem;
	border-radius:1rem;
}

.flow .flex-wrap > div, .birthday p{
	width:100%;
}

.birthday {
	margin-bottom:2rem;
}

.birthday div:first-child img, .christmas img{
	max-width:200px;
	height:auto;
	max-height:150px;
	    margin: 0 auto;
    display: block;
}

.birthday .flex-wrap > div:nth-child(3) img{
	max-height:80px;
	width:auto;
	    margin: 0 auto;
    display: block;
	padding:1px 0;
}

.christmas img{
	padding:4px 0;
}

.birthday div:first-child img{
	padding:15px 0;
}

.menu-lists li a {
color: #5d5648;
}
.menu-lists > li ul{
margin-left:1rem;
}



/*****************************************************/
/*          松ぼっくりについて　about                */
/*****************************************************/
#about .top-img{
	background-image:url(images/about/about-top.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#about .top-img{
	background-image:url(images/about/about-top.jpg);
}
}

.page .sanpo.cont-wrap{
	margin-bottom:0;
}

.page .gallery.cont-wrap{
	margin-top:0;
}

.history, .sanpo, .gallery, .kankyo{
	display:flex;
	flex-wrap:wrap;
}

.history > *, .sanpo > *, .gallery > *, .kankyo > *{
	width:100%;
}

	.history div:nth-child(2), .sanpo div:nth-child(2), .gallery div:nth-child(2), .kankyo div:nth-child(2){
		padding-top:2em;
	}

.margin-none + .margin-none{
	margin:0;
}
.sanpo iframe{
	width: 100%!important;
	    height: auto!important;
}

.scene-img{
	width:100%;
	height:280px;
	background-image:url(images/about/scene.jpg);
	background-size: cover;
  background-position:0px 0px;
  position:relative;
  -webkit-animation: leftSlide 90s linear infinite;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.scene-img{
	background-image:url(images/about/scene.jpg);
}
}


/* left */
@-webkit-keyframes leftSlide {
  0%    { background-position:0px 0px;  }
  100%  { background-position:-3560px 0px;  }
}

.nagayama > div:first-child{
	max-width:320px;
padding: 0 1em 1em;
	position:relative;
}

.nagayama-wrap{
	padding:1em;
	background:url(images/common/wood.jpg) repeat;
	overflow:visible;
	    box-shadow: 0px 0px 10px -5px #3d3c37;
}

.nagayama h3{
	position:absolute;
	top:-3em;
}

.nagayama h3 img{
	max-width:120px;
	margin-bottom:.5em;
}

.nagayama > div:first-child > p:nth-child(2){
	padding-top:4rem;
	position:relative;	
}

.nagayama > div:first-child > p:nth-child(2):before{
	content:"";
	width:100%;
	height:2px;
	background:url(images/common/line.png);
	display:block;
	position:absolute;
	top: 3rem;
	left:0;
}

.shops{
    overflow: hidden;
}

.shops ul{
	width:100%;
}

.shops li{
	position:relative;
	display:block;
    width: calc(50% - 0.5em);
	margin:0.25em;
	/*float:left;*/
}

.shop-name{
	position:absolute;
	width:calc(100% - 1rem);
	height:calc(100% - 1rem);
	background:rgba(0,0,0,0.3);
	text-align:center;
	top:0.5rem;
	left:0.5rem;
	font-weight:bold;
}


.shop-name span{
	font-size:0.875em;
	font-weight:normal;
}

.shop-name a{
    position: absolute;
    top: 50%;
    left: 50%;
	transform:translatex(-50%) translatey(-50%);
	-webkit-transform:translatex(-50%) translatey(-50%);
    width: max-content;
    height: auto;
		color:#fff;
}

.nagayama > div:first-child{
	max-width:100%;
}

/*****************************************************/
/*              おいしさの 秘密  our value           */
/*****************************************************/
#our-value .top-img{
	background-image:url(images/value/value-top.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#our-value .top-img{
	background-image:url(images/value/value-top.jpg);
}
}

.process{
	padding:1em 0;
	background:url(images/common/wood.jpg) repeat;
}

.page .process .cont-wrap{
	margin: 3rem 0;
    width: 100%;
    max-width: 100%;
}

.history .f-c{
	margin-top:0;}

.gallery .f-c{
  mask-image: url('images/about/about-img1.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;	
}

@media screen and (max-width:768px){
	#m-gallery{
		margin-top:4rem;
	}
}

.process h3{
	text-align:center;
}

#our-value .slide-container{
	width:100%;
	position:relative;
	max-width:1400px;
	margin:0 auto;
	overflow:hidden;
    padding: 1rem 0;
}

#our-value .slick-list.draggable{
	overflow:visible;
}

#our-value .slick-slide:nth-child(3n) {
  transition: .3s ease;
 transform: rotate(5deg) scale(.85);
}

#our-value .slick-slide:nth-child(3n+1) {
  transition: .3s ease;
 transform: rotate(-3deg) scale(.85);
}

#our-value .slick-slide:nth-child(3n+2) {
  transition: .3s ease;
 transform: rotate(3deg) scale(.85);
}

#our-value .slide-container .slick-current {
  transform: rotate(-1deg) scale(1);
}

.slick-prev{
	position:absolute;
	bottom:-3em;
	left:0;
}

.slick-next{
	position:absolute;
	bottom:-3em;
	right:0;
}

#our-value .slide-container div.slides{
	display:inline-block;
filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.15));
}

.slide img{
	width:100%;
}

.season{
	display:flex;
	flex-wrap:wrap;
}

	.season .f-c{
		margin-bottom:2rem;
	}

.keikan{
	background-image:url(images/value/nagayama.jpg);
 background-size: cover;
 background-position:55%;
 /*background-attachment:fixed;*/
	position:relative;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.keikan{
	background-image:url(images/value/nagayama.jpg);
}
}

.keikan > div{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 340px;
    width: 60%;
    transform: translatex(-50%) translatey(-50%);
}

@media screen and (min-width:1920px){
	.keikan > div{
		max-width:720px;
	}
}

.box-comment{
	position:relative;
}

.comment{
	position:absolute;
	width:60px;
	height:60px;
	background:#fff;
	border-radius:30px;
	top: 1rem;
    left: 3rem;
    font-size: 2rem;
    line-height: 60px;
    padding-left: 18px;
}

.season .comment{
    top: 5%;
    left: 10%;
}

	.f-c{
		width:100%;
	}

.f-c img, .f-c .metaslider {
	max-width:400px;
	margin:0 auto;
	display:block;
}

.text-wrap{
	max-width:600px;
	margin:0 auto;
}

#inline-wrap, #inline-wrap2{
	width:100%;
	max-width:600px;
	margin:0 auto;
	background:#fff;
	filter:drop-shadow(2px 2px 4px rgba(0,0,0,0.1));
	padding:2rem;
	position:relative;
	border-radius:5px;
}
#inline-wrap img{
	position: absolute;
    bottom: -2rem;
    right: 0;
	width: 126px;
}

#inline-wrap2 img{
	position: absolute;
    right: 0;
    width: 200px;
	height:auto;
    bottom: -100px;
}

@media screen and (min-width:768px){

	#inline-wrap div, #inline-wrap2 div{
		width:50%;
		position:relative;
	}

	#inline-wrap img{
	position:absolute;
	width:80%;
	height:auto;
	right:0;
			bottom:3rem;
	}
	#inline-wrap2 img{
	position:absolute;
	width:100%;
	height:auto;
		bottom:3rem;
	}
	
}



/*****************************************************/
/*                お問合せcontact  　                */
/*****************************************************/

#contact  .top-img{
	background-image:url(images/contact/contact-top.jpg);
}

.field_title{
	margin-top:40px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#contact  .top-img{
	background-image:url(images/contact/contact-top.jpg);
}
}

.wpcf7-form{
	max-width:600px;
	margin:0 auto;
}

.wpcf7-form select{
	padding:0.7em;
}

div.wpcf7{
    background: rgba(255,255,255,0.5);
    padding: 1rem;
    margin-top: 3rem;
}

.button-list{
	display:flex;
	justify-content:center;
}

@media screen and (min-width:768px){
div.wpcf7{
    background: rgba(255,255,255,0.5);
    padding: 2rem;
    margin-top: 3rem;
}	
}

.hissu:before{
    content: "必須";
    font-size: 12px;
    padding: 0 2px;
    margin: 0 .5em 5px 0;
    background: #e0684a;
    border-radius: 3px;
    color: #fff;
}

button, input[type="button"], input[type="submit"] {
    background-color:#e0684a;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

/*****************************************************/
/*             おうちで楽しむshop     　　　          */
/*****************************************************/

#online-shop .cont-wrap, #contact .cont-wrap{
	max-width:720px;
}

#online-shop th:first-child,#online-shop td:first-child{
	padding: 10px;
}
#online-shop tr{
	border-bottom:solid 1px #fff;
}

#online-shop .top-img, #policy .top-img{
	background-image:url(images/shop/shop-top.jpg);
}

#online-shop h3 + .page_link{
	margin-top:30px;
}

#online-shop .page_link{
    padding: 10px;
    background: #fff;
    width: 100%;
    max-width: calc(20em + 20px);
    border-radius: 10px;
    border: 1px solid #5d5648;
    font-size: 18px;
    margin: 10px auto;
    display: flex;
    align-items: baseline;
	color:#e0684a;
	font-weight:500;
}

#online-shop .page_link:hover{
	background:#5d5648;
	color:#fff;
}

#online-shop .page_link:hover::before{
	border-left:12px solid #fff;	
}

#online-shop .page_link::before, #online-shop h4::before{
	content:"";
	display:block;
	width:0;
	height:0;
	border-top:6px solid rgba(255,255,255,0);
	border-bottom:6px solid rgba(255,255,255,0);
	border-right:0px solid rgba(255,255,255,0);
	border-left:12px solid #5d5648;
	margin-right:.5em;
}

#online-shop h4{
	padding: 80px 10px 5px;
    border-bottom: 1px dashed;
    display: flex;
    align-items: baseline;
	font-weight:bold;
}
#online-shop h4#Credit{
	padding-top:120px;
}

#online-shop .wpcf7 h4{
	padding-top:20px;
	margin-bottom:10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
#online-shop .top-img, #policy .top-img{
	background-image:url(images/shop/shop-top.jpg);
}
}
.wpcf7-form h3{
font-size: 1.25rem;
	margin-bottom:1em;
	padding:0.5em;
	background: #5d5648;
	font-weight:500;
	box-shadow: 1px 1px 4px inset rgba(0,0,0,0.05);
	color:#fff;
}

.wpcf7 table{
	    background: #f4f0e6;
}

.wpcf7 ul{
	background: #f4f0e6;
    padding: 1rem;
    margin-bottom: 2rem;
}

.wpcf7 ul ul{
	padding:0;
}

.namae{
	overflow:hidden;
}

[data-name=family-name] input, [data-name=first-name] input, .delifamily-name input, .delifirst-name input{
	width:calc(50% - 8px);
}

[data-name=family-name] input, .delifamily-name input{
	float:left;
}

[data-name=first-name] input, .delifirst-name input{
	float:right;
}

.wpcf7 h4{
	border-bottom:2px dotted #5e5a53;	
	padding-bottom:.5em;
}

.wpcf7-form li{
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.wpcf7-form li:last-child{
	border-bottom:none;
}

/*.wpcf7-form li > ul{
	margin:0 0.5em;
}*/

.wpcf7-form li li{
	border-bottom:none;
}

.pricetag{
	font-family:YuMincho,'Yu Mincho',serif;
	font-size:14px;
}

input[type="submit"].wpcf7-submit{
	display:block;
	margin-left: 1rem;
}

#order-gelato + div, #order-cake + div, #order-dy + table, #order-y + table{
	display:none;
}
#order-gelato, #order-cake, #order-dy, #order-y{
    cursor: pointer;
    /* box-shadow: 2px 2px 4px rgb(0 0 0 / 10%); */
    border-radius: 5px;
    border: 1px solid #e0684a;
    background: #fff;
    color: #5d5648;
	display:flex;
	align-items:baseline;
}
#order-gelato:before, #order-cake:before, #order-dy:before, #order-y:before{
	content:"";
	width: 0;
	height: 0;
	margin-right:8px;
    border-right: 10px solid transparent;
	border-left: 10px solid transparent;
    border-top: 10px solid #e0684a;
	border-bottom: none;
}

#order-gelato.up:before, #order-cake.up:before, #order-dy.up:before, #order-y.up:before{
    border-right: 10px solid transparent;
	border-left: 10px solid transparent;
    border-top: none;
	border-bottom:10px solid #e0684a;
}
.price-total{
	border:1px dotted #5e5a53;
	padding:1rem;}

.price-total + p{
	margin-bottom:2rem;
}
.wpcf7 .price input{
	display:inline-block;
	width:10rem;
	margin:0 .5rem;
	border:none;
}
#inline-wrap3{
	max-width:720px;
	width:100%;
	margin:0 auto;
	position:relative;
	top:100px;
}

#inline-wrap3{
	
}


/*送料など*/
#law + .attention table th{
	width:40%;
	padding:.5em;
	background:#f4f0e6;
}

.oshiharai tr:first-child{
	background-color:#dbd3c3;
}

.oshiharai th{
	text-align:center;
}

.oshiharai td{
	border-right:1px solid #f9f9f9;
}

#policy h4{
    border-bottom: 1px dotted #5e5a53;
    font-size: 1.25rem;
    padding-bottom: .5em;
}

#policy h3 + h4{
	padding-top:0;
}

#policy  h3#law{
	margin-top:4rem;
}

#law + .attention table{
	margin:0;
}

#law + .attention table tr:first-child{
border-top: 1px solid #eee;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(238, 238, 238);
}

.attention table th{
	border:solid 1px #fff;
}

/*****************************************************/
/*                サイズごとの設定                   */
/*****************************************************/
	.sm-none{
		display:none;
	}

	.md-none{
	display:none;
    }

@media screen and (max-width:375px){
	
	.page h3 {
		font-size: 1.25em;
	}	
	.wpcf7-form h3{
		font-weight:bold;
		font-size:16px;
	}
	div.wpcf7{
		padding:10px;
	}
	.content-area {
		padding: 0 10px;
	}
	#online-shop h4{
		padding: 20px 10px 5px;
	}
	#online-shop h4#Credit{
		padding-top:80px;
	}
}

@media screen and (min-width:375px){
	#order-gelato:before, #order-cake:before, #order-dy:before, #order-y:before{
    bottom: 8px;
}

#order-gelato.up:before, #order-cake.up:before, #order-dy.up:before, #order-y.up:before{
top:8px;
}
	.ss-show{
		display:none;
	}
	#menu .content-area h3, #our-value .content-area h3, #about .content-area h3, #policy .content-area h3{
		font-size:1.875rem;
	}
}
@media screen and (min-width:600px){
	.attention{
		padding:2rem;
	}
	#seasonal li, #original li{
	width:33.333%;
	/*padding:1rem;*/
}
	#law + .attention table th{
	width:9rem;
}
	
.access-btn.wide{
	display:block;
}

.access-btn.narrow{
	display:none;
}
	
	.menuyogurt ul li, ul#gelato li, ul#cake li, ul#pack-gelato li, .cake-menu ul li{
	width:50%;
	}
	
	.sm-show{
		display:none;
	}

	.sm-none{
		display:block;
	}
	
}

@media screen and (min-width:700px){
	.top-subcont-box + .top-subcont-box{
	margin-top:0;
}
	
	.top-subcont-box{
	width:calc(50% - 2rem);
	}
	
	.value.cont-text-wrap{
	    background-size: 50%;
	}
	
	.sitemap li{
		display:inline-block;
	}
	
   .nagayama > div:first-child{
	max-width:320px;
	padding:1em;
	float:left;
}
	.nagayama h3{
		top:-3em;
	}		
	
	.nagayama > div:first-child > p:nth-child(2){
		padding-top:1rem;
	}
	
	.nagayama > div:first-child > p:nth-child(2):before{
		top:.5rem;
	}

	.nagayama-wrap{
			background:url(images/common/wood.jpg) repeat;
	    box-shadow: 0px 0px 10px -5px #3d3c37;
		padding:1em;
	}
	

.nagayama{
	max-width:1440px;
margin: 0 auto;
}

.shops{
	    margin-left: 320px;
    overflow: hidden;
}

/*.shops ul{
	width:3000px;
}*/

.shops li{
	display:inline-block;
	width:248px;
	margin-right:8px;
}

	.cake-menu{
	padding:2rem;
}
		
}

@media screen and (min-width:769px){
	.md-none{
		display:block;
	}
		.head-u{
    height: 6rem;
    padding: 1rem 2rem;
	}
	
	header .logo{
	height:64px;
	width:auto;
}  
	.head{
	top:6rem;
}
	p.menu-lists{
		display:none;
	}
	
	.top-subcont-box{
	padding:2rem;

}
	.access-btn{
	width:160px;
	left:3rem;
}
	
	.news li .date{
		display:inline;
	}
	.news.content-area h2{
	font-size:1rem;
	display:block;
	width:110px;
	height:89px;
        margin-right: 40px;
}
	.news ul{
    line-height: 2rem;
    border-left: 1px dotted #5e5a53;
    border-top: none;
    border-bottom: none;
    padding: 10px 10px 10px 40px;
}
	.news li + li{
		margin:0;
	}
	.history, .sanpo, .gallery, .slide, .season, .kankyo{
		flex-wrap:nowrap;
		justify-content:space-between;
	}
	.history > div, .sanpo > div, .gallery > div, .season > div, .kankyo > div{
width:calc( 50% - 1rem );
		padding:2rem;
}
	.f-c img{
		max-width:540px;
	}
	
	.history .f-c, .sanpo .f-c, .gallery .f-c{
		margin-top:2rem;
	}
	
	.season .f-c{
		margin-bottom:0;
	}
	
	.slide-exp{
		margin-top:0;
		padding:2rem;
	}
	
		#seasonal li, #original li{
	width:33.333%;
	/*padding:1.5rem;*/
}
	#menu #main{
	width:80%;
		/*float:right;*/
		padding-left:2rem;
}

	.cake-menu > p, .flow.third > p{
		text-align:center;
	}
	
	.flow .flex-wrap .birthday{
		width:calc(70% - 1rem);
	}
	.flow .flex-wrap .christmas{
		width:30%;
	}
	.birthday .flex-wrap div{
		width:calc(50% - 2.5rem);
	}
	.flow .flex-wrap .birthday p:nth-child(2){
		width:5rem;
	}
	
	.birthday{
		margin-bottom:0;
	}
	
#primary .left-sidebar{
	width:20%;
	padding-top:8rem;	
}
	.scene-img{
		height:480px;}
	
	.season .comment{
    top: 2rem;
    left: 7rem;
}
	
	.shop-name{
		display:none;
	}
	.shops li:hover .shop-name{
	display:block;
}
	
}

@media screen and (min-width:1024px){
	.head li a{
		font-size:1.5rem;
	}
	
	#map .shop-info{
	position:absolute;
	right:3rem;
	top:50%;
	transform:translatey(-50%);
	-webkit-transform:translatey(-50%);
	-ms-transform:translatey(-50%);
	padding:2rem;
	background:#fff;
}
	#map{
	position:relative;
    width:100%;
    height:0;
    padding-top:480px;
	/*width:100%;
	position:relative;*/
}
	
	@media screen and (min-width:1400px){
	.nagayama h3{
		top:-2em;
	}
	.nagayama > div:first-child > p:nth-child(2){
		padding-top:4rem;
	}
		
		.nagayama > div:first-child > p:nth-child(2):before{
			top:3rem;
		}
	}

#map iframe{
	/*width:100%;
	margin:0;*/
	position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


}

.errorpage h1, .errorpage p{
	color:#5d5648;
	text-align:center;
}

/*animation*/
.fuwafuwa {
-webkit-animation:fuwafuwa 3s infinite linear alternate;
animation:fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0);}
25% {-webkit-transform:translate(0, 10px);}
50% {-webkit-transform:translate(0, 0);}
100% {-webkit-transform:translate(0, 0);}
}

@keyframes fuwafuwa {
0% {-webkit-transform:translate(0, 0);}
25% {-webkit-transform:translate(0, 10px);}
50% {-webkit-transform:translate(0, 0);}
100% {-webkit-transform:translate(0, 0);}
}

.urouro{
-webkit-animation:urouro 30s infinite linear alternate;
animation:urouro 30s infinite linear alternate;
}

@-webkit-keyframes urouro {
0% {-webkit-transform:translate(0, 0) scale(2);}
25% {-webkit-transform:translate(10%, 10%) scale(1.5);}
50% {-webkit-transform:translate(30%, -30%) scale(2);}
100% {-webkit-transform:translate(10%, 5%) scale(1.5);}
}

@keyframes urouro {
0% {transform:translate(0, 0) scale(2);}
25% {transform:translate(10%, 10%) scale(1.5);}
50% {transform:translate(30%, -30%) scale(2);}
100% {transform:translate(10%, 5%) scale(1.5);}
}

.urouro2{
-webkit-animation:urouro2 30s infinite linear alternate;
animation:urouro2 30s infinite linear alternate;
}
@-webkit-keyframes urouro2 {
0% {-webkit-transform:translate(0, 0) scale(2);}
25% {-webkit-transform:translate(10%, 10%) scale(1.8);}
50% {-webkit-transform:translate(30%, -30%) scale(1.5);}
100% {-webkit-transform:translate(10%, 5%) scale(2);}
}

@keyframes urouro2 {
0% {transform:translate(0, 0) scale(2);}
25% {transform:translate(10%, 10%) scale(1.8);}
50% {transform:translate(30%, -30%) scale(1.5);}
100% {transform:translate(10%, 5%) scale(2);}
}

.urouro3{
-webkit-animation:urouro3 30s infinite linear alternate;
animation:urouro3 30s infinite linear alternate;
}
@-webkit-keyframes urouro3 {
0% {-webkit-transform:translate(0, 0) scale(3);}
25% {-webkit-transform:translate(10%, 10%) scale(1.8);}
50% {-webkit-transform:translate(30%, -30%) scale(3);}
100% {-webkit-transform:translate(10%, 5%) scale(2);}
}

@keyframes urouro3 {
0% {transform:translate(0, 0) scale(3);}
25% {transform:translate(10%, 10%) scale(1.8);}
50% {transform:translate(30%, -30%) scale(3);}
100% {transform:translate(10%, 5%) scale(2);}
}

.urouro4{
-webkit-animation:urouro4 30s infinite linear alternate;
animation:urouro4 30s infinite linear alternate;
}
@-webkit-keyframes urouro4 {
0% {-webkit-transform:translate(0, 0) scale(1.8);}
25% {-webkit-transform:translate(10%, 10%) scale(1.5);}
50% {-webkit-transform:translate(30%, -30%) scale(2);}
100% {-webkit-transform:translate(10%, 5%) scale(1.5);}
}

@keyframes urouro4 {
0% {transform:translate(0, 0) scale(1.8);}
25% {transform:translate(10%, 10%) scale(1.5);}
50% {transform:translate(30%, -30%) scale(2);}
100% {transform:translate(10%, 5%) scale(1.5);}
}

.urouro5{
-webkit-animation:urouro5 30s infinite linear alternate;
animation:urouro5 30s infinite linear alternate;
}
@-webkit-keyframes urouro5 {
0% {-webkit-transform:translate(0, 0) scale(2);}
25% {-webkit-transform:translate(10%, 10%) scale(1.8);}
50% {-webkit-transform:translate(30%, -30%) scale(2.3);}
100% {-webkit-transform:translate(10%, 5%) scale(2);}
}

@keyframes urouro5 {
0% {transform:translate(0, 0) scale(2);}
25% {transform:translate(10%, 10%) scale(1.8);}
50% {transform:translate(30%, -30%) scale(2.3);}
100% {transform:translate(10%, 5%) scale(2);}
}

@-webkit-keyframes fuwa{
0% {-webkit-transform:translate(0, 0);-webkit-opacity:1;-webkit-text-shadow:0 0 0 rgba(73,60,54,0.3);}
25% {-webkit-transform:translate(0, -.2em);-webkit-text-shadow:0 6px 2px rgba(73,60,54,0.3);}
100% {-webkit-transform:translate(0, 0);-webkit-opacity:0.8;-webkit-text-shadow:0 0 0 rgba(73,60,54,0.3);}
}

@keyframes fuwa{
0% {transform:translate(0, 0);opacity:1;text-shadow:0 0 0 rgba(73,60,54,0.3);}
25% {transform:translate(0, -.2em);text-shadow:0 6px 2px rgba(73,60,54,0.3);}
100% {transform:translate(0, 0);opacity:0.8;text-shadow:0 0 0 rgba(73,60,54,0.3);}
}

/*POPUP*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #5d5648;
  opacity: 0.3; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 1rem;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.target {
  clip-path: url(#clipPath1);
}


/*追加*/
table.size-estimation td span{
	font-size:12px;
}

table.size-estimation td:first-child{
	min-width:74px;
}
table.size-estimation th
{background:#f4f0e6;}


#online-shop .ui-datepicker td{
padding:1px;}
#online-shop .ui-datepicker th {
    padding: .7em .3em;
}

input[type="text"].wpcf7c-conf{
background-color: #999999;
    color: black;
    border: 1px solid #333333;
}

.ui-widget.ui-widget-content {
    filter: drop-shadow(2px 4px 4px #5e5a53);
}

/*fadein*/
/* mfp-bg（overlay） */
.mfp-fade01.mfp-bg
 {
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-bg.mfp-ready {
	opacity: 0.8;
}

.mfp-fade01.mfp-bg.mfp-removing
{
	opacity: 0;
}

/* mfp-content */
.mfp-fade01.mfp-wrap .mfp-content{
	opacity: 0;
	transition: all 0.2s ease-out;
}
.mfp-fade01.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade01.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


.survey{
max-width: 600px;
    width: calc(100% - 20px);
    margin-bottom: 30px;
    display: block;
    margin: 0 auto 3rem;}

/*追加*/
.acceptance-191{
	padding: 16px;
    border-radius: 10px;
    border: 1px dashed;
	    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.button-list{
	display:block;
}

input[type="submit"].wpcf7-submit{
	    margin: 0 auto;
}

ul#cake li{
	line-height:1;
}

.icecaketitle{
    display: block;
    margin: 20px 0 10px;
    font-weight: bold;
}