@charset 'UTF-8';
/* CSS Document */

/*////////// reset //////////*/
html, body, div, 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-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
.clearfix::after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*////////// basic //////////*/
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 62.5%;  /*1em=10px*/
}
body {
	font-family: '游ゴシック', YuGothic, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif, -apple-system, BlinkMacSystemFont;
	font-size: 1.8em;
	background: #fff;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #000;
	-webkit-text-size-adjust: 100%;
	line-height: 1.8em;
}
a {
	color: #dc4623;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.black {
	color: #000;
}
a.tel {
	color: #000;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	margin-bottom: .3em;
}
p {
	font-size: 1.4rem;
	line-height: 2.4rem;
}
input[type='checkbox'] {
	margin-right: .2em !important;
}
.flex {
	display: flex;
}
.flex-column {
	display: flex;
	flex-direction: column;
}
.column-list {
	column-gap: .3em;
}
.column-list * {
	margin: 0 !important;
}
.row-list {
	row-gap: 2em;
}
.row-list * {
	margin: 0 !important;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}

 /*////////// color //////////*/
.font-red {
	color: #dc4623;
}
.font-navy {
	color: #0a2d50;
}
.font-white {
	color: #fff;
}
.bg-red {
	background: #dc4623;
	color: #fff;
}
.bg-navy {
	background: #0a2d50;
	color: #fff;
}
.bg-gray {
	background: #eeedeb;
}

/*////////// font - text  //////////*/
.size-xxl {
	font-size: 2.6rem;
}
.size-xl {
	font-size: 2.2rem;
}
.size-l {
	font-size: 2.1rem;
}
.size-m {
	font-size: 1.8rem;
}
.size-s {
	font-size: 1.5rem;
}
.size-ss {
	font-size: 1.4rem;
}
.font-bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.date {
	width: 100%;
	font-size: 1.4rem;
	color: #b4b4b4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: .5rem;
}
.l-height-3 {
	line-height: 3em;
}

/*////////// header //////////*/
.header {
	width: 100%;
	height: 150px;
	padding-top: .5em;
	box-sizing: border-box;
}
.header .inner>.col-1 {
	min-width: 245px;
	text-align: right;
}
.header .inner>.col-1 button#general-mypage {
	margin: 0;
	vertical-align: top;
}
.header .inner>.col-1 button#shop-mypage {
	margin: 0;
}
.header .inner>.col-1 button.bt-logout {
	min-width: 105px;
}
.header form#search_header .inner>.col-4 {
	min-width: 1030px;
	align-items: baseline;
}
.header form#search_header .inner>.col-4 button.bt-red {
	margin: .5em;
}
.nav {
	width: 100%;
	height: 60px;
	background: #eeeded;
	vertical-align: middle;
	display: flex;
}
.pin-search::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon-pin.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 3px 1px 5px 0;
}

/*////////// main //////////*/
.page-title {
	margin: 1em 2em;
}
.inner {
	width: 100%;
	max-width: 1030px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	align-self: center;
	box-sizing: border-box;
}
.breadcrumbs {
	font-size: 1.3rem;
}
.content {
	width: 100%;
	max-width: 1030px;
	height: auto;
	margin: 3em auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	align-self: flex-start;
	box-sizing: border-box;
}
.wrap {
	width: 100%;
	max-width: 1030px;
	height:  auto;
	margin: 0 auto;
	padding: 0;
	display: table;
}

/*////////// column //////////*/
.col-1 {
	width: calc(25% - 10px);
	max-width: 250px;
	margin: 5px;
}
.col-2 {
	width: calc(50% - 10px);
	max-width: 510px;
	margin: 5px;
}
.col-3 {
	width: calc(75% - 10px);
	max-width: 770px;
	margin: 5px;
}
.col-4 {
	width: calc(100% - 10px);
	max-width: 1030px;
	margin: 5px;
}
.col-5-1 {
	width: calc(20% - 10px);
	max-width: 200px;
	margin: 5px;
	background: #ccc;
}
.col-5-2 {
	width: calc(40% - 10px);
	max-width: 410px;
	margin: 5px;
}
.col-5-3 {
	width: calc(60% - 10px);
	max-width: 620px;
	margin: 5px;
	display: flex;
}
.col-5-4 {
	width: calc(80% - 10px);
	max-width: 830px;
	margin: 5px;
	background: #ccc;
}
.ad-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.ad {
	width: 148px;
	height: auto;
}
.ad>img {
	display: none;
}
.ad img {
	margin-bottom: .5em;
}

