@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
cite,
img,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
time {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

html body {
  height: 100%;
}

body {
  line-height: 1.7;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: left;
  background-color: #fff;
  font-size: 100%;
  padding-top: 70px;
  overflow-x: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

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

blockquote,
q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.min_hr {
  margin: 10px 0;
}

@media screen and (max-width: 600px) {
  hr {
    margin: 10px 0;
  }
}
p {
  margin-bottom: 10px;
  margin-top: 10px;
}

nav ul li a:hover,
.active a {
  color: #b5a359;
}

#navToggle,
#navToggle2,
#sp_contact_nav {
  display: none;
}

header {
  box-sizing: border-box;
  padding: 0 6px 3px 6px;
  position: fixed;
  z-index: 99;
  background: #fff;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 0;
}
header a {
  color: #000;
}
header .wrapper {
  position: relative;
}
header #header_r {
  float: right;
}
header #header_r .header_item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
}
header #header_r .header_item p {
  margin-top: 0;
  margin-bottom: 0;
}

header .logo {
  z-index: 1;
  position: absolute;
  left: 15px;
  top: 2px;
}

.logo .logo_img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.logo .logo_side_txt {
  font-size: 13px;
  font-weight: normal;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
}
.logo img {
  width: 199px;
  height: auto;
}

nav {
  display: inline-block;
  vertical-align: middle;
  clear: both;
  text-align: center;
}
nav ul {
  clear: both;
  display: inline-block;
}
nav ul li {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  font-weight: normal;
  white-space: nowrap;
}
nav ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -4px;
}
nav ul li a {
  display: block;
  margin: 8px 0;
  text-align: center;
  color: #000;
  padding: 3px 0;
  box-sizing: border-box;
}
nav ul li:last-child a span {
  background: #e44e4e;
  border-radius: 5px;
  padding: 2px 2px 4px;
  color: #fff;
  display: block;
}
nav ul li:last-child a:hover span {
  background: #f32812;
}
nav ul li:last-child a:hover {
  text-decoration: none;
}

#main_menu a {
  position: relative;
}

@media screen and (max-width: 1600px) {
  header #main_menu {
    text-align: left;
    line-height: 0px;
    margin-top: -1px;
    margin-right: 7px;
  }
  header #main_menu li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1400px) {
  header #main_menu li {
    font-size: 13px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1200px) {
  .header_item {
    display: none !important;
  }
  nav ul {
    width: 100%;
  }
  #header_r .header_item {
    margin-left: 10px;
  }
  #header_top {
    display: none;
  }
  header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    z-index: 999;
    height: 66px;
    box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.25);
  }
  header a {
    padding: 0;
  }
  header .logo {
    top: 4px;
    left: 10px;
  }
  header .logo img {
    max-width: 150px;
    height: auto;
    margin-top: 2px;
  }
  #navToggle {
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
    padding: 13px;
    right: 0;
    background: #4a55e4;
    z-index: 9999;
  }
  #navToggle div {
    display: block;
    width: 40px;
    height: 40px;
    transition: 0.3s ease-out;
    position: relative;
  }
  .menu_line1,
  .menu_line2,
  .menu_line3 {
    width: 35px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 0 auto;
    left: 3px;
    position: absolute;
    opacity: 1;
    transition: all 0.3s ease-in-out;
  }
  .menu_line1 {
    top: 8px;
  }
  .menu_line2 {
    top: 18px;
  }
  .menu_line3 {
    top: 28px;
  }
  header a {
    display: block;
  }
  #sp_contact_nav {
    display: block;
  }
  header nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s;
    background: #fff;
    background-size: cover;
    right: -100%;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: normal;
    z-index: 999;
    padding: 15px 20px;
    margin-top: 0;
  }
  .openNav nav {
    right: 0;
    margin-top: 0;
    background: #4a55e4;
  }
  .openNav .menu_line1 {
    top: 18px;
    transform: rotate(45deg);
  }
  .openNav .menu_line2 {
    left: 50%;
    right: 50%;
    width: 0;
  }
  .openNav .menu_line3 {
    top: 18px;
    transform: rotate(-45deg);
  }
  .openNav #navToggle {
    position: fixed;
  }
  nav ul {
    margin: 0 !important;
    padding: 20px 30px !important;
    position: fixed;
  }
  nav ul li {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-right: none;
    display: block;
  }
  nav ul li a {
    text-align: left;
    border-right: none;
  }
  nav ul li a,
  #sp_contact_nav ul li a {
    border-left: none;
    padding: 20px 0 20px 20px;
    display: block;
    color: #fff;
    margin: 15px auto;
    width: 220px;
    font-size: 21px;
  }
  nav ul li a::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    background-size: cover;
    color: #fff;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 1px;
  }
  header #main_menu {
    position: relative;
  }
  .nav_inner_contact {
    padding-bottom: 2em;
    border-bottom: 1px solid #fff;
    padding-top: 2em;
    max-width: 337px;
    margin: 0 auto;
  }
  .big_mail_btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  .logo {
    margin-right: 5px;
  }
  .logo .logo_img {
    margin-right: 2px;
  }
  .logo .logo_side_txt {
    font-size: 10px;
    margin-top: 11px;
    line-height: 17px;
  }
}
#footer_contact {
  clear: both;
  background: url(../../img/common/footer_bg.jpg) center top fixed;
  background-size: cover;
  height: 850px;
  position: relative;
  z-index: 2;
  margin-top: 85px;
}
#footer_contact #footer_contact_title {
  font-size: 45px;
  border: none;
  position: relative;
  text-align: center;
  letter-spacing: 2px;
  color: #b5a359;
}
#footer_contact #footer_contact_title .fct_txt1 {
  font-size: 28px;
  border: 5px solid #b5a359;
  margin-right: 13px;
  padding: 5px 8px 8px;
  font-weight: bold;
}
#footer_contact #footer_contact_title .fct_txt2 {
  border-bottom: 6px solid #b5a359;
  color: #b5a359;
  padding-bottom: 2px;
  font-weight: bold;
}
#footer_contact_in {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  max-width: 850px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 30px;
  padding: 30px 50px 40px;
}
#footer_contact_in .fukidashi_item p {
  color: #000;
  text-align: center;
  font-size: 17px;
}
#footer_contact_in .fukidashi_icon_l .fukidashi_item:first-child img,
#footer_contact_in .fukidashi_icon_r .fukidashi_item:last-child img {
  border: none;
  max-width: 120px;
}
#footer_contact .tel_btn {
  margin-top: 30px;
}

