@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}

/* @end */

/* @group Color */

.black {
	color: #494544;
}

.orange {
	color: #e9a944;
}

.green {
	color: #F43F66;
}

.no-active{
	opacity: 0.5;
	pointer-events: none;
}

/* @end */

/* @group Rayout - レイアウト定義 */

html {
	display: flex;
	flex-direction: column;
	background-color: #fcfcfc;
}

body {
	font-family: 'Lato','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.navbar {
	transition: 0.5s;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(255, 255, 255, 0.8);
}

.navbar-menu.is-active {
	background-color: transparent;
	border-top: 1px dashed #cacaca;
}

.header {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00347C;
	background-repeat: no-repeat;
	background-size: contain;
}

.header .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .container p {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex: 1 1 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.error, .information {
	background-color: white;
	border-style: dashed;
	margin-bottom: 20px;
	padding: 1em;
	border-width: 1px;
	font-size: 15px;
}

.error {
		font-size: 15px;
	color: #FF4040;
	border-color: #FF4040;
}
 th span.th-ja {
	 font-size: 85%;
    line-height: 1.3em;
    display: block;
    border-top: 1px dashed #dbdbdb;
    margin-top: 4px;
    padding-top: 4px;
}
 td span.td-ja {
	 font-size: 85%;
    line-height: 1.3em;
    display: block;
    border-top: 1px dashed #dbdbdb;
    margin-top: 4px;
    padding-top: 4px;
}

.lang-ja{
	font-size: 95%;
	margin: 0.5em 0 0 0;
	border-top: 1px dashed #ddd;
	padding: 0.5em 0 0 0;
}

.br_sp{
	display: none;
}

.pc_none{
	display: none;
}

.information {
	border-color: #c6c6c6;
}

.information .warning, .caution .warning {
	font-weight: bold;
	margin-bottom: 3px;
}

.information .warning:not(:first-child), .caution .warning:not(:first-child) {
	font-weight: bold;
	margin-top: 8px;
}

.information .warning:before, .caution .warning:before {
	color: #fda400;
	font-family: 'Material Icons';
	content: "\e002";
	font-weight: normal;
	font-style: normal;
	margin-right: 2px;
	position: relative;
	top: 1px;
}

.caution {
	background-color: #FFF9D8;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 1em;
}

.caution ul{
	padding-left: 1.5em;
	box-sizing: border-box;
}

.caution ul li{
	list-style-type: disc;
	line-height: 1.3;
}

.alart_en{
	font-weight: bold;
	color: red;
	line-height: 1.3;
	margin-bottom: 0.8em;
	font-size: 16px;
}

.alart_ja{
	font-weight: bold;
	color: red;
	line-height: 1.3;
	font-size: 15px;
}

ul.chui{
	list-style-type: disc;
	font-size: 15px;
	padding-left: 1em;
	box-sizing: border-box;
	line-height: 1.3;
}

ul.chui li:not(:last-child){
	margin-bottom: 8px;
}


/* @end */

/* @group Top */

.reg-btn .column {
	display: flex;
	flex-wrap: wrap!important;
}
    .reg-btn.columns:not(.is-desktop) {
        display: flex;
		flex-wrap: wrap;
}

.reg-btn .card {
	text-align: center;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

.card img {
	background-color: #ececec;
	padding: 20px;
	transition: 0.5s;
}

.card img:hover {
	padding: 5px;
	opacity: 0.5;
}

.deadline {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 0;
}

.deadline .material-icons {
	font-size: 14px;
	position: relative;
	top: 2px;
	margin-right: 3px;
}

/* @end */

/* @group Session */

.session {
	background-color: white;
	padding: 1em;
}

.session:not(:last-child) {
	margin-bottom: 30px;
}

.acd-check {
	display: none;
}

.acd-label {
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	transition: 0.3s;
	border-bottom: 1px dashed #c6c6c6;
	cursor: pointer;
}

.acd-label:after {
	font-family: 'Material Icons';
	content: "\e315";
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.acd-label:hover:after {
	font-family: 'Material Icons';
	content: "\e313";
}

.acd-label:hover {
	background-color: #f4f4f4;
}

.acd-content {
	font-size: 14px;
	height: 0;
	opacity: 0;
	transition: 0.3s;
	visibility: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
	height: 100%;
	opacity: 1;
	padding: 10px 0 20px 46px;
	visibility: visible;
}

/* @end */

/* @group Common */

.site-content h1 {
	font-size: 26px;
	margin-bottom: 25px;
	text-align: center;
}

.site-content h2 {
	font-size: 20px;
	border-bottom: 3px double rgba(2,52,124,1.00);
	margin-bottom: 15px;
	margin-top: 15px;
	color: rgba(2,52,124,1.00);
}

.site-content h2 small{
	font-size: 15px;
}

.site-content h3 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #F43F66;
}

.site-content h4 {
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #333;
	font-weight: bold;
}

h2 i.material-icons {
	position: relative;
	top: 4px;
	padding-right: 5px;
}

span:lang(en) {
	font-size: 80%;
	font-weight: normal;
	font-style: normal;
}

.site-content h1 span:lang(en):before, .site-content h2 span:lang(en):before {
	content: " / ";
}

.reg-info {
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 0.5em;
	padding-bottom: 5px;
	padding-left: 0.5em;
	border-bottom: 1px dashed #cfcfcf;
}

[class*="link-"]:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	top: 2px;
}

a.link-ex:after {
	content: '\e89e';
}

a.link-pdf:after {
	content: '\e415';
}

a.link-download:after {
	content: '\e161';
}

a.link-mail:after {
	content: '\e0e1';
}

hr {
	height: 6px;
	background: url(img/hr.svg) center center repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
}

@media all and (-ms-high-contrast: none) {
	hr {
		background: url(img/hr.png) center center repeat-x;
	}
}

.required {
	color: red;
}

.is-10pct {
	width: 10%;
}

.is-20pct {
	width: 20%;
}

.is-30pct {
	width: 30%;
}

.is-40pct {
	width: 40%;
}

.is-50pct {
	width: 50%;
}

.is-60pct {
	width: 60%;
}

.is-70pct {
	width: 70%;
}

.is-80pct {
	width: 80%;
}

.is-90pct {
	width: 90%;
}

/* @end */

/* @group Policy */

.policy h2:not(:first-child) {
	margin-top: 20px;
}

.plicy-list {
	padding-right: 25px;
	padding-left: 10px;
	padding-bottom: 8px;
}

.plicy-list li {
	list-style-type: none;
}

.policy-btn {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: bold;
}

/* @end */

/* @group Form */

.table thead th {
	text-align: center;
}

th {
	background: #f7f7f7;
	font-weight: normal;
}

/*td:empty {
	background: url(img/na.png);
}*/

td.empty-bg {
	background: url(img/na.png);
}
.table tbody th {
	width: 30%;
}

.table tbody td.td-header{
	background: #f7f7f7;
	font-weight: normal;
	width: calc(70%/3);
}

.table tbody td.td-header2{
	background: #f7f7f7;
	font-weight: normal;
	width: calc(70%/5);
	text-align: center;
}


th span:lang(en) {
	line-height: 1em;
	display: block;
	border-top: 1px dashed #dbdbdb;
	margin-top: 5px;
}

.table th, .table td {
	vertical-align: middle;
}

th .required {
	font-weight: normal;
	font-style: normal;
	color: red;
	margin-left: 2px;
}
td i.material-icons {
		position: relative;
	margin-right: 3px;
}
.flex-ai-center {
	display: flex;
	align-items: center;
}
table.accom tbody td,table.accom tbody th  {
	text-align: center;
	font-size: 14px;
}
.fee {
	margin-bottom: 0;
}

.fee caption {
	font-weight: bold;
	margin-bottom: 4px;
}

.fee th, .fee td {
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
}

.fee th {
	width: 70%;
}

.fee td {
	text-align: right;
	width: 30%;
}
.reg {
	table-layout: fixed;

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

}


.cancel-table td{
	min-width: 200px;
}

.table-tag{
	margin: 10px 0;
}

.table-tag td{
	font-size: 14px;
}

.table-tag td.bg-tag-chui{
	background-color: rgba(60,60,60,1.00);
	color: #fff;
}

.table-tag td.bg-tag-chui strong{
	color: #fff;
}
.table-tag td:nth-of-type(1){
	width: 10%;
	text-align: center;
}
.table-tag td:nth-of-type(2){
	width: 20%;
	text-align: center;
}



input[type=text], input[type=radio], input[type=checkbox] {
	margin-right: 5px;
}

input[type=text]:not(:first-child), input[type=checkbox]:not(:first-child) {
	margin-left: 20px;
}
input.no-left-space[type=text]:not(:first-child), input.no-left-space[type=checkbox]:not(:first-child) {
	margin-left: 0px;
}


input[type="radio"][disabled]+label {
	color: silver;
}


.select select {
	width: 100%;
}

.select:not(:last-child) {
	padding-right: 5px;
}

ul.eg {
	font-size: 13px;
	margin-top: 5px;
	color: #808080;
}

p.star {
	color: #fa6767;
}

ul.eg li:before, p.star:before {
	color: #e9a944;
	font-family: 'Material Icons';
	margin-right: 3px;
	position: relative;
	top: 2px;
}

ul.eg li:before {
	content: '\e88e';
}

span.eg {
	display: block;
	font-size: 13px;
	margin-top: 5px;
	color: #808080;
	text-indent: -1em;
	padding-left: 1em;
}

span.eg:before{
	color: #e9a944;
	font-family: 'Material Icons';
	margin-right: 3px;
	position: relative;
	top: 2px;
}

span.eg:before {
	content: '\e88e';
}



p.star:before {
	content: '\e838';
}

.t-keyword th:nth-child(1), .t-affliation th:nth-child(1) {
	width: 4em;
	text-align: center;
}

.t-author tbody th:nth-child(1), .t-author tbody td:nth-child(2), .t-author tbody td:nth-child(6) {
	width: 6em;
	text-align: center;
}

.t-author-conf tbody th:nth-child(1), .t-author-conf tbody td:nth-child(5) {
	width: 5em;
	text-align: center;
}

th.no, td.no {
	background-color: #fff3cd;
}

details {
	margin-bottom: 20px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.campaign-info {
	font-size: 14px;
	padding-top: 10px;
	padding-left: 20px;
}

.maru {
	font-family: 'ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

:placeholder-shown {
	color: #d3d3d3;
}

::-webkit-input-placeholder {
	color: #d3d3d3;
}

:-moz-placeholder {
	color: #d3d3d3;
	opacity: 1;
}

::-moz-placeholder {
	color: #d3d3d3;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #d3d3d3;
}

.field {
	padding-top: 20px;
}

.button {
	color: white;
	border-style: none;
	padding-right: 1em;
	padding-left: 1em;
	transition: 0.5s;
}

.button[name=back] {
	background-color: #858585;
}

.button[name=next] {
	background-color: #F43F66;
}
.button[name=receipt] {
	background-color: #E73169;
}
.button[name=del] {
	background-color: #929292;
}

.button[name=payment], .button[name=fup], .button[name=print] {
	background-color: #e9a944;
}

.button[name=pdflink] {
	background-color: rgba(179,10,0,1);
}

.button .material-icons {
	font-size: 18px;
}

.button .material-icons.lt {
	margin-right: 8px;
}

.button .material-icons.rt {
	margin-left: 8px;
}

.input:focus {
	background-color: #e6fefa;
}

.btns {
	border: 1px dashed silver;
	padding: 15px;
	display: flex;
	justify-content: center;
}

.button:hover {
	opacity: 0.5;
}

.mypage-btn .button {
	font-size: 14px;
	width: 150px;
}

.mypage-btn .button[name=del] {
	width: 200px;
}

.button[name=payment] br {
	display: none;
}

.mp-button-wrap{
	flex-wrap: wrap;
	justify-content: flex-start;
}

.button.mypage-btn{
	min-height: 3.5em;
	line-height: 1.3;
	font-size: 16px;
}

.button.mypage-btn2{
	min-height: 3.5em;
	line-height: 1.3;
	font-size: 16px;
	background-color: #3F6BF5;
	/*margin: 5px 0;*/
}


/* @end */

/* @group Log in */

.box {
	margin-top: 50px;
	border-radius: 0px;
}

.avatar {
	margin-top: -70px;
	padding-bottom: 20px;
}

.avatar img {
	padding: 5px;
	background: #F43F66;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
	box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
	width: 100px;
	height: 100px;
}

.button.log-in {
	border-radius: 3px;
	transition: 0.3s;
}

/* @end */

/* @group File upload */

.article dt {
	float: left;
}

.uploadButton {
	font-size: 14px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	background: #F43F66;
	color: #fff;
	text-align: center;
	line-height: 38px;
	width: 300px;
	cursor: pointer;
	transition: 0.5s;
}

.uploadButton .material-icons {
	font-size: 18px;
	position: relative;
	top: 3px;
	padding-right: 6px;
}

.uploadButton:hover {
	opacity: 0.5;
}

.uploadButton input[type=file] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}

input#item_copy_button{
	font-size: 15px;
	padding: 8px 10px;
	box-sizing: border-box;
	background-color: #EEEEEE;
	border: 1px solid #CCC;
	box-shadow: 0 0 16px -8px rgba(0,0,0,0.2);
}

input#item_copy_button:hover{
	opacity: 0.5;
	cursor: pointer;
	transition-duration: 300ms;
}

