@charset "utf-8";

/*!
 * Kathamo v3.0.0)
 */		


.clearfix:before, 
.clearfix:after { 
  display: table; 
  content: " "; 
}
 
.clearfix:after { 
  clear: both; 
}
 
.clearfix { 
  *zoom: 1; 
}

html {
 font-size: 62.5%;
	scroll-behavior: smooth;
}

body { 
  font: 100% ;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  font-size: 1.8rem; 
}

@media (max-width: 767px) {
body { 
  font-size: 15px;
  font-size: 1.5rem; 
}	
}		
	
	
h1, 
h2, 
h4,
h5, 
h6 { 
  font-family: inherit; 
  font-weight: 300; 
  color:#262626; 
}

/* H1 */
h1 {
	font-weight: 500;
	color:#00A0C0;
	font-size: 3.2rem;
	font-size: 32px;
	margin-top:24px;
	padding: 0 0 28px;
	line-height: 0.9;
	letter-spacing: 0.08em;
	text-align:center;
 }
@media (max-width: 767px)  {
	h1 {
	font-size: 2.8rem;
	font-size: 28px;
	margin-top: 18px;
	padding: 0 0 25px;
}
}

/* Sub Title */
h1 .sub {
	font-weight: 300! important;
	color:#D38300;
	font-size: 1.5rem !important;
	font-size: 15px !important;
}

