/* 来店予約 */

@media screen and (min-width: 641px){

#res .main {
	background: url(../../img/voibg.jpg) center top;
	line-height: 200%;
	margin: -100px 0px 0px 0px;
	padding: 100px 0px;
	}

#res .ok {
	width: 90%;
	max-width: 1000px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px auto 50px auto;
	text-align: center;
	}

#res .ok ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}

#res .ok li {
	width: 23.5%;
	height: 235px;
	background: #ffffff;
	font-size: 18px;
	font-weight: normal;
	color: #111111;
	margin: 0px 2% 50px 0px;
	float: left;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#res .ok li:last-child {
	margin: 0px 0px 50px 0px;
	}

#res .ok li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #FBE3CC transparent transparent transparent;	
	position: absolute;
	left: 3px;
	top: 3px;
	}

#res .ok p {
	line-height: 118px;
	margin: 40px 0px 20px 0px;
	}

#res .ok p img {
	display: inline-block;
	vertical-align: middle;
	}

#res .off {
	width: 90%;
	max-width: 720px;
	height: 160px;
	background: #ffffff;
	border: 10px #00bfbb solid;
	margin: 0px auto 50px auto;
	display: table;
	}

#res .off dt {
	width: 150px;
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	}

#res .off dd {
	padding: 0px 0px 0px 30px;
	display: table-cell;
	vertical-align: middle;
	}

#res .off dd img:nth-child(1) {
	margin: 0px 20px 0px 0px;
	float: left;
	}

#res .off p {
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	margin: 15px 0px 0px 0px;
	}

#res .off span {
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	}

#res .ben {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 0px auto;
	display: flex;
	flex-wrap: wrap;
	}

#res .ben li {
	width: 32.6%;
	background: #ffffff;
	margin: 0px 1% 0px 0px;
	padding: 30px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#res .ben li:last-child {
	margin: 0px 0px 0px 0px;
	}

#res .ben li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #FBE3CC transparent transparent transparent;	
	position: absolute;
	left: 3px;
	top: 3px;
	}

#res .ben p {
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#res .ben img {
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	}

#res .ben h4 {
	min-height: 60px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 10px 0px;
	}

#res .ben li:nth-child(2) h4, #res .ben li:nth-child(3) h4 {
	/*line-height: 60px;*/
	padding: 20px 0px 0px 0px;
	}

#res .con {
	background: url(../../img/bg.png) center top;
	line-height: 200%;
	margin: 0px 0px -108px 0px;
	padding: 100px 0px;
	}

#res.dar .con {
	background: url(../../img/bg01.png) center top;
	}

#res .inq {
	margin: 0px;
	}

#res .cop {
	width: 90%;
	max-width: 1000px;
	margin: 0px auto 30px auto;
	}

#res .line {
	width: 90%;
	max-width: 1000px;
	background: #ffffff;
	border: 5px #00B900 solid;
	margin: 0px auto 50px auto;
	display: table;
	}

#res .line dt {
	width: 310px;
	background: #00B900;
	color: #ffffff;
	padding: 0px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}

#res .line dt p {
	font-size: 24px;
	font-weight: 700;
	line-height: 120%;
	margin: 0px 0px 10px 0px;
	text-align: left;
	}

#res .line dt p img {
	margin: 0px 10px 0px 20px;
	float: left;
	}

#res .line font {
	font-family: 'Montserrat', serif;
	}

#res .line dd {
	padding: 20px 30px;
	display: table-cell;
	}

#res .line dd p {
	width: 90px;
	margin: 0px 30px 0px 0px;
	float: left;
	}

#res .line dd p a {
	width: 100%;
	background: #f6e900;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	line-height: 30px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	display: block;
	}

#res .line dd h3 {
	font-size: 18px;
	line-height: 100%;
	color: #00B900;
	margin: 0px;
	}

#res .line dd li {
	margin: 5px 0px 0px 0px;
	}

#res .line dd li h4 {
	font-size: 14px;
	line-height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 32px;
	overflow: hidden;
	}

#res .line dd li:nth-child(2) h4 {
	background: url(../../img/01.png) no-repeat left center;
	background-size: 22px;
	}

#res .line dd li:nth-child(3) h4 {
	background: url(../../img/02.png) no-repeat left center;
	background-size: 22px;
	}

#res .fortit {
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#res .for {
	width: 90%;
	max-width: 1000px;
	background: #ffffff;
	font-size: 12px;
	margin: 0px auto;
	padding: 70px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#res .for dl {
	width: 100%;
	border-top: 1px #b7bec4 dashed;
	padding: 20px 0px;
	display: table;
	}

