@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,900");

/*
	Twenty by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/


/* =========================== Reset =========================== */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		font-family:"Times New Roman" , "貂ｸ譏取悃" , "Yu Mincho" , "貂ｸ譏取悃菴�" , "YuMincho" , "繝偵Λ繧ｮ繝取�譛� Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS譏取悃E" , "�ｭ�ｳ �ｰ譏取悃" , "MS PMincho" , serif;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* =========================== Basic =========================== */
	body {
		background: #fff;
	}

	body.is-loading *, body.is-loading *:before, body.is-loading *:after {
		-moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
	}

@media screen and (max-width: 767px) {	
	html, body {overflow-x: hidden}
		body {min-width: initial}
		body {min-width: 320px}
}

/* =========================== 繝槭え繧ｹ繧ｪ繝ｼ繝舌�縺ｮ騾乗��� =========================== */
	a:hover {
		border-bottom-color: transparent;
		opacity: 0.6; /*騾城℃邇�60%*/
	}
	a img:hover {
		border-bottom-color: transparent;
		opacity: 0.6; /*騾城℃邇�60%*/
	}

/* =========================== Box Model =========================== */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* =========================== Wrapper =========================== */

	.wrapper {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		content: '';
		display: block;
		clear: both;
		margin: 0 auto;
		width: 100%;
		position: relative;
	}

/* =========================== Container =========================== */

.container {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 1400px;
}

.container_1000 {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 1050px;
}

.container_900 {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 950px;
}

.container_1100 {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 1150px;
}

.container_1200 {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	max-width: 1250px;
}

@media screen and (max-width: 767px) {
/*
.container {width: 100% !important}
.container_900 {width: 100% !important}
.container_1100 {width: 100% !important}
*/
	
.container,.container_900,.container_1000,.container_1200 {
	padding-left: 15px;
	padding-right: 15px;
}
}

/* =========================== image =========================== */

img {
	width: 100%;
	margin: 0;
	vertical-align: bottom;
}

.image {
	border: 0;
	position: relative;
}

.image:before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.image.fit {
	display: block;
}

.image.fit img {
	display: block;
	width: 100%;
}

.image.featured {
	display: block;
	margin: 0 0 2em 0;
}

.image.featured img {
	display: block;
	width: 100%;
}

/* =========================== image繝ｻ逕ｻ蜒上け繝�く繝ｪ =========================== */

img {-webkit-backface-visibility: hidden}

/* Google Chlome縺ｧ逕ｻ蜒上け繝�く繝ｪ */
img {image-rendering: -webkit-optimize-contrast}


/* =========================== image繝ｻ逕ｻ蜒上ヵ繧ｧ繝ｼ繝峨う繝ｳ =========================== */

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ譎ゅ↓繝輔ぉ繝ｼ繝峨う繝ｳ*/
.fade {
  opacity : 0;
  transition: opacity 1.5s;
}
 
.fade.view{
  opacity: 1;
}


/* 繝壹�繧ｸ隱ｭ縺ｿ霎ｼ縺ｿ譎ゅ↓繝輔ぉ繝ｼ繝峨う繝ｳ*/
.fade2 {
  opacity : 0;
  transition: opacity 2s;
}
 
.fade2.view2{
  opacity: 1;
}

/* =========================== image繝ｻfade-in-up =========================== */
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
.fade-up {
  transition: opacity 1.0s;
  -moz-transition: opacity 1.0s;
  -webkit-transition: opacity 1.0s;
  -o-transition: opacity 1.0s;
  transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -webkit-transition: transform 1.0s;
  -o-transition: transform 1.0s;
}

/* =========================== image繝ｻ繝ｭ繝ｼ繝ｫ繧ｪ繝ｼ繝舌� 逕ｻ蜒乗僑螟ｧ =========================== */
#photo a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	
}
#photo img {
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
	
}
#photo a:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

#photo-50 img {
    width: 50%;
    height: auto;
}

#photo-90 img {
    width: 90%;
    height: auto;
    margin: auto;
}

@media screen and (max-width: 767px) {
#photo-50 img {
    width: 100%;
    height: auto;
}
	
#photo-90 img {
    width: 100%;
    height: auto;
}
}

/* =========================== Text =========================== */

	body, input, select, textarea {
		color: #4c4948; /*7c8081*/
		font-family: 'Lato', sans-serif;
		font-size: 15pt;
		font-weight: 300;
		letter-spacing: 0.025em;
		line-height: 1.75em;
	}

/*
html {font-size: 1vw}
body, input, select, textarea {font-size: 1rem}
*/

a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		color: #888888;
		text-decoration: none;
/* 9.1 none 
		border-bottom: dotted 1px;
*/
}

strong, b {font-weight: 400}

p, ul, ol, dl, table, blockquote {margin: 0 0 0 0}

	h1, h2, h3, h4, h5, h6 {
		color: inherit;
		font-weight: 300;
		line-height: 1.75em;
		margin-bottom: 1em;
		text-transform: uppercase;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
		border: 0;
	}

	h1 {}
	h1.green{color: #407038}
	h2 {}
	h3 {}
	h3 {
		font-size: 1.15em;
		letter-spacing: 0.25em; 
	}
	h3.underline1 {
		font-size: 1.15em;
	    letter-spacing: 0.25em;
		text-decoration: none;
		border-bottom: 1px solid #407038;
		padding-bottom: 2px;
	}
	h3.underline2 {
		font-size: 1.15em;
		letter-spacing: 0.25em;
		text-decoration: none;
		border-bottom: 1px solid #c9a063;
		padding-bottom: 2px;
	}
	h4 {}
	h5 {}
	h6 {}
	p {font-size: 0.85em; letter-spacing: 0.025em}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}
	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}
	hr {
		border-top: solid 1px rgba(124, 128, 129, 0.2);
		border: 0;
		margin-bottom: 1.5em;
	}
	blockquote {
		border-left: solid 0.5em rgba(124, 128, 129, 0.2);
		font-style: italic;
		padding: 1em 0 1em 2em;
	}


@media screen and (max-width: 767px) {
	h1 {}
	h2 {
		font-size: 1.25em;
		letter-spacing: 0.1em;
	}
	h3 {
		font-size: 1em;
		letter-spacing: 0.025em;
		line-height: 1.5em;
	}
	h4 {}
	h5 {}
	h6 {}
	p {
		font-size: 0.8em;
	}
}