/*////////// button //////////*/
.bt-red {
	background: #dc4623;
	color: #fff;
	border-radius: 20px;
	border: solid 1px #dc4623;
	margin: 5px 0;
	padding: 3px 1.5em;
	text-align: center;
	font-size: 1.4rem;
}
.bt-red:hover {
	background: #e17350;
	border: solid 1px #e17350;
}
.bt-red:disabled {
	background: #f4c7bd;
	border: solid 1px #f4c7bd;
}
.bt-navy {
	background: #0a2d50;
	color: #fff;
	border-radius: 20px;
	border: solid 1px #0a2d50;
	margin: 5px 0;
	padding: 3px 1.5em;
	text-align: center;
	font-size: 1.4rem;
}
.bt-navy:hover {
	background: #415a73;
	border: solid 1px #415a73;
}
.bt-blue {
	background: #7896b4;
	color: #fff;
	border: solid 1px #7896b4;
	width: 14em;
	display: block;
	margin: 1em auto 3em auto;
	padding: 1em 1.5em;
	text-align: center;
	font-size: 1.4rem;
}
.bt-blue:hover, .bt-blue:disabled {
	background: #415a73;
	border: solid 1px #7896b4;
}
.bt-blue-r {
	background: #7896b4;
	color: #fff;
	border-radius: 20px;
	border: solid 1px #7896b4;
	margin: 5px 0;
	padding: 3px 1.5em;
	text-align: center;
	font-size: 1.4rem;
}
.bt-blue-r:hover, .bt-blue-r:disabled {
	background: #415a73;
	border: solid 1px #7896b4;
}
.bt-red-s {
	background: #dc4623;
	color: #fff;
	border: solid 1px #dc4623;
	width: 14em;
	display: block;
	margin: 0 auto 3em auto;
	padding: 1em 1.5em;
	text-align: center;
	font-size: 1.4rem;
}
.bt-red-m {
	background: #dc4623;
	color: #fff;
	border: solid 1px #dc4623;
	border-radius: 40px;
	width: 14em;
	display: block;
	margin: 0 auto 3em auto;
	padding: 1em 1.5em;
	text-align: center;
	font-size: 1.4rem;
}
.bt-red-s:hover {
	background: #e17350;
	border: solid 1px #e17350;
}
.bt-blue-s {
	background: #7896b4;
	color: #fff;
	border: solid 1px #7896b4;
	width: 14em;
	display: block;
	margin: 0 auto 3em auto;
	padding: 1em 1.5em;
	text-align: center;
	font-size: 1.4rem;
}
.bt-blue-s:hover, .bt-blue-s:disabled {
	background: #415a73;
	border: solid 1px #7896b4;
}
.bt-login, .bt-logout {
	background: #fff;
	border: none;
	font-size: 1.4rem;
	font-family: '游ゴシック', YuGothic, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif, -apple-system, BlinkMacSystemFont;
	font-weight: bold;
	display: block;
	margin: 0 auto 0 0;
}
.bt-login::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon-login.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 3px 1px 5px 0;
}
.bt-logout::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon-logout.svg) no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin: 3px 1px 5px 0;
}
.bt-login:hover, .bt-logout:hover {
	color: #415a73;	
}
.bt-size-s {
	width: 5em;
	padding: .5em;
}
.bt-size-m {
	width: 8em;
	padding: .5em;
}
.bt-size-l {
	width: 10em;
	padding: .5em;
}

