@charset "utf-8";
/*----------------------------
このCSSファイルに、スタイル指定を記述していきます。
----------------------------*/

/* 全体のスタイル調整 */
* {
  box-sizing: border-box;
}

/* bodyの初期スタイル調整 */
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Oswald",'ヒラギノ 角ゴ','Noto Sans JP', 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #fff;
}

#container {
	width: 100%;	/*コンテナー幅*/
	background-color:#fff;
  box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
      margin: 0 auto;
	 }
@media screen and (min-width:768px) {
  #container {
	width: 900px;	/*コンテナー幅*/
    margin: 0 auto;
}
}

/* 初期スタイル調整 */
h1,
h2,
h3 {
  margin-top: 0;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-align: left;
}


h3 {
  color: #40826d;
  font-size: 14px;
  margin-bottom: 20px;
}


@media screen and (min-width:768px) {
  h1,
h2{
  text-align: center;
}
  }
p {
  margin-top: 0;
  margin-bottom: 1.5em;
  text-align: justify;
}
.small{
    font-size: 1.1rem;
    color: #3F7F6A;
}
span.marker {
  background:linear-gradient(to bottom, rgba(255,204,204,0) 60%, #ffe666 60%);
}

.balloon1{
  position: relative;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  background-color: rgba(127,255,212,0.2);
  margin-left: 50px;/* 左に余白を設ける */
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 1.3rem;
}
    /* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  background-color: rgba(127,255,212,0.2);
  margin-right: 50px;          /* 右に余白を設ける */
    margin-bottom: 20px;
    font-size: 1.3rem;
}


/* 画像 - 絶対配置で左上に配置 */
 .balloon1 .icon{
  position: absolute;
  left: -50px;
    width: 8%;
  top: 0;
}
    .balloon2 .icon{
  position: absolute;
  right:  -50px;
    width: 8%;
  top: 0;
op: 0;
}



/* 吹き出し本体 */
.balloon2{
  padding: 10px;
  margin-right: 50px;          /* 右に余白を設ける */
}
/* 画像 - 絶対配置で右上に配置 */

.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid rgba(127,255,212,0.2);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
    .balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid rgba(127,255,212,0.2);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@media screen and (min-width:768px) {
    .balloon1 .icon{
  position: absolute;
  left: -90px;
    width: 8%;
  top: 0;
}
    .balloon2 .icon{
  position: absolute;
  right:  -90px;
    width: 8%;
  top: 0;
op: 0;
}
    
    /* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #000;
  background-color: rgba(127,255,212,0.2);
  margin-left: 110px;/* 左に余白を設ける */
    margin-bottom: 20px;
    font-size: 1.3rem;
}
    /* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #000;
  background-color: rgba(127,255,212,0.2);
  margin-right: 110px;          /* 右に余白を設ける */
    margin-bottom: 20px;
    font-size: 1.3rem;
}
    
  }

.ttl{
    text-align: center;
    background: #ADFF2F;
    padding: 3%;
}
.ttl-en{
    color: rgba(0,0,0,0.5);
	font-size: 1.4rem;
	font-style: italic;
}
.heading-e {
	position: relative;
	padding-top: 30px;
	padding-bottom: 70px;
	font-size: 25px;

    background-color: #adff2f;
    color: #000;
    
}

.heading-e span {
	position: relative;
	z-index: 2;
}


.heading-e::before {
	content: attr(data-en);
	position: absolute;
	top: 50%;

	color: rgba(0,0,0,0.5);
	font-size: 20px;
	font-style: italic;
    	text-align: center;
}

@media screen and (min-width:768px) {
    .heading-e {
	position: relative;
	padding-top: 30px;
	padding-bottom: 100px;
        
	font-size: 25px;
	padding-left: 0%;
    background-color: #adff2f;
    color: #000;
}
.heading-e::before {
   
	top: 100px;
	text-align: center;
	font-size: 20px;

}
  }

.heading06 {
	position: relative;
	padding-top: 60px;
	padding-bottom: 10px;
	font-size: 36px;
    font-weight: bold;
	text-align: center;
  text-shadow    : 
       4px  4px 1px #ffffff,
      -4px  4px 1px #ffffff,
       4px -4px 1px #ffffff,
      -4px -4px 1px #ffffff,
       4px  0px 1px #ffffff,
       0px  4px 1px #ffffff,
      -4px  0px 1px #ffffff,
       0px -4px 1px #ffffff;        /* 文字の影 */
}