/* H2 */
h2 {
 font-weight: 600;
	padding:5px 2px 15px;
 font-size: 42px;
 font-size: 4.2rem;
 letter-spacing: 0.06em;
 line-height: 1.2;
	margin:0 0 15px; 
}
@media (max-width: 767px) {
h2 {
	font-size: 32px;
 font-size: 3.2rem;
 letter-spacing: 0.04em;
 line-height: 1.2;
}
}
h2.fee-list {
	 padding:5px 0 0 15px;
  margin-bottom:10px;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
	 border-bottom: none;
	text-align: left;
}
@media (max-width: 767px) {
h2.feel-ist {
  font-size: 16px;
  font-size: 1.65rem;
		text-align: center;
}
}
h2.prof {
	 padding:15px 0 0 0;
  margin-bottom: 5px;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
	 border-bottom: none;
	text-align: left;
}
@media (max-width: 767px) {
	h2.prof {
	 padding:15px 0 0 0;
  margin-bottom: 5px;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
}	

/* H3 */
h3 {
	font-family: 'Noto Sans JP', sans-serif;
  margin:20px 0 10px;
	 padding:10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2; 
  letter-spacing: 0.06em;
 font-weight: normal;  
}
@media (max-width: 767px) {
h3 {	
	margin:35px 0 5px;
}	
}
h3.parking {
	margin:30px 0 -10px 5px !important;
	padding:5px 0 0;
	  font-size: 16.4px;
  font-size: 1.64rem;
	border-bottom: none;
font-weight: 600;
}
@media (max-width: 767px) {
h3.parking{	
	margin:35px 0 5px;
}	
}

/* H4 */
h4 {
	font-family: 'Noto Sans JP', sans-serif;
  margin:28px 0px 15px 5px;
	 padding:8px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2; 
  letter-spacing: 0.06em;
 font-weight: normal; 
	border: 1px solid #00b3cd;
}
h4.place {
  margin:28px 0 -10px 0;
	 padding:0;
	color:#00b3cd;
  font-size: 16.4px;
  font-size: 1.64rem;
  line-height: 1.2; 
  letter-spacing: 0.06em;
 font-weight: 600; 
	border:none;
}


/* Paragraph ----------------------*/ 
p { 
  line-height: 200%;
}
@media (max-width: 767px) {
p{ 
  line-height: 170%;
  letter-spacing:0.07em;
}
}


/* Color ----------------------*/ 

.red{ color:#CC0000;
}
.orange{ color:#FF6666;
}
.pcolor{ color:#00a7d3;
}

/* �@FONT SIZE ----------------------*/ 

.font60{ font-size: 60%; }
.font70{ font-size: 70%; }
.font80{ font-size: 80%; }
.font90{ font-size: 90%; }
.font94{ font-size: 94%; }

.font110{ font-size: 110%; }
.font120{ font-size: 120%; }
.font130{ font-size: 130%; }
.font140{ font-size: 140%; }
.f-magenta{ color:#E40182; }

u { 
  text-decoration: underline; 
  text-decoration-color: #95a5a6;
}

em { 
  font-weight: 700;
  font-style: italic; 
}

strong { 
  font-weight: 700; 
}

.fbold{
  font-weight:bold; 
}
.fwei500{
	font-weight: 500;
}
.fnormal{
  font-weight:normal; 
}

pre { 
  display: block;
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 8px;   
  white-space: pre; 
  white-space: pre-wrap; 
  word-break: break-all; 
  word-wrap: break-word;
}

.pre-scrollable {
  max-height: 377px;
  overflow-y: auto;
}

.pre-scrollable::-webkit-scrollbar { 
  width: 8px;
  height: 21px; 
}

.pre-scrollable::-webkit-scrollbar-track { 
  -webkit-box-shadow: none;
          box-shadow: none; 
  background-color: #ecf0f1; 
}

.pre-scrollable::-webkit-scrollbar-thumb { 
  background-color: #bdc3c7; 
}

blockquote { 
  display: block;  
  margin-left: 0; 
  padding-top: 13px;
  padding-right: 21px;
  padding-bottom: 13px;
  padding-left: 21px; 
  font-style: italic;
  border-left: 5px solid #95a5a6;
}

blockquote cite { 
  display: block; 
  font-size: .618em; 
  color: #666; 
}

blockquote cite:before { 
  content: "\2014 \0020"; 
}

figcaption, 
caption { 
  font-size: 0.75rem; 
  font-style: italic; 
  line-height: 2.333333333; 
}

a { 
  text-decoration: none; 
  color:#2b2b2b; 
}

a :link{ 
  text-decoration: none; 
  color:#2b2b2b;
}

a :visited { 
  color:#2b2b2b;
}

a :hover { 
	color: #00A0C0;
}


hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #95a5a6;
}

img {
  max-width: 100%;
}

/*---------------------------------
 LINE BREAKS 
-----------------------------------*/
.smaline{
    display: none;
}

@media screen and (max-width:428px) {
.smaline{
        display: block;
}
}

/*---------------------------------
	LIST
-----------------------------------*/
ul,
ol {
padding-right: 20px;
padding-left: 25px;
}

li {
text-align: left;
padding: 5px 0 5px;
line-height: 160%; 
}

.li-unstyled {
padding: 0;
}

.li-unstyled li {
padding: 0;
list-style: none;
}

.li-inline li {
float: left;
padding-right: 34px;
padding-left: 0;
list-style: none;
}

.li-circle {
padding: 4px 0 0;
list-style-type: circle !important;
}

@media (max-width: 767px) {
ul,
ol {
padding-right: 8px;
padding-left: 12px;
}
}	
		
/*---------------------------------
	SPACING
-----------------------------------*/

/* margin top -- */
.mgt0 { margin-top: 0px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt30 { margin-top: 30px; }
.mgt40 { margin-top: 40px; }
.mgt50 { margin-top: 50px; }
.mgt60 { margin-top: 60px; }
.mgt100 { margin-top: 100px; }


.mgt0 { margin-top: 0px; }
.mgt-5 { margin-top: -5px; }
.mgt-10 { margin-top: -10px; }

/* margin bottom -- */
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }
.mgb30 { margin-bottom: 30px; }
.mgb40 { margin-bottom: 40px; }
.mgb50 { margin-bottom: 50px; }
.mgb60 { margin-bottom: 60px; }
.mgb70 { margin-bottom: 70px; }

.mgb0 { margin-bottom: 0px; }
.mgb-5 { margin-bottom: -5px; }
.mgb-10 { margin-bottom: -10px; }
.mgb-30 { margin-bottom: -30px; }

/* margin right�|�| */
.mgr5 { padding-right: 5px; }
.mgr20 { padding-right: 20px; }
.mgr30 { padding-right: 30px; }
.mgr40 { padding-right: 40px; }

/* margin left -- */
.mgl-10 { padding-left: -10px; }
.mgl20 { padding-left: 20px; }
.mgl30 { padding-left: 30px; }
.mgl40 { padding-left: 40px; }

/* padding top -- */
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt50 { padding-top: 50px; }
.pdt-10 { padding-top: -10px; }


/* padding bottom -- */
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb50 { padding-bottom: 50px; }
.pdb-10 { padding-bottom: -10px; }


/* padding right -- */
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }


/* padding left -- */
.pdl10 { padding-left: 10px; }
.pdl15 { padding-left: 15px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl80 { padding-left: 50px; }

.last{
margin-bottom: 60px !important;
}
.last2{
margin-bottom: 20px !important;
}


/*---------------------------------
	TABLE
-----------------------------------*/

table {  
 width: 100%; 
 border-spacing: 0; 
	margin:0 10px 0 !important;
 border-collapse: collapse;
}

/*table > caption { 
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px; 
}*/

/*table > caption[data-position="top"] {
  caption-side: top;
}*/

/*table > caption[data-position="bottom"] {
  caption-side: bottom;
}*/

/*table > caption:before { 
  content: attr(data-prefix); 
  font-size: 1.54rem; 
  font-weight: 700; 
}*/

/*thead {
} */

/*tbody { 
  border-top: none;
  border-right: ;
  border-left: ;
  border-bottom: none;
} */

tr { 
  border-bottom: 1.5px dotted #00a7d3;
}

tr.last-tr { 
  border-bottom: 1.5px solid #00a7d3;
}

tr:last-child { 
  border-bottom: none; 
}

th { 
  padding-top: 15px;
  padding-right: 8px;
  padding-bottom: 15px;
  padding-left: 18px; 
  font-size: 1.54rem;
  font-weight: 300; 
  line-height: 2.333333333; 
  text-align: left; 
 
  background-color: #fff; 
  white-space: nowrap;
}

td { 
  padding: 12px 11px 13px 18px;
  font-size: 1.54rem;
  font-weight: 400; 
  line-height: 160%; 
  text-align: left; 
	  border: 1.5px solid #00a7d3;
}

.table-no-border, 
.table-no-border * { 
  border: none; 
  background-color: ffffff; 
} 

.table-striped tr:nth-of-type(even) { 
  background: #ffffff; 
}

.table-hover tbody tr:hover { 
  background-color: #ffffff; 
}

.table-responsive { 
  max-width: 100%; 
  margin: 8px 15px 18px;
	 padding-bottom: 0;
  overflow-x: auto; 
  overflow-y: hidden; 
	 border: 0.5px solid #00a7d3 !important;
}
.table-responsive:last-child  { 
  margin-bottom: 60px;
}
.table-responsive table { 
  margin: 0 !important;
}


/* MAX767px
-----------------------------------------------------------------------------*/

@media (max-width: 767px) {
table {  
 margin-top: 5px;
}
th { 
padding-top: 13px;
padding-right: 5px;
padding-bottom: 13px;
padding-left: 5px; 
font-size: 1.3rem;
font-weight: 300; 
line-height: 1.6; 
white-space: nowrap;
}
td { 
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 10px; 
  line-height: 1.6; 
	 font-size: 1.3rem;
}

.table-responsive { 
margin:12px 10px;
}

.table-responsive caption,
.table-responsive caption[data-position="top"] { 
    border-bottom: 1.4px solid #00a7d3;
    background-color: #ffffff; 
}

.table-responsive caption[data-position="bottom"] { 
    border-top: 1.4px solid #00a7d3;
    background-color: #ffffff; 
}

.table-striped caption { 
    background-color: transparent; 
}

.table-responsive thead {
    border-top: none;
    border-right: none;
    border-bottom: 1.4px solid #00a7d3; 
    border-left: none;
}
.table-responsive tbody { 
    border: none; 
}

.table-responsive .table-no-border thead,
.table-responsive .table-no-border tbody {
    border: none;
}
}

.table-responsive::-webkit-scrollbar { 
  height: 8px; 
  width: 55%;
}

.table-responsive::-webkit-scrollbar-track { 
  -webkit-box-shadow: none;
          box-shadow: none; 
  background-color: #ffffff; 
}

.table-responsive::-webkit-scrollbar-thumb { 
  background-color: #ffffff; 
}


/*---------------------------------
	TEXT ALIGN
-----------------------------------*/

.text-left { 
  text-align: left; 
}
.text-right { 
  text-align: right; 
}
.text-justify { 
  text-align: justify; 
}
.text-center { 
  text-align: center; 
}
*[data-ellipsis="true"] {
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}
.pull-left { 
  float: left; 
}
.pull-right { 
  float: right; 
}

.vertical-m{
 vertical-align: middle;
}

.vertical-b{
 vertical-align: bottom;
}

/*---------------------------------
	INPUT
-----------------------------------*/

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 5px;
}



