/*タイトルをセンタリング*/
.keni-header .site-title,
.keni-header_col1 .site-title{
	float: none;
	max-width: 100%;
	text-align: center;
}
 
.keni-header_col1 .keni-header_cont{
	max-width: 100%;
}
 
.keni-header_col2 .keni-header_cont{
	display: none;
}
/*タイトル上のボーダーを非表示*/
.keni-header_wrap{
	padding-top: 0px;
	background-size: 0px 0px;
}
/*記事タイトルのボーダーを非表示*/
.keni-section h1{
	background-size: 0px 0px;
}
/*アーカイブのボーダーを非表示*/
.archive_title{
	background-size: 0px 0px;
}
/*改行したときの行間*/
.article-body p {
    margin-bottom: 1.2em;
}
/*--------------------------------------
ボタン用CSS
--------------------------------------*/
.btn-p {
    background-color: #e86363; /* ボタン背景色 ピンク*/
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
		font-size: 110%;
    border-radius: 10px;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: all .2s ease;
    opacity: 0.8;
}

.btn-p:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.btn-p a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
}

.btn-p > img { float: left; }
.btn-p::after{ content: ''; clear: left; }


.btn-b {
    background-color: #4169e1; /* ボタン背景色 ブルー*/
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
		font-size: 110%;
    border-radius: 10px;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: all .2s ease;
    opacity: 0.8;
}

.btn-b:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.btn-b a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
}

.btn-b > img { float: left; }
.btn-b::after{ content: ''; clear: left; }


.btn-y {
    background-color: #0038A8; /* ボタン背景色 ブルーに変更*/
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
		font-size: 110%;
    border-radius: 10px;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 1.4;
    transition: all .2s ease;
    opacity: 0.8;
}

.btn-y:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.btn-y a {
    text-decoration: none !important;
    color: #fff !important;
    display: block;
    margin: 0;
    padding: 0.5em;
}

.btn-y > img { float: left; }
.btn-y::after{ content: ''; clear: left; }
/* スマホでヘッダー追随させない用*/
@media only screen and (max-width : 736px){
.keni-header_wrap {
   position: static!important;
   }
.keni-container.fn-keni-container {
   padding-top: 0!important;
   }}
/* ラベル付きBOX ブルー*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #7dcafa;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #55b9f9;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
/* ラベル付きBOX ピンクー*/
.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #f6c0dd;
    border-radius: 8px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #f9abd5;
    font-weight: bold;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

/* ラベル付きBOX 緑色ー*/
.box28 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #74C400;
    border-radius: 8px;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #74C400;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}