#res .for dl:nth-child(1) {
	border: none;
	padding: 0px 0px 20px 0px;
	}

#res .for dl.switchItems {
	display: none;
	}

#res .for dt {
	width: 200px;
	padding: 0px 20px 0px 0px;
	display: table-cell;
	vertical-align: middle;
	}

#res .for dt span {
	background: #ed8b92;
	font-size: 10px;
	color: #ffffff;
	margin: 0px 0px 0px 10px;
	padding: 3px 5px;
	text-align: center;
	}

#res .for dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#res .for dd {
	display: table-cell;
	}

#res .for dd label {
	display: block;
	}

#res .for dd p {
	margin: 10px 0px 0px 0px;
	}

#res .for input,
#res .for select,
#res .for textarea {
	background: #fbf8c9;
	border: none;
	}

#res .for input[type="text"],
#res .for input[type="email"],
#res .for input[type="tel"] {
	width: 300px;
	font-size: 14px;
	padding: 10px;
	}

#res .for select {
	font-size: 14px;
	margin: 0px 0px 0px 10px;
	padding: 10px;
	}

#res .for textarea {
	width: 100%;
	font-size: 14px;
	padding: 10px;
	}

#res .for .send {
	width: 260px;
	background: url(../../img/arr02.png) no-repeat 236px center;
	background-color: #f6e900;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 40px;
	color: #111111;
	margin: 20px auto 0px auto;
	text-align: center;
	display: block;
	cursor: pointer;
	}

#res .for .bir input {
	width: 80px;
	}

#res.tha {
	line-height: 200%;
	margin: 0px 0px 130px 0px;
	}

#res.tha h2 {
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	}

#res.inq {
	line-height: 200%;
	}

#res.inq h2 {
	width: 90%;
	font-size: 24px;
	line-height: 150%;
	margin: 0px auto 40px auto;
	text-align: center;
	}

#res.inq .cop {
	width: 90%;
	margin: 0px auto 50px auto;
	text-align: center;
	}

#res.inq .sns {
	width: 100%;
	background: url(../../img/bg.png) center top;
	margin: 0px 0px 130px 0px;
	padding: 130px 0px 30px 0px;
	position: relative;
	}

#res.inq .sns:before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../../img/blolef.png), url(../../img/blorig.png);
	background-repeat: no-repeat, no-repeat;
	background-position: -7%  50%, 102% 50%;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#res.inq .sns ul {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	}

#res.inq .sns li {
	width: 45.833%;
	margin: 0px 8.333% 100px 0px;
	}

#res.inq .sns li:nth-child(2n) {
	margin: 0px 0px 100px 0px;
	}

#res.inq .sns li h3 {
	margin: 0px 0px 20px 0px;
	}

#res.inq .sns li.ins h3 img {
	height: 47px;
	}

#res.inq .sns li.you h3 img {
	height: 40px;
	}

#res.inq .sns li.fac h3 img {
	height: 35px;
	}

#res.inq .sns li.tic h3 img {
	height: 45px;
	}

#res.inq .sns li a {
	width: 100%;
	max-width: 240px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	color: #ffffff;
	margin: 30px auto 0px auto;
	padding: 15px 0px;
	text-align: center;
	display: block;
	}

#res.inq .sns li.ins a {
	background: #E8357C;
	}

#res.inq .sns li.you a {
	background: #FF0000;
	}

#res.inq .sns li.fac a {
	background: #0866FF;
	}

#res.inq .sns li.tic a {
	background: #000000;
	}

#res.inq .dow {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
	}

#res.inq .dow ul {
	width: 100%;
	margin: 90px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#res.inq .dow li {
	width: 45.833%;
	margin: 0px 8.333% 0px 0px;
	}

#res.inq .dow li:nth-child(2n) {
	margin: 0px;
	}

#res.inq .dow li p {
	margin: 0px 0px 30px 0px;
	position: relative;
	}

#res.inq .dow li p img {
	width: 100%;
	}

#res.inq .dow li h3 {
	font-size: 18px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#res.inq .dow li a {
	width: 300px;
	background: url(../../img/arr02.png) no-repeat right 10px center;
	background-color: #f6e900;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30x;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
	margin: 0px auto;
	padding: 0px 10px 0px 0px;
	text-align: center;
	display: block;
	}

}

