@charset "utf-8";

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

/* -----------------------------------------------------------------------------

	コンテンツ共通
  
----------------------------------------------------------------------------- */

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
	position: relative;
}
body.mega  {
	overflow: hidden;
}
body > noscript + img,
body > iframe + img,
body > #colorbox + img {
	display: none;/*解析タグによるコンテンツ下の余白対策*/
}
.pc {
	display: none !important;
}

#main {
	background: #fff;
	position: relative;
	/*top: 0;
	right: 0;*/
	z-index: 10;
}
#main #overlay {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	display: none;
}

#wrapper {
	padding-top: 50px;
}
#wrapper.overlay:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg_overlay.png);
	z-index: 1500;
}

/* loader
---------------------------------------------*/
#loader {
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
#loader img {
	position: fixed;
	z-index: 10001;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	width: 60px;
}


/* mv
---------------------------------------------*/
#wrapper #mvWrap #mv {
	width: 100%;
	margin-bottom: 20px;
	line-height: 0;
	position: relative;
}
#wrapper #mvWrap #mv:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 135px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	z-index: 1;
}
#wrapper #mvWrap #mv h1 {
	line-height: 1;
	color: #fff;
	font-size: 220%;
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-weight: normal;
	z-index: 2;
	width: calc(100% - 40px);
}
#wrapper #mvWrap #mv h1 span {
	font-size: 50%;
	display: block;
	margin: 10px 0;
}



/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
}


/* -----------------------------------------------------------------------------

	footer
  
----------------------------------------------------------------------------- */
footer {
}

/* sns
---------------------------------------------*/
footer dl {
	padding-top: 20px;
}
footer dl dt {
	display: none;
}
footer dl dd {
	/*width: 140px;*/
	width: 188px;
	margin: 0 auto;
}
footer dl dd ul li {
	float: left;
	margin-left: 25px;
}
footer dl dd ul li:first-child {
	margin-left: 0;
}
footer dl dd ul li a {
	height: 23px;
}
footer dl dd ul li a img {
	width: auto;
	height: 100%;
}

/* プレビュー時表示
---------------------------------------------*/
footer #preview {
	position:absolute;
	position: fixed;
	bottom: 20px;
	width: 140px;
	left: 20px;
	z-index: 9997;
	background: rgba(0, 0, 0, 0.8);
	padding: 12px;
	border-radius: 5px;
}

footer #preview dt {
	color: #fff;
	text-align:center;
	margin-bottom: 13px;
	float: none;
	font-size: 15px;
	display:block;
	
}
footer #preview dd {
	float:none;
}
footer #preview dd a {
	display:block;
	width: 112px;
	margin:0 auto;
	padding: 8px 0 8px 31px;
	/* text-align:center; */
	background: #7B7B7B;
	color:#fff;
	border-radius:50px;
	font-size: 11px;
	position:relative;
}
footer #preview dd a:hover {
	background: #6D6D6D;
}
footer #preview dd a:before{
	content: "";
	display: inline-block;
	position: absolute;
	padding: 0;
	width: 3px;
	height: 17px;
	left: 14px;
	top: 5px;
	background: #FFF;
	transform: rotate(45deg);
}
footer #preview dd a:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 7px;
	width: 17px;
	height: 3px;
	margin-top: -2px;
	background: #FFF;
	transform: rotate(45deg);
}

/* -----------------------------------------------------------------------------

	sp nav
  
----------------------------------------------------------------------------- */
#spNav {
	width: 80%;
	height: 100%;
	position: fixed;
	z-index: 100;
	top: 0;
	right: 0;
	padding: 15px 25px 50px;
	background: #fff;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	display: none;
	box-sizing: border-box;
}
#spNav img {
	width: 100%;
	height: auto;
}
#spNav p {
	margin-bottom: 10px
}
#spNav ul {
	border-top: 2px solid #ddd;
	margin: 20px 0;
}
#spNav ul li a {
	border-bottom: 2px solid #ddd;
	font-size: 110%;
	padding: 15px 5px;
	background: url(../img/sp/manu_arrow.png) no-repeat right center;
	background-size: 24px auto;
}
#spNav .request {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
#spNav p.close {
	width: 70px;
	margin: 20px auto 0
}


