
html{
    font-size: 62.5%;
}

body{
  font-size: 1.6rem;
  font-family: "Shin Maru Go Regular";
  line-height: 2;
}

h1{
    font-family: "Folk Medium";
    font-size: 3.2rem;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 3px #87CEFA;
    padding:10px 0px;
    letter-spacing: 3px;
}
h2{
    font-family: "Folk Medium";
    font-size: 2.8rem;
    font-weight: bold;
    text-align: left;
    margin-top: 40px;
}

h3{
    font-family: "Folk Medium";
    font-size: 2.2rem;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 2px #acddee;
    padding:5px 0px;
    color: #44bbee;
    margin-top: 40px;
}

h4{
    font-family: "Folk Medium";
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: 10px;
}

h5{
    font-family: "Folk Medium";
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
}

.page_introduction {
    font-family: "Folk Regular";
    margin: 40px 0px 20px 0px;
    text-align:left;
    font-size: 2.4rem;
    line-height: 1.5;
}

.index_introduction_index {
  font-family: "Maru Folk Medium";
  font-size: 2.0rem;
}
@media screen and (max-width:768px) { /* スマホ */
  .index_introduction_index {
    font-family: "Maru Folk Medium";
    font-size: 1.8rem;
  }
}


.index_introduction {
  font-family: "Maru Folk Regular";
  margin: 0px 20px;
  text-align:left;
}

.namisen {
  width:100%;
  margin:20px 0px
}



.midashi_gold {
  font-family: "Folk Medium";
  position: relative;
  padding: 1.2rem 1.2rem;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

.midashi_gold:before,
.midashi_gold:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.midashi_gold:before {
  top: 0;
}

.midashi_gold:after {
  bottom: 0;
}



/* リンク ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
  font-weight:bold;
}
@media screen and (max-width:768px) { /* スマホ */
  a:hover{
    text-decoration: none;
    font-weight:bold;
  }
}

/* ラベル ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
label{
  font-weight:bold;
  font-family: "Folk Medium";
  font-size: 1.7rem;
}


/* 必須項目 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.hissu{
  font-weight:bold;
  color: red;
}

/* フォームの記入補足 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
 .contact_hosoku{
   margin:10px;
   font-size:1.4rem;
   color: #777;
 }


/* サイドバーのメニューリスト ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
ul, ol {
  margin: 0;
  padding: 0;
}

nav {
  width : 240px;
  float : left;
  -webkit-transition : 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -moz-transition : 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

li {
  font-family: "Folk Medium";
  font-size: 1.7rem;
  list-style-type : none;
  border-top    : 1px solid #FFF;
  border-bottom : 1px solid #ddd;
  background-color: #f4f5f6;
  background-size : 200% 100%;
  background-position : 90% 0px;
  -webkit-transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -moz-transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}

li a {
  display    : block;
  padding    : 10px 0;
  color      : #454545;
  text-align : left;
  margin-left: 35px;
  text-decoration: none;
  -webkit-transition : color .1s;
  -moz-transition : color .1s;
}

/* ページャー用補正 */
li.previous a {
  margin-left: 0px;
}
li.next a {
  margin-left: 0px;
}

li.previous a {
  margin-left: 0px;
}

@media screen and (max-width:768px) { /* スマホ */
  li a {
    padding    : 0;
  }
}


li a:hover {
  color : #fff;
  -webkit-transition : color .1s;
  -moz-transition : color .1s;
  text-decoration: none;
}
@media screen and (max-width:768px) { /* スマホ */
  li a:hover {
    color : #454545;
  }
}

