@charset "UTF-8";

/*!
Theme Name: Cocoon Childf
Template:   cocoon-master
Version:    0.0.5
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.shop-summary table{
  font-size: 0.7rem;
}
.shop-summary th{
  text-align:left;
	min-width:70px;
  color: #727272;
  background-color: transparent;
}
.shop-summary td{
  color: #727272;
}
.shop-summary th, .shop-summary td {
  border:none;
}
.shop-summary .tk-tag{
  border-radius: 100vh;
  background-color: #333;
  margin-left: 3px;
  padding:0px 7px;
  margin: 1px;
  color:#fff;
}
.shop-summary .tk-tag a{
  color:#fff;
  text-decoration:none;
}
.shop-summary__sale-badge{
  font-size: 0.7rem;
  color: #fff;
  background-color: #f9a930;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  margin-left: 5px;
}
.shop-summary td.tag-line{
  display:flex;
  flex-wrap:wrap;
}
.shop-summary .tk-tag.tag-black{
  background-color: #242424;
}
.shop-summary .tk-tag.tag-gray{
  background-color: #747474;
}
.shop-summary .tk-tag.tag-red{
  background-color: #e75050;
}
.shop-summary .tk-tag.tag-orange{
  background-color: #ff8a00;
}
.shop-summary .tk-tag.tag-purple{
  background-color: #b044db;
}
.shop-summary .tk-tag.tag-blue{
  background-color: #469ff1;
}
.shop-summary .tk-tag.tag-green{
  background-color: #5eca49;
}
.shop-summary__content{
  font-size: 0.6rem;
  background-color: #f0f0f0;
  padding: 2em;
}
.shop-summary__content-title{
  font-size: 0.7rem;
  margin:0;
  font-weight: bold;
  padding: 5px;
  background-color: #606060;
  color: #fff;
}

a:has(.official-coupon){
  color: inherit;
  text-decoration: none;
}
.official-coupon{
  margin:0;
  padding:0;
  border-radius: 2px;
  border:solid 1px #a1a1a1;
  max-width:600px;
  display:flex;
}
.official-coupon:hover{
  opacity:0.8;
  cursor: pointer;
}
.official-coupon-left{
  line-height: 0;
  padding: 0;
  width: 150px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: -moz-linear-gradient(top, #FFC778, #FFF);
  background: -webkit-linear-gradient(top, #FFC778, #FFF);
  background: linear-gradient(to bottom, #FFC778, #FFF);
  border-right: 2px dashed #0f0f0f;
}
.official-coupon-right {
  font-size: 0.8rem;
  line-height: 1.5;
  width: calc( 100% - 300px );
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: hsla(0, 0%, 100%, 0.942);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.official-coupon-right__campaign{
  padding: 0.8rem;
}
.official-coupon__price{
  color: #ff5252;
  font-weight:bold;
}
.official-coupon__title{
  font-weight:bold;
}
.official-coupon__description{
  color: #888;
  font-size: 0.5px;
  margin:0;
}

.official-coupon__button{
  float:right;
  color: #fff;
  background-color: #FF364C;
  padding: 0.5rem;
}

.tk-review-box, .official-coupon-box{
  display: block;
  margin:auto;
  max-width: 600px;
}
blockquote.tk-review-item{
  font-size:0.8rem;
  padding:1em 1.2em;
  background-color: #fff;
  border: none;
}
blockquote.tk-review-item::before{
  content:"";
}
blockquote.tk-review-item::after{
  content:"";
}
.tk-review-item__meta{
  display:flex;
  width:100%;
  align-items:flex-end
}
.tk-review-item__meta--man-img{
  width: 60px;
}
.tk-review-item__meta--man-img img{
  border:solid 1px #000;
  border-radius: 10%;
}

.tk-review-item__meta--man-meta{
  flex: 4 150px;
  padding-left:10px;
}
.tk-review-item__meta--postdate{
  flex: 1 150px;
  font-size:0.6rem;
  text-align:right;
}
.tk-review-item__content{
  font-size: 0.7rem;
  padding:1.6em;
  background-color: #fbfbfb;
  border: 0.5px solid #f0f0f0;
  border-radius: 5px;
}
.tk-review-item__content--cite{
  display: block; 
  text-align:right;
  font-size:0.5rem;
}
.tk-review-item__content--cite::before{
  content:"\引用元：";
}

.navigation-image__wrapper{
  display:flex;
  overflow-x:scroll;
}

.navigation-image__container {
  display: flex;
  border: dotted;
  counter-reset: div;
}
.navigation-image__container div{
  font-size: 0.8rem;
  color:#242424;
  text-align: center;
  width: 300px;
  height: 300px;
}
.navigation-image__container div img{
  width: 300px;
  height: 225px;
  object-fit: cover;
}
.navigation-image__container div:before{
  position: relative;
  display: block;
  counter-increment: div;
  content: counter(div);
  background-color: rgba(58, 58, 58, 0.8);
  color: #fff;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  margin-right: 1.2rem;
}
.navigation-image__container img{
  margin-top: -3rem;
}
.navigation-image__container__item:not(:last-child) {
  margin-right: 10px;
}

/* プロモーション表記 */
.has-promotion{
	border-radius: 10px 100px / 120px;
	padding: 5px;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 5px, rgba(236, 236, 236, 1) 5px, rgba(236, 236, 236, 1) 7px );
}
.has-promotion::before {
	font-family: "fontawesome";
	content: '\f05a';
	color: #aaa;
}

