@charset "utf-8";
/* CSS Document */


/* HEAD START */

* {
	line-height: 1.8em;
	color: #222222;
	font-family: "Meiryo", "MS PGothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
img {
	vertical-align: bottom;
}

@media screen and (max-width:479px) {
* {
	line-height: 1.6em;
}
}
html {
	font-size: 16px;
}

@media screen and (max-width:479px) {
html {
	font-size: 14px;
}
}
select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width:479px) {
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 40px;
	vertical-align: middle;
	-webkit-tap-highlight-color: rgba(208, 208, 208, 0.5);
	text-indent: 6px;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #EEE url(../sp/img/basic/underarrow.png) no-repeat;
	background-position: right center;
	border: 1px solid #CCC;
}
 @-moz-document url-prefix() {
        /* for firefox */
        select {
 background: none;
 background-color: #FFF;
}
}
}
.long {
	margin: 0 auto;
	width: 100%;
}
.long:first-of-type {
	border-bottom: 2px solid #004ea2;
}

@media screen and (max-width:479px) {
.long:first-of-type {
	border-bottom: none;
	/*margin-bottom: 20px;*/
}
}
.long_end {
	background-color: #2E81AE;
}

@media screen and (min-width:480px) {
.head {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto 0 auto;
	padding: 5px 0;
}
}

@media screen and (max-width:479px) {
	.head {
		padding: 0 0;
	}
}

@media screen and (max-width: 540px) {
	.head .logo {
		width: 40%;
		padding: 10px;
		box-sizing: border-box;
	}
	.head .logo img {
		width: 90%;
	}
}
.head .right {
	font-size: 18px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
}

@media screen and (max-width: 540px) {
	.head .right {
		width: 60%;
		/*background-color: #004ea2;*/
		padding: 5px 5px;
		font-weight: normal;
		font-size: 12px;
		/*color: #FFF;*/
		/*text-align: center;*/
		box-sizing: border-box;
	}
}
/* HEAD END */
.about {
	font-weight: bold;
	color: #222222;
}
.about img {
	vertical-align: middle;
}
.ins {
}
.ins #top {
	background-image: url("../img/option/ins/includes/bg.png");
	background-position: top center;
	/*background-attachment: fixed;*/
	background-size: cover;
	background-repeat: no-repeat;
	/*max-width: 1500px;*/
	height: 700px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}
.ins #top2 {
	background-image: url("../img/option/ins/includes/bg_ryukyuuniv.jpg");
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 1500px;
	height: 510px;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}
@media screen and (max-width: 992px) and (min-width: 500px) {
	.ins #top {
		min-height: 600px;
	}
}

@media screen and (max-width:479px) {
.ins #top {
	max-width: 479px;
	height: auto;
	background-image: none !important;
}
.ins #top img:first-child, .ins #top1 img:first-child {
	display: none;
}
.ins #top2 {
	max-width: 479px;
	height: 250px;
	position: relative;
	padding: 0;
	background-attachment:inherit;
}	
}
.ins #top .subtitle {
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	max-width: 660px;
	margin: 120px auto 0 auto;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
}
.ins .subtitle {
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	max-width: 660px;
	margin: 120px auto 0 auto;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width:479px) {
.ins #top .subtitle {
	margin: 50px 50px 0 50px;
}
}
.ins #top .subtitle dt {
	background-color: #535353;
	float: left;
	width: 40%;
	color: #FFF;
	padding: 3px 0;
}
.ins #top .subtitle dd {
	float: left;
	width: 60%;
	padding: 3px 0;
}

@media screen and (max-width:479px) {
.ins #top .subtitle dt {
	background-color: #535353;
	float: none;
	width: 100%;
	color: #FFF;
	padding: 3px 0;
	font-size: 0.8em;
}
.ins #top .subtitle dd {
	float: none;
	width: 100%;
	padding: 3px 0;
	font-size: 0.8em;
}
}
.ins #top p.human {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 50%;
	margin-left: -280px;
}
.ins #top p.satisfaction {
	position: absolute;
  bottom: 28%;
	text-align: center;
	left: 50%;
	margin-left: -360px;
}

