/************************** 
スーパー楕円 
***************************/
.ApproximatedSuperellipse {
  width: 200px;
  height: 200px;
  transform: rotate(-19deg);
  border-radius:
    43% 57% 43% 57% / 57% 43% 57% 43%;
  background-image: 
    linear-gradient(
      150deg,
      #fff49d 0%,
      #d85882 50%,
      #840e78 100%
    );
}

/************************** 
pc-sp共通
***************************/
:root {
  --outside-width: 100%;
  --font-size-sp: 16px;
}
body {
  margin: 0;
  font-family: "遊ゴシック", "ヒラギノ角ゴ PrpN", sans-serif;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
  opacity: .6 !important;
}
.goto_pic {
  text-align: center;
}
.goto_pic img {
  width: 100%;
}
a:link {
  font-weight: bold;
}
.home_top {
  padding: 52px 0 0;
  text-align: center;
}
.home_top h2 span {
  font-size: 18px;
}
.home_top a {
  display: inline-block;
}
.home_top img {
  height: auto;
}
.mb {
  margin-bottom: 10px;
}
.m0 {
  margin: 0;
}
table {
  word-break: break-all;
}
.nav li.current a {
  color: #800000 !important;
}
.move_link {
  border-bottom:2px solid #800000; 
  margin-top:5px; 
  margin-bottom:20px;  
  display:inline-block;
}
.move_link svg, .form_button_style svg {
  vertical-align: middle;
}
.newtab_hover {
  width:15px; 
  vertical-align:middle; 
  display:inline-block; 
}
a:hover .newtab_hover {
  opacity: .5;
}
.form_button_style {
  color:#fff !important; 
  padding:10px; 
  border-radius:5px; 
  text-align:center;
  background: -moz-linear-gradient(top, #a30000, #700000);
  background: -webkit-linear-gradient(top, #a30000, #700000);
  background: linear-gradient(to bottom, #a30000, #700000);
  /* background: -moz-linear-gradient(top, #fda186, #c75e3f);
  background: -webkit-linear-gradient(top, #fda186, #c75e3f);
  background: linear-gradient(to bottom, #fda186, #c75e3f); */
  margin: 10px auto 50px !important;
}
a.hover, a:hover .move_hover {
  opacity: .5;
}
.form_button_style:hover {
  color: #fff;
}
.text p {
  margin: 10px auto;
}
#copyright {
  background-color: #C3C066;
  color: #272616;
  padding: 10px;
  /* border: 2px solid #272616; */
}
#copyright span.case2 a {
  color:#800000;
  font-size: 16px;
}

/* home */
.special_banner img {
  width: 100%;
  height: auto;
}
table.index_table tr td:first-child {
  width: 30%;
}
table.index_table tr td:nth-child(2) {
  width: 80%;
}
a.covid_pic {
  margin: 20px auto;
  display: block;
  text-align: center;
}

/* availability */
a.availabiity_form_button img {
  width: 100%;
}

/* room */
div.room_prof_text {
  margin-bottom: 30px;
}


/* food */
div.food_article {
  margin-bottom: 30px;
}

/* sns */
.sns_main h3 {
  margin-bottom: 0;
}

.flex {
  display: flex;
  justify-content: start;
  margin: 10px auto;
}

.flex-contents h4 {
  margin: 0;
  text-align: left;
}

.flex-contents p {
  text-align: left;
}
.sns_lmage img {
  width: 100%;
}

.blog_logo_center {
  text-align: center;
}
.flex-contents {
  width: 70%;
}
.blog_logo_center a {
  display: block; 
  width: 30%;
  margin: 0 auto;
}

/* picture */
.picture_img_container img {
  width: 100%;
  margin: 10px auto;
}

/* map */
div.map_prof_text {
  margin-bottom: 30px;
}
div.access_from_kyoto {
  margin-bottom: 30px;
}
div.access_from_kyoto h5 {
  margin-bottom: 0;
}
div.map_article_04 iframe {
  width: 100%;
}

/* staff */
p.staff_img img {
  width: 100%;
}
div.staff_prof_content {
  margin-bottom: 30px;
}

/* friend */
div.friend_table table {
  display: block;
}
div.friend_table table tr td:first-child {
  width: 150px;
}
div.friend_table table tr td:first-child img {
  width: 100%;
  height: auto;
}




/************************** 
pc
***************************/
@media screen and (min-width:641px){
  h1 {
    width: var(--outside-with);
  }
  #container {
    width: var(--outside-with);
    max-width: 850px;
  }
  #header {
    width: var(--outside-with);
  }
  #wrapper {
    width: var(--outside-with);
    /* float: initial; */
  }
  #wrapper table {
    width: var(--outside-with);
  }
  #main {
    width: initial;
  }
  #side-sp {
    display: none;
  }
  #header_link {
    text-align: center;
  }
  #header_link a {
    margin: 20px 10px;
    display: inline-block;
  }
  .superimg::before {
    content:"";
    display: block;
  }
  .footer {
    margin: 0 12px 20px;
  }

  /* home */
  .twitter_embed {
    text-align: center;
    margin: 20px auto;
    width: 50%;
  }
  .img_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .img_box img {
    width:32%; 
  }


  /* about */
  .article_01 img, .article_03 img {
    width: 50%;
    /* margin: 10px auto; */
    padding: 10px;
    align-self: start;
  }
  .article_02 img {
    width: 100%;
  }
  .article_01 p {
    margin: 10px auto;
  }
  .article_01 .article_01_phrase {
    margin: 10px 10px 30px;
  }
  /* .article_02 a.form_button {
    display: inline-block; 
    width: 20%;
    margin-top: 10px;
  } */
  .article_02 a.form_button:hover {
    opacity: .5;
  } 
  a.form_button {
    display: inline-block; 
    width: 20%;
    margin-top: 10px;
  }
  a.form_button img {
    width: 100%;
  }
  a.form_button:hover {
    opacity: .5;
  } 
  .article_03 ul.amenity_list li:first-child {
    margin-top: 10px;
  }
  .article_01_content {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .article_02_content, .article_03_content, .article_04_content {
    /* margin-left: 10px; */
    margin-bottom: 20px;
  }
  /* .article_01_text {
    padding: 10px;
  } */

  /* availability */
  a.availabiity_form_button {
    display: block;
    margin: 10px auto;
    width: 30%;
  }
  a.availabiity_form_button:hover {
    opacity: .5;
  }
  
  /* room */
  p.room_photo {
    display: flex;
    justify-content: space-between;
  }
  p.room_photo img {
    width: 48%;
    margin: 12px 0;
  }
  a.form_button {
    display: block; 
    width: 33%;
    margin: 10px auto;
  }
  a.form_button img {
    width: 100%;
  }
  a.form_button:hover {
    opacity: .5;
  } 

  /* food */
  p.food_photo {
    display: flex;
  }
  p.food_photo img {
    width: 280px;
    margin: 10px;
  }

  /* sns */
  .sns_lmage {
    width: 220px;
    margin-right: 20px;
  }

  /* map */
  div.map_article_02 img, div.map_article_03 img {
    width: 280px;
  }
  #ajax_map {
    width: 100%;
  }





}