#footer {
  clear: both;
  background: #fff;
  position: relative;
  z-index: 2;
}
#footer .footer_gaikan_photo {
  padding-top: 12px;
}
#footer_sitemap {
  padding: 60px 0 40px;
  position: relative;
}
#footer_sitemap .footer_sitemap_title {
  font-size: 1.8em;
}
#footer_sitemap .footer_sitemap_title .subtxt_en {
  font-family: "Raleway", sans-serif;
}
#footer_sitemap .footer_sitemap_title .subtxt_jp {
  font-size: 12px;
  margin-left: 10px;
  font-weight: normal;
}
#footer_btm {
  padding: 50px 0 100px;
  text-align: center;
  background: #4a55e4;
}

footer small {
  display: block;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  #footer_contact {
    height: auto;
    margin-top: 50px;
    border-top: 3px solid #ccc;
    padding-top: 50px;
    background: #fff;
  }
  #footer_contact h2 {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 50px;
    margin-bottom: 35px;
    border: none;
    position: relative;
  }
  #footer_contact h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background: #4a55e4;
    height: 5px;
    width: 90px;
  }
  #footer_contact_in {
    padding: 0 0 60px;
    border-bottom: 3px solid #ccc;
    position: relative;
    top: 0;
    transform: none;
    border-radius: 0;
  }
  #footer_contact #footer_contact_title .fct_txt1 {
    display: block;
    max-width: 220px;
    margin: 0 auto 0.2em;
  }
  #footer .message {
    margin: 15px 0;
  }
  #footer .l_cont.w46 {
    text-align: center;
    padding-bottom: 40px;
  }
  #footer .logo .logo_img {
    margin-right: 2px;
    display: block;
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  #footer .logo .logo_side_txt {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  #footer_contact_in .fukidashi_item p {
    text-align: left !important;
  }
  #footer_contact_in .fukidashi_name {
    text-align: center !important;
  }
  #footer_contact .message {
    padding: 23px 0 20px;
  }
}
#breadcrumb {
  font-size: 12px;
  padding: 10px 0;
  color: #666;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li a {
  color: #666 !important;
}
#breadcrumb li::after {
  content: "-";
  margin: 0 3px 0 0;
}
#breadcrumb li:last-child::after {
  content: "";
  display: none;
}

.stn_title {
  position: relative;
  font-size: 2.2em;
  padding: 0 0 1em;
  border-bottom: 3px solid #f1f1f1;
  color: #000;
  margin: 1.5em 0 1em;
}

.stn_title::first-letter {
  color: #4a55e4;
}

.stn_title::after {
  content: "";
  height: 2px;
  width: 70px;
  display: block;
  background: #4a55e4;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -2px;
}

.stn_title .mini {
  color: #4a55e4;
  font-weight: bold;
}

.stn_title.center {
  border-bottom: none;
}

.stn_title.center::after {
  margin: 0 auto;
  right: 0;
  bottom: -2px;
}

.smpl_title {
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.blog_contents h2 {
  font-size: 1.6em;
  margin: 50px 0 25px;
  z-index: 1;
  position: relative;
  padding: 16px 10px 13px 30px;
  font-weight: normal;
  line-height: 1.4em;
  color: #fff;
  background: #4a55e4;
}

.blog_contents h2::before,
.blog_contents h2::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 6px;
  background: #fff;
  left: 15px;
  border-radius: 10px;
  opacity: 0.7;
  z-index: 1;
}

.blog_contents h2::after {
  top: 65%;
  transform: translate(-50%, -50%);
  height: 30%;
  background: #fff;
  z-index: 2;
}

h3 {
  font-size: 2em;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

h3::before {
  content: "";
  width: 25px;
  height: 1px;
  left: 0;
  background: #4a55e4;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

h4 {
  margin: 30px 0 15px;
  padding: 10px 15px 11px;
  background: #f1f1f1;
}

h4::before {
  content: "";
  background: #767dd4;
  margin-right: 10px;
  width: 2px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
}

ol h4 {
  margin-top: 0;
}

#ks_title {
  line-height: 1.4em;
  text-align: center;
  font-size: 2.5em;
  background: url(../../img/common/main_img_bg.jpg) top center no-repeat;
  color: #fff;
}
#ks_title .category {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-top: 0;
  font-size: 14px;
}
#ks_title span {
  font-size: 13px;
  display: block;
  margin: -10px 0;
  font-weight: normal;
  white-space: nowrap;
}
#ks_title #ks_title_wrap {
  padding: 2em 0;
}

@media screen and (max-width: 800px) {
  #ks_title {
    font-size: 2em;
    line-height: 1.8em;
  }
  #ks_title #ks_title_wrap {
    box-sizing: border-box;
    padding: 1.5em 0;
    line-height: 1.4em;
  }
}
.switch {
  margin-right: auto;
  margin-left: auto;
  max-width: 280px;
  text-align: center;
  clear: both;
  display: block;
  padding-top: 10px;
}
.switch a {
  width: 100%;
  display: block;
  display: inline-block;
  background: #4a55e4;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 15px 20px;
  border-radius: 30px;
  position: relative;
  bottom: 0;
  transform: scale(1);
  transition: all 0.2s ease;
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  line-height: 1.5em;
}
.switch a:hover {
  transform: scale(0.95);
}
.switch .fa-external-link {
  color: #000;
}
.switch.conversion {
  white-space: nowrap;
}
.switch.conversion a {
  color: #fff !important;
  background: #accf1f;
}

.switch.orange a {
  color: #fff !important;
  background: #f6b940;
}

