@charset "utf-8";



/*############################################################################*/
/*

スマホ、タブレット向け定義

*/
/*############################################################################*/


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

既存クラスの上書き設定と全体的な領域分け

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


/*既存クラスの上書き設定*/

.l-wrapper {
  overflow: visible;
}

.l-main {
  box-sizing: border-box;
  width: 100%;
  padding: 50px 0 0 0;
}

/*シェアボタン箇所を白地にする*/

.l-share:last-child {
  margin-bottom: 0 !important;
}

.l-aside {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*基礎css*/

.thispage_contents_wrap li,
.thispage_contents_wrap dt,
.thispage_contents_wrap dd {
  font-size: 1.5rem;
}

.thispage_contents_wrap * {
  position: relative;
}

.thispage_contents_wrap section {
  margin: 0;
}

.mt10 { margin-top: 10px !important; }
.mt100 { margin-top: 10vh !important; }
.mt200 { margin-top: 20vh !important; }
.mt300 { margin-top: 30vh !important; }
.mt400 { margin-top: 40vh !important; }
.mt600 { margin-top: 60vh !important; }
.mt800 { margin-top: 80vh !important; }

.sp { display: inline-block; }
.pc { display: none; }
.nn { display: none !important; }

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*背景動画の基礎的部分*/

.bg_movie {
	z-index: -1;
  box-sizing: border-box;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.page_container {
  position: relative;
  box-sizing: border-box;
	overflow: visible;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  min-height: 800px;
  background-color: #ffffff;
}

.page_container::after {
	content: "";
	display: block;
	clear: both;
}
.page_container {
	zoom: 1;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

カテゴリーエリアの基礎クラス

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*カテゴリーのメニューと表示エリア*/

.contents_menu {
	z-index: 1;
  position: sticky;
  top: 40px;
  width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 150px 0 20px 0;
	padding: 20px 0px;
}

.contents_box {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*メニュー側*/

.contents_menu li {
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
}

.contents_menu a {
  display: block;
	position: relative;
	padding: 10px;
	padding-left: 20px;
	background: url(../img/menu/sp_link_image.svg) center left 5px no-repeat;
	background-size: 12px;
	color: #676b63;
	text-decoration: none;
}

.contents_menu a:hover {
	color: #7d8476;
}

.contents_menu a:visited {
	color: #676b63;
}

.contents_menu a.c_plan_link{
background-color:#ff009f;
margin-right: 10px;
margin-left: 10px;
color: #ffffff;
border-radius: 999px;
text-align: center;
background-image:none;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　施設説明全体枠*/

.info_box {
  max-width: 1400px;
  width: 100%;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　施設説明のタイトル枠*/

.photobox {
  width: 100%;
}

.info_box h2 {
  box-sizing: border-box;
  position: relative;
  width: 80%;
  margin: -30px 0 0 0px;
  padding: 20px 0 20px 130px;
  background: url(../img/common_layout/c1_title_bg.svg) center left no-repeat;
  background-size: auto 60%;
  background-color: #007e05;
  font-size: 1.5em;
  color: #ffffff;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　施設説明のリードタイトル枠*/

.reed_text_block {
  max-width: 1000px;
  margin: 30px 10px 0 10px;
  padding: 0;
}

.reed_text_block > div {
  margin-bottom: 20px;
}

.reed_text_block h3 {
  font-size: 1.7em;
  line-height: 1.5;
  margin-bottom: 20px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　右に文章*/

.reed_text_block2 {
  max-width: 1000px;
  margin: 30px 10px 0 10px;
  padding: 0;
}

.reed_text_block2 h3 {
  font-size: 1.7em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.reed_text_block2 p {
  margin-left: 20px;
}

.text_block {
  margin-top: 10px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　7割ボックス*/

.text_block_7pec {
  margin: 20px 0 0 30px;
  padding: 0;
  width: 70%;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　左右分割枠*/

.half_block {
  max-width: 1000px;
  margin: 30px 30px 0 30px;
  padding: 0;
}

.half_block > div {
  margin-bottom: 20px;
}

.single_block {
  max-width: 1000px;
  margin: 30px 30px 0 30px;
  padding: 0;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*表示エリア側　施設情報のリスト*/

.item_data {
  position: relative;
}

.item_data li {
  position: relative;
  margin: 0 0 0 80px;
  padding: 10px 0;
}

.item_data li::after {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 3px;
  left: -80px;
  width: 70px;
  margin: 0;
  padding: 6px 2px;
  font-size: .8em;
  text-align: center;
  border-radius: 4px;
  background-color: #dde2d9;
}

/*補足説明　0312*/
.extra_info {
  position: relative;
  margin: 20px 0 0 0;
  padding: 10px 10px 10px 30px;
  background-color: #ffffff;
  color: #656665;
	border:1px solid #dcddda;
}

.extra_info::after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border:1px solid #dcddda;
	border-radius: 50%;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*KVエリア*/

.bg_movie video {
  position: absolute;
  top: 0;
  left: 0;
	width: 100%;
  transform: translate(0, 0);
}

.bg_movie2 video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.kv_h1_area {
  position: relative;
  height: 40vh;
  margin: 0;
  padding: 0;
}


.kv_h1_area h1 {
  z-index: 1;
  position: absolute;
  top: -50px;
  right: 2%;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 300px;
  height: 0 !important;
  line-height: 250%;
  width: 120px;
  background: url(../img/pc_layout/kv_h1_title.svg) top center no-repeat;
  background-size: 100%;
}

.area_map {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 50px 0;
  background-color: #ffffff;
  min-height: 300px;
  text-align: center;
}

.area_map img {
  max-width: 900px;
  width: 90%;
}

.area_map .video_bg {
  position: relative;
}

.area_map .video_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  background-color: #f1f5db;
}

.area_map video {
  max-width: 800px;
  width: 90%;
	border-radius: 20px;
	box-shadow:0px 1px 16px 0px #676b63;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*全体タイトル*/

.area_map .page_contents_title {
	position: absolute;
	top:-10px;
	left: 10px;
	z-index: 1;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 10%;
  height: 0 !important;
  line-height: 250%;
  max-width: 1000px;
  width: calc(100% - 20px);
  background: url(../img/pc_layout/catchphrase.svg) left center no-repeat;
  background-size: 80%;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*装飾タイトル*/

.line_box_caption {
  position: relative;
  max-width: 1000px;
  font-size: 1.7em;
  line-height: 1.4;
  text-align: center;
  margin: 50px 20px 30px 20px;
  padding: 0;
}

.line_box_caption::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff3300;
}

.line_box_caption span {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px 30px;
	min-width: 60%;
  border: 1px solid #ff3300;
  background-color: #ffffff;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

カテゴリー1　自然

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*カテゴリー1の色*/

.c1_text-c { color: #007e05; }
.c1_bg-c { background-color:#007e05; }

.category1 .info_box h2 {
  background-color:#007e05;
}

.c1_contents_title{
display: none;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*メニュー*/

.category1 .contents_menu {
  background: url(../img/menu/sp_c1_bg.svg) bottom center no-repeat;
  background-size: 100%;
	background-color:#f1f5db;
}

.category1 .contents_menu::after {
  content: "";
  display: block;
  position: absolute;
  top: -130px;
  left: 0px;
  width: 100%;
	height:130px;
	background: url(../img/sp_layout/c1_title.svg) center center no-repeat;
	background-size: auto 100%;
}





/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

カテゴリー2　食・体験

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*カテゴリー1の色*/

.c2_text-c { color: #f39700; }
.c2_bg-c { background-color:#f39700; }

.category2 .info_box h2 {
  background: url(../img/common_layout/c2_title_bg.svg) center left no-repeat;
  background-size: auto 60%;
  background-color: #f39700;
}


/*タイトル*/

.c2_contents_title{
	display: none;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*メニュー*/

.category2 .contents_menu {
  background: url(../img/menu/sp_c2_bg.svg) bottom center no-repeat;
  background-size: 100%;
	background-color:#f1f5db;
}

.category2 .contents_menu::after {
  content: "";
  display: block;
  position: absolute;
  top: -130px;
  left: 0px;
  width: 100%;
	height:130px;
	background: url(../img/sp_layout/c2_title.svg) center center no-repeat;
	background-size: auto 100%;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*装飾タイトル*/

.category2 .line_box_caption {
  color: #f39700;
}

.category2 .line_box_caption::before {
  background-color: #f39700;
}

.category2 .line_box_caption span {
  border: 1px solid #f39700;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

カテゴリー3　ホテル滞在

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*カテゴリー3の色*/

.c3_text-c { color: #ff009f; }
.c3_bg-c { background-color:#ff009f; }

.category3 .info_box h2 {
  background: url(../img/common_layout/c2_title_bg.svg) center left no-repeat;
  background-size: auto 80%;
  background-color: #ff009f;
}

.category3 .contents_box {
	background-color:#fff3ff;
	border-bottom:1px solid #fff3ff;
}


/*タイトル*/

.c3_contents_title{
	display: none;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*装飾タイトル*/

.category3 .line_box_caption {
  color: #ff009f;
}

.category3 .line_box_caption::before {
  background-color: #ff009f;
}

.category3 .line_box_caption span {
  border: 1px solid #ff009f;
}

.foodinfo {
  margin-top: 5px;
  text-align: center;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*メニュー*/

.category3 .contents_menu {
  background: url(../img/menu/sp_c3_bg.svg) bottom center no-repeat;
  background-size: 100%;
	background-color:#ffe2ec;
}

.category3 .contents_menu::after {
  content: "";
  display: block;
  position: absolute;
  top: -130px;
  left: 0px;
  width: 100%;
	height:130px;
	background: url(../img/sp_layout/c3_title.svg) center center no-repeat;
	background-size: auto 100%;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*プラン*/

.plan-introduction {
  box-sizing: border-box;
  max-width: 1000px;
  margin: 100px 20px 50px 20px;
  padding: 20px;
  padding-top: 50px;
  background-color: #ffffff;
}

.plan-introduction h3 {
  font-size: 2.5em;
	line-height: 1.4;
  text-align: center;
  color: #ff009f;
}

.plan-introduction .plan_strong {
  position: absolute;
  top: -10px;
  left: calc(50% - 10em);
  width: 20em;
  text-align: center;
  font-size: 1.5em;
  color: #ff009f;
  margin: 0;
  padding: 10px 0;
  border: 2px solid #ff009f;
  background-color: #ffffff;
  border-radius: 999px;
}

.plan_photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  max-width: 1000px;
  margin-top: 20px;
}

.plan-introduction dl {
  max-width: 1000px;
  margin-top: 20px;
	margin-bottom: 1em;
}

.plan-introduction dt span {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff009f;
}

.plan-introduction dl li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 12px;
  background: url(../img/common_layout/dot_line.png) bottom center repeat-x;
  background-size: 4px;
	line-height: 1.4;
}

.category3 .extra_info::after {
	background-color:#fff3ff;
}

/*リストの形を修正 0312*/
.plan-introduction dl li::after {
  content: "";
  display: block;
  position: absolute;
  top: .9em;
  left: -5px;
  width: 10px;
  height: 6px;
  margin: 0;
  padding: 0;
	border-bottom:2px solid #ff009f;
	border-left:3px solid #ff009f;
	transform: rotate(-45deg);
}

.plan-introduction2 dl li::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #ff009f;
}

.f_list_box {
  display: grid;
  grid-template-columns: .8fr 1fr;
  grid-gap: 20px;
}

.f_list_box span {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}


/*料金説明の枠追加　0312*/
.price_info {
  margin: 20px 0 20px 0;
  padding: 0;
  font-size: 1.6rem;
  background-color: #fce9f5;
  border-radius: 10px;
}

.price_info .plus {
  display: block;
  margin-right: 0px;
  padding: 10px 20px;
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff009f;
}

.price_info .en {
  font-style: normal;
  font-weight: bold;
}

.price_info .en::after {
  content: '円';
  font-size: 80%;
}

.price_info .price_text {
  display: block;
	margin: 0px 0px 0px 0px;
	padding: 10px;
  font-weight: bold;
  font-size: 120%;
	line-height: 1.4;
}

.price_info .price_text .en {
display: block;
  font-weight: bold;
  font-size: 140%;
	color: #fc0d18;
	text-align: right;
}

.price_info .price_text .en::after {
  content: '円〜';
  font-size: 80%;
}

/*リスト内のリスト 0312*/
.plan-introduction dl li ul {
  position: relative;
  margin: 0;
  padding: 3px 0;
}

.plan-introduction dl li li {
  position: relative;
  margin: 0;
  padding: 3px 0 3px 9px;
  background: none;
	font-size: .9em;
	color: #64525d;
}

.plan-introduction dl li li::after {
  content: "";
  display: block;
  position: absolute;
  top: .7em;
  left: 0;
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #bfa3b4;
	border:none;
}


/*連泊プランなら…の枠*/

.appeal {
  position: relative;
  margin: 30px 0 10em 0;
  padding: 10px;
  border: 4px solid #ff009f;
  border-radius: 20px;
  font-size: 1.7em;
  text-align: center;
}

.appeal p:nth-of-type(1) {
  font-weight: bold;
  font-size: 1.2em;
}

.appeal p:nth-of-type(2) {
  font-weight: bold;
  font-size: 1.2em;
}

.appeal p:nth-of-type(2) i {
  font-style: normal;
  padding: 0px 10px;
  background: linear-gradient(transparent 60%, #ff6 60%);
}


.appeal ul {
  margin: 10px 0;
  padding: 0;
}

.appeal ul li {
  margin: 0;
  padding: 10px 0;
}

.appeal li i {
  display: block;
  margin: 0 0 20px 0;
  padding: 10px;
  font-style: normal;
  color: #ffffff;
  background-color: #007e05;
  border-radius: 999px;
}

.appeal li strong.en {
  display: inline-block;
  position: relative;
  font-style: bold;
  color: #ff009f;
  font-size: 2.5em;
  line-height: 0;
  vertical-align: middle;
}

.appeal li strong.en::after {
  content: "円";
  font-size: .6em;
}

.appeal .small {
  display: inline-block;
  font-size: 1em;
  margin-left: 5px;
  vertical-align: middle;
}



/*プランボタンのセット*/
.yoyaku_button {
  position: relative;
}

.plan-introduction .plan_btn {
  display: block;
  margin: 20px 0 0 0;
  padding: 20px 30px;
  background-color: #ff009f;
  border-radius: 10px;
  text-align: center;
  font-size: 1.3em;
	line-height: 1.4;
  font-weight: bold;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 6px 0 #c1b9b9;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.plan-introduction .plan_btn:hover {
 transform: translate(0px, -10px);
}

.yoyaku_button .small {
  font-size: 1.5em;
	text-align: center;
}



/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*横並びパネル内でのcss定義*/

.hotel_plan .title_block {
  margin: 0;
  padding: 0;
  text-align: center;
}

.hotel_plan .plan_strong {
  display: inline-block;
  text-align: center;
  font-size: .7em;
  color: #ff009f;
  margin-bottom: 20px;
  padding: 10px 30px;
  border: 2px solid #ff009f;
  background-color: #ffffff;
  border-radius: 999px;
}

.hotel_plan h3 {
  font-size: .8em;
	line-height: 1.2;
  text-align: center;
  color: #ff009f;
}

.hotel_plan dl {
  max-width: 1000px;
  margin-top: 20px;
	margin-bottom: 1em;
}

.hotel_plan dt {
  text-align: center;
}

.hotel_plan dt span {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 999px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff009f;
}

.hotel_plan dl li {
  position: relative;
  margin: 0;
  padding: 10px 0 10px 12px;
  background: url(../img/common_layout/dot_line.png) bottom center repeat-x;
  background-size: 4px;
	line-height: 1.4;
}

.hotel_plan dl li::after {
  content: "";
  display: block;
  position: absolute;
  top: .9em;
  left: -5px;
  width: 10px;
  height: 6px;
  margin: 0;
  padding: 0;
	border-bottom:2px solid #ff009f;
	border-left:3px solid #ff009f;
	transform: rotate(-45deg);
}

/*リスト内のリスト*/
.hotel_plan dl li ul {
  position: relative;
  margin: 0;
  padding: 3px 0;
}

.hotel_plan dl li li {
  position: relative;
  margin: 0;
  padding: 3px 0 3px 9px;
  background: none;
	font-size: .9em;
	color: #64525d;
}

.hotel_plan dl li li::after {
  content: "";
  display: block;
  position: absolute;
  top: .7em;
  left: 0;
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background-color: #bfa3b4;
	border:none;
}

.hotel_plan .plan_btn {
  display: block;
  margin: 20px 0 0 0;
  padding: 20px 5px;
  background-color: #ff009f;
  border-radius: 10px;
  text-align: center;
  font-size: 1.3em;
	line-height: 1.4;
  font-weight: bold;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 1px 6px 0 #c1b9b9;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}




/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*吹き出し*/

.note {
  position: absolute;
  z-index: 0;
  top: -8em;
  right: 0px;
	width: 100%;
  margin: 0;
  padding: 10px;
  text-align: center;
  line-height: 1.7;
	font-size: 1.5em;
  color: #ff009f;
  border-radius: 150px;
  background-color: #ffe2ec;
  box-shadow: 0 1px 6px 0 #e1dbdb;
}

.note::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 35%;
  width: 20px;
  height: 25px;
  background: url(../img/common_layout/note_parts.svg) center center no-repeat;
  background-size: 100%;
}

.sp_br { display: block; }


/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*カテゴリー内の1アイテムの枠　最大1200px*/














/*ーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*カテゴリーのメニューと表示エリア*/




/*クラスの用途、説明*/

/*----------------------------------------------------------------*/
/*用途別の区切り*/




/*############################################################################*/
/*領域分け*/


/*===========================================================================*/

/*以上*/