/* —–口コミ囲み枠—– */
.box10 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #d19f5e;
    background: #ffffe0;/*背景色*/
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.box10 p {
    margin: 0; 
    padding: 0;
}
/* アフィリエイトボタンデザイン20200601 */
/* その他ASP */
.btn-1 {
    background-color: #ffffff; /* ボタン背景色 */
    color: #000000 /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
	  border : solid 2px #000000;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 2.0;
    transition: all .2s ease;
    opacity: 0.8;
}

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

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

.btn-1 > img { float: left; }
.btn-1::after{ content: ''; clear: left; }
/* Amazon */
.btn-2 {
    background-color: fff; /* ボタン背景色 */
    color: #e47911; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
	  border : solid 2px #e47911 ; 
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 2.0;
    transition: all .2s ease;
    opacity: 0.8;
}

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

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

.btn-2 > img { float: left; }
.btn-2::after{ content: ''; clear: left; }
/* 楽天市場 */
.btn-3 {
    background-color: #fff; /* ボタン背景色 */
    color: #bf0000; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
	  border : solid 2px #bf0000 ; 
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 2.0;
    transition: all .2s ease;
    opacity: 0.8;
}

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

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

.btn-3 > img { float: left; }
.btn-3::after{ content: ''; clear: left; }
/* Yahoo! JAPAN */
.btn-4 {
    background-color: #fff; /* ボタン背景色 */
    color: #ff0027; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
	  border : solid 2px #ff0027 ; 
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 2.0;
    transition: all .2s ease;
    opacity: 0.8;
}

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

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

.btn-4 > img { float: left; }
.btn-4::after{ content: ''; clear: left; }
/* リンクなし */
.btn-5 {
    background-color: #696969; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 2.0;
    transition: all .2s ease;
    opacity: 0.8;
}

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

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

.btn-5 > img { float: left; }
.btn-5::after{ content: ''; clear: left; }
/* マルチボタン */
.btn-6 {
    background-color: #D19F5E; /* ボタン背景色 */
    color: #fff; /* ボタン文字色 */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
    font-weight: bold;
    border-radius: 4px;
    max-width: 80%;
    margin: 0.5em auto;
    padding: 0;
    text-align: center;
    line-height: 2.0;
    transition: all .2s ease;
    opacity: 0.8;
}

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

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

.btn-6 > img { float: left; }
.btn-6::after{ content: ''; clear: left; }
/* —–Google マップをレスポンシブ化する—– */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