@media screen and (max-width: 600px) {
  .switch {
    max-width: none;
  }
  .switch a {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
.big_tel_btn a,
.big_line_btn a,
.big_mail_btn a {
  padding: 25px 0;
  border-radius: 100px;
  display: block;
}

.big_tel_btn img,
.big_line_btn img,
.big_mail_btn img {
  display: block;
  margin: 0 auto;
}

.big_tel_btn img {
  max-width: 490px;
}

.big_line_btn img,
.big_mail_btn img {
  max-width: 230px;
}

.big_tel_btn a {
  background: #ed7431;
}

.big_line_btn a {
  background: #06c755;
}

.big_mail_btn a {
  background: #4a55e4;
  border: 2px solid #fff;
}

@media screen and (max-width: 600px) {
  .big_tel_btn img {
    max-width: none;
    height: auto;
    width: 80%;
  }
}
.logo {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
  line-height: 1em;
}

.icons {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.fa-external-link {
  margin-left: 3px;
  color: #666;
  font-size: 8px;
}
.switch .fa-external-link {
  color: #fff;
}

.new_icon {
  background: #e62929 none repeat scroll 0 0;
  font-family: "Raleway", sans-serif;
  line-height: 1em;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 8px;
  padding: 3px 4px;
  border-radius: 2px;
  vertical-align: middle;
}

.anim_icons_wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
}
.anim_icons_wrap.aw_circle::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin-top: -1px;
  border: 1px dashed #fff;
  display: block;
  top: 50%;
  right: 0;
  border-radius: 100px;
  top: -11px;
  transition: 0.2s ease-out;
}
.anim_icons_wrap.aw_circle::before.white {
  border: 1px dashed #fff;
}
a:hover .anim_icons_wrap.aw_circle::before {
  width: 30px;
  height: 30px;
  top: -16px;
  right: -5px;
  opacity: 1;
  margin-top: 0;
  animation-name: rotation;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-delay: 0.8s;
  animation-timing-function: linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.anim_icons {
  position: absolute;
  transition: 0.6s ease-out;
}
.anim_icons.a_arrow {
  background: #333;
  width: 60px;
  height: 1px;
  top: 0;
  right: 8px;
  margin-top: -1px;
}
.anim_icons.a_arrow.white {
  background: #fff;
}
.anim_icons.a_arrow::after, .anim_icons.a_arrow::before {
  content: "";
  height: 1px;
  right: 0;
  width: 10px;
  position: absolute;
  background: #333;
  top: 0;
  transition: 0.6s ease-out;
}
.anim_icons.a_arrow.white::after, .anim_icons.a_arrow.white::before {
  background: #fff;
}
.anim_icons.a_arrow::before {
  transform: rotate(0deg);
  opacity: 0;
}
.anim_icons.a_arrow::after {
  transform: rotate(35deg);
  top: -3px;
}
a:hover .anim_icons.a_arrow::before {
  transform: rotate(35deg);
  top: -3px;
  opacity: 1;
}
a:hover .anim_icons.a_arrow::after {
  transform: rotate(-35deg);
  top: 3px;
}

time {
  display: block;
  padding: 6px 0;
  margin: 0 0 10px;
  font-size: 12px;
  color: #999;
}
time::before {
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
  color: #999;
}

.time_category {
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px;
  margin: 0 0 10px;
  color: #666;
  font-size: 12px;
}
.time_category time {
  display: inline-block;
  width: 93px;
  border: none;
  margin: 0 5px 0 0;
  padding: 0;
}

.smpl_ul,
.arrow_ul,
.border_ul,
.check_ul .smpl_ol,
.smpl_dl,
.circle_ol {
  margin: 15px 0;
  position: relative;
  z-index: 2;
  opacity: 1 !important;
}

.border_ul a,
.check_ul a,
.smpl_ol a,
.smpl_dl a,
.circle_ol a {
  display: block;
}

.smpl_ul > li {
  list-style: outside none none;
  margin-left: 7px;
  position: relative;
  padding-left: 15px;
}
.smpl_ul > li::before {
  color: #4a55e4;
  content: "●";
  display: inline-block;
  font-size: 8px;
  margin-right: 6px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
}

.arrow_ul > li {
  list-style: outside none none;
  margin-right: 7px;
  position: relative;
  padding-left: 12px;
  margin-bottom: 15px;
}
.arrow_ul > li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: #4a55e4;
  font-size: 10px;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -7px;
  padding: 3px 0 0 8px;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
.arrow_ul > li a:hover::before {
  left: -5px;
}

.arrow_ul.smpl > li {
  padding-left: 15px;
}
.arrow_ul.smpl > li a::before {
  background: none;
  color: #000;
  padding: 3px 0 0 0;
  top: 12px;
  font-size: 10px;
}
.arrow_ul.smpl > li:hover a::before {
  color: #4a55e4;
  opacity: 0.5;
}

.smpl_ol > li,
.circle_ol > li {
  counter-increment: cnt 1;
  list-style-position: inside;
  list-style-type: none;
  padding: 2px 0 2px 28px;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: normal;
}
.smpl_ol > li,
.circle_ol > li {
  padding: 2px 0 2px 40px;
}

.smpl_ol > li::before {
  content: "(" counter(cnt, decimal) ") ";
  left: 0;
  position: absolute;
  color: #000;
}

.smpl_dl {
  letter-spacing: -0.4em;
}
.smpl_dl dt {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.smpl_dl dd {
  vertical-align: middle;
  display: inline-block;
  width: 77%;
  margin-left: 1%;
  letter-spacing: normal;
}
.smpl_dl > div {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.smpl_dl > div:first-child {
  padding-top: 0;
}

@media screen and (min-width: 800px) {
  .smpl_dl.noline > div {
    border-bottom: none;
    padding: 0 0;
    margin-bottom: 30px;
  }
  .smpl_dl.noline > div:first-child {
    border-top: none;
  }
}
.yoko li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .smpl_dl dt {
    width: 20%;
  }
  .smpl_dl dd {
    vertical-align: middle;
    display: inline-block;
    width: 77%;
    margin-left: 1%;
    letter-spacing: normal;
  }
  .smpl_dl > div {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #ccc;
  }
  .smpl_dl > div:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 800px) {
  .smpl_dl {
    font-size: 15px;
  }
  .smpl_dl dt {
    width: 100%;
    margin: 0 0 5px;
    color: #666;
    font-size: 1.5em;
  }
  .smpl_dl dd {
    width: 100%;
    margin-left: 0;
  }
  ul.lines li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  ul.box,
  ol.box {
    padding: 15px;
    border: 1px solid #f1f1f1;
    background: #f9f9f9;
    border-radius: 3px;
  }
  ul.box li:last-child {
    border-bottom: none;
  }
}
.stn_table, .blog_contents .stn_table {
  background: #fff;
  margin: 10px 0;
}
.stn_table.odd tr:nth-child(odd), .blog_contents .stn_table.odd tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.stn_table td,
.stn_table th, .blog_contents .stn_table td,
.blog_contents .stn_table th {
  padding: 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.stn_table th, .blog_contents .stn_table th {
  background: #4a55e4;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 800px) {
  .stn_table, .blog_contents .stn_table {
    width: 100%;
    table-layout: auto;
  }
  .stn_table table th,
  .stn_table table td, .blog_contents .stn_table table th,
  .blog_contents .stn_table table td {
    word-break: normal;
    padding: 5px;
    vertical-align: top;
    word-break: break-all;
  }
  .stn_table table th table,
  .stn_table table td table, .blog_contents .stn_table table th table,
  .blog_contents .stn_table table td table {
    width: 600px;
  }
  .stn_table table th.wide table,
  .stn_table table td.wide table, .blog_contents .stn_table table th.wide table,
  .blog_contents .stn_table table td.wide table {
    width: 1000px;
  }
  .scroll_table {
    overflow: auto;
    position: relative;
    margin: 15px 0;
  }
  .scroll_table::before {
    content: "この表は左右にスクロールできます";
    color: #888;
    font-size: 12px;
    display: block;
    background: #f1f1f1;
    padding: 0 10px;
    width: 200px;
    text-align: center;
    margin: 0 0 -11px;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
  }
}
.dl_table {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
}
.dl_table dt {
  font-weight: bold;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
.dl_table dt:last-of-type {
  border-bottom: none;
}
.dl_table dd {
  margin: 0;
  padding: 30px 0 30px 15px;
  border-bottom: 1px solid #ccc;
}
.dl_table dd ul {
  list-style: none;
  padding-left: 0;
}
.dl_table dd:last-child {
  border-bottom: none;
}

@media screen and (max-width: 600px) {
  .dl_table {
    grid-template-columns: 1fr;
  }
}
.qa {
  margin-top: 30px;
}
.qa span {
  color: #f30;
  font-weight: bold;
}
.qa div {
  margin-bottom: 10px;
  line-height: 2;
  background: #fff;
}
.qa p {
  margin-top: 0;
}

.qa dt,
.qa dd {
  padding: 30px 35px 30px 55px;
  display: block;
  line-height: 1.5em;
  position: relative;
}

.qa dt {
  background: #fff8eb;
  position: relative;
}

.qa dt::before,
.qa dd::before {
  font-size: 2.5em;
  padding-right: 15px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.qa dt::before {
  content: "Q";
  font-family: "Raleway", sans-serif;
  color: #ef8526;
  margin-top: -3px;
}

.qa dd::before {
  content: "A";
  font-family: "Raleway", sans-serif;
  color: #4a55e4;
}

.qa input {
  width: 100%;
  padding: 10px 0;
  border-radius: 3px;
}
.qa input:active {
  background: #e5e5e5;
}

.qa dt::after {
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  float: right;
  text-indent: 0;
  color: #999;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.qa dt.open::after,
.qa dt.show::after {
  content: "\f068";
}

@media screen and (max-width: 800px) {
  .qa dt,
  .qa dd {
    padding: 20px 35px 20px 55px;
  }
  .qa dd {
    padding-left: 60px;
  }
}
.fukidashi_item {
  display: inline-block;
  letter-spacing: -0.4em;
  vertical-align: middle;
  margin: 10px 0;
}
.fukidashi_item p {
  letter-spacing: normal;
}

.fukidashi_icon_l .fukidashi_item:last-child,
.fukidashi_icon_r .fukidashi_item:first-child {
  width: 70%;
  padding: 20px 30px;
  box-sizing: border-box;
  border: 3px solid #ccc;
  border-radius: 30px;
  position: relative;
  background: #fff;
}

.fukidashi_icon_l .fukidashi_item:last-child::before {
  content: "◀";
  left: -18px;
}

.fukidashi_icon_r .fukidashi_item:first-child::before {
  content: "▶";
  right: -12px;
}

.fukidashi_icon_l .fukidashi_item:last-child::before,
.fukidashi_icon_r .fukidashi_item:first-child::before {
  font-size: 20px;
  color: #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.fukidashi_icon_l .fukidashi_item:first-child,
.fukidashi_icon_r .fukidashi_item:last-child {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  color: #666;
  text-align: center;
  position: relative;
  z-index: 1;
}

.fukidashi_icon_l .fukidashi_item:first-child img,
.fukidashi_icon_r .fukidashi_item:last-child img {
  border-radius: 200px;
  border: 4px solid #e5e5e5;
  box-sizing: border-box;
}

.fukidashi_icon_l .fukidashi_item:first-child p,
.fukidashi_icon_r .fukidashi_item:last-child p {
  margin: 2px 0;
}

.fukidashi_item .fukidashi_name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
}

@media screen and (max-width: 800px) {
  .fukidashi_icon_l .fukidashi_item:last-child,
  .fukidashi_icon_r .fukidashi_item:first-child {
    width: 70%;
    padding: 10px 15px;
    font-size: 12px;
  }
  .fukidashi_icon_l .fukidashi_item:first-child,
  .fukidashi_icon_r .fukidashi_item:last-child {
    width: 28%;
    padding: 0;
    font-size: 12px;
  }
  .fukidashi_item .fukidashi_name {
    bottom: -20px;
  }
}
#kaitori_ok {
  background: url(../../img/common/ring_bg.jpg) repeat;
  padding: 80px 0;
  margin-top: 70px;
}

#kaitori_ok h2 {
  writing-mode: vertical-rl;
  /* 縦書き表示 */
  text-orientation: mixed;
  /* 文字の向きを適切に設定 */
  color: #000;
  font-size: 40px;
  position: absolute;
  top: 5px;
  left: 30px;
  white-space: nowrap;
  letter-spacing: 4px;
}
#kaitori_ok h2 span {
  font-size: 15px;
  vertical-align: middle;
  color: #4a55e4;
  font-family: "Raleway", sans-serif;
  position: absolute;
  right: -20px;
  top: 4px;
  letter-spacing: 3px;
  font-weight: bold;
}

.kaitori_ok_list {
  box-sizing: border-box;
  padding: 35px 50px 30px;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.kaitori_ok_list_icon {
  position: absolute;
  top: -40px;
  right: 15px;
  color: #fff;
  background: #4a55e4;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 20px;
  line-height: 23px;
  z-index: 10;
}

.kaitori_ok_list dt {
  font-weight: bold;
}

.kaitori_ok_list dt img {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.show-more-btn {
  background: #f1f1f1;
  padding: 10px 10px;
  text-align: center;
  width: 150px;
  margin: 0 auto 30px;
}

.show-more-btn:hover {
  cursor: pointer;
}

.kaitori_ok_message {
  padding: 5px 15px;
  background: #faf78a;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #kaitori_ok h2 {
    writing-mode: unset;
    text-orientation: unset;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 20px;
    text-align: center;
    letter-spacing: 0;
  }
  #kaitori_ok h2 span {
    font-size: 0.6em;
    vertical-align: unset;
    right: 0;
    left: 0;
    top: -1em;
  }
  #kaitori_ok {
    margin-top: 50px;
  }
  .kaitori_ok_list {
    padding: 5px 30px 20px;
    margin: 30px auto 0;
  }
  .kaitori_ok_list_icon {
    right: -13px;
  }
}
#kaitori_jisseki::before {
  content: "";
  display: block;
  background: #4a55e4;
  width: 3px;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}

#kaitori_jisseki {
  padding: 60px 0;
  position: relative;
  background: #fafafa;
}

.kaitori-slider .slick-slide {
  display: block;
}

.kaitori-slider .slick-slide {
  display: block;
  width: 300px;
  /* スライドの幅 */
  margin-left: 10px;
  /* 左側のマージン */
  padding: 0 0 0 15px;
  /* 左右のパディング */
  box-sizing: border-box;
  /* パディングを幅に含める */
}

#kaitori_jisseki .slick-list {
  padding: 20px 0 50px;
  margin-bottom: 20px;
}
#kaitori_jisseki .slick-list img {
  border: 1px solid #e5e5e5;
}

