@charset "UTF-8";
/* CSS Document */
/*
Theme Name:Akagawa Nouki
Author: OK COMPUTER
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,400;0,500;0,700;1,100;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 62.5%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  font-size: 1rem;
  line-height: 1.5em;
  position: relative;
  overflow-x: hidden; }

ol, ul {
  list-style: none;
  list-style-position: inside; }

blockquote, q {
  quotes: none; }

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

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

img {
  max-width: 100%;
  height: auto; }

img.w_85 {
  max-width: 85%;
  height: auto; }

img.w_75 {
  max-width: 75%;
  height: auto; }

img.w_50 {
  max-width: 50%;
  height: auto; }

html {
  scroll-behavior: smooth; }

@media screen and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; } }
/**************************
FORMAT
**************************/
.bold {
  font-weight: bold; }

.red {
  color: #FF5454; }

.c_yellow {
  color: #FFF683; }

.marker {
  display: inline;
  padding: 0 1px 0px;
  line-height: 2em;
  text-align: center;
  background: linear-gradient(transparent 60%, rgba(255, 246, 131, 0.5) 60%); }

.center {
  text-align: center !important; }

.a_left {
  text-align: left !important; }

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

.center_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.honbun {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1280px; }

.mb_5 {
  margin-bottom: 5px !important; }

.mb_10 {
  margin-bottom: 10px !important; }

.mb_20 {
  margin-bottom: 20px !important; }

.mb_30 {
  margin-bottom: 30px !important; }

.mb_35 {
  margin-bottom: 35px !important; }

.mb_40 {
  margin-bottom: 40px !important; }

.mb_50 {
  margin-bottom: 50px !important; }

.mb_60 {
  margin-bottom: 60px !important; }

.mb_70 {
  margin-bottom: 70px !important; }

.mb_80 {
  margin-bottom: 80px !important; }

.mb_90 {
  margin-bottom: 90px !important; }

.mb_100 {
  margin-bottom: 100px !important; }

.ml_10 {
  margin-left: 10px; }

.pad_5 {
  padding: 5px; }

.pad_10 {
  padding: 10px; }

.pad_right_10 {
  padding: 0 10px 0 0; }

.pad_10-20 {
  padding: 10px 20px !important; }

.pad_20 {
  padding: 20px; }

.pad_30 {
  padding: 30px !important; }

.pad_area {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .pad_area {
      padding-top: 50px;
      padding-bottom: 50px; } }

.small {
  font-size: 0.8em; }

.medium {
  font-size: 1.2em; }

.large {
  font-size: 1.5em; }

.clear {
  clear: both; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.res_block {
  display: none !important; }

.res_none {
  display: block !important; }

.res_center {
  text-align: left !important; }

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

@media screen and (max-width: 850px) {
  .res_block {
    display: block !important; }

  .res_none {
    display: none !important; }

  .res_center {
    text-align: center !important; }

  .right_res_center {
    text-align: center !important; } }
/*LINK*/
a:link,
a:visited {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #5BB431; }

a img {
  border: none; }

a:hover img {
  transition: .3s;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -moz-opacity: 0.80; }

/**************************
FRAMEWORK
**************************/
body {
  font-size: 16px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5em;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif; }

/*骨組み*/
#wrapper {
  margin: 0px auto;
  overflow: hidden; }

.container {
  /*padding-top: 80px;*/
  width: 100%;
  height: auto;
  min-height: 400px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      margin-top: 70px; } }

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 0 1rem; }

.contents_650 {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  padding: 0 1rem; }

.bg_contact {
  background-color: #ffb4ff;
  background-color: #fff;
  padding: 3rem 0; }

.bg_contact_thanks {
  min-height: 100vh;
  background-color: #fff;
  padding: 3rem 0; }

address {
  background-color: #ffb4ff;
  background-color: #fff;
  text-align: center;
  padding: 1rem; }

/* ++++++++++++++++++++++++ */
/* TOPIMAGE */
/* ++++++++++++++++++++++++ */
.top_nouki {
  position: relative;
  min-height: 410px; }
  @media screen and (max-width: 767px) {
    .top_nouki {
      min-height: 200px; } }

.flex_2_1 {
  margin: 0 auto;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .flex_2_1 > div {
    margin: 0;
    padding: 10px;
    width: 50%; }
    @media (max-width: 767px) {
      .flex_2_1 > div {
        margin: 0;
        width: 100%; } }

/* ++++++++++++++++++++++++ */
/* CONTACT */
/* ++++++++++++++++++++++++ */
.ttl_contact {
  font-size: 1.875rem;
  font-weight: 900;
  margin-bottom: 2.25rem;
  line-height: 2.5rem;
  text-align: center; }
  @media (max-width: 767px) {
    .ttl_contact {
      font-size: 1.3rem; } }

.ttl_tel {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  text-align: center; }
  @media (max-width: 767px) {
    .ttl_tel {
      font-size: 1.3rem; } }

.contact-form {
  max-width: 500px;
  margin: 0 auto;
  font-family: sans-serif; }

dl {
  margin: 0;
  padding: 0; }

.hissu {
  color: #fff;
  background-color: #FF0000;
  font-size: 0.7em;
  margin-left: 10px;
  padding: 3px 5px; }

dt {
  margin-top: 15px;
  font-weight: bold; }

dd {
  margin: 5px 0 15px 0; }

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  border: 1px solid #000; }

textarea {
  height: 120px;
  resize: vertical; }

.auto-fill {
  margin-top: 5px;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer; }

.submit-area {
  text-align: center;
  margin-top: 20px; }

.submit-area button.send {
  background-color: #ccc;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s; }
  .submit-area button.send:hover {
    background-color: #FF3700;
    transition: 0.3s; }
.submit-area button.return {
  background-color: #ccc;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s; }
  .submit-area button.return:hover {
    background-color: #999;
    transition: 0.3s; }

dl.form dt {
  font-weight: bold; }
dl.form dd {
  margin: 5px auto 1.5rem 1rem; }

ul.list_contact li {
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 0.8rem;
  line-height: 1rem; }

/*pageTop*/
#pageTop {
  background: url("images/pagetop.svg");
  width: 40px;
  height: 40px;
  background-size: cover;
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 10000;
  text-indent: -9999em;
  cursor: pointer;
  transition: .3s; }

#pageTop:hover {
  background: url("images/pagetop.svg");
  background-size: cover;
  bottom: 3%;
  transition: .3s; }

a.btn_more {
  background-color: #ccc;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s; }
  a.btn_more:hover {
    background-color: #FF3700;
    transition: 0.3s; }
