@charset "utf-8";
/* CSS Document */

/* shurikinjocho customスタイル */

/*----------------------------------
トップページ
----------------------------------*/
.top-h1 {
    font-family: 'Cormorant Garamond', serif;
    position: relative;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.075em;
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
}

.top-h1 img{
    width: 100%;
}

.top-list {
    margin: 10px 0;
}

.mv-img {
    width: 1024px;
}

body#top .guidance{
  text-align:center;
  margin: 0 auto 20px auto;
  background-color:#193D5B;
  padding:10px 20px;
}

body#top .guidance p{
  text-align:center;
  font-size:1.7em;
  color:#fff;
  font-weight: bold;
}

body#top .guidance-box {
    margin: 20px 0 120px;
    border: solid 1px #193D5B;
}

body#top .price {
    width: 85%;
    margin: 20px auto 28px 52px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
body#top .price div {
    font-size: 2.5em;
}
body#top .price_box {
    margin-right: 12px;
    margin-top: 12px;
    padding: 10px !important;
    border: 1px solid #193d5b;
    color: #193d5b;
    font-size: 1.1em !important;
    line-height: 1.2;
    letter-spacing: 2px;
    text-align: center;
    width: 44px;
}
body#top .price ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 156px;
    margin-left: -4px;
}
body#top .price li {
    display: flex;
    vertical-align: top;
    padding: 4px 0;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1;
    width: 78px;
}
body#top .price li sup {
    font-size: 10px;
}
body#top .price div small {
    font-size: 1.4rem;
    margin-left: 6px;
}
.price_spec {
    width: 184px;
}
.price_kara {
    margin-left: -40px;
    margin-right: 8px;
}


/* トップ モデルルーム公開中・お問い合わせ・右下写真 */
body#top .listbl {
  width: 630px;
}

body#top .infoBlock {
  width:650px;
  margin:40px auto;
}

body#top .subImg {
  width: 386px;
  float:right;
}

body#top .cap {
  font-size: 0.8125rem;
  /*font-size:90%;*/
  text-align:center;
  margin:4px 4px 0;
  line-height: 1.4;
}


/*----------------------------------
ルームプラン
----------------------------------*/

body#plan .plan-block {
    margin: 20px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

body#plan .plan-box {
    border-radius: 4px;
    padding: 20px;
    background-color: #f2f0ec;
}

body#plan .plan-box .plan-box-header {
    margin: 10px 0;
    font-weight: bold;
    font-size: 15px;
}
body#plan .plan-block li {
    padding: 20px;
    background-color: #f2f0ec;
}

.tpc-txt {
    padding: 32px 180px;
    margin: 44px 0;
    border: 1px solid #193d5b;
    font-family: 'Cormorant Garamond', serif;
    box-shadow: 0 0 8px 1px #c4c4c4;
    text-align: center;
}

.tpc-txt .tpc-txt_title {
    font-size: 22px;
    margin: 0 0 20px;
    color: #193d5b;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #193d5b;
    line-height: 40px;
}

.applyBtn img {
    transition: 0.3s;
}
.applyBtn img:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.mdr {
  margin: 0 auto;
  /*margin: 0 auto 10px;*/
  text-align:center!important;
}

.mdr p {
	color: #193D5B;
	font-size: 1.125rem;
}

.mfp-content #inline-wrap01,
.mfp-content #inline-wrap02,
.mfp-content #inline-wrap03, 
.mfp-content #inline-wrap04,
.mfp-content #inline-wrap05,
.mfp-content #inline-wrap06,
.mfp-content #inline-wrap07 {
  max-width: 900px;
}


/* スライダー */
.slidewrap{
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.slideitem01{
    margin: auto;
    width: 100%;
}

.slideitem02{
    margin: 20px auto;
    width: 100%;
}

#slider {
  margin: 0 auto 10px;
}

.slide-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

#thumbnail-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.thumbnail-item {
  width: calc(100% / 6 - 10px);
  box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  height: 120px;
  margin: 0 auto;
  object-fit: cover;
}

