@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

body {
  background: #ffffff;
}
#container {
  padding-top: 0 !important;
  max-width: 100%;
}
/*img{
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: pixelated;
  }*/
/*.logo {
  text-align: center;
  margin-left: 80px !important;
}*/

.sidebar h3 {
  background: none;
  font-size: 16px;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0;
  text-align: center;
  color: #ffc679; /* サイドバータイトルの色を指定 */
}
.sidebar h3::before,
.sidebar h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28%;
  border-top: 3px solid #ffc679; /* サイドバータイトル横のバーの色を指定 */
}
.sidebar h3::before {
  left: 0;
}
.sidebar h3::after {
  right: 0;
}
.widget_categories ul li a {
  color: #333;
  text-decoration: none;
  padding: 6px 0;
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  border-top: 1px dotted #ccc;
  font-size: 16px;
}
.widget_categories ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f07b";
  padding-right: 10px;
}
.widget_categories > ul > li > a:first-child {
  border-top: none;
}
.widget_categories > ul > li > a:last-child {
  border-bottom: 1px dotted #ffc679;
}
.widget_categories ul li a .post-count {
  display: block;
  float: right;
  background: #fff;
  padding: 0 1em;
  font-size: 14px;
  margin-top: 0.2em;
  border-radius: 4px;
}
.widget_categories ul li a:hover {
  background: none;
  transition: 0.5s;
  color: #ffc679;
}
.widget_categories ul li a:hover .post-count {
  background: #ffc679;
  color: #fff;
  transition: 0.5s;
}
.widget_categories ul li ul {
  border-bottom: 1px dotted #ccc;
}
.widget_categories ul li ul li a {
  color: #333;
  text-decoration: none;
  padding: 0 4px 4px 4px;
  display: block;
  border: none;
}
.widget_categories ul li ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  padding-right: 0.45em;
  font-weight: bold;
}
.author-box .sns-follow-buttons a.follow-button {
  background-color: #fff;
  color: black;
  border: 0px;
}
.author-box {
  border: 0px;
}
.author-box p {
  margin-top: 0.3em;
  line-height: 1.6;
}
.author-box p a {
  text-decoration: none;
}
.author-box p a:hover {
  text-decoration: underline;
  color: #008cee; /* プロフィールにリンクを貼っている場合, ホバーした際の色指定 */
}
/* スマホサイドバー設定 */
#sidebar .author-box {
  border: none;
  border-radius: 4px;
  margin: 1em 0;
  line-height: 1.4;
  position: relative;
  padding: 1.4% 2% 1.8%;
}
#sidebar .author-thumb {
  float: none;
  width: 100%;
  margin: 9px auto 0;
  height: 0;
  padding-top: 75px;
  position: relative;
}
#sidebar .author-thumb img {
  border: 3px dashed #ffc679;
  width: 35%;
  padding: 6px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25%;
}
#sidebar .author-content {
  margin-top: 16%;
  font-size: 0.9em;
}

/* プロフィール全体 */
.nwa .author-box {
	border: none;
	padding: 0 20px;
}

/* アイコン */
.nwa .author-box .author-thumb{
	width: 110px;
}
.nwa .author-box .author-thumb img{
	box-shadow: 0 1px 3px rgba(0,0,0,.18)
}

/* 下側 */
.nwa .author-box .author-content {
	padding: 1em 0;
}


/* 名前 */
.author-box .author-name {
	margin-bottom: 1em;
}
.author-box .author-content .author-name a{
	color: #000; /* リンク色にしない */
	font-size: 1.2em;
	font-weight: normal; /* 太字にしない */
	text-decoration: none; /* 下線をなくす */
	letter-spacing: 0.2em; /* 字間を広く */
}

/* プロフィール文 */
.author-description{
	margin-bottom: 16px;
}
.author-description p{
	margin: 0 0 0.5em 0;
	text-align: left;
	line-height: 1.5;
}

/* SNSボタン */
.author-follows{
	padding: 12px 0;
	background-color: #fa9017;
}
.author-follows::before{
	content: 'Follow Me';
	color: #fff;
	letter-spacing: 0.2em; /* 字間を広く */
}
.author-box .sns-follow-buttons a.follow-button{
	width: 40px;
	height: 40px;
	margin: 6px 10px 2px 2px;
	border-radius: 20px;
	color: #fa9017;
	border-color: #fff;
	font-size: 24px;
	line-height: 1.6;
}
.author-box a.follow-button span::before {
	font-size: 22px;
}