/* =========================== Icon =========================== */
	.icon {
		text-decoration: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon.circle {
			-moz-transition: all 0.2s ease-in-out;
			-webkit-transition: all 0.2s ease-in-out;
			-ms-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
			border: 0;
			border-radius: 100%;
			display: inline-block;
			font-size: 2em;
			/*height: 1em;*/
			left: 0;
			line-height: 1.4em; /* 繧｢繧､繧ｳ繝ｳ縺ｮ鬮倥＆繧ｻ繝ｳ繧ｿ繝ｼ */
			text-align: center;
			text-decoration: none;
			top: 0;
		}

/* 9.1 none 
		.icon.circle:hover {
			top: -0.2em;
		}
*/
		.icon.circle.fa-twitter {
			width: 1.4em; /* 繧｢繧､繧ｳ繝ｳ繧ｵ繧､繧ｺ繝ｻ讓ｪ */
			height: 1.4em; /* 繧｢繧､繧ｳ繝ｳ繧ｵ繧､繧ｺ繝ｻ邵ｦ */
			background: #70aecd;
			color: #fff;
		}
/* 9.1 none 繝槭え繧ｹ繧ｪ繝ｼ繝舌�縺ｧ濶ｲ阮�￥
		.icon.circle.fa-twitter:hover {
			background: #7fb7d2;
		}
*/
			.icon.circle.fa-facebook {
				width: 1.4em; /* 繧｢繧､繧ｳ繝ｳ繧ｵ繧､繧ｺ繝ｻ讓ｪ */
				height: 1.4em; /* 繧｢繧､繧ｳ繝ｳ繧ｵ繧､繧ｺ繝ｻ邵ｦ */
				background: #7490c3;
				color: #fff;
			}
/* 9.1 none 繝槭え繧ｹ繧ｪ繝ｼ繝舌�縺ｧ濶ｲ阮�￥
			.icon.circle.fa-facebook:hover {
				background: #829bc9;
			}
*/
			.icon.circle.fa-google-plus {
				background: #db6b67;
				color: #fff;
			}

			.icon.circle.fa-google-plus:hover {
				background: #df7b77;
			}

			.icon.circle.fa-github {
				background: #dcad8b;
				color: #fff;
			}

			.icon.circle.fa-github:hover {
				background: #e1b89b;
			}

			.icon.circle.fa-dribbble {
				background: #da83ae;
				color: #fff;
			}

			.icon.circle.fa-dribbble:hover {
				background: #df93b8;
			}


		.icon.featured {
			cursor: default;
			display: block;
			/*margin: 0 0 1.5em 0;*/
			opacity: 0.35;
			text-align: center;
		}

			.icon.featured:before {
				font-size: 5em;
				/*line-height: 1em;*/
			}

		.icon > .label {
			display: none;
		}

@media screen and (max-width: 767px) {
		.icon.circle {font-size: 2em}	/* 繧ｷ繧ｧ繧｢繝懊ち繝ｳ縺ｮ繧ｵ繧､繧ｺ */
}

/* =========================== List =========================== */
	ol, ul {
		list-style: none;
	}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

	ol.default li {padding-left: 0.25em}

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

	ul.default li {padding-left: 0.5em}

	ul.icons {
		cursor: default;
		margin-top: 14px;
	}

	ul.icons li {display: inline-block}

	ul.icons li:first-child {padding-right: 10px}

	ul.buttons {cursor: default}

	ul.buttons:last-child {	margin-bottom: 0}

	ul.buttons li {
		display: inline-block;
		padding: 0 0 0 1.5em;
	}

	ul.buttons li:first-child {
		padding: 0;
	}

	ul.buttons.vertical li {
		display: block;
		padding: 1.5em 0 0 0;
	}

	ul.buttons.vertical li:first-child {padding: 0}

@media only screen and (max-width: 767px) {
	ul.icons {margin-top: 18px}		/*[繧ｷ繧ｧ繧｢縺吶ｋ]縺ｨ繧ｷ繧ｧ繧｢繝懊ち繝ｳ縺ｮ髢馴囈 */
	ul.icons li:first-child {padding-right: 14px}	/* 繧ｷ繧ｧ繧｢繝懊ち繝ｳ縺ｮ髢馴囈 */
}


/* =========================== Table =========================== */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-bottom: solid 1px rgba(124, 128, 129, 0.2);
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 400;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #7c8081;
				color: #fff;
			}

/* =========================== 繝ｬ繧ｹ繝昴Φ繧ｷ繝悶ユ繝ｼ繝悶Ν險ｭ螳� =========================== */

table2.tb02 {
table-layout: fixed;	
  border-collapse: collapse;
}

.tb02 th{
background: #ebc13f;
color: #fff;
	
}table {
  border-collapse: collapse;
  width: 100%;
}
table caption{
  width: 100%;
	text-align: left;
  vertical-align: middle;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #999;
}
table th {
  background-color: #eee;
  text-align: left;
  width: 30%;
}


