@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';
  vertical-align: -4px;
}
.material-icons.md-18 { font-size: 18px; }

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 {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
  padding: 2em 0;
  border-top: 8px solid #00AFCC;
}

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

.header .container .logo-img{
    width: 100%;
    max-width: 737px;
}




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

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

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

/* @group Common - 全般の定義*/

h1,h2,h3 {
	color: black;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2>i {
	margin-right: 10px;
}

h3 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3>i.material-icons {
	top: 5px;
	position: relative;
	margin-right: 3px;
}

h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

a {
	color: #3273dc;
	transition: 0.3s;
	text-decoration: underline;
}
h5 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

ol {
	padding-left: 1.5em;
}

ul.aste {
	margin-top: 5px;
}

ul.aste li {
	text-indent: -12px;
	margin-left: 14px;
}

ul.aste li:before {
	content: "*";
	padding-right: 4px;
}

[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';
}

a.link-cbox:after {
	content: '\e88f';
}

hr {
	height: 0;
	border-bottom: 1px dashed #E2DCCA;
}

.registration {
	background-color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 30px;
}

.contact {
	background-color: white;
	padding-top: 10px;
	padding-bottom: 60px;
}

.contact .columns .column:not(:last-child) {
	border-right: 1px dashed #595959;
}

.contact h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.contact i.material-icons {
	font-size: 20px;
	top: 3px;
	position: relative;
}

.contact p {
	font-size: 14px;
}

.contact a {
	color: rgba(0,113,192,1.00);
}

.contact a:hover {
	color: #333333;
}

/* @group Error - エラーの定義 */

.error {
	color: #E50000;
	background: #F7E6E6;
	padding-right: 15px;
	padding-left: 15px;
}

.error:empty, .display_error:empty{
    display: none;
}

/* @end */

/* @group Informarion - 説明の定義*/

.information {
	line-height: 1.8em;
	background-color: #FFFFFF;
	border: 1px dashed #cecece;
}

.rednote {
	color: #FF0003;
}

.information p.thanks {
	font-size: 18px;
}

.information hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
}

[class*="btn-"] {
	color: #FFFFFF;
    font-weight: 600;
	font-size: 13px;
	margin-right: 3px;
	margin-left: 3px;
	padding: 1px 5px 1px;
	border-style: solid;
	border-width: 1px;
    border-radius: 3px;
}

.btn-pay {
	background-color: #FF8136;
	border-color: #FF8136;
}

.btn-mod {
	background-color: #FF8136;
	border-color: #FF8136;
}

.btn-next {
	background-color: rgba(39,145,93,1.00);
	border-color:rgba(39,145,93,1.00);
}

.btn-back {
	border-color:rgba(39,145,93,1.00);
	color:rgba(39,145,93,1.00);
}

/* @end */

/* @group Scrool Table - スクロールするテーブルの定義 */

.scrl {
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 10px;
}

.scrl::-webkit-scrollbar {
	height: 5px;
}

.scrl::-webkit-scrollbar-track {
	background: #F1F1F1;
}

.scrl::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

.scrl table.table {
	margin-bottom: 0;
}

/* @end */

/* @group Form - フォーム全般の定義 */

.top-info {
	border: 10px solid #f4f4f4;
	padding: 0 20px;
	margin-bottom: 30px;
}

.top-info ul {
	list-style-type: disc;
	padding-left: 1.5em;
}

.top-info h2 {
	font-size: 18px;
	margin-bottom: 5px;
}

.table.is-bordered {
	margin-bottom: 30px;
}

.table.is-bordered th {
	font-weight: normal;
	font-style: normal;
	white-space: nowrap;
	background-color: #F2F2F2;
}

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

.table.is-bordered td.td-header {
	
}

.table.is-bordered td:empty {
	background-image: url(images/stripe.png);
}

.table th.required:after, .table td.required:after {
	content: '*';
	font-weight: normal;
	font-style: normal;
    float: right;
    font-size: 20px;
}

.table th.required:after, .table td.required:after, .red {
	color: #FF0000;
	padding-left: 2px;
	padding-right: 2px;
}

.note {
	border: 1px dashed #cecece;
	margin-bottom: 30px;
	padding: 15px;
}

.note p:not(:first-child) {
	margin-top: 8px;
}

/*td span,*/

div.flex-box {
	display: flex;
	align-items: center;
}

.table caption {
	text-align: left;
	margin-bottom: 5px;
}

/*span.eg {
	font-size: 12px;
	margin-left: 10px;
}*/

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

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

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


span.rednote {
	color: #FF0003;
}

input.button {
	font-family: 'Cario', sans-serif;
	letter-spacing: 1px;
}

#reg input.button {
	color: #FFFFFF;
	background-color: #FF8136;
	transition: 0.5s;
	box-shadow: 0 4px 10px #c8c8c8;
}

