@charset "UTF-8";

/* ================ clearfix ================ */

.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; /* for IE 6/7 only */ }

/* ================================ */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	background-color: #fff;
	font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	*font-size:small;
	*font:x-small
}

select,input,button,textarea {
	font:99% 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

table {
	font-size:inherit;
	font:100%
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: 1.1;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
}

ul {
	list-style: none;
}

a {
	color: #002fff;
}

a:visited {
	color: #cb22ff;
}

.name_big {
	font-size: 1.2em;
	font-weight: bold;
}

.name_mini {
	font-size: 0.6em;
	font-weight: normal;
}

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

/* ================ Base Layout ~48em(~768px) ================ */

#wrapper {
	width: 100%;
	background-color: #3B2500;
	padding-bottom: 8px;
}

/* ================================================
			header
================================================ */

#header {
	width: 100%;
	background: #3B2500;
}

.slogan {
	width: 100%;
	letter-spacing: 1.2px;
	font-size: 0.9em;
	text-shadow: 1px 1px 2px #e66464;
	color: #E08E79;
	text-align: center;
	margin: 0;
	padding: 0.2em 0 0;
}

h1 {
	text-align: center;
	color: #ffffff;
	font-size: 1.2em;
	padding: 0.3em 0 0.7em;
}

h1 a,
h1 a:visited {
	text-decoration: none;
	color: #ffffff;
	display: block;
}

.header_contact {
	display: none;
}

/* ================================================
			nav
================================================ */

#nav {
	width: 100%;
	background: #F1D4AF;/*3B2500*/
}

#nav ul  {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ECE5CE;/*cfcfcf*/
}

#nav li {
	float: left;
	width: 50%;
	text-align: center;
	border-bottom: 1px solid #ECE5CE;
	background: #F1D4AF;
	position: relative;
}

#nav li:nth-child(even) {
	border-right: 1px solid #ECE5CE;
}

#nav li a {
	display: block;
	line-height: 3;
	font-size: 1.3em;
	text-decoration:none;
	color: #3B2500;/*ECE5CE*/
}

#nav li a:after {
	font-family: 'FontAwesome';
	content: "\f138";
	position: absolute;
	font-size: 1.2em;
	color: #3B2500;
	left: 4%;
	margin-top: -5px;
}

#nav .home {
	display: none;
}

.desc {
	text-align: center;
	color: #fff;
	margin: .5em auto 0;
	font-size: .5em
}

/* ================================================
			footer
================================================ */

#footer {
	width: 100%;
	background: #3B2500;
	padding-top: 1em;
	padding-bottom: 70px;
}

.reservation_holder {
	position: fixed;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba( 255, 255, 255, 0.6 );
}

.reservation {
	text-align: center;
	width: 90%;
	height: 60px;
	margin: 0.5em auto;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	background: #AAC7C2;/*34950E*/
	padding-top: 6px;
	font-size: 1.2em;
	border: 1px solid #ffffff;
	box-shadow: 1px 1px 2px #7F7F7F;
	text-shadow: 1px 1px 3px #000;
}

.reservation div {
	width: 300px;
	margin: 0 auto;
	font-size: 0.9em;
}

.reservation div i {
	position: relative;
	top: 8px;
	left: 22px;
}

.reservation a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

.reservation:hover {
	background: #C5E0DC;
}

.reservation hr {
	margin: 1px auto 4px;
	width: 70%;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #ffffff;
	box-shadow: 1px 1px 3px #000;
}

.shop {
	width: 100%;
	margin: 0;
	text-align: center;
	color: #ffffff;/*ECE5CE*/
	line-height: 1.4;
	padding: 0.5em 0;
}

.shop hr {
	margin: 2px auto 5px;
	width: 90%;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #ffffff;
}

.shop_name {
	font-size: 1.4em;
}

.shop a {
	color: #ECE5CE;
}

.link {
	text-align: center;
	margin: 0 auto;
}

.link_list ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}

.link_list li {
	float: left;
	width: 198px;
	margin: 0 10px 10px 0;
}

.link_list li a {
	display: block;
}

.link img {
	width: 198px;
}

.link_button {
	width: 198px;
	height: 58px;
	padding: 12px 0 0 8px;
	font-size: 1.1em;
	text-align: center;
	background: #ffffff;
}

