@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*480px以下*/
@media screen and (max-width: 480px){
  .mobile-table-style {
    font-size: 12px !important;
  }
  .flight-info th {
    font-size: 12px !important;	
    width: 100px !important;
  }
	.flight-info td {
    font-size: 12px !important;	
  }	
  .flight-list td {
    font-size: 12px !important;
    padding: 5px 3px !important;
  }	
  .flight-list th {
    font-size: 12px !important;
    padding: 5px 3px !important;
  }
  .flight-list td.no {
    width: 26px !important;
  }
  .flight-list td.flight {
    width: 52px !important;
  }
  .flight-list td.class {
    width: 70px !important;
  }
  .flight-list td.fare {
    width: 55px !important;
  }
  .flight-list td.ffp {
    width: 45px !important;
  }
  .flight-list-all th {
    font-size: 10px !important;
    padding: 5px 3px !important;
  }
  .flight-list-all td {
    font-size: 10px !important;
    padding: 5px 3px !important;
  }
  .flight-list-all td.no {
    width: 20px !important;
  }
  .flight-list-all td.flight {
    width: 45px !important;
  }
  .flight-list-all td.class {
    width: 50px !important;
  }
  .flight-list-all td.fare {
    width: 50px !important;
  }
  .flight-list-all td.ffp {
    width: 42px !important;
  }
  .flight-list-all td.cost {
    width: 50px !important;
  }
  .flight-list-all td.unit {
    width: 30px !important;
  }
}

/* ----- ギャラリーの間隔の変更 ----- */
/*
.wp-block-gallery {
  padding: 0px !important;
}
.blocks-gallery-item {
  margin: 2px 2px 2px 2px !important;
}
*/

/* ----- デフォルトテーブル設定 ----- */
/*.wp-block-table {
  font-size: 14px;
}
.wp-block-table th {
  text-align: center;
  vertical-align: middle;
}
*/

/* ----- テーブル flight-info -----*/
.flight-info {
  background-color: transparent;
  border: none !important;
}
.flight-info th {
  padding: 8px 12px;
  border-top: solid 1px #EEEEEE;
  border-bottom: solid 1px #EEEEEE;
  border-right: none;
  border-left: solid 1px #EEEEEE;
  background-color: #F4F4F4 !important;
  text-align: center;
  vertical-align: middle;
  width: 200px;
}
.flight-info td {
  padding: 8px 12px;
  border-top: solid 1px #EEEEEE;
  border-bottom: solid 1px #EEEEEE;
  border-right: solid 1px #EEEEEE;
  border-left: none;
  vertical-align: middle;
}
.flight-info tr:nth-of-type(2n+1) {
  background-color: transparent;
}

/* ----- テーブル flight-list -----*/
.flight-list {
  background-color: transparent;
}
.flight-list th {
  padding: 8px 12px;
  border: solid 1px #EEEEEE !important;
  background-color: #F4F4F4 !important;
  text-align: center;
  vertical-align: middle;
}
.flight-list td {
  padding: 8px 12px;
  border: solid 1px #EEEEEE !important;
  vertical-align: middle;
}
.flight-list tr:nth-of-type(2n+1) {
  background-color: transparent;
}
.flight-list td.no {
  width: 50px;
  text-align: center;
}
.flight-list td.flight {
  width: 80px;
}
.flight-list td.class {
  width: 110px;
  text-align: center;
}
.flight-list td.fare {
  width: 170px;
  text-align: center;
}
.flight-list td.ffp {
  width: 100px;
  text-align: right;
}


/* ----- テーブル flight-list-all -----*/
.flight-list-all {
  background-color: transparent;
}
.flight-list-all th {
  font-size: 14px;
  padding: 8px 12px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #cccccc !important;
  background-color: #EEEEEE;
}
.flight-list-all td {
  font-size: 14px;
  padding: 8px 12px;
  vertical-align: middle;
  border: solid 1px #cccccc !important;
}
.flight-list-all tr {
  border: solid 1px #cccccc !important;
}
.flight-list-all tr:nth-of-type(2n+1) {
  background-color: #FAFBFC;
  border: solid 1px #cccccc !important;
}
.flight-list-all td.no {
  width: 55px;
  text-align: center;
}
.flight-list-all td.flight {
  width: 70px;
  text-align: center;
}
.flight-list-all td.class {
  width: 95px;
  text-align: center;
}
.flight-list-all td.fare {
  width: 160px;
  text-align: center;
}
.flight-list-all td.ffp {
  width: 70px;
  text-align: right;
}
.flight-list-all td.cost {
  width: 75px;
  text-align: right;
}
.flight-list-all td.unit {
  width: 85px;
  text-align: right;
}


/* ----- Contact Form 7 START ----- */
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="your-subject"] {
        width: 100%;
        height: 35px !important;
	background: #fff;
}

.wpcf7 textarea[name="your-message"] {
        width: 100%;
        height: 300px !important;
	background: #fff;
}

.wpcf7 input[type="submit"] {
width:50%;
padding:10px;
margin-top: 30px;
margin-left: 25%;
color: #fff;
/* border-radius:10px;
-webkit-border-radius: 0px;  
-moz-border-radius: 0px; */
border: none;
/* box-shadow: 0 3px 0 #ddd; */
background: #8da3c4;
transition: 0.3s;
}
.wpcf7-submit:hover {
background: #a4dd6c;
transform: translate3d(0px, 3px, 1px);
-webkit-transform: translate3d(0px, 3px, 1px);
-moz-transform: translate3d(0px, 3px, 1px);
}
/* ----- Contact Form 7 END----- */

/* ----- トップページ新着記事一覧の4記事目以降をテキスト表示 -----*/
.li-first-none > ul >li:nth-child(-n+3) {
   display: none;
}

