@charset "UTF-8";
/*
Theme Name:  Hitoma
Description: A single page theme for minimalist.
Theme URI:   https://soooooko.com/wordpress-themes/hitoma/
Author:      Soooooko
Author URI:  https://soooooko.com/
Text Domain: hitoma
Version:     1.0.3
Tags:        one-columns, responsive
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* **************************
  ベース
************************** */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #585757;
  background: #f5f5f5;
  margin: 0;
  padding: 15px;
}

h1 {
  font-size: 1.6rem;
}

h2 {
  font-size: 1.4rem;
}

h3 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1rem;
  font-weight: normal;
}

h6 {
  font-size: 1rem;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2rem 0 1.6rem;
}

p {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}

a {
  color: #1887e2;
}

a:hover {
  color: #136bb4;
}

blockquote {
  position: relative;
  font-style: italic;
  margin: 2rem;
}

cite {
  font-size: 0.9em;
  margin-bottom: 1.6rem;
}

ul {
  margin-bottom: 1.6rem;
}

ul li {
  margin-bottom: 0.3rem;
}

table {
  width: 100%;
  margin: 1.6rem 0;
  border-top: #c0c0c0 solid 1px;
  border-right: #c0c0c0 solid 1px;
  border-collapse: collapse;
}

th {
  font-weight: normal;
  background: #c0c0c0;
  padding: 0.6rem;
  border-right: #c0c0c0 solid 1px;
  border-bottom: #c0c0c0 solid 1px;
}

