/*
Theme Name: ms1467
*/

@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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

img {
  vertical-align: middle;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #323232;
}

a {
  transition: 0.3s;
  color: #323232;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

.br {
  display: block;
}

.ibr {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.header {
  position: relative;
}

.header.backcolor {
  background: #fafafa;
}

.header.backbold {
  background: #7ccccf;
}

.header .sitename {
  display: -webkit-flex;
  display: flex;
  height: 60px;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: start;
  align-items: start;
}

.headerlogo {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #323232;
  position: relative;
  padding-left: 30px;
}

.headerlogo:before {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f64f";
  position: absolute;
  left: 0;
  color: #7ccccf;
}

.header.backbold .headerlogo,
.header.backbold .headerlogo:before {
  color: #ffffff;
}


.headerlogo img {
  width: 50px;
  margin-right: 15px;
}

.header .gnavi {
  top: 61px;
  position: absolute;
  width: 100%;
  z-index: 2;
  box-shadow: 0px 2px 3px #32323222;
  display: none;
}

.gnavi_card {
  background: #fff;
  margin-bottom: -1px;
  border-top: solid 3px #ddd;
}

.gnavi_card .card_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gnavi_card .card_list li {
  width: 48%;
}

.header .gnavi li:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}

.header .gnavi .headerlogo {
  color: #323232;
}

.header .gnavi .headerlogo:before {
  color: #323232;
  opacity: 0.4;
}

.hamburgerMenu {
  display: block;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 5px;
  right: 15px;
}

/*×に変化*/
.hamburgerMenu span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 8px;
  height: 2px;
  border-radius: 2px;
  background-color: #323232;
  width: 70%;
}

.backbold .hamburgerMenu span {
  background-color: #ffffff;
}

.hamburgerMenu span:nth-of-type(1) {
  top: 15px;
}

.hamburgerMenu span:nth-of-type(2) {
  top: 24px;
}

.hamburgerMenu span:nth-of-type(3) {
  top: 33px;
}

.hamburgerMenu.active span:nth-of-type(1) {
  top: 18px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 70%;
}

.hamburgerMenu.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburgerMenu.active span:nth-of-type(3) {
  top: 30px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 70%;
}

.inner {
  max-width: 1230px;
  margin: auto;
  padding: 0 15px;
}

.columnwrap {
  display: flex;
  display: -webit-flex;
}

.columnwrap.toppage {
  margin-top: 55px;
}

.columnwrap .maincolumn {
  width: 70%;
  margin-bottom: 150px;
  margin-right: auto;
  margin-left: 0;
}

.columnwrap .sidebar {
  width: 25%;
  margin-left: auto;
  margin-right: 0;
}

.breadcrumb {
  letter-spacing: -0.4em;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.breadcrumb li {
  display: inline;
  letter-spacing: normal;
  margin-right: 20px;
  position: relative;
}

.breadcrumb li:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1.2px;
  border-right: solid 1.2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 5px;
  right: -12px;
  color: #7ccccf;
  border-color: #dddddd;
}

.breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb li:last-child:after {
  display: none;
}

.breadcrumb a {
  text-decoration: underline;
  color: #7ccccf;
}

.visual {
  margin-bottom: 60px;
  background: url(img/background_img.jpg);
  background-position: center top;
  background-repeat: repeat-x;
}