/*////////// box //////////*/
.box-gray {
	width: 670px;
	margin: 0 25px;
	margin-bottom: 25px;
	padding: 30px;
	border: solid 1px #b4b4b4;
	box-sizing: border-box;
}
.shop {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 1em 0;
	flex-wrap: wrap;
	align-content: flex-start;
}
.shop h4 {
	font-size: 1.5rem;
}
.shop span.required {
	background: #dc4623;
	font-size: 1.2rem;
	margin: 0 5px;
	padding: 0 3px;
	color: #fff;
	display: inline-block;
	line-height: 1.6em;
}
.shop p.input-length, .shop p.alert-area {
	margin: 5px 0 0 5px;
}
.shop dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	border: solid 1px #b4b4b4;
	border-bottom: none;
}
.shop dt {
	width: 20%;
	background: #7896b4;
	color: #fff;
}
.shop dt, .shop dd {
	border-bottom: solid 1px #b4b4b4;
	padding: 1em 2em;
	vertical-align: middle;
}
.shop dd {
	width: 80%;
}
.shop dl.small dt {
	width: 30%;
}
.shop dl.small dd {
	width: 70%;
}
.shop dl textarea.text-post {
	margin: 0;
}
.shop-main {
	width: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
}
.shop-list-search {
	width: 100%;
	display: flex;
}
.shop-list-search img {
	width: 218px;
	height: 160px;
	flex-shrink: 0;
	object-fit: cover;
}
.shop-list-search .no-shop-top-photo {
	width: 218px;
	height: 160px;
	flex-shrink: 0;
	text-align: center;
	background: #f1f1f1;
}
.shop-list-search .no-shop-top-photo p {
	line-height: 160px;
}
.name-rank {
	grid-row-start: 1;
	grid-row-end: 3;
}
.name-rank h2 {
	width: 383px;
	margin-bottom: 1em;
	padding-left: .7em;
	text-indent: -.7em;
}
.name-rank h2::before {
	content: ' ';
	border: solid 3px #dc4623;
	margin-right: .5em;
}
.name-rank .shop-top-photo img {
	max-width: 380px;
	max-height: 600px;
}
.name-rank .shop-top-photo .no-shop-top-photo {
	width: 350px;
	height: 250px;
	text-align: center;
	background: #f1f1f1;
}
.name-rank .shop-top-photo .no-shop-top-photo p {
	line-height: 250px;
}
.shop-date {
	grid-column-start: 2;
	grid-column-end: 3;
}
.shop-date > p:first-child {
	text-indent: -3em;
	padding-left: 3em;
}
.evaluate-graph-shop {
	width: 220px;
	height: 260px;
	margin: 1em auto;
}
.cal {
	grid-column-start: 2;
	grid-column-end: 3;
}
.shop-list {
	display: inline-block;
	margin-left: 25px;
}
.shop-list h2, .shop-list a+p {
	display: -webkit-box;
	line-break: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.shop-list-small {
	width: 24.4%;
	margin: 3px;
	padding: 20px 25px;
	border: solid 1px #b4b4b4;	
	box-sizing: border-box;
}
.shop-list-small h4 {
	display: -webkit-box;
	line-break: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.shop-list-small img {
	width: 100%;
	height: 135px;
	object-fit: cover;
}
.shop-list-small .no-goods-photo {
	background: #f1f1f1;
	height: 135px;
	margin-bottom: 11px;
	text-align: center;
}
.shop-list-small .no-goods-photo p {
	line-height: 135px;
}
.shop-list-small p {
	display: -webkit-box;
	line-break: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
	overflow: hidden;
}
.shop-list-small span {
	background: #dc4623;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 5px;
	color: #fff;
	display: inline-block;
	line-height: 1.6em;
}
.shop-list-small a {
	font-size: .8em;
	float: right;
}
table.shop-cal {
	width: 100%;
	border: solid 1px #b4b4b4;
	margin-top: 3rem;
	font-size: 1.2rem;
}
table.shop-cal thead th {
	border-bottom: solid 1px #b4b4b4;
}
table.shop-cal th {
	width: 14%;
	background: #eeedeb;
	text-align: center;
	border-left: solid 1px #b4b4b4;	
	line-height: 2em;
}
table.shop-cal td {
	text-align: center;
	line-height: 2em;
	border-left: solid 1px #b4b4b4;	
}
table.shop-cal tr.day-check td {
	font-size: 1.6rem;
	font-weight: bold;
	color: #dc4623;
	line-height: 1.8em;
}
.permit-photo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.shop-photo {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.shop-photo-item {
	width: 25%;
	padding: 15px;
}
.shop-photo-item img {
	width: 100%;
	height: 135px;
	object-fit: cover;
}
.shop-photo-item p {
	text-align: center;
}
.review {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
	flex-wrap: wrap;
	align-content: flex-start;
	border: solid 1px #b4b4b4;
}
.shop-review {
	width: calc(60% - 10px);
	max-width: 620px;
	margin: 5px;
	padding: 2em 0 2em 2em;
}
.shop-review p {
	margin: 1em 0;
}
.shop-review img {
	width: 160px;
	height: 110px;
	object-fit: cover;
	margin: 1em .5em 0 0;	
}
.shop-review .flex {
	flex-wrap: wrap;
}
.evaluate-review {
	height: 300px;
	margin: 20px 0 25px 20px;
}
.evaluate-review .star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #b4b4b4; /* グレーカラー 自由に設定化 */
	font-size: 1.8rem;
	letter-spacing: 2px;
}

.evaluate-graph-review {
	height: 280px;
}
.shop button.bt-red {
	width: 160px;
	margin: 0 auto;
	margin-top: 3em;
	line-height: 2em;
	font-size: 1.8rem;
	border-radius: 80px;
}
.message {
	display: grid;
	grid-template-columns: 11% 70% 15%;
	column-gap: 2%;
	padding: 30px;
	border: solid 1px #b4b4b4;
}
.message .user {
	grid-row: 1 / 4;
	grid-column: 1 / 2;
}
.message h4 {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
}
.message .message-text {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.message .reflect-form {
	grid-row: 1 / 3;
	grid-column: 3 / 4;
	text-align: right;
}
.message .message-date-time {
	grid-row: 3 / 4;
	grid-column: 2 / 4;
	text-align: right;
}
.message hr {
	grid-row: 4 / 5;
	grid-column: 1 / 4;
	margin: 30px 0;
}
.message .reply-form {
	grid-row: 5 / 6;
	grid-column: 1 / 4;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.message .reply-form textarea {
	width: 602px;
	height: 70px;
	padding: 5px;
	resize: none;
}
.inquiry-list {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
	width: 100%;
	max-height: 800px;
	overflow-y: scroll;
}
.inquiry {
	display: grid;
	grid-template-columns: 22% 71% 3%;
	column-gap: 2%;
	padding: 30px;
	border: solid 1px #b4b4b4;
}
.inquiry h4 {
	grid-row: 1 / 2;
	grid-column: 1 / 3;
	line-break: anywhere;
}
.inquiry .user-info {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
	line-break: anywhere;
}
.inquiry .inquiry-message {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	line-break: anywhere;
}
.inquiry .toolbar {
	grid-row: 1 / 3;
	grid-column: 3 / 4;
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.inquiry .toolbar button {
	width: 26px;
	height: 26px;
	background: none;
	background-size: 100%, 100%;
	border: none;
}
.inquiry .inquiry-status {
	grid-row: 3 / 4;
	grid-column: 1 / 4;
	margin-top: .5em;
	text-align: right;
}

/*////////// tab-shop //////////*/
.tab-wrap {
	width: 100%;
  	display: flex;
  	flex-wrap: wrap;
  	margin: 0;
}
.tab-label {
	color: #0a2d50;
	background: #eeedeb;
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	display: grid;
	place-items: center;
	line-height: 1.8rem;
	height: 60px;
	padding: 10px;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
}
.tab-label:not(:last-of-type) {
	margin-right: 5px;
}
.tab-content {
	width: 100%;
	height: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
}
.tab-switch:checked+.tab-label {
	background: #0a2d50;
	color: #fff;
	margin-bottom: 1em;
}
.tab-switch:checked+.tab-label+.tab-content {
	min-height: 150px;
	height: auto;
	overflow: auto;
	padding: 1em 0;
	opacity: 1;
	transition: .5s opacity;
}
.tab-switch {
	display: none;
}
.tab-wrap-2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.tab-label-2 {
	color: #0a2d50;
	background: #eeedeb;
	font-size: 1.5rem;
	font-weight: bold;
	white-space: nowrap;
	text-align: center;
	display: grid;
	place-items: center;
	line-height: 1.8rem;
	height: 60px;
	margin-bottom: 2em;
	padding: 10px;
	order: -1;
	position: relative;
	z-index: 1;
	cursor: pointer;
	flex: 1;
}
.tab-label-2:not(:last-of-type) {
	margin-right: 5px;
}
.tab-content-2 {
	width: 100%;
	height: 0;
	margin: 0;
	overflow: hidden;
	opacity: 0;
}
.tab-switch-2:checked+.tab-label-2 {
	background: #0a2d50;
	color: #fff;
	margin-bottom: 1em;
}
.tab-switch-2:checked+.tab-label-2+.tab-content-2 {
	height: auto;
	overflow: auto;
	padding: 1em 0;
	opacity: 1;
	transition: .5s opacity;
}
.tab-switch-2 {
	display: none;
}

/*////////// tab-sidebar //////////*/
.page-content {
	width: 90%;
	height: auto;
	margin: 2em auto;
}
.page-content .error-box {
	margin-top: 1em;
}
.page-content .inquiry-key {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.page-content .inquiry-key a {
	width: 50%;
}
.page-content .inquiry-key button {
	width: 100%;
	margin: 0;
	font-size: 1.3rem;
	border: solid 1px #b4b4b4;
}
.page-content .inquiry-search {
	width: 100%;
}
.page-content .room-list {
	overflow-y: scroll;
	height: calc(100% - 55px);
}
.page-content .room-list a {
	text-decoration: none;
}
.page-content .room-list .box-gray {
	position: relative;
	width: 100%;
	margin: 0;
	padding: .5em;
}
.page-content .room-list .box-gray.unread::after {
	content: '●';
	position: absolute;
	bottom: 20px;
	right: 8px;
	font-size: 1.2rem;
	color: #dc4623;
}
.page-content .room-list .room-header {
	display: flex;
	justify-content: space-between;
}
.page-content .room-list .sender-name {
	display: -webkit-box;
	width: 120px;
	font-size: 1.5rem;
	font-weight: bold;
	line-break: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.page-content .room-list .room-date {
	font-size: 1.4rem;
	font-weight: bold;
	color: #b4b4b4;
	text-decoration: none;
}
.page-content .room-list .room-subject {
	display: -webkit-box;
	line-break: anywhere;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.page-content .scrollstyle {
    overflow-y: scroll;
    height: 903px;
	margin: 0 1em 0 0;
}
.page-content .chat-box {
	position: relative;
	margin-bottom: 3em;
	z-index: 0;
}
.page-content .chat-box > button {
	position: absolute;
	top: 0;
	left: 388px;
	display: none;
}
.page-content .chat-box:hover > button {
	display: block;
}
.page-content .chat-box .chat-message {
	width: 85%;
	margin-right: .5em;
	padding: .5em;
	border: solid 1px #b4b4b4;
}
.page-content .chat-box .chat-message > p {
	line-break: anywhere;
}
.page-content .chat-box .chat-message hr+span {
	display: block;
	font-size: 1.3rem;
	text-align: center;
}
.page-content .chat-box .chat-message textarea {
	width: 100%;
	height: 120px;
	padding: 5px;
	resize: none;
	vertical-align: top;
}
.page-content .chat-box .chat-message .chat-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 .5em;
}
.page-content .chat-box .chat-message .chat-menu input {
	margin: 0 0 0 auto;
}
.page-content .chat-box .chat-message .status-edit-mode {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px;
	font-size: 1.3rem;
	line-height: normal;
	color: #fff;
	background: #7896b4;
}
.page-content .chat-box .chat-message .status-edit-mode p {
	font-size: 1.2rem;
	line-height: normal;
}
.page-content .chat-box .chat-message .status-edit-mode span {
	font-size: 1.1rem;
	line-height: normal;
	cursor: pointer;
}
.page-content .chat-box .chat-date-time .date-time {
	font-size: 1.2rem;
}
.page-content .chat-box .chat-date-time .edit-status {
	font-weight: bold;
	color: #b4b4b4;
}
.page-content .chat-box .editing {
	position: absolute;
	top: 0;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 10px);
	background: #ebeff4;
	border: solid 1px #7896b4;
	z-index: -1;
}
.page-content .chat-box .editing > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: -22px;
	left: -1px;
	width: 125px;
	padding: 1px 6px;
	background: #7896b4;
	color: #fff;
}
.page-content .chat-box .editing > div p {
	font-size: 1.2rem;
	line-height: normal;
}
.page-content .chat-box .editing > div span {
	font-size: 1.1rem;
	line-height: normal;
	cursor: pointer;
}
.page-content .shop dt {
	width: 27%;
}
.page-content .shop dd {
	width: 73%;
}
.page-content .detail-info {
	margin: 1em 0;
	padding: 1em;
	border: solid 1px #b4b4b4;
	box-sizing: border-box;
}
.page-content .detail-info .detail-info-header {
	display: grid;
	grid-template-columns: 78% 10.5% 10.5%;
	column-gap: .5%;
	align-items: start;
}
.page-content .detail-info .detail-info-header h2 {
	line-break: anywhere;
}
.page-content .detail-info .photo-list {
	display: flex;
	flex-wrap: wrap;
}
.page-content .detail-info .photo-list img {
	width: 20%;
	height: 100px;
	padding: 7px 3px 3px;
	object-fit: cover;
}
.page-content .detail-info .goods-comment {
	margin: 1em 0;
	line-break: anywhere;
}
.page-content #permit-preview .shop-photo-preview img {
	width: 150px;
	height: 100px;
}
.page-content #preview .shop-photo-preview img {
	width: 150px;
	height: 100px;
}
.page-content .preview-zone {
	margin: 1em auto;
}
.page-content .preview-zone h3 {
	text-align: center;
}
.page-content .preview-zone #drop-zone {
	margin: 0 3em;
	background: #f1f1f1;
}
.page-content .preview-zone #drop-zone > h3 {
	line-height: 400px;
}
.page-content .preview-zone #drop-zone > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-content .file-select {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-content .file-select > label {
	margin-right: .7em;
}
.page-content .file-select > span {
	display: -webkit-box;
	max-width: 550px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.page-content .pager .pagination {
	margin: 1em 0;
}
.page-content.left-nav {
	display: flex;
}
.page-content.left-nav > div:first-child {
	width: 24%;
}
.page-content.left-nav > div:first-child .box-gray {
	width: auto;
	margin: 0 1em 0 0;
	padding: .5em;
}
.page-content.left-nav > div:first-child .box-gray h1 {
	display: -webkit-box;
	line-break: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.page-content.left-nav > div:last-child {
	width: 76%;
}
.cp_tab *, .cp_tab *::before, .cp_tab *::after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.cp_tab {
	position: relative;
	width: 100%;
	margin: 4em auto;
}

.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
			appearance: none;
	display: none;
}
.cp_tab .cp_tabpanels {
	position: absolute;
	width: calc(100% - 190px);
	height: auto;
	top: 0;
	left: 180px;
}
.cp_tab > input + label {
	position: relative;
	z-index: 100;
	top: 0;
	left: 1px;
	display: block;
	width: 180px;
	height: 62px ;
	background: #eeedeb;
	color: #0a2d50;
	padding: 15px;
	cursor: pointer;
	border-right: 0;
	font-size: 1.5rem;
}
.cp_tab > input + label::after {
	content: ' ';
	display: inline-block;
	position: absolute;
	width: 8px;
	top: 1.5em;
	right: 1em;
	height: 12px;
	background: url(../img/icon-sidearrow-bl.svg) no-repeat;
	margin-left: 3em;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	background: #7896b4;
	color: #fff;
}

.cp_tab > input:checked + label {
	background: #7896b4;
	color: #fff;
	border-color: #b4b4b4;
	width: calc(186px + 2em);
}
.cp_tab > input:checked + label::after {
	content: ' ';
	display: inline-block;
	position: absolute;
	width: 8px;
	top: 1.5em;
	right: 1em;
	height: 12px;
	background: url(../img/icon-sidearrow-wh.svg) no-repeat;
	margin-left: 3em;
}
.cp_tab .cp_tabpanel {
	width: 100%;
	min-height: 320px;
	height: auto;
	margin-left: 1em;
	padding: 0 1em;
}
.cp_tab .sidebar {
	height: auto;
	background: #0a2d50;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}

/*////////// tab-入れ子 //////////*/
.box-tab {
	width: 810px;
	height: auto;
	border: solid 1px #b4b4b4;
}
.cp_tab2 *, .cp_tab2 *::before, .cp_tab2 *::after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.cp_tab2 {
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
	border-top: 0;
}

.cp_tab2 input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
			appearance: none;
	display: none;
}
.cp_tab2 .cp_tabpanel2 {
	display: none;
}
.cp_tab2 > input:first-child:checked ~ .cp_tabpanels2 > .cp_tabpanel2:first-child,
.cp_tab2 > input:nth-child(3):checked ~ .cp_tabpanels2 > .cp_tabpanel2:nth-child(2),
.cp_tab2 > input:nth-child(5):checked ~ .cp_tabpanels2 > .cp_tabpanel2:nth-child(3),
.cp_tab2 > input:nth-child(7):checked ~ .cp_tabpanels2 > .cp_tabpanel2:nth-child(4),
.cp_tab2 > input:nth-child(9):checked ~ .cp_tabpanels2 > .cp_tabpanel2:nth-child(5),
.cp_tab2 > input:nth-child(11):checked ~ .cp_tabpanels2 > .cp_tabpanel2:nth-child(6),
.cp_tab2 > input:nth-child(13):checked ~ .cp_tabpanels2 > .cp_tabpanel2:nth-child(7) {
	display: block;
}
.cp_tab2 .cp_tabpanels2 {
	width: calc(100% - 194px);
	position: absolute;
	top: 0;
	left: 200px;
	height: 100%;
	border-right: solid 1px #b4b4b4;
}
.cp_tab2 > input + label {
	position: relative;
	z-index: 100;
	top: 0;
	left: 0;
	display: block;
	width: 201px;
	height: 6em;
	padding: 1em;
	cursor: pointer;
	border-bottom: solid 1px #bababa;
	border-right: solid 1px #bababa;
}
.cp_tab2 > input + label:last-of-type {
	border-bottom: none;
}
.cp_tab2 > label:hover,
.cp_tab2 > input:focus + label {
	background: #eeedeb;
}
.cp_tab2 > input:checked + label {
	background: #eeedeb;
	border-color: #b4b4b4;
}
.cp_tab2 .cp_tabpanel2 {
	padding: 1.5em;
	width: 100%;
	min-height: 320px;
	height: 100%;
}
.box {
	width: 810px;
	height: 100%;
	display: block;
	margin: -1em -1em 0 -1em;
	overflow: scroll;
	box-sizing: border-box;
}
.grid-tab {
	width: 809px;
	height: auto;
	display: grid;
	grid-template-rows: 60px 1fr;
	grid-template-columns: 201px 1fr;
	justify-content: space-between;
	border-bottom: solid 1px #b4b4b4;
	box-sizing: border-box;
}
.height-auto::after {
	content: '';
	display: block;
	padding-top: 50%; /* 1:1 */		
}
.tab-title1 {
	grid-row: 1 / 2;
	grid-column: 1 / 2;	
	background: #7896b4;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 3.4em;
	border-right: solid 1px #b4b4b4;
}
.tab-title2 {
	grid-row: 1 / 2;
	grid-column: 2 / 3;	
	background: #7896b4;
	color: #fff;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 3.4em;
}
.tab-list {
	grid-row: 2 / 3;
	grid-column: 1 / 2;
	border-right: solid 1px #b4b4b4;
	font-weight: bold;
	font-size: 1.4rem;
}
.tab-text ul {
	margin-bottom: 2em;	
}
.tab-list li {
	padding: 1em 1.5em;
	border-bottom: solid 1px #b4b4b4;
}
.room-shop-name {
	color: #7896b4;
	font-weight: bold;
}
.room-shop-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-weight: bold;
}
.room-shop-date {
	width: 100%;
	font-size: 1.4rem;
	color: #b4b4b4;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 0;
	font-weight: bold;
}
/* .unread::before {
	content: '●';
	color: #78c841;
	margin-right: 5px;
} */
.tab-text {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
.tab-text li {
	padding: 1.5em;
}
.room-text-title {
	font-weight: bold;
	line-height: 2em;
}
.room-text-date {
	color: #b4b4b4;
	margin-top: 1em;
}
li.reply {
	border: solid 2px #7896b4;
	margin: 1.5em 0;
	padding: 1em;
}


/*////////// message-box //////////*/

.message-box {
	position: relative;
	width: 100%;
	border: solid 1px #b4b4b4;
	box-sizing: border-box;
	margin: 1em auto;
	padding: 0;
	font-weight: bold;
}
.message-box h4 {
	background: #0a2d50;
	color: #fff;
	width: 8em;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 2em;
}
.message-box > p {
	position: absolute;
	top: 5px;
	left: 130px;
}
.message-inner {
	width: 93%;
	margin: 0 auto;
	margin-bottom: 2em;
}
.message-box dl {
	margin: 0 auto;
	padding: 1em;
	font-size: 1.4rem;
	display: flex;
	line-height: 1.8em;
}
.message-box dt {
	width: 12%;
	margin: 0;
	color: #7896b4;
}
.message-box dd {
	width: 88%;
}
.message-box p {
	display: block;
}
.message-box span {
	width: auto;
	font-size: 1.4rem;
	color: #b4b4b4;
	margin: 0 1em 0 0;
	padding: 0;
}
.message-inner a {
	display: inline-block;
	font-weight: normal;
	font-size: 1.4rem;
}

/*////////// pager //////////*/
.pager {
	width: 100%;
	margin: 0 auto;
}
.pager .pagination {
	text-align: center;
	margin-bottom: 2em;
}
.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	position: relative;
	border-radius: 25px;
	font-size: 1.4rem;
	line-height: 1em;
}
.pager .pagination li.pre {
	background: #000;
	color: #fff;
}
.pager .pagination li.next {
	background: #000;
	color: #fff;
}
.pager .pagination li a {
	color: #000;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	text-decoration: none;
}
.pager .pagination li.pre a,
.pager .pagination li.next a {
	color: #fff;
}
.pager .pagination li a span {
	display: table-cell;
	vertical-align: middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active {
	color: #dc4623;
	font-weight: bold;
}

/*////////// input //////////*/

input {
	font-family: '游ゴシック', YuGothic, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif, -apple-system, BlinkMacSystemFont;
}
.input-primary {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	padding: 3px 12px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 1.3rem;
	outline: none;
	line-height: 2;
	margin: 4px 1em 0 0;
}
.input-post {
	display: block;
	width: 95%;
	vertical-align: middle;
	height: 30px;
	padding: 3px 12px;
	box-sizing: border-box;
	border: 1px solid #b4b4b4;
	font-size: 1.3rem;
	outline: none;
	line-height: 2;
	margin: .5em 0 0 1.5em;
}
textarea.text-post {
	display: block;
	width: 95%;
	height: 8em;
	margin: .5em 0 2em 1.5em;
	padding: 3px 12px;
	box-sizing: border-box;
	font-size: 1.3rem;
	line-height: 2;
	resize: none;
	outline: none;
	border: 1px solid #b4b4b4;
}
::placeholder {
	color: #b4b4b4;
}
.input-shop {
	max-width: 760px;
	display: inline-block;
	vertical-align: middle;
	height: 4em;
	padding: 3px 12px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #d7d7d7;
	font-size: 1.3rem;
	outline: none;
	line-height: 2;
	margin: 0;
}
.upload-label {
	display: inline-block;
	margin: 5px 0;
	padding: 0 1.5em;
	text-align: center;
	background: #0a2d50;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 20px;
	border: solid 1px #0a2d50;
	transition: .2s; /* ホバーをなめらかに */
}
.upload-label:hover {
	background: #415a73;
	border: solid 1px #415a73;
}
.upload-label input {
	display: none;
}

#permit-preview {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 1em 0;
}
#permit-preview .shop-photo-preview {
	position: relative;
	margin: 1em .8em 0 0;
}
#permit-preview .shop-photo-preview img {
	width: 180px;
	height: 120px;
	object-fit: cover;
	vertical-align: top;
}
#permit-preview .shop-photo-preview span {
	display: none;
	position: absolute;
	padding: 0 1px;
	background: #dc4623;
	color: #fff;
	font-size: 1.8rem;
	line-height: 20px;
	top: 0;
	right: 0;
	cursor: pointer;
}
#permit-preview .shop-photo-preview:hover span {
	display: block;
}