#reg input.button:hover {
	opacity: 0.5;
}

input.radio {
	margin-right: 8px;
}

input.radio.preradio{
    margin-left: 8px;
}

td input+label:not(:last-child) {
	margin-right: 16px;
}

input.radio+del {
	color: #bcbcbc;
}

.registration input.checkbox {
	margin-right: 8px;
}

.table.is-bordered.form th {
	white-space: nowrap;
	width: 25%;
}

.table.is-bordered.form.authors th {
	white-space: nowrap;
	width: auto;
}

.table.is-bordered.accom {
	margin-bottom: 0;
}

.table.is-bordered.accom thead th, .table.is-bordered.accom td {
	text-align: center;
}

.input-box {
	margin-top: 15px;
}


.add-bank{
	border: dotted 1px red;
	font-size: 15px;
	padding: 0.4em;
	margin: 8px 0;
	color: red;
}

.venue-add{
	padding: 0.6em;
	background-color: rgba(254,250,235,1.00);
	box-sizing: border-box;
	border: 1px solid #666;
	margin-top: 8px;
	margin-bottom: 8px;
}

.venue-add p{
	margin-bottom: 8px;
}

.venue-add ul{
	margin-bottom: 8px;
}

.venue-add ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.venue-add ul li::before{
	content: "＊";
}

/* @group width - 幅定義（主にinputで使用） */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.table.is-bordered.form.authors th.is-5pct {
	width: 5%;
}

.table.is-bordered.form.authors th.is-10pct {
	width: 10%;
}

.table.is-bordered.form.authors th.is-15pct {
	width: 15%;
}

.table.is-bordered.form.authors th.is-20pct {
	width: 20%;
}

.table.is-bordered.form.authors th.is-25pct {
	width: 25%;
}

.table.is-bordered.form.authors th.is-30pct {
	width: 30%;
}

.table.is-bordered.form.authors th.is-35pct {
	width: 35%;
}

.table.is-bordered.form.authors th.is-40pct {
	width: 40%;
}

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

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

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

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

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

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

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

/* @end */

/* @group Placeholder - プレースホルダ定義 */

: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;
}

/* @end */

/* @group Button - ボタン定義 */

button.button {
	background-color: #2aaeb6;
    color: #fff;
    font-weight: 600;
}

button.button:hover {
	box-shadow: 0 0 #ffffff;
}