@media screen and (max-width: 767px) {
  table {
    border-top: 1px solid #999;
  }
  table td {
    display: block;
    text-align: left;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

/* =========================== row縲grid縺梧ｮｵ關ｽ縺｡縺励↑縺�ｈ縺�↓蛹�峡縺吶ｋ隕∫ｴ� =========================== */
.row {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row:after, .row:before {
	content: '';
	display: block;
	clear: both;
}

.row.uniform > * > :first-child {margin-top: 0}
.row.uniform > * > :last-child {margin-bottom: 0}


/* 蝠�刀繧｢繧､繝�Β荳隕ｧ逕ｨ縺ｮrow */
.row_sweets {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 45px;
}

.row_sweets > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row_sweets:after, .row_sweets:before {
	content: '';
	display: block;
	clear: both;
}

.row_sweets.uniform > * > :first-child {
	margin-top: 0;
}

.row_sweets.uniform > * > :last-child {
	margin-bottom: 0;
}

/* design.html 闃ｱ險闡臥畑縺ｮrow */
.row_flower {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 45px;
}

.row_flower > * {
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row_flower:after, .row_flower:before {
	content: '';
	display: block;
	clear: both;
}

.row_flower.uniform > * > :first-child {
	margin-top: 0;
}

.row_flower.uniform > * > :last-child {
	margin-bottom: 0;
}


@media screen and (max-width: 767px) {
	
.row_sweets {margin-bottom: 0px}
	
}

/* =========================== grid =========================== */

#float_left {float: left}
#float_right {float: right}

.grid2 {
	width: 50%;
	clear: none;
	margin-left: 0;
}
.grid2_40 {
	width: 47%;
	clear: none;
	margin-left: 0;
	position: relative;
}
.grid2_40_l {
	float: left;
	width: 45%;
	clear: none;
	margin-left: 0;
	position: relative;
}
.grid2_40_r {
	float: right;
	width: 45%;
	clear: none;
	margin-left: 0;
	position: relative;
}
.grid2_60 {
	width: 50%;
	clear: none;
	font-size: 0.8em;
	letter-spacing: 0.025em;
	text-align: left;
	line-height: normal; 
} 
.grid2_60 h2 {
	font-size: 1.3em;    
	color: #A06800;
	font-weight: 400;
	line-height: 1.75em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.grid3 {
	width: 30%;
	clear: none;
	margin-left: 2%;
	margin-bottom: 10px;
}
.grid4 {
	width: 25%;
	clear: none;
	margin-left: 0;
}
.grid5 {
	width: 10%;
	clear: none;
	margin-left: 0;
}
.grid6 {
	width: 15%;
	clear: none;
	margin-left: 0;
}

/* 譁�ｭ励�繧､繝ｳ繝郁ｿｽ蜉�8/16 */
.grid_txt {
	font-size: 0.9em; 
	font-weight: bold;
	letter-spacing: 0.025em;
	text-align: center;
	line-height: normal;
	margin-top: 10px;
}

/* 譁�ｭ励�繧､繝ｳ繝郁ｿｽ蜉�8/16 */
.grid_txt2 {
	font-size: 1.0em; 
	letter-spacing: 0.025em;
	text-align: left;
	line-height: normal;
	margin-top: 10px;
}

/* 譁�ｭ励�繧､繝ｳ繝郁ｿｽ蜉�8/16 */
.grid_txt3 {
	width:100%;
	font-size: 0.9em; 
	letter-spacing: 0.025em;
	text-align: center;
	line-height: normal;
	margin-top: 10px;
}

/* 譁�ｭ励�繧､繝ｳ繝郁ｿｽ蜉�8/16 */
.grid_txt4 {
	width:100%;
	font-size: 0.7em; 
	letter-spacing: 0.025em;
	text-align: center;
	line-height: normal;
	margin-top: 10px;
}

.grid_news {
	width:100%;
	font-size: 0.8em; 
	letter-spacing: 0.025em;
	text-align: left;
	line-height: normal;
	margin-top: 10px;
}


@media screen and (max-width: 767px) {

#float_left {float: none}
#float_right {float: none}
	
.grid2 {
	width: 100%;
	clear: none;
	margin-left: 0;
	margin-bottom: 0px;
}
.grid2_40 {
	width: 100%;
	clear: none;
	margin-left: 0;
    margin-top: 20px;
}
.grid2_60 {
	width: 100%;
	clear: none;
	margin-left: 0;
	margin-top: 20px;  /*霑ｽ蜉�8/16 */
}	

.grid2_40_l {
	float: none;
	width: 100%;
}
.grid2_40_r {
	float: none;
	width: 100%;
}
.grid3 {
	width: 100%;
	clear: none;
	margin-left: 0;
	margin-bottom: 10px;
}
	
/* 譁�ｭ励�繧､繝ｳ繝郁ｿｽ蜉�8/16 */
.grid_txt3 {
	font-size: 0.84em; 
	width:100%;
	text-align: center;
	line-height: center;
	
}	
	
.grid_news {
	width:100%;	
	text-align: left;
	line-height: normal;
}	
}

/* =========================== Form =========================== */
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px rgba(124, 128, 129, 0.2);
		color: inherit;
		display: block;
		padding: 0.75em;
		text-decoration: none;
		width: 100%;
		outline: 0;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: #407038;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(124, 128, 129, 0.5) !important;
	}

/* =========================== Button =========================== */
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
		background: none;
		border: solid 1px;
		color: inherit;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 900;
		letter-spacing: 2px;
		min-width: 18em;
		padding: 0 0.75em;
		line-height: 3.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		.button:hover {
			background: rgba(188, 202, 206, 0.15);
			border-color: inherit;
		}

		input[type="button"].special,
		input[type="submit"].special,
		input[type="reset"].special,
		.button.special {
			background: #407038;
			border-color: #407038;
			color: #fff !important;
		}

			input[type="button"].special:hover,
			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			.button.special:hover {
				background: #96dad1 !important;
				border-color: #96dad1 !important;
			}

		input[type="button"].fit,
		input[type="submit"].fit,
		input[type="reset"].fit,
		.button.fit {
			width: 100%;
		}

		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		.button.small {
			font-size: 0.7em;
			min-width: 14em;
			padding: 0.5em 0;
		}

@media screen and (max-width: 767px) {
		input[type="button"].small,
		input[type="submit"].small,
		input[type="reset"].small,
		.button.small {
			font-size: 0.8em;
			min-width: 18em;
			padding: 0.75em 0;
		}	
	
		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button {
			max-width: 20em;
			width: 100%;
		}

		input[type="button"].fit,
		input[type="submit"].fit,
		input[type="reset"].fit,
		.button.fit {
			width: auto;
		}
}

/* =========================== Header =========================== */
	@-moz-keyframes reveal-header {
		0% {
			top: -5em;
		}
		100% {
			top: 0;
		}
	}

	@-webkit-keyframes reveal-header {
		0% {
			top: -5em;
		}
		100% {
			top: 0;
		}
	}

	@-ms-keyframes reveal-header {
		0% {
			top: -5em;
		}
		100% {
			top: 0;
		}
	}
	@keyframes reveal-header {
		0% {
			top: -5em;
		}
		100% {
			top: 0;
		}
	}

	#header {
		background-color: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		font-size: 0.8em;
		height: 76px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
	}

		#header h1 {
			margin: 0;
			width: 100%;
			max-width: 330px;
			position: absolute;
			top: 18px;
			left: 25px;
		}

		#header h1 img {
			width: 100%;
		}

		#header nav {
			letter-spacing: 0.075em;
			position: absolute;
			top: 18px;
			right: 25px;			
		}

			#header nav ul li {
				display: inline-block;
				margin-left: 0.8em;
				line-height: 40px;
			}

				#header nav ul li a {
					text-decoration: none;
					display: block;
					font-size: 15px;
					font-weight: 400;
					color: inherit;
					
				}

				#header nav ul li input[type="button"],
				#header nav ul li input[type="submit"],
				#header nav ul li input[type="reset"],
				#header nav ul li .button {
					font-size: 1em;
					min-width: 0;
					width: auto;
				}
				#header nav ul li a span {
					display: block;
				}
		#header nav img {
			margin: 0;
			width: auto;
			height: 40px;
			line-height: 40px;
		}
		.nav_last {
			margin-right: 11px;		
		}
		.header_snsbtn {
			margin-left: 0px;
			padding-left: 0.8em;
			border-left: solid 1px #bbb;		
		}
		.header_cartbtn {
			margin-left: 0px;
			padding-left: 0.8em;
			border-left: solid 1px #bbb;		
		}

		#header.reveal {
			-moz-animation: reveal-header 0.5s;
			-webkit-animation: reveal-header 0.5s;
			-ms-animation: reveal-header 0.5s;
			animation: reveal-header 0.5s;
		}

		#header.alt {
			-moz-animation: none;
			-webkit-animation: none;
			-ms-animation: none;
			animation: none;
			position: absolute;
			top: 0;

		}