#preview {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 1em 0;
}
#preview .goods-photo-preview, #preview .review-photo-preview, #preview .shop-photo-preview {
	position: relative;
	margin: 1em .8em 0 0;
}
#preview .goods-photo-preview img, #preview .review-photo-preview img, #preview .shop-photo-preview img {
	width: 180px;
	height: 120px;
	object-fit: cover;
	vertical-align: top;
}
#preview .goods-photo-preview span, #preview .review-photo-preview span, #preview .shop-photo-preview span {
	display: none;
	position: absolute;
	padding: 0 1px;
	background: #dc4623;
	color: #fff;
	font-size: 1.8rem;
	line-height: 20px;
	top: 0;
	right: 0;
	cursor: pointer;
}
#preview .goods-photo-preview:hover span, #preview .review-photo-preview:hover span, #preview .shop-photo-preview:hover span {
	display: block;
}

/*////////// selectbox //////////*/
.easy-select-box {
	position: relative;
	background: #7896b4;
	border: none;
	text-align: left;
	font-size: 1.5rem;
	color: #fff;
}
.easy-select-box .esb-displayer {
	background: url(../img/bt-arrow.svg) no-repeat right top;
	color: #fff;
	cursor: default;
	height: 40px;
	line-height: 40px;
	padding:0 1em;
	text-indent: 5px;
	width: 100%;
}
.easy-select-box .esb-displayer:hover {
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';
  	opacity: .8;
}
.easy-select-box:hover .esb-displayer {
	text-decoration: none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer {
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown {
	background: #fff;
	display: none;
	max-height: 200px;
	overflow: auto;
	position: absolute;
	z-index: 999;
	width: 100%;
}
.easy-select-box .esb-item {
	padding:3px 1em;
	background: #fff;
	border-bottom: 1px solid #7896b4;
	border-right: 1px solid #7896b4;
	border-left: 1px solid #7896b4;
	color: #0c2245;
	cursor: default;
}
.easy-select-box .esb-item:hover {
	background: #ffffd2;
	color: #0a2d50;
	text-decoration: none;
}
.esb-item:first-child {
	display: none;
}

/*////////// modal //////////*/
.iziModal {
	min-width: 780px;
	height: auto;
	min-height: 400px;
}
.modal-inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 2em;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: center;
	align-self: center;
	box-sizing: border-box;
}
.iziModal-content img {
	width: 400px;
	height: auto;
	margin: 1em;
	display: block;
	object-fit: cover;
}
.iziModal-content .no-goods-photo {
	background: #f1f1f1;
	width: 400px;
	height: 300px;
	margin: 1em;
	text-align: center;
}
.iziModal-content .no-goods-photo p {
	line-height: 300px;
}
.iziModal-content h4 {
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: .5em 0;
}
.iziModal-content span {
	background: #dc4623;
	font-size: 1.2rem;
	padding: 0 5px;
	color: #fff;
	display: inline-block;
	line-height: 1.6em;	
}
.iziModal-content .inquiry-modal .reply-detail {
	width: 100%;
}
.iziModal-content .inquiry-modal .reply-detail input {
	height: 20px;
	margin-left: 5px;
	vertical-align: text-top;
}
.iziModal-content .inquiry-modal .reply-detail select {
	height: 24px;
	margin-left: 5px;
	vertical-align: text-top;
}
.iziModal-content .inquiry-modal textarea {
	width: calc(100% - 12px);
	height: 270px;
	margin: 1em 0;
	padding: 5px;
	resize: none;
}

/*////////// star //////////*/
.star-review {
}
.star-review input[type='file'] {
	display: none;
}
.star-review textarea {
	margin-bottom: 0;
	resize: none;
}
.star-review p.input-length, .star-review p.alert-area {
	margin: 6px 0 0 26px;
}
.star-review .review-photo-preview-list {
	display: flex;
	flex-wrap: wrap;
}
.star-review .review-photo-preview-list .review-photo-preview {
	position: relative;
	margin: 1em .5em 0 0;
}
.star-review .review-photo-preview img {
	width: 160px;
	height: 110px;
	margin: 0;
	object-fit: cover;
	vertical-align: top;
}
.star-review .review-photo-preview span {
	display: none;
	position: absolute;
	padding: 0 1px;
	font-size: 1.8rem;
	line-height: 20px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.star-review .review-photo-preview:hover span {
	display: block;
}
.star-review h4 {
	display: inline-block;
	margin: 1em 0 1em 0;
	padding: 0 1em;
	font-size: 1.8rem;
	font-weight: bold;
}
.star-review .bt-navy {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	width: 9em;
}
.star-review .bt-red {
	width: 9em;
	margin: 2em auto 2em;
	padding: 5px 1.5em;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
}
.rating {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-end;
	margin-left: 1em;
	margin-bottom: 2em;
}
.rating p {
	width: 50%;
	margin: 5px 0;
	pointer-events: none;
}
.rating p input {
	display: none;
}
.rating p label {
	display: inline-block;
	margin: 0 -2px;
	padding: 0 2px;
	pointer-events: auto;
	cursor: pointer;
	color: #eee;
	font-size: 2.2rem;
}
.star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #b4b4b4; /* グレーカラー 自由に設定化 */
	font-size: 2.2rem;
}
.star5_rating::before, .star5_rating::after {
	content: '★★★★★';
}
.star5_rating::after {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	color: #dc4623; /* イエローカラー 自由に設定化 */
}
.star5_rating[data-rate='5.0']::after { width: 100%; } /* 星5 */
.star5_rating[data-rate='4.5']::after { width: 89%; } /* 星4.5 */
.star5_rating[data-rate='4.0']::after { width: 79%; } /* 星4 */
.star5_rating[data-rate='3.5']::after { width: 69%; } /* 星3.5 */
.star5_rating[data-rate='3.0']::after { width: 59%; } /* 星3 */
.star5_rating[data-rate='2.5']::after { width: 49%; } /* 星2.5 */
.star5_rating[data-rate='2.0']::after { width: 39%; } /* 星2 */
.star5_rating[data-rate='1.5']::after { width: 29%; } /* 星1.5 */
.star5_rating[data-rate='1.0']::after { width: 19%; } /* 星1 */
.star5_rating[data-rate='0.5']::after { width: 9%; } /* 星0.5 */
.star5_rating[data-rate='0.0']::after { width: 0%; } /* 星0 */

/*////////// modal //////////*/
.hidden_box {
}

/*ボタン装飾*/
.hidden_box label {
}

/*ボタンホバー時*/
.hidden_box label:not(.hidden_show label):hover {
	background: #415a73;
	border: solid 1px #415a73;
}

/*チェックは見えなくする*/
.hidden_box input#label1, .hidden_box input#label2 {
	display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: .8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}