/************************** 
sp
***************************/
@media screen and (max-width:640px){
  p {
    font-size: var(--font-size-sp);
  }
  h1 {
    width: 100%;
    text-align: left;
    padding: 0;
  }
  h2 {
    width: 100%;
    padding-left: 0;
  }
  label {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
  }
  table {
    table-layout: fixed;
    width: 100%;
  }
  #container {
    width: 100%;
  }
  #header {
    width: 100%;
  }
  #wrapper {
    width: 100%;
    float: initial;
    margin: 0 auto;
  }
  #side {
    display: none;
  }
  #side-sp {
    width: 0;
  }
  #main {
    width: 100%;
    float: initial;
  }
  #header_link {
    text-align: center;
  }
  #header_link a {
    margin: 20px 10px;
    display: inline-block;
  }
  #copyright {
    width: 100%;
    font-size: var(--font-size-sp);
    padding: 0;
  }
  .ad {
    display: none;
  }
  .cent a {
    width: 100%;
  }
  span.case2 {
    display: block;
    padding: 10px;
  }
  li.normal.sns a {
    display: inline-block;
    padding: 3px;
    width: 28%;
    height: auto;
  }
  li.normal.sns img {
    width: 100%;
    height: auto;
  }
  .kingyoya_photos {
    display: none;
  }
  .text_01 img {
    margin: 0 0 0 10px
  }
  .text_02 img {
    margin-bottom: 10px;
  }
  .text_03 img {
    margin: 0 0 0 10px
  }
  #side-sp #menu ul li .banner_img img {
    width: 100%;
  }
  
  /* home */
  .twitter_embed {
    text-align: center;
    margin: 20px auto;
  }
  .img_box {
    display: none;
  }


  /* about */
  .article_01 img, .article_02 img, .article_03 img {
    width: 100%;
    margin: 10px auto;
  }
  .article_01 p {
    margin: 10px auto;
  }
  .article_02 a.form_button {
    display: block; 
    width: 80%;
    margin: 10px auto;
  }
  .article_03 ul.amenity_list li:first-child {
    margin-top: 10px;
  }
  /* about_english */
  .about_contents_title {
    margin-bottom: 50px;
  }

    /* availability */
    a.availabiity_form_button {
      display: block;
      margin: 10px auto;
      width: 80%;
    }
    a.availabiity_form_button:hover {
      opacity: .5;
    }

  /* room */
  .room_photo img {
    max-width: 90%;
    margin: 10px auto;
    display: block;
  }
  a.form_button {
    display: block; 
    width: 60%;
    margin: 10px auto;
  }
  a.form_button img {
    width: 100%;
  }

  /* food */
  .food_photo img {
    max-width: 90%;
    margin: 10px auto;
    display: block;
  }
  
  /* sns */
  .flex {
    display: block;
    margin: 10px auto;
  }
  .sns_lmage {
    width: 220px;
    margin: 20px auto;
  }
  .flex-contents {
    width: 100%;
  }

  /* map */
  div.map_article_02 img, div.map_article_03 img {
    width: 100%;
  }
  


  