.heading06 span {
	position: relative;
	z-index: 2;

    
}
.ttl-red{
        color: #90000f;
}
.ttl-black{
        color: #19355A;
    font-size: 1.9rem;
}
.ttl-500{
    font-weight: 500;
    font-size: 1.8rem;
}
.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(22,66,114,0.3);
	font-size: 80px;
	font-style: italic;
}
.red-bold{
    color: crimson;
    font-weight: 600;
}
.green-bold{
   color: #40826d;
    font-weight: 600;
}

.nayami ul {
font-size: 20px;
  padding: 0.2em 1em 0.2em 3em;
  position: relative;
  list-style: url(../img/check.png);
　list-style-position: inside;
    
}

.nayami ul li {
  line-height: 1.5;
  padding: 0.5em 0;

}

.nayami ul li:before {
  font-family: FontAwesome;

/*  content: "\f00c";*/
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: red; /*アイコン色*/
}


@media screen and (min-width:768px) {
  .nayami ul {

  padding: 0.5em 1em 0.5em 5em;

    
}
  }

address {
  font-style: normal;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}

ul {
  margin: 1em 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

section {
  padding: 20px 0;
}

.subcopy{
    padding: 10px 0;  
}
.txt-sub {
  font-weight: 300;
    font-size: 1.3rem;
    max-width: 768px;
}
@media screen and (min-width:768px) {
  .txt-sub {
  font-weight: 300;
    font-size: 1.1rem;
      max-width: 900px;
}
  }
/* 初期スタイル調整 ここまで */

/* 共通スタイル調整 ここから */

/*h2関連*/
.h2-title {
  position: relative;
  text-transform: uppercase;
  z-index: 100;
}

.h2-title::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: #a5d1ff;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  transform: rotate(45deg);
  z-index: -100;
}

/*テキスト関連*/
.txt-center {
  text-align: center;
}

.txt-lead {
  font-weight: 700;
}
.txt-lead-center {
  font-size: 1.5rem;
 text-align: center;
}


/*ボタン関連*/
.btn {
  display: block;
  padding: 20px 35px;
  border-radius: 8px;
  margin: 0 auto;
  border: none;
}

.btn:hover,
.btn:focus {
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

/*Web予約ボタン*/
.btn-reserve {
  color: #fff;
  background: #6699ff;
}

/*レイアウト関連*/
.inner {
  padding: 0 15px;
  margin: 0 auto;
}
.inner-l{
      padding: 0 15px;
  margin: 0 auto;
    text-align: left;
}


@media screen and (min-width:768px) {
  .inner {
    max-width: 1200px;
  }
    .inner-l{
      padding: 0 40px;
  margin: 0 auto;
    text-align: left;
        font-size: 1.3rem;
}
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

@media screen and (min-width:768px) {
  .sp-only {
    display: none;
  }

  .pc-only {
    display: block;
  }
}

.box {
  display:flex;
  flex-direction: column;
  padding: 20px;
}
    
    .box-k {
  display:flex;
  flex-direction: down;
  padding: 20px;
}

.text {
  width: 100%;
  text-align: center;
}
.text2 {
  width: 60%;
    font-size: 1.4rem;

}
.text3 {
  width: 100%;
    font-size: 1.4rem;

}
@media screen and (min-width:768px) {
  .text3 {
  width: 60%;
    font-size: 1.4rem;

}
  }

h3 {
  font-size: 21px;
  margin: 0;
}

.pict {
  width: 100%;
  text-align: center;
  min-height: 0%;
}

.pict img {
  max-width: 300px;
  height:auto;
}
.box:nth-child(even) {
  background-color: #f1f1f1;
  padding: 20px;
}
    
    

@media (min-width:768px) {
  body {
    padding: 0px;
  }
  .box {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
  }
  .box:nth-child(even) {
    flex-direction: row-reverse;
  }
  
  .text {
    text-align: left;
  }
  .box:nth-child(even) .text {
    text-align: right;
  }
  .pict {
    width: 70%;
  }
  .pict img {
    width: 100%;
    height:auto;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 3%;
  }
}

/* 共通スタイル調整 ここまで */

/* ヘッダーブロック ここから */
.header {
  position: fixed;
  top: 0px;
  width: 100%;

  background: rgba(255, 255, 255, 0.9);
  z-index: 200;
}
.header-logo-menu-1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
    margin: 0 auto;
}
.header-logo-menu {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
    background-color: #adff2f;
    padding-bottom: 20px;

}
.logo-txt{
  padding-top: 4px;
  text-align: left;
    padding-left: 0px;
    font-size: 0.8rem;
}
/*ロゴ*/
.logo-area {
  width: 40px;
  margin: 0;
  text-align: left;
 
}

@media screen and (min-width:768px) {
  .logo-area {
      text-align: center;
    width: 100px;
  }
  .logo-txt{
  padding-top: 25px;
      padding-left: 50px;
      font-size: 1.2rem;
  text-align: left;
}
    .header-logo-menu {
  justify-content: space-evenly;
}
      .header-logo-menu-1 {
  justify-content: space-evenly;
          margin: 0 20%;
}
}

/*ハンバーガーメニュー*/
.gnav-toggle {
  position: relative;
  margin-top: 12px;
    margin-left: 350px;
}


/*チェックボックス等は非表示に*/
.gnav-hidden {
  display: none;
}

/*アイコンのスペース*/
#gnav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: rl;
}