/* -----------------------------------------------------------------------------

	下層パーツ
  
----------------------------------------------------------------------------- */

/* h1 title
---------------------------------------------*/
#wrapper h1.title {
	font-size: 170%;
	font-weight: 500;
	margin: 40px 0;
	color: #e7346e;
	line-height: 1.2;
	border-top: 2px solid #e7346e;
	border-bottom: 2px solid #e7346e;
	padding: 23px 0;
}

/* h2 sub title
---------------------------------------------*/
#wrapper h2.subTitle {
	font-size: 170%;
	font-weight: 500;
	margin-bottom: 20px;
	color: #e7346e;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	line-height: 1.2;
	background-image: none !important;
}
#wrapper h2.subTitle.borderNone {
	border: none;
}

/* h3 sub title
---------------------------------------------*/
#wrapper h3.subTitle {
	font-size: 130%;
	font-weight: 500;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	background-image: none !important;
	line-height: 1.3;
}

/* h3 headline
---------------------------------------------*/
#wrapper h3.headline {
	font-size: 118%;
	margin-bottom: 12px;
	position: relative;
	padding-left: 22px;
}
#wrapper h3.headline:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #f25388;
	border-radius: 7px;
	position: absolute;
	top: 1px;
	left: 0;
}

/* accordion list
---------------------------------------------*/
dl.accordionList {
	position: relative;
	margin: 35px 0;
}
dl.accordionList dt,
dl.accordionList dd ul li a {
	padding: 20px 15px;
}
dl.accordionList dt {
	border: 1px solid #ddd;
}
dl.accordionList dt span {
	display: block;
	background: url(../img/arrow_pulldown.png) no-repeat right center;
	background-size: 20px auto;
}
dl.accordionList dd {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	position: absolute;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	display: none;
}
dl.accordionList dd ul li {
	border-bottom: 1px solid #ddd;
}

/* tab
---------------------------------------------*/
ul.tab {
	margin: 0 auto 25px;
}
ul.tab li {
	float: left;
	display: table;
}
ul.tab li a {
	display: table-cell;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
ul.tab li.active a {
	color: #fff;
	border-color: #f25388;
	background-color: #f25388;
	position: relative;
}

/* tab2 */
ul.tab.tab2 li {
	width: 50%;
}
ul.tab.tab2 li a {
	width: 100%;
}

/* icon */
ul.tab li.list a span {
	background: url(../img/icon_list.png) no-repeat left center;
	background-size: 14px auto;
	padding-left: 20px;
}
ul.tab li.map a span {
	background: url(../img/icon_address.png) no-repeat left center;
	background-size: 12px auto;
	padding: 3px 0 0 20px;
}
ul.tab li.active.list a span {
	background: url(../img/icon_list_ac.png) no-repeat left center;
	background-size: 14px auto;
}
ul.tab li.active.map a span {
	background: url(../img/icon_address_ac.png) no-repeat left center;
	background-size: 12px auto;
}


/* sns share
---------------------------------------------*/
dl.sns {
	margin-bottom: 25px;
	text-align: center;
}
dl.sns dt {
	display: none;
}
dl.sns dd {
	display: inline-block;
	margin: 0 3px;
}
dl.sns dd img {
	width: auto;
	height: 27px;
}

/* dataArea
---------------------------------------------*/
#wrapper.detail .dataArea {
	padding: 10px 0 15px;
	margin-bottom: 40px;
}
#wrapper.detail .dataArea p {
	font-size: 93%;
	padding: 5px 0 5px 27px;
	background: url(../img/icon_data.png) no-repeat left 3px;
	background-size: 17px auto;
	margin-bottom: 10px;
}
#wrapper.detail .dataArea dl.sns {
	margin-bottom: 0;
}