body#plan .btn-group {
    width: 100%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

body#plan .btn-group li {
    width: calc(100% / 5 - 6px);
}

body#plan .btn-group img{
    display: block;
}






/* modal */  .open-modal-btn {
    font-size: 16px;
    cursor: pointer;
    background: no-repeat;
    width: calc(100% / 5 - 10px);
    border: none;
    padding: 0;
    margin-right: 6px;
  } 
   .open-modal-btn:last-of-type {
    margin-right: 0;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: none;
  }

  .modal.show {
    opacity: 1;
    pointer-events: auto;
  }

  .modal-content {
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    position: relative;
    max-width: 500px;
    width: 80%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);

    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .modal.show .modal-content {
    opacity: 1;
  }

  .close-modal {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
    background: none;
    border: none;
  }

  /* 開いたらscrollなし ※かくっとなる */
  body.modal-open {
    overflow: hidden;
  }






/* plan */
.mdear-tokunoshima-plan {
    margin-top: 30px;
}

.mdear-tokunoshima-plan .type {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 76%;
    min-width: 1200px;
	max-height: 90vh;
	overflow-y: auto;
	background: #fff;
	padding: 20px 40px;
	box-sizing: border-box;
	opacity: 0;
	transition:
		opacity 0.35s ease,
		transform 0.35s ease;
	border-radius: 4px;
}

.mdear-tokunoshima-plan .type .tab-content {
    width: 72%;
    margin: auto;
}

.mdear-tokunoshima-plan .close-button img {
	cursor: pointer;
}

.mdear-tokunoshima-plan #modal-bg {
	display: none;
	position: fixed;
	z-index: 9998;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity 0.35s ease;
}

.mdear-tokunoshima-plan #modal-bg.is-open {
    opacity: 1;
}

.mdear-tokunoshima-plan .type.is-open {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.mdear-tokunoshima-plan .mordal-btn button {
	cursor: pointer;
	transition: all 400ms;
	transition-duration: 800ms;
    padding: 0;
    border: none;
    background: none;
}

.mdear-tokunoshima-plan .mordal-btn button:hover {
	opacity: 0.7;
}

.mdear-tokunoshima-flexible-value {
  text-align: center;
  margin-top: 24px;
}

.mdear-tokunoshima-flexible-value figure{
	margin: auto;
	border: none;
}

.mdear-tokunoshima-plan .img-basic {
    width: auto;
    height: auto;
}

.column5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}





/*----------------------------------
ロケーション
----------------------------------*/
/*----------------------------------
アクセス・周辺施設
----------------------------------*/

body#access .bg_block {
    background: url(/other/mdear-tokunoshima/img/bg-access.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    padding: 160px 0 10px;
    margin-bottom: 40px;
}

body#access .bg_block p{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}

body#access .map_left {
    width: 420px;
    margin-bottom: 160px;
}

body#access .map_left li{
    font-size: 18px;
}

body#access .map_left p{
    font-size: 12px;
}

body#access .block_inner {
    width: 100rem;
    margin: 0 auto 8rem;
}

body#access .access-introduction img{
    max-width: 100%;
    width: 100%;
    height: auto;
    width: 100%;
    vertical-align: bottom;
}

body#access .map_access {
    margin-bottom: 6rem;
}

body#access .map_japan {
    position: absolute;
    top: 270px;
    right: 0;
    width: 600px;
}

body#access .map_left h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: .1em;
    background: linear-gradient(to right, #66bfb6 0%, #67b2d3 59%, #67b2d3 100%);
    margin-bottom: 12px;
    height: 36px;
    width: 240px;
}

body#access .map_left img {
    margin: 0 10px 0 0;
    width: 25px;
}

body#access .map_left h3 + p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 48px;
}

body#access .bg_block .map_left li {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}

body#access .bg_block .map_left ul + p {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 1rem;
}

body#access .notes li {
    font-size: 11px;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}

body#access .facilities-info {
    display: flex;
    gap: 20px;
}

body#access .access-item-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 60%
}

body#access .access-map-1 {
    flex: 40%;
}