.flex-img {
  display: flex;
  justify-content: space-around;
}
.flex-img div{
  padding:5px;
}
/*ボックス*/
.entry-content>.micro-top {
    margin-bottom: -1em;
}

table.price-compare-table,table.reserve-compare-table{
	table-layout:fixed;
	text-align:center;
	font-size:12px;
}
table.price-compare-table td,table.price-compare-table th{
	width:125px;
}
table.reserve-compare-table td,table.reserve-compare-table th{
	width:200px;
}
table.reserve-compare-table th:nth-child(1){
	width:150px;
}
ul.ex-mokuji-navi{
	list-style:none;
	margin:0;
}
ul.ex-mokuji-navi li{
	position:relative;
	left:-10px;
}
ul.ex-mokuji-navi li:before{
	content: "";
   display: block;
	position: absolute;
	top: 11px;
	left: -16px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
p.add_appeal,p.appeal_boldtext{
	text-align:center;
	font-weight:bold;
}
p.add_appeal:before,p.appeal_boldtext:before{
	content:"＼";
	font-family: "fontawesome";
}
p.add_appeal:after,p.appeal_boldtext:after{
	content:"／";
	font-family: "fontawesome";
}
.red, .bold-red{
	color: #ff5252;
}
/*lineは太文字確定*/
.marker, .marker-red, .marker-blue, .marker-under, .marker-under-blue, .marker-under-red{
	font-weight:bold;
}
.hihuka_box{
	border:solid 1px #aaa;
	border-radius:3px;
	padding:1em;
	margin-top:4px;
}
/*検索用フレックスコンテナ*/
ul.map_search_box {
  display: flex;
flex-wrap: wrap;
padding:0;
}
ul.map_search_box li{
width:30%;
	min-width:100px;
list-style-type:none;
}
ul.map_search_box li a:before{
	font-family: "fontawesome";
   content: "\f054";
}
ul.map_search_box li a{
     display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
	font-weight:bold;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
	width:100%;
  }
ul.map_search_box.msb_green li a{
	background-color: #1abc9c;
	border-bottom: solid 4px #23a188;
}
ul.map_search_box.msb_yellow li a{
	background:#ffcf00;
	border-bottom: solid 4px #AEB404;
}
ul.map_search_box.msb_red li a{
	background:#FA5882;
	border-bottom: solid 4px #b84d5a;
}
ul.map_search_box.msb_orange li a {
  background-color: #FFAC3E;
  border-bottom:solid 4px #AA8048;
}

ul.map_search_box.msb_mizu li a {
  background-color: #01DFD7;
  border-bottom:solid 4px #04B4AE;
}

ul.map_search_box li a:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

.alert_googlemap{
	color:#E50202;
	font-size:12px;
	margin: 0 0 3em 0;
}
.map_info_table tr td{
	font-size:14px;
	color:#444;
}
.inyoumoto{
	margin: 0 0 2em 0;
}
/*文字を中央寄せ+12pxテーブル*/
.center-table tr td, .center-table tr th{
	text-align:center;
	font-size:12px;
	color:#444;
}
/*簡易用のテーブル*/
.simple-table tr td,.simple-table tr th {
	table-layout:fixed;
	text-align:center;
	font-size:12px;
	color:#444;
}
.simple-table tr td p.button-widget a:before {
    content: "";
    font-family: "fontawesome";
}

.scrollable-table:after {
	content: "※幅が小さいディスプレイは横スクロールで閲覧可能です\A";
	font-size:12px;
	color:red;
white-space: pre;
}
.scrollable-table table{
	border:solid 3px #bbb;
}
.opinion-box{
    background-color: #f8f8f8;
    padding: 15px;
    border-radius:4px;
    border: 2px solid #cccfd2;
}
.opinion-box ul{
	margin:0;
    padding-left:0px;
}
.opinion-box ul li{
    list-style:none;
	font-weight:bold;
}
/* ボタンの光沢 */
.is-reflection a {
    overflow: hidden;
}
.is-reflection a:before {
    -moz-animation: is-reflection 4s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -ms-animation: is-reflection 4s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -o-animation: is-reflection 4s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -webkit-animation: is-reflection 4s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    animation: is-reflection 4s ease-in-out infinite;
    background-color: #fff;
    content: " ";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -180px;
    transform: rotate(45deg);
    width: 30px;
}
/* アニメーションを遅延させる */
.is-reflection + .is-reflection a:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@keyframes is-reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

/* CVボタン矢印揺れ */
.is-trembling a:before {
    -webkit-animation-name:is-trembling;
    -webkit-animation-duration:.8s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease;
    -moz-animation-name:is-trembling;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
    0% {-webkit-transform:translate(-3px, 0);}
    100% {-webkit-transform:translate(0, 0);}
}

/* ボタンをバウンドさせる */
.is-bounce {
    animation: bounce 4s infinite;
    -moz-animation: bounce 4s infinite;
    -webkit-animation: bounce 4s infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
@-webkit-keyframes bounce {
    0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
    5% {-webkit-transform: translateY(-6px);}
    12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
    20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
    25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
    32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

/* ぷるるるるん！ */
.is-purun {
    -webkit-animation: is-purun 5s infinite;
    -moz-animation: is-purun 5s infinite;
    animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
    0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
    8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
    12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
    18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
    25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
    0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
    4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
    8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
    12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
    18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
    25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
/*MW WP Form*/
#contactTable{margin-left:auto;
    margin-right: auto;
    border-collapse: collapse;
}
#contactTable th{width: 320px;
}
#contactTable tr{
    border-bottom: 1px solid #eee;
}
#contactTable td{width: 600px;
    padding-top:20px;
    padding-bottom: 20px;
}
/*必須項目*/
.must{color: #fff;
    padding: 3px;
    border-radius: 2px;
    background-color: #B44444;
}