@media screen and (max-width: 1180px) {

		#header h1 {
			max-width: 260px;
			position: absolute;
			top: 21px;
			left: 25px;
		}
			#header nav ul li {
				margin-left: 0.6em;
				line-height: 40px;
			}
				#header nav ul li a {
					font-size: 14px;
					font-weight: 400;				
				}

		#header nav ul li:nth-child(5) {display: none}
		#header nav ul li:nth-child(6) {display: none}
		#header nav ul li:nth-child(7) {display: none}
	
		.nav_last {
			margin-right: 14px;		
		}
		.header_cartbtn {
			margin-left: 0px;
			padding-left: 1.2em;
		}
}
@media screen and (max-width: 767px) {

	#header {
		height: 60px;
		position: absolute;
		z-index: 1;
	}
		#nav{display: none}
		#header h1 {
			max-width: 260px;
			position: absolute;
			top: 13px;
			left: 25px;
		}
}

/* =========================== Header繝ｻ繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ逕ｨ =========================== */
@media screen and (min-width: 768px) {
.sp_nav {display: none}

}
@media screen and (max-width: 767px) {
.sp_nav {display: block}	

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed; /*9.14 absolute縺九ｉfixed縺ｸ 繝｡繝九Η繝ｼ證苓ｻ｢繧定ｿｽ蠕薙＆縺帙ｋ */
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*
body {
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.open {
  transform: translateX(-350px);
}
*/
.menu-trigger {
  display: inline-block;
  width: 34px;
  height: 21px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 100;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #555;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.sp_nav_menu {
  width: 330px;
  height: 100%;
  background-color: rgb(228, 126, 142, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  transform: translate(330px);
  transition: all .3s;
}
	
	
.sp_nav_menu.open {
  transform: translateZ(0);
}

#sp_nav_menu_title {
	font-size: 20px;
	color: #fff;
	}
.sp_nav_menu > ul > li:first-child {
	padding-top: 40px;
	padding-bottom: 6px;
}
.sp_nav_menu > ul > li {
	text-align: center;
	color: #fff;
}
	
.sp_nav_menu > ul > li > a:hover {
  background-color: #eee;
	opacity: 1;
}
	
.sp_nav_menu > ul > li > a {
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	  padding: 8px 0;
	border-top: solid 1px rgb(238, 136, 152);
}
	
.sp_nav_menu > ul > li > a:last-child {
	border-bottom: solid 1px rgb(238, 136, 152);
}
	
.sp_nav_menu > ul > li > a  {
  position: relative;
}
.sp_nav_menu > ul > li > a > i {
  position: absolute;
	top: 18px;
 	right: 15px;
}

	
	
	

.toggle_wrap:last-of-type {

}
.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 8px 0px;
}
	
.toggle_switch span {font-size: 16px}
	
.toggle_switch.open {}
.toggle_switch:hover { background-color: #eee}
.toggle_switch::after {
	content: "";
	display: inline-block;
	width: 28px;
	height: 17px;
	background: url("../images/arrow_down.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: transform .2s;
}
	
.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 36%;
}
.toggle_contents {
  display: none;
  padding: 0 0;
  background-color: rgb(0, 0, 0, 0.06);
}
	
.toggle_contents a {
	display: block;
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	padding: 8px 0px;
  	border-bottom: solid 1px rgb(255, 255, 255, 0.12);
	position: relative;
}
.toggle_contents a:last-child {
  	border-bottom: none;
}
	
.toggle_contents a:hover {
  background-color: #eee;
	opacity: 1;
}

.toggle_contents span {
	border-bottom: solid 2px #fff;
}
.toggle_contents i {
  position: absolute;
  top: 41%;
	right: 15px;
}
}

/* =========================== 繧｢繝ｳ繧ｫ繝ｼ繝ｪ繝ｳ繧ｯ繝ｻ繝倥ャ繝繝ｼ鬮倥＆蛻��繧ｺ繝ｬ繧定ｪｿ謨ｴ =========================== */
#about,#animal,#item,#gift,#shop,#cta,#news,#sweets,#call {
	display: block;
	margin-top:-65px;
	padding-top:65px;
}
#area0,#area1,#area2,#area3,#area4,#area5,#area6 {
	display: block;
	margin-top:-76px;
	padding-top:76px;
}