.uploadValue {
	display: none;
	background: rgba(255,255,255,0.2);
	border-radius: 3px;
	padding: 3px;
	color: #ffffff;
}

/* @end */

/* @group Receipt */
.receipt .site-content .container {
		border: 1px solid #ccc;
		padding: 50px;
		background-color: white;
			z-index: -2;

}
.receipt h1 {
		font-size: 26px;
}
.under {
		text-decoration: underline;
}
.receipt-detail, .receipt-no, .receipt-date {
		font-size: 14px;
}
.receipt-no, .receipt-date, .receipt-add {
		margin-bottom: 30px;
}
.receipt-date {
		margin-top: 10px;
		text-align: right;
}
.receipt-fee, .receipt-add {
		font-weight: bold;
		font-size: 20px;
		margin-top: 10px;
}
.receipt-fee small {
		font-weight: normal;
		font-size: 75%;
		margin-left: 0.5em;
		text-decoration: none;
}
.invoice-item {
		float: left;
		margin-bottom: 50px;
}
.receipt-date {}
.invoice-address {
		position: relative;
		display: inline-block;
		float: right;
		margin-bottom: 50px;
}
.gakkai {
		text-align: right;
}
.invoice-address img {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
}
.receipt hr {
		clear: both;
}
.invoice-list table {
		font-size: 14px;
		margin-bottom: 20px;
}
.invoice-list table th {
		text-align: left;
		background-color: white;
}
.invoice-list table tbody td:nth-child(2) {
		text-align: right;
		width: 20%;
}
.invoice-list table tbody td:empty {
		background: white;
}
.receipt-bank {
		font-size: 14px;
		border: 1px dashed #ccc;
		padding: 10px;
}
.receipt-bank ul {
		margin-top: 10px;
}
.invoice-list table tbody td.price {
		border-top: 4px double #ccc;
}
.inshi {
	font-size: 12px;
	width: 12em;
	border: 1px solid #666;
	padding: 10px;
	text-align: justify;
}