body#access .access-ddata_column {
    margin-top: 2px;
}

body#access .access-h3 {
    width: 1024px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.075em;
}

body#access .access-wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
}

body#access .access-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

body#access .access-item {
    width: calc(100% / 2 - 20px / 2);
}

body#access .access-info-h4 {
    position: relative;
    padding-bottom: 4px;
    border-bottom: solid 2px #cccccc;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.025em;
}

body#access .access-ditem_info {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    gap: 10px;
    border-bottom: 1px dotted #dcdcdc;
}

body#access .access_info {
    width: 48%;
	background-color: #fff5ed;
    /*margin: 40px 0;*/
    padding: 30px 0 20px;
    text-align: center;
}

body#access .access_info h3 {
	font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #193D5B;
	margin-top: 10px;
    margin-bottom: 30px;
}

body#access .access-ditem_info .access-dttl_info {
    width: 50%;
}

body#access .access-ditem_info .access-ddata_info {
    width: 50%;
}

body#access .pamphlet {
    margin: 10px 0 20px 0;
}

body#access .pamphlet img{
    width: 100%;
}

body#access .pamphlet p{
    font-size: 10px;
    text-align: right;
}
/*----------------------------------
ランドプラン・眺望
----------------------------------*/
body#view .freespirit {
    padding: 80px 40px 80px;
    background: linear-gradient(#ebf6fc, #ffffff);
    text-align: center;
}

body#view .entrance {
    display: flex;
    gap: 10px;
    margin: 60px 0 0;
}

body#view .view-h3 {
    margin-top: 40px;
    color: #4893c2;
    font-size: 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
    text-align: center;
    letter-spacing: 0.075em;
}

body#view .pano-wrap {
    position: relative;
    overflow: hidden;
    user-select: none;
    margin: 20px 0 0;
}

body#view .pano-wrap .figure img {
    position: relative;
    left: -1130px;
    width: auto;
    max-width: none;
    height: 500px;
    vertical-align: top;
}

body#view .pano-wrap .pano {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    margin: auto;
    z-index: 1;
    height: 0;
}

body#view .pano-wrap .pano .controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 0;
}

body#view .pano-wrap .pano .controls a {
    width: 60px;
    height: 60px;
}

body#view .pano-wrap .pano .controls .left {
    background: url(/other/yojiro/img/btn_panoPrev.png) no-repeat center center / cover;
}

body#view .pano-wrap .pano .controls .right {
    background: url(/other/yojiro/img/btn_panoNext.png) no-repeat center center / cover;
}


/*----------------------------------
設備・仕様・構造・その他
----------------------------------*/



.equipment,.equipment-wrap {
    margin-top: 60px;
}

.equipment-ul_plan {
    text-align: center;
}

.equipment-li_plan {
    margin-bottom: 40px;
}