@media screen and (max-width:479px) {
.ins #top p.human {
	width: 340px;
	margin-left: -170px;
}
.ins #top p.human img {
	width: 340px;
}
.ins #top p.satisfaction {
	width: 340px;
	margin-left: -170px;
}
.ins #top p.satisfaction img {
	width: 340px;
}
}
.ins h1.maintitle {
	text-align: center;
	padding-top: 80px;
}
.ins #top2 h1.maintitle {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0 15px;
	height: 251px;
}
@media screen and (min-width:480px) and (max-width: 1000px) {
	.ins #top {
		height: 65vh;
		background-position-x: 60%;

	}
	.ins h1.maintitle {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ins h1.maintitle img {
		width: 100%;
	}
}
@media screen and (min-width: 880px) and (max-width: 1000px) {
	.ins h1.maintitle img {
		height: 500px;
		width: auto;
	}
}

@media screen and (max-width:479px) {
.ins h1.maintitle {
	text-align: center;
	padding-top: 0;
	/*margin: 0 12px 0 12px;*/
}
.ins h1.maintitle img {
	width: 100%;
}
.ins div#top2 h1.maintitle {
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 120px;
}
.ins #top2 h1.maintitle img {
	width: 100%;
}
}
.ins #top .ins .maintitle {
}
.ins .topinfo {
}
.ins .description_wrap {
	background-color: #A7DFFD;
	padding: 60px 0 40px 0;
}
.ins .description_wrap dl {
	margin: 0 auto 20px auto;
	max-width: 830px;
	background-color: #fff;
	position: relative;
	text-align: center;
	padding: 43px 0 25px 0;
}
.ins .description_wrap dl dt {
	background-color: #22698F;
	position: absolute;
	width: 320px;
	top: -20px;
	left: 50%;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	color: #FFF;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
	font-size: 20px;
	font-weight: 600;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1000px) {
	.ins .description_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width:479px) {
	.ins .description_wrap {
		padding: 45px 15px 25px 15px;
	}
	.ins .description_wrap dl {
		padding: 30px 0 15px 0;
	}

	.ins .description_wrap dl dt {
		top: -15px;
		font-size: 16px;
		width: 200px;
		height: 30px;
	}
}
.ins .description_wrap dl dd {
	color: #222222;
	font-size: 18px;
	line-height: 1.8;
	font-weight: 600;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
}
.ins .description_wrap dl dd span {
	font-size: 0.7em;
}
.ins .description_wrap ul.caption {
	margin: 0 auto;
	max-width: 830px;
	list-style-type: none;
	font-size: 14px;
}

@media screen and (max-width: 560px) {
	.ins .description_wrap dl dd br {
		display: none;
	}
	.ins .description_wrap dl dd {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width:479px) {
	.ins .description_wrap dl dd {
		font-size: 14px;
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}
	.ins .description_wrap ul.caption {
		padding: 0 5px;
	}
}
.ins .description_wrap ul.caption li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 5px;
}
.ins .description_wrap ul.caption li span {
	display: inline-block;
}
.ins h2 {
	color: #222222;
	font-size: 30px;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto 50px auto;
	line-height: 1.4;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
}

@media screen and (max-width: 1000px) {
	.ins .description_wrap ul.caption li span {
		flex-basis: 75px;
		max-width: 75px;
	}
	.ins .description_wrap ul.caption li span:last-child {
		flex-basis: calc(100% - 75px);
		max-width: calc(100% - 75px);
	}
}
@media screen and (max-width:479px) {
	.ins .description_wrap ul.caption li span {
		flex-basis: 55px;
		max-width: 55px;
	}
	.ins .description_wrap ul.caption li span:last-child {
		flex-basis: calc(100% - 55px);
		max-width: calc(100% - 55px);
	}
	.ins h2 {
		font-size: 21px;
		margin: 0 auto 15px auto;
		padding-bottom: 5px;
	}
}
.ins .search_wrap {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	margin: 0 auto 0 auto;
	max-width: 1000px;
}
.ins .search_wrap .left {
	width: 82%;
}

