@charset "Shift_JIS";
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  overflow: hidden;
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
img {
  vertical-align: text-bottom;
}
li {
  list-style-type: none;
}
h1, h2, h3, h4, h5 {
  font-size: 100%;
}
#container {
  margin: 0px auto;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
.mainbox img,
.contents img{
  border: 0px;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
.contents {
  max-width: 960px;
  margin: 0 auto;
}
.contents p.text {
  line-height: 1.8
}
/*メイン画像*/
.mainimg {
  text-align: center;
}
/*.mainimg img{
    width: 100%;
    object-fit: cover;
    height: 400px;
}*/
.ttl {
    max-width: 960px;
    margin: 20px auto 0;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}
.read {
  color: #333;
}
.read p {
  max-width: 960px;
  margin: 0 auto;
  padding: 25px 10px;
  font-size: 17px;
  line-height: 1.7;
}
.mainbox {
  position: relative;
  margin-top: 30px;
}
/*目次*/
.contents .mokuzi {
  margin: 10px auto;
  padding: 20px;
  background: #faf5f5;
  width: 700px;
}
.contents .mokuzi .title {
  text-align: center;
  font-size: 25px;
  position: relative;
}
.contents .mokuzi .title:before, .contents .mokuzi .title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #4b3728;
}
.contents .mokuzi .title:before {
  left:35%;
}
.contents .mokuzi .title:after {
  right: 35%;
}
.contents .mokuzi .title .toc-toggle-label {
  font-size: 20px;
}
.contents .mokuzi ul {
  padding-left: 50px;
  padding-top: 10px;
}
.contents .mokuzi ul li {
  line-height: 2em;
}
.contents .mokuzi ul li:nth-of-type(n+2) {
  text-indent: 30px;
}
.contents .mokuzi ul li a {
  color: #333;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.contents .mokuzi ul li:first-child img {
  display: table-cell;
  vertical-align: middle;
}
.contents .mokuzi ul li:first-child a {
  /*color: #e53c2f;*/
  font-size: 17px;
  text-decoration: underline;
  /*display: flex;
  align-items: flex-start;*/
}

.mokuzi .hidden-item {
    display: none;
}
.mokuzi #show-more-btn{
    /*border: solid 1px #333;*/
    text-align: center;
    padding: 8px 5px;
    width: 55%;
    border-radius: 10px;
    background: #c79292;
    margin: 15px auto 0;
    display: block;
    font-size: 15px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
}