.equipment-navi {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.equipment-naviitem {
    display: inline-block;
    width: 150px;
    text-align: center;
    opacity: 0.7;
}

.equipment-naviitem a {
    display: block;
    background: #193D5B;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 5px;
    border-radius: 4px;
}

.equipment-naviitem a:hover {
    opacity: 0.7;
}

.equipment-naviitem a span:hover {
    color: #fff;
    text-decoration: none;
}

/* 各プラン共通 */
.plans {
    margin-top: 80px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}

.plans-content {
    margin-bottom: 80px;
}

.plans-ul_column4 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.plans-li_column4 {
    width: calc((100% - 45px) / 4);
}

.plans-figure img {
    margin-bottom: 10px;
}

.plans-figure figcaption {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.plans-desc span {
    font-size: 11px;
}

.plans-note {
    margin-top: 60px;
    font-size: 12px;
}

/* states */
.states-h2 {
    margin: 60px 0 40px;
    font-size: 30px;
    text-align: center;
}

.states-h3 {
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.075em;
}

.states-h3 span {
    font-size: 70%;
}

.states-mv {
    margin-bottom: 30px;
}

/* other */
.other {
    margin-top: 80px;
}

.other-h3 {
    margin-bottom: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-align: center;
}

.other-wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.other-left {
    width: calc((100% - 20px) * 0.55);
}

.other-right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: calc((100% - 20px) * 0.45);
}

.other-li {
    width: calc((100% - 20px) / 2);
}

.other-li img {
    margin-bottom: 10px;
}

.other-ttl {
    margin-bottom: 5px;
    font-weight: bold;
}

.lead-area {
    margin-bottom: 24px;
}

.lead-area .lead-title {
    font-size: 22px;
}

.lead-area .lead-txt {
    font-size: 16px;
}

/* eco */
.eco {
    background: #f0eddf;
    position: relative;
    margin-top: 80px;
    padding: 80px 40px;
    border-radius: 4px;
}

.ecoicon {
    position: absolute;
    top: -39px;
    right: 34px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

.eco-box {
    position: relative;
    background: #f8f7f6;
    margin-bottom: 60px;
    padding: 50px 59px;
    border-radius: 10px;
    text-align: center;
}

.eco-subttl {
    font-size: 16px;
    text-align: center;
}

.eco-h4 {
    background: #8bc1ac;
    margin: 8px 0 20px;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.eco-box_column2 {
    background: #f8f7f6;
    display: flex;
    column-gap: 30px;
    padding: 50px 59px;
    border-radius: 10px;
}

.eco-boxinner {
    width: calc((100% - 30px) / 2);
}

.eco-content_column2 {
    display: flex;
}

.eco-contentdesc {
    width: 40%;
}

.eco-contentfig {
    display: flex;
    align-items: center;
    width: 60%;
}

.eco-boxnote {
    margin-top: 10px;
    font-size: 12px;
}

/* structure */
.structure {
    margin-top: 80px;
}

.structure-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.structure-li {
    width: calc((100% - 60px) / 4);
}

.structure-fig img {
    margin-bottom: 10px;
}

.structure-fig figcaption {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}

.structure-content {
    margin-bottom: 10px;
    padding: 60px 0;
    font-size: 15px;
    font-weight: bold;
}

.structure-desc span {
    font-size: 12px;
}

/* security */
.security {
    margin: 80px 0;
}

.security-ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 60px;
}

.security-li {
    display: flex;
    column-gap: 20px;
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.security-li:first-child {
    border: none;
}

.security-li_column2 {
    display: flex;
    column-gap: 20px;
    width: calc((100% - 30px) / 2);
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.security-li_column3 {
    width: calc((100% - 60px) / 3);
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.security-left {
    width: calc((100% - 20px) * 0.3);
}

.security-right {
    width: calc((100% - 20px) * 0.7);
}

.security-left_column2 {
    width: calc((100% - 20px) * 0.4);
}

.security-right_column2 {
    width: calc((100% - 20px) * 0.6);
}

.security-ttl {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.raccess {
    position: relative;
    margin-top: 80px;
    padding: 30px;
    border: 2px solid #8290b3;
}

.security-h4 {
    background: #8290b3;
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.security-h4 span {
    font-size: 1.2em;
}

.raccessimg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.raccess-desc {
    margin: 70px 0 20px;
    font-size: 16px;
    text-align: center;
}

.raccess-fig {
    text-align: center;
}

.raccess-note {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
}
/* 250228 ここまで */

/*----------------------------------
アクセス
----------------------------------*/
body#access .img01{width:232px;}
body#access .img02{width:100%;}
body#access .img03{width:228px;}
body#access .map_thumb img{width:151px;}
body#access .text01{font-size: 120%;}
body#access .fl01{width:700px;}
body#access .fr01{width:250px;}

body#access h2.con_titl {
    color: #231815;
    margin-bottom: 30px;
    font-size: 2.25rem;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 0.9;
}

body#access h2.con_titl span {
    font-size: 0.875rem;
    font-weight: 600;
}

.f_en {
    font-family: 'Cinzel', serif;
}

body#access h3.subTtl, body#access h3.subTtl02 {
    font-family: "游明朝","Yu Mincho","游明朝体",YuMincho,'Noto Serif JP',serif;	
}


body#access h3.subTtl {
    display: inline-block;
    color: #8f2d14;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0 5px;
    border-bottom: 1px solid #8f2d14;
}

body#access h3.subTtl02 {
    display: block;
    color: #231860;
    font-size: 1.375rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 5px;
}


body#access h4.cntrBdy {
	color: #fff;
	margin-bottom: 30px;
	font-family: "游明朝","Yu Mincho","游明朝体",YuMincho,'Noto Serif JP',serif;
	font-size: 1.0625rem;
}

.wrap .boxs, .wrap .erea_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wrap .boxs .box {
    width: 31%;
    margin-bottom: 20px;
}

.wrap .boxs .box4clm {
    width: 23%;
    margin-bottom: 20px;
}

.boxs .box img,
.boxs .box01 img,
.c_boxs02 .box01b img,
.boxs .box02 img,
.boxs .box4clm img {
    -webkit-backface-visibility: hidden;
	width: 100%;
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

.wrap .boxs.bgCl {
    width: 944px;
    padding: 30px 40px;
    margin-bottom: 40px;
    background-color: #f6f3f0;
}

.wrap .boxs.bgCl .box01 {
    width: 54%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.wrap .boxs.bgCl .box02 {
    width: 42%;
}

.boxs.bgCl .box01 h2.con_titl {
	color: #92826e!important;
}

.wrap .boxs.bgCl .txt {
    font-family: "游明朝","Yu Mincho","游明朝体",YuMincho,'Noto Serif JP',serif;
    font-size: 1.0rem;
    line-height: 1.7;
    font-weight: 500;
}

.wrap .erea_info .box {
	width: 48%;
}

.wrap .erea_info .box .titl {
    line-height: 1.0;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 2rem;
    color: #fff;
}

.wrap .erea_info .box .data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    background-image: url(/okinawa/shurikinjocho/img/dot.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 5px;
    font-size: 0.9375rem;
}

.wrap .erea_info .box .data .data_txt {
	font-family: "游明朝","Yu Mincho","游明朝体",YuMincho,'Noto Serif JP',serif;
    color: #fff;
	padding: 0 5px;
    background-color: #92826e;
}


.textbox {
    padding: 0px 16px 10px;
}
.textarea {
    margin-top: 10px;
}

.box4clm .cap.f_go {
    color: #fff;
    padding-top: 6px;
    letter-spacing: -0.01em;
    line-height: 1.4;
}

.map03Wrap {
	background: #92826e;
	margin-bottom: 40px;
	padding: 30px 30px;
}

.map03Wrap .map03 {
    margin: 0 auto 40px;
    width: 1024px;
}


/*----------------------------------
物件概要
----------------------------------*/

body#outline .eltbl {
  width:100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

body#outline .eltbl th {
  width: 30%;
  padding: 8px 20px;
  border-bottom: 1px solid #E0E0E0;
  background: #F2F2F2;
  font-size: 110%;
  vertical-align: middle;
}
body#outline .eltbl th:before {
  content: "-　";
  color:#193D5B;
}

body#outline .eltbl th[colspan="2"] {
  background: #193D5B;
  color:#fff;
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
}
body#outline .eltbl th[colspan="2"]:before {
  content: "■　";
  color:#fff;
}

