@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900");

	html, body, div, span, h4, p, a, img, strong, ol, ul, li, table, tbody, thead, tr, th, td, article, header, section {
		margin: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, header, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Grid */

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}


	}


/* Type */

	html {
		font-size: 14pt;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 10pt;
			}

		}

	body {
		font-family: "メイリオ",Meiryo,sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 2;
		background-image: url("../../images/back.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment:fixed;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		border-bottom: dotted 1px;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong {
		font-weight: 600;
}



	p {
		text-align: justify;
		margin: 0 0 1% 0;
	}


h1 {
	margin:50px 0 20px 0;
	padding:3px;
	padding-left: 10px;
	background-color: #DCB422;
	border:1px solid #DCB422;
	font-weight:bold;
	display: block;
	font-size:110%;
	color:#000;
}

.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 20px;
}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}
img .fade-in {
  width: 100%; /* または具体的なサイズ */
  height: auto;
  display: block;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 2.0s ease-out, transform 2.0s ease-out;
}

.fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}
	a {
		color: #212931;
		border-bottom-color: rgba(33, 41, 49, 0.5);
	}

		a:hover {
			border-bottom-color: transparent;
			color: #E6BB19 !important;
		}

	

	h4 {
		color: #212931;
	}

#step {
	padding: 3% 5% 1% 5%;
	margin: 1%  0 2% 0%;
	border:2px solid #333;
	background: #fafafa 
}
#stepnum {
	background-color: #333;
	padding:  1%  0 1% 0%;
	color: #fff;
	border:2px solid #333;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	 margin-top:2%;
}

#bank {
	margin-bottom:4%;
	padding:3%;
	border:1px solid #ccc;
	background: #ffffff;
}



	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25rem;
	}

	

		ol li {
			padding-left: 0.25rem;
		}



	ul {
		list-style: square;
		margin: 0 0 2rem 0;
		padding-left: 1rem;
	}

ul.tsume {
		list-style: square;
		
		padding-left: 1rem;
	}
ul.tsume li {
			padding-left: 0.5rem;
		}

	

		ul li {
			padding-left: 0.5rem;
		}

/* Section/Article */

	header {
		cursor: default;
		
	}

		header > .date {
			display: block;
			font-size: 0.8rem;
			
			margin: 0 0 0 0;
			position: relative;
		}

		header.major {
			margin: 0 0 0 0;
			text-align: center;
		}

			header.major > :last-child {
				margin-bottom: 0;
			}

			header.major > .date {
				font-size: 1rem;
				margin: 0 0 0 0;
			}

				header.major > .date:before, header.major > .date:after {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					width: calc(50% - 6rem);
					border-top: solid 2px;
				}

				header.major > .date:before {
					left: 0;
				}

				header.major > .date:after {
					right: 0;
				}

		@media screen and (max-width: 736px) {

			header.major {
				margin: 0 0 0 0;
			}

		}

	header.major .date:before, header.major .date:after {
		border-top-color: #eeeeee;
	}

/* Table */

	table {
		margin: 0 0 2rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			font-family: "Source Sans Pro", Helvetica, sans-serif;
			font-size: 0.8rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1.5;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
			text-transform: uppercase;
		}

 .table2{
        border-collapse: collapse;
        border:none;
	 margin-top:5px;
    }

table.table2 td.table2_bb {
  border-bottom: none;
}

.bb{
	border-bottom: solid 1px #333333;
}
table.table2 td.table2_bt {
  border-top: none;
}
    
    .table2 th{
        /*border:none;*/
        padding:5px 5px 7px;
        font-size:100%;
        font-weight:normal;
        color:#323333;
        border:1px solid #000000;
        background-color:#FFFFE6;
        text-align:center;
     }

    .table2 td{
        background:#FFF;
        font-weight:normal;
        border:none;
        border:1px solid #000000;
        padding:5px 5px 7px;
        font-size:100%;      
        text-align:left;
    }    
   
.table2 p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
	margin-bottom:  1px;
}