/*見出し*/
.contents .content-box {
  margin: 50px 0 30px;
  max-width: 960px;
}
.contents .content-box h2 {
  font-weight: bold;
  font-size: 24px;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: solid 2px;
}
.contents h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 15px;
}
.contents .photo {
  margin: 10px 0;
}
#floating{
    display: block;
}
#floating #page-top{
    display: block;
    height: 48px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 48px;
    z-index: 100;
}
/*治安用CSS*/
.read.tian{
    background-color: #348ccc;
}
.mainbox .mainttl.tian{
    text-shadow: 0 0 9px #5b5c5e;
}
/*text-shadow*/
.mainbox p.black{text-shadow: 0 0 9px #000;}
.mainbox p.ink-blue{text-shadow: 0 0 9px #003F8E;}
.mainbox p.brown{text-shadow: 0 0 9px #6A3300;}
.mainbox p.green{text-shadow: 0 0 9px #178d95;}

.text span{
font-weight: bold;
border-bottom: 1px solid #000;
padding-bottom: 2px;
}
/* 3/13追加*/
.motimono{
	border-collapse: collapse;
	width: 100%;
	border: solid 1px;
	text-align: center;
}
.motimono td,.motimono th{
	border: solid 1px #a39f9f;
	padding: 3px;
	text-align: center;
}
.motimono th:first-child,.motimono td:first-child{
	background: #FFE3E3;
	width: 50%;
}
.motimono th:last-child,.motimono td:last-child{
	background: #DCF2FF;
	width: 50%;
}
.motimono caption {
    background: #e6600f ;
	color:#fff;
	padding: 3px;
	font-weight: bold;
}
/*合わせて読みたい*/
.link-item {
    position: relative;
    margin: 40px 0;
    padding: 25px;
    font-size: 16px;
    border: solid 1px #000000;
    border-radius: 8px;
}
.link-item .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    font-weight: normal;
}
.link-item .box-title span{
    display: flex;
    align-items: center;
    font-weight: bold;
}
.link-item .box-title span img{
    width: 25px;
    margin-right: 5px;
}
.link-item .box-title span img.icon-t{
    width: 20px;
}
.link-item .link{
    margin-bottom: 5px;
}
.link-item .link:last-child{
    margin-bottom: 0;
}
.link-item .link a{
    color: #333;
}
.link-item .t-text{
    font-size: 15px;
}
.link-item ul{
    display: flex;
    margin-top: 10px;
    justify-content: space-around;
}
.link-item ul li{
    width: 38%;
    text-align: center;
    font-size: 14px;
}
/*--------------------------------------------------*
 *   2024/11/11追加css
 *--------------------------------------------------*/
.photo_center {
	text-align: center;
}
.omiyage ul li {
	margin-bottom: 40px;
}
.omiyage ul li .omiyage_title {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}
.omiyage ul li .omiyage_box {
	width: 100%;
	display:-webkit-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.omiyage ul li .omiyage_box div:nth-child(1) {
	width: 320px;
}
.omiyage ul li .omiyage_box div:nth-child(2) {
	width: calc(100% - 320px);
	font-size: 16px;
}
.space_bottom {
	margin-bottom: 20px;
}
/*ホテル評価*/
.contents .data-box {
    display: flex;
    font-size: 14px;
}
.contents .data-box .iconbox p.rank {
    width: auto;
    color: #fff;
    border-radius: 12px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
.contents .data-box .iconbox p.rank.high {
    background: #a48700;
}
.contents .data-box .iconbox p.rank.low {
    background: #213264;
}
.contents .data-box p.kuchikomi .evaluation {
    font-weight: bold;
    padding-left: 4px;
}
.contents .data-box p.kuchikomi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.contents .data-box p.kuchikomi .evaluation.ore {
    color: #ff4e00;
}
.contents .data-box p.kuchikomi .evaluation.yellow {
    color: #ff9900;
}
.contents .data-box p.kuchikomi .evaluation .comment {
    padding-left: 0;
}
.contents .data-box p.kuchikomi .number {
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
.contents .data-box p.kuchikomi .number a {
    text-decoration: underline;
    display: inline;
}
.contents .data-box p.kuchikomi .star {
    display: flex;
}
.contents .box-left .data-box, .contents .box-right .data-box {
    width: 100%;
}



/* PC  DESIGN*/
@media (min-width: 640px) {
  .pc_none {
    display: none !important;
  }
  .bt_pagetop {
        position: fixed;
        right: 20px;
        bottom: 50px;
        z-index: 200;
    }
}
/* SP DESIGN*/
@media (max-width: 639px) {
  .sp_none {
    display: none !important;
  }
  #panlist_cebu ol li {
    line-height: normal;
  }
  #panlist_cebu li a {
    font-size: 12px;
  }
  #main_head h2 {
    top: 10%;
  }
  .section {
    width: auto;
  }
  .contents {
    width: auto;
    margin: 0 20px;
  }
  /*メイン画像*/
  .mainbox{
      margin-top: 0;
  }
  .read p {
    width: auto;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 3.5vw;
    line-height: 180%;
  }
  .ttl{
      margin: 10px 20px;
    font-size: 4.5vw;
    line-height: 160%;
  }
  /*目次*/
  .contents .mokuzi {
    width: auto;
    padding: 10px;
  }
  .contents .mokuzi ul {
    padding-left: 0;
  }
  .contents .mokuzi .title {
    font-size: 4.5vw;
  }
  .contents .mokuzi .title:before{
      left: 26%;
  }
  .contents .mokuzi .title:after{
      right: 26%;
  }
  .contents .mokuzi ul li {
    line-height: 2.0em;
  }
  .contents .mokuzi ul li:first-child a {
    font-size: 3.5vw;
  }
  .contents .mokuzi ul li a {
    font-size: 3.5vw;
  }
  /*見出し*/
  .contents .content-box {
    margin: 20px 0 15px;
  }
  .contents .content-box h2 {
    font-size:4.5vw;
    padding: 10px;
    margin-bottom: 10px;
  }
  .contents h3 {
    font-size: 4vw;
    padding: 10px 0;
    margin: 10px 0;
  }
  .contents .photo {
    margin: 10px 0;
  }
  .contents .text {
    font-size: 3.5vw;
    line-height: 180%;
  }	
  .link-item,.link-item .t-text{
      font-size: 3.5vw;
  }
  .link-item .box-title{
      font-size: 4vw;
  }
  .link-item ul li{
      width: 45%;
      font-size: 2.5vw;
  }
/*--------------------------------------------------*
 *   2024/11/08追加css
 *--------------------------------------------------*/
.photo_center {
	text-align: center;
}
.omiyage ul li {
	margin-bottom: 40px;
}
.omiyage ul li .omiyage_title {
	font-size: 3.5vw;
	font-weight: bold;
	margin-bottom: 20px;
}
.omiyage ul li .omiyage_box {
	width: 100%;
	display: block;
	flex-wrap: nowrap;
	align-items: center;
}
.omiyage ul li .omiyage_box div:nth-child(1) {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.omiyage ul li .omiyage_box div:nth-child(1) {
	width: 90%;
}
.omiyage ul li .omiyage_box div:nth-child(2) {
	width: 100%;
	font-size: 3.5vw;
}
.space_bottom {
	margin-bottom: 30px;
}
.contents h4{
font-size: 3.8vw;
  padding: 10px 0;
}


/*ホテル評価スマホ*/
.contents .data-box .iconbox p.rank{
padding: 0 2px;
}
.contents .data-box{
font-size: 3vw;
}
.contents .data-box p.kuchikomi{
margin-left: 5px;
}
.contents .data-box p.kuchikomi .star img{
width: 15px;
}
}