body#outline .eltbl td {
  width:60%;
  padding:8px 20px;
  background:#fcfcfc;
  border-bottom:1px solid #E0E0E0;
  border-left:1px dotted #E0E0E0;
}

body#outline .el-info  {
  padding: 8px 5px 20px;
  /*padding-top: 10px;*/
  border-top:2px solid #193D5B;
}

body#outline .el-info p {
  margin-bottom:0.2em;
  line-height:1.3;
  font-size: 0.875rem;
  padding-left: 1.0em;
  text-indent: -0.9em;
}


/*----------------------------------
共通指定
----------------------------------*/
figure {
    margin: 0;
}

img {
    max-width: 100%;
}

.mdear-tokunoshima-title {
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: normal;
    padding: 35px 0;
    background: linear-gradient(to right, #63B795, #63B69B, #5FAEDA);
    font-size: 1.875rem;
    letter-spacing: 0.075em;
    font-family: 'Cormorant Garamond', serif;
}

.branding-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top:24px;
  padding-bottom: 20px;
  background: #fff;
}

.branding_pictarea{
  width:1024px;
  margin:40px auto;
  padding-top: 0;
}

.wrap {
  position: relative;
  width: 100%;
  max-width: 1024px;
  min-width: 940px;
  margin: 0 auto 40px;
}