/* pager
---------------------------------------------*/
.pager {
	position: relative;
	width: 92%;
	margin: 20px 4%;
}
.pager ul {
	text-align: center;
	margin: 0 auto;
}
.pager ul li {
	display: inline-block;
	margin-right: 6px;
}
.pager ul li.blank {
	padding-top: 10px;
}
.pager ul li.next {
	margin-right: 0;
}
.pager ul li span {
	display: inline-block;
	width: 34px;
	color: #fff;
	text-align: center;
	background-color: #000;
	padding: 10px 0;
	border: 1px solid #f0f0f0;
}
.pager ul li a span {
	color: #333;
	background-color: #fff;
}
/* 前へ、次へ */
.pager ul li.prev,
.pager ul li.next {
}
.pager ul li.prev {
	left: 0;
}
.pager ul li.next {
	right: 0;
}
.pager ul li.prev span,
.pager ul li.next span {
	text-indent: -9999px;
}
.pager ul li span b {
	font-weight: normal;
}
.pager ul li.prev span b {
	background: url(../img/icon_arw_prev.png) no-repeat center;
	background-size: 15px auto;
	display: block;
}
.pager ul li.next span b {
	background: url(../img/icon_arw_next.png) no-repeat center;
	background-size: 15px auto;
	display: block;
}


/* conversion
---------------------------------------------*/
#conversion {
	margin: 70px auto 0;
}
#conversion li {
	background: url(../img/bg_conversion_reservation.jpg) no-repeat center;
	background-size: cover;
}
#conversion li + li {
	background-image: url(../img/bg_conversion_search.jpg);
}
#conversion a {
	position: relative;
	padding: 50px 0 30px;
	box-sizing: border-box;
}
#conversion a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}
#conversion dl {
	text-align: center;
	color: #fff;
	position: relative;
}
#conversion dl dt {
	font-size: 212%;
	letter-spacing: 0.08em;
}
#conversion dl dd p {
	text-align: center;
	line-height: 1.8;
	margin-top: 20px;
	font-size: 110%;
}
#conversion dl dd div {
	color: #fff;
	margin: 32px 14% 0;
	padding: 22px 0;
	box-sizing: border-box;
	border: 1px solid #fff;
	font-size: 115%;
	position: relative;
}
#conversion dl dd div span + svg {
	position: absolute;
	fill: #fff;
	width: 28px;
	height: 9px;
	margin-top: -4px;
	right: 20px;
	margin-left: -14px;
	top: 50%;
}

/* bannerArea
---------------------------------------------*/
.bannerArea {
	margin: 120px 2% 0;
}
.bannerArea p {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 14px;
}
.bannerArea ul li {
	float: left;
	width: 50%;
}
.bannerArea ul li:nth-child(n+3) {
	margin-top: 15px;
}
.bannerArea ul li a {
	display: table;
	width: 100%;
}
.bannerArea ul li img {
	height: auto;
	border-radius: 100px;
}
.bannerArea ul li span {
	width: 65%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	line-height: 1.2;
}
.bannerArea ul li.clear {
	clear: both;
}
.bannerArea + .bannerArea  {
	margin-top: 20px;
}

/* side
---------------------------------------------*/
#side {
	display: none;
}

/* 絞り込み検索
---------------------------------------------*/
#contentsWrap dl.narrowSearch {
	clear: both;
	margin-bottom: 25px;
	background-color: #f6f6f6;
}
#contentsWrap dl.narrowSearch dt {
	font-size: 108%;
	font-weight: bold;
	padding: 20px 0 18px 15px;
	position: relative;
}
#contentsWrap dl.narrowSearch dt:after {
	content: "";
	display: block;
	width: 53px;
	height: 53px;
	background: url(../img/sp/icon_more.png) no-repeat center;
	background-size: 28px;
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #ddd;
}
#contentsWrap dl.narrowSearch dt.open:after {
	background: url(../img/sp/icon_minus.png) no-repeat center;
	background-size: 28px;
}
#contentsWrap dl.narrowSearch dd {
	border-top: 1px solid #ddd;
	display: none;
}

/* form
---------------------------------------------*/
/* confirm */
.formLayout {
	padding-bottom: 50px;
}