.visual .inner {
  min-height: 510px;
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.visual h1 {
  display: flex;
  flex-direction: column;
  display: -webit-flex;
  -webit-flex-direction: column;
  margin-bottom: 20px;
}

.visual h1 .bigtxt {
  font-size: 130%;
  color: #7ccccf;
  padding: 0 5px;
  line-height: 1;
}

.visual h1 .point {
  display: -webit-align-flex;
  display: flex;
  font-weight: bold;
  color: #fff;
  background: #F092A6;
  border-radius: 100px;
  padding: 8px 20px;
  line-height: 1;
  -webit-align-self: flex-start;
  align-self: flex-start;
  -webit-align-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
}

.visual h1 .point>.big {
  font-size: 130%;
}

.visual h1 .point .small {
  font-size: 80%;
}

.visual h1 .txt {
  display: block;
  font-size: 40px;
  font-weight: bold;
}

.visual h1 .txt .br {
  margin-top: 5px;
  display: block;
}

.mainvisual_img {
  margin: 0 auto 40px;
  max-width: 1200px;
  width: 100%;
  display: block;
}

.visual p {
  line-height: 1.6;
  margin-bottom: 5px;
  font-size: 14px;
}

.visual p:last-child {
  margin-bottom: 0;
}

.visual_img .visual {
  margin-bottom: 20px;
  max-width: 100%;
  height: auto;
  display: block;
}

.visual_img.txt h1:first-letter {
  font-size: 130%;
  color: #7ccccf;
}


.visual_img.txt h1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #323232;
  display: block;
  text-decoration: none;
}

.visual_img.txt p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.service_list .listbox {
  margin-bottom: 60px;
}

.service_list .listbox:last-child {
  margin-bottom: 0;
}

.service_list .borderinner {
  border: 1px solid #dddddd;
  padding: 30px 30px 0;
  background: #ffffff;
}

.top_recommend {
  border: 1px solid #dddddd;
  padding: 30px;
  margin-bottom: 50px;
  display: block;
  text-decoration: none;
  color: #323232;
}

.top_recommend .copy1 {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 35px;
  background: url(img/icon.svg) no-repeat;
  background-size: 24px;
}

.top_recommend .copy2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding-left: 35px;
  color: #7ccccf;
  text-decoration: underline;
}

.top_recommend .copy2 span {
  text-decoration: underline;
}