/************************** 
hamburger-menu 
***************************/
  .menu-content {
    width: 38%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%; 
    z-index: 80;
    background: url(hyoutan3_w[1].gif);
    transition: all 0.3s; 
    /* opacity: .8; */
  }
  .menu-content ul {
      padding: 10px;
  }
  .menu-content ul li {
      border-bottom: solid 1px #ffffff;
      list-style: none;
  }
  .menu-content ul li a {
      display: block;
      width: 100%;
      font-size: 15px;
      box-sizing: border-box;
      color:#ffffff;
      text-decoration: none;
      padding: 7px 15px 7px 0;
      position: relative;
      font-weight: bold;
  }
  .menu-content ul li a::before {
      content: "";
      width: 7px;
      height: 7px;
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      transform: rotate(45deg);
      position: absolute;
      right: 11px;
      top: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
      left: 0; 
  }
  .menu-btn {
      position: fixed;
      top: 10px;
      right: 23px;
      display: flex;
      height: 60px;
      width: 60px;
      justify-content: center;
      align-items: center;
      z-index: 90;
      background-color: #808040;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background-color: #ffffff;
      position: absolute;
  }
  .menu-btn span:before {
      bottom: 8px;
  }
  .menu-btn span:after {
      top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
      background-color: rgba(255, 255, 255, 0); 
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
      bottom: 0;
      transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
      top: 0;
      transform: rotate(-45deg);
  }
  #menu-btn-check {
      display: none;
  } 
  .menu-btn span {
    transform: rotate(19deg);
  }
}




/************************** 
horizontal_scroll 
***************************/
@media screen and (min-width: 641px) {
  .horizontal_scroll_container {
    display: none;
  }
}

.horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 0;
  display: -ms-flexbox;
  display: flex; 
  align-items: center;
}

@media screen and (min-width: 641px) {
  .horizontal_scroll {
    overflow-x: inherit;
    padding: 0 8px 6px; } 
  }

/* .horizontal_scroll > li { */
  /* width: 100%;
  min-width: 240px;  */
/* } */

@media screen and (min-width: 641px) {
  .horizontal_scroll > li {
    min-width: inherit; 
  } 
}

.horizontal_scroll > li:not(:last-child) {
  margin-right: 10px; 
}

.horizontal_scroll > li:last-child {
  padding-right: 5px; 
}

@media screen and (min-width: 641px) {
  .horizontal_scroll > li:last-child {
    padding-right: 0; 
  } 
}