/* =========================== Dropotron =========================== *
	.dropotron {
		background: #fff;
		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.075);
		line-height: 2.25em;
		min-width: 13em;
		padding: 1em 0;
		text-transform: uppercase;
		margin-top: calc(-1em + 1px);
	}

		.dropotron.level-0 {
			font-size: 0.7em;
			font-weight: 400;
			margin-top: 1.5em;
		}

			.dropotron.level-0:before {
				border-bottom: solid 0.5em #fff;
				border-left: solid 0.5em transparent;
				border-right: solid 0.5em transparent;
				content: '';
				left: 0.75em;
				position: absolute;
				top: -0.45em;
			}

		.dropotron > li {
			border-top: solid 1px rgba(124, 128, 129, 0.2);
		}

			.dropotron > li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-ms-transition: none;
				transition: none;
				color: inherit;
				text-decoration: none;
				padding: 0 1em;
				border: 0;
			}

			.dropotron > li:hover > a {
				background: #407038;
				color: #fff;
			}

			.dropotron > li:first-child {
				border-top: 0;
			}


/* =========================== Banner繝ｻ繝｡繧､繝ｳ逕ｻ蜒� =========================== */
	@-moz-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-webkit-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@-ms-keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	@keyframes reveal-banner {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

	#banner {
		cursor: default;
		text-align: center;
		position: relative;
		margin-top: 76px;/*繝倥ャ繝繝ｼ縺ｫ逕ｻ蜒上′髫�繧後↑縺�ｈ縺�↓縺壹ｉ縺�*/
	}

	#banner > img {
			-moz-animation: reveal-banner 1s 0.25s ease-in-out;
			-webkit-animation: reveal-banner 1s 0.25s ease-in-out;
			-ms-animation: reveal-banner 1s 0.25s ease-in-out;
			animation: reveal-banner 1s 0.25s ease-in-out;
			-moz-animation-fill-mode: forwards;
			-webkit-animation-fill-mode: forwards;
			-ms-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
			margin: 0;
}

.banner_panel {
	z-index: 10;
	width: 100%;
	height: 16vw;
	background-color: #e46c82;
	opacity: 0.85;
	position: absolute;
	bottom: 12vw;	
}

.banner_logo {

}

.banner_logo_tx_1 {
	margin-top: 3.5vw;
    text-align: center;
    font-size: 2vw;
	color: #fff;
	line-height: 1;
}

.banner_logo_tx_2 {
	margin-top: 1vw;
    text-align: center;
    font-size: 1vw;
	color: #fff;
	line-height: 2;
}

@media only screen and (max-width: 1280px) {
.banner_logo_tx_2 {
    font-size: 1.1vw;
}
}

@media screen and (max-width: 767px) {
	
#banner {
	margin-top: 60px;/*繝倥ャ繝繝ｼ縺ｫ逕ｻ蜒上′髫�繧後↑縺�ｈ縺�↓縺壹ｉ縺�*/
}
	
.banner_panel {
	z-index: 10;
	width: 100%;
	height: 180px;
	background-color: #e46c82;
	opacity: 0.85;
	position: absolute;
	bottom: 50px;	
}

	
.banner_logo_tx_1 {
	margin-top: 21px;
    text-align: center;
    font-size: 20px;
	color: #fff;
	line-height: 1.6;
}

.banner_logo_tx_2 {
	margin-top: 6px;
    text-align: center;
    font-size: 11px;
	color: #fff;
	line-height: 2;
}
}

@media screen and (max-width: 375px) {
	
.banner_logo_tx_1 {
	margin-top: 28px;
    font-size: 18px;
}
.banner_logo_tx_2 {
    font-size: 10px;
}
}
	
/* =========================== Title =========================== */
.title {
	text-align: center;
	padding: 35px 0;
}
.title img {
	width: 100%;
/*	max-width: 480px;*/
}
.title_backcolor_1 {background-color: #ebe9e6}


/* =========================== about =========================== */
.about {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #FFF9E6;  /* #eae8e5繧貞､画峩8/16 */
	position: relative;
}
.about_3 {
	position: absolute;
	bottom: 0;
}
.about_4 {
	margin-top: 30px;
}
.about_5 {display: none}



@media only screen and (max-width: 767px) {
.about {
	padding-top: 25px;
	padding-bottom: 15px;
}
.about_4 {display: none}
.about_5 {display: block; margin-top: 40px}
}


/* =========================== Portfolio Tabs =========================== */
.tab-nav.line {
  display: table;
  padding-bottom: 1.25rem;
}
.tab-item {
  padding: 0;
}
a.tab-label, a.tab-label:link, a.tab-label:visited,
.background-white a.tab-label, .background-white a.tab-label:link, .background-white a.tab-label:visited, .background-white a.tab-label:hover {
  background: #4A4037 none repeat scroll 0 0;
  color: rgba(255,255,255, 0.75);
}
a.tab-label, a.tab-label:link, a.tab-label:visited, a.tab-label:hover,
.background-white a.tab-label, .background-white a.tab-label:link, .background-white a.tab-label:visited, .background-white a.tab-label:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #4A4037;
}
.background-white-hightlight a.tab-label.active-btn, .background-white-hightlight a.tab-label:hover,
.primary-color-white .background-primary-hightlight a.tab-label.active-btn, .primary-color-white .background-primary-hightlight a.tab-label:hover {
  background: #fff none repeat scroll 0 0;
  color: #4A4037;
}
.background-primary-hightlight a.tab-label.active-btn, .background-primary-hightlight a.tab-label:hover,
.primary-color-primary .background-primary-hightlight a.tab-label.active-btn, .primary-color-primary .background-primary-hightlight a.tab-label:hover {
  background: #fff none repeat scroll 0 0;
  color: #fff;
}
.background-dark-hightlight a.tab-label.active-btn, .background-dark-hightlight a.tab-label:hover,
.primary-color-dark .background-primary-hightlight a.tab-label.active-btn, .primary-color-dark .background-primary-hightlight a.tab-label:hover {
  background: #4A4037 none repeat scroll 0 0;
  color: #fff;
}


/* =========================== Shop =========================== */
.shop {padding: -10px 0 40px 0}
.shop_info {
	margin: 0 auto;
	text-align: center;
	margin-top: 15px; /* 9.3 add */
	margin-bottom: 25px;
	width: 100%;
	max-width: 540px;/* 200px縺九ｉ縺ｮ螟画峩8/16 */ /*9.1 600竊�500縺ｫ螟画峩 */
}