@media screen and (max-width:479px) {
.ins .search_wrap .left {
	width: 100%;
}
}
.ins .search_wrap .left .left_up {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	list-style-type: none;
	margin-bottom: 8px;
}
.ins .search_wrap .left .left_up li {
	width: 49%;
	padding: 0 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:479px) {
.ins .search_wrap .left .left_up li {
	width: 50%;
	padding: 4px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}
.ins .search_wrap .left .left_up li:nth-of-type(n+2) {
	/*border-left: 1px solid #ccc;*/
}

@media screen and (max-width:479px) {
.ins .search_wrap .left .left_up li:nth-of-type(1) {
	padding-right: 8px;
}
.ins .search_wrap .left .left_up li:nth-of-type(2) {
	padding-left: 8px;
}
}
.ins .search_wrap .left .left_up li select {
	width: 100%;
	-webkit-appearance: none;
	border-radius: 4px;
}
.ins .search_wrap .left .left_down {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	list-style-type: none;
}
.ins .search_wrap .left .left_down li {
	padding: 3px 0 0;
	width: 24%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
}

@media screen and (max-width:479px) {
.ins .search_wrap .left .left_down li {
	padding: 4px 0;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
}
.ins .search_wrap .left .left_down li:nth-of-type(n+2) {
	/*border-left: 1px solid #ccc;*/
}

@media screen and (max-width:479px) {
.ins .search_wrap .left .left_down li:nth-of-type(2) {
	border-left: none;
	padding-right: 8px;
}
.ins .search_wrap .left .left_down li:nth-of-type(3) {
	padding-left: 8px;
}
}
.ins .search_wrap .left .left_down li select {
	width: 100%;
	-webkit-appearance: none;
}
.ins .search_wrap .left .left_down li:first-of-type {
	width: 50%;
	/*margin-bottom: 8px;*/
}

@media screen and (max-width:479px) {
.ins .search_wrap .left .left_down li:first-of-type {
	width: 100%;
}
}
.ins .search_wrap .left .left_down li:first-of-type select:nth-of-type(1) {
	width: 39%;
}
@media screen and (max-width:479px) {
	.ins .search_wrap .left .left_down li:first-of-type select:nth-of-type(1) {
		width: 33%;
	}
}
.ins .search_wrap .left .left_down li:first-of-type select:nth-of-type(2) {
	width: 20%;
	margin-left: 5px;
}
.ins .search_wrap .left .left_down li:first-of-type select:nth-of-type(3) {
	width: 20%;
	margin-left: 5px;
}
.ins .search_wrap .right {
	width: 18%;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

@media screen and (max-width:479px) {
.ins .search_wrap .right {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
}
.ins .search_wrap .right p.button {
	width: 100%;
	padding-left: 10px;
}

@media screen and (max-width:479px) {
.ins .search_wrap .right p.button {
	padding-left: 0px;
}
}
.ins .search_wrap .right p.button a {
	display: block;
	background-color: #FF7B29;
	width: 100%;
	text-decoration: none;
	border-radius: 4px;
	color: #FFF;
	line-height: 100px;
}

@media screen and (max-width:479px) {
.ins .search_wrap .right p.button a {
	font-size: 14px;
	line-height: 35px;
	font-weight: 600;
}
}
.bgc01 {
	background-color: #FBFAF5;
}
.bgc02 {
	background-color: #E2FCFC;
}


.middleinfo {
	padding: 70px 0;
	clear: both;
}

@media screen and (max-width:479px) {
.middleinfo {
	padding: 25px 8px 35px 8px;
	clear: both;
}
}
.middleinfo ul.content {
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style-type: none;
	max-width: 1000px;
	counter-reset: number 0;
}
.middleinfo ul.content li {
	width: 32%;
	background-color: #FFF;
	margin-bottom: 20px;
	-webkit-box-shadow: 1px 1px 10px #ccc;
	box-shadow: 1px 1px 10px #ccc;
	position: relative;
}
@media screen and (max-width: 700px) {
	.middleinfo ul.content li {
		width: calc(50% - 20px);
	}
	.middleinfo ul.content li:nth-child(odd) {
		margin-left: 15px;
	}
	.middleinfo ul.content li:nth-child(even) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 701px) {
	.middleinfo ul.content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width:479px) {
.middleinfo ul.content li {
	width: 49%;
	margin-bottom: 8px;
}
.middleinfo ul.content li:nth-child(odd) {
		margin-left: 0;
	}
	.middleinfo ul.content li:nth-child(even) {
		margin-right: 0;
	}
}
.middleinfo ul.content li p.img {
	position: relative;
}
.middleinfo ul.content li p.img::before {
	position: absolute;
	counter-increment: number;
	content: counter(number, decimal-leading-zero);
	z-index: 1;
	color: #2E81AE;
	font-size: 40px;
	text-shadow: 1px 1px 0px #fff, 2px 2px 0px #fff, -1px -1px 0px #fff, -2px -2px 0px #fff, 2px -2px 0px #fff, -2px 2px 0px #fff, 2px -2px 0px #fff, 2px 0px 0px #fff, -2px 1px 0px #fff;
	/*text-shadow: 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff, 0px 0px 7px #fff, 0px 0px 8px #fff, 0px 0px 9px #fff, 0px 0px 10px #fff;*/
	bottom: -12px;
	left: 18px;
	font-weight: 600;
}

@media screen and (max-width:479px) {
.middleinfo ul.content li p.img::before {
	left: 8px;
	font-size: 20px;
}
}
.middleinfo ul.content li .img {
	width: 100%;
}
.middleinfo ul.content li .img img {
	width: 100%;
}
.middleinfo ul.content li .title {
	font-size: 20px;
	line-height: 1.2em;
	padding: 30px 20px 15px 20px;
	font-weight: bold;
}

@media screen and (max-width:479px) {
	.middleinfo ul.content li .title {
		font-size: 14px;
		padding: 25px 10px 10px 10px;
	}
}
.middleinfo ul.content li p.info {
	font-size: 14px;
	line-height: 1.5em;
	padding: 0 20px 25px 20px;
}

@media screen and (max-width:479px) {
.middleinfo ul.content li p.info {
	padding: 0 10px 20px 10px;
	font-size: 12px;
}
}
.middleinfo ul.content li p.info span.red {
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: #DD0000;
	font-weight: 600;
}
.middleinfo p.about {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 1000px) {
	.middleinfo p.about {
		padding: 15px;
	}
}
@media screen and (max-width: 800px) {
	#topcontrol img {
		width: 85px !important;
		height: 85px !important;
	}
}

@media screen and (max-width:479px) {
	.middleinfo p.about {
		text-align: center;
		padding-bottom: 0;
		font-size: 12px;
		margin-bottom: -10px;
	}
	#topcontrol {
		bottom: 15px !important;
		right: 15px !important;
	}
}
.table_wrap {
	max-width: 1000px;
	margin: 0 auto;
	overflow-x: auto;
}

@media screen and (max-width: 1000px) {
	.table_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width:479px) {
.table_wrap {
	max-width: 900px;
	margin: 0 auto;
	overflow-x: scroll;
}
 .table_wrap::-webkit-scrollbar {
 height: 10px;
}
 .table_wrap::-webkit-scrollbar-track {
 margin: 0 2px;
 background: #ccc;
 border-radius: 5px;
}
 .table_wrap::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #666;
}
}
.table_wrap table {
	width: 1000px;
	margin: 0 auto 5px auto;
	background-color: #FFF;
	font-size: 14px;
	border-collapse: collapse;
	border: 2px solid #22698F;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:479px) {
.table_wrap table {
	margin: 0 auto 5px auto;
	font-size: 12px;
}
}
.table_wrap table th, .table_wrap table td {
	padding: 5px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.table_wrap table td.right {
	text-align: right;
}
.table_wrap table tr.darkgray th, .table_wrap table tr.darkgray td {
	background-color: #CCC;
	font-weight: bold;
}
@media screen and (max-width:479px) {
	.table_wrap table {
		width: 790px;
	}
	.table_wrap table tr.darkgray th {
		width: 18% !important;
	}
	.t/*able_wrap table tr.darkgray td:first-child,
	.table_wrap table tr.darkgray td:nth-child(2) {
		width: 7% !important;
	}*/
}
.table_wrap table tr.gray td {
	background-color: #EFEFEF;
	font-weight: bold;
}
.contactinfo {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.contactinfo p.contactsentence {
	margin: 0 0 20px 0;
}
.contactinfo p.contactsentence:nth-of-type(2) {
	margin-bottom: 0;
}
.contactinfo p.contacttitle {
	margin: 0;
	color: #319f2d;
	font-weight: bold;
	font-size: 1.2em;
}
.contactinfo p.contactnumber {
	margin: 0 0 20px 0;
	color: #319f2d;
	font-weight: bold;
	font-size: 34px;
	line-height: 42px;
}

@media screen and (max-width:479px) {
.contactinfo p.contactnumber {
	font-size: 30px;
}
}
.contactinfo p.contactnumber img {
	vertical-align: middle;
}
div.video_wrap {
	max-width: 830px;
	margin: 20px auto 0 auto;
}
@media screen and (max-width: 880px) and (min-width: 480px) {
	.video_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

}
div.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}
div.video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
/* ins end */


/* hitel_notes */

.hotel_notes {
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (max-width:479px) {
}
.hotel_notes_wrap {
	margin-bottom: 30px;
	counter-reset: number 0;
}

@media screen and (max-width:479px) {
.hotel_notes_wrap {
	padding: 0 8px 0 8px;
}
}
.hotel_notes_title {
	font-size: 1.5em;
	padding: 22px 5px 10px 5px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ccc;
	line-height: 1em;
}
.hotel_notes_title span {
	color: #787878;
	font-family: 'Abel', sans-serif;
	font-size: 0.8em;
}

@media screen and (max-width:479px) {
.hotel_notes_title span {
	display: block;
}
}
.hotel_notes_info {
	padding: 0 5px;
}
.hotel_notes_name {
}
.flex_item {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.hotel_notes_wrap .hotel_notes_inner {
	width: 48.5%;
	box-sizing: border-box;
	padding: 33px 33px 28px 33px;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 28px;
	border: 1px solid #e6e6e6;
}
.hotel_notes_wrap .hotel_notes_inner:only-of-type {
	width: 100%;
}

@media screen and (max-width:479px) {
.hotel_notes_wrap .hotel_notes_inner {
	width: 100%;
	padding: 23px 23px 18px 23px;
	margin-bottom: 20px;
}
}
.hotel_notes_wrap .hotel_notes_inner h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 14px;
	line-height: 1.3em;
	position: relative;
	padding-left: 34px;
	color: #3E85BC;
	font-size: 1.1em;
}
.hotel_notes_wrap .hotel_notes_inner h2:before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero) ".";
	position: absolute;
	top: -2px;
	left: -13px;
	font-size: 1.8em;
	font-family: 'Abel', sans-serif;
}

@media screen and (max-width:479px) {
.hotel_notes_wrap .hotel_notes_inner h2:before {
	left: -10px;
}
}
.hotel_notes_wrap .hotel_notes_inner dl {
	padding: 24px 13px 15px 13px;
}

@media screen and (max-width:479px) {
.hotel_notes_wrap .hotel_notes_inner dl {
	padding: 24px 0 15px 0;
}
}
.hotel_notes_wrap .hotel_notes_inner dl:nth-of-type(n+2) {
	border-top: 1px dotted #ccc;
}
.hotel_notes_wrap .hotel_notes_inner dl dt {
	margin-bottom: 14px;
	font-weight: bold;
	line-height: 1.3em;
}
.hotel_notes_wrap .hotel_notes_inner dl dd {
	font-size: 0.8em;
	margin-bottom: 10px;
}
.hotel_notes_wrap .hotel_notes_inner dl dd.day {
	color: #787878;
	font-size: 0.9em;
	line-height: 1.3em;
	font-family: 'Open Sans', arial, sans-serif;
}
.hotel_notes_wrap .hotel_notes_inner dl dd.links:after {
	content: "≫";
}

@media screen and (max-width:479px) {
.hotel_notes_wrap .hotel_notes_inner dl dd.links {
	width: 100%;
	border: 1px solid #c6c6c6;
	text-align: center;
	clear: both;
	font-size: 0.9em;
	margin-top: 15px;
}
.hotel_notes_wrap .hotel_notes_inner dl dd.links a {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #000;
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	-ms-transition: 0.6s;
	transition: 0.6s;
	line-height: 2.6em;
}
.hotel_notes_wrap .hotel_notes_inner dl dd.links:after {
	content: "";
}
}
.juken_ul {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	text-align: center;
}
.juken_ul li {
	margin: 0;
	padding: 5px;
	width: 14.2%;
	box-sizing: border-box;
	position: relative;
}

@media screen and (max-width: 479px) {
.juken_ul {
	width: auto;
}
.juken_ul li {
	width: 33.3%;
}
}
.juken_ul li a {
	margin: 0;
	padding: 0;
	display: block;
	background-color: #0092bf;
	text-decoration: none;
	line-height: 42px;
	color: #fff;
}
.juken_ul li a:hover {
	background-color: #30bbe5;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.juken_ul li a:after {
	content: "";
	padding: 0;
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	z-index: 1;
	right: 20px;
	top: 50%;
	margin: -6px -4px 0 0;
	width: 9px;
	height: 9px;
}
/* hotel_notes_end */


/* FOOT START */

.foot {
	max-width: 900px;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 70px 0;
	font-weight: 600;
}
.foot p {
	color: #FFF;
}
.foot p.mab {
	margin-bottom: 20px;
}
.foot p.mab span.mini {
	font-size: 13px;
	color: #fff;
}
.foot p.mab strong {
	color: #fff;
}

@media screen and (max-width:479px) {
.foot p:last-of-type {
	font-size: 10px;
}
.foot {
	font-size: 12px;
	padding: 25px 0 90px;
}
}
.br-sp {
	display: none;
}
.pc-none {
	display: none;
}

@media screen and (max-width:479px) {
.br-sp {
	display: block;
}
.pc-none {
	display: block;
}
}
.pc-view {
	display: block;
}
.sp-view {
	display: none;
}

@media screen and (max-width:479px) {
.pc-view {
	display: none;
}
.sp-view {
	display: block;
}
}
.sc_info {
}

/* FOOT END */

/*Added New*/
#top {
	background-image: url(../img/mv-bg.jpg) !important;
	background-repeat: no-repeat;
}
.w-100 {
	width: 100%;
}
li select {
	height: 45px;
	font-size: 14px;
	padding-left: 15px;
	border-radius: 4px;
}
@media screen and (max-width: 1000px) {
	.search_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	li select {
		font-size: 12px;
		padding-left: 10px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 480px) {
	.search_wrap .left,
	.search_wrap .right {
		width: 100% !important;
	}
	.ins .search_wrap .right {
		justify-content: center;
	}
	.ins .search_wrap .right .button {
		width: 50% !important;
	}
	.ins .search_wrap .right p.button a {
	    line-height: 50px !important;
		margin-top: 1rem !important;
	}
	.ins .search_wrap .left .left_down li:first-of-type select:nth-of-type(1) {
		width: 28% !important;
	}
	.ins .search_wrap .left .left_up li select,
	.ins .search_wrap .left .left_down li select {
		padding-left: 8px;
		/*border-right: 4px;*/
	    text-indent: 1px;
	    text-overflow: '';
	}
}
@media screen and (max-width: 520px) and (min-width: 480px) {
	.ins .search_wrap .left .left_down li:first-of-type select:nth-of-type(1) {
		width: 26% !important;
	}
}

.info__border {
    border: 4px solid #ddd;
    display: block;
    padding: 5px 10px;
}
.link {
	color: #00A0BE;
}
sup {
    position: relative;
    top: -0.7em;
    font-size: 11px;
}
.img-arrow {
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	width: 100%;
}
@media screen and (max-width:479px) {
	sup {
		top: -1em;
		font-size: 10px;
	}
	.img-arrow {
		margin-bottom: 10px;
	}
}

.tourpick {
	background-color: #E2FCFC;
}
.tourpick .container {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 0 70px 0;
}
@media screen and (max-width:479px) {
	.tourpick .container {
		padding: 25px 0;
	}
}
.tourpick__info {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}
.tourpick__info-item {
	background: #ffffff;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 30px 20px;
	outline: 3px solid #2E81AE;
	outline-offset: -8px;
	position: relative;
}
.tourpick__info-item p span {
	font-size: 11px;
}
@media screen and (max-width: 1000px) {
	.tourpick__info {
		padding: 0 15px;
		margin: 0;
	}
}
@media screen and (max-width: 900px) {
	.tourpick__info {
		flex-wrap: wrap;
		margin-right: 0;
		margin-left: 0;
	}
	.tourpick__info-item {
		width: calc(100% / 2 - 65px);
		margin: 0 auto 1rem;
	}
	.tourpick__info-item:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 500px) {
	.tourpick__info-item {
		width: 100%;
	}
	.tourpick__info-item p span {
		font-size: 10px;
	}
}
.tourpick__info-item h3 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 12px;
    position: relative;
}
.tourpick__info-item h3 span {
	position: relative;
}

