/*押し込み式ボタン*/
.btn-square-blue {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #19b4ce;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
	margin: 10px;
}
.btn-square-blue:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

.btn-square-yellow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7cf2e;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #ecb254;
  border-radius: 3px;
	margin: 10px;
  }
  .btn-square-yellow:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
  }
/*押し込み式ボタンEND*/

/* CTAボックス用CSS*/
.ycta-box {
display: block;
width: 100%;
background: #eaedf2;
padding: 10px;
}
.ycta-box-li {
display: table;
width: 100%;
padding: 10px;
margin: 0 0 10px 0;
background: #fff;
}
.ycta-box-img {
width: 40%;
max-width: 400px;
display: table-cell;
padding: 10px;
vertical-align: middle;
}
.ycta-box-desc {
width: 60%;
display: table-cell;
font-size: 0.9em;
padding-left: 20px;
}
@media (max-width: 767px){
/*モバイル定義*/
.ycta-box-img {
display: block;
width:100%;
}
.ycta-box-desc {
display: block;
font-size: 0.9em;
padding: 10px;
width:100%;
/*text-align: center;*/
}
}
/*CTA END*/



/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）
--------------------------------------*/

/*
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}

.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}

*/

/*ボタンを変えるときはここから*/
/*
.shoplinkamazon a{background-color:#FF9901 !important;}
.shoplinkrakuten a{background-color:#c20004 !important;}
.shoplinkkindle a{background-color:#007dcd !important;}
.shoplinkkakakucom a{background-color:#314995 !important;}
.shoplinkyahoo a{background-color:#7b0099 !important;}
*/
/*ここまでを変更*/
/*
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}
 
@media screen and (max-width: 680px) {
.booklink-box, .kaerebalink-box{padding:15px;}
.booklink-image, .kaerebalink-image{
    width: 100px !important;
    min-width: initial;
}
.booklink-name > a, .kaerebalink-name > a{
    font-size: 15px;
    font-weight: bold;
}
.booklink-name, .kaerebalink-name{margin-bottom:12px;}
.booklink-powered-date, .kaerebalink-powered-date{margin-top:5px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:calc(100% - 4px);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin: 2px 0px;
    padding:10px 0px;
}
}
*/
/*ずれ解消*/
/*
.shoplinkamazon img{display:none;}
.shoplinkkindle img{display:none;}
.shoplinkrakuten img{display:none;}
*/
/*ずれ解消ここまで*/
/*--------------------------------------
  ヨメレバ・カエレバ（レスポンシブ）ここまで
--------------------------------------*/




/*--------------------------------------
 ボックスデザイン（スマート）ここから
--------------------------------------*/
.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}
/*--------------------------------------
 ボックスデザイン（スマート）ここまで
--------------------------------------*/

/*--------------------------------------
 ボックスデザイン（タイトル）ここから
--------------------------------------*/

.box27 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
/*--------------------------------------
 ボックスデザイン（タイトル）ここまで
--------------------------------------*/

/*--------------------------------------
 ボックスデザイン（引用）ここから
--------------------------------------*/
blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: solid 2px #464646;
    color: #464646;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #77c0c9;
    font-size: 25px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*--------------------------------------
 ボックスデザイン（引用）ここまで
--------------------------------------*/

/*--------------------------------------
アプリーチ
--------------------------------------*/


.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;
}*/

/*customize*/
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 120px !important;
}
.appreach__gplink img {
  height: 40px;
  width: 120px !important;
}
/**/
/*--------------------------------------
 アプリーチここまで
--------------------------------------*/