/* SNSボタン マウスオーバーしたとき */
.author-box .sns-follow-buttons a.follow-button:hover{
	background-color: transparent;
	opacity: 0.6; /* 薄く */
	transform: scale(1.1); /* 1.1倍の大きさに */
}






.date-tags, .author-info, .post-author {
  display: none;
}
/*インナーを囲む*/ 
.wrap {
  width: 1345px;
  margin: 0 auto;
  max-width: 100%;
}

.m-slider {
  width: 100%;
  margin: 0 auto;
}
.content {
  width: 100% !important;
  margin-top: 10px !important;
}

.content-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0 !important;
}
.main {
  width: 65% ;
  margin: 0 auto;
  background: none;
}


.header_info {
	position: relative;
}

.header_tel {
	position: absolute;
	top:20px;
	right: 20%;
	text-align: center;
  font-weight: bold !important;
  }
.header_tel a {
	color: #ffffff !important;
	display: block;
	border: #fd6602 solid 2px;
  padding: 15px 70px 0;
  background: #fa9017;
}

.header_tel a:hover {
	color: #ffffff !important;
	background: #2B308F;
	border: #503d00 solid 2px;
}


/*br {
	display: block;
	content: "";
	margin: 10px 0;
	}*/
.tel_info {
	font-size: 12px;
}


.article h1 {
  display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.article h1:before, .article h1:after {
  content: '';
	width: 70px;
	height: 3px;
	background-color: #e3bd00;
}

.article h1:before {
  margin-right: 20px;
}
.article h1:after {
  margin-left: 20px;
}

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

.h2_Heading2 {
padding: 1rem 2rem;
  border: 3px solid #000;
  text-align: center;
  background: none !important;
  width: 75%;
  display: block;
  margin: 0 auto;
}

.h2_Heading {
  position: relative;
	padding-bottom: 20px;
	font-size: 26px;
	text-align: center;
  margin-bottom: 20px;
  background: none !important;
}
.h2_Heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #e3bd00 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.article h3 {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

.h3_Heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
  margin-bottom: 20px;
}

.h3_Heading::before,
.h3_Heading::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.h3_Heading::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.h3_Heading::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

/*コンテンツ・パーツ*/

.message {
  border: #e3bd00 solid 2px;
  padding: 2%;
  width: 55%;
  margin: 0 auto 20px;

}

/* 横並び */