/*////////// サイドバー開閉  //////////*/
.toggle_title {
	margin: 0;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.toggle_title::after {
}
label.toggle_title.selected::after {
	margin-top: .5em;
	transform: translateY(-50%) rotate(90deg);
	transition: .2s;
}
.toggle_txt {
	display: none;
}
.toggle_txt {
	width: 216px;
	margin-left: 1px;
	padding: 1em;
	background: #e4eaf0;
	font-size: 1.4rem;
}
.toggle_txt a {
	display: block;
	color: #0a2d50;
}

/*////////// mypage //////////*/
.shopmypage {
	width: 100%;
	max-width: 1030px;
	display: grid;
	grid-template-rows: 100px 290px 185px 155px;
	grid-template-columns: 49% 49%;
	margin: 3em auto;
	justify-content: space-between;
	box-sizing: border-box;
}
.grid-gray {
	margin: 15px 5px;
	padding: 1em 2em;
	border: solid 1px #b4b4b4;	
	box-sizing: border-box;
}
.shopmypage h4 {
	margin-bottom: 1.2em;
}
.shopmypage p {
	padding: .3em 0;
}
.shop-name {
	grid-row: 1;
	grid-column: 1 / 3;
	display: flex;
	align-items: center;
	margin-right: 3em;
	margin-bottom: 1em;
}
.shop-name img {
	margin-left: 5px;
}
.shop-name h3 {
	margin-left: 1em;
}
.shop-status {
	grid-row: 2;
	grid-column: 1 / 2;	
}
.shop-contact {
	grid-row: 3;
	grid-column: 1 / 2;	
}
.shop-contact img {
	width: 30px;
	height: auto;
	vertical-align: middle;
	padding-right: 8px;
}
.shop-reserve {
	grid-row: 4;
	grid-column: 1 / 2;	
}
.shop-member {
	grid-row: 2 / 4; /* 最終的には2 / 5 */
	grid-column: 2;	
}
.shopmypage .wrap {
	margin-bottom: 3.5em;
}
.shopmypage .star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #b4b4b4; /* グレーカラー 自由に設定化 */
	font-size: 1.8rem;
	letter-spacing: 2px;
}