@media screen and (max-width: 500px) {
	.tourpick__info-item h3 {
		font-size: 14px;
	}
}
@media screen and (min-width: 501px) and (max-width: 610px) {
	.tourpick__info-item h3 {
		font-size: 19px;
	}
	.tourpick__info-item h3 sub {
		font-size: 10px;
	}
}
.tourpick__info-item sub {
	position: absolute;
	font-size: 12px;
	top: 8px;
	right: -45px;
}
@media screen and (max-width: 680px) {
	.tourpick__info-item sub {
		position: initial;
	}
}
@media screen and (max-width: 500px) {
	.tourpick__info-item sub {
		top: 1px;
		right: 20px;
		font-size: 10px;
	}
}
.tourpick__info-item p {
	text-align: left;
	margin-top: 1rem;
	line-height: 1.5;
	font-size: 16px;
	font-weight: 600;
}
@media screen and (max-width: 500px) {
	.tourpick__info-item p {
		font-size: 12px;
	}
}
.tourpick__point {
	margin-top: 40px;
	border: 5px solid #2E81AE;
}
.tourpick__point-heading {
	background-color: #2E81AE;
	text-align: center;
	color: #ffffff;
	padding: 10px 0;
	font-size: 20px;
}
.tourpick__point-heading h3,
.tourpick__point-heading span {
	color: #ffffff;
	line-height: 1.2;
}
.yellow-mod {
	color: #FFF969 !important;
	padding-left: 5px;
	diplay: inline-block;
	font-weight: 600;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
}
.ext {
	font-size: 35px;
	font-style: italic;
	padding-left: 10px;
}
.hmini {
	font-size: 14px !important;
}
@media screen and (max-width: 500px) {
	.tourpick__point-heading {
		font-size: 14px;
	}
	.yellow-mod {
		font-size: 35px;
	}
	.hmini {
		font-size: 12px !important;
	}
}
.tourpick__point-content {
	background-color: #ffffff;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 30px 40px;
}
.tourpick__point-item {
	position: relative;
	font-size: 14px;
	padding: 15px 10px;
	border: 2px solid #2E81AE;
	outline: 2px solid #DDDDDD;
	outline-offset: -6px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
	width: calc(100% / 4);
}
/*.tourpick__point-item {
	margin-bottom: 0;
}*/
@media screen and (max-width: 1000px) {
	.tourpick__point {
		margin: 40px 15px 0;
	}
	.tourpick__point-content {
		flex-wrap: wrap;
	}
	.tourpick__point-content {
		padding: 20px 10px;
	}

	.tourpick__point-item {
		width: calc(100% / 2 - 44px);
		margin-bottom: 1.5rem;
	}
	.tourpick__point-item:nth-last-child(2) {
		margin-bottom: 0;
	}
	.tourpick__point-item:last-child {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 500px) {
	.tourpick__point {
		margin: 25px 15px 0;
	}
	.tourpick__point-item {
		width: 100%;
	}
	.tourpick__point-item:nth-last-child(2) {
		margin-bottom: 1.5rem;
	}
}
.tourpick__point-item h3 span {
	font-size: 16px;
	line-height: 1.4;
	color: #004EA2;
	font-weight: 600;
}

.tourpick__point-item h3 {
	text-align: center;
	box-shadow: inset 0 -6px 0px 0 yellow;
	display: inline;
	padding: 0 5px;
	font-weight: 600;
}
.tourpick__point-item img {
	position: absolute;
	top: -15px;
	left: -15px;
}
.tourpick__point-item p {
	text-align: left;
	line-height: 1.4;
	margin-top: 10px;
}
@media screen and (max-width: 500px) {
	.tourpick__point-item {
		text-align: left;
	}
	.tourpick__point-item h3 {
		display: block;
		margin-left: 28px;
		text-align: left;
		font-size: 13px;
		box-shadow: inset 0 -10px 0px 0 yellow;
	}
	.tourpick__point-item p {
		margin-left: 20px;
	}
	.tourpick__point-item h3 span {
		font-size: 14px;
	}
	.tourpick__point-item p {
		font-size: 12px;
	}

	#topcontrol img {
		width: 60px !important;
		height: 60px !important;
	}
}

