@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

li {
  list-style: none; }

img {
  vertical-align: bottom;
  width: 100%;
  height: auto; }

html, body {
  text-size-adjust: 100%;
  font-size: 10px;
  height: 100%;
  font-family: "游ゴシック体 Medium", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #3c3c3c; }

@media (max-width: 767px) {
  html.is-fixed {
    height: 100%;
    overflow: hidden; } }
@media (max-width: 767px) {
  html.is-fixed body {
    height: 100%;
    overflow: hidden; } }

@media (max-width: 767px) {
  .pc-only {
    display: none !important; } }

@media (min-width: 768px) {
  .sp-only {
    display: none; } }

.br-display {
  display: block; }
@media (min-width: 988px) {
  .br-display {
    display: none; } }

.br-display2 {
  display: none; }
@media (min-width: 988px) {
  .br-display2 {
    display: block; } }

.show, .topshow {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in; }

.zoom, .topzoom {
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
.zoom img, .topzoom img {
  transform: scale(1.2);
  transition: 0.8s ease-in; }

.show-delay {
  transition-delay: 0.5s; }

.is-show {
  opacity: 1;
  visibility: visible; }

.is-zoom {
  opacity: 1;
  visibility: visible; }
.is-zoom img {
  transform: scale(1); }

.link-underline.white::after {
  background: #fff; }
.link-underline::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 1px;
  background: #147fbd;
  transition: 0.3s all; }
.link-underline:hover::after {
  width: 100%; }

@media (min-width: 768px) {
  .section_title {
    padding-right: 5%; } }

.title1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative; }
@media (min-width: 768px) {
  .title1 {
    width: 110px;
    flex-direction: row; } }
.title1__inner {
  flex: 1;
  text-align: left; }
@media (min-width: 768px) {
  .title1__inner {
    order: 1;
    text-align: right; } }
.title1__inner h2 {
  font-size: 3rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  color: #3c3c3c;
  line-height: 3.2rem; }
@media (min-width: 768px) {
  .title1__inner h2 {
    display: inline-block;
    text-align: left;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; } }
.title1__line {
  width: 100%;
  height: 30px;
  /*表示用アニメーション*/
}
@media (min-width: 768px) {
  .title1__line {
    order: 2;
    width: 50px;
    height: auto; } }
.title1__line::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  top: 0;
  right: 0; }
@media (min-width: 768px) {
  .title1__line::after {
    width: 1px;
    height: 0%; } }
.title1__line.line-show::after {
  animation: line-test-sp 0.8s ease-in forwards; }
@media (min-width: 768px) {
  .title1__line.line-show::after {
    animation: line-test-pc 0.8s ease-in forwards; } }

@keyframes line-test-sp {
  0% {
    width: 0%;
  }
  100% {
    width: 100%; } }
@keyframes line-test-pc {
  0% {
    height: 0%;
  }
  100% {
    height: 100%; } }
