<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.header-container {
	border-bottom: 1px solid #eeeeee;
}

.wrapper h1 {
	margin: 40px 0;
}

.map-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.snslogin-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.right-contents {
	width: 270px;
}

@media screen and ( min-width : 750px) {
	.snslogin-container .right-contents {
		width: 50%;
	}
}

/*左側コンテンツ*/
.section-map {
	padding-bottom: 40px;
}

.map-box {
        width: 750px;
	height: 550px;
	background: url(../img/event/map.png) no-repeat left 140px center;
	border-radius: 16px;
	border: 4px solid rgba(235, 235, 235, 0.6);
	position: relative;
	padding: 20px;
	font-size: 1.4rem;
        margin: 0 auto 40px;
        font-size: 14px;
        display: none;
}
.map-box.show {
        display: block;
}
.btn_search.hide {
        display: none;
}
.btn_search {
        margin-bottom: 40px;
}
.map-box::before {
	content: "";
	display: block;
}

.map-box .hokuriku-container {
	position: absolute;
	left: 210px;
	top: 27px;
	text-align: right;
}

.map-box .hokkaido-container {
	position: absolute;
	right: 95px;
	top: 55px;
}

.map-box .kinki-container {
	position: absolute;
	left: 145px;
	top: 135px;
	text-align: right;
}

.map-box .touhoku-container {
	position: absolute;
	right: 10px;
	top: 175px;
}

.map-box .chugoku-container {
	position: absolute;
	left: 80px;
	top: 240px;
	text-align: right;
}

.map-box .kantou-container {
	position: absolute;
	right: 10px;
	top: 288px;
}

.map-box .kyusyu-container {
	position: absolute;
	left: 30px;
	bottom: 50px;
	text-align: right;
}

.map-box .shikoku-container {
	position: absolute;
	left: 320px;
	bottom: 33px;
}

.map-box .toukai-container {
	position: absolute;
	left: 490px;
	bottom: 33px;
}

.map-box .okinawa-container {
	position: absolute;
	left: 235px;
	bottom: 25px;
}

.prefectures {
	font-weight: 700;
	padding-bottom: 5px;
}

.prefectures.p-left {
	padding-right: 22px;
}