#main table.sch{
	border-collapse:collapse;
	border-spacing:0;
	margin-top:5px;
	margin-bottom:5px;
	font-size:110%;
}

#main table.sch th {
	border:none;
        padding:5px 5px 7px;
        font-size:100%;
        font-weight:normal;
        color:#323333;
        border:1px solid #000000;
        background-color:#FFFFE6;
        text-align:center;
}

#main table.sch td {
	padding:5px 12px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	
}

.endline{
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}
th.middle { vertical-align: middle; }

@media screen and (max-width: 580px) {
#main table.sch{
	border-collapse:collapse;
	border-spacing:0;
	margin-top:5px;
	margin-bottom:5px;
	font-size:80%;
}

#main table.sch th {
	border:none;
        padding:5px 5px 7px;
        font-size:90%;
        font-weight:normal;
        color:#323333;
        border:1px solid #000000;
        background-color:#FFFFE6;
        text-align:center;
}
#main table.sch td {
	padding:5px 12px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-size:100%;
	font-weight: bold;
}
}

@media (max-width: 800px) {

    .table2 th{
        border:none;
        padding:5px 5px 7px;
        font-size:70%;
        font-weight:normal;
        color:#323333;
        border:1px solid #000000;
        background:#def0f1;
        text-align:center;
     }

    .table2 td{
        background:#FFF;
        font-weight:normal;
        border:none;
        border:1px solid #000000;
        padding:5px 5px 7px;
        font-size:70%;      
        text-align:left;
    }    
   
.table2 p {
    color: #000;
    font-size: 70%;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
	margin-bottom:  1px;
}
}

.endline{
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}

			@media screen and (max-width: 980px) {

				table th {
					font-size: 0.9rem;
				}

			}

		table thead {
			border-bottom: solid 2px;
		}

	table tbody tr {
		border-color: #eeeeee;
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(220, 220, 220, 0.25);
		}

	table th {
		color: #212931;
	}

	table thead {
		border-bottom:1px solid #000000;
	}

/* Pagination */

/* Wrapper */

	#wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		position: relative;
		z-index: 1;
		overflow: visible;
	}

/* Intro */

/* Header */

	#header {
		color: #ffffff;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: -moz-flex-end;
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		height: 3rem;
		padding-bottom: 5rem;
		position: relative;
		text-align: center;
		z-index: 2;
	}

		@media screen and (max-width: 980px) {

			#header {
				height: 5rem;
				padding-bottom: 4rem;
			}

		}

		@media screen and (max-width: 736px) {

			#header {
				padding-bottom: 3rem;
			}

		}

/* Nav */

/* Main */

	#main {
		background-color: #ffffff;
		box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
		position: relative;
		margin: 0 auto;
		width: calc(100% - 4rem);
		max-width: 72rem;
		z-index: 2;
		  overflow: visible;
	}
#main::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background: white;
  filter: blur(50px); /* ← ガウスぼかし感！ */
  opacity: 1;
  z-index: -1;
  pointer-events: none;

}
.top{
			position: relative;
		margin: 0 auto;
		width: calc(100% - 4rem);
		max-width: 72rem;
		z-index: 2;
}
		#main > * {
			padding: 4rem 0rem 2rem 0rem ;
			margin: 0;
		}

			#main > *:first-child {
				border-top: 0;
			}

		#main > .post {
			padding:  0rem ;
		}
#main > .post2 {
			padding: 1rem 6rem 6rem 6rem ;
		}

#main > .okinawa {
			padding: 1rem 1rem 1rem 1rem ;
	text-align: right;
		}

			#main > .post header.major > .date {
				margin-top: -2rem;
			}

			#main > .post.featured {
				text-align: center;
			}

			@media screen and (max-width: 1280px) {

				#main > .post {
					padding: 0rem 0rem 0rem 0rem ;
				}
				#main > .post2 {
					padding: 1rem 2rem 2rem 2rem ;
				}

			}

			@media screen and (max-width: 736px) {

				#main > .post {
					padding: 0rem 0rem 0rem 0rem ;
				}
				
					#main > .post2 {
					padding: 1rem 1rem 1rem 1rem ;
				}

					#main > .post header.major > .date {
						margin-top: -1rem;
						margin-bottom: 2rem;
					}

			}

		@media screen and (max-width: 736px) {

			#main > * {
				padding: 0rem 0rem 0.1rem 2rem ;
			}

		}

		@media screen and (max-width: 480px) {

			#main {
				width: 100%;
			}

		}