/*////////// user-login //////////*/
.login-beginner {
	margin: 2em auto;
	padding: 10px;
	border: solid 3px #c9c14f;
	background-color: #f5eb5e;
}
.login-beginner > p {
	margin-bottom: 1em;
	text-align: center;
}
.login-beginner .step-guide {
	width: max-content;
	margin: 0 auto;
}
.registration_login_action__wrap {
	margin: 30px;
}
.registration_login_action__title {
	margin-bottom: .5em;
	text-align: center;
}
.login_service__list_item {
	list-style: none;
}
div.line-login-button {
	width: 222px;
	height: 64px;
	margin: 0 auto;
	background-image: url(../img/line_login_button/btn_login_base.png), url(../img/line_login_button/btn_login_hover.png), url(../img/line_login_button/btn_login_press.png);
	background-size: cover, 0 0, 0 0;
}
div.line-login-button:hover {
	background-image: url(../img/line_login_button/btn_login_hover.png);
	background-size: cover;
}
div.line-login-button:active {
	background-image: url(../img/line_login_button/btn_login_press.png);
	background-size: cover;
}
.user_type_select__list {
	width: max-content;
	margin: 20px auto;
	padding: 0;
	text-align: left;
}
.user_type_select__list_item {
	list-style: none;
}
/*////////// toppage  //////////*/
.toppage {
	width: 100%;
	max-width: 1100px;
	display: grid;
	grid-template-columns: 55% 45%;
	margin: 1em auto;
	justify-content: space-between;
	box-sizing: border-box;
}
.toppage .star5_rating {
	position: relative;
	z-index: 0;
	display: inline-block;
	white-space: nowrap;
	color: #b4b4b4; /* グレーカラー 自由に設定化 */
	font-size: 1.8rem;
	letter-spacing: 2px;
}