td {
  margin: 0;
  padding: 0.6rem;
  border-left: #c0c0c0 solid 1px;
  border-bottom: #c0c0c0 solid 1px;
  word-break: break-all;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0 0 1rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

label {
  width: 100%;
}

input {
  width: 100%;
  color: #686868;
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  padding: 0.4rem;
}

textarea {
  width: 100%;
  color: #686868;
  background: #f7f7f7;
  border: 1px solid #d1d1d1;
  padding: 0.4rem;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  width: 100%;
  color: #ffffff;
  background-color: #1887e2;
  padding: 1rem;
  border: none;
  line-height: 1;
  -webkit-appearance: none;
  border-radius: 0;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background-color: #115e9d;
}

button a, input[type="button"] a, input[type="reset"] a, input[type="submit"] a {
  color: #ffffff;
  text-decoration: none;
}

button a:hover, input[type="button"] a:hover, input[type="reset"] a:hover, input[type="submit"] a:hover {
  color: #ffffff;
  text-decoration: none;
}

.button {
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
}

.download {
  max-width: 100%;
  color: #ffffff;
  background-color: #1887e2;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.download:hover {
  color: #ffffff;
  background-color: #115e9d;
}

.back {
  max-width: 920px;
  color: #ffffff;
  background-color: #585757;
  margin: 0 auto;
}

.back a {
  display: block;
  color: #ffffff;
}

.back:hover {
  color: #ffffff;
  background-color: #323131;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

pre {
  color: #ffffff;
  background: #1C4678;
  padding: 1rem;
  line-height: 1.6rem;
  border-radius: 5px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  color: #ffffff;
  background: #1C4678;
  padding: 4px;
  border-radius: 5px;
}

/* **************************
  ヘッダー
************************** */
header {
  max-width: 920px;
  margin: 10px auto 20px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  header {
    flex-direction: column;
  }
}

.title {
  color: #212121;
  display: flex;
  align-items: center;
}

.title a {
  color: #212121;
  text-decoration: none;
}

@media (max-width: 767px) {
  .title {
    display: block;
    text-align: center;
    max-width: 100%;
    flex-shrink: 0;
  }
}

.title-logo {
  display: block;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .title-logo {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}

.title-text {
  font-size: 1.6rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .title-text {
    margin-top: 0 !important;
    display: block;
  }
}

@media (max-width: 767px) {
  .contact {
    display: table;
    margin: 1rem auto 1rem auto;
  }
}

.contact-number {
  font-size: 1.3rem;
  font-weight: bold;
}

.contact-text {
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 4px;
}

/* **************************
  メインコンテンツ
************************** */
main {
  display: block;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

main > section {
  margin-bottom: 20px;
}

.main_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.main_image-catch_phrase {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0;
}

@media (max-width: 767px) {
  .main_image-catch_phrase {
    font-size: 1.8rem;
  }
}

@media (max-width: 599px) {
  .main_image-catch_phrase {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .main_image-catch_phrase {
    font-size: 1rem;
  }
}

.contents-container {
  width: 100%;
  background-color: #ffffff;
}

.contents {
  width: 100%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 5px 60px 5px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .contents {
    padding: 10px;
  }
}

.contents h1 {
  margin-top: 4rem;
}

.contents h1:first-child {
  margin-top: 0;
}

.contents p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contents img {
  margin-bottom: 1rem;
}

/* **************************
  マップ
************************** */
.map {
  max-width: 920px;
  margin: 20px auto 0 auto;
  overflow: hidden;
}

.map-footer {
  font-size: 0.9rem;
}

.map-footer > p {
  margin-top: 0;
}

/* **************************
  フッター
************************** */
footer {
  max-width: 450px;
  margin: 40px auto;
  text-align: center;
}

footer a {
  color: #585757;
  text-decoration: none;
}

.footer-scroll_up {
  display: block;
  font-weight: bold;
}

.footer-scroll_up::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px solid #585757;
  border-right: 5px solid #585757;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: auto;
  margin-right: auto;
}

.footer-scroll_up:hover {
  color: #ff0000;
  text-decoration: none;
}

.footer-scroll_up:hover::before {
  border-top: 5px solid #ff0000;
  border-right: 5px solid #ff0000;
}

.footer-information {
  border-top: 10px solid #585757;
  margin-top: 15px;
  padding-top: 20px;
}

.footer-information-privacy_policy {
  font-size: 1rem;
  margin-bottom: 10px;
}

/* **************************
  その他
************************** */
.response_code {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

/* **************************
  WordPressデフォルト書き換え
************************** */
.contents-container .wp-block-column {
  margin-right: 16px;
}

.contents-container .wp-block-column:first-child {
  margin-left: 0;
}

.contents-container .wp-block-column:last-child {
  margin-right: 0;
}

@media (min-width: 600px) {
  .contents-container .wp-block-column:last-child {
    margin-left: 0;
  }
  .contents-container .wp-block-column:not(first-child), .contents-container .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .contents-container .wp-block-column:last-child {
    margin-left: 0;
  }
  .contents-container .wp-block-column:not(first-child) {
    margin-left: 16px;
  }
  .contents-container .wp-block-column:not(first-child), .contents-container .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

@media screen and (min-width: 600px) and (max-width: 781px) {
  .contents-container .wp-block-column {
    flex-basis: 100%;
  }
  .contents-container .wp-block-column:last-child {
    margin-right: 0;
  }
}

@media (max-width: 781px) {
  .contents-container .wp-block-column {
    margin-right: 16px;
  }
  .contents-container .wp-block-column:not(first-child), .contents-container .wp-block-column:nth-child(2n) {
    margin-right: 0;
  }
  .contents-container .wp-block-column:not(first-child):last-child, .contents-container .wp-block-column:nth-child(2n):last-child {
    margin-right: 0;
  }
  .contents-container .wp-block-column:last-child {
    margin-right: 0;
  }
}

.contents-container .wp-block-image .aligncenter,
.contents-container .wp-block-image .alignleft,
.contents-container .wp-block-image .alignright,
.contents-container .wp-block-image.is-resized {
  display: block;
}

.contents-container .wp-block-image .aligncenter {
  text-align: center;
}

.contents-container .wp-block-image .alignleft {
  text-align: left;
}

.contents-container .wp-block-image .alignright {
  text-align: right;
}