.service_top {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.service_top p {
  margin-bottom: 20px;
  line-height: 1.8;
}

.service_top .minimg {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  color: #323232;
  text-decoration: none;
  width: 250px;
  display: block;
}

.service_top .minimg img {
  width: 100%;
}

.service_top::after {
  display: block;
  clear: both;
  content: '';
}

.service_top *:last-child {
  margin-bottom: 0;
}

.service_top .img {
  width: 250px;
  margin-left: 25px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.service_top .img img {
  display: block;
  width: 100%;
  height: auto;
}

.service_top .txt {
  -webkit-flex: 1;
  flex: 1;
}

.service_section {
  margin-bottom: 40px;
}

.information_table {
  margin-bottom: 40px;
  width: 100%;
}

.information_table td,
.information_table th {
  padding: 20px 15px;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}

.information_table tr:last-child td,
.information_table tr:last-child th {
  border-bottom: none;
}

.information_table th {
  background: #f6f6f6;
  font-weight: bold;
  width: 160px;
}

.information_table a {
  text-decoration: underline;
  color: #7ccccf;
}

.imgflex {
  margin: 15px -7.5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imgflex>div {
  margin: 0 7.5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #dddddd;
}

.imgflex img {
  max-width: 100%;
  height: auto;
}

.detailhead {
  border-left: 5px solid #7ccccf;
  padding: 10px 15px;
  padding: 0 15px;
  margin-bottom: 25px;
  font-weight: bold;
}

.detailhead .name {
  display: block;
}

.detailhead .head {
  display: block;
  font-size: 20px;
}

.review_inner>dt {
  position: absolute;
  top: 0;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: top left;
}

.review_inner>dt.good {
  background-image: url(img/good.svg);
}

.review_inner>dt.bad {
  background-image: url(img/bad.svg);
}

.review_wrap .review_inner:nth-child(even) {
  margin-right: 0;
  margin-left: auto;
}

.review_column>li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.review_column>li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.source {
  font-size: 14px;
  margin-top: 10px;
}

.source a {
  text-decoration: underline;
  color: #7ccccf;
}

.service_button {
  margin: 20px auto;
}

.service_button a {
  width: 600px;
  font-size: 18px;
  color: #ffffff;
  margin: auto;
  padding: 20px 0;
  font-weight: bold;
  display: block;
  text-align: center;
  background: #45b3eb;
  border-radius: 3px;
  text-decoration: none;
}

.service_button.special a {
  background: #45b3eb;
}

.linkunderline {
  text-decoration: underline;
  color: #7ccccf;
}

.gopage {
  text-decoration: underline;
  color: #7ccccf;
  position: relative;
  padding-right: 1.2em;
}

.gopage:after {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f35a";
  font-size: 90%;
  position: absolute;
  margin-left: 0.2em;
  bottom: -3px;
}

.external {
  position: relative;
  padding-right: 1.2em;
}

.external:after {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f35d";
  font-size: 90%;
  margin-left: 0.2em;
}

.review_list {
  display: -webkit-flex;
  display: flex;
}

.review_list dt {
  width: 70px;
  text-align: center;
  line-height: 1;
}

.review_list dt .icon {
  margin: auto;
  width: 55px;
  height: 55px;
  display: block;
  background: #eeeeee;
  border-radius: 100%;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.review_list dt .icon img {
  width: auto;
  height: 85%;
}

.review_list dt .name {
  font-size: 12px;
}

.review_list dd .head {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
}

.review_list dd .head.good:before {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f164";
  position: absolute;
  left: 0;
  color: #eba9b3;
  font-size: 16px;
  bottom: 0;
}

.review_list dd .head.bad:before {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f165";
  position: absolute;
  left: 0;
  color: #81859b;
  font-size: 16px;
  top: 0;
}

.review_list dd {
  -webkit-flex: 1;
  flex: 1;
  font-size: 14px;
  padding-left: 15px;
}

.star {
  font-size: 22px;
  margin-bottom: 15px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}

.star.sub {
  font-size: 18px;
}

.star .num {
  margin-left: 5px;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
}

.star5_rating:before,
.star5_rating:after {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f005\f005\f005\f005\f005";
  letter-spacing: 0.3em;
}

.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #6b6b6b;
}

.star5_rating[data-rate="50"]:after {
  width: 100%;
  color: #ffc107;
}

/* 星5 */
.star5_rating[data-rate="45"]:after {
  width: 90%;
}

/* 星4.5 */
.star5_rating[data-rate="40"]:after {
  width: 80%;
}

/* 星4 */
.star5_rating[data-rate="35"]:after {
  width: 70%;
}

/* 星3.5 */
.star5_rating[data-rate="30"]:after {
  width: 60%;
}

/* 星3 */
.star5_rating[data-rate="25"]:after {
  width: 50%;
}

/* 星2.5 */
.star5_rating[data-rate="20"]:after {
  width: 40%;
}

/* 星2 */
.star5_rating[data-rate="15"]:after {
  width: 30%;
}

/* 星1.5 */
.star5_rating[data-rate="10"]:after {
  width: 20%;
}

/* 星1 */
.star5_rating[data-rate="5"]:after {
  width: 10%;
}

/* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */
.mainhead {
  font-size: 22px;
  font-weight: bold;
  background-position: left top;
  padding: 20px 30px 20px 65px;
  position: relative;
  background: #f6f6f6;
  display: block;
  box-shadow: 0 3px #ddd;
  z-index: 1;
}

.mainhead.lower {
  margin-bottom: 25px;
}

.mainhead:before {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f64f";
  position: absolute;
  left: 20px;
  opacity: 0.4;
}

.pickup .mainhead {
  background: #0356d8;
  color: #ffffff;
}

.pickup .mainhead:before {
  color: #ffffff;
  opacity: 1;
}

.simplehead {
  font-size: 22px;
  font-weight: bold;
}

.pickup .borderinner {}

.subhead {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #323232;
  display: block;
  text-decoration: none;
}

.article a {
  text-decoration: underline;
  color: #7ccccf;
}

.middlehead,
.article h2 {
  border-left: 5px solid #7ccccf;
  margin: 40px 0 20px;
  font-size: 20px;
  padding: 5px 10px 5px 15px;
  font-weight: bold;
}

.article h3 {
  margin: 30px 0 15px;
  font-size: 18px;
  padding: 0 0 10px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}

.article p {
  line-height: 1.8;
  margin-top: 24px;
}

.article .wp-block-image {
  margin-top: 24px;
}

.article ul {
  list-style-type: disc;
  margin-left: 18px;
  margin-top: 16px;
}

.article ol {
  list-style-type: decimal;
  margin-left: 18px;
  margin-top: 16px;
}

.article ul,
.article ol,
.article li {
  line-height: 1.8;
  margin-bottom: 4px;
  text-align: left;
}

.article li ul,
.article li ol {
  margin-top: 4px;
  margin-bottom: 16px;
}

.article strong {
  font-weight: bold;
}

.article figure {
  margin: 0;
}

.article img {
  max-width: 100%;
}

.article table {
  margin-top: 0;
  margin-bottom: 40px;
  width: 100%;
}

.article table td,
.article table th {
  padding: 10px 15px;
  border: 1px solid #dddddd;
  vertical-align: middle;
  font-size: 14px;
}

.article table th {
  font-weight: bold;
  background: #f3faff;
}

.table-block table tbody tr td>*:first-child {
  margin-top: 0;
}

.article table p {
  margin: 0;
}

.date time {
  display: block;
  padding-left: 1.5em;
  position: relative;
}

.date time:before {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: '\f304';
  position: absolute;
  left: 0;
}

.date time.updateDate:before {
  content: '\f01e';
}

.eyecatch {
  display: block;
  color: #323232;
  text-decoration: none;
  margin-bottom: 20px;
  position: relative;
}

.eyecatch img {
  width: 100%;
  height: auto;
  display: block;
}

.article .style1 {
  background: linear-gradient(transparent 60%, #F092A680 60%);
}

.page_section {
  margin-bottom: 60px;
}

.tophead {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.sidebar_list {
  margin-bottom: 40px;
}

.sidebar_list.sticky {
  position: sticky;
  top: 15px;
}

.sidebar_list dt {
  background: #f6f6f6;
  padding: 15px 15px 15px 45px;
  border-bottom: solid 3px #ddd;
  position: relative;
}

.sidebar_list.pickup dt {
  background: #0356d8;
  color: #ffffff;
}

.sidebar_list.pickup dt:before {
  opacity: 1;
}

.sidebar_list dt:before {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f64f";
  position: absolute;
  left: 15px;
  opacity: 0.4;
}

.sidebar_list dt.contenticon:before {
  content: "\f02d";
}

.card_list a {
  background: #ffffff;
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  font-size: 14px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.card_list .pickup a {
  background: #fefaef;
}

.card_list a .star {
  font-size: 10px;
  margin-bottom: 0;
}

.card_list a img {
  width: 65px;
  margin-left: 10px;
}

.card_list a .name {
  -webkit-flex: 1;
  flex: 1;
}

.card_list .rank {
  display: block;
  font-size: 12px;
  position: relative;
  padding-left: 22px;
}

.card_list .rank:after {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f521";
  position: absolute;
  left: 0;
  color: #aaaaaa;
  bottom: 0;
}

.card_list li:first-child .rank:after {
  color: #e7b82d;
}

.card_list li:nth-child(2) .rank:after {
  color: #bbbbbb;
}

.card_list li:nth-child(3) .rank:after {
  color: #a88e85;
}

.categorylink {
  color: #323232;
  text-decoration: none;
  display: block;
  padding: 12px 20px 12px 10px;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #dddddd;
  background: #ffffff;
}

.categorylink:after {
  font-weight: 700;
  font-family: "Font Awesome 5 Free" !important;
  content: "\f105";
  position: absolute;
  top: calc(50% - 12px);
  right: 5px;
  font-size: 120%;
  line-height: 24px;
}

.footer {
  padding: 22px 0;
  text-align: center;
  font-size: 12px;
  color: #606060;
  background: #EAEAEAaa;
}

.indexcontent {
  margin: 25px 0 40px;
  padding: 30px 30px 15px 50px;
  border: 1px solid #dddddd;
  background: #ffffff;
}

.indexcontent:first-child {
  margin-top: 0;
}

.indexcontent .indexcontent_head {
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  margin-left: -20px;
  margin-bottom: 15px;
}

.indexcontent .indexcontent_head.toggle {
  cursor: pointer;
  display: inline-block;
}

.indexcontent .indexcontent_head.toggle:after {
  font-weight: normal;
  font-size: 16px;
  content: '[表示]';
  color: #7ccccf;
  margin-left: 0.5em;
}

.indexcontent .indexcontent_head.toggle.close:after {
  content: '[非表示]';
}

.indexcontent .indexcontent_head.toggle:not(.close)+.indexcontent_list {
  display: none;
}

.indexcontent_list {
  width: 100% !important;
  overflow: inherit !important;
  counter-reset: chapter;
  list-style-type: decimal;
}

.indexcontent_list>li {
  counter-increment: chapter;
  content: counter(chapter) ".";
  margin-bottom: 10px;
}

.indexcontent_list>li ol {
  list-style-type: none;
  counter-reset: section;
  margin-top: 10px;
}

.indexcontent_list>li ol li {
  margin-bottom: 10px;
}

.indexcontent_list>li ol li::before {
  counter-increment: section;
  content: counter(chapter) "-" counter(section) ".";
  margin-right: 4px;
}

.indexcontent_list a {
  color: #7ccccf;
  text-decoration: underline;
}

.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.article_list {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.article_list li {
  width: 30.3%;
  margin: 0 1.5% 25px;
}

.article_list li time {
  margin: 5px 0;
}

.article_list a {
  display: block;
  font-size: 14px;
}

.article_list a img {
  width: 100%;
  margin-bottom: 5px;
  height: auto;
}

.article_list a .name {
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
}

.spfixed .hamburgerMenu {
  display: none;
}

.gnavi .toplink {
  display: none;
}

.img_wrap {
  height: 170px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#contents_block #main.page_contents .article_list a .img_wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .s-br {
    display: block;
  }

  .header {
    border-bottom: 1px solid #f1f1f1;
  }

  .header .sitename {
    height: 60px;
    padding-right: 60px;
  }

  .spfixed {
    position: fixed;
    z-index: 2;
    background: #ffffff;
    width: 100%;
  }

  .spfixed+* {
    padding-top: 60px;
  }

  .spfixed .hamburgerMenu {
    display: block;
  }

  .gnavi .toplink {
    display: block;
    background: #ffffff;
  }

  .gnavi .toplink a {
    padding: 12px 30px 12px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    position: relative;
    background: #fafafa;
  }

  .gnavi .toplink a:after {
    font-weight: 700;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f103";
    position: absolute;
    right: 15px;
    opacity: 0.4;
    top: calc(50% - 10px);
    line-height: 20px;
  }

  .gnavi .toplink a.pickup:after {
    color: #ffc107;
    opacity: 1;
  }

  .gnavi .toplink a.pickup {
    background: #fefaef;
  }

  .gnavi_card .card_list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .gnavi_card .card_list li {
    width: 100%;
  }

  .headerlogo {
    font-size: 14px;
    line-height: 1;
  }

  .headerlogo img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }

  .hamburgerMenu {
    top: 6px;
    right: 6px;
  }

  .columnwrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .columnwrap.toppage {
    margin-top: 15px;
  }

  .columnwrap .maincolumn {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .columnwrap .sidebar {
    width: 100%;
  }

  .sidebar_list {
    position: relative;
    top: 0;
  }

  .sidebar_list.sticky {
    position: static;
    top: 0;
  }

  .sidebar_list dt {
    border-radius: unset;
  }

  .breadcrumb {
    margin: 15px 0 15px;
  }

  .visual {
    background: none;
    margin-bottom: 30px;
  }

  .visual .inner {
    min-height: inherit;
    padding-top: 0;
  }

  .visual .inner::before,
  .visual .inner::after {
    display: none;
  }

  .visual h1 {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    min-height: 125px;
    background: url(img/sp_background_img.jpg);
    background-position: right top;
    background-size: cover;
    z-index: 0;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
  }

  .visual h1 .point {
    padding: 6px 15px;
    margin-bottom: 15px;
  }

  .visual h1 .point>.big {
    font-size: 20px;
  }

  .visual h1 .point .small {
    font-size: 16px;
  }

  .visual h1 .txt {
    font-size: 16px;
  }

  .visual h1 .num {
    padding: 0;
  }

  .visual p .br {
    display: inline;
  }

  .visual_img.txt h1 {
    font-size: 20px;
  }

  .mainvisual_img {
    margin: 0 auto 15px;
  }

  .service_list .listbox {
    margin-bottom: 30px;
  }

  .service_list .borderinner {
    padding: 20px 15px 0;
  }

  .top_recommend {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

  .top_recommend .copy1 {
    font-size: 14px;
  }

  .top_recommend .copy2 {
    font-size: 16px;
  }

  .mainhead {
    padding: 10px 15px 10px 40px;
    font-size: 20px;
  }

  .mainhead.lower {
    margin-bottom: 0;
  }

  .mainhead:before {
    left: 10px;
    top: 12px;
    font-size: 80%;
  }

  .simplehead {
    font-size: 20px;
    font-weight: bold;
  }

  .subhead {
    font-size: 20px;
  }

  .service_top {
    flex-direction: column;
  }

  .service_top .minimg,
  .service_top .img {
    float: none;
    width: auto;
    margin-left: 0;
    margin-bottom: 15px;
    display: block;
  }

  .service_top .minimg img {
    width: 100%;
    height: auto;
  }

  .detailhead {
    margin-bottom: 20px;
  }

  .detailhead .head {
    font-size: 18px;
  }

  .detailhead .name {
    font-size: 14px;
  }

  .detailhead {
    padding-left: 10px;
  }

  .information_table td,
  .information_table th {
    display: block;
    font-size: 14px;
    border-bottom: none;
    padding: 10px;
    word-break: break-all;
  }

  .information_table th {
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
  }

  .service_button a {
    font-size: 14px;
    width: 100%;
    padding: 10px;
  }

  .review_list dt {
    margin: auto;
  }

  .review_list dd {
    padding: 0;
  }

  .review_list {
    display: block;
  }

  .star {
    font-size: 18px;
  }

  .tophead {
    font-size: 28px;
  }

  .article h3 {
    font-size: 18px;
    margin: 30px 0 15px;
  }

  .article h4 {
    font-size: 18px;
    margin: 30px 0 15px;
  }

  .article .wp-block-image {
    margin-top: 15px;
  }

  .article p {
    margin-top: 15px;
  }

  .article .table-block {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .article table {
    margin-top: 0;
    margin-bottom: 0;
  }

  .article table td,
  .article table th {
    padding: 5px 5px;
    font-size: 14px;
    text-align: left;
  }

  .page_section {
    margin-bottom: 40px;
  }

  .indexcontent {
    padding: 15px 15px 0 45px;
    margin-bottom: 30px;
  }

  .indexcontent .indexcontent_head {
    margin-left: -30px;
  }

  .google-maps {
    padding-bottom: 70%;
  }

  .article_list li {
    width: 100%;
    margin-bottom: 0;
  }

  .article_list li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    position: relative;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: flex-start;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .article_list li a .txt {
    -webkit-flex: 1;
    flex: 1;

  }

  .article_list li a .name {
    font-size: 14px;
  }

  .article_list li a img {
    width: 100px;
    margin-left: 10px;
  }

  /* page-contents 一覧画像の調整 */
  .img_wrap {
    height: auto;
    width: 130px;
    margin: 5px 15px;
  }

  #contents_block #main.page_contents .article_list a .img_wrap img {
    max-width: none;
    height: auto;
    width: 100%;
    margin: 0;
  }


}