@media screen and (min-width:1300px){
   #main { width: 100%;
      max-width: 1300px;
  }
}

	#main .moko {
			-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
			-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
			-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
			transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
			-moz-pointer-events: auto;
			-webkit-pointer-events: auto;
			-ms-pointer-events: auto;
			pointer-events: auto;
			border-style: solid;
			border-color: #333;
			border-width: 4px !important;
			font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
			font-size: 1.75rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1;
			padding: 1rem 1.75rem;
			text-transform: uppercase;
			visibility: visible;
		
			
		 
		}

			#main .moko:hover {
				border-color: #E6BB19 !important;
				color: #E6BB19 !important;
			}

	

		@media screen and (max-width: 736px) {

			
				#main .moko {
					font-size: 1.25rem;
					padding: 1rem 1.4rem;
					border-width: 3px !important;
				}

		}

.arrow{
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #333;
	margin: auto;
	margin-bottom: -1.7rem;
	
}
.knt{ width:350px;
	margin: 25px;
	float: right;}
@media (max-width:1024px) {
	.table_outer{
		display: block;overflow-x: scroll;white-space: nowrap;-webkit-overflow-scrolling: touch;
	}


.top{
		width:100%

}
.knt{
	display: none;}

	
	body{background-image: none;
	background-color: #FFFFFF;}
.tour_c_sp{display: block!important;}
	.tour_c{display: none!important;}
}



@media (max-width:600px) {

	body {
		background-image: none;
	background-color: #FFFFFF;}

}
#main .moko {
			-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
			-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
			-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
			transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
			-moz-pointer-events: auto;
			-webkit-pointer-events: auto;
			-ms-pointer-events: auto;
			pointer-events: auto;
			border-style: solid;
			border-color: #333;
			border-width: 4px !important;
			font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
			font-size: 1.75rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1;
			padding: 1rem 1.75rem;
			text-transform: uppercase;
			visibility: visible;
		
			
		 
		}

			#main .moko:hover {
				border-color: #E6BB19 !important;
				color: #E6BB19 !important;
			}

	

		@media screen and (max-width: 736px) {

			
				#main .moko {
					font-size: 1.25rem;
					padding: 1rem 1.4rem;
					border-width: 3px !important;
				}

		}

#main .mokofo {
			-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
			-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
			-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
			transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
			-moz-pointer-events: auto;
			-webkit-pointer-events: auto;
			-ms-pointer-events: auto;
			pointer-events: auto;
			border-style: solid;
			border-color: #333;
			border-width: 4px !important;
			font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
			font-size: 1.75rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1;
			padding: 1rem 1.75rem;
			text-transform: uppercase;
			visibility: visible;
		margin-left: 1%;
	
	
			
		 
		}

			#main .mokofo:hover {
				border-color: #E6BB19 !important;
				color: #E6BB19 !important;
			}

	

		@media screen and (max-width: 736px) {

			
				#main .mokofo {
					font-size: 1.25rem;
					border-width: 3px !important;
				}

		}
	
.tour_c{display: block;}
.tour_c_sp{display: none;}
	
.margin10 {
	margin-top: 2%;
}
.kix{
	background-color: #FFEBEB!important;
}
.hnd{
	background-color: #F0FFFB!important;
}


@media screen and (max-width: 600px) {
  #main::before {
    display: none !important;
  }

  #main {
    width: 100% !important;
  }
}

html, body {
  overflow-x: hidden;
}

  .tour_c_sp {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .tour_c {
      display: none;
    }
    .tour_c_sp {
      display: block;
    }
  }