input {
  line-height: normal;
  padding: 3px;/* INPUT SPACE */
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input,
textarea,
select {
  display: inline;
  width: inherit;
  padding-right: 5px; 
  padding-left: 5px; 
  font-family: inherit;
  font-size: 1.4rem;   
  border: 1px solid #666666;
}

input,
textarea { 
  line-height: 28px;  /*- form 入力項目天地 ---*/ 
}

input:focus,
textarea:focus,
select:focus { 
  outline: none; 
}

input[type="checkbox"],
input[type="radio"] { 
 width: 34px; 
}

textarea {
  min-height: 140px;
  padding-top: 6px;
  padding-bottom: 6px;
}

select {
  height: 38px;
  padding-right: 13px;
  padding-left: 13px;
  line-height: 38px;
  background-color: #ecf0f1;
}

option {  
  height: 38px;
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px;
  line-height: 38px;
}

option:selected {
  padding-top: 0;
  padding-bottom: 0;
}

label {
  display: block; 
  font-size: .816rem; 
  font-weight: 700;
  line-height: 2.144607843;
}



/*---------------------------------
	BUTTONS
-----------------------------------*/
/*--  BUTTON 01 -- */
a.btn-flat{
  display: inline-block;
  padding: 1.1em 2.0em;
  text-decoration: none;
  color:#fff;
  font-weight: 500;
  background:#797cdc;
  letter-spacing: 0.14em;
  margin:0.1em 0.4em 0.6em;
  text-align: left;
  border: #797cdc solid 1.2px;
  transition:0.4s;
}

a.btn-flat:hover{
	color:#FFFFFF !important;
	background: #3C3D8F !important;
	border: #3C3D8F solid 1px;
	opacity: 0.9;
}

/*--  BUTTON 02 -- */
a.btn-flat2{
	font-size: 90%;
  display: inline-block;
  padding: 0.5em 2.0em;
  text-decoration: none;
  color:#fff;
  font-weight: 500;
  background:#797cdc;
  letter-spacing: 0.11em;
  margin:0.1em 0.4em 0.6em;
  text-align: left;
  border: #797cdc solid 1.2px;
	 border-radius: 30px;
  transition:0.4s;
}

a.btn-flat2:hover{
	color:#FFFFFF !important;
	background: #3C3D8F !important;
	border: #3C3D8F solid 1px;
	opacity: 0.9;
}

/*--  BUTTON 03 -- */
span.btn-flat3{
	font-size: 90%;
  display: inline-block;
  padding: 0.5em 2.0em;
  text-decoration: none;
  color:#fff;
  font-weight: 500;
  background:#bbb;
  letter-spacing: 0.11em;
  margin:0.1em 0.4em 0.6em;
  text-align: left;
  border: #aaa solid 1.2px;
	 border-radius: 30px;
  transition:0.4s;
}

/* マップ全体のラッパー */
.map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

/* 左パネル */
.detail-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 1000;
}

.detail-panel.open {
  transform: translateX(0);
}

/* 閉じるボタン */
.detail-panel .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  background-color:rgba(0,0,0,.6);
  border-radius:18px;
  width:35px;
  height:35px;
  color:#fff;
  align-items:center;
  justify-content:center;
  text-align: center;
  line-height: 35px;
}

#map {
    margin-bottom: 0;
    border:none;
}

.detail-card {
  padding: 16px 0;
  background: #fff;
  border-radius: 8px;
}

.detail-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
  padding: 0 16px;
}

.detail-title {
  margin: 12px 0 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 100%;
  border-bottom: 2px solid rgba(0,0,0,0.2);
  padding:0 20px 10px;
}

.detail-info {
  font-size: 14px;
  color: #555;
  text-align: left;
  padding: 0 20px;
}

.detail-item {
  margin: 4px 0;
}

.detail-item {
  white-space: pre-line; /* 改行コードをそのまま反映 */
}

.island-switch {
  background-color: #FBF8F1;
  font-weight: bold;
  padding: 50px 20px 0;
  font-size: 20px;
}

/* タイトル枠 */
.plan-title{
  /* 文字 */
  color:#333;
  line-height:1.35;
  margin-bottom: 0.5em;
  margin-top:0;
  padding-top:0;
  letter-spacing:.02em;
  /* サイズ（お好みで調整） */
  font-size: clamp(18px, 2.2vw, 28px);

  /* 枠の見た目 */
  border: 2px solid #2f4b7f;       /* 青みのある枠色 */
  background:#f7f4eb;               /* 薄いベージュ背景（不要なら消してOK） */
  padding: 14px 32px;               /* 内側余白 */
  box-sizing: border-box;

  /* 幅をテキスト分にして中央に */
  width: fit-content;               /* 主要ブラウザ */
  margin: 0 auto 24px;                /* 中央寄せ */
}

/* 古いブラウザ向けフォールバック */
@supports not (width: fit-content){
  .plan-title{
    display: inline-block;
  }
}

/* モバイル時は少しコンパクトに */
@media (max-width: 768px){
  .plan-title{
    padding: 10px 18px;
    font-size: 20px;
  }
}