/* ----- 人気記事一覧のPV数を非表示 -----*/
.p-postList__views {
  display:none;
}


/* ----- カエレバ・ヨメレバ・トマレバ ----- */
.cstmreba {
	width: 98%;
	height:auto;
	margin:36px 0;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	box-sizing: border-box;
	display: block;
}
/* WordPressで自動挿入されるPタグの余白を対処 */
.cstmreba p {
	margin: 0;
	padding: 0;
}
.cstmreba a {
	transition: 0.8s ;
	color:#285EFF; /* テキストリンクカラー */
}
.cstmreba a:hover {
	color:#FFCA28; /* テキストリンクカラー(マウスオーバー時) */
}
.booklink-box, .kaerebalink-box, .tomarebalink-box {
	width: 100%;
	background-color: #fff;  /* 全体の背景カラー */
	overflow: hidden;
	border: 1px solid #ddd; /* 外枠 */
	border-radius: 0px;
	box-sizing: border-box;
	padding: 12px 8px;
}
/* サムネイル画像ボックス */
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
	width:150px;
	float:left;
	margin:0 14px 0 0;
	text-align: center;
}
.booklink-image a,
.kaerebalink-image a,
.tomarebalink-image a {
	width:100%;
	display:block;
}
/* サムネイル画像 */
.booklink-image a img, .kaerebalink-image a img, .tomarebalink-image a img {
	margin:0 ;
	padding: 0;
	text-align:center;
}
.booklink-info, .kaerebalink-info, .tomarebalink-info {
	overflow:hidden;
	line-height:170%;
	color: #333;
}
/* infoボックス内リンク下線非表示 */
.booklink-info a,
.kaerebalink-info a,
.tomarebalink-info a {
	text-decoration: none;	
}
/* 作品・商品・ホテル名 リンク */
.booklink-name>a,
.kaerebalink-name>a,
.tomarebalink-name>a {
	border-bottom: 1px dotted ;
	font-size:16px;
}
/* powered by */
.booklink-powered-date,
.kaerebalink-powered-date,
.tomarebalink-powered-date {
	display: none;
/*	font-size:10px;
	line-height:150%;
*/
}
.booklink-powered-date a,
.kaerebalink-powered-date a,
.tomarebalink-powered-date a {
	border-bottom: 1px dotted ;
	color: #333;
}
.booklink-powered-date a:hover,
.kaerebalink-powered-date a:hover,
.tomarebalink-powered-date a:hover {
	color:#333;
}
/* 著者・住所 */
.booklink-detail, .kaerebalink-detail, .tomarebalink-address {
	font-size:12px;
}
.kaerebalink-link1 img, .booklink-link2 img, .tomarebalink-link1 img {
	display:none !important;
}
.kaerebalink-link1, .booklink-link2, .tomarebalink-link1 {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}
.booklink-link2>div, 
.kaerebalink-link1>div, 
.tomarebalink-link1>div {
	float:left;
	width:31%;
	min-width:125px;
	margin:0.5% 1%;
}
/***** ボタンデザインここから ******/
.booklink-link2 a, 
.kaerebalink-link1 a,
.tomarebalink-link1 a {
	width: 100%;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: bold;
	line-height: 180%;
	padding:3% 1%;
	margin: 1px 0;
	border-radius: 4px;
	box-shadow: 0 2px 0 #ccc;
	background: -moz-linear-gradient(top,#fafafa,#EEE);
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover,
.tomarebalink-link1 a:hover {
	text-decoration: underline;
}
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a { color: #76ae25; }/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a { color: #ff7a15; }/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a { color: #c81528; }/* JTB */
.tomarebalink-link1 .shoplinkknt a { color: #0b499d; }/* KNT */
.tomarebalink-link1 .shoplinkikyu a { color: #bf9500; }/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a { color: #000066; }/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a { color: #ff0033; }/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a {color:#ff0033;} /* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a { color:#84be24 ; }	/* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a { color:#8d124b; } /* セシール */ 
.kaerebalink-link1 .shoplinkwowma a { color:#ea5404; } /* Wowma */ 
.kaerebalink-link1 .shoplinkkakakucom a {color:#314995;} /* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a { color:#007dcd;} /* Kindle */
.booklink-link2 .shoplinkrakukobo a{ color:#d50000; } /* 楽天kobo */
.booklink-link2  .shoplinkbk1 a { color:#0085cd; } /* honto */
.booklink-link2 .shoplinkehon a { color:#2a2c6d; } /* ehon */
.booklink-link2 .shoplinkkino a { color:#003e92; } /* 紀伊國屋書店 */
.booklink-link2 .shoplinkebj a { color:#f8485e; } /* ebookjapan */
.booklink-link2 .shoplinktoshokan a { color:#333333; } /* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a, 
.booklink-link2 .shoplinkamazon a { color:#FF9901; } /* Amazon */
.kaerebalink-link1 .shoplinkrakuten a , 
.booklink-link2 .shoplinkrakuten a { color: #c20004; } /* 楽天 */
.kaerebalink-link1 .shoplinkseven a, 
.booklink-link2 .shoplinkseven a { color:#225496;} /* 7net */
/***** ボタンデザインここまで ******/
.booklink-footer {
	clear:both;
}
/***  解像度480px以下のスタイル ***/
@media screen and (max-width:480px){
.booklink-image,
.kaerebalink-image,
.tomarebalink-image {
	width:100%;
	float:none;
}
.booklink-link2>div, 
.kaerebalink-link1>div, 
.tomarebalink-link1>div {
	width: 49%;
	margin: 0.5%;
}
.booklink-info,
.kaerebalink-info,
.tomarebalink-info {
	text-align:center;
	padding-bottom: 1px;
}
}