@media screen and (max-width: 1000px) {
	.head .right {
		text-align: right;
		padding-right: 10px;
		font-weight: 600;
	}
	.tourpick__point-item h3 {
		display: block;
		margin-left: 28px;
		text-align: left;
		font-size: 13px;
		box-shadow: inset 0 -10px 0px 0 yellow;
	}
}

@media screen and (max-width: 670px) {
	.head {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}
	.head .sp-view {
		display: block;
	}
}
@media screen and (min-width: 500px) {
	.middleinfo--search h2 {
		margin-bottom: 40px;
	}
}



.bnr_list {
	background-color: #A7DFFD;
}
.bnr_flex {
	position: relative;
	display: flex;
	justify-content: space-around;
	
}
.bnr_img {
	list-style: none;
	margin-top: 20px;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 10px #ccc;
	width: 32%;
}
.bnr_img2 {
	width: 100%;
}


@media screen and (max-width:479px) {
	.bnr_flex {
		position: relative;
		justify-content: space-around;
		display: block;
		text-align: center;
	}
	}
.bnr_list {
	background-color: #A7DFFD;
}
.bnr_list .container {
	max-width: 972px;
	margin: 0 auto;
	padding: 50px 0 70px 0;
	width: 100%;
}

@media screen and (max-width:280px) {
	.bnr_flex {
	}
}
@media screen and (max-width:972px) {
	.bnr_img {
		list-style: none;
		margin-top: 20px;
		-webkit-box-shadow: 1px 1px 10px #ccc;
		box-shadow: 1px 1px 10px #ccc;
		width: 95%;
		padding: 0 8px;
	}
}
.img_bnr_2{
	width: 100%;
}