/*--------------------------------------
  アプリーチカスタマイズここから
--------------------------------------*/
 .appreach{ border-top:5px solid #043d78; /*上線の色*/ box-shadow:0px 2px 5px 1px #e5e5e5; /*影の色*/ } .appreach{ text-align: left; padding: 25px; margin:20px; border-radius:0 0 2px 2px; overflow: hidden; } .appreach:after { content: ""; display: block; clear: both; } .appreach img, .appreach p { margin: 0; padding: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; } p.appreach__name { font-size: 16px; color:#555; padding-bottom:10px; font-weight:bold; line-height: 1.5em !important; max-height: 3em; overflow: hidden; } .appreach__info { font-size: 12px !important; color:#888; } .appreach__info a{ color:#aaa; } .appreach__developper, .appreach__price { margin-right: 0.5em; } .appreach__posted a { margin-left: 0.5em; } .appreach__links { float: left; height: 40px; margin-top: 15px; white-space: nowrap; } .appreach__aslink img { margin-right: 10px; height: 40px; width: 135px; } .appreach__gplink img { height: 40px; width: 134.5px; } @media only screen and (max-width: 786px){ .appreach{ margin:20px 0;} .appreach__info { font-size: 11px !important;} p.appreach__name { font-size: 15px;}}
/*--------------------------------------
  アプリーチカスタマイズここまで
--------------------------------------*/


/*--------------------------------------
 ボックスデザイン（シンプルタイトル）ここから
--------------------------------------*/
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #4072B3;
    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: #4072B3;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}
/*--------------------------------------
 ボックスデザイン（シンプルタイトル）ここまで
--------------------------------------*/

/*--------------------------------------
  タベレバ（レスポンシブ）
--------------------------------------*/

/*tabereba responsive stylesheet*/
/* ======================================== */
/* tabereba Customize Settings 1.0.0 ver */
/* made it with reference to Hosina's style sheet */
/* https://mbdb.jp/hacks/kaereba-yomereba-responsive-css.html*/
/* ======================================== */

.taberebalink-box {
  width: 100%;
  margin: 0 0 2rem;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid;
  border-color: #eaeaea #dddddd #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  zoom:1;
}
.taberebalink-box:after {
  content:"";
  display:block;
  visibility:hidden;
  height:0;
  clear:both;
}
.taberebalink-image {
  float:left;
  width:150px;
  margin:0;
  text-align:center;
}
.taberebakink-image img { width:150px; height:auto; }
.taberebalink-info { margin: 0 0 0 165px; line-height: 1.6rem; }
.taberebalink-name {
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 0;
}
.taberebalink-name a { color: #2b2b2b; }
.taberebalink-name a:hover { text-decoration: underline; }
.taberebalink-post { font-size: 0.75rem; font-weight: normal; }
.taberebalink-catch,.taberebalink-address { font-size: 0.9375rem; margin: 0 0 0.5em; }
.taberebalink-link1 { width:100%; }
.taberebalink-link1 div {
  float: left;
  width: 49.5%;
  margin-bottom: 1%;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.taberebalink-link1 div:nth-child(even) { margin-left: 1%; }
.taberebalink-link1 div a { display:block; padding:3px 0; text-decoration:none; }

.shoplinkhotpepper a {
  display:block;
  text-decoration:none;
  color:#ffffff; background:#C10015;
}

.booklink-footer { clear:both !important; }

@media only screen and (min-width:460px) and (max-width:640px) {
	.taberebalink-link1 div { float: none; width: 100%; }
	.taberebalink-link1 div:nth-child(even) { margin-left: 0; }
}
@media only screen and (max-width:459px) {
	.taberebalink-image {
	  float:none;
	  width:100%;
	  margin:0;
	  text-align:center;
	}

	.taberebalink-info { margin: 0; }
	.taberebalink-link1 div { float: none; width: 100%; }
	.taberebalink-link1 div:nth-child(even) { margin-left: 0; }
}

/*--------------------------------------
  タベレバ（レスポンシブ）ここまで
--------------------------------------*/

/*--------------------------------------
  トマレバ（レスポンシブ）ここから
--------------------------------------*/

/* micro clearfix */
.tomarebalink-box,
.tomarebalink-link1 {
	zoom: 1;/* IE6,7の対応しないならいらないです */
}
.tomarebalink-box:after,
.tomarebalink-link1:after {
	content: "";
	display: block;
	clear: both;
}
/* tomarebalink 親ボックス */
.tomarebalink-box {
	position: relative;
	margin-bottom: 14px;
	padding: 8px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
.tomarebalink-box:before {
	content: 'Ad';/* 広告ラベル "PR"や"広告"などでもOK */
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 4px;
	font-size: 10px;
	color: #aaa;
}
/* サムネール画像のボックス */
.tomarebalink-image {
	float: left;
	width: 88px;
}
.tomarebalink-image a {
	display: block;
	height: 88px;
}
/* サムネール画像 */
.tomarebalink-image a img {
	width: 100%;
	margin: 0;
	padding: 0;
}
/* 情報ボックス */
.tomarebalink-info {
	margin: 0 4px 0 98px;
}
.tomarebalink-info a {
	/* 情報ボックス内のリンク下線をなくす */
	text-decoration: none;
}
.tomarebalink-name {
	color: #444;
}
/* ホテル名 リンク */
.tomarebalink-name>a {
	border-bottom: 1px dotted #a5a5a5;
	font-size: 16px;
	color: #174E80;
}
/* ホテル名 リンク ホバー時 */
.tomarebalink-name>a:hover {
	color: #722031;
}
/* powered by・住所 の文字サイズ */
.tomarebalink-powered-date,
.tomarebalink-address {
	font-size: 10px;
}
/* powered by */
.tomarebalink-powered-date {
	margin-top: 2px;
	margin-bottom: 2px;
}
/* powered by のリンクカラー */
.tomarebalink-powered-date a {
	color: #406d82;
}
/* 住所 */
.tomarebalink-address {
	margin-bottom: 4px;
}
/* 各サービスへのリンクボックスを横並びに */
.tomarebalink-link1>div {
	float: left;
	width: auto;
	margin: 0 8px 0 0;
}
.tomarebalink-link1 a {
	display: block;
	margin: 0 0 4px;
	padding: 1px 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	font-size: 12px;
	color: #fff;
	background-color: #aaa;/* 基本カラー */
}
.tomarebalink-link1 a:hover {
	text-decoration: underline;
}
/*ボタン背景カラー */
.tomarebalink-link1 .shoplinkrakuten a { background-color: #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a { background-color: #ff7a15; }/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a { background-color: #c81528; }/* JTB */
.tomarebalink-link1 .shoplinkknt a { background-color: #0b499d; }/* KNT */
.tomarebalink-link1 .shoplinkikyu a { background-color: #bf9500; }/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a { background-color: #000066; }/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a { background-color: #ff0033; }/* Yahoo!トラベル */
.booklink-footer {
	visibility: hidden;
}

/*--------------------------------------
  トマレバ（レスポンシブ）ここまで
--------------------------------------*/