.title2 {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-size: 1.8rem;
  font-weight: bold;
  color: #3c3c3c; }
@media (min-width: 988px) {
  .title2 {
    display: inline-block;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; } }

.title3-wrapper {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
@media (min-width: 768px) {
  .title3-wrapper {
    padding: 0 30px; } }
.title3-wrapper__inner {
  display: flex;
  flex-direction: column; }
@media (min-width: 768px) {
  .title3-wrapper__inner {
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: row; } }

.title3 {
  display: flex;
  flex-direction: column;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体"; }
@media (min-width: 768px) {
  .title3 {
    flex-direction: row;
    border-right: 1px solid #d6d6d6; } }
@media (min-width: 768px) {
  .title3 div {
    width: 100%;
    padding: 20px 15px;
    text-align: center; } }
.title3 p {
  padding: 10px 20px;
  font-size: 2rem;
  color: #147fbd;
  border-bottom: 1px solid #d6d6d6; }
@media (min-width: 768px) {
  .title3 p {
    padding: 20px 10px;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    border-bottom: 0;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; } }
.title3 h2 {
  padding: 30px 20px;
  font-size: 3.6rem;
  font-weight: 400;
  border-bottom: 1px solid #d6d6d6; }
@media (min-width: 768px) {
  .title3 h2 {
    padding: 0;
    display: inline-block;
    text-align: left;
    letter-spacing: -0.1rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    border-bottom: 0; } }

.title3-text {
  padding: 30px 20px; }
@media (min-width: 768px) {
  .title3-text {
    flex: 1;
    width: 100%;
    padding: 0 0 0 70px;
    position: relative; } }
.title3-text p {
  font-size: 1.6rem; }
@media (min-width: 768px) {
  .title3-text p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #3c3c3c; } }

.title4 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3c3c3c; }
.title4::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  vertical-align: middle;
  margin-left: 40px;
  background: #3c3c3c; }
.title4 span {
  font-size: 1.4rem; }

.title5 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background-image: url("../img/background02.jpg");
  background-repeat: repeat-x;
  background-position: top; }
.title5 h2 {
  display: inline-block;
  margin-top: 80px;
  color: #3c3c3c;
  font-size: 3rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl; }

.title6 p {
  font-size: 2.4rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  color: #3c3c3c;
  display: inline-block; }
.title6 div {
  display: flex;
  justify-content: center; }
.title6 div p {
  line-height: 2.5rem;
  letter-spacing: -0.18rem; }
@media (min-width: 768px) {
  .title6 div p:nth-of-type(1) {
    order: 2; } }
.title6 div p:nth-of-type(2) {
  order: 1; }
@media (min-width: 768px) {
  .title6 div p:nth-of-type(2) {
    order: 1;
    margin-top: 25px; } }
@media (min-width: 768px) {
  .title6 div p {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; } }
@media (min-width: 768px) {
  .title6 .title6-sp-only {
    display: none; } }

.title7 {
  padding: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
.title7 h3 {
  font-size: 3rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400; }

.main {
  background: #fff; }

.cta-wrapper {
  width: 100%;
  flex: 1;
  padding-bottom: 40px;
  text-align: center;
  background-image: url("../img/background.jpg"); }
@media (min-width: 768px) {
  .cta-wrapper {
    max-width: 770px;
    padding: 100px 20px; } }
.cta-wrapper p {
  padding: 35px;
  font-size: 2.4rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  letter-spacing: -0.2rem;
  color: #3c3c3c;
  text-align: left; }
@media (min-width: 768px) {
  .cta-wrapper p {
    text-align: center;
    padding: 0; } }

.cta-button {
  display: block;
  width: 100%;
  line-height: 75px;
  background: #147fbd;
  text-align: center; }
.cta-button span:nth-of-type(1) {
  display: inline-block;
  width: 65px;
  height: 1px;
  background-color: #fff;
  vertical-align: 5px;
  margin-right: 12px; }
.cta-button span:nth-of-type(2) {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff; }
.cta-button span:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg); }
@media (min-width: 768px) {
  .cta-button {
    width: 354px;
    margin: 60px auto 0; } }
.cta-button:hover span:nth-of-type(1) {
  position: relative;
  background-color: transparent; }
.cta-button:hover span:nth-of-type(1)::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 1px;
  animation: link-cta-hover 0.3s forwards; }

.link {
  display: block; }
.link__wrapper {
  display: flex;
  align-items: center; }
.link__wrapper .link-line {
  display: inline-block;
  width: 40px;
  margin-right: 6px; }
.link__wrapper .link-line span {
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #147fbd;
  vertical-align: 5px; }
@media (min-width: 988px) {
  .link__wrapper .link-line {
    margin-right: 12px;
    width: 65px;
  }
  .link__wrapper .link-line span {
    width: 65px; } }
.link__wrapper .link-arrow {
  font-size: 1.6rem;
  font-weight: bold;
  color: #147fbd; }
.link__wrapper .link-arrow::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border-top: 1px solid #147fbd;
  border-right: 1px solid #147fbd;
  transform: rotate(45deg); }
.link:hover .link-line span {
  animation: link-line-hover 0.3s forwards; }
@media (min-width: 988px) {
  .link:hover .link-line span {
    animation: link-line-hover-lg 0.3s forwards; } }

@keyframes link-line-hover {
  0% {
    width: 0;
  }
  100% {
    width: 40px; } }
@keyframes link-line-hover-lg {
  0% {
    width: 0;
  }
  100% {
    width: 65px; } }
@keyframes link-cta-hover {
  0% {
    width: 0;
  }
  100% {
    width: 100%; } }
@media (min-width: 768px) {
  .upright {
    text-combine-upright: all;
    -ms-text-combine-horizontal: all;
    -moz-text-combine-upright: all; } }

.price-notes {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #3c3c3c; }

.service-notes {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #3c3c3c; }

.tel-link {
  color: #fff; }
@media (min-width: 768px) {
  .tel-link {
    pointer-events: none; } }

p {
  font-size: 1.4rem; }

.header {
  padding: 0 20px; }
@media (min-width: 768px) {
  .header {
    padding: 0 30px; } }
.header__inner {
  max-width: 1220px;
  margin: 0 auto; }
.header__top {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0 20px;
  background: #fff;
  position: fixed;
  z-index: 1000; }
@media (min-width: 768px) {
  .header__top {
    position: inherit;
    padding: 20px 0;
    height: auto; } }
.header__title p {
  font-size: 1.4rem;
  color: #d6d6d6; }
@media (min-width: 768px) {
  .header__title p {
    font-size: 1.2rem; } }
.header__title a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #147fbd; }
@media (min-width: 768px) {
  .header__title a {
    font-size: 2.2rem;
    font-weight: bold; } }
.header__info {
  display: flex;
  flex-direction: column;
  color: #3c3c3c; }
@media (min-width: 988px) {
  .header__info {
    flex-direction: row; } }
.header__info span {
  font-weight: bold; }
.header__info .tel-link {
  color: #3c3c3c; }
.header__info div:nth-of-type(1) {
  padding-right: 0;
  padding-bottom: 10px;
  position: relative; }
@media (min-width: 988px) {
  .header__info div:nth-of-type(1) {
    padding-right: 20px; } }
.header__info div:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
  position: absolute;
  bottom: 0; }
@media (min-width: 988px) {
  .header__info div:nth-of-type(1)::after {
    width: 1px;
    height: 37px;
    margin-top: 3px;
    top: 0;
    right: 0; } }
.header__info div:nth-of-type(2) {
  padding-top: 10px; }
@media (min-width: 988px) {
  .header__info div:nth-of-type(2) {
    padding-left: 20px;
    padding-top: 0; } }
.header__pc-menu > ul {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #d6d6d6; }
.header__pc-menu > ul > li {
  margin-right: 50px;
  position: relative; }
.header__pc-menu > ul > li:nth-of-type(5) {
  margin-right: 0; }
.header__pc-menu > ul > li > a {
  display: block;
  padding: 40px 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #3c3c3c;
  position: relative; }
.header__pc-menu > ul > li > a span {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #3c3c3c;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%); }
.header__pc-menu > ul > li > a:hover {
  color: #147fbd; }
.header__pc-menu > ul > li > a:hover span {
  background: #147fbd; }
.header__pc-menu > ul > li.selected a {
  color: #147fbd;
  border-bottom: 3px solid #147fbd; }
.header__pc-menu > ul > li.selected span {
  background: #147fbd; }
.header__pc-menu > ul > li .hover-menu {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 80px;
  width: 120px;
  background: #147fbd;
  transition: all 0.3s;
  overflow: hidden;
  visibility: hidden; }
.header__pc-menu > ul > li .hover-menu.menushow {
  top: 101px;
  opacity: 1;
  visibility: visible; }
.header__pc-menu > ul > li .hover-menu.sv {
  left: -10px; }
.header__pc-menu > ul > li .hover-menu.pr {
  left: -40px; }
.header__pc-menu > ul > li .hover-menu > li:not(:last-child) {
  border-bottom: 1px solid #fff; }
.header__pc-menu > ul > li .hover-menu a {
  display: block;
  padding: 10px 20px;
  color: #fff !important;
  font-size: 13px;
  line-height: 1.8;
  font-weight: bold;
  border-bottom: 0;
  transition: all 0.2s; }
.header__pc-menu > ul > li .hover-menu a:hover {
  background: #3792c7; }
.header__pc-menu .menu-under-line {
  border-bottom: 1px solid #d6d6d6; }
.header__sp-menu {
  width: 100%;
  height: 100%;
  padding-top: 80px;
  position: fixed;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  overflow-y: scroll;
  left: 0; }
.header__sp-menu.fade {
  visibility: visible;
  opacity: 1; }
.header__sp-menu-inner {
  padding: 20px;
  background: #fff; }
.header__sp-menu-top {
  background-image: url("../img/sp_background.jpg");
  padding: 35px 20px; }
.header__sp-menu-top h2 {
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-size: 2rem;
  color: #3c3c3c; }
.header__sp-menu-top div {
  padding-left: 20px; }
.header__sp-menu-top div p {
  padding-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3c3c3c; }
.header__sp-menu-top div ul {
  padding-top: 15px; }
.header__sp-menu-top div ul li {
  padding: 5px 0; }
.header__sp-menu-top div ul li a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #147fbd;
  letter-spacing: 0.15rem; }
.header__sp-menu-top div ul li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border-top: 1px solid #147fbd;
  border-right: 1px solid #147fbd;
  transform: rotate(45deg); }
.header__sp-menu-middle {
  padding: 20px; }
.header__sp-menu-middle ul {
  display: flex;
  flex-wrap: wrap; }
.header__sp-menu-middle ul li {
  flex-basis: 50%;
  padding-top: 10px; }
.header__sp-menu-middle ul li a {
  font-size: 1.5rem;
  font-weight: bold;
  color: #147fbd;
  letter-spacing: 0.15rem; }
.header__sp-menu-middle ul li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border-top: 1px solid #147fbd;
  border-right: 1px solid #147fbd;
  transform: rotate(45deg); }
.header__sp-menu-bottom {
  padding: 40px 20px;
  background: #147fbd; }
.header__sp-menu-bottom dl {
  width: 100%; }
.header__sp-menu-bottom dl::after {
  content: "";
  display: block;
  clear: both; }
.header__sp-menu-bottom dl dt {
  float: left;
  clear: left;
  margin-right: 15px;
  margin-top: 10px;
  width: 80px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #8abfde; }
.header__sp-menu-bottom dl dt:nth-of-type(1) {
  margin-top: 0; }
.header__sp-menu-bottom dl dd {
  float: left;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff; }
.header__sp-menu-bottom dl dd::before {
  content: ":";
  display: inline-block;
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff; }
.header__sp-menu-bottom dl dd:nth-of-type(1) {
  margin-top: 0; }
.header__sp-menu-bottom dl span {
  color: #8abfde; }
.header__sp-menu-bottom div {
  margin-top: 25px; }
.header__sp-menu-bottom div p {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff; }
.header__sp-menu-bottom div p:nth-of-type(1) {
  margin-top: 0; }
.header__sp-menu-bottom div p a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline; }
.header__sp-menu-button {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999; }
.header__sp-menu-button a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 80px;
  height: 80px;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-size: 1.4rem;
  background: #147fbd; }
.header__sp-menu-button a div {
  width: 30px;
  height: 20px;
  margin: 0 auto;
  position: relative; }
.header__sp-menu-button a div span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: 0.3s all; }
.header__sp-menu-button a div span:nth-of-type(1) {
  top: 0; }
.header__sp-menu-button a div span:nth-of-type(1).active {
  transform: translateY(9px) rotate(45deg); }
.header__sp-menu-button a div span:nth-of-type(2) {
  top: 9px; }
.header__sp-menu-button a div span:nth-of-type(2).active {
  opacity: 0; }
.header__sp-menu-button a div span:nth-of-type(3) {
  bottom: 0; }
.header__sp-menu-button a div span:nth-of-type(3).active {
  transform: translateY(-9px) rotate(-45deg); }
.header__sp-menu-button a .sp-menu-button-text {
  line-height: 1rem;
  letter-spacing: -0.1rem;
  transition: 0.3s all; }

.footer-menu {
  margin-top: 140px;
  border-top: 1px solid #d6d6d6;
  padding: 40px 20px; }
@media (min-width: 768px) {
  .footer-menu {
    padding: 60px 30px; } }
.footer-menu__inner {
  display: flex;
  flex-direction: column;
  width: 100%; }
@media (min-width: 1060px) {
  .footer-menu__inner {
    width: 1000px; } }
@media (min-width: 988px) {
  .footer-menu__inner {
    flex-direction: row;
    margin: 0 auto; } }
@media (min-width: 768px) {
  .footer-menu__inner .section_title {
    text-align: left;
    min-width: 210px;
    width: 20%; } }
.footer-menu__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px; }
@media (min-width: 988px) {
  .footer-menu__list {
    margin-top: 0; } }
@media (min-width: 768px) {
  .footer-menu__list {
    width: 78%;
    flex-direction: row;
    justify-content: space-between; } }
.footer-menu__list div {
  flex: 1 1 auto;
  margin-top: 30px; }
.footer-menu__list div:nth-of-type(1) {
  margin-top: 0; }
@media (min-width: 768px) {
  .footer-menu__list div {
    margin-top: 0; } }
.footer-menu__list div:nth-of-type(2) {
  padding-bottom: 30px;
  border-bottom: 1px solid #d6d6d6; }
@media (min-width: 768px) {
  .footer-menu__list div:nth-of-type(2) {
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px solid #d6d6d6; } }
@media (min-width: 768px) {
  .footer-menu__list div:nth-of-type(3) {
    text-align: right;
  }
  .footer-menu__list div:nth-of-type(3) ul {
    display: inline-block;
  }
  .footer-menu__list div:nth-of-type(3) ul li {
    text-align: left; } }
.footer-menu__list div p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3c3c3c; }
.footer-menu__list div ul li {
  margin-top: 20px; }
.footer-menu__list div ul li:nth-of-type(1) {
  margin-top: 0; }
.footer-menu__list div ul li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #147fbd; }
.footer-menu__list div ul li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 14px;
  border-top: 1px solid #147fbd;
  border-right: 1px solid #147fbd;
  transform: rotate(45deg); }

.footer {
  background: #147fbd;
  padding: 40px 20px; }
.footer h2 {
  color: #fff; }
@media (min-width: 768px) {
  .footer {
    padding: 60px 30px; } }
.footer__inner {
  display: flex;
  flex-direction: column; }
@media (min-width: 1060px) {
  .footer__inner {
    width: 1000px; } }
@media (min-width: 988px) {
  .footer__inner {
    margin: 0 auto;
    flex-direction: row; } }
@media (min-width: 768px) {
  .footer__inner .section_title {
    text-align: left;
    min-width: 210px;
    width: 20%; } }
.footer__list {
  margin-top: 30px; }
@media (min-width: 988px) {
  .footer__list {
    margin-top: 0; } }
.footer__list ul .list-inner-list {
  display: flex;
  flex-direction: column; }
@media (min-width: 768px) {
  .footer__list ul .list-inner-list {
    flex-direction: row; } }
.footer__list ul .list-inner-list:nth-of-type(1) li .pc-only {
  padding: 0 10px; }
.footer__list ul li {
  padding-bottom: 5px; }
.footer__list ul li p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff; }
.footer__list ul li p .list-item-color {
  display: inline-block;
  width: 85px;
  color: #8abfde; }
@media (min-width: 768px) {
  .footer__list ul li p .list-item-color {
    width: auto; } }
.footer__list ul li p .list-item-color2 {
  display: inline-block;
  color: #8abfde; }
.footer__list ul li p .list-item-text::before {
  content: ":";
  display: inline-block;
  margin-right: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff; }
.footer__list ul .list-map-link {
  margin-top: 0; }
@media (min-width: 768px) {
  .footer__list ul .list-map-link {
    margin: 15px 0 0 40px; } }
.footer__list ul .list-map-link a {
  color: #fff; }
.footer__list ul .list-margin {
  margin-top: 15px; }
.footer__copyright {
  margin-top: 65px;
  padding: 15px 0 40px;
  border-top: 1px solid #8abfde; }
.footer__copyright p {
  margin-top: 10px; }
.footer__copyright small, .footer__copyright p {
  font-size: 1.2rem;
  color: #8abfde; }
@media (min-width: 768px) {
  .footer__copyright {
    display: flex;
    justify-content: space-between;
  }
  .footer__copyright p {
    margin-top: 0; } }

/*トップ*/
.mv {
  padding-top: 100px;
  padding: 0 20px; }
@media (min-width: 768px) {
  .mv {
    padding: 0 30px; } }
.mv__wrapper {
  position: relative; }
@media (min-width: 768px) {
  .mv__wrapper {
    max-width: 1220px;
    margin: 0 auto; } }
.mv__inner {
  display: flex;
  justify-content: space-between; }
.mv__inner div {
  margin-top: 80px; }
@media (min-width: 768px) {
  .mv__inner div {
    margin-top: 0;
    margin-right: 30px; } }
@media (min-width: 988px) {
  .mv__inner div {
    margin-right: 4%; } }
.mv__title {
  padding: 15px;
  font-size: 3.6rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  line-height: 4.5rem;
  letter-spacing: -0.1rem;
  color: #3c3c3c;
  background: #fff;
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: 100; }
@media (min-width: 768px) {
  .mv__title {
    padding: 0 10px;
    position: inherit;
    font-size: 4.4rem;
    font-size: clamp(3.6rem, 4vw - 4px, 4.4rem); } }
.mv__title span {
  letter-spacing: -0.15rem; }
.mv__news {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 40px 20px 20px 20px; }
@media (min-width: 768px) {
  .mv__news {
    flex-direction: row;
    width: 490px;
    height: 120px;
    padding: 20px 0;
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: 100; } }
.mv__news-title {
  background: #fff; }
.mv__news-title p {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  color: #3c3c3c; }
@media (min-width: 768px) {
  .mv__news-title p {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    padding: 0 40px; } }
.mv__news-text {
  background: #fff;
  margin-top: 10px; }
.mv__news-text p {
  font-size: 1.4rem;
  color: #3c3c3c;
  word-break: break-all; }
.mv__news-text p span {
  font-weight: bold;
  color: #a0a0a0; }
@media (min-width: 768px) {
  .mv__news-text {
    margin-top: 0; } }

.top-service {
  margin-top: 50px;
  padding: 0 20px;
  display: flex;
  flex-direction: column; }
@media (min-width: 768px) {
  .top-service {
    max-width: 1000px;
    margin: 140px auto 0;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; } }
.top-service__inner {
  display: flex;
  flex-direction: column; }
@media (min-width: 768px) {
  .top-service__inner {
    width: 80%;
    max-width: 770px;
    flex-direction: row;
    justify-content: space-between;
    padding: 0; } }
.top-service__inner-item {
  width: 100%;
  margin-top: 50px; }
@media (min-width: 768px) {
  .top-service__inner-item {
    margin-top: 0;
    width: 28%; } }
.top-service__inner-item h3 {
  padding: 30px 0;
  font-size: 3.6rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  color: #3c3c3c;
  letter-spacing: -0.1rem;
  line-height: 4.2rem; }
@media (min-width: 768px) {
  .top-service__inner-item h3 {
    height: 140px;
    font-size: 2.8rem; } }
@media (min-width: 988px) {
  .top-service__inner-item h3 {
    font-size: 3.6rem; } }
.top-service__inner-item h3 span {
  letter-spacing: -0.5rem; }
@media (min-width: 768px) {
  .top-service__inner-text {
    height: 90px; } }
.top-service__inner-link p {
  margin-top: 20px; }

.top-advice {
  margin-top: 90px;
  padding: 0 20px;
  display: flex;
  flex-direction: column; }
@media (min-width: 768px) {
  .top-advice {
    max-width: 1000px;
    margin: 90px auto 0;
    padding: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; } }
.top-advice__wrapper {
  padding: 0 20px; }
@media (min-width: 768px) {
  .top-advice__wrapper {
    padding: 0;
    max-width: 770px; } }
.top-advice__inner {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  padding: 40px;
  background-image: url("../img/sp_background.jpg"); }
@media (min-width: 768px) {
  .top-advice__inner {
    margin-top: 0;
    padding: 60px 40px;
    flex-direction: row; } }
.top-advice__inner-item {
  margin-top: 40px;
  border-bottom: 1px solid #d6d6d6; }
.top-advice__inner-item div {
  position: relative; }
@media (min-width: 768px) {
  .top-advice__inner-item div {
    margin-top: 0;
    height: 220px;
  }
  .top-advice__inner-item div::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 200px;
    background: #d6d6d6;
    position: absolute;
    top: 0;
    right: 0; } }
.top-advice__inner-item div h3 {
  font-size: 2.4rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  color: #3c3c3c;
  line-height: 3rem;
  margin: 0 auto; }
@media (min-width: 768px) {
  .top-advice__inner-item div h3 {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; } }
.top-advice__inner-item p {
  margin: 20px 0;
  font-size: 1.4rem; }
@media (min-width: 768px) {
  .top-advice__inner-item p {
    margin: 20px 0 0; } }
.top-advice__inner-item:nth-of-type(1) {
  margin-top: 0; }
.top-advice__inner-item:nth-of-type(3) {
  border-bottom: 0; }
.top-advice__inner-item:nth-of-type(3) p {
  margin-bottom: 0; }
@media (min-width: 768px) {
  .top-advice__inner-item {
    margin-top: 0;
    border-bottom: 0;
  }
  .top-advice__inner-item:nth-of-type(1) p {
    padding-right: 40px;
  }
  .top-advice__inner-item:nth-of-type(2) p {
    padding: 0 20px;
  }
  .top-advice__inner-item:nth-of-type(3) div::after {
    display: none;
  }
  .top-advice__inner-item:nth-of-type(3) p {
    padding-left: 40px; } }

.top-about {
  margin-top: 140px;
  padding: 0; }
@media (min-width: 768px) {
  .top-about {
    margin-top: 190px;
    padding: 0; } }
.top-about__contents1 {
  text-align: center; }
.top-about__contents1 p {
  font-size: 3rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  color: #3c3c3c;
  line-height: 3.5rem; }
@media (min-width: 768px) {
  .top-about__inner {
    max-width: 1000px;
    margin: 0 auto;
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-position: center; } }
.top-about__contents2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }
@media (min-width: 768px) {
  .top-about__contents2 {
    margin-top: 0; } }
.top-about__contents2 div:nth-of-type(1) {
  padding-right: 40px; }
@media (min-width: 768px) {
  .top-about__contents2 div:nth-of-type(1) {
    padding-right: 0;
    align-self: center;
  }
  .top-about__contents2 div:nth-of-type(2) {
    align-self: flex-start;
  }
  .top-about__contents2 div:nth-of-type(2) p {
    margin-top: -100px;
  }
  .top-about__contents2 div:nth-of-type(3) {
    align-self: flex-end; } }
.top-about__contents2 div p {
  display: inline-block;
  padding: 20px 0;
  font-size: 3rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  color: #3c3c3c;
  line-height: 3.5rem; }
@media (min-width: 768px) {
  .top-about__contents2 div p {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; } }
.top-about__contents3 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }
@media (min-width: 768px) {
  .top-about__contents3 {
    margin-top: 50px;
    padding: 0 40px; } }
.top-about__contents3 div:nth-of-type(1) {
  padding-right: 40px; }
@media (min-width: 768px) {
  .top-about__contents3 div:nth-of-type(1) {
    padding-right: 0px;
    align-self: flex-end;
  }
  .top-about__contents3 div:nth-of-type(2) {
    align-self: flex-start; } }
.top-about__contents3 div:nth-of-type(2) img {
  margin-top: -70px; }
@media (min-width: 768px) {
  .top-about__contents3 div:nth-of-type(2) img {
    margin-top: 0; } }
.top-about__contents4 {
  margin-top: 40px;
  text-align: center; }
@media (min-width: 768px) {
  .top-about__contents4 {
    margin-top: 0; } }
.top-about__contents4 p {
  font-size: 2rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  color: #3c3c3c; }
@media (min-width: 768px) {
  .top-about__contents4 p {
    font-size: 1.8rem;
    margin-top: -160px; } }
.top-about__contents5 {
  margin-top: 40px;
  padding: 0 20px;
  display: flex;
  justify-content: center; }
@media (min-width: 768px) {
  .top-about__contents5 {
    margin-top: 140px;
    padding: 0 10px; } }
.top-about__contents6 {
  margin-top: 80px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media (min-width: 768px) {
  .top-about__contents6 {
    max-width: 1000px;
    margin: 80px auto 0;
    padding: 0;
    flex-direction: row;
    justify-content: flex-end; } }
.top-about__contents6-image {
  margin-top: 70px; }
@media (min-width: 768px) {
  .top-about__contents6-image {
    margin-top: 0; } }
.top-about__contents6-text {
  display: flex;
  flex-direction: column; }
@media (min-width: 768px) {
  .top-about__contents6-text {
    order: 2;
    padding-left: 80px; } }
.top-about__contents6-text div:nth-of-type(1) {
  flex: 1;
  text-align: center; }
@media (min-width: 768px) {
  .top-about__contents6-text div:nth-of-type(1) {
    text-align: left; } }
.top-about__contents6-text div:nth-of-type(1) p {
  font-size: 2.4rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体"; }
@media (min-width: 768px) {
  .top-about__contents6-text div:nth-of-type(1) p {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    display: inline-block; } }
.top-about__contents6-text div:nth-of-type(2) {
  margin-top: 35px;
  padding-left: 20px; }
@media (min-width: 768px) {
  .top-about__contents6-text div:nth-of-type(2) {
    margin-top: 0;
    padding-left: 0; } }

.top-contact {
  display: flex;
  flex-direction: column;
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  margin-top: 140px;
  padding: 0 20px; }
@media (min-width: 768px) {
  .top-contact {
    max-width: 1000px;
    margin: 90px auto 0;
    padding: 0;
    flex-direction: row;
    justify-content: space-between; } }
.top-contact .cta-wrapper {
  margin-top: 50px; }
@media (min-width: 768px) {
  .top-contact .cta-wrapper {
    margin-top: 0; } }

@media (min-width: 768px) {
  .top {
    padding: 10px 30px; } }

/*コピーサービス*/
.service {
  padding-top: 150px; }
@media (min-width: 768px) {
  .service {
    padding-top: 70px; } }
.service .service-wrap {
  padding: 0 20px; }
@media (min-width: 768px) {
  .service .service-wrap {
    padding: 0 30px; } }
@media (min-width: 768px) {
  .service__inner {
    max-width: 1000px;
    margin: 0 auto; } }
.service .section_title {
  padding-right: 0; }
@media (min-width: 768px) {
  .service .section_title {
    text-align: left;
    min-width: 210px;
    width: 20%; } }

.service-list {
  display: flex;
  flex-direction: column; }
@media (min-width: 988px) {
  .service-list {
    flex-direction: row; } }
@media (min-width: 988px) {
  .service-list__menu {
    width: 210px; } }
.service-list__menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px; }
@media (min-width: 988px) {
  .service-list__menu ul {
    flex-wrap: nowrap;
    position: sticky;
    top: 70px;
    justify-content: flex-start; } }
@media (min-width: 988px) {
  .service-list__menu ul li {
    width: 100%;
    padding: 0 5px; } }
@media (max-width: 987px) {
  .service-list__menu ul li {
    margin-top: 20px;
    padding: 0 20px;
    width: 33.3%;
    position: relative;
  }
  .service-list__menu ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #d6d6d6;
    position: absolute;
    top: 0;
    right: 0;
  }
  .service-list__menu ul li:nth-of-type(1), .service-list__menu ul li:nth-of-type(2), .service-list__menu ul li:nth-of-type(3) {
    margin-top: 0;
  }
  .service-list__menu ul li:nth-of-type(3)::after {
    display: none; } }
@media (max-width: 767px) {
  .service-list__menu ul li {
    padding: 0;
    width: 50%;
  }
  .service-list__menu ul li:nth-of-type(odd) {
    padding-right: 20px;
  }
  .service-list__menu ul li:nth-of-type(even) {
    padding-left: 20px;
  }
  .service-list__menu ul li:nth-of-type(even)::after {
    display: none;
  }
  .service-list__menu ul li:nth-of-type(3) {
    margin-top: 20px;
  }
  .service-list__menu ul li:nth-of-type(3)::after {
    display: block; } }
.service-list__menu ul a {
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: #147fbd; }
.service-list__menu ul a:hover {
  text-decoration: underline; }
@media (min-width: 988px) {
  .service-list__menu ul a {
    display: inline-block;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl; } }
.service-list__menu ul a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 3px 14px 0 0;
  border-top: 1px solid #147fbd;
  border-right: 1px solid #147fbd;
  transform: rotate(135deg); }
@media (min-width: 988px) {
  .service-list__menu ul a .arrow {
    display: none; } }
@media (min-width: 988px) {
  .service-list__menu .menu1 {
    width: 150px; } }
@media (min-width: 988px) {
  .service-list__menu .menu2 {
    width: 120px; } }
@media (min-width: 988px) {
  .service-list__wrapper {
    margin-top: 0;
    max-width: 770px; } }
.service-list__contents {
  display: flex;
  flex-direction: column; }
@media (min-width: 768px) {
  .service-list__contents {
    padding-top: 40px;
    flex-direction: row;
    background-image: url("../img/background03.jpg");
    background-repeat: repeat-x;
    background-position: top; } }
.service-list__contents > div:nth-of-type(1) {
  padding: 35px;
  background-image: url("../img/background03.jpg"); }
@media (min-width: 768px) {
  .service-list__contents > div:nth-of-type(1) {
    text-align: right;
    width: 13.7%;
    padding: 0;
    background-image: none; } }
.service-list__contents > div:nth-of-type(1) h3 {
  display: inline-block;
  font-size: 3rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  color: #3c3c3c;
  line-height: 3.5rem;
  text-align: left; }
@media (min-width: 768px) {
  .service-list__contents > div:nth-of-type(1) h3 {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    vertical-align: top; } }
.service-list__text {
  margin-top: 35px; }
@media (min-width: 768px) {
  .service-list__text {
    margin-top: 0;
    padding-left: 60px;
    width: 86.3%; } }
.service-list__text > p {
  font-size: 1.6rem;
  color: #3c3c3c; }
@media (min-width: 768px) {
  .service-list__text > p:nth-of-type(1) {
    margin-top: 100px; } }
.service-list__text .service-notes {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #3c3c3c; }
.service-list__text .link {
  margin-top: 25px; }

#ooban-monochrome,
#ooban-color,
#two-color,
#monochrome,
#color,
#other,
#print-out,
#scanning,
#mylar,
#laminate,
#hukuro-tozi,
#jou-seihon,
#kannon-2 {
  padding-top: 70px; }

.service-download,
.service-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
@media (min-width: 768px) {
  .service-download,
.service-contact {
    flex-direction: row; } }
.service-download .cta-wrapper,
.service-contact .cta-wrapper {
  margin-top: 50px; }
@media (min-width: 768px) {
  .service-download .cta-wrapper,
.service-contact .cta-wrapper {
    margin-top: 0; } }

.service-download {
  margin-top: 70px;
  padding-top: 70px; }
@media (min-width: 768px) {
  .service-download {
    padding-top: 70px;
    margin-top: 0; } }
.service-download .cta-wrapper p {
  font-size: 1.6rem; }

.service-contact {
  margin-top: 70px;
  padding-top: 70px; }

.service-kannon {
  margin-top: 25px; }
.service-kannon__image {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 25px; }
@media (min-width: 768px) {
  .service-kannon__image {
    flex-direction: row; } }
.service-kannon__image figure:nth-of-type(2) {
  margin-top: 20px; }
@media (min-width: 768px) {
  .service-kannon__image figure:nth-of-type(2) {
    margin-top: 0;
    margin-left: 15px; } }
.service-kannon__image figure figcaption {
  margin-top: 20px;
  font-size: 1.4rem;
  color: #3c3c3c; }
.service-kannon p {
  margin-top: 25px;
  font-size: 1.6rem;
  color: #3c3c3c; }
.service-kannon .under-line {
  background: linear-gradient(transparent 50%, #eae250 50%); }

/*価格表*/
.price {
  padding-top: 150px; }
@media (min-width: 768px) {
  .price {
    padding-top: 70px; } }
.price .price-wrap {
  padding: 0 20px; }
@media (min-width: 768px) {
  .price .price-wrap {
    padding: 0 30px; } }
@media (min-width: 768px) {
  .price__inner {
    max-width: 1000px;
    margin: 0 auto; } }
.price .section_title {
  padding-right: 0; }
@media (min-width: 768px) {
  .price .section_title {
    text-align: left;
    min-width: 210px;
    width: 20%; } }

.price-list {
  display: flex;
  flex-direction: column; }
@media (min-width: 988px) {
  .price-list {
    flex-direction: row; } }
@media (min-width: 988px) {
  .price-list__menu {
    width: 210px; } }
.price-list__menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px; }
@media (min-width: 988px) {
  .price-list__menu ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    position: sticky;
    top: 70px; } }
@media (min-width: 988px) {
  .price-list__menu ul li {
    width: 100%;
    padding: 0 5px;
    text-align: center; } }
@media (max-width: 987px) {
  .price-list__menu ul li {
    margin-top: 20px;
    padding: 0 20px;
    width: 33.3%;
    position: relative;
  }
  .price-list__menu ul li::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #d6d6d6;
    position: absolute;
    top: 0;
    right: 0;
  }
  .price-list__menu ul li:nth-of-type(1), .price-list__menu ul li:nth-of-type(2), .price-list__menu ul li:nth-of-type(3) {
    margin-top: 0;
  }
  .price-list__menu ul li:nth-of-type(3)::after {
    display: none; } }
@media (max-width: 767px) {
  .price-list__menu ul li {
    padding: 0;
    width: 50%;
  }
  .price-list__menu ul li:nth-of-type(odd) {
    padding-right: 20px;
  }
  .price-list__menu ul li:nth-of-type(even) {
    padding-left: 20px;
  }
  .price-list__menu ul li:nth-of-type(even)::after {
    display: none;
  }
  .price-list__menu ul li:nth-of-type(3) {
    margin-top: 20px;
  }
  .price-list__menu ul li:nth-of-type(3)::after {
    display: block; } }
.price-list__menu ul a {
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  color: #147fbd; }
.price-list__menu ul a:hover {
  text-decoration: underline; }
@media (min-width: 988px) {
  .price-list__menu ul a {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    display: inline-block;
    text-align: center; } }
.price-list__menu ul a .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 3px 14px 0 0;
  border-top: 1px solid #147fbd;
  border-right: 1px solid #147fbd;
  transform: rotate(135deg); }
@media (min-width: 988px) {
  .price-list__menu ul a .arrow {
    display: none; } }
@media (min-width: 988px) {
  .price-list__menu .menu1 {
    width: 150px; } }
@media (min-width: 988px) {
  .price-list__menu .menu2 {
    width: 120px; } }
@media (min-width: 988px) {
  .price-list__wrapper {
    padding-top: 0;
    max-width: 770px; } }
.price-list__contents {
  padding-top: 70px; }
.price-list__contents:nth-of-type(1) {
  padding-top: 0; }
.price-list__contents-item .price-text {
  margin-top: 30px;
  font-size: 1.6rem;
  color: #3c3c3c; }
.price-list__contents-item .title4 {
  margin-top: 30px; }
.price-list__contents-item-scrollarea {
  position: relative; }
.price-list__contents-item-scrollarea .scroll-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.price-list__contents-item-scrollarea .scroll-btn-next, .price-list__contents-item-scrollarea .scroll-btn-before {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "";
  position: absolute;
  bottom: 5px;
  width: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 2; }
.price-list__contents-item-scrollarea .scroll-btn-next > span, .price-list__contents-item-scrollarea .scroll-btn-before > span {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff; }
.price-list__contents-item-scrollarea .scroll-btn.mono > span {
  height: 135px; }
.price-list__contents-item-scrollarea .scroll-btn.ooban > span {
  height: 206px; }
.price-list__contents-item-scrollarea .scroll-btn.scan > span {
  height: 346px; }
.price-list__contents-item-scrollarea .scroll-btn-next {
  right: -15px; }
.price-list__contents-item-scrollarea .scroll-btn-next span {
  transform: rotate(45deg) translateX(-4px); }
.price-list__contents-item-scrollarea .scroll-btn-before {
  left: -15px; }
.price-list__contents-item-scrollarea .scroll-btn-before span {
  transform: rotate(-135deg) translateX(-4px); }

.price-table {
  width: 100%;
  table-layout: fixed;
  font-size: 1.6rem;
  font-weight: bold;
  border-spacing: 5px; }

th {
  padding: 20px 5px;
  background: #147fbd;
  color: #fff; }
@media (min-width: 988px) {
  th {
    width: 125px;
  }
  th[colspan="2"] {
    width: 250px; } }

td {
  padding: 20px 10px;
  background: #e5e5e5;
  text-align: right;
  color: #3c3c3c; }
@media (min-width: 988px) {
  td {
    width: 125px;
  }
  td[colspan="2"] {
    width: 250px; } }

.td-text {
  text-align: center;
  padding: 50px 0; }
@media (min-width: 768px) {
  .td-text {
    padding: 0;
    height: 208px; } }

.th-white {
  background: #fff;
  color: #3c3c3c; }

.th-sticky {
  position: sticky;
  top: 0;
  left: 5px;
  z-index: 1; }

.th-sticky::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  border: 5px solid #fff; }

.ooban-copy,
.monochrome-copy {
  overflow-x: auto; }
.ooban-copy .price-table th,
.ooban-copy .price-table td,
.monochrome-copy .price-table th,
.monochrome-copy .price-table td {
  width: 125px; }
.ooban-copy .price-table th[colspan="2"],
.ooban-copy .price-table td[colspan="2"],
.monochrome-copy .price-table th[colspan="2"],
.monochrome-copy .price-table td[colspan="2"] {
  width: 250px; }

.price-contentsWrapper {
  display: flex;
  flex-direction: column;
  margin-top: 30px; }
@media (min-width: 768px) {
  .price-contentsWrapper {
    flex-direction: row; } }
.price-contentsWrapper__item {
  margin-top: 20px; }
@media (min-width: 768px) {
  .price-contentsWrapper__item {
    margin-top: 0; } }
.price-contentsWrapper__item:nth-of-type(1) {
  margin-top: 0; }

.price-contents__title {
  padding: 0 5px;
  margin-bottom: 5px; }
.price-contents__title p {
  padding: 5px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3c3c3c;
  text-align: center;
  border: 1px solid #d6d6d6; }

.two-color-copy {
  width: 100%;
  margin-top: 30px; }
@media (min-width: 768px) {
  .two-color-copy {
    width: 265px; } }

.print-out {
  margin-top: 25px; }
.print-out .price-table th {
  width: 30%; }
.print-out .price-table td {
  width: 70%;
  font-weight: normal;
  text-align: left; }
.print-out .price-table tr:nth-of-type(2) td {
  padding: 0 10px; }

.price-maillink {
  display: flex;
  flex-direction: column;
  margin-top: 20px; }
@media (min-width: 768px) {
  .price-maillink {
    flex-direction: row; } }
.price-maillink > p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3c3c3c; }
@media (min-width: 768px) {
  .price-maillink > p {
    margin-right: 10px; } }
.price-maillink .link {
  margin-top: 20px; }
@media (min-width: 768px) {
  .price-maillink .link {
    margin-top: 0; } }

@media (min-width: 988px) {
  .seihon-kakushu .price-table th,
.seihon-kakushu .price-table td {
    width: 120px; } }
@media (min-width: 988px) {
  .seihon-kakushu .price-table {
    width: 245px; } }
.seihon-kakushu .price-contents__title p {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  text-align: left; }
@media (min-width: 768px) {
  .seihon-kakushu .price-contents__title p {
    justify-content: center;
    flex-direction: row; } }
.seihon-kakushu .price-contents__title p span {
  display: inline-block; }
.seihon-kakushu .price-contents__title p span:nth-of-type(1) {
  width: 50px;
  margin-right: 10px; }
.seihon-kakushu .price-contents__title p span:nth-of-type(2) {
  line-height: 2rem; }
.seihon-kakushu .price-contents__title.ori-nori-cut p {
  display: block;
  line-height: 2rem;
  padding: 20px 10px; }

.plus-mark p {
  text-align: center;
  font-size: 3rem; }

.price-download,
.price-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
@media (min-width: 768px) {
  .price-download,
.price-contact {
    flex-direction: row; } }
.price-download .cta-wrapper,
.price-contact .cta-wrapper {
  width: 100%;
  margin-top: 50px; }
@media (min-width: 768px) {
  .price-download .cta-wrapper,
.price-contact .cta-wrapper {
    margin-top: 0; } }

.price-download {
  margin-top: 70px;
  padding-top: 70px; }
@media (min-width: 768px) {
  .price-download {
    padding-top: 70px;
    margin-top: 0; } }
.price-download .cta-wrapper p {
  font-size: 1.6rem; }

.price-contact {
  margin-top: 70px;
  padding-top: 70px; }

.price-notes {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #3c3c3c; }

/*店舗のご案内*/
.shopguide-wrapper {
  padding: 0 20px; }
@media (min-width: 768px) {
  .shopguide-wrapper {
    padding: 0 30px; } }

.shopguide {
  padding-top: 150px; }
@media (min-width: 768px) {
  .shopguide {
    margin: 70px auto 0;
    padding-top: 0;
    max-width: 1000px; } }
@media (min-width: 768px) {
  .shopguide__inner {
    max-width: 768px;
    margin: 0 auto; } }
.shopguide__text {
  margin-top: 50px; }
.shopguide__text p {
  margin-top: 30px; }
.shopguide__text p:nth-of-type(1) {
  margin-top: 0; }
.shopguide__map {
  height: 0;
  margin: 30px auto 0;
  overflow: hidden;
  padding-bottom: 64.97%;
  position: relative; }
.shopguide__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
.shopguide__accsess {
  margin-top: 50px; }
.shopguide__accsess p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3c3c3c; }
.shopguide__accsess p:nth-of-type(3) {
  margin-top: 20px;
  font-size: 1.4rem; }

.shopguide__payment {
  margin-top: 50px; }
.shopguide__payment p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #3c3c3c; }
.shopguide__payment p:nth-of-type(3) {
  margin-top: 20px;
  font-size: 1.4rem; }


.shopguide-contact {
  margin-top: 90px; }
.shopguide-contact__inner {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 35px;
  background-image: url("../img/background.jpg"); }
@media (min-width: 768px) {
  .shopguide-contact__inner {
    margin-top: -100px; } }
.shopguide-contact__inner p {
  padding: 35px;
  font-size: 2.1rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  letter-spacing: -0.23rem;
  color: #3c3c3c; }
@media (min-width: 768px) {
  .shopguide-contact__inner p {
    padding: 0; } }
@media (min-width: 768px) {
  .shopguide-contact__inner {
    padding: 140px; } }

/*私たちについて*/
.about-wrapper {
  padding: 0 20px; }
@media (min-width: 768px) {
  .about-wrapper {
    padding: 0 30px; } }

.about {
  padding-top: 150px; }
@media (min-width: 768px) {
  .about {
    margin: 70px auto 0;
    padding-top: 0;
    max-width: 1000px; } }
.about__inner {
  text-align: center; }
@media (min-width: 768px) {
  .about__inner {
    max-width: 768px;
    margin: 0 auto 0; } }
.about__text {
  display: inline-block;
  margin: 50px auto 0;
  text-align: left; }
.about__text p {
  margin-top: 30px;
  font-size: 1.6rem; }
.about__text p:nth-of-type(1) {
  margin-top: 0; }
.about__text .company {
  margin-top: 80px;
  text-align: right; }
.about__image {
  margin: 50px auto 0;
  width: 100%; }
.about-company {
  margin-top: 90px; }
.about-company div p {
  padding: 20px 0; }

.about-business {
  margin-top: 50px; }
.about-business div p {
  padding: 20px 0; }

.about-contact {
  margin-top: 90px; }
.about-contact__inner {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  padding-bottom: 35px;
  background-image: url("../img/background.jpg"); }
@media (min-width: 768px) {
  .about-contact__inner {
    margin-top: -100px; } }
.about-contact__inner p {
  padding: 35px;
  font-size: 2.1rem;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体";
  font-weight: 400;
  letter-spacing: -0.23rem;
  color: #3c3c3c;
  text-align: left; }
@media (min-width: 768px) {
  .about-contact__inner p {
    text-align: center;
    padding: 0; } }
@media (min-width: 768px) {
  .about-contact__inner {
    padding: 140px; } }

.list {
  width: 100%; }
.list dl {
  width: 100%;
  display: flex;
  flex-flow: column;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }
@media (min-width: 768px) {
  .list dl {
    flex-flow: row wrap; } }
.list dl dt {
  flex-basis: 28%;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #d6d6d6;
  background: #e6e6e6; }
.list dl dt:last-of-type {
  border-bottom: 0; }
.list dl dd {
  flex-basis: 72%;
  padding: 20px;
  font-size: 1.6rem;
  border-bottom: 1px solid #d6d6d6;
  background: #fff; }
.list dl dd:last-of-type {
  border-bottom: 0; }
@media (min-width: 768px) {
  .list dl dd {
    border-right: 1px solid #d6d6d6; } }

/*お問い合わせ*/
.contact-wrapper {
  padding: 0 20px; }
@media (min-width: 768px) {
  .contact-wrapper {
    padding: 0 30px; } }

.contact {
  padding-top: 150px; }
@media (min-width: 768px) {
  .contact {
    margin: 70px auto 0;
    padding-top: 0;
    max-width: 1000px; } }
@media (min-width: 768px) {
  .contact__inner {
    max-width: 768px;
    margin: 0 auto 0; } }
.contact__text {
  margin-top: 50px; }
.contact__text p {
  font-size: 1.6rem;
  margin-top: 30px; }
.contact__text p:nth-of-type(1) {
  margin-top: 0; }
.contact__list {
  display: flex;
  flex-direction: column;
  margin-top: 50px; }
@media (min-width: 768px) {
  .contact__list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between; } }
.contact__item {
  margin-top: 30px; }
.contact__item:nth-of-type(1) {
  margin-top: 0px; }
@media (min-width: 768px) {
  .contact__item {
    margin-top: 0;
  }
  .contact__item:nth-of-type(3) {
    margin-top: 30px; } }
@media (min-width: 768px) {
  .contact__item {
    width: 354px; } }
.contact__item > p:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3c3c3c; }
.contact__item > p:nth-of-type(2) {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #3c3c3c; }
.contact__item span {
  font-size: 1.6rem; }
.contact__item .cta-button {
  margin-top: 20px; }
.contact__item .delivery-address {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #3c3c3c; }
.contact__item .delivery-address span {
  display: inline-block;
  padding: 5px 20px;
  margin-right: 20px;
  background: #ececec; }
.contact__item-tell {
  width: 100%;
  margin-top: 20px;
  line-height: 75px;
  text-align: center;
  background-color: #ececec; }
@media (min-width: 768px) {
  .contact__item-tell {
    width: 354px; } }
.contact__item-tell p {
  font-size: 2.4rem;
  font-weight: bold;
  color: #147fbd; }
.contact__item-tell p .tel-link {
  color: #147fbd; }
.contact__data-title {
  margin-top: 50px; }
.contact__data-title p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 1.6rem; }
.contact__data {
  display: flex;
  flex-direction: column;
  margin-top: 50px; }
@media (min-width: 768px) {
  .contact__data {
    flex-direction: row;
    justify-content: space-between; } }