@media screen and (max-width: 640px){

#res .main {
	background: url(../../img/voibg.jpg) center top;
	line-height: 200%;
	margin: -50px 0px 0px 0px;
	padding: 50px 0px;
	overflow: hidden;
	}

#res .ok {
	width: 90%;
	font-weight: bold;
	color: #ffffff;
	margin: 0px auto 50px auto;
	}

#res .ok ul {
	margin: 0px 0px 20px 0px;
	float: left;
	}

#res .ok li {
	width: 48.5%;
	background: #ffffff;
	font-size: 14px;
	font-weight: normal;
	color: #111111;
	margin: 0px 3% 10px 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	text-align: center;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#res .ok li:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#res .ok li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #FBE3CC transparent transparent transparent;	
	position: absolute;
	left: 3px;
	top: 3px;
	}

#res .ok p {
	margin: 20px 0px 10px 0px;
	}

#res .ok p img {
	height: 50px;
	}

#res .off {
	width: 90%;
	background: #ffffff;
	border: 10px #00bfbb solid;
	margin: 0px auto 30px auto;
	display: block;
	position: relative;
	}

#res .off dt img {
	width: 25%;
	position: absolute;
	left: 5px;
	top: -30px;
	}

#res .off dd {
	text-align: center;
	}

#res .off dd img {
	display: block;
	}

#res .off dd img:nth-child(1) {
	width: 35%;
	margin: 15px auto 0px auto;
	}

#res .off dd img:nth-child(2) {
	width: 60%;
	margin: 0px auto 0px auto;
	}

#res .off p {
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
	margin: 15px 0px 15px 0px;
	}

#res .off span {
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	}

#res .ben {
	width: 90%;
	margin: 0px auto 0px auto;
	}

#res .ben li {
	width: 100%;
	background: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 30px;
	float: left;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#res .ben li:last-child {
	margin: 0px 0px 0px 0px;
	}

#res .ben li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #FBE3CC transparent transparent transparent;	
	position: absolute;
	left: 3px;
	top: 3px;
	}

#res .ben p {
	line-height: 199px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#res .ben img {
	display: inline-block;
	vertical-align: middle;
	}

#res .ben h4 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 0px 0px 20px 0px;
	}

#res .con {
	background: url(../../img/bg.png) center top;
	margin: 0px 0px -58px 0px;
	padding: 50px 0px;
	}

#res.dar .con {
	background: url(../../img/bg01.png) center top;
	}

#res .inq {
	margin: 0px;
	}

#res .cop {
	width: 90%;
	margin: 0px auto 20px auto;
	}

#res .line {
	width: 90%;
	background: #ffffff;
	border: 5px #00B900 solid;
	margin: 0px auto 30px auto;
	}

#res .line dt {
	width: 100%;
	background: #00B900;
	color: #ffffff;
	padding: 10px 0px;
	text-align: center;
	vertical-align: middle;
	}

#res .line dt p {
	font-size: 17px;
	font-weight: 700;
	line-height: 30px;
	margin: 0px;
	}

#res .line dt p img {
	height: 30px;
	margin: 0px 10px 0px 0px;
	}

#res .line dt p br {
	display: none;
	}

#res .line font {
	font-family: 'Montserrat', serif;
	}

#res .line dd {
	padding: 20px;
	display: table-cell;
	}

#res .line dd p {
	width: 80px;
	margin: 0px 15px 0px 0px;
	float: left;
	}

#res .line dd p img {
	width: 100%;
	}

#res .line dd p a {
	width: 100%;
	background: #f6e900;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	line-height: 30px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	display: block;
	}

#res .line dd h3 {
	font-size: 18px;
	line-height: 100%;
	color: #00B900;
	margin: 0px;
	}

#res .line dd li {
	line-height: 150%;
	margin: 5px 0px 0px 0px;
	}

#res .line dd li h4 {
	font-size: 14px;
	line-height: 22px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 32px;
	overflow: hidden;
	}

#res .line dd li:nth-child(2) h4 {
	background: url(../../img/01.png) no-repeat left center;
	background-size: 22px;
	}

#res .line dd li:nth-child(3) h4 {
	background: url(../../img/02.png) no-repeat left center;
	background-size: 22px;
	}

#res .fortit {
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#res .for {
	width: 90%;
	background: #ffffff;
	font-size: 12px;
	margin: 0px auto;
	padding: 6%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
	}