.kaitori-slider-price {
  font-size: 12px;
  color: #666;
}

@media only screen and (max-width: 600px) {
  #kaitori_jisseki {
    padding: 65px 0 50px;
  }
  .kaitori_jisseki_message {
    margin: 30px 0 40px !important;
  }
  #kaitori_jisseki .slick-list {
    max-width: 312px; /* スライドの最大幅を設定 */
    margin: 0 auto; /* 中央配置 */
  }
  .kaitori-slider .slick-slide {
    margin-left: 0;
    padding: 0 12px 50px 12px;
  }
}
#why_kogakusatei_reason {
  padding: 15px 0 30px;
}

#why_kogakusatei_reason h2 {
  font-size: 40px;
  text-align: center;
  margin-top: 60px;
}

.dot {
  position: relative;
  color: #4a55e4;
  display: inline-block;
}

.dot::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: #4a55e4;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 5px;
}

@media screen and (min-width: 800px) {
  .reason-slider {
    margin-top: 30px;
    height: 300px;
  }
  .reason-slider .reason-container {
    margin: 0 auto;
  }
  .reason-slider .slick-slide {
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px;
    border: 3px solid #e5e5e5;
    margin-right: 30px;
    overflow: visible;
  }
  .reason-slider .slick-slide img {
    display: block;
    margin: 0 auto;
    max-width: 200px !important;
    height: auto;
    border-radius: 150px;
  }
  .reason-slider .slick-slide.slick-current {
    border: 5px solid #4a55e4;
  }
  #why_kogakusatei_reason .reason_item_wrapper {
    padding: 30px;
    border: 3px solid #e5e5e5;
  }
  /*ナビゲーション*/
  .kaitori_reason_txt_nav_wrapper {
    text-align: center;
    margin-top: 30px;
  }
  .kaitori_reason_txt_nav,
  .kaitori_reason_txt_nav li {
    display: inline-block;
  }
  .kaitori_reason_txt_nav li:hover {
    cursor: pointer;
  }
  .kaitori_reason_txt_nav li {
    padding: 10px 20px;
    margin: 0 15px 15px 0;
    background: #f1f1f1;
    font-size: 14px;
    border-radius: 30px;
  }
  .kaitori_reason_txt_nav li.active {
    background: #4a55e4;
    color: #ffffff;
  }
}
@media screen and (min-width: 1000px) {
  .reason-slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .reason-slider .slick-slide {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .reason-slider .slick-slide .l_cont {
    margin-bottom: 15px;
  }
  .reason-slider .slick-slide h3 {
    text-align: center;
  }
  .reason-slider .slick-slide h3::before {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #why_kogakusatei_reason h2 {
    font-size: 47px;
    margin-top: 40px;
    font-weight: bold;
    line-height: 64px;
    margin-bottom: 20px;
  }
  #why_kogakusatei_reason {
    padding: 15px 0 0;
  }
  .kaitori_reason_txt_nav_wrapper {
    display: none;
  }
  .reason-slider > div {
    padding: 0 30px 35px !important;
    border-bottom: 2px solid #ccc;
    box-sizing: border-box;
  }
  .reason-slider > div:last-child {
    border-bottom: none;
  }
  .reason-slider .l_cont {
    padding-top: 35px;
  }
  .reason-slider img {
    width: 200px !important;
    height: 200px !important;
    border-radius: 0;
    display: block;
  }
  .reason-slider h3 {
    text-align: center;
    padding-left: 0;
    padding-top: 0.6em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    position: relative;
  }
  .reason-slider h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 5px;
    background: #4a55e4;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .reason-slider h3::before {
    display: none;
  }
}
#why_our_choice {
  margin: 55px 0 50px;
}