/* @group Footer */

footer {
	padding: 50px 0;
	color: #666;text-align: center
}
/* @group Footer - フッタの定義*/

footer {
    box-sizing: border-box;
}
footer h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
h3.privacymark {
	margin-top: 20px;
}

h3.privacymark img {
	width: 80px;
	margin-right: 15px;
	float: left;
}

h3.privacymark img:hover{
    opacity: 0.5;
}
footer p {
	font-size: 14px;
}
footer p.copyright {
	color: white;
	font-size: 13px;
	text-align: center;
    padding: 15px 0px;
    box-sizing: border-box;
}



/* @end */
/* 最後までスクロールしたか */

.desc {
	font-size: 14px;
	text-align: center;
}

.terms {
	font-size: 14px;
	max-width: 100%;
	height: 5em;
	margin: 1em 2em;
	padding: 0.5em;
	overflow-y: scroll;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background: white;
}

/* @end */


.disableselect{
	pointer-events: none;
	cursor: not-allowed;
}


/* ホテルスクロール */

.scroll{
	overflow-x: scroll;
	border: 1px solid #ccc;
}

.scroll table.table.accom{
	width: auto;
  table-layout: fixed;
	border-collapse: collapse;
}

.table.accom tbody th,.table.accom tbody td {
min-width: 200px;
	width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll table.table.accom tbody .sticky {
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #EFEFEF;
}
/*.sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: #EFEFEF;
  z-index: -1;
}*/


.scroll table.table.accom tbody .sticky {
	position: -webkit-sticky;
	position: sticky;
	left: 0px;
	width: 200px;
	min-width: 200px;
	max-width: 200px;
	border-left: none;
	border-right: none;
	
}
.scroll table.table.accom tbody .sticky2 {
	position: -webkit-sticky;
	position: sticky;
	width: 130px;
	min-width: 130px;
	max-width: 130px;
	left: 200px;
	background-color: #fff;
	border-left: none;
	border-right: none;
	text-align: left;
}

.scroll table.table.accom tbody .sticky3 {
	position: -webkit-sticky;
	position: sticky;
	width: 110px;
	min-width: 110px;
	max-width: 110px;
	left: 330px;
	background-color: #fff;
	border-left: none;
	border-right: none;
	text-align: left;
}


 .scroll table.table.accom tbody .sticky::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: -1;
}

 .scroll table.table.accom tbody .sticky2::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: -1;
}

 .scroll table.table.accom tbody .sticky3::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: -1;
}