.link_list a {
	text-decoration: none;
	color: #C58F11;
}

.footer_nav {
	width: 100%;
	margin-top: 8px;
	clear: both;
}

.footer_nav ul {
	text-align: center;
	margin: 0 auto;
	position: relative;
	left: -20px;
}

.footer_nav li {
	margin-bottom: 10px;
	margin-right: 5px;
	padding-right: 5px;
	float: left;
	border-right: 1px solid #ffffff;
	font-size: 0.9em;
}

.footer_nav li:last-child {
	border-right: none;
}

.footer_nav li a,
.footer_nav li a:visited {
	color: #ffffff;
}

#copyright{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 5px 0 0;
	clear: both;
}

small {
	font-size: 1em;
	color: #cccccc;
}

/* ================ page ================ */

.container {
	background: #3B2500;
	width: 100%;
	clear: both;
	/*border-bottom: 1px solid #ffffff;*/
	margin-bottom: 5px;
	padding-bottom: 20px;
}

.slider {
	height: 200px;
	margin-bottom: 2em;
}

.gallery {
	height: 200px;
	background: #ffffff;
}

.gallery img {
	height: 200px;
	width: auto;
	max-width: none;
	display: block;
}

.pickup {
	width: 100%;
	max-width: 400px;
	margin: 10px auto 0;
}

.pickup a {
	text-decoration: none;
}

h5 {
	text-align: center;
	font-size: 1.3em;
	line-height: 1;
	color: #3B2500;
}

.pickup_menu {
	width: 94%;
	margin: 0 3%;
	padding: 0;
	position: relative;
}

.pi1{
	margin-bottom: 10px;
}

.pickup_des {
	background-color: rgba( 255, 255, 255, 0.5 );
	height: auto;
	width: 100%;
	position: absolute;
	bottom: 3px;
	left: 0;
	margin: 0;
	padding: 4px 0;
}

.pickup_des p {
	padding: 5px;
	margin: 0;
	color: #3B2500;
	text-align: center;
	line-height: 1.4;
}