/*////////// footer //////////*/
footer {
	width: 100%;
	height: 140px;
	background: #eeedeb;
	margin-top: 1em;
	padding: 1em 0;
	box-sizing: border-box;
}
.footer-nav {
	margin-left: 1em;
}
.footer-nav li {
	display: inline;
	margin: 0 1em;
	padding: 0;
	display: inline-block;
	text-align: center;
	position: relative;
	font-size: 1.4rem;
	line-height: 1em;
}
.footer-nav li a {
	color: #0a2d50;
}
.footer-nav li a:hover,
.footer-nav li a.active {
	color: #dc4623;
}

/*////////// gm //////////*/
.gm-style-iw {
	font-family: '游ゴシック', YuGothic, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif, -apple-system, BlinkMacSystemFont;
}
.gm-style-iw .shop-list-search img {
	width: 150px;
	height: 150px;
	object-fit: cover;
}
.gm-style-iw .no-shop-top-photo {
	width: 150px;
	height: 150px;
}
.gm-style-iw .no-shop-top-photo p {
	line-height: 150px;
}
.gm-style-iw .shop-list-search h2 {
	line-height: 1.8em;
}
.gm-style-iw .shop-list-search a.tel {
	line-height: 1.8em;
}
.gm-style-iw .shop-list-search p {
	margin: 0;
}
.gm-style-iw .shop-list-search p.shopmypage {
	margin-top: .5em;
}