/*ハンバーガーの形をCSSで表現*/
#gnav-open span,
#gnav-open span::before,
#gnav-open span::after {
  content: '';
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #555;
  display: block;
  cursor: pointer;
}

#gnav-open span::before {
  bottom: -8px;
}

#gnav-open span::after {
  bottom: -16px;
}

/*閉じる用の薄黒箇所*/
#gnav-close {
  display: none;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/*チェックがついたら表示させる*/
#gnav-input:checked ~ #gnav-close {
  display: block;
  opacity: 0.5;
}

#gnav-input:checked ~ #gnav-content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

/*メニューの中身*/
#gnav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 70%;
  max-width: 300px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.3s ease-in-out;
  transform: translateX(-105%);
}

.gnav-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  text-transform: uppercase;
}


.gnav-item {
  border-bottom: 2px dotted #eee;
  margin: 10px;
  padding-bottom: 20px;
}

.gnav-item a {
  color: #fff;
  font-size: 12px;
  display: block;
  width: 200px;
  text-align: center;
}

.gnav-item a::first-line {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .gnav-menu {
    flex-direction: row;
    padding-top: 15px;
    margin: 0;
  }

  .gnav-item {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
  }

  .gnav-item a {
    color: #333;
    width: 120px;
  }

  .gnav-item a:hover {
    color: #85a7cc;
  }


}




/*-------------------------------------------
　リセットCSS
-------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*-------------------------------------------
　メインビジュアル
-------------------------------------------*/
.mv-area {
  margin-top: 140px;  /* 全体的に下げたい場合 */
  width: 100vw;
  height: 150vw;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: transparent;
  padding-top: 0;
}

@media screen and (min-width:768px) {
  .mv-area {
    height: 800px;
    width: 100%;
    margin-top: 180px;
  }
}

.mv-img {
  width: 100%;
  height: auto;
  display: block;
}

.mv-title {
  color: #000;
  background-color: #adff2f;
  padding: 30px 0;
  font-size: 1.8rem;
  margin: 30px 0;
}

/*-------------------------------------------
　その他コンテンツ
-------------------------------------------*/
.box9 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5%;
}

.box9 img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}

.aisatu {
  width: 30%;
}

.letter-ttl {
  font-size: 1.8rem;
}

