@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

p {
  display: block;
  unicode-bidi: isolate;
}

h4 {
  display: block;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

img {
  line-height: 1
}

ins {
  text-decoration: none
}

ins,
mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

body {
  color: #000;
  font-family: Helvetica, Arial, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 15px;
  margin: 0
}

a:hover {
  opacity: .6
}

.side a:hover {
  opacity: 1
}

.flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between
}

.service_banner p {
  font-size: 10px;
  margin: 0 auto;
  padding: 8px;
  width: 380px;
}

#navi {
  float: left;
  padding: 0;
  width: 220px;
}

#pankuzu {
  width: 1000px;
}

#pankuzu ul {
  margin-left: 0;
  overflow: hidden;
  padding: 1em 0
}

#pankuzu ul li:first-child {
  background: 0
}

.side p small {
  font-size: smaller
}

.contents {
  width: 750pt;
  margin: 30px auto 40px
}

.contents h1 {
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  padding-top: 20px;
}

.pager {
  max-width: 96%;
  margin-top: 40px
}

.pager ul {
  display: flex;
  justify-content: center
}

.pager ul li {
  width: 4%;
  margin-right: 2%
}

.pager ul li:last-child {
  margin-right: 0
}

.pager ul li a,
.pager ul li span {
  display: block;
  text-align: center
}

#cta_foot p {
  margin: 1em 0
}

#cta_foot a:hover,
#foot a:hover {
  opacity: 1
}

#foot>div>ul {
  margin: 1em 0
}

.main {
  width: 730px
}

.banner {
  margin-bottom: 20px
}

.banner a {
  display: block;
  width: 730px;
  height: 200px
}

.banner a:hover {
  opacity: 1
}

.banner a img {
  width: 730px;
  height: 200px
}

.sortButton {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px
}

.sortButton ul li {
  display: inline-block;
  margin-left: 20px;
  padding: 1px 6px 0;
  border: 0;
  color: #2e71b8;
  background: transparent;
  cursor: pointer;
  transition: .25s;
  font-size: 13.3333px
}

.sortButton ul li:hover {
  opacity: .6
}

.sortButton ul li.current {
  color: #000;
  cursor: auto
}

.sortButton ul li.current:hover {
  opacity: 1
}

.purchaseList {
  display: flex;
  flex-wrap: wrap;
  width: 730px
}

.purchaseList>li {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 12px)/3);
  margin: 0 6px 9px 0;
  background: #f3f3f3
}

.purchaseList .purchaseContent {
  margin-right: 0
}

.purchaseList .purchaseBanner {
  display: block;
  width: 100%;
  margin: 20px 0 30px
}

.purchaseList .purchaseBanner .cta_contents {
  display: flex;
  margin: 0;
  background: #fff
}

.purchaseList .purchaseBanner .cta_contents a {
  width: 17pc;
  height: 98px;
  padding: 20px 0 20px 54px
}

.purchaseList>li a {
  width: 100%;
  height: 100%;
  padding: 8px;
  box-sizing: border-box;
  transition: .25s
}

.purchaseList>li a,
.purchaseList>li a div {
  display: flex;
  flex-direction: column
}

.purchaseList .thumbnail {
  display: block;
  width: 100%;
  height: 130px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden
}

.purchaseList .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto
}

.purchaseList p {
  margin-bottom: 5px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px
}

.purchaseList li ul {
  display: flex;
  width: 100%;
  margin-top: auto;
  align-items: center
}

.purchaseList li ul li:last-child {
  color: #aaa;
  font-size: 11px;
  line-height: 1.8
}

.purchaseList .tag {
  width: 100%;
  line-height: 1.8;
  margin-right: 7px;
  padding: 4px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  color: #777;
  font-size: 11px
}

.purchaseList time {
  margin-right: 3px;
  font-size: .7rem
}

.purchaseList .place {
  font-size: .7rem
}

.purchaseList .price {
  display: block;
  width: 100%;
  margin: 5px 0 10px;
  color: #d00;
  font-size: 24px
}

.purchaseList li .buy_button {
  width: 100%;
  height: 40px;
  padding: 7px 10px;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  background: #ff6d00;
  transition: .25s
}

.purchaseList>li a:hover,
.purchaseList>li a:hover img {
  opacity: 1
}

.purchaseList>li a:hover .buy_button {
  border: 1px solid #ff6d00;
  color: #ff6d00;
  background: #fff
}

.purchasePager ul {
  display: flex;
  justify-content: space-between;
  margin-top: 30px
}

.purchasePager ul li {
  width: 5%;
  margin-right: 1%;
  text-align: center
}

.purchasePager ul li:nth-last-child(-n+2) {
  margin-right: 0
}

.purchasePager ul li.next,
.purchasePager ul li.prev {
  width: 35%
}

.purchasePager ul li.prev {
  text-align: left
}

.purchasePager ul li.next {
  text-align: right
}

.purchasePager ul li a,
.purchasePager ul li span {
  display: block;
  width: 100%;
  transition: .25s
}