.map-box ul {
	max-width: 210px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.map-box ul li {
	margin: 6px 3px 10px 0;
}

.map-box ul li a {
	width: 68px;
	background-image: url(../img/event/icon_map.png);
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: left center;
	background-color: #fff;
	border: 1.5px solid rgba(235, 235, 235, 0.7);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 6px 17px 6px 17px;
	color: #0070c9;
	text-align: center;
}

.map-box ul li span.no-link {
	width: 68px;
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: left center;
	background-color: #fff;
	border: 1.5px solid rgba(235, 235, 235, 0.7);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 6px 17px 6px 17px;
	color: #dcdcdc;
	text-align: center;
}

.map-box ul li a.threeletter, .map-box ul li span.threeletter {
	padding: 6px 6px 6px 15px;
}

.kantou-container ul li.f-right {
	margin-left: auto;
}

.toukai-container ul, .shikoku-container ul {
	width: 142px;
}

/*右側コンテンツ*/
.right-contents .ttl-custome-h2 {
	font-size: 21px;
	padding-bottom: 12px;
}

.right-contents .btn-strong {
	width: 100%;
}

/*メイン下*/
.bottom-img-container {
	border-bottom: 1px solid #eeeeee;
}

.bottom-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.bottom-img .img-staff {
	width: 300px;
}

.bottom-img .logo {
	width: 93px;
	margin: 0 0 20px 30px;
}

.bottom-img .icon-no1 {
	width: 240px;
	margin: 0 0 20px 20px;
}

.privacy-container {
	padding: 48px 0 48px 0;
}

.privacy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.privacy-text {
	margin-left: 30px;
}

.operate-text {
	margin-left: 60px;
}

.operate-text a {
	display: inline-block;
	margin-top: 10px;
}

@media screen and (min-width : 750px) {
	.left-contents {
		-webkit-box-flex: 1;
		-ms-flex:1;
		flex: 1;
		padding-right: 30px;
	}
}
@media screen and ( max-width : 1048px) and (min-width : 750px)  {
	.map-container {
		-webkit-box-orient: vertical;
		webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.right-contents {
		width: 100%;
	}
	.map-container .left-contents {
		width: 100%;
		padding:0px;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.map-container .right-contents {
		margin-top: 20px;
	}
	.map-box {
		width: 750px;
	}
	.snslogin-container .right-contents {
		width: 40%;
	}
	.snslink {
		min-width: 200px !important;
	}
}

@media screen and ( max-width : 750px) {
	.wrapper h1 {
		margin: 5.333vw 0;
	}
	.map-container {
		-webkit-box-orient: vertical;
		webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.snslogin-container {
		-webkit-box-orient: vertical;
		webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.left-contents {
		padding: 0;
	}
	.right-contents {
		width: 100%;
	}
.map-box-sp {
        display: none!important;
}
.map-box-sp.show {
        display: block!important;
}
.btn_search-sp.hide {
        display: none!important;
}
.btn_search-sp {
        margin-bottom: 20px;
}
	.map-box-sp .prefectures-container, .prefectures-container ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.prefectures-container ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.map-box-sp {
		padding: 10px 0 50px 0;
                font-size: 14px;
	}
	.prefectures-container {
		margin-bottom: 20px;
	}
	.prefectures-container .prefectures {
		margin: 0px 20px 0 0;
		min-width: 70px;
		padding: 5px 0 5px 0px;
		text-align: center;
	}
	.prefectures-container .prefectures {
		background-color: #f6f6f6;
	}
	.prefectures-container li {
		padding-bottom: 10px;
	}
	.prefectures-container li a {
		color: #0070c9;
		text-decoration: underline;
		cursor: pointer;
		padding-right: 2.3vw;
	}
	.prefectures-container li a:hover {
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
		text-decoration: none;
		opacity: 0.8;
	}
	.prefectures-container li span {
		padding-right: 2.3vw;
	}
	.prefectures-container li span.no-link {
		color: #dcdcdc;
	}
	.right-contents div {
		width: 100%;
		padding: 0 20px 0 20px;
	}
	.privacy-sp {
		text-align: center;
		font-size: 18px;
	}
}

/*検索結果リスト*/
.section-result {
	padding-bottom: 40px;
}

.tab-menu {
	position: relative;
}

.tab-menu .tab-img {
	width: auto;
	position: absolute;
	right: 0px;
}

.tab-img {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
}

.tab-img div {
	margin-left: 10px;
}

.icon-kitamura {
	background: url(../img/common/icon-kitamura.png) no-repeat center;
	width: 30px;
	height: 30px;
}

.icon-user {
	background: url(../img/common/icon-user.png) no-repeat center;
	width: 30px;
	height: 30px;
}

.table-icon {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.table-icon div {
	margin-right: 10px;
}

.search-list-tb th {
	text-align: center;
	font-weight: 700;
}

.search-list-tb th:nth-child(n+2), .search-list-tb td:nth-child(n+2) {
	border-left: 1px solid rgb(230, 230, 230);
}
/*予約*/
.section-browsing-history .wrapper {
	position: relative;
}

.section-browsing-history .tab-img {
	position: absolute;
	top: 0px;
	right: 15px;
}

.login-container {
	padding-top: 30px;
}

.login-container table th {
	width: 250px;
	font-weight: 700;
}

.login-container input {
	width: 200px;
	margin: 0;
	margin-left: 20px;
}

.pw-forget {
	text-align: center;
}

.pw-forget p {
	padding: 15px 0 15px 0;
}

.pw-forget .btn-strong {
	display: inline-block;
	width: 238px;
}

.search-list-map {
	position: relative;
	padding: 0 15px 0 15px;
	z-index: 1;
}

.search-list-map {
	overflow: hidden;
	width: 100%;
	height: auto;
}

.search-list-map img {
	display: block;
	transition-duration: 0.3s;
}

.search-list-map img.img-scale {
	transform: scale(1.4);
	transition-duration: 0.3s;
}

.search-list-map span {
	display: none;
	position: absolute;
	top: 180px;
	left: 430px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 700;
	padding: .2rem;
	border: 1px solid #f0f0f0;
	border-radius: 2px;
	color: #666;
	background: rgba(255, 255, 255, 0.7);
	z-index: 3;
}

.map-icon {
	position: absolute;
	top: 195px;
	left: 480px;
	width: 60px;
	height: auto;
	z-index: 2;
}

.map-icon:hover span {
	display: block;
}

@media screen and ( max-width : 750px) {
	.tabs .wrapper {
		padding: 0;
	}
	.section-result .tabs .tab-menu {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.section-result .tabs .tab-menu li {
		margin-left: 20px;
	}
	.tab-img {
		position: static;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 2.666vw 2.666vw 0;
		font-size: 3.466vw;
		font-weight: 700;
		border-bottom: 1px solid #eeeeee;
		text-align: center;
	}
	.tab-img span {
		display: inline-block;
		vertical-align: super;
		margin-left: 10px;
	}
	.tab-img span.icon-kitamura, .tab-img span.icon-user {
		margin-bottom: -1rem;
	}
	.search-list-tb {
		table-layout: fixed;
	}
	.search-list-tb table, .search-list-tb tr, .search-list-tb td {
		width: 100%
	}
	.search-list-tb.search tr:nth-child(2n) {
		background-color: #f8f8f8;
	}
	.search-list-tb td {
		position: relative;
	}
	.search-list-tb dl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.search-list-tb dt {
		width: 100%;
		background-color: transparent;
		text-align: left;
		padding: 5px 0 5px 10px;
		color: #0070c9;
		text-decoration: underline;
		font-size: 1.8rem;
		font-weight: 700;
	}
	.search-list-tb dd {
		padding: 0 1em 0 1em;
		font-size: 1.6rem;
	}
	.search-list-tb dd:nth-child(odd) {
		width: 35%;
	}
	.search-list-tb dd:nth-child(even) {
		width: 65%;
	}
	.search-list-tb dd p {
		padding-bottom: 5px;
	}
	.search-list-tb dd.tb-right {
		padding-left: 20px;
	}
	.search-list-tb .btn-net-reserv-s {
		position: absolute;
		/* top: 1.8em;
		right: 1em; */
		top:auto;
		right:5%;
	}
		.search-list-tb .btn-net-reserv-s {
			width: 27%;
			height: auto;
			border-radius: 4vw;
			box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
			font-size: 3.5vw;
			padding: 1.6rem 0 1.6rem 1.8rem;
			line-height: 132%;
			text-align: center;
		}

	.search-list-tb .btn-net-reserv-s span {
		font-size: 2.666vw;
	}
	/* .search-list-tb td .table-icon {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	} */
	.table-icon {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.search-list-tb td p.tb-heading {
		padding-top: 0.5em;
		font-weight: 700;
	}
	.search-list-tb td dd.other {
		padding-bottom: 30px;
	}

	/* .search-list .search-list-tb dt {
		width: 65%;
	} */

	/*予約*/
	.section-browsing-history {
		padding-bottom: 40px;
	}
	.section-browsing-history .tab-img {
		position: static;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: center;
	}
	.section-browsing-history .search-list-tb dt {
		color: #333333;
		text-decoration: none;
	}
	.section-browsing-history .search-list-tb .btn-net-reserv-s {
		top: auto;
		right: 5%;
	}
	.section-browsing-history .search-list-tb .icon-plus,
		.section-browsing-history .search-list-tb .icon-m {
		background-position: right 20px center;
	}
	.login-container table th {
		display: block;
		width: 100%;
	}
	.login-container th {
		padding-left: 20px;
	}
	.login-container th, .login-container td {
		display: block;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.login-container input {
		width: 90%;
	}
	.login-container td.td-pw {
		border: none;
	}
	.pw-forget .btn-strong {
		width: 80%;
		border-radius: 30px;
	}
	.map-icon {
		top: 70px;
		left: 190px;
		width: 30px;
		height: auto;
	}
}
@media screen and ( max-width : 750px) and (orientation: landscape) {
	.search-list-tb dd:nth-child(odd) {
		min-height:9rem;
	}
	.search-list-tb dd:nth-child(even) {
		min-height:9rem;
	}
	.search-list-tb .btn-net-reserv-s {
		font-size: 2.3vw;
	}
	.search-list-tb .btn-net-reserv-s span {
		font-size: 1.8vw;
	}
}

/*step1*/
@media screen and ( min-width : 750px) {
	.section-step .wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
	}
	.step1-modal-table .btn-net-reserv-s {
		position: absolute;
		top: 1em;
		right: 0;
	}
}

.step-list {
	position: absolute;
	right: 0;
	top:33%;
}

.step-list ul li div {
	position: relative;
	text-align: center;
	color: #fff;
	margin-right: 10px;
}

.step-list ul li div img {
	width: 100%;
}

.step-list ul li p {
	position: absolute;
	top: 9%;
	left: 17%;
	margin: 0;
	padding: 0;
	font-weight: 700;
}

.step-list ul li span {
	font-weight: 500;
}

.step-list ul li:last-child p {
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}

.step-list ul li p span {
	font-size: 12px;
	display: block;
	margin-bottom: -3px;
}

.step-list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.availability-table {
	table-layout: fixed;
}

.availability-table th, .availability-table td {
	text-align: center;
}

.availability-table th {
	font-weight: 700;
	padding: 10px 0 10px 0;
}

.availability-table th:nth-child(1) {
	border-right: 1px solid #e6e6e6;
}

.availability-table .selected-store {
	background-color: #fff2f2;
}

.availability-table .nearby-store {
	background-color: #fff9d1;
}

.availability-table tr:nth-child(2n) {
	background-color: #f8f8f8;
}

.availability-table tr td:nth-child(1) {
	font-weight: 700;
}

.availability-table tr td:nth-child(2) {
	border: 1px solid #e6e6e6;
}

.availability-table tr td span {
	font-size: 10px;
}

.availability-table td a {
	text-decoration: underline;
	font-weight: 700;
}

.availability-table td a:hover {
	text-decoration: none;
}

.step1-status-cancel {
	padding-right: 30px;
}

.research {
	text-align: center;
	padding: 40px 0 60px 0;
}

.research p {
	padding-bottom: 15px;
}

.reservation-entry table {
	table-layout: fixed;
}

.reservation-entry table th {
	width: 25%;
	font-weight: 700;
	padding-left: 20px;
}

.reservation-entry table td {
	padding: 10px 20px;
}

.reservation-entry table td.shooting-content {
	padding: 20px;
	background-color: #fff4ce;
}

.reservation-entry table td.shooting-content .check {
	-webkit-box-orient: vertical;
	webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 120px;
}

.reservation-entry table input[type="text"] {
	width: 200px;
	margin-right: 20px;
}

.reservation-entry table input[type="text"].long {
	width: 240px;
}

.btn-medium.child-info-del {
	height: 44px;
	width: 300px;
	padding: 5px 0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 1.6rem;
}

#add-child {
	height: 60px;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background-color: #ececec;
	text-align: center;
	line-height: 60px;

	margin-top: 30px;
}

#add-child span {
	display: inline-block;
	padding-left: 25px;
	font-weight: 700;
}

.net-login {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 30px;
}

.net-login p {
	width: 80%;
}

@media screen and ( min-width : 750px) {
	.reservation-entry-page .ttl-cmn-h3, h3.mycole {
		text-align: left;
		color: #333333;
		font-size: 17px;
		font-weight: bold;
		position: relative;
		background-color: #fff;
		padding: 13px 20px 12px;
		margin-bottom: 10px;
	}
	.reservation-entry-page .ttl-cmn-h3:after {
		position: absolute;
		top: 16px;
		bottom: 16px;
		content: "";
		left: 0;
		width: 3px;
		background-color: #e94235;
	}
	.net-login a {
		width: 238px;
		height: auto;
		padding: 9px 0 8px 20px;
		font-size: 15px;
		margin-left: auto;
	}
	.net-login .btn-strong.with-right-arrow {
		background-size: 14px;
	}
	.shichigosan .btn-strong {
		width: 360px;
	}
}

.maillmagazine {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0 30px 0;
}

.maillmagazine div {
	margin-right: auto;
}

.terms {
	text-align: center;
}

.terms a, .terms input[type="submit"], .terms input[type="button"], .terms button[type="button"], .terms button[type="submit"] {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.terms a span {
	padding-left: 50px;
}

.user label {
	display: inline-block;
	width: 38px;
}

.maillmagazine div p {
	padding-left: 20px;
}

.step3-supplement {
	line-height: 2em;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.step3-supplement ul.dot {
	padding-left: 2em;
}

.step3-retransmission {
	padding: 30px 0 30px 0;
	font-size: 16px;
}

.retransmission-box {
	width: 50%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 2em;
}

.retransmission-box .btn-strong {
	width: 210px;
	padding-left: 30px;
}

.retransmission-box input[type="text"] {
	width: 290px;
	background-color: #fff;
}

.step3-contact {
	/* width: 50%; */
	padding-bottom: 70px;
}

.step3-contact .flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.step3-contact .flex .telnum {
	padding-right: 10px;
}

.side-list-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.side-list {
	margin-left: auto;
}

.step1-cancel-modal {
	width: 50%;
}

.step1-modal-table {
	table-layout: fixed;
}

.step1-modal-table td {
	position: relative;
}

.step1-modal-table .store-name {
	padding: 30px 0 30px 0;
}

.step1-modal-table .store-name p {
	width: 60%;
}

.step1-modal-table caption {
	font-weight: 700;
	text-align: left;
	/* border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px; */
	border-top: 1px solid #eeeeee;
	margin-top: 10px;
	font-size: 150%;
	padding-left:20px;
	padding-top:5px;
}

.store-name.search {
	position: relative;
	padding-bottom: 40px;
}

.store-name.search p {
	width: 60%;
}

.store-name.search .btn-net-reserv-s {
	position: absolute;
	top: -20%;
	right: 0;
}

.search-modal-table {
	table-layout: fixed;
}

.search-modal-table th {
	width: 88px;
}

.modal-cmn-table {
	width: 100%;
}

.modal-cmn-table .short {
	width: 50%;
}

@media screen and ( min-width : 750px) {
	.modal-calender-flex {
		-webkit-box-orient: vertical;
		webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.modal-calender-flex div {
		margin: 0;
	}
}
@media screen and ( max-width :1048px) {
	.reservation-entry table td.shooting-content .check {
		margin: 0;
		width: 50%;
	}
}

@media screen and ( max-width : 1048px) and (min-width : 750px)  {
	.net-login p {
		width: 72%;
	}
}

@media screen and ( max-width :750px) {
	.step-list {
		position: static;
	}
	.step-list ul {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.step-list ul li {
		-ms-flex-preferred-size: 33.333%;
		flex-basis: 33.333%;
		background-size: 100%;
		font-size: 2.933vw;
		font-weight: 700;
	}
	.step-list ul li p {
		top: 6%;
	}
	.step-list ul li p span {
		font-size: 2.533vw;
	}
	.availability-table th, .availability-table td {
		padding: 1.6vw;
	}
	.availability-table tr td:first-child {
		width: 120px;
	}
	.research p {
		font-size: 1.8rem;
	}
	.reservation-entry table th, .reservation-entry table td {
		display: block;
		width: 100%;
		border: none;
		padding: 2.133vw 2.666vw 2.133vw 2.666vw;
	}
	.reservation-entry table td.shooting-content .check {
		margin: 0;
		width: 50%;
	}
	.reservation-entry table input[type="text"] {
		width: 100%;
		height: 50px;
	}
	.reservation-entry table input[type="text"].long {
		width: 100%;
	}
	.select-custom select {
		width: 100%;
		height: 50px;
	}
	.select-custom.birthday-select {
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.select-custom.birthday-select p {
		width: 30%;
	}
	.select-custom.birthday-select select {
		height: 50px;
	}
	.net-login {
		-webkit-box-orient: vertical;
		webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.net-login a {
		margin-top: 20px;
		width: 80%;
		padding: 10px 10px 10px 30px;
	}
	.net-login p {
		width: 100%;
	}
	.reservation-entry table .user input[type="text"] {
		margin: 0 2.666vw 0 0.666vw;
		width: 32vw;
	}
	.maillmagazine {
		-webkit-box-orient: vertical;
		webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 10px 20px 30px 20px;
	}
	.maillmagazine div {
		width: 100%;
	}
	.maillmagazine a {
		margin-left: auto;
	}
	.step3-supplement {
		line-height: 1.5em;
	}
	.step3-supplement ul {
		padding-top: 10px;
	}
	.retransmission-box {
		width: 100%;
		-webkit-box-orient: vertical;
		webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.retransmission-box p {
		width: 100%;
	}
	.retransmission-box input[type="text"] {
		width: 100%;
		height: 50px;
	}
	.retransmission-box .btn-strong {
		width: 80%;
		margin-top: 20px;
		padding-left: 30px;
	}
	.step3-contact {
		width: 100%;
	}
	.step3-contact .flex {
		-webkit-box-orient: vertical;
		webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.step1-modal-table p {
		font-size: 4vw;
	}
	.step1-modal-table tr {
		border-bottom: 1px solid #eeeeee;
	}
	.step1-modal-table td {
		display: block;
		position: relative;
		width: 100%;
		border: none;
	}
	.step1-modal-table .store-name {
		position: relative;
		min-height: 100px;
		padding: 4vw 0 4vw 0;
	}
	.step1-modal-table .store-name .main {
		font-size: 4vw;
		line-height: 5.066vw;
	}
	.step1-modal-table .store-name .btn-net-reserv-s {
		position: absolute;
		top: 15px;
		right: 0;
		max-height: 130px;
		border-radius: 4vw;
		box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
		font-size: 3.2vw;
		padding: 1.2rem;
		margin-left: auto;
		width: 35%;
	}
	.step1-modal-table .store-name .btn-net-reserv-s .text-top {
		font-size: 2.666vw;
	}
	.step1-modal-table .map-img {
		width: 100%;
	}
	.modal-cmn-table th, .modal-cmn-table td {
		display: block;
	}
	.user label {
		font-size: 1.4rem;
		width: 28px;
	}
	.store-name.search {
		padding: 20px 0 20px 0;
	}
	.store-name.search .btn-net-reserv-s {
		top: 10px;
		right: 0;
		width: 35%;
		height: auto;
		border-radius: 4vw;
		box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2);
		font-size: 3.2vw;
		padding: 1.2rem 0 1.2rem 0;
	}
	.side-list-wrapper {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	.side-list-wrapper h1 {
		margin-top: 3px;
	}
	.side-list {
		margin-top: 10px;
	}
}

.some-btn ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.some-btn ul input[type=submit] {
	width:80%;
}
.open-edit-child {
	padding: 5px 20px;
    margin: 10px 10px 10px 40px;
    display: inline-block;
    cursor: pointer;
    color: #000;
}

/* ボタン */
input[type="submit"], input[type="button"], button[type="button"], button[type="submit"] {
	cursor: pointer;
}

/* SNSログイン */
.sns-link-md-box .title {
	font-size: 110%;
    margin: 10px;
}
.sns-link-md-box .link-box p {
	margin:10px;

}
.snslink {
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: 10px center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 10px 17px 10px 40px;
	text-align: left;
	min-width: 300px;
	display: inline-block;
}
.sns-ln-p {
	background-image: url(../img/common/sns-line-w.png);
	border: 1.5px solid #00b900;
	background-color: #00b900;
	color: #ffffff;
}
.sns-fb-p {
	background-image: url(../img/common/sns-facebook-w.png);
	border: 1.5px solid #4267b2;
	background-color: #4267b2;
	color: #ffffff;
}
.sns-yh-p {
	background-image: url(../img/common/sns-yahoo-w.png);
	border: 1.5px solid #e94235;
	background-color: #e94235;
	color: #ffffff;
}
.sns-gl-p {
	background-image: url(../img/common/sns-google-w.png);
	border: 1.5px solid rgba(235, 235, 235, 0.7);
	background-color: #ffffff;
	color: #000000;
}
.snslink-s {
	display: inline-block;
	width: 15%;
	margin: 0.5em;
	cursor: pointer;
}
.snslink-s img {
	float: none;
}
@media screen and ( max-width : 750px) {
	.sns-link-sm-box {
		position: relative;
	    margin: 4em 0 0.5em;
	    padding: 0.5em 1em;
	    border: solid 1px #e6e6e6;
	}
	.sns-link-sm-box .title {
		position: absolute;
	    display: inline-block;
	    top: -10px;
	    left: 10%;
	    right: 10%;
	    background: #ffffff;
	}
	.sns-link-sm-box .link-box {
		margin: 0;
	    padding: 20px 0;
	}
}

/* エラーメッセージ */
div.errors {color:#ff0000;}
li.errors {color:#ff0000;}
span.errorOne{color:#ff0000;display: inline-block;}</pre></body></html>