div.hotelday-sp{
	display: none;
}



.scrollbar::-webkit-scrollbar {
  background: #FFF;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color:#CCC;
  border: 2px solid #CCC;
}
.scrollbar::-webkit-scrollbar-thumb:hover {
	cursor: pointer;
	background-color: #AAAAAA;
  border: 2px solid #AAAAAA;
}



/*著者テーブル*/
.au-table td.num{
	background-color: #f7f7f7;
	width: 10%;
}
.au-table td.koen{
	background-color: #f7f7f7;
	width: 10%;
}
.au-table td.name{
	background-color: #f7f7f7;
	width: calc(70% / 3);
}
.au-table td.copy{
	background-color: #f7f7f7;
	width: 10%;
}

/*セッション選択*/

.is-flex.ses-wrap{
	flex-direction: column;
}

.is-flex.ses-wrap div.select:not(:last-child){
	margin-bottom: 7px;
}

/*その他*/
.name-koen{
	font-size: 80%;
}


/* @group Media Queries - メディアクエリ定義 */

@media screen and (max-width: 1080px) {
	.header>.container, .site-content>.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.header {
		height: 100px;
	}
	
	.header .container {
		width: 100%;
	}
	
	.header img {
		width: 120px;
	}
	
	.header .contact p {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	div.flex-box {
		display: block;
	}
	
	.select, .input[class$="pct"] {
		width: 100%;
	}
	
	#hotel.input {
		width: calc(100% - 2em);
	}
	
	.input:not(:last-child) {
		margin-bottom: 5px;
	}
	
	.flex-ai-center .input {
		margin-bottom: 0px;
	}
	
	span.select, select {
		width: 100%;
	}
	
	.table tbody td{
		width: 100%;
		display: block;
	}
	
	.table tbody th{
		width: 100%;
		display: block;
	}

	.table thead td{
		width: 100%;
		display: block;
	}
	
	.table thead th{
		width: 100%;
		display: block;
	}
	
.table thead td.td_none:empty{
		display: none;
	}
	
	.table tbody td.td_none:empty{
		display: none;
	}
	
input[type=text]:not(:first-child), input[type=checkbox]:not(:first-child) {
    margin-left: 0px;
}
	
.table tbody td.td-header2{
		display: none;
	}
	
	.pc_none{
		display: block;
	}
	
	
	
	.scroll table.table.accom{
		width: 100%;
	}
	
	.table.accom tbody th,.table.accom tbody td{
		display: block;
		width: 100%;
	}
	
	
.scroll table.table.accom tbody .sticky {
	position: static;
	left: 0px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;

	
}
.scroll table.table.accom tbody .sticky2 {
	position: static;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	left: 0px;
	background-color: #efefef;
}
	
.scroll table.table.accom tbody .sticky3 {
	position: static;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	left: 0px;
	background-color: #efefef;
}
	
	.scroll table.table.accom tbody tr.hotel-info{
		display: none;
	}
	
table.accom tbody td.hotelday{
		position: relative;

	}
	
div.hotelday-sp{
	display: block;
	font-size: 13px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F5F5F5;
	
}
.table-tag td:nth-of-type(1){
	width: 100%;
	display: block;
	text-align: left;
}
.table-tag td:nth-of-type(2){
	width: 100%;
	display: block;
	text-align: left;
}
	
	
	.au-table td::before{
    content: attr(data-label);
		display: block;
		width: 25%;
    margin-right: 10px;
		font-size: 80%;
		margin-bottom: 3px;
	}
	
	.au-table tr.td-bunkatsu{
		display: none;
	}
	
	.flex-ai-center.name-wrap{
		display: block;
	}
	
	.br_sp{
		display: block;
	}
	

input.m-top5px[type=text] {
	margin-top: 5px;
}
	
.name-koen{
	margin-bottom: 3px;
}
	
/*著者テーブル*/
.au-table td.num{
	display:block; 
	width: 100%;
	font-weight: bold;
}
.au-table td.koen{
	display:block; 
	width: 100%;
}
.au-table td.name{
	display:block; 
	width: 100%;
}
.au-table td.copy{
	display:block; 
	width: 100%;
}
	
	
}