.kuwasiku {
	background: #ffffff;
	color: #000000;
	margin: 8px auto 0;
	padding: 5px 20px;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.back_to_top {
	width: 100%;
	margin-bottom: 1em;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

.back_to_top .back_button {
	position: relative;
	margin: 0 auto;
	height: 20px;
	width: 180px;
	font-size: 1em;
	border: 1px solid #A3A3A3;
	border-bottom: none;
	padding: 2px 0;
	text-align: center;
	background: #D4D4D4;
	-webkit-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	    -ms-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	     -o-border-radius: 3px 3px 0 0 / 3px 3px 0 0;
	        border-radius: 3px 3px 0 0 / 3px 3px 0 0;
}

.back_to_top a,
.back_to_top a:visited {
	color: #3B2500;
	text-decoration: none;
	display: block;
}

/* ================================================
	Contents area -> HOME
================================================ */

.news_wrap {
	color: #ffffff;
	width: 96%;
	margin: 0 auto;
	padding-top: 10px;
}


h3 {
	border-left: 5px solid #C5E0DC;/*1471B8*/
	color: #C5E0DC;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 0;
}

h3 a,
h3 a:visited,
h3 a:hover {
	text-decoration: none;
	color: #C5E0DC;
}

.news_list {
	margin: 0;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #C5E0DC;
}

/* ================================================
	Contents area -> common
================================================ */

.bar_image {
	width: 100%;
	background: #ffffff;
}

h4 {
	position: relative;
	margin-top: -4px;
	margin-bottom: 16px;
	height: 34px;
	color: #E08E79;/*CC6696*/
	background-color: rgba( 255, 255, 255, 1 );
	border-top: 1px solid #EDD7BA;
	border-bottom: 1px solid #F1D4AF;
	font-size: 1.4em;
	padding: 0.4em 0 0 0.5em;
	font-weight: normal;
}

.intro {
	color: #ffffff;
	padding: 0 1em;
	margin-bottom: 1em;
	line-height: 1.4;
}

.intro p {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-size: 1em;
}

.contents {
	color: #ffffff;
	padding: 0 1em;
	margin-bottom: 2em;
	width: 100%;
}

.contents p {
	line-height: 1.4;
}

/* ================================================
	Contents area -> body
================================================ */

.body_menu {
	width: 100%;
	border: 1px solid #cfcfcf;
	background: #ffffff;
	color: #3B2500;
	padding: 4px 4px 0;
	background: #ECE5CE;
	margin-bottom: 10px;
}

.menu_title {
	margin-bottom: 8px;
}

.menu_title .name_big {
	line-height: 1.5;
}

.menu_mini {
	color: #444;
}

.menu_holder {
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 0;
	margin: 0 auto 4px;
	position: relative;
}

.menu {
	border-bottom: 1px solid #cfcfcf;
	text-align: center;
	padding: 10px 0 10px;
	margin: 0 auto;
}

.menu_list {
	text-align: center;
	list-style: none;
	margin: 0 auto;
	position: relative;
	left: -30px;
}

.menu_list li {
	margin-bottom: 14px;
	margin-right: 6px;
	display: block;
	float: left;
}

.menu_list li:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.menu_name {
	background: #DC796C;
	color: #ffffff;
	padding: 3px 10px;
	width: auto;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
	        border-radius: 6px;
}

.price {
	text-align: right;
	padding: 5px 8px 4px 0;
	color: #252525;
	background: #fff;
}

.powder {
	text-align: left;
	margin-bottom: 2px;
	padding-left: 5px;
}

.powder:last-child {
	margin-bottom: 0;
}

.powder-table {
	border: none;
	width: 100%;
	margin-top: 10px;
}

.powder-table th {
	background-color: #ffe5b5;
}

.powder-table th,
.powder-table td {
	text-align: center;
	border: none;
}

.trial {
	font-size: 1.2em;
	color: #ff6347;
}

.col3 .ion p {
	text-align: left;
	padding: 0 10px;
	font-size: 0.9em;
	color: #7F7F7F;
}

.col3 .ion p.bridal {
	text-align: center;
	font-size: 1.2em;
	margin: 0 auto 10px;
}

/* ================================================
	Contents area -> epi
================================================ */

.epi_table {
	width: 100%;
	margin-bottom: 20px;
}

.epi_table table {
	width: 240px;
	margin: 0 auto;
}

.epi_table td:first-child {
	text-align: center;
}

.epi_table td:last-child {
	text-align: right;
}

.epi_image {
	width: 100%;
}

/* ================================================
	Contents area -> access
================================================ */

.address {
	border-right:   1px solid #ffffff;
	border-left:    1px solid #ffffff;
	border-top:     1px solid #ffffff;
}

.gmap {
	max-height: 300px;
	width: 100%;
}

.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	max-height: 300px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 300px;
}

.shop_1 {
	margin-bottom: 2em;
}

.shop_1,
.shop_2 {
	text-align: center;
	font-size: 0.9em;
}

/* ================ Tablet size (pure-md) 768px~1024px ================ */
@media only screen and (min-width: 48em) {

#nav li {
	float: left;
	width: 20%;
	border-right: 1px solid #ECE5CE;
}

#nav li:last-child {
	border-right: none;
}

#nav .home {
	display: block;
}

#nav li a {
	font-size: 1em;
}

#nav li a:after {
	left: 20px;
	margin-top: -4px;
}

h4 {
	margin-top: -64px;
	margin-bottom: 20px;
	height: 60px;
	background-color: rgba( 236, 229, 206, 0.5 );
	font-size: 2.4em;
	text-shadow: 1px 1px 3px #ffffff;
	padding: 0.4em 0 0 0.6em;
	border-bottom: none;
	font-weight: normal;
}

.intro p {
	line-height: 1.5;
	letter-spacing: 1.2px;
	font-size: 1.1em;
}

.pickup {
	max-width: 100%;
}

.pickup_menu {
	width: 44%;
	position: relative;
	float: left;
}

.pi1{
	margin-bottom: 0;
}

.address {
	width: 50%;
	padding-top: 80px;
	height: 300px;
	float: left;
	border-top:     1px solid #ffffff;
	border-left:    1px solid #ffffff;
	border-bottom:  1px solid #ffffff;
	border-right: none;
}

.access {
	margin-bottom: 50px;
}

.ggmap {
	width: 50%;
	float: right;
	margin-bottom: -56.25%;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	height: 300px;
}