/*////////// error //////////*/
.error-box {
	background: #fcc;
	max-width: 958px;
	margin: 0 2em 1em;
	padding: .5em;
	border: solid 5px #e33;
}

/*////////// terms-of-service //////////*/
.terms-of-service p {
	margin: 10px 10px 0;
	line-break: anywhere;
}
.terms-of-service dt {
	font-weight: bold;
}
.terms-of-service p.lead {
}
.terms-of-service dl.level-1 > dt {
	margin-top: 20px;
	line-height: 2em;
	background: #eeeded;
}
.terms-of-service dl.level-1 > dt::before {
	content: ' ';
	border: solid 3px #dc4623;
	margin-right: .5em;
}
.terms-of-service dl.level-1 > dd {
	font-size: 1.4rem;
}
.terms-of-service dl.level-2 > dt {
	margin-top: 15px;
	line-height: 2rem;
	padding: 0 8px;
}
.terms-of-service dl.level-2 > dd {
	padding-left: 10px;
}
.terms-of-service dl.level-3 > dt {
	line-height: 2rem;
	padding: 0 8px;
}
.terms-of-service dl.level-3 > dd {
	padding-left: 10px;
}
.terms-of-service dl.list dt {
	display: list-item;
	margin: 15px 29px 0;
	padding: 0;
}
.terms-of-service dl ul {
	margin: 6px 35px;
	list-style: disc;
}
.terms-of-service dl ul.inner-list li {
	padding: 0;
}
.terms-of-service dl ol li {
	margin-top: 10px;
	line-height: 2.4rem;
	padding-left: 1em;
}

/*////////// beginner //////////*/
.beginner {
	text-align: center;
}
.beginner p {
	font-size: 1.6rem;
}
.beginner h1 {
	padding-bottom: .5em;
	text-decoration: underline;
}
.beginner h2 {
	margin: 2em 0;
	padding: .5em 0;
	background: #eeeded;
}
.beginner h2.theme {
	font-size: 1.8em;
}
.beginner h2:last-child {
	padding: .5em 0 .7em;
}
.beginner h2:last-child div.line_login_button {
	margin-top: .2em;
}
.beginner .lead {
	display: flex;
	margin: 1em 0;
	justify-content: center;
	align-items: flex-end;
	column-gap: 10px;
}
.beginner .lead span {
	font-size: 2rem;
	line-height: 4.6rem;
}
.beginner .point {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	column-gap: 3em;
}
.beginner .point > div {
	width: 650px;
}
.beginner .point > div img {
	margin: .55em 0 .3em;
}
.beginner .how-to-use {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 3.3em;
}
.beginner .how-to-use > div {
	width: 350px;
}
.beginner .how-to-use > div img {
	margin-bottom: .1em;
}
.beginner .how-to-use p.step {
	margin: .2em 0;
	font-size: 1.8rem;
	font-weight: bold;
}
.beginner .how-to-use .arrow::before {
	content: '';
	display: block;
	position: relative;
	bottom: 44px;
	right: 8px;
	width: 25px;
	height: 25px;
	border-top: 9px solid #7896b4;
	border-right: 9px solid #7896b4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.beginner table {
	margin: 0 auto .5em;
	border-collapse: separate;
	border-spacing: 5px;
}
.beginner table thead tr {
	text-align: center;
	background: #ddeeee !important;
}
.beginner table tr:nth-child(odd) {
	background: #eeedeb;
}
.beginner table tr:nth-child(even) {
	background: #f7f7f7;
}
.beginner table th, .beginner table td {
	padding: .1em .4em;
}
.beginner table thead th:first-child {
	visibility: hidden;
}
.beginner table tbody th:first-child {
	width: 450px;
}
.beginner table thead th:not(:first-child) {
	width: 100px;
	text-align: center;
}