.button-control {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

.button-control-logout {
	text-align: right;
	margin-top: 50px;
	margin-bottom: 50px;
}

.button-control .logout {
	margin-top: 10px;
	margin-right: 10px;
	border-style: none;
	transition: 0.3s;
	width: 146px;
	margin-left: 10px;
}

.button, .button-control .button {
	font-family: 'Cario', sans-serif;
}

.button-control .button {
	margin-top: 10px;
	margin-right: 10px;
	border-style: none;
	transition: 0.3s;
    width: 30%;
	max-width: 300px;
    min-width: 146px;
	margin-left: 10px;
}

.button:hover, .button-control .button:hover, .button.log-in:hover {
	opacity: 0.7;
}

.button-control .button[name=back] {
	color: rgba(39,145,93,1.00);
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid rgba(39,145,93,1.00);
	padding-right: 20px;
}

.button-control .button[name=back]:hover {
 color: #909090;
    border: 1px solid #909090;
    transition-duration: 800ms;
    
}


.button-control .button[name=next], .button.log-in {
	color: #FFFFFF;
	font-weight: bold;
	/*background-color: rgba(39,145,93,1.00);
	border: 1px solid rgba(39,145,93,1.00);*/
	padding-left: 20px;
}


.button-control .button i {
	font-weight: normal;
	font-style: normal;
}

.button.log-in {
	font-family: 'Cario', sans-serif;
	transition: 0.5s;
}

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

.btns form {
	display: inline-block;
}

.btns form:not(:last-child) {
	margin-right: 10px;
}

.btns form .button {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	width: 9em;
	transition: 0.3s;
}

.btns form .button:hover {
	opacity: 0.7;
}

.btns form .button[name=submit] {
	background-color: #FF8136;
	border: 1px solid #FF8136;
}

.btns form .button[name=submit2] {
	color: black;
	background-color: #FF8136;
	width: 11em;
}

form.pay {
	margin-top: 10px;
}

form.pay .button {
	background-color: #FF8136;
	padding-right: 1em;
	padding-left: 1em;
	transition: 0.5s;
	border-style: none;
	color: #FFFFFF;
}

form.pay .button i {
	font-weight: normal;
	font-style: normal;
	margin-left: 5px;
	position: relative;
	top: 1px;
}

.table.regi-fee {
	margin-bottom: 5px;
}

.hotel.table, .table.accom-fee {
	margin-bottom: 0;
}

.table.regi-fee, .table.hotel, .table.accom-fee {
	font-size: 14px;
}

.table.regi td {
	text-align: center;
}

.table.regi td:nth-of-type(1) {
	text-align: left;
}

.regi thead th {
	width: 14em;
	text-align: center;
}

.table.regi-fee thead th {
	width: 14em;
}

/* @end */

/* @end */

/* @group Login - ログイン画面の定義 */

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

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

.avatar img {
	padding: 5px;
	background: #00AFCC;
	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;
}

.mypage-btn .button {
	width: 220px;
	padding-right: 20px;
}

.mypage-btn p {
	font-size: 13px;
	line-height: 1.25em;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* @end */


.menu-btn{
    display: flex;
    justify-content: center;
}

.menu-btn input{
    width: 180px;
    height: 40px;
    background-color: #2aaeb6;
    outline: none;
    border: 1px solid #2aaeb6;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.menu-btn input.gray{
    background-color: #777;
    border: 1px solid #777;
}

.menu-btn input.orange{
    background-color: #e55708;
    border: 1px solid #e55708;
}


.menu-btn input:hover{
    opacity: 0.5;
    transition-duration: 500ms;
}









/* @group Footer - フッタの定義*/

footer {
padding: 10px;
	box-sizing: border-box;
}

footer p.copyright {
	color: #000;
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
    border-top: 0.5px solid #4d4d4d;
}

/* @end */

/*.select select{
	width: 100%;
}*/


/* @group Footer - キャンセルテーブル*/

.table.is-bordered.form.cancel-table{
	width: 70%;
	margin: 15px 0 15px 0;
}
.table.is-bordered.form.cancel-table th{
	width: 50%;
	background-color: rgba(240,244,242,1.00);
}




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

@media screen and (max-width: 1300px) {
	.header a img:nth-child(2) {
		width: 420px;
	}
	.header img:nth-child(2) {
		width: 260px;
	}
	.header p img {
		width: 200px;
	}
.select select{
	width: 100%;
}
	
}

@media screen and (max-width: 1080px) {
	.header>.container, .site-content>.container {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.header img:not(:first-child), .header p {
		display: none;
	}
	
	.header {
		display: flex;
		height: auto;
	}
    
    .hero-body div.container {
	display: block;
	justify-content: center;
    height: 150px;
}

	
	.accom, .scrl {
		width: 100%;
	}
	
	.table {
		border-top: 1px solid #dbdbdb;
	}
	
	.table.is-fullwidth.form th, .table thead th, .table tbody th, .table tbody td {
		width: 100%;
		display: block;
	}
    
    
    .table.is-bordered.form.authors th.is-5pct {
	width: 100%;
}

.table.is-bordered.form.authors th.is-10pct {
	width: 100%;
}

.table.is-bordered.form.authors th.is-15pct {
	width: 100%;
}

.table.is-bordered.form.authors th.is-20pct {
	width: 100%;
}

.table.is-bordered.form.authors th.is-25pct {
	width: 100%;
}

.table.is-bordered.form.authors th.is-30pct {
	width: 100%;
}

.table.is-bordered.form.authors th.is-35pct {
	width: 100%;
}

.table.is-bordered.form.authors th.is-40pct {
	width: 100%;
}
	
	.table th, .table td {
		border-top-style: none;
	}
	
    .table th.per100r{
        width: 100%;
        display: block
    }
    
	.table th:empty, .table td:empty, .accom thead th:nth-child(4), .accom thead th:nth-child(5), .accom thead th:nth-child(6), .accom thead th:nth-child(7), .accom thead th:nth-child(8) {
		display: none;
	}
	
	.accom td:before {
		content: attr(data-title);
		margin-right: 5px;
	}
	
	div.flex-box {
		display: block;
	}
	
	span.eg {
		font-size: 13px;
		margin-left: 0;
	}
	
	.input[class$="pct"] {
		width: 100%;
	}
	
	input[name=hotel_select] + label + br {
		display: block;
	}
	
.table.is-bordered.form.cancel-table{
	width: 100%;
}
.table.is-bordered.form.cancel-table th{
	width: 100%;
	display: block;
}

.table.regi td {
    text-align: left;
}
	
	.table.regi td:nth-of-type(1){
		background-color: #F2F2F2;
		font-weight: bold;
	}
	
	
	
}

@media screen and (max-width: 320px) {
    
    
        .hero-body div.container {
	display: block;
	justify-content: center;
    height: 120px;
}
	
}

.table tbody th.th-a {
  background-color: rgba(241, 225, 205, 0.5);
}
.table tbody th.th-d {
  background-color: rgba(230, 247, 255, 0.5);
}
th .required {
  font-weight: normal;
  font-style: normal;
  color: red;
  margin-left: 2px;
}
.flex-ai-center {
  display: flex;
  align-items: center;
}

/* @end */