.horizontal_scroll img {
vertical-align: bottom; 
/* width: 240px; */
height: 200px;
/* border-radius: 40%; */
/* border-radius: 40% 50% 40% 50% / 50% 40% 50% 40%; */
}

/* タイトル */
.slider_ttl {
  color: #333;
  text-align: inherit;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: inherit;
  margin: 0 0 20px 0;
  background-color: #e5e5e5;
  text-indent: 8px;
  font-size: 16px;
  font-weight: 700;
  box-sizing: border-box; 
}

/* デモ用デザイン */
.horizontal_scroll a {
  display: block;
  /* width: 240px; */
  /* height: 140px; */
  position: relative; 
}



/************************** 
page_top
***************************/
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
  
#page_top a::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #800000;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
  
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #800000;
}


/************************** 
room_tab
***************************/
ul.tab_group{
  margin:0;
  padding:0;
  display:flex;
  justify-content:space-around;
}
li.tab{
  width:100%;
  padding:0;
}
.tab-group{
  display: flex;
  justify-content: center;
}
.tab{
  flex-grow: 1;
  padding:5px;
  list-style:none;
  border:solid 1px #CCC;
  text-align:center;
  cursor:pointer;
}
.panel-group{
  height:100px;
  /* border:solid 1px #CCC; */
  border-top:none;
  background:#eee;
}
.panel{
  display:none;
}
.tab.is-active{
  background:#CCCC99;
  color:#444;
  font-weight:bold;
  transition: all 0.2s ease-out;
  /* border:0; */
  border-color: #CCCC99;
}
.panel.is-show{
  display:block;
}
.room_contents{
  padding-bottom:575px;
}
@media screen and (max-width:640px){
  .room_photo{
    display:none;
  }
  .room_contents{
  padding-bottom:320px;
}
}

iframe{
  width: 100%;
}



/************************ 
swiper 
*************************/
.swiper{
  max-width: 390px;
  margin: 0 auto 16px;
}
.swiper-slide{
  margin-bottom: 20px;
}
.swiper-slide img{
  width: 100%;
  object-fit: cover;
  height: 240px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: white;
  font-size: 24px !important;
}
.swiper-pagination-bullet-active{
  background: #fff !important;
}
.swiper-pagination{
  top: 216px;
}
@media screen and (min-width: 641px){
  .swiper{
    display: none;
  }
}
/* .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f137";
  color: #fff; 
  margin-left: 20px; 
  font-size: 28px;
} */
/* .swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #fff;
  margin-right: 20px;
  font-size: 28px;
} */

/************************** 
insta埋め込み 
***************************/

ul.insta_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.insta_list li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
ul.insta_list li a p span {
  font-size: 120%;
}
ul.insta_list li a p{
  font-weight: normal;
  line-height: 1.3;
  color: #000;
  margin: 5px auto;
}
.sns_title{
  margin:40px auto 10px; 
  font-size:1.2em;
}
.insta a{
  text-align: right; 
  display:block; 
}

@media screen and (min-width: 641px){
  ul.insta_list img{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  ul.insta_list li {
    list-style: none;
    width: 48%;
    margin-bottom: .6vw;
  }

}
@media screen and (min-width: 641px){
  ul.insta_list li{
    width: 32%;
  }
  ul.insta_list img{
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
@media screen and (max-width: 640px){
  ul.insta_list img{
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  ul.insta_list li {
    list-style: none;
    width: 48%;
    margin-bottom: 2vw;
  }
  
}

/* :focus{
  outline: 1px solid #800000;
  border-radius: 5px;
} */


/************************** 
SNS調整
***************************/
@media screen and (min-width: 641px){
  .instagram-container {
    /* width: 2px; */
    /* text-align: left !important; */
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    width: 66%;
  }
  .instagram-logo {
    object-fit: contain;
    width: 20%;
    display: inline-block;
  }

  .instagram-text {
    display: block;
    width: 70%;
    margin-left: 10%;
  }
}

@media screen and (max-width: 640px){
  .instagram-container {
    /* width: 2px; */
    /* text-align: left !important; */
    /* vertical-align: middle; */
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    width: 100% !important;
  }
  .instagram-logo {
    object-fit: contain;
    width: 18% !important;
    display: inline-block;
  }

  .instagram-text {
    display: block;
    width: 70% !important;
    margin-left: 10%;
    font-size: 90%;
  }
}