/* text */
input[type="text"]::-webkit-input-placeholder {
    color: #ccc;
}
input[type="text"]:-ms-input-placeholder {
    color: #ccc;
}
input[type="text"]::-moz-placeholder {
    color: #ccc;
}
form table td input[type="text"] {
	font-size: 114%;
	height: 30px;
	width: 100%;
	padding: 4px 1%;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-appearance: none;
	box-sizing: border-box;
}
form table td textarea {
	font-size: 114%;
	height: 100px;
	width: 100%;
	padding: 6px 8px;
	background: #fff;
	border: 1px solid #ddd;
	resize: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

/* select */
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}
form table td select {
  cursor: pointer;
  padding: 6px;
  border: 1px solid #ddd;
	background: url(../img/arrow_pulldown.png) no-repeat 98% center #fff;
	background-size: 13px auto;
	margin-right: 15px;
	padding-right: 20px;
}

/* radiobutton, checkbox */
form table td ul li {
	float: left;
	margin-right: 10px;
}
form table td p.checkbox {
	margin: 0;
}
form input[type="checkbox"],
form input[type="radio"] {
	width: 0;
	height: 0;
	margin: 0;
	position: absolute;
	opacity: 0;
	-webkit-appearance: none;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
	display: block;
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	line-height: 1.4;
}
form input[type="checkbox"] + label:before,
form input[type="radio"] + label:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0;
}
form input[type="radio"] + label:before {
	background: url(../img/icon_radio.png) no-repeat left bottom;
	background-size: 20px auto;
}
form input[type="checkbox"] + label:before {
	background: url(../img/icon_checkbox02.png) no-repeat left bottom;
	background-size: 20px auto;
}
form input[type="radio"]:checked + label:before {
	background: url(../img/icon_radio.png) no-repeat left top;
	background-size: 20px auto;
}
form input[type="checkbox"]:checked + label:before {
	background: url(../img/icon_checkbox02.png) no-repeat left top;
	background-size: 20px auto;
}

/* submit button */
form .submit label,
form .back label {
	width: 100%;
	display: block;
	cursor: pointer;
	border: 0;
	padding: 10px 0 7px;
	text-align: center;
}
form .submit label {
	background-color: #f25388;
}
form .back label {
	background-color: #f2f0e9;
}
form p.submit label {
	display: inline-block;
}
form > ul {
	margin: 0 auto;
}
form > ul li {
	float: left;
	width: 46%;
	margin: 0 2%;
}
form .submit label:hover {
	background-color: #e7316e;
}
input[type="submit"] {
	cursor: pointer;
	font-size: 136%;
	font-weight: bold;
	color: #fff;
	background: url(../img/arrow_btn04.png) no-repeat right center;
	background-size: 10px auto;
	border: 0;
	padding-right: 20px;
	-webkit-appearance: none;
}
input[type="button"] {
	cursor: pointer;
	font-size: 136%;
	font-weight: bold;
	color: #333;
	background-color: #f2f0e9;
	border: 0;
	-webkit-appearance: none;
	background: url(../img/arrow_btn11.png) no-repeat left center;
	background-size: 10px auto;
	padding-left: 20px;
}

/* formLayout
---------------------------------------------*/
.box.formLayout form > div {
	margin-top: 35px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 20px 20px 25px;
}
.box.formLayout form > div p {
	line-height: 1.6;
	margin-bottom: 20px;
}
.box.formLayout form > div p a {
	display: inline-block;
	color: #f25388;
}
.box.formLayout form > div label {
	display: inline-block !important;
	font-weight: bold;
	padding-top: 0;
	background-size: 21px auto !important;
}
.box.formLayout form > div input[type="checkbox"] + label:before {
	background: url(../img/icon_checkbox03.png) no-repeat left bottom;
	background-size: 20px auto;
}
.box.formLayout form > div input[type="checkbox"]:checked + label:before {
	background: url(../img/icon_checkbox03.png) no-repeat left top;
	background-size: 20px auto;
}
.box.formLayout form > div .errtxt {
	margin: 10px 0 0;
}
.box.formLayout table {
	margin-top: 25px;
}
form table {
	width: 100%;
	border: 1px solid #ddd;
	margin: 0 0 35px;
	font-size: 90%;
}
form table th {
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: middle;
	text-align: left;
	line-height: 1.4;
	background: #f6f6f6;
	box-sizing: border-box;
}
form table th > div {
	position: relative;
}
form table td {
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}
form table td span.dateNote {
	display: block;
	margin-top: 10px;
	line-height: 1.2;
}
form table td p {
	margin-bottom: 15px;
}
form table th span {
	background: #f25388;
	color: #fff;
	font-size: 75%;
	padding: 2px 5px;
	margin-left: 8px;
	vertical-align: middle;
	font-weight: normal;
	display: inline-block;
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -10px;
}
form table th span.option {
	background: #aaa;
}