li:nth-child(1) {
  border-top : none;
  background-image : -webkit-linear-gradient(left, #78cdce 0%, #78cdce 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #78cdce 0%, #78cdce 50%, #f4f5f6 0%);
}

li:nth-child(2) {
  background-image : -webkit-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
}

li:nth-child(3) {
  background-image : -webkit-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
}

li:nth-child(4) {
  background-image : -webkit-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
}

li:nth-child(5) {
  background-image : -webkit-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
}

li:nth-child(6) {
  background-image : -webkit-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
}

li:nth-child(7) {
  background-image : -webkit-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
}

li:nth-child(8) {
  background-image : -webkit-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #ffb000 0%, #ffb000 50%, #f4f5f6 0%);
}

li:nth-child(9) {
  background-image : -webkit-linear-gradient(left, #f5ee32 0%, #f5ee32 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #f5ee32 0%, #f5ee32 50%, #f4f5f6 0%);
}

li:nth-child(10) {
  background-image : -webkit-linear-gradient(left, #97cc69 0%, #97cc69 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #97cc69 0%, #97cc69 50%, #f4f5f6 0%);
}

li:nth-child(11) {
  background-image : -webkit-linear-gradient(left, #507abd 0%, #507abd 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #507abd 0%, #507abd 50%, #f4f5f6 0%);
}

li:nth-child(12) {
  background-image : -webkit-linear-gradient(left, #f16767 0%, #f16767 50%, #f4f5f6 0%);
  background-image : -moz-linear-gradient(left, #f16767 0%, #f16767 50%, #f4f5f6 0%);
  border-bottom : none;
}

li:hover { /* スマホ：アニメーション無し */
}
@media screen and (min-width:768px) { /* PC：アニメーションあり */
  li:hover {
    -webkit-transition : 0.3s cubic-bezier(0.175, 0.285, 0.32,1.0) all;
    -moz-transition : 0.3s cubic-bezier(0.175, 0.285, 0.32,1.0) all;
    background-position : 0% 0%;
  }
}

#toggle:checked ~ .sidebar nav {
  margin-left:  -240px;
  -webkit-transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -moz-transition : 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}



/* PCとスマホの表示分け ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.pc_only {
	display:block;
}
@media screen and (max-width:768px) {
.pc_only {
	display:none;
}
}
.pc_only_span {
	display:inline;
}
@media screen and (max-width:768px) {
.pc_only_span {
	display:none;
}
}

.sp_only {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only {
	display:block;
}
}
.sp_only_span {
	display:none;
}
@media screen and (max-width:768px) {
.sp_only_span {
	display:inline;
}
}


/* ブートストラップグリッドの..containerと.row のpaddingとmarginを0にする ～～～～～～～～～～～～～～～～ */
.sukima-0 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* 上記の中にあるカラムの左右の隙間も0にする ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.sukima-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}


/* divをクリア ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.clear {
    clear: both;
}

/* センタリング ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.center {
    margin: 0 auto;	
    text-align:center;
}


/* 切り替えボタン ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
.kirikae_button_on {
  position: relative;
  text-align: left;
  height:34px;
  font-size:1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 32px 5px 10px;
  display: inline-block;
  line-height: 1.4;
  background: #44aa22;
  vertical-align: middle;
  border:2px solid #ddd;
  border-radius: 25px;
  outline: none;
}

.kirikae_button_on:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    background: #fff;
	border-radius: 20px;
	box-shadow: 0px 1px 2px #227722;
}

.kirikae_button_on:hover {
	background: #66cc44;
	border:2px solid #fff;
}

.kirikae_button_off {
  position: relative;
  text-align: right;
  height:34px;
  font-size:1.4rem;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px 5px 32px;
  display: inline-block;
  line-height: 1.4;
  background: #cc2244;
  vertical-align: middle;
  border:2px solid #ddd;
  border-radius: 25px;
  outline: none;
}

.kirikae_button_off:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
    background: #fff;
	border-radius: 20px;
	box-shadow: 0px 1px 2px #772222;
}

.kirikae_button_off:hover {
	background: #ee4466;
	border:2px solid #fff;
}




/* ハンバーガーメニュー ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 0; /* 暗くする場合は1 */
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
  transform: translateX(-250px);
}
main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

.hamburger nav {
  width: 250px;
  height: 100%;
  overflow-y: scroll; /* ナビの中でのスクロールを可とする */
  -webkit-overflow-scrolling: touch; /* 慣性スクロールを追加 */
  -ms-overflow-style: none;  /* スクロールバー消す。IE、Edge 対応 */
  padding-top: 70px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 70px;
  //background-color: rgb(67, 100, 171, 0.7);
  background: #000046;  /* fallback for old browsers */
  background: -webkit-linear-gradient(125deg, rgba(20, 190, 240, 0.5), rgba(0, 20, 60, 0.9));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(125deg, rgba(20, 190, 240, 0.5), rgba(0, 20, 60, 0.9)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .2s;
}

.hamburger nav::-webkit-scrollbar {  /* スクロールバー消す。Chrome, Safari 対応 */
  display:none;
}

.hamburger nav.open {
  transform: translateZ(0);
}
.hamburger nav li {
  color: #000;
  text-align: left;
  padding: 10px 0;
}



/* フッター領域 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */
footer {
  width:100%;
  background-color:#3764a7;
  bottom:0px;
  color: #fff;
  text-align:center;
  padding: 30px 10px;
}

footer a {
  color: yellow;
  font-weight:bold;
}
footer a:hover{
  color: yellow;
  text-decoration: underline;
}

#top_button{
  position:absolute;
  padding-top:10px;
  font-size:40px;
  right:0;
  margin-right:15px;
  width:60px;
  height:60px;
  border-radius: 30px;
  text-align:center;
  background-color:orange;
}

#top_button:hover{
  cursor: pointer;
}



/* パートナー ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.partner_keireki{
  margin-bottom:10px;
  text-align:left;
  color:#777;
  font-size:1.2rem;
  line-height: 1.5;
}


.balloon-partners-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.6rem;
  background: #FFF;
  border: solid 3px #ffccaa;
  border-radius: 10px;
  box-sizing: border-box;
  text-align:left;
  line-height:1.5;
}

.balloon-partners-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon-partners-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ffccaa;
  z-index: 1;
}


/* ローディング画像 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.8;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 140px;
  background: url("../image_common/loading.gif") center center no-repeat;
  font-size:3.0rem;
  font-weight:bold;
}



/* 各ページの次・前リンク ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.prev-next-link {
  margin-top: 40px;
}
.prev-next-link a {
  border-bottom: 1px #ddd solid;
  display: block;
  text-decoration: none;
  padding: 14px 20px;
  color: #0bd;
  font-size: 2.0rem;
}
.prev-next-link a:hover {
  background-color: #f6f6f6;
}
.prev-next-link a:first-child {
  border-top: 1px #ddd solid;
}

/* Arrows */
.prev-link {
  text-align:left;
}
.next-link {
  text-align:right;
}


/* Larger devices */
@media ( min-width: 600px) {
  .prev-next-link {
    display: flex;
  }
  .prev-next-link a {
    flex: 1;
  }
  .prev-next-link a,
  .prev-next-link a:first-child {
    border: none;
  }
  .next-link {
    text-align: right;
  }
}


/* 各ページTOPの画像 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.section_top_image{
  border-radius: 10px;
}


/* 設備の画像 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.amenity_image {
  float: right;
  max-width:40%;
  border:solid 1px #ccc;
  margin:5px 10px;
}

/* セキュリティの画像 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.security_image {
  float: right;
  max-width:40%;
  border:solid 1px #ccc;
  margin:5px 10px;
}

/* 構造・仕様の画像 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.equipment_image {
  float: right;
  max-width:40%;
  border:solid 1px #ccc;
  margin:5px 10px;
}

.equipment_image_center {
  width: 100%;
  border:solid 1px #ccc;
  margin:10px auto;
}

/* 構造・仕様の画像 ～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～～ */

.location_image {
  width:100%;
  margin:15px auto;
}