#why_our_choice h2 {
  text-align: center;
  background: url(../../../img/common/gray_icon.jpg) center no-repeat;
  padding: 30px 0;
  font-size: 40px;
  margin-bottom: 50px;
}

#why_our_choice h2 span {
  color: #4a55e4;
  display: block;
  font-size: 14px;
}

.why_icon {
  font-family: "Raleway", sans-serif;
  color: #fff;
  background: #4a55e4;
  padding: 11px 10px 10px;
  width: 115px;
  font-size: 13px;
  line-height: 1em;
}

.why_icon span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 1px;
  background: #fff;
  margin: 0 5px;
}

#why_our_choice h3 {
  margin: 15px 0;
}

@media screen and (max-width: 800px) {
  #why_our_choice {
    margin: 20px 0 20px;
  }
  #why_our_choice h2 {
    padding: 38px 0 21px;
    font-size: 37px;
    margin-bottom: 22px;
    font-weight: bold;
  }
  #why_our_choice hr {
    margin: -20px 0;
  }
  #why_our_choice h2 span {
    display: block;
    font-size: 15px;
    margin-top: 5px;
  }
  #why_our_choice h3 {
    padding-left: 0;
  }
  #why_our_choice h3::before {
    display: none;
  }
  .why_icon {
    padding: 11px 10px 10px;
    width: 100%;
    display: block;
    margin: 7px auto 0;
    text-align: center;
    box-sizing: border-box;
  }
}
#about_us {
  padding-bottom: 70px;
  background: url(../../img/common/suemune_gray_bg.jpg) top no-repeat;
  background-size: cover;
}