.shop_info img {width: 100%}

.shop_info2 {padding: 70px 0 40px 0;/* 霑ｽ險�8/16 */
text-align: center;
}

/* =========================== Footer_link =========================== */
.fotter_link {
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
.fotter_link {
	padding-top: 0px;
	padding-bottom: 40px;
	}
}
/* =========================== Company =========================== */
	.company {
	padding: 30px 0 0px 0;
	border-top: solid 1px #7c8081;
	text-align: center;
    	display: flex; /* 蟄占ｦ∫ｴ�繧断lexbox縺ｧ謠�∴繧� */
    	flex-direction: column; /* 蟄占ｦ∫ｴ�繧断lexbox縺ｫ繧医ｊ邵ｦ譁ｹ蜷代↓謠�∴繧� */
    	justify-content: center; /* 蟄占ｦ∫ｴ�繧断lexbox縺ｫ繧医ｊ荳ｭ螟ｮ縺ｫ驟咲ｽｮ縺吶ｋ */
    	align-items: center;  /* 蟄占ｦ∫ｴ�繧断lexbox縺ｫ繧医ｊ荳ｭ螟ｮ縺ｫ驟咲ｽｮ縺吶ｋ */
	}
	.company a {
	border: none;
	margin: 0 auto;
}
	.company a img {
	padding: 15px;
	width: 100%;
	max-width: 300px;
	height: auto;
}
@media screen and (max-width: 767px) {
	.company {
		padding: 30px 0;
	}
	.company a img {
	max-width: 300px;
}
}

/* =========================== Footer =========================== */
.footer {
	padding: 40px 0;
    	display: flex; /* 蟄占ｦ∫ｴ�繧断lexbox縺ｧ謠�∴繧� */
}
.footer_clum_left {
	float: left;
	width: 60%;
}
.footer_clum_left li {
	display: inline-block;
}
.footer_clum_left li a {
	margin-right: 15px;
	font-size: 0.85em;
	color: #7c8081;
	}
	
.footer_clum_right {
	float: right;
	width: 40%;
	text-align: right;
}
.footer_clum_right li {
	display: inline-block;
	margin-left: 15px;
}
.footer_clum_right li a img {
	width: 50px;
}

@media only screen and (max-width: 767px) {

.footer_clum_left {
	display: none;
}
.footer_clum_right {
text-align: center;
	float: right;
	width: 100%;
}
.footer_clum_right li {
	display: inline-block;
	margin-left: 0;
	margin: 0 10px;
}
.footer_clum_right li a img {
	width: 60px;
}
}

@media screen and (max-width: 400px){
.footer_clum_right li a img {
    width: 40px;
    padding-top: 10px;
}
}	
/* =========================== Copyright =========================== */
	.copyright {
		background-color: #d5c6ac;
		padding: 12px 0;
		text-align: center;
		}

	.copyright span {
		font-size: 0.65em;
		color: #7c8081;
		line-height: 1em;
	}

/* =========================== TOP繝俶綾繧九�繧ｿ繝ｳ =========================== */
a{
outline: none;
}

a:focus{
outline: none;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	text-decoration:none !important;
	outline: none !important;
}

.pagetop a focus{
	outline: none !important;
}

.pagetop a {
	outline: none;
	display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration:none !important;
    padding: 5px 13px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
	display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding:5px 13px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	text-decoration:none !important;
	outline: none;
}

.pagetop a:visited {
	outline: none;
	text-decoration:none !important;
}

/* =========================== index =========================== */

.index_story {
	margin-bottom: 90px;
}

.index_story_row_img {
	float: left;
	width: 46%;
}

.index_story_row_tx {
	float: right;
	width: 48%;
}

.index_story_row_tx_1 {
	width: 100%;
	max-width: 624px;
	margin-bottom: 30px;
}

.index_story_row_tx_2 {
	font-size: 21px;
	line-height: 2;
}

.index_design {
	margin-bottom: 80px;
}

.index_design_row_img {
	float: right;
	width: 60%;
}

.index_design_row_tx {
	float: left;
	width: 34%;
}

.index_design_row_tx_1 {
	width: 100%;
	max-width: 306px;
	margin-bottom: 30px;
}

.index_design_row_tx_2 {
	font-size: 21px;
	line-height: 2;
}

.index_btn {
	margin: 0 auto;
	margin-top: 60px;
}

.index_btn a {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 316px;
}

@media only screen and (max-width: 1380px) {
	
.index_story_row_tx_2 {
	font-size: 18px;
	line-height: 2;
}
.index_design_row_tx_2 {
	font-size: 18px;
	line-height: 2;
}
}
@media only screen and (max-width: 1180px) {
	
.index_story_row_tx_2 {
	font-size: 16px;
	line-height: 2;
}
}
@media only screen and (max-width: 1080px) {
	
.index_story_row_tx_2 {
	font-size: 14px;
	line-height: 2;
}
}
@media only screen and (max-width: 1080px) {
	
.index_story_row_tx_2 {
	font-size: 14px;
	line-height: 2;
}
}
@media only screen and (max-width: 940px) {
	
.index_story_row_tx_2 {
	font-size: 12px;
	line-height: 2;
}
.index_design_row_tx_2 {
	font-size: 16px;
	line-height: 2;
}
}
@media only screen and (max-width: 820px) {
	
.index_story_row_tx_2 {
	font-size: 11px;
	line-height: 2;
}
}