/*タイトルつきボックス*/
.titlebox {
    position: relative;
    padding: 25px 10px 7px;
    border: solid 2px #ee7917;
    background-color:#fffbf5;
}
.titlebox .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #ee7917;
    color: #ffffff;
    font-weight: bold;
}
.titlebox.titlebox-red{
    border: 2px solid #df8182;/*boxtitleのbackgroundと一致させる*/
    background-color: #fffbf5;
}
.titlebox.titlebox-red .box-title {
    background: #df8182;/*titleboxのborderと一致させる*/
}
.titlebox.titlebox-blue{
    border: 2px solid #62c1ce;/*boxtitleのbackgroundと一致させる*/
    background-color: #EFFFF8;
}
.titlebox.titlebox-blue .box-title {
    background: #62c1ce;/*titleboxのborderと一致させる*/
}
.titlebox ul, .titlebox ol, .titlebox dl{
    margin:10px 0;
}
.titlebox p {
    margin: 0;
    padding: 0;
}

/*ボタンレイアウト*/
.button-widget > a {
    display: inline-block;
    width: 60%;
    font-size:90%;
    text-align: center;
    text-decoration: none;
    padding: 0.8em;
    line-height: 1.5;
    position: relative;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    background-color: #555;
    box-shadow: 0 3px 0 #333;
}
.button-widget > a:hover{
    background-color: #777;
    box-shadow: 0 3px 0 #444;
}
.button-widget > a::before,
.button-widget > a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button-widget > a,
.button-widget > a::before,
.button-widget > a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button-widget.button-green > a {
    background-color: #1abc9c;
    box-shadow: 0 3px 0 #0e8c73;
}