#about_us h2 {
  font-size: 2.2em;
  padding: 60px 0 15px;
}
@media only screen and (max-width: 800px) {
  #about_us h2 {
    font-size: 2em;
  }
}

#about_us .about_us_icon span {
  color: #fff;
  background: #4a55e4;
  padding: 1px 7px;
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -2px;
}

#suemune_bg {
  background: url(../../img/common/bikou_bg.jpg) repeat-x center;
  animation: suemune_bg 80s linear infinite;
  height: 400px;
  margin: 35px 0;
  width: 100%;
}

.bikou_icon {
  width: 260px;
  border: 3px solid #4a55e4;
  background: #fff;
  color: #4a55e4;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  margin: 18px auto 32px;
  border-radius: 100px;
  font-size: 17px;
}

@keyframes suemune_bg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4639px 0;
  } /* 背景画像の長さ */
}
@media screen and (max-width: 800px) {
  #about_us h2 {
    padding: 30px 0 15px;
  }
}
.tencho_message {
  margin: 15px 0;
}

.inner_contact {
  padding: 40px 0 85px;
  border-top: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
}

.inner_tel_title {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .inner_contact {
    padding: 20px 0 40px;
    border-top: 2px solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
  }
  .inner_tel_title {
    padding-bottom: 15px;
  }
}
.mainimg {
  background: url(../../img/common/mainimg2.jpg) no-repeat center top;
  position: relative;
}

.iconic_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 200px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  background: #fff;
  padding: 30px 40px 40px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.iconic_txt .corner1,
.iconic_txt .corner2,
.iconic_txt .corner3,
.iconic_txt .corner4 {
  position: absolute;
}
.iconic_txt .corner1 img,
.iconic_txt .corner2 img,
.iconic_txt .corner3 img,
.iconic_txt .corner4 img {
  width: 50px;
  height: auto;
}
.iconic_txt .corner1 {
  top: 5px;
  right: 17px;
  transform: rotate(0deg); /* 右上は回転不要 */
}
.iconic_txt .corner2 {
  bottom: 0px;
  right: 22px;
  transform: rotate(90deg); /* 右下は90度回転 */
}
.iconic_txt .corner3 {
  bottom: 5px;
  left: 17px;
  transform: rotate(180deg); /* 左下は180度回転 */
}
.iconic_txt .corner4 {
  top: 0;
  left: 22px;
  transform: rotate(270deg); /* 左上は270度回転 */
}
.iconic_txt .area_icon {
  background: #b5a359;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  width: 250px;
  margin: 0 auto -40px;
}
.iconic_txt .big {
  font-size: 40px;
}

.mainimg .no1 {
  position: absolute;
  right: 30px;
  bottom: 20px;
  z-index: 3;
}

.txt_line1,
.txt_line2,
.txt_line3 {
  background-color: #fff;
  padding: 15px 10px 12px;
  line-height: 65px;
  letter-spacing: 4px;
}

.txt_line1 {
  background-color: #b5a359;
  color: white;
}

.txt_line2 {
  margin-top: 30px;
}

.txt_line3 {
  margin-top: 60px;
}