.flex {
  display: flex; /*横並び*/
}
.flex .image {
  width: 640px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.flex .text {
  margin: 0 0 0 20px;
  padding: 0;
}

.news-info {
  border: #967d03 dotted 2px;
  padding: 2% 4%;
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  overflow: auto;
  border-radius: 10px;
  min-height: 150px;
}
.news-info ul {
  padding-left: 0 !important;
}


.news-info-all {
  text-align: center;
}

.news-info-all a {
  text-decoration: none;
  display: block;
  padding: 5px 15px;
  border: solid 1px #967d03;
  width: 195px;
  border-radius: 10px;
  margin: 0 auto;
  color: #000;
}

.news-info-all a:hover {
  background: #967d03;
  color: #fff;
}
.s01 {
  margin:0 auto 0;
  background:#faf6eb;
  padding: 30px 0;
  width: 100vw;
  position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.s02{
  position: relative;
  margin-bottom: 120px;
}
.s03 {
  padding: 120px 0 120px;
  position: relative;
}

.blog_list {
  width: 100%;
  margin: 30px auto 0;
  background: #e3fff6;
  border-radius: 10px;
  border: double 2px #b6f6ff;
  padding: 40px 0;
}

.inline {
	text-align: center;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.blog_list li{
  display: inline-block;
  list-style-type: none;
margin-right: 30px;
padding-right: 10px;
width: 120px;
}
.a-name {
  font-size: 18px;
}

.balloon5 {
  width: 250px;
  margin: 1.5em 0;
  overflow: hidden;
  position: absolute;
  left: 900px;
  top:-80px;
  z-index: 1000 !important;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}


/*s03*/

.gh_list_sp {
  display: none !important;
}
.gh_list_pc {
  display: block !important;
}

.gh_list {
  list-style-type: none;
      padding: 0;
      text-align: center; 
      margin: 0 auto;
}

.gh_list li{
  background-color: #ddf2ff;
      color: #000000;
      display: inline;
      padding: 10px 60px;
      border-radius: 5px;
      border: #503d00 solid 2px;
      margin: 0 50px 0 25px;
}

.rooms {
  display: flex;
  justify-content: center;  
  margin-top: 30px;
  gap: 16px;

}
.room-item {
  width: calc((100% - 32px) / 3);
  background: #ddf2ff;
  padding: 1.5em 1em;
  border-radius: 4px;
  border: #666 dotted 1px;
  position: relative;
  overflow: hidden;
}
.room-item__tag {
  background-color: #fae39a;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 8px;
  font-size: 14px;
  color: #000;
}
.room-item__head {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.room-item__info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  font-size: 16px;
}
.room-item__info-item-tag {
  border: 2px solid #000;
  border-radius: 2px;
  padding: 4px 10px;
  font-weight: bold;
}
.room-item__info-item-description {
  flex-basis: 60%;
  margin-left: auto;
  padding-top: 4px;
}
.room-item__info-item + .room-item__info-item {
  margin-top: 16px;
}
.room-item__info {
  margin-bottom: 24px;
}
.room-item__image {
  max-width: 240px;
  margin-right:auto;
  margin-left:auto;
}

.home_name_address {
  border-radius: 3px;
  background: #ffc272;
  padding: 2px 4px;
  margin: 0 8px 8px 0;
}

.bar_rooms {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 5px auto;
}

/*guide*/
.info_contact {
  width: 95%;
  text-align: center;
}
.info_contact li {
  display: inline-block;
width: 300px;
list-style-type: none;
margin-right: 15px;
}

/*footer*/
.footer_inq_sp {
  display: none !important;
}

.footer {
  margin-bottom: 120px;
}

.footer_info {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  background: #8af0fd;
  border-top: #2B308F 2px solid;
}

.footer_inq {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;  
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  align-items: center;
  gap: 16px;
}

.footer_inq_items {
  padding: 0;
  vertical-align: middle !important;
}
.footer_inq_items:first-child {
  width: 35%;
}
.footer_inq_items:nth-child(2) ,
.footer_inq_items:nth-child(3) {
  width: calc((65% - 32px) / 2);
}
.footer_inq_items a {
	display:block;
}
.footer_inq_items img {
  display: block;
}

.footer_credit {
  text-align: center;
  height: 25px;
  padding: 3px 0 5px;
  background: #fae39a;
  font-size: .75em;
}

/*availability*/

.support_pc {
  display: block;
}
.support_sp {
  display: none;
}

.room-items-sp {
  background: #fae39a;
  margin-bottom: 20px !important;
}

/************************************
** グローバルメニュー PC
************************************/
#menu-item-61 {
  background: #e3bd00;
  border: #852407 double 3px;
}
 
#menu-item-194 .item-label{
  font-size: 1.2em;
}

#header-container {
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
  z-index: 10;
}
.site-name-text-link {
  color: #852407;
}
.navi {
  background: none;
}
.navi-in > ul .sub-menu {
  background: #fff;
  box-shadow: 0 0 10px rgba(30, 30, 30, .1);
}
.navi-in > ul li {
  width: auto;
}
.navi-in a {
  font-size: 13px; /* ナビ文字大きさ */
  font-weight: bold;
  position: relative;
  color: #2e2e2e; /* ナビ文字色 */
  padding: 0 20px;
  display: block;
  text-decoration: none;
}
.navi-in a:hover {
  background: none;
}
.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fa9017; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
}
.navi-in a:hover:before {
  transform: scale(1);
}
.navi-in > ul .sub-menu a {
  color: #666; /* サブメニュー文字色 */
  font-size: 12px; /* サブメニュー文字の大きさ */
}
.navi-in > ul .sub-menu a:before {
  background: #42d5e7; /* サブメニューマウスON時の下線色 */
}
.header-container-in.hlt-top-menu .logo-header {
  max-height: 100%;
  height: 100px;
}
.header-small {
  opacity: 0.9;
}
.header-small .header-container-in.hlt-top-menu .logo-header img {
  max-width: 130px;
  margin: 35px 0;
}
#container {
  padding-top: 90px;
}
[id^="toc"]:target {
  padding-top: 85px;
  margin-top: -85px;
}
 /* ロゴの大きさ・幅に関するもの */
 .header-container-in.hlt-top-menu .logo-header img {
  max-height: 100%;
  height: auto;
  max-width: 210px;
  vertical-align: middle;
  margin: 20px 0;
}