/* name */
form table td span.name {
	width: 13%;
	display: inline-block;
}
form table td.name div div {
	display: block;
	margin-bottom: 5px;
}
form table td.name div div:first-child {
	margin-bottom: 15px;
}

/* address */
form table td.address p span {
	display: inline-block;
	margin: 0 5px 5px 0;
}
form table td.address p:first-child span {
	width: inherit;
}

/* search */
form table span.search {
	border: 1px solid #ddd;
	font-size: 86%;
	padding: 8px 5px;
	margin-left: 10px;
	cursor: pointer;
	background: #f6f6f6;
}
form table span.search:hover {
	border: 1px solid #aaa;
}

/* text */
form table td input.size01 {
	width: 32%;
	margin-right: 5px;
}
form table td input.size02 {
	width: 84%;
}

/* button */
form table td a.btn {
	display: inline-block;
	color: #fff;
	background-color: #f25388;
	padding: 9px 15px;
	margin-top: 10px;
	float: right;
}
form table td a.btn span {
	padding-right: 15px;
	background: url(../img/arrow_btn04.png) no-repeat right center;
	background-size: 8px auto;
}
form table td a.btn:hover {
	background-color: #e7316e;
}
form p.submit {
	text-align: center;
}

/* err */
form table td input.error {
	background-color: #ffebf2;
}
form span.errtxt {
	display: block;
	color: #f25388;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}

/* radiobutton, checkbox */
form table td ul li,
form table td p.checkbox {
	position: relative;
}
form table td ul li {
	float: left;
	margin-right: 10px;
}
form table td p.checkbox {
	margin: 0;
}

/* confirm */
#wrapper.confirm .formLayout,
#wrapper.confirm .formLayout table {
	margin-top: 0;
}

/* end */
#wrapper.end p.lead {
	line-height: 1.6;
	text-align: center;
}
#wrapper.end p.lead b {
	display: block;
	font-size: 143%;
	color: #f25388;
}
#wrapper.end p.btn {
	text-align: center;
}
#wrapper.end p.btn a {
	display: inline-block;
	color: #fff;
	padding: 15px 20px;
	background-color: #f25388;
	border-radius: 50px;
	margin-top: 60px;
}

/* gmo
---------------------------------------------*/
dl.gmo {
	margin-top: 40px;
	overflow: hidden;
}
dl.gmo dt {
	float: left;
	width: 100px;
}
dl.gmo dd {
	margin-left: 120px;
	line-height: 1.5;
}

/* 品質保証
---------------------------------------------*/
.quality {
	border: 1px solid #ddd;
	margin-top: 30px;
	padding: 15px;
}
.quality dt {
	font-weight: bold;
	color: #e7346e;
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.quality dd {
	line-height: 1.5;
}
.charge .quality {
	margin-left: 20px;
	margin-right: 20px;
}
.quality dd + dd {
	margin-top: 20px;
}

/* -----------------------------------------------------------------------------

	おすすめコンテンツ
  
----------------------------------------------------------------------------- */
.recommendContents {
	padding: 15px;
	margin: 18px 0 0;
	background: #f6f6f6;
}
.recommendContents .ttl {
	font-size: 140%;
	line-height: 1.5;
	margin: 0 0 14px !important;
	color: #e7346e;
}
.recommendContents > div > p img {
	width: 100%;
	height: auto;
}
.recommendContents > div > dl dt {
	font-weight: bold;
	margin: 5px 0 0;
	line-height: 1.7;
}
.recommendContents > div > dl dd {
	font-size: 86%;
	margin: 1px 0 0;
	line-height: 1.7;
}
}



@media screen and (max-width: 320px) {
.pager ul li span {
	width: 29px;
}
}