@charset "utf-8";
/*------------------------------------------------------------------------
基本
--------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html, body{
	min-height: 100dvh;
}
html{
	font-size: 62.5%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body{
	overflow-x: hidden;
	position: relative;

	min-height: 100dvh;
	color: #1a1d13;
	font-size: 1.5rem;
	font-family: "Noto Sans JP", sans-serif;
	font-style:normal;
	font-weight: 400;

	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-break: strict;/* 禁則処理 */
	-webkit-text-size-adjust: 100%;
}


p{
	line-height:2;
	overflow-wrap: break-word;
}

a{		/* テキストリンク */
	color: currentColor;
	text-decoration:none;
	background-color: transparent;
	transition: .3s;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:active,
a:hover{
	text-decoration:none;
	outline-width: 0;
}

input, button, textarea, select {
  font: inherit;
}

table, tr, th, td {
	vertical-align: top;
	text-align: left;
	line-height: 2;
	font-weight: normal;
	border-collapse: collapse;
	border-spacing: 0;
	overflow-wrap: break-word;
}

li{
	list-style: none;
	line-height:1.8;
}

h1,h2,h3,h4,h5,h6,small,time{
	line-height:1.6;
	overflow-wrap: break-word;
}
em,strong{
	font-weight: normal;
	font-style: normal;
}
i,address{
	font-style: normal;
}
small{
	font-size: .8em;
}

img, picture, video, canvas, svg {
	max-width: 100%;
	height: auto;
	vertical-align:top;
}

/* 読み上げ用テキスト */
.txtHidden{
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}

/*------------------------------------------------------------------------
グローバルメニュー
--------------------------------------------------------------------------*/
.site_header{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;

	min-height: 88px;
	padding: 16px 2.5%;
}
.site_logo{
	line-height: 1;
}
@media screen and (max-width: 780px) {
	.site_header{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;

		min-height: 80px;
		padding: 16px 2.5%;
	}
}
/*-- ハンバーガー -------------------------------------------------- */
.hamburger {
	display: none;
}

@media screen and (max-width: 780px) {
	.hamburger {
		display: block;

		z-index: 101;
		position: fixed;
		top: 0;
		right: 0;

		width: 80px;
		height: 80px;
		border: none;
		background: transparent;

		outline: none;
		appearance: none;
		transition: all .3s ease-in-out;
	}
}

	.hamburger__line {
		position: absolute;
		top: -2px;
		right: 0;
		bottom: 0;
		left: 0;

		margin: auto;
		width: 30px;
		height: 1px;
		background-color: #1a1d13;

		transition: inherit;
	}
	.hamburger__line::before,
	.hamburger__line::after {
		position: absolute;
		display: block;
		content: '';

		width: 100%;
		height: 100%;
		background: inherit;

		transition: inherit;
	}
	.hamburger__line::before {
		top: -9px;
	}
	.hamburger__line::after {
		top: 9px;
	}
	.hamburger[aria-expanded="true"]{
		background: #e8e2cf;
	}
	.hamburger[aria-expanded="true"] .hamburger__line {
		background: transparent;
	}
	.hamburger[aria-expanded="true"] .hamburger__line::before,
	.hamburger[aria-expanded="true"] .hamburger__line::after {
		top: 0;
		background: #1a1d13;
	}
	.hamburger[aria-expanded="true"] .hamburger__line::before {
		transform: rotate(45deg);
	}
	.hamburger[aria-expanded="true"] .hamburger__line::after {
		transform: rotate(-45deg);
	}

		.navToggle_menu__txtHidden{
			position: absolute;
			white-space: nowrap;
			width: 1px;
			height: 1px;
			overflow: hidden;
			border: 0;
			padding: 0;
			clip: rect(0 0 0 0);
			clip-path: inset(50%);
		}


/*-- メニュー -------------------------------------------------- */
.navToggle_wrap{
	position: relative;
}

/* ロゴ */
.gnav__logo{
	position: absolute;
	top: 60px;
	left: 5%;

	width: 30%;
}
@media (hover: hover) and (pointer: fine){
	.gnav__logo a{
		transition: opacity .3s;
	}
	.gnav__logo a:hover{
		opacity: .7;
	}
}

@media screen and (max-width: 780px) {
	.gnav_wrap{
		opacity: 0;
		pointer-events: none;
		visibility: hidden;

		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;

		width:  100%;
		height: 100vh;
		height: 100dvh;
		background:#a9bf85 url(../img/common/kurohone-no-oka-tate.svg) left -2px center no-repeat;
		background-size:  auto 101%;
		transition: .5s;
	}
	.is-gnavActive .gnav_wrap{ /* アクティブ */
		opacity: 1;
		pointer-events: initial;
		visibility: visible;

		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
}


/* ナビゲーション */
.gnav__link_wrap{
}
.gnav__link{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.gnav__link li + li{
	margin-left: 2em;
}
.gnav_item00{
	display: none;
}

@media (hover: hover) and (pointer: fine){
	.gnav__link > li a:hover,
	.gnav__link > li a:focus{
		color: #42a8cc;
	}
}

@media screen and (max-width: 780px) {
	/* ナビゲーション */
	.gnav__link_wrap{
		width: 80%;
		min-height: auto;
		margin: 120px auto 60px;
	}
	.gnav__link{
		display: block;
	}
	.gnav__link li{
		width: fit-content;
		margin: 0 0 0 auto;
		font-size: 2.0rem;
		border-bottom: 1px solid #1a1d13;
	}
	.gnav__link li + li{
		margin: 2em 0 0  auto;
	}
	.gnav_item00{
		display: block;
	}
	.gnav__link li a{
		padding: 4px 6px;
	}
}
@media screen and (max-width: 580px) {
}

/*------------------------------------------------------------------------
パーツ
--------------------------------------------------------------------------*/
/*-- リンク -------*/
.a_mark{
	border-bottom: 1px dotted currentColor;
}
@media (hover: hover) and (pointer: fine){
	.a_mark:hover,
	.a_mark:focus{
		border-bottom: 1px dotted transparent;
	}
}

.nw{
	display: inline-block;

	width: 12px;
	height: 12px;
	margin-left: 4px;
	background: url(../img/common/ico_nw.svg) right center no-repeat;
	background-size: cover;
}
.nw.nw_s{
	width: 10px;
	height: 10px;
}
/*-- テーブル -------*/
.table_std{
	width: 100%;
}
.table_std th,
.table_std td{
	padding: 1em;
	line-height: 1.6;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.table_std th{
	width: 200px;
}
@media screen and (max-width: 580px) {
	.table_std {
		border-top: 1px solid #ccc;
	}
	.table_std th,
	.table_std td{
		display: block;

		width: 100%;
		padding: 1em;
		border-top: none;
	}
	.table_std th{
		padding-bottom: 0;
		font-weight: 700;
		color: #666;
		border-bottom: none;
	}
	.table_std td{
		padding-top: .5em;
	}
}



/*------------------------------------------------------------------------
ページ共通
--------------------------------------------------------------------------*/
/* ページタイトル ----------*/
.page_title_area{
	padding: 48px 5%;
	text-align: center;
	border-top: 1px solid #1a1d13;
	border-bottom: 1px solid #1a1d13;
}
.page_title_en{
	font-family: "Castoro", serif;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1;
}
.page_title_ja{
	margin-top: 24px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1;
}
@media screen and (max-width: 580px) {
	.page_title_en{
		font-size: 1.6rem;
	}
	.page_title_ja{
		margin-top: 20px;
		font-size: 2.6rem;
	}
}

/* パンクズリスト ----------*/
.breadcrumb{
  width: 100%;
	margin: 32px 0 64px;
  padding: 0 2.5%;
}
.breadcrumb ol{
  display: flex;
  justify-content: flex-start;

  font-size: 1.2rem;
  line-height: 1.6;
}
.breadcrumb li{
  position: relative;

  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb li + li{
  padding-left: 19px;
}
.breadcrumb li + li::before{
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;

  transform:rotate(45deg);

  width: 6px;
  height: 6px;
  margin: 0 8px 0 4px;
  border-top: 1px solid #a9bf85;
  border-right: 1px solid #a9bf85;
}
@media (hover: hover) and (pointer: fine){
  .breadcrumb a:hover{
    color: #42a8cc;
  }
}
@media screen and (max-width: 580px) {
	.breadcrumb{
		margin: 24px 0 48px;
	}
  .breadcrumb li{
    max-width: 160px;
  }
}

/* レイアウト ----------*/
.content_box{
	width: 1100px;
	max-width: 90%;
	margin: 0 auto;
}
.content_box + .content_box{
	margin-top: 120px;
}

/* Airbnbで見る ----------*/
.out_btn{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}

.out_btn_2col{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.out_btn_2col li{
	width: 47%;
}

.out_btn a{
	display: block;
	width: 100%;
	padding: 24px 1em;
	font-size: 1.8rem;
	text-align: center;
	border: 1px solid #1a1d13;
}

@media (hover: hover) and (pointer: fine){
  .out_btn a:hover{
    background: #a9bf85;
  }
}

/*------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/
.footer{
	width: 100vw;
	margin-top: 120px;
	padding: 60px 5% 0;
	background: #E8E2CF;
}
.footer_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;

	width: 100%;
}

.footer_add_area{
	width: 40%;
}
.footer_add{
	line-height: 1.6;
	margin: 24px 0;
}
.footer_nav li{
	font-size: 1.3rem;
}
.footer_nav li + li{
	margin-top: 6px;
}
@media (hover: hover) and (pointer: fine){
	.footer_nav li a:hover{
		color: #42a8cc;
	}
}

.footer_map_area{
	width: 45%;
	height: 300px;
}

.copy{
	font-size: 1.2rem;
}

@media screen and (max-width: 580px) {
	.footer{
		padding: 40px 5% 0;
	}
	.footer_wrap{
		display: block;

		width: 100%;
	}
	.footer_add_area{
		width: 100%;
	}
	.footer_logo{
		text-align: center;
	}
	.footer_add{
		line-height: 1.6;
		margin: 24px 0;
		text-align: center;
	}
	.footer_nav{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;

		width: 90%;
		margin: 0  auto;
	}
	.footer_nav li{
		width: 48%;
		margin-bottom: 10px;
		text-align: center;
		border: 1px solid #1a1d13;
	}
	.footer_nav li + li{
		margin-top: 0;
	}
	.footer_nav li a{
		display: block;
		width: 100%;
		height: 100%;
		line-height: 2.5;
	}
	.footer_nav li a:hover{
		color: #1a1d13;
		background: #fff;
	}
	.footer_map_area{
		width: 100%;
		height: 200px;
		margin-top: 32px;
	}
	.copy{
		margin-top: 20px;
		text-align: center;
	}
}


/* 横スクロール */
.footer_name_scroll_wrap {
	overflow: hidden;
	padding: 24px 0 16px;
	background: #E8E2CF;
}
.footer_name_scroll {
	animation: footer_scroll 30s linear infinite;
	display: flex;
	margin: 0;
	padding: 0;
	width: max-content;
}
.footer_name_scroll_item {
	list-style: none;
	width: 50vw;
}
.footer_name_scroll_item img {
	display: block;
	width: 100%;
}
@keyframes footer_scroll {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 1366px) {
	.footer_name_scroll_item {
		width: 100vw;
	}
}

@media screen and (max-width: 580px) {
	.footer_name_scroll_wrap {
		padding: 36px 0 16px;
	}
	.footer_name_scroll {
		animation: footer_scroll 30s linear infinite;
	}
	.footer_name_scroll_item {
		width: 200vw;
	}
}