@media only screen and (max-width: 767px) {
	
.index_story {
	margin-bottom: 90px;
}
	
.index_story_row_img {
	float: left;
	width: 100%;
}

.index_story_row_tx {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.index_story_row_tx_1 {
	margin: 0 auto;
	width: 100%;
	max-width: 360px;
	margin-bottom: 30px;
}

.index_story_row_tx_2 {
	text-align: center;
	font-size: 16px;
	line-height: 2;
}

.index_design {
	margin-bottom: 80px;
}

.index_design_row_img {
	float: left;
	width: 100%;
}

.index_design_row_tx {
	margin-top: 30px;
	float: left;
	width: 100%;
}

.index_design_row_tx_1 {
	margin: 0 auto;
	width: 100%;
	max-width: 240px;
	margin-bottom: 30px;
}

.index_design_row_tx_2 {
	text-align: center;
	font-size: 18px;
	line-height: 2;
}

.index_btn {
	margin: 0 auto;
	margin-top: 40px;
}

.index_btn a {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 316px;
}
}

@media only screen and (max-width: 375px) {
	
.index_story_row_tx_2 {
	text-align: center;
	font-size: 14px;
	line-height: 2;
}
}
/* =========================== design =========================== */
.design {
	margin-top: 100px;
	margin-bottom: 120px;
}

.design_title {	
	margin: 0 auto;
	text-align: center;
	margin-bottom: 80px;
}

.design_title_1 {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.design_title_1:after {
	background-color: #f8f5ef; /* 邱夊牡 */
    border-radius: 5px; /* 邱壼ｹ��蜊雁� */
    content: "";
    display: block;
    height: 10px; /* 邱壼ｹ� */
}

.design_title_1 span {
	font-size: 40px;
	color: #99805c;
	line-height: 1;
	letter-spacing: 0.4rem;
}

.design_title_renewal {
	width: 177px;
	position: absolute;
	top: -65px;
	left: 90px;
}

.design_title_2 {
	margin-top: 20px;
}
.design_title_2 span {
	font-size: 20px;
	line-height: 2;
}

@media only screen and (max-width: 767px) {
	
.design {
	margin-top: 80px;
	margin-bottom: 60px;
}

.design_title {	
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
}

.design_title_1 {
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	position: relative;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

.design_title_1:after {
	background-color: #f8f5ef; /* 邱夊牡 */
    border-radius: 3px; /* 邱壼ｹ��蜊雁� */
    content: "";
    display: block;
    height: 6px; /* 邱壼ｹ� */
}

.design_title_1 span {
	font-size: 26px;
	color: #99805c;
	line-height: 1;
	letter-spacing: 0.4rem;
}

.design_title_renewal {
	width: 140px;
	position: absolute;
	top: 50%;
	left:50%;
	transform:translate(-50%, -155%);
}

.design_title_2 {
	margin-top: 15px;
}
.design_title_2 span {
	font-size: 16px;
	line-height: 1.8;
}
}

@media only screen and (max-width: 375px) {
	
.design_title_2 span {
	font-size: 15px;
	line-height: 1.8;
}
}

/* =========================== design繝ｻflower =========================== */
.flower {
	padding-top: 75px;
	padding-bottom: 90px;
	background-color: #e7ddcd;
}
.flower_title {

}
.flower_title_1 {
	margin: 0 auto;
	width: 100%;
	max-width: 310px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: solid 1px #4c4948;
}
.flower_title_1 span {
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.4rem;
}
.flower_title_2 {
	margin-top: 14px;
	text-align: center;
}
.flower_title_2 span {
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.4rem;
}
.flower_text {
	margin-top: 50px;
	text-align: center;
	font-size: 22px;
	line-height: 1.8;
}
.flower_contents_row {
	margin: 0 auto;
}
.flower_contents {
	width: 100%;
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px) {
	
.flower {
	padding-top: 60px;
	padding-bottom: 70px;
	background-color: #e7ddcd;
}
.flower_title {

}
.flower_title_1 {
	margin: 0 auto;
	width: 100%;
	max-width: 310px;
	text-align: center;
	padding-bottom: 2px;
	border-bottom: solid 1px #4c4948;
}
.flower_title_1 span {
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.4rem;
}
.flower_title_2 {
	margin-top: 10px;
	text-align: center;
}
.flower_title_2 span {
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.4rem;
}
.flower_text {
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
}
.flower_contents_row {
	margin: 0 auto;
}
.flower_contents {
	width: 100%;
	margin-bottom: 30px;
}
}

/* =========================== sweets =========================== */

.sweets {
	margin-top: 90px;
	margin-bottom: 90px;
}

.sweets_logo {
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	margin-bottom: 80px;
}

.sweets_title {
	font-size: 35px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 22px;
}

.sweets_tx {
	font-size: 21px;
	line-height: 2;
	text-align: center;
}



.sweets_sozai {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8f5ef;
}

.sweets_sozai_title_1 {
	font-size: 35px;
	line-height: 1;
	text-align: center;
	margin-bottom: 16px;
}

.sweets_sozai_title_2 {
	text-align: center;
	position: relative;
	height: 80px;
	margin-bottom: 18px;
}

.sweets_sozai_title_2_tx {
	z-index: 2;
	font-size: 23px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left:50%;
	transform:translate(-50%, -50%);
	width: 100%;
}

.sweets_sozai_title_2_maru {
	z-index: 1;
	margin: 0 auto;
	width: 80px;
	height: 80px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.sweets_sozai_row_img {
	float: left;
	width: 50%;
}

.sweets_sozai_row_tx {
	float: right;
	width: 45%;
	text-align: justify;
}

.sweets_sozai_row_tx span {
	font-size: 18px;
	line-height: 2;
	text-align: justify;
}

.sweets_sozai_title_3 {
	margin-top: 40px;
	font-size: 18px;
	line-height: 1;
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	
.sweets_logo {
	max-width: 480px;
}
}

@media only screen and (max-width: 767px) {
	
.sweets {
	margin-top: 50px;
	margin-bottom: 50px;
}

.sweets_logo {
	margin: 0 auto;
	width: 100%;
	max-width: 340px;
	margin-bottom: 35px;
}

.sweets_title {
	font-size: 26px;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 22px;
}

.sweets_tx {
	font-size: 16px;
	line-height: 2;
	text-align: center;
}
		
	
	
.sweets_sozai {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f8f5ef;
}
	
.sweets_sozai_title_1 {
	font-size: 28px;
	line-height: 1;
	text-align: center;
	margin-bottom: 16px;
}

.sweets_sozai_title_2 {
	text-align: center;
	position: relative;
	height: 50px;
	margin-bottom: 18px;
}

.sweets_sozai_title_2_tx {
	z-index: 2;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left:50%;
	transform:translate(-50%, -50%);
}

.sweets_sozai_title_2_maru {
	z-index: 1;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left:50%;
	transform:translate(-50%, -50%);
}
	
.sweets_sozai_row_img {
	float: left;
	width: 100%;
}
.sweets_sozai_row_tx {
	margin-top: 20px;
	float: left;
	width: 100%;
}
	
.sweets_sozai_row_tx span {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
}

.sweets_sozai_title_3 {
	margin: 0 auto;
	margin-top: 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	text-align: center;
}
}

/* =========================== sweets繝ｻ繧ｴ繝ｼ繝輔Ξ繝ｼ繝ｫ =========================== */

.gaufrier_flavor {
	margin: 75px auto 0 auto;
	width: 100%;
	max-width: 850px;
}
.gaufrier_flavor_row {
	width: 30%;
	margin-right: 5%;
}
.gaufrier_flavor_row:nth-child(3) {
	margin-right: 0;
}

.gaufrier_flavor_row_title {
	font-size: 19px;
	line-height: 1.5;
	padding-bottom: 10px;
	border-bottom: dotted 1px #4c4948;
}

.gaufrier_flavor_row_tx {
	margin-top: 6px;
	font-size: 17px;
	line-height: 1.7;
}

.gaufrier_flavor_row_img {
	margin-top: 10px;
}
	
.gaufrier_flavor_detail {
	margin-top: 55px;
	text-align: center;
	font-size: 15px;
}	
.gaufrier_flavor_detail span {
	padding: 10px;
	border: solid 1px #4c4948;
	margin-right: 20px;
	font-size: 15px;
}

@media only screen and (max-width: 767px) {
	
.gaufrier_flavor {
	margin: 50px auto 0 auto;
	width: 100%;
	max-width: 850px;
}
	
.gaufrier_flavor_row {
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.gaufrier_flavor_row:nth-child(2) {
	margin-right: 0;
}
.gaufrier_flavor_row:nth-child(3) {
	clear: both;
}
.gaufrier_flavor_row_title {
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 5px;
	border-bottom: dotted 1px #4c4948;
}
.gaufrier_flavor_row_tx {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.7;
}
.gaufrier_flavor_detail {
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
}	
.gaufrier_flavor_detail span {
	padding: 5px;
	border: solid 1px #4c4948;
	margin-right: 8px;
	font-size: 10px;
}
}

/* ====================================================== 霑ｽ蜉�CSS ====================================================== */

.comContact {
}

.comContact .text01 {
	margin-bottom: 22px;
	font-size: 22px;
	font-weight: 500;/*FP霑ｽ險�*/
	letter-spacing: 3.8px;
}

.comContact p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 15px;
	text-align: center;
}

.comContact .text02 {
	margin-bottom: 23px;
	font-size: 13px;
}

.comContact .text02 .style01 {
	font-size: 16px;
}

.comContact .text02 .style02 {
	font-size: 28px;
	font-weight: bold;
    letter-spacing: 2px;
}

.comContact .text02 .style02 a {
	text-decoration: none;
}

/* =========================== 雉ｼ蜈･繝懊ち繝ｳ=========================== */
#photo2 img {
	margin: 0 auto;
    width: 100%;
    height: auto;
    transition: .3s ease-in-out;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
#photo2 {
	margin-bottom: 50px;
}
}

/* =========================== 隗剃ｸｸ繝懊ャ繧ｯ繧ｹ =========================== */
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 2em 2em;
    border: solid 3px #407038;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #407038;
    font-weight: bold;
}
.box26 p {
	text-align: left;
    margin: 0; 
    padding: 0;
}

.mini{
	font-size: 12px;	
}

.center{
display: block;
  margin: 0 auto;
  margin-left: auto;/*縺薙ｌ縺ｧ繧０K*/
  margin-right: auto;/*縺薙ｌ縺ｧ繧０K*/
}


/* =========================== 繝代た繧ｳ繝ｳ縺ｧ隕九◆縺ｨ縺阪�"pc"縺ｮclass縺後▽縺�◆逕ｻ蜒上′陦ｨ遉ｺ縺輔ｌ繧� =========================== */
.pc { display: block !important; }
.tb { display: none !important; }
.sp { display: none !important; }

@media only screen and (max-width: 1024px) {
.pc { display: block !important; }
.tb { display: block !important; }
.sp { display: none !important; }
}
 
@media only screen and (max-width: 767px) {
.pc { display: none !important; }
.tb { display: block !important; }
.sp { display: block !important; }
}

/* =========================== 謾ｹ陦後↓縺､縺�※ =========================== */

.pc-br{display:inline;}
.tb-br{display:none;}
.sp-br{display:none;}

@media screen and (max-width: 1024px) {
.pc-br{display:inline;}
.tb-br{display:inline;}
.sp-br{display:none;}
}

/*---繧ｹ繝槭�譎よ隼陦�--*/
@media screen and (max-width: 767px) {
.pc-br{display:none;}
.tb-br{display:inline;}
.sp-br{display:inline;}
}



/* menu2
--------------------------------------*/
#menu2 {
	width: 100%;
	max-width:71.25rem;
	margin: 0 auto;
	padding: 0;
}
#menu2 li{
	display: block;
	float: left;
	width: 14.2%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #4a4037;
}
#menu2 li a {
	display: block;
	padding: 20px 0 20px;
	background-color: #96740c;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right:1px solid #4a4037;
}
#menu2 li:last-child a{
	border: none;
}
#menu2 li a:hover{
	background: #4a4037;
}
#toggle {
	display: none;
}
 
/* 逕ｻ髱｢繧ｵ繧､繧ｺ縺�768px莉･荳九�蝣ｴ蜷医↓驕ｩ逕ｨ */
@media only screen and (max-width: 750px) {
	#menu2 li {
		width: 50%;
		border-bottom: 1px solid #4a4037;
	}
}    

/* 繝上Ο繧ｦ繧｣繝ｳ繝舌リ繝ｼ蟇ｾ蠢� */
.style5a { margin:2em 0 1em; padding:.5em .8em .3em 1em; font-weight:700; font-size:18px; color:#fff; background:#222; text-align: left;}

/* 2022.09.10 */
.item_ttl{
	text-align: left;
	font-size: 18px;
	line-height: 1.6;
}
.item_ttl.green{
	color: #61ab9e;
}
.item_ttl.orange{
	color: #f08200;
}
.item_txt{
	font-size: 16px;
	text-align: left;
}