.purchasePager ul li.next a,
.purchasePager ul li.prev a {
  display: inline
}

.purchaseBanner p:first-of-type {
  margin: .5em 0
}

.purchaseBanner .phone {
  margin-bottom: .2em
}

.purchaseBanner a:hover {
  opacity: 1
}

#content3 h2,
#content4 h2,
#content5 h2,
#content6 h2 {
  border-left: 3px solid #ed6f0d;
  clear: both;
  font-size: 20px;
  margin: 30px 20px 15px;
  padding: 15px 15px 15px 20.790px;
}

.review {
  margin-bottom: 30px
}

.reviewList>li {
  position: relative;
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid #d7d7d7;
  background: #f9f5ee
}

.reviewList>li:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 17px;
  background: url(https://takakuureru.com/image_common/voice/bottom.png)
}

.reviewList .inner {
  position: relative;
  padding: 30px;
  background: #fff
}

.reviewList .inner:after,
.reviewList .inner:before {
  display: block;
  content: "";
  position: absolute;
  top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 2px #555;
  background: #f49c1c
}

.reviewList .inner:before {
  left: 15px
}

.reviewList .inner:after {
  right: 15px
}

.reviewList .name {
  margin-bottom: 10px
}

.reviewList .requested {
  margin-bottom: 10px;
  border: 1px solid #ddd
}

.reviewList .requested,
.reviewList .requested tbody {
  display: block;
  width: 100%
}

.reviewList .requested tr {
  display: flex;
  width: 100%
}

.reviewList .requested th {
  padding: 10px 20px;
  background: #f9f5ee;
  width: 20%
}

.reviewList .requested td {
  padding: 10px 20px;
  width: 180%
}

.reviewList .comment {
  min-height: 47px;
  margin-bottom: 30px;
  padding-left: 78pt;
  background: url(https://takakuureru.com/image_common/voice/icon_comment.png)no-repeat top left
}

.reviewList .comment p {
  display: inline;
  border-bottom: 2px solid #f49c1c;
  font-weight: 700;
  line-height: 180%
}

.reviewList .assessment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.reviewList .assessment li {
  display: flex;
  width: calc(50% - 5px);
  border: 1px solid #ddd
}

.reviewList .assessment li:nth-child(-n+2) {
  margin-bottom: 6px
}

.reviewList .assessment .item {
  width: 136px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 9pt;
  text-align: center;
  background: #ececec
}

.reviewList .assessment .star5_rating {
  display: block;
  position: relative;
  width: 173px;
  padding: 5px 14px;
  box-sizing: border-box;
  color: transparent;
  z-index: 0
}

.star5_rating:after,
.star5_rating:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 28px);
  height: calc(100% - 10px);
  overflow: hidden
}

.star5_rating:before {
  left: 14px;
  background: url(../images/star.png)center left
}

.star5_rating:after {
  right: 14px;
  background: url(../images/nostar.png)center right
}

.rating0:after {
  width: calc(100% - 28px)
}

.rating0:before {
  width: 0
}

.rating1:after {
  width: 68%
}

.rating1:before {
  width: 16%
}

.rating2:after {
  width: 52%
}

.rating2:before,
.rating3:after {
  width: 32%
}

.rating3:before {
  width: 52%
}

.rating4:after {
  width: 16%
}

.rating4:before {
  width: 68%
}

.rating5:after {
  width: 0
}

.rating5:before {
  width: calc(100% - 28px)
}

.relatedArticle {
  margin-bottom: 30px
}

.articleItem {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #dadada
}

.postList:last-of-type {
  border-bottom: 1px solid #dadada
}

.articleLeft {
  position: relative;
  width: 315px;
  margin-right: 30px
}

.articleLeft a {
  display: block;
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden
}

.articleLeft a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  transition: .5s
}

.articleLeft a:hover {
  opacity: 1
}

.articleLeft a:hover img {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
  opacity: 1
}

.articleLeft__ribbon {
  display: inline;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 5px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  min-width: 68px;
  background-color: #c1272d
}

.articleRight {
  position: relative;
  width: calc(100% - 345px)
}

.articleRight a {
  display: block;
  margin-bottom: 10px;
  color: #505050;
  font-size: 20px;
  line-height: normal;
  transition: .25s
}

.articleTags {
  display: flex;
  flex-wrap: wrap
}

.articleTags li {
  margin: 0 9px 9px 0
}

.articleTags li:last-child {
  margin-right: 0
}

.articleTags li a {
  display: block;
  padding: 0 5px 0 20px;
  border: 1px solid #cacaca;
  border-radius: 3px;
  font-weight: 700;
  font-size: 13px;
  background: #f4f4f4 url(https://takakuureru.com/magazine/wp-content/themes/magazine/img/search.svg)no-repeat center left 5px/10px;
  transition: .25s
}

.articleRight_time {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #111;
  font-weight: 700;
  font-size: 14px
}

.relatedWord ul {
  display: flex;
  flex-wrap: wrap
}

.relatedWord ul li {
  width: 30%;
  margin-right: 5%
}