h2.el-title {
  color:#193D5B;
  font-size:200%;
  margin:40px 0 20px;
  padding:0px 16px 10px;
  font-weight:bold;
  text-align:center;
}

.el-title-sub {
	color:#193D5B;
	display: block;
	text-align: center;
	font-size:130%;
	margin-bottom: 30px;
}

.w100per{
    width: 100% !important;
}
.w50per{
    width: 50% !important;
}
.h100per{
    height: 100% !important;
}
.h50per{
    height: 50% !important;
}
.mt0{
  margin-top:0!important;
}
.mt10{
  margin-top:10px!important;
}
.mt15{
  margin-top:15px!important;
}
.mt20{
  margin-top:20px!important;
}
.mt30{
  margin-top:30px!important;
}
.mt40{
  margin-top:40px!important;
}
.mt60{
  margin-top:60px!important;
}
.mt80{
  margin-top:80px!important;
}
.mb0{
  margin-bottom:0!important;
}
.mb10{
  margin-bottom:10px!important;
}
.mb15{
  margin-bottom:15px!important;
}
.mb20{
  margin-bottom:20px!important;
}
.mb30{
  margin-bottom:30px!important;
}
.mb40{
  margin-bottom:40px!important;
}
.mb60{
  margin-bottom:60px!important;
}
.mb80{
  margin-bottom:80px!important;
}

.pb0{
  padding-bottom:0!important;
}

.textbox{
  padding:0px 0 10px
}
.text-center { text-align: center;}

.noBdr { border: none!important;} 

.txtWht { color: #fff!important;}

.txt14 {
    font-size: 0.875rem!important;
}
.txt15 {
    font-size: 0.9375rem!important;
}
.txt16 {
    font-size: 1.0rem!important;
}
.txt18 {
    font-size: 1.125rem!important;
}
.txt20 {
    font-size: 1.25rem!important;
}
.txtCenter {
    text-align: center !important;
}
.txtBold { font-weight:600;}

.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ls0 {
	letter-spacing: 0!important;
}
.ind1em {
	text-indent: -1em;
	padding-left: 1em;
}

/*----------------------------------
ナビ
----------------------------------*/
.nav_tab {
    margin: 0 auto ;
    width:1024px;
    height: 72px;
}

.nav_tab ul{
    display: flex;
    margin: 0;
    padding:0;
    list-style:none;
    background:#f9f8f6;
    text-align: center;
}

.nav_tab ul > *{
    flex: 1;
}


.nav_tab ul li {
    margin-right:16px;
    font-size:110%;
    width: calc((100% - 16px * 6 - 130px) / 6);
    vertical-align: top;
    text-align: center;
    list-style-type: none;
}
.nav_tab ul li:last-child{
    margin-right:0;
    width:130px;
}
.nav_tab ul li a{
    color: #193D5B;
    display: block;
    text-decoration: none;
    background: #efefef;
    border-top:3px solid #193D5B;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 4px;
}
.nav_tab ul li.active a {
    color: #fff;
    background: #193D5B;
    border-color: #193D5B;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_tab ul li.active a:hover,
.nav_tab ul li a:hover{
    color:#231815;
    border-top:3px solid #193D5B;
    background-color:#fff;
    text-decoration:none;
}

.nav_tab ul li.cont a {
    color: #fff;
    background: #f59235;
    border-color: #fff;
}

.nav_tab ul li.cont a:hover,
.nav_tab ul li.cont a:active {
    opacity: 0.5;
    text-decoration:none;
}

.nav_tab ul li.grayout {
    border-color: #ccc;
    border-width: 2px 2px 0 2px;
    border-style:solid;
    border-radius: 8px 8px 0 0;
    height:51px;
    width:115px;
    display: inline-block;
    color:#bbb;
    font-size:80%;
    line-height:1.6;
    letter-spacing:-1px;
    margin:7px 3px 0 3px;
}

.nav_tab ul li.grayout span {
    letter-spacing:1px;
}

/*----------------------------------
お問い合わせ・資料請求
----------------------------------*/
.btn_area {
  width:960px;
  margin: 0 auto ;
  text-align: center;
}

.btn13 a {
  font-size:128%;
}

.btn {
  border-radius: 0px;
  border: 1px solid transparent;
  line-height: 1.3;
  font-size: 110%;
  font-weight: normal;
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  /*white-space: no;*/
  cursor: pointer;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 0 1px 0 rgb(233, 233, 233);
}
.btn:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
  box-shadow: 0 2px 0 rgb(233, 233, 233);
}
.btn:active {
  box-shadow: 0 0px 0 rgb(233, 233, 233);  
}

.brunchL {
  display:block;
  width:52%;
  float:left;
  margin:11px 10px 0 0;
  padding: 2px;
  text-align:center;
}

.brunchL p {
  margin-bottom:8px;
}

.brunchL p span {
  font-size:106%;
}

.brunchL h4 {
  color:#017669;
  font-size:20px;
  font-weight:bold;
}

.information-wrap {
    width: 1024px;
    margin: 60px auto 0;
    padding: 30px 0;
}

.information {
    margin-top: 20px;
    width: 680px;
    margin: auto;
}

.information p {
    font-size: 16px;
}

.information .information-content  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0;
}

