@charset "UTF-8";

.bread-nav {
	box-sizing: border-box;
}

.content-wrap * {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.c-fixed_nav {
  position: fixed;
  right: 0;
  bottom: 15%;
  z-index: 999;
}
.c-btn {
width: 450px;
height: 150px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}


.c-btn__link {

    width: 100%;
    height: 100%;
  
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    background: url(/img/ogasawara/gw.png) no-repeat center center/cover;

}

.c-btn__link.hanabi-nagaoka {
    background: url(/img/nagaoka/hanbaikaisi-hanabi.jpg) no-repeat center center/cover;

}

.c-btn--fixed i {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: -4px;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}

/* PCのみ */
@media screen and (min-width:641px) {


	.sp-view {
		display: none;
	}

	.content-wrap {
		font-size: 16px;
		line-height: 1.6;
		overflow: hidden;
	}

	.font-s {
		font-size: 14px !important;
	}

	.font-m {
		font-size: 16px !important;
	}

	.font-l {
		font-size: 18px !important;
	}

	.font-xl {
		font-size: 20px !important;
	}

	.mb-xxs {
		margin-bottom: 8px !important;
	}

	.mb-xs {
		margin-bottom: 16px !important;
	}

	.mb-s {
		margin-bottom: 24px !important;
	}

	.mb-m {
		margin-bottom: 32px !important;
	}

	.mb-l {
		margin-bottom: 40px !important;
	}
}

/* スマホのみ */
@media screen and (max-width: 640px) {
	.pc-view {
		display: none;
	}
	
	.c-fixed_nav {

  bottom: 20%;

}

.c-btn {
width: 300px;
height: 100px;
}

	.content-wrap {
		font-size: 14px;
		line-height: 1.6;
		overflow: hidden;
	}

	.font-s {
		font-size: 12px !important;
	}

	.font-m {
		font-size: 14px !important;
	}

	.font-l {
		font-size: 16px !important;
	}

	.font-xl {
		font-size: 18px !important;
	}

	.mb-xxs {
		margin-bottom: 4px !important;
	}

	.mb-xs {
		margin-bottom: 8px !important;
	}

	.mb-s {
		margin-bottom: 16px !important;
	}

	.mb-m {
		margin-bottom: 24px !important;
	}

	.mb-l {
		margin-bottom: 32px !important;
	}
}

.font-orange {
	color: #E45426;
}

.font-w-n {
	font-weight: normal !important;
}

.font-w-b {
	font-weight: bold !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.main-block {}

.main-heading {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4;
	width: 1000px;
	margin: 8px auto;
}

.main-image {
	position: relative;
}

@media screen and (min-width:641px) {
	.main-image__img {
		width: 100%;
		height: 650px;
		margin: 0 auto;
		background: url(/img/ogasawara/main-pc1.jpg) center center / cover;
	}
}

.content-block.is-gray {
	background: #F4F4F4;
}

.content-block.is-images {
	background: url(/img/ogasawara/bg.jpg) center center / cover;
}


.content-block__inner {
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}

.content-block__inner.is-narrow {
	padding: 40px 0;
}

.content-block__inner:not(:last-child) {
	padding-bottom: 0;
}

@media screen and (max-width: 640px) {
	.main-block {
		width: 100%;
	}

	.main-heading {
		font-size: 18px;
		padding: 0 8px;
	}

	.content-block__inner {
		width: 100%;
		margin: 0 auto;
		padding: 40px 0;
	}

	.content-block__inner.is-narrow {
		padding: 24px 0;
	}

	.content-block__inner.is-padding-side {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.heading {
	font-size: 32px;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}


.heading.top {

    background-color:rgb(0, 0, 128, 0.8);
    color: #fff;
    padding: 10px;
}

.heading.ogamaru {

    background: rgba(38, 157, 232, 0.8);
    color: #fff;
    padding: 10px;
}

.heading.dantai {

    background-color:rgb(255, 165, 0, 0.8);
    color: #fff;
    padding: 10px;
}

.heading.nsland {

    background-color: rgb(220,20,60, 0.8);
    color: #fff;
    padding: 10px;
}

.heading span {
	margin-bottom: 16px;
}

.heading span img {
	width: 80px;
}

.heading.heading--xl {
	font-size: 32px;
}

.heading.heading--s {
	font-size: 24px;
}

.heading-discription {
	font-size: 16px;
	text-align: center;
	margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
	.heading {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.heading.heading--xl {
		font-size: 24px;
	}

	.heading.heading--s {
		font-size: 20px;
	}
}

.first {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 641px) {
	.first div:first-child {
		width: 575px;
	}

	.first div:last-child {
		width: 300px;
	}
}

@media screen and (max-width: 640px) {
	.first {
		flex-direction: column;
	}

	.first div:first-child {
		width: 100%;
	}
}

.map-btn {
	width: 100%;
	height: 50px;
	margin-top: 30px;
}

.map-btn__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #E87826;
	border: 2px solid #E87826;
	color: #fff;
	border-radius: 25px;
}

.map-btn__link:hover {
	background: #fff;
	color: #E87826;
	text-decoration: none;
}

.map-btn__img {
	text-align: center;
}

.area {
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}

.area-title {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.area-title {
		font-size: 16px;
	}

}

.hotel-heading {
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}

.hotel {
	display: flex;
}

.hotel.bottom {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.hotel li {
	width: 300px;
	margin-right: 10px;
}

.hotel li .hotel-item {
	display: block;
	transition: 0.3s;
	background: #fff;
	border: 1px solid #ddd;
}

.hotel li a:hover {
	text-decoration: none;
}

.hotel li:last-child {
	margin-right: 0;
}

.hotel__name {
	font-weight: bold;
	position: relative;
	height: 50px;
	line-height: 1.2;
	margin: 0 10px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
}

.hotel-img {
	position: relative;
}

.hotel-img__num,
.hotel-img__num-2,
.hotel-img__num-3,
.hotel-img__num-4,
.hotel-img__num-goto
 {
	position: absolute;
	top: 0;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}

.hotel-img__num-goto {

	background: url("/img/ogasawara/goto.jpg") no-repeat center center/cover;
	
}

.hotel-img__num-ogamaru {

	background: url("/img/ogasawara/ogamaru.png") no-repeat center center/cover;
	
}

.hotel-img__num,
.hotel-img__num-goto

 {

left: 0;
width: 40px;
}

.hotel-img__num-goto

 {
left: 10%;
padding: 35px 40px;
margin: 0 10px;
}


.hotel-img__num-2,
.hotel-img__num-3,
.hotel-img__num4
 {
	right: 0;
	width: 20%;
	
}


.hotel-img__num,
.hotel-img__num-3,
.hotel-img__num-4
 {

		background: rgba(38, 157, 232, 0.8);
	
}

.hotel-img__num-2
 {
	background: url("/img/ogasawara/ogamaru.png") no-repeat center center/cover;
}


.hotel-img__place,
.hotel-img__place-2
 {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);

	color: #fff;
}

.hotel-img__place
 {

	padding: 5px 10px;
	font-size: 13px;

}

.hotel-img__place-2 {

padding: 5px 20px;
font-size: 24px;

}

.hotel__price {
	padding: 10px;
}

.hotel-item-btn {
	width: 90%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px;
	transition: 0.3s;
	border-radius: 20px;
	font-size: 14px;
	position: relative;
	border: 2px solid #e28711;
	color: #e28711;
	background: #fff;
}

.hotel-item-btn::after {
	content: "";
	width: 8px;
	height: 13px;
	background: url(/img/ogasawara/icon_arrow02.png) no-repeat top left / contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.hotel li a:hover .hotel-item-btn {
	background: #e28711;
	color: #fff;
}

@media screen and (max-width: 640px) {
	.hotel {
		flex-direction: column;
	}

	.hotel li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 32px;
	}

	.hotel li:last-child {
		margin-bottom: 0;
	}

	.hotel__name {
		font-size: 16px;
	}

	.hotel-heading {
		font-size: 18px;
	}
}


.hotel-btn {
	width: 600px;
	height: 88px;
	margin: 0 auto;
}

.hotel-btn a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background: #E45426;
	color: #fff;
	border-radius: 44px;
	position: relative;
	transition: 0.3s;
}

.hotel-btn a span {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
}

.hotel-btn a span small {
	font-size: 16px;
}

.hotel-btn a::after {
	content: "";
	width: 10px;
	height: 16px;
	background: url(/img/ogasawara/icon_arrow.png) no-repeat top left / contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.hotel-btn a:hover {
	text-decoration: none;
	background: #fff;
	border: 2px solid #E45426;
	color: #E45426;
}

@media screen and (max-width: 640px) {
	.hotel-btn {
		width: 100%;
		min-height: 88px;
	}

	.hotel-btn a {
		padding: 8px 0;
	}

	.hotel-btn a span {
		font-size: 16px;
	}

	.hotel-btn a span small {
		font-size: 12px;
	}

	.hotel-btn a::after {
		width: 8px;
		height: 13px;
		right: 20px;
	}
}

.border-box {
	background: #269DE8;
	padding: 8px;
}

.border-box__inner {
	background: #fff;
	padding: 24px;
}

.border-box__inner p a {
	text-decoration: underline;
}

.border-box__inner p a:hover {
	text-decoration: none;
}

.border-box__heading {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 16px;
	border-bottom: 4px solid #DCEEFA;
	margin-bottom: 16px;
}

.border-box__heading.heading--xl {
	font-size: 20px;
	padding: 0 0 12px;
}

.border-box__heading-lv2 {
	font-weight: bold;
	font-size: 18px
}

.border-box__map {
	width: 100%;
	height: 300px;
	border: 0;
}

@media screen and (max-width: 640px) {
	.border-box__heading {
		font-size: 16px;
	}

	.border-box__map {
		height: 257px;
	}

	.border-box__heading-lv2 {
		font-size: 16px
	}
}

.box {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}

.box:first-of-type,
.box:nth-child(2),
.box:nth-child(3)
 {
	margin-bottom: 60px;
}

.box__inner {
	padding: 40px 30px;
}

.box__heading {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 16px;
	margin-bottom: 16px;
}


@media screen and (max-width: 640px) {
	.box {
		margin: 0 8px;
	}

	.box:first-of-type {
		margin-bottom: 30px;
	}

	.box__inner {
		padding: 30px 15px;
	}

	.box__heading {
		font-size: 20px;
		margin-bottom: 0px;
	}
}

.table-block {
	width: 100%;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.table-block th,
.table-block td {
	width: 50%;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 16px 8px;
}

.table-block.narrow th,
.table-block.narrow td {
	padding: 8px;
}

.table-block th {
	background: #F4F4F4;
}

.text-note {
	display: flex;
}

.img-map {
	padding-left: 40px;
}

@media screen and (max-width: 640px) {
	.border-box__inner {
		padding: 16px;
	}

	.border-box__heading {
		padding-top: 8px;
	}

	.table-block th,
	.table-block td {
		padding: 8px 4px;
	}

	.img-map {
		padding: 0;
	}
}

.col-2 {
	display: flex;
	justify-content: space-between;
}

.col-2>div {
	width: 49%;
}

@media screen and (max-width: 640px) {
	.col-2.col-sp-1 {
		flex-direction: column;
	}

	.col-2.col-sp-1>div {
		width: 100%;
	}

	.col-2.col-sp-1>div:last-child {
		margin-top: 30px;
	}
}

.iziModal-navigate-caption {
	display: none !important;
}

.iziModal-navigate>button {
	opacity: 1;
}

.iziModal-navigate>button:hover {
	opacity: 0.5;
}

@media screen and (max-width: 640px) {

	.info-photo-modal {
		width: 80%;
	}

	.iziModal-navigate>button {
		width: 35px;
	}

	.iziModal-navigate-prev {
		left: 63%;
	}

	.iziModal-navigate-next {
		right: 63%;
	}

	.info-photo-modal__text {
		padding: 16px;
	}
}

.contact-block {
	margin-top: 40px;
}

.contact-block p a {
	color: #186CB6;
	text-decoration: underline;
}

.contact-block p a:hover {
	text-decoration: none;
}

.contact-heading {
	font-weight: bold;
	color: #f87071;
	font-size: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.contact-tel {
	font-size: 24px;
	font-weight: bold;
}

.contact-tel strong {
	font-size: 26px;
	color: #f87071;
}

@media screen and (max-width: 640px) {

	.contact-block {
		padding: 0 16px;
	}

	.contact-tel {
		font-size: 16px;
	}

	.contact-tel strong {
		font-size: 18px;
	}

	.contact-tel span {
		display: block;
		border-radius: 8px;
		background-color: #fff;
		border: solid 1px #f87071;
		padding: 6px;
		text-align: center;
	}

	.contact-tel span+span {
		margin-left: 0;
		border: none;
		line-height: 1.5;
		background: none;
		margin-top: 5px;
	}
}


.spot-list {
	display: flex;
	margin-bottom: 40px;
}

.spot-list:last-child {
	margin-bottom: 0;
}

.spot-list li {
	margin-right: 40px;
	width: 300px;
}

.spot-list li:last-child {
	margin-right: 0;
}

.spot-list__img {
	margin-bottom: 8px;
}

.spot-list__title {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 20px;
}

.spot-list__txt {
	font-size: 14px;
	line-height: 1.8;
}

@media screen and (max-width: 640px) {
	.spot-list {
		flex-direction: column;
		padding: 0 16px;
		margin-bottom: 30px;
	}

	.spot-list li {
		margin: 0 0 30px 0;
		width: 100%;
	}

	.spot-list li:last-child {
		margin-bottom: 0;
	}

	.spot-list__title {
		font-size: 18px;
	}
}


.room-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 56px;
}

.room-list:last-child {
	margin-bottom: 0;
}

.room-list li {
	width: 440px;
}

.room-list__title {
	margin-bottom: 8px;
}

.room-list__img {
	margin-bottom: 16px;
}

.room-list__txt {
	margin-bottom: 16px;
	line-height: 1.8;
}

.room-list__table {
	width: 100%;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

.room-list__table th,
.room-list__table td {
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 8px 10px;
	font-size: 14px;
}

.room-list__table th {
	background: #F4F4F4;
	width: 50%;
}

@media screen and (max-width: 640px) {
	.room-list {
		flex-direction: column;
		margin-bottom: 35px;
	}

	.room-list li {
		width: 100%;
		margin-bottom: 35px;
	}

	.room-list li:last-child {
		margin-bottom: 0;
	}

	.room-list__img {
		margin-bottom: 8px;
	}

	.room-list__txt {
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 640px) {
	.about-block {
		padding: 0 16px;
	}
}


.nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 99;
	opacity: 0;
	transition: 0.3s;
}

.nav.active {
	opacity: 1;
}

.nav__inner {
	width: 1000px;
	margin: 0 auto;
}

.nav-bg {
	width: 100%;
	height: 90px;
	background: url(/img/ogasawara/bg_nav.png);
	opacity: 0.75;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 97;
}

.nav-list {
	position: relative;
	z-index: 98;
	display: flex;
	margin-top: 10px;
}

.nav-list li {
	width: 25%;
	height: 70px;
	border-left: 1px solid #fff;
}

.nav-list li:first-child {
	border-left: 0;
}

.nav-list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 128, 0.8);
color: #fff;
	text-align: center;
	transition: 0.3s;
}

.nav-list li a:hover {
	opacity: 0.85;
	text-decoration: none;
}

.too-top-wrap {
	z-index: 999 !important;
}

@media screen and (max-width: 640px) {
	.nav,
	.nav-bg {
		height: calc(110px + env(safe-area-inset-bottom));
	}

	.nav__inner {
		width: 100%;
		margin: 0 auto;
	}

	.nav-list {
		flex-wrap: wrap;
		padding: 0 10px 0;
	}

	.nav-list li {
		width: 50%;
		height: 45px;
		font-size: 12px;
		line-height: 1.4;
		border-left: 0;
	}

	.nav-list li:nth-child(2n) {
		border-left: 1px solid #fff;
	}

	.nav-list li:nth-child(3),
	.nav-list li:nth-child(4) {
		border-top: 1px solid #fff;
	}

}