/*-----------お問い合わせPC-------------*/		
	
/*見出し欄*/
.inquiry th{
  text-align:left;
  font-size:14px;
  color:#444;
  padding-right:5px;
  width:30%;
  background:#f7f7f7;
  border:solid 1px #d7d7d7;
 }
 /*通常欄*/
 .inquiry td{
  font-size:13px;
  border:solid 1px #d7d7d7;	
 }
 /*横の行とテーブル全体*/
 .entry-content .inquiry tr,.entry-content table{
  border:solid 1px #d7d7d7;	
 }
 /*必須の調整*/
 .haveto{
  font-size:7px;
  padding:5px;
  background:#ff9393;
  color:#fff;
  border-radius:2px;
  margin-right:5px;
  position:relative;
  bottom:1px;
 }
 /*任意の調整*/
 .any{
  font-size:7px;
  padding:5px;
  background:#93c9ff;
  color:#fff;
  border-radius:2px;
  margin-right:5px;
  position:relative;
  bottom:1px;
 }
 /*ラジオボタンを縦並び指定*/
 .verticallist .wpcf7-list-item{
  display:block;
 }
 /*送信ボタンのデザイン変更*/
 #formbtn{
  display: block;
  padding:15px;
  width:350px;
  background:#ffaa56;
  color:#fff;
  font-size:18px;
  font-weight:bold;	 
  border-radius:2px;
  margin:25px auto 0;
 }
 /*送信ボタンマウスホバー時*/
 #formbtn:hover{
  background:#fff;
  color:#ffaa56;
  border:2px solid #ffaa56;
 }


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1123px){
  /*必要ならばここにコードを書く*/
  .header_tel {
    display: none;
  }

}

/*834px以下*/
@media screen and (max-width: 834px){
    .balloon5 {
      display: none;
    }

    .message {
      border: #e3bd00 solid 2px;
      padding: 2%;
      width: 80%;
      margin: 0 auto 20px;
    }
    
    .news-info {
      border: #967d03 dotted 2px;
      padding: 2% 2%;
      width: calc(100% - 40px);
      max-width: 400px;
      margin: 30px auto;
      overflow: auto;
      height: 100px;
      border-radius: 10px;
    }
  .news-info li{
    list-style: none;
  }
  .blog_list {
    width: 100%;
    margin: 30px auto 0;
  }

  .inline {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .blog_list li{
    display: inline-block;
    list-style-type: none;
  margin:0 30px 20px 0;
  padding-right: 10px;
  width: 250px;
  }
  .support_pc {
    display:none;
  }
  .kamakura {
    margin-top: 30px;
  }
  .support_sp {
    display: block
  }

  }


  /*480px以下*/
  @media screen and (max-width: 480px){
    /*必要ならばここにコードを書く*/
  .content {
    width: 90%;
    margin: 0 auto;
  }

  .s01, .s02 {
    margin-bottom: 0;
  }
  .s03 {
    padding: 60px 0 60px;
    position: relative;
  }
  .gh_list_sp_text {
    text-align: center;
    padding: 3px 5px;
    background: #fff2b0;
    border-radius: 5px;
    border: #967d03 solid 1px;
    margin-bottom: 20px;
  }
  .room-items {
    margin-bottom:2px;
  }
  .room-item + .room-item {
    margin-top: 16px;
  }
  .gh_list_pc {
    display: none !important;
  }
  .gh_list_sp {
    display: block !important;
  }
  .footer {
    margin-bottom: 20px;
  }
  .footer_inq {
    display: none !important;
  }
  .mobile-menu-buttons {
    background: #fae39a;
    padding: 5px 0;
    border: #2B308F solid 2px;
  }
  .faa-shake {
    display: inline-block;
      animation: hurueru 1.05s  infinite;
      font-size: 1.2em;
      color: #225cb2;
  }
    @keyframes hurueru {
      0% {transform: translate(0px, 0px) rotateZ(0deg)}
      25% {transform: translate(4px, 4px) rotateZ(1deg)}
      50% {transform: translate(0px, 4px) rotateZ(0deg)}
      75% {transform: translate(4px, 0px) rotateZ(-1deg)}
      100% {transform: translate(0px, 0px) rotateZ(0deg)}
    }
}
@media screen and (max-width:1200px) {
  .room-item {
    max-width: 400px;
    width: 100%;
  }
  .rooms {
    flex-wrap: wrap;
  }
}