.information .information-content .btn13 a {
    font-size: 20px;
    width: 360px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.information .information-content .area-tel {
  margin-bottom:8px;
  padding: 0 0 0 60px;
  color:#017669;
  font-size:32px !important;
  line-height:1.0;
  font-weight:bold;
  position: relative;
}

.information .information-content .area-tel::before {
    content: url(/common/img/ico-area-tel.png);
    position: absolute;
    top: 16px;
    left: 0;
}

.information .information-content span {
  font-size:16px;
  font-weight:normal;
}

/*----------------------------------
clearfix
----------------------------------*/
.clearfix:after,
.gallery-main:after,
.gallery-list:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}





/*----------------------------------
equipment20260814
----------------------------------*/

.equip {
    margin-top: 80px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}

.equip-note {
    margin-top: 60px;
    font-size: 12px;
}

ul.equip-menu li.equip-menuitem a:link,
ul.equip-menu li.equip-menuitem a:visited,
ul.equip-menu li.equip-menuitem a:hover,
ul.equip-menu li.equip-menuitem a:active {
    text-decoration: none;
    color: #1B4065;
}

ul.equip-menu li.equip-menuitem a:link  > span:nth-child(1),
ul.equip-menu li.equip-menuitem a:visited  > span:nth-child(1),
ul.equip-menu li.equip-menuitem a:hover  > span:nth-child(1),
ul.equip-menu li.equip-menuitem a:active  > span:nth-child(1) {
    text-decoration: none;
    color: #1B4065;
    font-size: 18px;
}

ul.equip-menu li.equip-menuitem a:link  > span:nth-child(2),
ul.equip-menu li.equip-menuitem a:visited  > span:nth-child(2),
ul.equip-menu li.equip-menuitem a:hover  > span:nth-child(2),
ul.equip-menu li.equip-menuitem a:active  > span:nth-child(2) {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.equip-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.equip-menuitem {
    font-size: 1.25rem;
    color: #1B4065;
    width: 25%;
    display: flex;
    /* border-right: 1px solid #1B4065; */
    /* &:last-child {
        border-right: none;
    } */
    & a {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0.5rem 0.8rem;
        color: #1B4065;
        text-align: center;
        & > span:nth-child(1) {
            color: #1B4065;
            font-size: 1.125rem;
            padding-bottom: 0.5rem;
            flex-grow: 1;
        }
        & > span:nth-child(2) {
            color: #fff;
            padding: 10px 0 14px;
            background-color: #193D5B;
            border-radius: 5px;
            position: relative;
            transition: all 0.3s;
            &::after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                /* 矢印の向きと色を設定 */
                /* 下向きの三角形の場合 */
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 5px solid #fff; /* ここに色を指定 */
                bottom: 6px;
                left: 50%;
                transform: translateX(-50%);
            }
        }
    }
    & a:hover {
      & > span:nth-child(2) {
        background-color: #f59235;
      }
    }
}

