@charset "UTF-8";

* {
	box-sizing: border-box;
	font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
	overflow-y: scroll;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

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

abbr, acronym {
	border: 0;
}

input, textarea, select {
	font: inherit;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
/*==========================================================================================

  基本設定

==========================================================================================*/
@-ms-viewport {
	width: device-width;
}

html {
	background-color: #fff;
	font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1;
	color: #888888;
	word-break: break-all;
}

img {
	vertical-align: middle;
}

a {
	color: #79c6ed;
	outline: none;
	text-decoration: none;
}

a:hover, button:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* 幅、高さは各ページで設定 */
.p-imgWrap {
	display: block;
  /* aタグの場合が多いから */
	position: relative;
}

/* max幅、高さは各ページで設定 */
.p-imgWrap img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* 1行のみ3点リーダー */
.p-ellipsis {
	overflow: hidden;
	vertical-align: top;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 文字の折り返し */
.word-break {
	word-break: break-word;
}

/* 横並び要素を内包するブロック用 */
.item-table {
	display: table;
	table-layout: fixed;
}

.item-table > * {
	display: table-cell;
}

*[class*="trunk8_"] {
	display: block;
}

.g-wrapper {
	position: relative;
}

.container {
	width: 1000px;
	margin: 0 auto;
}

.pref_under a{
	color: #fff;
}

.pref_under a:hover{
	color: #ffff00;
}

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

header .header-inner a {
	opacity: 1;
}

.g-header {
	border-top: 3px solid #ff2f9a;
	background: #fff;
  /* 地域ごとの背景出力 */
}

.g-header .header-inner {
	background: no-repeat right top;
	position: relative;
}

.g-header .kanto .header-inner {
	background-image: url("/assets/img/user/pc/common/bg-header.png");
}
.g-header .head-txt {
	height: 20px;
	padding: 0 0 0 15px;
	background: #fff;
	border-radius: 3px;
	font-size: 10px;
	line-height: 20px;
	position: absolute;
	top: 5px;
	right: 7px;
	display: inline-block;
}

.g-header .area_word_wrapper {
	border-bottom: 3px solid #ff2f9a;
}

.g-header .area_word {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	font-size: 10px;
}

.g-header .area_word .head-txt .container {
	width: auto;
}

.g-header .head-btn-list {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.g-header .head-btn-list.is-login {
	right: -108px;
}

.g-header .head-btn-list .head-btn-item {
	float: left;
	margin-right: 7px;
}

.f-gnavi {
	background: #ff57a6;
}

.f-gnavi .gnav-list {
	display: table;
	table-layout: fixed;
	padding-left: 35px;
}

.f-gnavi .gnavi-item {
	display: table-cell;
	height: 30px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.f-gnavi .gnavi-item a:hover {
	opacity: 1;
}

.f-gnavi .gnavi-item .sub_menu {
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 999999;
}

.f-gnavi .gnavi-item .sub_menu > li {
	overflow: hidden;
	width: 100px;
	height: 0;
	-moz-transition: .05s;
	-webkit-transition: .05s;
	-o-transition: .05s;
	-ms-transition: .05s;
	transition: .05s;
}

.f-gnavi .gnavi-item:hover .sub_menu > li {
	overflow: visible;
	background: #ff57a6;
	display: block;
	line-height: 12px;
	height: 35px;
	padding: 10px 0;
	text-align: left;
}

.f-gnavi .gnavi-item .sub_menu a {
	color: #fff;
	padding: 0 20px;
	font-size: 12px;
	display: block;
}

.f-gnavi .gnavi-item .sub_menu a:hover {
	opacity: 0.7;
}

.pref_under {
	height: 26px;
	margin: 0 auto;
	width: 1000px;
}

.pref_under .pref_list {
	display: table;
	padding-left: 4px;
}

.pref_under .pref_item {
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
	display: table-cell;
	height: 26px;
	padding-right: 12px;
	vertical-align: middle;
}

.pref_under .pref_item~.pref_item:before {
	color: #fff;
	content: "|";
  	padding-left: 4px;
  	padding-right: 6px;
}

.pref_under .pref_item a:hover {
	opacity: 1;
}
/*************************
 パンくず
**************************/
.f-breadcrumb {
    width: 1000px;
    margin: 0 auto;
}

.f-breadcrumb ul {
	margin-bottom: 4px;
	overflow: hidden;
}

.f-breadcrumb li {
	padding-top: 4px;
	padding-right: 4px;
    display: inline-block;
	/margin:17px 10px 4px 10px;
	line-height: 18px;
}

.f-breadcrumb li:first-child {
	padding-left: 26px;
	background: url("/assets/img/user/pc/common/icon-home.png") no-repeat 5px 4px;
}

.f-breadcrumb li a {
	color: #ff57a6;
	text-decoration:none;
}

.f-breadcrumb li a:visited {
	color:#ff57a6;
	text-decoration:none;
}

.f-breadcrumb li a:active {
	color:#ff57a6;
}

.f-breadcrumb li a:hover {
	color:#ff57a6;
	text-decoration:underline;
}

.f-breadcrumb.season{
	background-position: left top;
	background-repeat: repeat-x;
}

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

	l-mainImg

============================================================================ */
.l-mainImg {
	height: auto;
	min-width: 1000px;
	background: #fff;
	position: relative;
}

.l-mainImg img {
	width: 100%;
	height: auto;
}

.l-mainImg .special-navi {
	height: 50px;
	margin-left: -500px;
	position: absolute;
	bottom: 22px;
	left: 50%;
	z-index: 5;
}

.l-mainImg .special-navi.fixed {
	position: fixed;
}

.l-mainImg .special-navi-list {
	overflow: hidden;
	position: absolute;
	left: 24px;
	bottom: 0;
}

.l-mainImg .special-navi-item {
	margin-right: 1px;
	float: left;
}

.l-mainImg .special-navi-item a {
	display: block;
	height: 50px;
	padding: 0 17px;
	background: rgba(255, 84, 173, 0.9);
	font-size: 13px;
	line-height: 50px;
	color: #fff;
}

.b-plan .l-mainImg {
	height: auto;
	width: 1000px;
	padding-top: 0;
	margin: 0 auto;
	margin-bottom: 10px;
}

.b-plan .l-mainImg img {
	margin-left: 0;
	position: static;
}

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

	.g-mainContents

============================================================================ */
.g-mainContents {
	padding: 0 5px;
}

.a-plan .g-mainContents {
	padding-top: 22px;
}

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

	.l-sideColumn

============================================================================ */
.l-sideColumn {
	margin-right: 10px;
	float: left;
}

.a-plan .l-sideColumn,
.b-plan .l-sideColumn,
.c-plan .l-sideColumn,
.free .l-sideColumn {
	width: 280px;
}

.search .l-sideColumn,
.areatop .l-sideColumn,
.g-mainContents .l-sideColumn {
	width: 190px;
	min-height: 1px;
}

.areatop .l-sideColumn {
	margin-bottom: 10px;
}

.l-sideColumn > * {
	background: #fff;
}

.free .l-sideColumn {
	float: right;
}

.f-side-search .side-section-ttl {
	height: 30px;
	padding: 3px 0 0 4px;
}

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

	.l-mainColumn

============================================================================ */
.l-mainColumn {
	float: left;
	position: relative;
}

.l-mainColumn > * {
	background: #fff;
}

.a-plan .l-mainColumn,
.b-plan .l-mainColumn,
.c-plan .l-mainColumn,
.free .l-mainColumn {
	width: 700px;
}

.search .l-mainColumn,
.areatop .l-mainColumn {
	width: 790px;
}

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

	.g-footer(リニューアル後の新フッター)

============================================================================ */
.g-footer {
	padding: 30px 0 13px;
	background: #ff57a6;
	color: #fff;
}

.g-footer a {
	color: #fff;
}

.g-footer .condition-links-wrap {
	padding-bottom: 15px;
	border-bottom: 1px solid #dc5489;
	box-shadow: 0 1px 0 0 #ff86bf;
	text-align: center;
}

.g-footer .condition-link {
	text-align: left;
	vertical-align: top;
}

.g-footer .condition-link~.condition-link {
	margin-top: 16px;
}

.g-footer .condition-link-head {
	padding-bottom: 6px;
	border-bottom: 1px solid #dc5489;
	box-shadow: 0 1px 0 0 #ff86bf;
	font-size: 14px;
	font-weight: bold;
}

.g-footer .condition-link-head.non-border {
	border-bottom: none;
	box-shadow: none;
}

.g-footer .condition-link-head a {
	display: inline-block;
}

.g-footer .condition-link-head a:after {
	content: "";
	display: inline-block;
	height: 7px;
	width: 4px;
	margin: 0 0 2px 8px;
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
}

.g-footer .condition-link-body {
	padding-top: 8px;
}

.g-footer .condition-link-middle {
	margin: 4px 0 6px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #cbcbcb;
}

.g-footer .condition-link-middle:first-child {
	margin-top: 0;
}

.g-footer .conditon-link-item {
	display: inline-block;
	padding-right: 16px;
	margin-bottom: 7px;
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
}

.g-footer .conditon-link-item~.conditon-link-item:before {
	content: "|";
	padding-right: 6px;
	color: #fff;
}

.g-footer .conditon-link-item span {
	opacity: 0.5;
}

.g-footer .prefecture-link-wrap {
	text-align: left;
	padding-top: 25px;
}

.g-footer .prefecture-link-wrap a {
	text-decoration: underline;
}

.g-footer .prefecture-link-wrap .prefecture-list {
	padding: 0 0 15px 5px;
	border-bottom: 1px solid #dc5489;
	box-shadow: 0 1px 0 0 #ff86bf;
	font-size: 0;
}

.g-footer .prefecture-link-wrap .prefecture-item {
	display: inline-block;
	margin: 0 23px 8px 0;
	font-size: 12px;
}

.g-footer .bottom-link-list {
	padding: 20px 0 10px;
	font-size: 0;
	text-align: center;
}

.g-footer .bottom-link-item {
	display: inline-block;
	padding: 0 23px 0 0;
	font-size: 12px;
	position: relative;
}

.g-footer .bottom-link-item:not(:last-child):after {
	content: "";
	display: block;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 5px;
	right: 11px;
}

.g-footer .bottom-link-item:last-child {
	padding-left: 0;
}

.g-footer .copy {
	font-size: 10px;
	text-align: center;
}


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

	パーツ

============================================================================ */
.mod-tab .tabHead-list {
	overflow: hidden;
}

.mod-tab .tabHead-item {
	width: 170px;
	margin: 6px 0 0 2px;
	padding: 1px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #fff;
	float: left;
}

.mod-tab .tabHead-item:first-child {
	margin-left: 0;
}

.mod-tab .tabHead-item.active, .mod-tab .tabHead-item:hover {
	margin-top: 0;
}

.mod-tab .tabHead-item.active a, .mod-tab .tabHead-item:hover a {
	opacity: 1;
	padding-top: 41px;
}

.mod-tab .tabHead-item a {
	display: block;
	height: 0;
	padding-top: 35px;
	border-radius: 4px 4px 0 0;
	border: 1px solid;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 1.8;
	text-align: center;
}

.mod-tab .pink a {
	background-color: #ffe3ee;
	border-color: #ffc5dc;
}

.mod-tab .green a {
	background-color: #d2fbcc;
	border-color: #b1f0a7;
}

.mod-tab .blue a {
	background-color: #c6faff;
	border-color: #acf8ff;
}

.mod-tab .purple a {
	background-color: #fed5fe;
	border-color: #f7b7f6;
}

.mod-tab .aqua a {
	background-color: #ccfbf8;
	border-color: #a2f1ec;
}

.mod-tab .orange a {
	background-color: #ffdede;
	border-color: #ffd5d5;
}

/* ページャー */
.mod-pager {
	text-align: center;
}

.mod-pager .pager-list {
	display: inline-block;
	font-size: 0;
}

.mod-pager .pager-item {
	display: inline-block;
}

.mod-pager .pager-item a, .mod-pager .pager-item span {
	min-width: 23px;
	height: 23px;
	display: inline-block;
	padding: 0 3px;
	margin-right: 4px;
	border-radius: 3px;
	background: #b9b9b9;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
	color: #fff;
}

.mod-pager .pager-item span {
	background: #ff57a6;
}

.mod-pager .prev a, .mod-pager .next a {
	background: transparent;
	font-size: 12px;
	position: relative;
	color: #888;
}

.mod-pager .prev {
	margin-right: 14px;
}

.mod-pager .prev a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 6px;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #b9b9b9 transparent transparent;
}

.mod-pager .next {
	margin-left: 14px;
}

.mod-pager .next a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 6px;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #b9b9b9;
}

.mod-pager .count-txt {
	display: inline-block;
}

/* 追従バナーの背景白消す用 */
#tainyu_banner {
	background: none;
	z-index: 10;
	padding: 0;
}

/*新着バナーの背景白消す用*/
#new_shop_banner {
	z-index: 10;
	padding: 0;
}

#left_banner_mypage {
	z-index: 10;
}

.page_top{
	z-index: 10;
}
/* LINEスタンプ */
.f-otherContents .otherContents-item .vanilla_stamp {
	z-index: 1;
}

.f-otherContents .otherContents-item .qmo_stamp {
	position: absolute;
	top: 265px;
	left: 5px;
	z-index: 2;
	background-color: #fff;
	border-radius: 5px;
}

.kyotobanner-wrap{
	margin: 15px 0;
}

.mutualbanner-wrap{
	margin: 15px 0;
}

/* バニペディアのタグ整形 */
.vanipedia-convert {
	line-height: 1.7;
}
.vanipedia-convert h3 {
	color: #555;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0.5rem;
}
.vanipedia-convert p {
	color: #888888;
	font-size: 12px;
	margin: 0 0 0.5rem;
}
.vanipedia-convert strong {
	color: #555;
}

.g-footer .conditon-ekichika-link-item {
	display: inline-block;
	padding-right: 16px;
	margin-bottom: 7px;
	font-weight: bold;
	background: url(/assets/img/user/pc/common/arr-footer.png) no-repeat right;
}