@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
figure,
nav,
footer,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-style: normal;
  color: #222;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #0058d0;
  text-decoration: underline;
}

a:hover {
  color: #ff0053;
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}

#wrapper {
  overflow: hidden;
  width: 100%;
}

a:hover img {
  opacity: 0.6;
  transition: all .1s;
}

h3 {
  margin-bottom: 20px;
  font-size: 260%;
  color: #ff003c;
  text-align: center;
  font-weight: bold;
}

h3 span {
  color: inherit;
  font-size: 80%;
  font-weight: inherit;

}

.is_sp {
  display: none;
}

/* header --------------------------------------------------------------*/
header {
  padding: 10px 0;
  background: #08ad44;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 420px;
}

header .logo img {
  width: 100%;
}

header .inner {
  width: 1000px;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_btn a {
  display: block;
  position: relative;
  font-size: 160%;
  line-height: 1;
  padding: 10px 40px 10px 20px;
  color: #ff173b;
  background: #fff;
  border-radius: 5px;
  text-decoration: none;
}

.header_btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #ff173b;
  border-right: 2px solid #ff173b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header_btn a:hover {
  background: #fffd05;
}

/*main -------------------------------------------*/
.main {
  width: 1100px;
  padding: 10px 0px;
  margin: 0px auto;
}

/* area --------------------------------------------*/
#area {
  padding: 50px 0 70px;
}

#area .inner {
  width: 840px;
  margin: 0px auto;
  padding: 0px 40px;
  border-radius: 20px;
  background: #f1f8f8;
}

.area_map {
  position: relative;
  width: 840px;
}

.area_map img {
  width: 100%;
}

.area_map_link {
  position: absolute;
}

.area_map_link a {
  width: 120px;
  color: #fff;
  display: block;
  padding: 5px 10px;
  font-size: 120%;
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 0px 8px 0px -5px #c2c2c2;
  background: #ff173b;
  text-decoration: none;
}

.area_map_link a:hover {
  background: #95bc3b;
}

.area_map_link a::after {
  position: absolute;
  top: 48%;
  right: 10px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.area_map_link.hitachinaka {
  top: 20px;
  right: 120px;
}

.area_map_link.mitoyoshida {
  top: 40px;
  right: 330px;
}

.area_map_link.shimodate {
  top: 120px;
  right: 550px;
}

.area_map_link.shimotsuma {
  top: 200px;
  right: 580px;
}

.area_map_link.tsukuba {
  top: 260px;
  right: 500px;
}

.area_map_link.tsuchiura {
  top: 240px;
  right: 320px;
}

.area_map_link.moriya {
  top: 390px;
  right: 590px;
}

.area_map_link.ushiku {
  top: 360px;
  right: 380px;
}

.area_map_link.toride {
  top: 440px;
  right: 480px;
}

.area_map_link.ryugasaki {
  top: 420px;
  right: 300px;
}

.area_map_link.togasira {
  top: 490px;
  right: 440px;
}

.area_map_link.mito {
  top: 60px;
  right: 140px;
}

.area_map_link.mito a {
  width: 150px;
}

.area_map_link.mitoyoshida {
  top: 100px;
  right: 140px;
}

/* facebook --------------------------*/
.facebook {
  padding: 60px 0px;
  background: #efefef;
}

/* youtube --------------------------*/
.youtube {
  padding: 60px 0px;
  background: #fff;
}

/* repair --------------------------*/
#repair_block {
  background: #f6f1ea;
  padding: 40px 0px;
}

#repair_block h3 {
  width: 100%;
  font-size: 330%;
  line-height: 1.4;
}

#repair_block .inner {
  display: flex;
  width: 910px;
  margin: 0px auto;
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
}

#repair_block .text {
  width: 45%;
  color: #313131;
  font-size: 120%;
  line-height: 2;
  text-align: left;
  font-weight: bold;
  margin-bottom: 50px;
}

#repair_block .image {
  position: relative;
  width: 50%;
}

#repair_block .image img {
  border-radius: 10px;
  width: 100%;
}

#repair_block .image figure:nth-of-type(1) {
  top: 0px;
  right: 0px;
  width: 430px;
  border-radius: 20px;
  position: absolute;
}

#repair_block .image figure:nth-of-type(2) {
  top: 280px;
  right: 0px;
  width: 270px;
  border-radius: 20px;
  position: absolute;
}

/*shop_list*/
#shop .inner {
  width: 1000px;
  margin: 0px auto;
  padding: 50px 0px;
}

#shop .inner img {
  margin-bottom: 20px;
}


table.shop_list {
  width: 100%;
  margin: 0 0 40px;
  border: 1px solid #BBB;
  border-collapse: collapse;
}

table.shop_list>thead>tr>th {
  padding: 8px 8px;
  text-align: left;
  font-weight: normal;
}

table.shop_list th.service {
  width: 150px;
}