.equip-btnwrap {
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 50px;
    flex-direction: column;
    text-align: center;
}

.equip-btnwrap a {
    color: #fff;
    padding: 12px 32px;
    background-color: #193D5B;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.25rem;
    width: 30%;
}

.equip-btnwrap p {
    color: #193D5B;
    margin-top: 10px;
}

.equip-btnwrap a:hover {
    background-color: #f59235;
}

.equip-gallery {
    margin-bottom: 40px;
}

.equip-gallery figure {
    margin-bottom: 20px;
}




 .imgtxt {
    position: relative;
}

.imgtxt figcaption{
    position: absolute;
    bottom: 0;
    right: 0px;
    font-size: 10px;
    padding: 4px 10px 2px;
    background-color: #193D5B;
    color: #fff;
}

.equip-box {
    margin-bottom: 40px;
}

.equip-box p {
    font-size: 16px;
    margin-bottom: 20px;
}


.equip-gallery>img {
    margin-bottom: 20px;
}

.equip-column2 {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.equip-column2 .equip-column2 {
    margin-bottom: 0;
}

.equip-gallery .equip-column2 img {
    width: calc(50% - 15px);
}

.equip-column2 .equip-column_item {
    width: calc(100% / 2 - 15px);
}
.equip-column2 .img-box {
    width: calc(30% - 15px);
}
.equip-column2 .txt-box {
    width: calc(70% - 15px);
}

.equip-column3 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.equip-column3 .equip-column_item {
    width: calc(100% / 3 - 40px / 3);
}

.equip-column5{
    display: grid;
    gap: 20px 24px;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 3rem;
}

.equip-column5 .long {
    grid-column: span 2;
}

.equip-column5 .equip-column_item.show {
    animation-fill-mode: forwards;
    animation-duration: 1.6s;
    animation-name: movey;
    filter: blur(0);
}

.equip-column_item p {
    font-size: 14px;
    margin-bottom: 0;
}

.equip-column2.right-2column {
    margin-bottom: 14px;
}

.equip-column2 .equip-column_item .equip-column_img {
    height: 150px;
}

.equip-h3 {
    font-size: 32px;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 24px;
}

.equip-h3::after {
    content: '';
    display: block;
    background: linear-gradient(to right, #63B795, #63B69B, #5FAEDA);
    padding: 1px;
    margin-bottom: 32px;
}

.equip-h4 {
    position: relative;
    margin-bottom: 20px;
    font-family: serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.075em;
}

.equip-h4 span {
    font-size: 16px;
}

.equip-h5 {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 4px;
    border-bottom: solid 2px #cccccc;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.025em;
}
.equip-h5 span {
    font-size: 18px;
}

.equip-column_title {
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0 8px;
}




/* ------------ 専用パーツ ------------ */
/* カラー */

.equip-color_model {
    display: block;
    width: calc(100% / 3 - 40px / 3);
}
.equip-color_model:hover {
    text-decoration: none;
}
.equip-color_model figure img {
    width: 100%;
}
.equip-color_model figure figcaption {
    font-size: 20px;
    color: #fff;
    padding: 12px;
    text-align: center;
}
.equip-color_model .dark_calm {
    background-color: #554232;
}
.equip-color_model .greige_modern {
    background-color: #928068;
}
.equip-color_model .white_natural {
    background-color: #E6D7C4;
}

/* 収納 */
.storage p {
    margin-top: 10px;
}




.top-flex {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: auto;
}