.letter-box {
  background: linear-gradient(#ccc, #fff);
  padding: 10px;
}

.letter {
  font-family: "Zen Kurenaido", sans-serif;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 16px auto 0;
  max-width: 950px;
  min-height: 300px;
  padding: 24px;
  position: relative;
  width: 90%;
  font-size: 1.4rem;
}

.dashed-note {
  background-color: #fff;
  background-image: 
    linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
    linear-gradient(180deg, #ccc 1px, transparent 1px);
  background-size: 8px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding-top: 0;
  padding-bottom: 1px;
}









/*-------------------------------------------
　レンタルスペースの紹介
-------------------------------------------*/
.info-area {
  background-color: #0000;
}

.info-txt {
  color: #333;
}
.copy-txt {
  color: #333;
    font-size: 28px;

    margin: 10px;
  
}


@media screen and (min-width:768px) {
  .info-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
.copy-txt {
    margin: 50px;
  }
  .info-txt {
    flex: 1;
    margin-left: 30px;
  }

  .info-area img {
    flex: 1
  }
}

/*-------------------------------------------
　サービスの案内
-------------------------------------------*/
.service-area {
  background-color: #fff;
}

.service-content {
  display: flex;
  flex-wrap: wrap;
}

.service-item {
  flex: 40%;
  text-align: center;
  padding: 20px 20px 0;
  margin: 5px;
  border: 3px solid #527acc;
  border-radius: 10px;
}

.service-item img {
  width: 120px;
}

@media screen and (min-width:768px) {
  .service-content {
    flex-wrap: nowrap;
    max-width: 1200px;
    margin: 0 auto;
  }

  .service-item {
    flex: 1;
  }

}


/*-------------------------------------------
　プランの紹介
-------------------------------------------*/
.plan-area {
  background-color: #f0f0f0;
}

.plan-item {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px #aaa;
}
.koushi-item {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 1px 1px 3px #aaa;
    max-width: 900px;
    padding: 0px;
    
}
.plan-info {
  padding: 0 15px 15px;
    font-size: 1.5rem;
}

.plan-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #527acc;
}
.koushi-title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid yellow;
}
.koushi-list {
    font-size: 110%;
  text-align: left;
  padding: 8px;
    height: auto;
  margin-bottom: 12px;
    
    background-color: #222;
    vertical-align: middle;
}
    p.koushi-list  {
 color: #FFF
}
.koushi-list2 {
    background-color:yellow; 
  text-align: center;
  padding: 2px;
  border: 2px solid yellow;
    font-size: 90%;
    font-weight: 600;
}

.plan-price {
  text-align: center;
  padding: 10px;
  border: 2px solid #527acc;
}
.box-price {
  text-align: center;
  padding: 10px;

}
.price {
  font-size: 1.5rem;
    font-weight:500;
}


.plan-list li::before {
  content: "";
  background: url(../img/list-marker.svg) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 3px;
}

@media screen and (min-width:768px) {
  .plan-content {
    flex-direction: row;
      
  }

  .plan-item {
    flex: 1;
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
    
    .koushi-item {
    flex: 1;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
      padding: 20px;
  }
}



/*-------------------------------------------
　アクセス
-------------------------------------------*/
.access-area {
  padding-bottom: 0;
}

.access-area img {
  display: block;
  max-width: 280px;
  max-height: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px auto 30px;
}

.access-maparea {
  position: relative;
  padding-top: 100%;
}

.access-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width:768px) {
  .access-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 150px;
  }

  .access-maparea {
    position: relative;
    padding-top: 30%;
  }

}


/*-------------------------------------------
　ページトップ
-------------------------------------------*/
.pagetop {
  text-align: right;
  padding: 15px;
  background-color: #f0f0f0;
}

.pagetop a::after {
  content: "";
  background: url(../img/list-marker.svg) no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 3px 10px;
  transform: rotate(-90deg);
}


/*-------------------------------------------
　フッター
-------------------------------------------*/
.foot-area {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  background-color: #596680;
}

.foot-logo {
  margin: 0 auto 20px;
}

.text-phone,
.text-phone a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.foot-area_copy {
  color: #ccc;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #333;
}

@media screen and (min-width:768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.4rem;  /* 必要に応じて調整 */
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .ttl-black {
    font-size: 1.4rem; /* サイズは好みに合わせて調整可 */
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .plan-info {
    font-size: 1.1rem; /* サイズは好みに合わせて調整可 */
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .txt-lead-center {
    font-size: 1.1rem; /* サイズは好みに合わせて調整可 */
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .copy-txt {
    font-size: 1.3rem; /* スマホ表示時の文字サイズを調整 */
    line-height: 1.6; /* 行間も少し余裕を持たせると見やすい */
  }
}

.foot-area a {
  color: #ffffff; /* 白文字に */

.foot-area a:hover,
.foot-area a:focus {
  color: #ffffff; /* ホバーしても白 */
  text-decoration: underline;
}