@media screen and (max-width: 1600px) {
  .iconic_txt {
    left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .iconic_txt {
    left: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .mainimg {
    background: url(../../img/common/mainimg2_sp.jpg) no-repeat center top;
  }
  .mainimg .no1 {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 20px;
    width: 90%;
    display: block;
  }
  .mainimg .no1 img {
    width: 100%;
    height: auto;
  }
  .iconic_txt {
    left: 0;
    right: 0;
    transform: translateY(-35%);
    font-size: 2.4em;
    padding: 0;
    max-width: 450px;
    background: none;
    box-shadow: none;
    color: #fff !important;
    text-shadow: #000 1px 0 10px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .iconic_txt .corner1 img,
  .iconic_txt .corner2 img,
  .iconic_txt .corner3 img,
  .iconic_txt .corner4 img {
    display: none;
  }
  .iconic_txt .area_icon {
    padding: 3px 24px;
    font-size: 0.6em;
    width: auto;
    margin: 0 auto -20px;
    display: inline-block;
  }
  .iconic_txt .big {
    font-size: inherit;
  }
  .iconic_txt .gold,
  .iconic_txt .theme-color {
    font-size: inherit;
    color: #fff !important;
  }
  .iconic_txt .theme-color {
    line-height: 1.5em;
  }
  .iconic_txt .theme-color .big {
    font-size: 1.4em;
  }
  .iconic_txt .bikou_rubi {
    position: relative;
  }
  .iconic_txt .bikou_rubi::before {
    font-size: 11px;
    top: -9px;
  }
}
#footer_fixed_nav {
  box-sizing: border-box;
  position: fixed;
  bottom: -100%;
  width: 100%;
  padding: 0 3px 4px;
  left: 0;
  z-index: 99;
  transition: all 0.2s ease-in-out;
}
#footer_fixed_nav img {
  width: 100%;
  height: auto;
}
#footer_fixed_nav li {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  box-sizing: border-box;
  padding: 0 3px;
}

@media screen and (max-width: 800px) {
  #footer_fixed_nav.ffn_fire {
    bottom: 0;
  }
}
.split2,
.split3,
.split4,
.split5,
.split6,
.l_cont,
.r_cont {
  display: inline-block;
  vertical-align: top;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  letter-spacing: -0.4em;
  position: relative;
  z-index: 2;
  justify-content: center;
}

.split2 > li,
.split3 > li,
.split4 > li,
.split5 > li,
.split6 > li {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  letter-spacing: normal;
  position: relative;
}

.split2 > li {
  margin: 0 0.8% 2%;
}

.split3 > li {
  margin: 0 1% 2%;
}

.split4 > li,
.split5 > li,
.split6 > li {
  margin: 0 0.5% 10px;
}

.l_cont,
.r_cont {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
}

.l_cont p,
.r_cont p,
.l_cont h1,
.r_cont h1,
.l_cont h2,
.r_cont h2,
.l_cont h3,
.r_cont h3,
.l_cont h4,
.r_cont h4,
.l_cont ul,
.r_cont ul,
.l_cont dl,
.r_cont dl,
.l_cont small,
.r_cont small,
.l_cont blockquote,
.r_cont blockquote,
.l_cont cite,
.r_cont cite,
.l_cont tr,
.r_cont tr {
  letter-spacing: normal;
}

.split2 > li:nth-child(2n+1),
.split3 > li:nth-child(3n+1),
.split4 > li:nth-child(4n+1),
.split5 > li:nth-child(5n+1),
.split6 > li:nth-child(6n+1),
.l_cont {
  margin-left: 0;
}

.split2 > li:nth-child(2n),
.split3 > li:nth-child(3n),
.split4 > li:nth-child(4n),
.split5 > li:nth-child(5n),
.split6 > li:nth-child(6n),
.r_cont {
  margin-right: 0;
}

.split2 > li {
  width: 49.2%;
}

.l_cont,
.r_cont {
  width: 48.7%;
}

.l_cont.w28 {
  width: 18%;
}

.r_cont.w28 {
  width: 78%;
}

.l_cont.w82 {
  width: 78%;
}

.r_cont.w82 {
  width: 19%;
}

.l_cont.w73 {
  width: 70.7%;
}

.r_cont.w73 {
  width: 26.7%;
}

.l_cont.w37 {
  width: 26.7%;
}

.r_cont.w37 {
  width: 70.7%;
}

.l_cont.w46 {
  width: 37%;
}

.r_cont.w46 {
  width: 59.3%;
}

.l_cont.w64 {
  width: 59.3%;
}

.r_cont.w64 {
  width: 37%;
}

.split3 > li {
  width: 32%;
}

.split4 > li {
  width: 24.25%;
}

.split5 > li {
  width: 19.2%;
}

.split6 > li {
  width: 15.8%;
}