#res .for dl {
	width: 100%;
	border-top: 1px #b7bec4 dashed;
	background: #ffffff;
	padding: 20px 0px;
	display: table;
	}

#res .for dl:nth-child(1) {
	border: none;
	padding: 0px 0px 20px 0px;
	}

#res .for dl.switchItems {
	display: none;
	}

#res .for dt {
	margin: 0px 0px 5px 0px;
	}

#res .for dt span {
	background: #ed8b92;
	font-size: 10px;
	color: #ffffff;
	margin: 0px 0px 0px 10px;
	padding: 3px 5px;
	text-align: center;
	}

#res .for dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#res .for dd label {
	display: block;
	}

#res .for input,
#res .for select,
#res .for textarea {
	background: #fbf8c9;
	border: none;
	}

#res .for input[type="text"],
#res .for input[type="email"],
#res .for input[type="tel"],
#res .for select {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	}

#res .for select {
	margin: 10px 0px 0px 0px;
	}

#res .for textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	}

#res .for .send {
	width: 100%;
	background: url(../../img/arr02.png) no-repeat 97% center;
	background-color: #f6e900;
	border: none;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	line-height: 40px;
	color: #111111;
	margin: 0px auto 0px auto;
	text-align: center;
	display: block;
	cursor: pointer;
	}

#res .for .bir input {
	width: 23%;
	}

#res.tha {
	line-height: 200%;
	margin: 0px 0px 70px 0px;
	}

#res.tha h2 {
	font-size: 16px;
	margin: 0px 0px 20px 0px;
	}

#res.inq h2 {
	width: 90%;
	font-size: 16px;
	margin: 0px auto 20px auto;
	text-align: center;
	}

#res.inq .cop {
	width: 90%;
	margin: 0px auto 30px auto;
	}

#res.inq .sns {
	width: 100%;
	background: url(../../img/bg.png) center top;
	margin: 0px 0px 70px 0px;
	padding: 70px 0px 20px 0px;
	position: relative;
	}

#res.inq .sns:before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../../img/blolef.png), url(../../img/blorig.png);
	background-repeat: no-repeat, no-repeat;
	background-position: -7%  50%, 102% 50%;
	background-size: 90px, 60px, auto;	
	position: absolute;
	left: 0px;
	top: 0px;
	}

#res.inq .sns ul {
	width: 90%;
	margin: 0px auto;
	}

#res.inq .sns li {
	margin: 0px 0px 50px 0px;
	}

#res.inq .sns li h3 {
	margin: 0px 0px 20px 0px;
	}

#res.inq .sns li.ins h3 img {
	height: 39px;
	}

#res.inq .sns li.you h3 img {
	height: 32px;
	}

#res.inq .sns li.fac h3 img {
	height: 27px;
	}

#res.inq .sns li.tic h3 img {
	height: 42px;
	}

#res.inq .sns li a {
	width: 100%;
	max-width: 240px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	color: #ffffff;
	margin: 20px auto 0px auto;
	padding: 15px 0px;
	text-align: center;
	display: block;
	}

#res.inq .sns li.ins a {
	background: #E8357C;
	}

#res.inq .sns li.you a {
	background: #FF0000;
	}

#res.inq .sns li.fac a {
	background: #0866FF;
	}

#res.inq .sns li.tic a {
	background: #000000;
	}

#res.inq .dow {
	width: 90%;
	margin: 0px auto;
	}

#res.inq .dow h2 {
	text-align: left;
	}

#res.inq .dow h2 br:nth-child(1) {
	display: none;
	}

#res.inq .dow ul {
	width: 100%;
	}

#res.inq .dow li {
	width: 100%;
	margin: 50px 0px 0px 0px;
	}

#res.inq .dow li p {
	margin: 0px 0px 20px 0px;
	position: relative;
	}

#res.inq .dow li p img {
	width: 90%;
	margin: 0px auto;
	display: block;
	}

#res.inq .dow li p img:nth-child(2) {
	width: 50%;
	border: none;
	position: absolute;
	left: -4%;
	top: -5.454%;
	}

#res.inq .dow li h3 {
	font-size: 18x;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#res.inq .dow li a {
	width: 80%;
	background: url(../../img/arr02.png) no-repeat 97% center;
	background-color: #f6e900;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30x;
	font-size: 16px;
	font-weight: bold;
	line-height: 60px;
	margin: 0px auto;
	padding: 0px 3% 0px 0px;
	text-align: center;
	display: block;
	}

#res.map iframe {
	width: 100%;
	height: 400px;
	}

}