.shop_1 {
	width: 50%;
	float: left;
	margin-bottom: 0;
}
.shop_2 {
	width: 50%;
	float: right;
}

.menu_holder2 {
	width: 60%;
	float: right;
}
.col2 .image {
	width: 40%;
	padding: 1px 4px 4px;
	float: left;
}

.col2 .menu_holder {
	width: 60%;
	float: right;
}

.col3 .image {
	width: 40%;
	padding: 1px 4px 4px;
	float: left;
}

.col3 .menu_holder {
	width: 100%;
	float: right;
}

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

.epi_table {
	float: left;
	width: 40%;
}

.epi_ex {
	clear: both;
}

.float_clear {
	clear: both;
}

/*tablet size end*/}

/* ================ PC size (pure-lg) 1024px~ ================ */
@media only screen and (min-width: 64em) {

body {
	background-color: #3B2500;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
}

#header {
	height: 70px;
}

.slogan {
	width: 33%;
	background: #3B2500;
	color: #E08E79;
	float: left;
	margin: 0;
	padding-top: 1em;
	font-size: 1em;
	text-shadow: 1px 1px 3px #e66464;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

h1 {
	font-size: 1.6em;
	width: 33%;
	float: left;
	margin: 0;
}

.header_contact {
	display: block;
	width: 33%;
	margin-right: 1%;
	float: right;
	text-align: right;
	padding: 0.6em 1em 0 0;
}

.header_contact div {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 auto;
	width: 200px;
	color: #3B2500;/*3B2500*/
	background: #ffffff;
	padding: 0.2em 1em 0;
	border: 1px solid #E08E79;
	box-shadow: 1px 1px 3px #E08E79;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.header_contact div i {
	position: relative;
	top: 3px;
}

.tel {
	color: #D7725D;
	/*border-top: 1px solid #3B2500;*/
	padding-top: 4px;
}

#nav {
	border-bottom: 1px solid #ECE5CE;
	/*box-shadow: 0px -3px 7px 5px #ffffff;*/
}

#nav li {
	border-bottom: solid 4px #ECE5CE;
}

#nav li a:hover:after {
	left: 24px;
}

#nav .active {
	/*border-bottom: solid 4px #3B2500;AAC7C2*/
	background: #ECE5CE;
}

#footer {
	padding-bottom: 0;
}

.back_to_top {
	text-align: right;
	padding-right: 5px;
}

.back_to_top .back_button {
	margin-left: 85%;
	width: 150px;
	height: 22px;
	padding: 5px 0;
}

.back_button a:hover i {
	position: relative;
	bottom: 4px;
}

.footer_nav {
	display: none;
}

.reservation_holder {
	width: 30%;
	margin: 0 10%;
	float: left;
	position: relative;
	background: none;
}

.reservation {
	margin: 0 auto;
}

.slider,
.gallery,
.gallery img {
	height: 300px;
}

.shop {
	width: 50%;
	float: right;
}

.shop_1 {
	float: left;
}
.shop_2 {
	float: right;
}

.address {
	float: left;
}

.link {
	width: 50%;
	float: left;
	margin-top: 20px;
}

.pickup_des {
	padding: 8px 0;
}

.pickup a:hover .kuwasiku {
	background: #3B2500;
	color: #ffffff;
}

.body_menu {
	max-width: 49%;
	margin: 0 1% 10px 0;
	float: left;
}

.col3 {
	max-width: 99%;
	margin: 0 1% 10px 0;
	float: left;
}

.col3 .image {
	width: 40%;
	padding: 1px 1% 4px 0;
	float: left;
}

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

.col3 .menu_holder {
	width: 48%;
	margin-right: 2%;
	float: right;
}

.col3 .ion {
	width: 98%;
}

.menu_holder {
	padding: 8px 0 6px;
	margin: 0 auto 10px;
}

.menu {
	border-bottom: none;
}

.menu_list li {
	width: auto;
	margin-top: -2px;
	margin-bottom: 18px;
	float: left;
}

.price {
	float: right;
	width: 100%;
	background: #ffffff;
	bottom: 0;
	right: 10px;
}

.col1 {
	background: none;
	position: relative;
	width: 100%;
}

.epi_table {
	margin-top: 40px;
}

/*pc size end*/}