.button-widget.button-green > a:hover {
    background-color: #31c8aa;
    box-shadow: 0 3px 0 #23a188;
    color:#fff;
}
.button-widget.button-red > a {
    background-color: #E53935;
    box-shadow: 0 3px 0 #b84d5a;
}
.button-widget.button-red > a:hover {
    background-color: #FF0033;
    box-shadow: 0 3px 0 #DF013A;
}
.button-widget.button-blue > a {
    background-color: #039BE6;
    box-shadow: 0 3px 0 #045FB4;
}
.button-widget.button-blue > a:hover {
    background-color: #58ACFA;
    box-shadow: 0 3px 0 #0174DF;
}
.button-widget.button-orange > a {
    background-color: #FF9901;
    box-shadow: 0 3px 0 #A56B1E;
}
.button-widget.button-orange > a:hover {
    background-color: #FFAC3E;
    box-shadow: 0 3px 0 #AA8048;
}

.button-widget a:active,.button-widget.button-green > a:active, .button-widget.button-red > a:active, .button-widget.button-blue > a:active,.button-widget.button-orange > a:active {
    top: 3px;
    box-shadow: none;
}

p.button-widget{
    text-align:center;
}

/* ボタン内のアイコン */
p.button-widget a:before {
    content: "\f138";
    font-family: "fontawesome";
    font-weight: normal;
    font-size: 1.1em;
    margin-top: -.6em;
    position: absolute;
    right: 7px;
    top: 50%;
    z-index:0;
}
p.button-widget a:after{
    z-index:0;
}
.flex-btn-box{
   display: flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content: space-around;
	
}
.flex-btn-box{
	width:100%;
}
.flex-btn-item{
	display:block;
	width:50%;
}
.flex-btn-box .button-widget >a{
		width:90%;
	vertical-align:middle;
}
/*段組ボタンはじめ*/
ul.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
    margin:5px 0;
    padding:0;
}
ul.flex-container li{
    width:50%;
    padding: 0;
    list-style-type: none !important;
}
ul.flex-container li > a{
    width:95%;
    text-align:center;
    font-size:90%;
    display: inline-block;
    padding: 0.5em 0em;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    background-color: #555;
    box-shadow: 0 3px 0 #333;
}
ul.flex-container li.flex-btn-blue > a{
    background-color: #039BE6;
    box-shadow: 0 3px 0 #045FB4;
}
ul.flex-container li.flex-btn-orange > a{
    background-color: #FF9901;
    box-shadow: 0 3px 0 #A56B1E;
}
ul.flex-container li.flex-btn-blue > a:hover {
    background-color: #58ACFA;
    box-shadow: 0 3px 0 #0174DF;
}
ul.flex-container li.flex-btn-orange > a:hover {
    background-color: #FFAC3E;
    box-shadow: 0 3px 0 #AA8048;
}
ul.flex-container li > a:hover{
    color:#fff;
}
ul.flex-container li.flex-btn-orange > a:active,.ul.flex-container li.flex-btn-blue > a:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

/*隠れボックス*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	display:block;
	width:100%;
	text-align:center;
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
/*必要ならばここにコードを書く*/
.page .sns-share {
    display: none;
}
p.__center{
    text-align:center;
}
.ad-label{
    text-align:center;
    font-size:75%;
}

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

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

/*1030px以下*/
@media screen and (max-width: 1030px){
  /*必要ならばここにコードを書く*/
}

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
	.button-widget > a {
      width: 300px;
  }
	table .button-widget > a, .flex-box .button-widget >a{
		width:90%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
  ul.flex-container li a,.button-widget > a, p.add_appeal,p.appeal_boldtext{
      font-size:12px;
  }
}