/*--------------------------------------
賢威リンクカードCSS
--------------------------------------*/
/*リンクカードの外枠*/
.keni-link-card_wrap{
position: relative;
padding: 34px 15px 15px 60px; /*外枠と内部との余白*/
border-radius: 0; /*丸みを無しに変更*/
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); /*リンクカードの影*/
background: #ffffff; /*内部の色*/
}
/*リンクカードURL*/
.keni-link-card_url a{
color: #999;
}
/*リンクカード擬似*/
.keni-link-card_wrap:before{
position: absolute;
top: 5px; /*上からの位置*/
left: 65px; /*左からの位置*/
padding: 0 10px; /*「上下・左右」余白*/
content: "こちらもおすすめ"; /*好きなコメントに変更出来ます*/
background-color: #024aef; /*背景色*/
border-radius: 8px; /*枠の丸み*/
color: #fff; /*文字色*/
font-size: 14px; /*文字の大きさ*/
font-weight: bold; /*太文字*/
line-height: 24px; /*行間*/
}
.keni-link-card_wrap:after{
position: absolute;
top: 0; /*上からの位置*/
left: 0; /*左からの位置*/
display: flex; /*フレックスで中身のアイコンを移動可能にする*/
height: 100%; /*枠の高さ*/
padding: 0 15px; /*「上下・左右」余白*/
background-color: #e0f9ff; /*背景色*/
line-height: 25px; /*行間*/
-webkit-justify-content: center; /*上下の中央寄せ*/
justify-content: center; /*上下の中央寄せ*/
-webkit-align-items: center; /*左右の中央寄せ*/
align-items: center; /*左右の中央寄せ*/
font-family: "Font Awesome 5 Free"; /*WEBアイコンの種類*/
content: "\f138"; /*好みのアイコンの番号*/
font-weight:900; /*freeは900指定で表示可能に*/
font-size: 25px; /*アイコンの大きさ*/
color: #00B5E1; /*アイコンの色*/
}
/*--------------------------------------
スクロールテーブル
--------------------------------------*/
.table-scroll2{
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
@media
only screen and (max-width : 736px) {

    .table-scroll2:after {
        content: "※はみ出ている場合、横にスクロールできます。"
    }
}
/*--------------------------------------
目次の数字を丸にする
--------------------------------------*/
.toc-area_inner .toc-area_list > li::before{
       border-radius: 50% !important;
}

/* ************************************* */
/* カエレバ、ヨメレバ、トマレバ */
/* ************************************* */
/* 基本style */
.kaerebalink-box,
.booklink-box,
.tomarebalink-box{
border: 3px double #ccc;
padding: 3%;
margin: 1em 0 2.5em;
overflow: hidden;
font-size: medium;
}
.kaerebalink-box a,
.booklink-box a,
.tomarebalink-box a{
text-decoration: none;
color: initial;
}
.kaerebalink-box a[target="_blank"]::after,
.booklink-box a[target="_blank"]::after,
.tomarebalink-box a[target="_blank"]::after{
content: none;
}
.kaerebalink-image,
.booklink-image,
.tomarebalink-image{
max-width: 150px;
text-align: center;
margin: 10px auto!important;
float: none!important;
}
.kaerebalink-name,
.booklink-name,
.tomarebalink-name{
font-weight: bold;
font-size: 100%;
line-height: 1.8!important;
margin-bottom: 10px!important;
}
.kaerebalink-name p:empty,
.booklink-name p:empty,
.tomarebalink-name p:empty{
display: none;
}
.kaerebalink-powered-date,
.booklink-powered-date,
.tomarebalink-powered-date,
.kaerebalink-detail,
.booklink-detail,
.tomarebalink-address{
font-size: 12px!important;
font-weight: normal;
}
.kaerebalink-link1,
.booklink-link2,
.tomarebalink-link1{
overflow: hidden;
}
.kaerebalink-link1 div,
.booklink-link2 div,
.tomarebalink-link1 div{
background-image: none!important;
margin: 0!important;
padding: 3px!important;
display: inline-block!important;
width: 48.5%;
}
.kaerebalink-link1 div a,
.booklink-link2 div a,
.tomarebalink-link1 div a{
border-width: 2px;
border-style: solid;
font-size: 100%;
font-weight: bold;
border-radius: 5px;
padding: 0.7em 0.3em;
width: 100%;
text-align: center;
display: block;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.kaerebalink-link1 div a:hover,
.booklink-link2 div a:hover,
.tomarebalink-link1 div a:hover{
color: #fff;
box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.15);
transform:translate(-1px, -2px);
}
.kaerebalink-link1 div a:active,
.booklink-link2 div a:active,
.tomarebalink-link1 div a:active{
transform:translate(0, 1px);
}
.kaerebalink-link1 div img,
.booklink-link2 div img,
.tomarebalink-link1 div img{
display: none;
}

/* 画面幅768px以上の場合のstyle */
@media only screen and (min-width: 768px) {
.kaerebalink-image,
.booklink-image,
.tomarebalink-image{
float: left!important;
margin: 0 1.5em 0.5em 0!important;
}
.kaerebalink-link1 div,
.booklink-link2 div,
.tomarebalink-link1 div{
width: 11em;
}
}


/* ▼ボタンカラーここから▼ */
.shoplinkamazon a{
color: #e89713;
}
.shoplinkrakuten a{
color: #d91414;
}
.shoplinkyahoo a{
color: #691ed5;
}
.shoplinkjalan a{
color: #ed5016;
}
.shoplinkjtb a{
color: #e10b0b;
}
.shoplinkknt a{
color: #0f75c2;
}
.shoplinkikyu a{
color: #18b412;
}
.shoplinkrurubu a{
color: #0f32a3;
}
.shoplinkamazon a:hover{
background-color: #e89713;
border-color: #e89713;
}
.shoplinkrakuten a:hover{
background-color: #d91414;
border-color: #d91414;
}
.shoplinkyahoo a:hover{
background-color: #691ed5;
border-color: #691ed5;
}
.shoplinkjalan a:hover{
background-color: #ed5016;
border-color: #ed5016;
}
.shoplinkjtb a:hover{
background-color: #e10b0b;
border-color: #e10b0b;
}
.shoplinkknt a:hover{
background-color: #0f75c2;
border-color: #0f75c2;
}
.shoplinkikyu a:hover{
background-color: #18b412;
border-color: #18b412;
}
.shoplinkrurubu a:hover{
background-color: #0f32a3;
border-color: #0f32a3;
}

.container {
  display: flex;
}
/* ACCESSTRADEホテル用*/
#at *{
  border:0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  color: #666;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-margin-before:0;
  -webkit-margin-after:0;
  -webkit-margin-start:0;
  -webkit-margin-end:0;
}
#at ol,
#at ul{
  list-style:none;
}
#at table{
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
}
#at img{
  max-width:100%;
}
#at{
  background-color: #fdffe9;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0 0 40px;
  padding: 24px;
  max-width: 500px;
}
#at .icon{
  padding-left: 16px;
  position: relative;
}
#at .icon::before{
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}
#at .icon-address::before{
  content: '\f3c5';
  top: 1px;
}
#at .at-head{
  display: flex;
  margin: 0 0 16px;
  padding: 0 2px;
}
#at .at-hotel-img{
  width: 100px;
}
#at .at-hotel-img > img{
  border-radius: 2px;
}
#at .at-hotel-meta{
  padding-left: 16px;
  width: calc(100% - 100px);
}
#at .at-hotel-name{
  color: #333;
  font-weight: bold;
  margin: 0 0 8px 0;
}
#at .at-hotel-name > small{
  color: #333;
  font-size: 14px;
}
#at .at-hotel-address{
  font-size: 14px;
}
#at .at-booking-list{
  margin: 0;
}
#at .at-booking-item{
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #eee;
  margin: 0 0 8px;
  padding: 16px;
  position: relative;
}
#at .at-booking-item:first-child{
  background-color: #fff;
}
#at .at-booking-item:last-child{
  margin-bottom: 0;
}
#at .ribbon {
  height: 60px;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 60px;
}
#at .ribbon > span {
  background: #ec8722;
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
  box-shadow: 0 0 0 2px rgb(236, 135, 34);
  color: #fff;
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.05em;
  padding: 2px 0;
  left: -15px;
  text-align: center;
  top: 11px;
  line-height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 110px;
  z-index: 5;
}
#at .at-booking-wrap{
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
#at .at-booking-logo{
  width: 80px;
}
#at .at-booking-text{
  padding: 0 16px;
  text-align: left;
  width: calc(100% - 200px);
}
#at .at-booking-text > p{
  font-size: 13px;
  line-height: 1;
  margin: 0 0 8px;
}
#at .at-booking-text > p > strong{
  color: #f00;
  margin: 0 2px;
  font-size: 13px;
}
#at .at-booking-btn{
  width: 120px;
}
#at .at-booking-btn > a {
  background-image: linear-gradient(to right, #eb9b07 0%, #eb7907 100%);
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: .4s;
  padding: 8px 0;
  width: 100%;
}
@media screen and ( max-width: 640px ) {
  #at{
    padding: 16px;
  }
  #at .at-hotel-name{
    font-size: 14px;
  }
  #at .at-hotel-name > small{
    font-size: 12px;
  }
  #at .at-hotel-address{
    font-size: 12px;
  }
  #at .at-booking-wrap{
    padding-bottom: 40px;
  }
  #at .at-booking-btn{
    bottom: 0;   
    right: 0;
    position: absolute;
  }
  #at .at-booking-text{
    padding: 0 0 0 16px;
    width: calc(100% - 80px);
  }
  #at .at-booking-text > p {
    font-size: 12px;
  }
  #at .at-booking-text > p > strong{
    font-size: 12px;
  }
  #at .at-booking-btn{
    width: 150px;
  }
  #at .at-booking-btn > a {
    padding: 4px 0;
  }
}
/* アプリーチ用*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}