table.shop_list>thead>tr:nth-of-type(1)>th {
  font-size: 90%;
  color: #fff;
  background-color: #727272;
}

table.shop_list>thead>tr:nth-of-type(2)>th {
  font-size: 100%;
  color: #17358E;
  background-color: #D8DDEC;
  text-align: left;
}

table.shop_list>tbody>tr>th,
table.shop_list>tbody>tr>td {
  padding: 8px 5px;
  line-height: 1.4;
  font-size: 90%;
  text-align: left;
}

table.shop_list>tbody>tr>th {
  font-size: 120%;
  font-weight: bold;
}

table.shop_list tr:nth-child(even) td {
  background: #f6f6f6;
}

ul.shop_list {
  margin-bottom: 10px;
}

table.shop_list>tbody>tr>td:first-child {
  font-size: 100%;
  font-weight: bold;
}

table.shop_list>tbody>tr>td.tel>a {
  font-size: 150%;
  font-weight: bold;
  color: #08ad44;
  text-decoration: none;
}

a.shop_btn {
  position: relative;
  width: 90px;
  padding: 10px 20px 10px 10px;
  font-size: 110%;
  line-height: 1;
  color: #FFF;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  background: #ff173b;
  text-align: left;
  box-shadow: 0px 4px 0px #b71b34;
}

a.shop_btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-135deg);
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

a.shop_btn:hover {
  top: 3px;
  background: #08ad44;
  box-shadow: 0px 3px 0px #397f15;
}

footer {
  border-top: 1px solid #333;
}

footer .copy {
  width: 100%;
  padding: 20px 0px;
  text-align: center;
  font-size: 100%;
  overflow: hidden;
  color: #222;
}


.thanks_txt .inner {
  width: 900px;
  margin: 0px auto;
  padding: 40px 0px;
}

.thanks_txt .inner p {
  margin: 0px auto;
  padding: 30px;
  border: 1px solid #ff173b;
  font-size: 110%;
  line-height: 200%;
  background: #ffffec;
}

.thanks_txt .inner span.tel {
  font-size: 140%;
  color: #cc0000;
}

/* GMB star kuchikomi */

.star {
  padding: 15px;
  display: flex;
  width: 930px;
  margin: 0 auto 20px;
  background: #F1F1F3;
  border-radius: 5px;
  border: 1px solid #e6e4e4;
}

.star__inner-header {
  align-self: flex-start;
  padding: 20px 0 20px;
  width: 20%;
  background: #FFF;
  border-radius: 5px;
  margin: 0 10px 0 0;
}

.star__inner-body {
  width: 80%;
  height: 400px;
  overflow-y: scroll;
}

.star__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.star .main_info_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.star .main_info_area span {
  display: inline-block;
  line-height: 1.2;
}

.star .main_star {
  color: #f5a708;
  font-size: 1.4em;
}

.star .main_score {
  color: #363a44;
  font-weight: bold;
  font-size: 28px;
  margin: 0 10px;
}

.star .main_count {
  color: #86888d;
  font-size: 13px;
  margin-bottom: 3px;
}

.star .widget_ul {
  /*padding: 16px;*/
}

.star .widget_li {
  border: 1px solid #e9e9eb;
  border-radius: 4px;
  background: #FFF;
  margin-top: 16px;
  padding: 12px 24px;
  text-align: left;
}

.star .widget_li:first-child {
  margin-top: 0;
}

.star .widget_li_name {
  font-size: 16px;
  color: #363a44;
  font-weight: bold;
  margin-bottom: 6px;
}

.star .widget_li_star {
  color: #f5a708;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 12px;
}

.star .widget_li_date {
  display: inline-block;
  color: #86888d;
  font-size: 13px;
  margin-left: 4px;
}

.widget_li_shopName {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

.star .widget_li_comment {
  font-size: 15px;
  color: #363a44;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 500;
}

.star .platformName_img {
  display: inline-block;
  max-width: 20px;
  vertical-align: text-top;
  margin-right: 10px;
}

.star .widget_li_platform {
  text-align: right;
  color: #86888d;
  font-size: 13px;
}

.star .widget_li_platform a {
  display: inline-block;
  border-bottom: 1px dashed #fff;
  padding-bottom: 2px;
  color: #86888d;
}

.star .widget_li_platform a:hover {
  opacity: 0.7;
  border-bottom: 1px dashed #363a44;
}

.star .more_page {
  margin: 10px 0;
  text-align: center;
}

.star .more_page a {
  border: 1px solid #e9e9eb;
  padding: 12px 16px;
  width: 240px;
  border-radius: 100px;
  color: #0086d6 !important;
  text-decoration: none !important;
  background: #FFF;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

.star .more_page a:hover {
  background: #F8F8FA;
}

/*video*/
#video {
  margin: 0px auto;
  margin-bottom: 50px;
  text-align: center;
}

#video video {
  width: 800px;
}

#video h2 {
  width: 800px;
  margin: 0px auto;
  margin-bottom: 20px;
}