.split2 img,
.split3 img,
.split4 img,
.split5 img,
.split6 img {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.split2 li > a,
.split3 li > a,
.split4 li > a,
.split5 li > a,
.split6 li > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.edge > li {
  border: 3px solid #f1f1f1;
  background: #fff;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
}

.p15 > li {
  display: block;
  padding: 15px;
}

.p20 > li {
  display: block;
  padding: 20px;
}

.p30 > li {
  display: block;
  padding: 30px;
}

.ap15 > li > a,
.ap20 > li > a,
.ap30 > li > a {
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.ap15 > li > a {
  padding: 15px;
}

.ap20 > li > a {
  padding: 20px;
}

.ap30 > li > a {
  padding: 30px;
}

.edge.ap15 > li:hover,
.edge.ap20 > li:hover,
.edge.ap30 > li:hover {
  border: 3px solid #ccc;
}

.edge > li > a > p:first-child {
  margin-top: 0;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.center li {
  text-align: center;
}

ul.flat > li {
  position: relative;
}

ul.flat > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent #4a55e4 transparent transparent;
  z-index: 3;
  transition: 0.2s ease-in-out;
}

ul.flat > li:hover::after {
  border-width: 0 20px 20px 0;
}

ul.flat > li img {
  margin-bottom: 3px;
}

ul.flat > li time {
  margin: 0 0 -3px;
}

@media screen and (min-width: 1200px) {
  .pl15 {
    padding-left: 15px;
  }
  .pr15 {
    padding-right: 15px;
  }
  .pl30 {
    padding-left: 30px;
  }
  .pr30 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .split5 > li {
    width: 31.33%;
    margin: 0 1% 10px !important;
  }
}
@media screen and (max-width: 800px) {
  .l_cont.w46 img,
  .l_cont.w46 img,
  .l_cont.w64 img,
  .l_cont.w64 img,
  .l_cont.w37 img,
  .l_cont.w28 img,
  .l_cont.w73 img,
  .l_cont.w82 img,
  .r_cont.w37 img,
  .r_cont.w28 img,
  .r_cont.w73 img,
  .r_cont.w82 img {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .split6 > li {
    width: 31.33%;
    margin: 0 1% 10px !important;
  }
  .l_cont.w46,
  .r_cont.w46,
  .l_cont.w64,
  .r_cont.w64,
  .l_cont.w28,
  .r_cont.w28,
  .l_cont.w82,
  .r_cont.w82,
  .l_cont.w73,
  .r_cont.w73,
  .l_cont.w37,
  .r_cont.w37 {
    width: 100%;
    margin: 0;
  }
  .ap30 > li > a {
    padding: 20px;
  }
  .ap20 > li > a {
    padding: 15px;
  }
  .ap15 > li a {
    padding: 10px;
  }
  .split3 > li,
  .split4 > li,
  .split6 > li,
  .split5 > li {
    width: 49%;
    margin: 2px 0.5% 5px !important;
  }
  .l_cont,
  .r_cont {
    width: 100%;
    margin: 0;
  }
  .spw100 > li {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .spw50 > li {
    width: 46.4% !important;
    margin: 0 1.3% !important;
  }
  .img_mclear img {
    margin-bottom: 0;
  }
}
.en {
  font-family: "Raleway", sans-serif;
}

.jp {
  font-family: "Noto Serif", serif;
}

strong {
  margin: 0 2px;
  background: #ffe600;
}

.bold {
  font-weight: bold;
}

.black {
  color: #000 !important;
}

.white {
  color: #fff !important;
}

.mini {
  font-size: 12px !important;
}

.anim_in {
  transition: all 1s;
}
.anim_in.fade {
  opacity: 0;
}
.anim_in.right {
  transform: translate(15px, 0);
}
.anim_in.left {
  transform: translate(-15px, 0);
}
.anim_in.fade.action {
  opacity: 1;
}
.anim_in.up.action, .anim_in.right.action, .anim_in.left.action, .anim_in.down.action {
  transform: translate(0, 0);
}
.anim_in.flash.action {
  animation-name: flash_in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

@keyframes flash_in {
  0% {
    filter: brightness(200%);
  }
  100% {
    filter: brightness(100%);
  }
}
.smpl_fader {
  position: relative;
}
.smpl_fader .fade_image, .smpl_fader .base_image {
  margin: 0;
}

.smpl_fader .fade_image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
  animation: fadeAnimation 12s linear infinite;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.content_wrapper {
  max-width: 950px;
  margin: 0 auto;
}

.main_contents {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  a:hover img {
    opacity: 0.8;
  }
  .hero_list a:hover img {
    opacity: 1;
  }
}
.tsume {
  margin-right: -10px;
}

.theme-color {
  color: #4a55e4 !important;
}

.gold {
  color: #b5a359 !important;
}

.link_txt a {
  color: #39c !important;
  position: relative;
  display: inline-block;
}

.link_txt a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #39c;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.2s;
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .link_txt a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
iframe {
  margin: 15px 0;
}

.strong_txt {
  font-weight: bold;
  font-size: 30px;
}

@media screen and (max-width: 600px) {
  .strong_txt {
    font-size: 20px;
  }
}
.under_line {
  background: linear-gradient(transparent 70%, #f9e924 30%);
}

.txt_r {
  text-align: right !important;
}

.kome {
  margin: 10px 0 10px 15px;
  display: block;
  font-weight: 100;
  font-size: 0.9em;
  color: #666;
  text-indent: -1.2em;
}
.kome::before {
  content: "※";
  margin-right: 3px;
  font-weight: bold;
}

.max,
.max img {
  width: 100%;
  height: auto;
}

.limit250 img,
.limit300 img,
.limit350 img,
.limit400 img,
.limit450 img,
.limit500 img,
.limit250,
.limit300,
.limit350,
.limit400,
.limit450,
.limit500 {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.limit250 img,
.limit250 {
  max-width: 250px !important;
}

.limit300 img,
.limit300 {
  max-width: 300px !important;
}

.limit350 img,
.limit350 {
  max-width: 350px !important;
}

.limit400 img,
.limit400 {
  max-width: 400px !important;
}

.limit450 img,
.limit450 {
  max-width: 450px !important;
}

.limit500 img,
.limit500 {
  max-width: 500px !important;
}

.ancher {
  display: block;
  padding-top: 150px !important;
  margin-top: -150px !important;
}

.clear_bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.clear_top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.clear_right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.clear_left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.mt_clear {
  margin-top: 0 !important;
}

.mb_clear {
  margin-bottom: 0 !important;
}

.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.center img {
  display: block;
  margin: 0 auto;
}

.kaitori_price {
  font-family: "Noto Serif", serif;
  color: #b5a359;
  font-size: 2em;
}

.kaitori_price {
  font-size: 1.3em;
}
.kaitori_price span {
  font-size: 13px;
  line-height: 1em;
  margin-right: 5px;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

#pageTop {
  bottom: 0;
  color: #fff;
  font-size: 20px;
  position: fixed;
  right: 0;
  text-decoration: none;
  z-index: 9;
  width: 50px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  background: #4a55e4;
  border-top-left-radius: 20px;
}

#pageTop:hover {
  cursor: pointer;
  background: #4a55e4;
}

.blog_contents li {
  list-style: disc;
  margin-left: 16px;
}
.blog_contents blockquote {
  padding: 8px 20px;
  border-radius: 5px;
  border: 3px solid #ccc;
  margin: 20px 0;
  position: relative;
  z-index: 1;
}
.blog_contents blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -15px;
  top: -15px;
  z-index: 2;
  background: #fff;
  border-radius: 30px;
  color: #ccc;
  font-size: 18px;
  width: 30px;
  height: 30px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .br-sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .br-sp {
    display: block;
    line-height: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .tal-sp {
    text-align: left !important;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 66px;
  }
  nav ul {
    width: 100%;
  }
  .wrapper,
  .content_wrapper {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 30px !important;
  }
}
@media print {
  body {
    background: none !important;
    padding-top: 0 !important;
  }
  header,
  #footer,
  footer,
  #r_side {
    display: none !important;
  }
}/*# sourceMappingURL=base.css.map */