@media screen and (max-width: 640px) {
	.header {
		height: 100px;
	}
	
	.header img {
		width: 100px;
	}
	
	.header .contact p {
		display: none;
	}
	
	.site-content h1 {
		font-size: 24px;
	}
	
	.br_sp{
		display: block;
	}
  

	
	span:lang(en) br {
		display: none;
	}
	
	th span:lang(en) {
		line-height: 1em;
		display: inline;
		border-top-style: none;
		margin-top: 0;
	}
	
	th span:lang(en):before {
		content: " / ";
	}
		
	/*	.t-author thead th:not(:nth-child(1)) {
			display: none;
		}
		
		.t-author tbody td:nth-child(2):before,
		.t-author tbody td:nth-child(3):before {
			font-family: 'ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
			content: attr(data-title);
			margin-right: 5px;
		}*/
	
	.fee {
		width: 100%;
	}
	

	
}

@media screen and (max-width: 320px) {
	.site-content h1 {
		font-size: 20px;
	}
	
	.flex-ai-center {
		display: block;
	}
	
	.button[name=payment] {
		height: 60px;
	}
	
	.button[name=payment] br {
		display: inline;
	}
	
	div.flex-ai-center div.select {
		padding-right: 0;
	}
	
	div.flex-ai-center div.select:not(:first-child) {
		margin-top: 5px;
	}
}

/* @end */