.relatedWord ul li:nth-child(3n) {
  margin-right: 0
}

.relatedWord ul li a {
  transition: .25s
}

.recommend {
  margin-top: 30px
}

.recommendList li:nth-last-child(-n+3) {
  margin-bottom: 0
}

.partial {
  margin-bottom: 10px
}

.partial span {
  color: #d00
}

.over_flg {
  margin-top: 5px
}

.over_flg p {
  text-align: center;
  color: #999
}

.call .side_phone img {
  width: 18px;
  height: auto
}

#head ul {
  margin-top: 1em;
  margin-bottom: 1em
}

.list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px
}

.list ul li {
  width: 48%
}

#index_reason {
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  background-color: #f9f5ee;
}

#index_reason h1 {
  background-color: #ffffff;
  margin-bottom: 20px;
}

#index_reason img {
  float: left;
  margin-right: 10px;
  width: 30%;
}

.index_reason_img {
  background-color: #f9f5ee;
  margin-left: 45px;
}

#index_reason h3 {
  border: none;
  color: #ec8413;
  font-size: 28px;
  margin: 20px 0;
  text-align: center;
  background-color:#f9f5ee ;
}

#index_reason h3 small {
  color: #000;
  font-size: 18px;
}

#index_flow {
  margin: 0 auto 20px;
  overflow: hidden;
}

#index_flow li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 180px;
}

#index_flow p {
  font-size: 10px;
  width: 75%;
}

#index_flow img {
  width: 190px;

}

#index_flow h4 {
   text-align: center;
 }

#index_flow p {
  padding: 10px 0 0 0;
}

#index_flow h3 small {
  color: #000;
  font-size: 18px;
}

#index_way img {
  width: 170px;
  padding-left: 5px;
}

#map {
  background: url(../images/map_bg.png) no-repeat;
  height: 530px;
  position: relative;
  width: 730px;
}

#map dl {
  background-color: hsla(0, 0%, 100%, .55);
  border: 1px solid #dadada;
  padding: 10px;
  text-align: center;
  width: 100px;
}

#map dd li {
  background: url(../images/map_dd_bg.png) no-repeat;
  display: block;
  font-size: 13px;
  height: 26px;
  list-style-type: none;
  margin-bottom: 2px;
  padding: 2px 0 0 6px;
  width: 68px;
}


#map dd li a {
  display: block;
  margin-left: 0;
}

#map #hokkaido {
  position: absolute;
  right: 215px;
  top: 10px;
}

#map #kanto {
  position: absolute;
  right: 120px;
  top: 240px;
}

#map #tyubu {
  position: absolute;
  right: 260px;
  top: 330px;
}

#map #chugoku {
  position: absolute;
  right: 380px;
  top: 400px;
}

#map #kyusyu {
  position: absolute;
  right: 550px;
  top: 300px;
}

#map #tohoku {
  position: absolute;
  right: 50px;
  top: 150px;
}

#map #kinki {
  position: absolute;
  right: 380px;
  top: 200px;
}

.keyword-tables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.keyword-table {
  width: 48%; 
  margin-bottom: 20px;
  border: 1px solid #030303; 
}

.keyword-table h2 {
  background-color: #FF7F00;
  color: white;
  text-align: center;
  height: 30px; 
  line-height: 30px; 
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
}

.keyword-row {
  display: flex;
}

.number-list,
.keyword-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.number-list {
  width: 20%;
  text-align: right;
  margin-right: 0;
  border-right: 1px solid #000000; 
}

.keyword-list {
  width: 100%;
  margin-left: 0; 
}

.number-list li,
.keyword-list li {
  padding: 5px 10px; 
  height: 34px;
  border-bottom: 1px solid #000000; 
}

.number-list li:last-child,
.keyword-list li:last-child {
  border-bottom: none; 
}

.keyword-list a {
  text-decoration: none;
  color: #333;
}

.keyword-list a:hover {
  color: #FF7F00;
}

/*article_faq*/
#whole .article_faq {
  margin: 0 auto;
  overflow: hidden;
  font-size: 15px;
  width: 730px;
}
#whole .article_faq dl {
  clear: both;
  background-color: #fff;
  padding: 10px 20px 20px 20px;
  border: 1px solid #f3e3d3;
}

#whole .article_faq dd {
  width: 640px;
}

#whole .article_faq dt {
  width: 640px;
}

#whole .article_faq dd:nth-last-child(1) {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
#whole .article_faq dt:nth-last-child(1) {
  margin-bottom: 0;
}
#whole .article_faq h3 {
  width: 670px;
  float: left;
  padding-left: 130px;
}
#whole .article_faq .txt_btn {
  color: #777;
  background-color: #fff;
  border: 1px solid #dadada;
  padding: 7px 15px;
  float: right;
  font-weight: bold;
  margin: 30px 30px 0 20px;
  display: block;
  transition: all .25s;
}
#whole .article_faq .txt_btn:hover {
  opacity: .5;
}
#whole .article_faq .txt_btn a {
  display: block;
}
/*/article_faq*/
