@charset "UTF-8";
/* Scss Document */
html, body {
  color: #42210b;
  font-family: 'Kiwi Maru', serif;
  font-style: normal;
  font-size: 16px;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: 500;
  letter-spacing: .0em;
  animation: fadeIn 2s ease 0s 1 normal;
  overflow-x: hidden;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }
  @media (max-width: 600px) {
    html, body {
      font-size: 14px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

p {
  font-size: 1rem;
  text-align: justify;
  line-height: 1.75em; }
  @media (max-width: 600px) {
    p {
      line-height: 1.7em; } }

p.small {
  font-size: .75rem;
  color: #afa194; }

h3.h3_type1 {
  width: 100%;
  max-width: 1000px;
  margin: auto auto 50px;
  font-size: 35px;
  position: relative;
  padding-top: 73px; }
  h3.h3_type1 .mark {
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 600px) {
    h3.h3_type1 {
      font-size: 28px;
      margin: auto auto 25px;
      padding-top: 35px; }
      h3.h3_type1 .mark {
        display: none; } }

.indent-dot {
  padding-left: .6em;
  text-indent: -0.6em;
  line-height: 1.7em; }

.t-key {
  color: #e56433; }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

.t-medium {
  font-weight: 500; }

.t-bold {
  font-weight: 700; }

.t-black {
  font-weight: 900; }

.t-small {
  font-size: 75%;
  letter-spacing: .05em; }

@media (max-width: 1100px) {
  .pc {
    display: none; } }

@media (min-width: 1101px) {
  .tab {
    display: none; } }

@media (min-width: 1101px) {
  .tab-only {
    display: none; } }
@media (max-width: 600px) {
  .tab-only {
    display: none; } }

@media (max-width: 600px) {
  .pctab {
    display: none; } }

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

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease; }

a.opa:hover {
  opacity: .7; }

a.u_line {
  text-decoration: underline; }

a.btn_type1 {
  display: block;
  background-color: #e56433;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  width: 100%;
  max-width: 350px;
  margin: auto;
  color: white;
  padding: 1.3rem 0;
  border-radius: 1.8rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: .2em;
  transition: .3s; }
  a.btn_type1:hover {
    background-color: #f89800; }

a.btn_type1_left {
  display: block;
  background-color: rgba(248, 152, 0, 0.2);
  background-image: url("../img/arrow_left.svg");
  background-repeat: no-repeat;
  background-position: left 15px center;
  width: 100%;
  max-width: 350px;
  margin: auto;
  color: #e56433;
  padding: 1.3rem 0;
  border-radius: 1.8rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: .2em;
  transition: .3s; }
  a.btn_type1_left:hover {
    background-color: rgba(229, 100, 51, 0.2); }

.w-pc {
  width: 90%;
  max-width: 1000px;
  margin: auto; }

.w-560 {
  width: 90%;
  max-width: 560px;
  margin: auto; }

.w-660 {
  width: 84%;
  max-width: 660px;
  margin: auto; }

.w-700 {
  width: 90%;
  max-width: 700px;
  margin: auto; }

.w-800 {
  width: 90%;
  max-width: 800px;
  margin: auto; }

.w-820 {
  width: 84%;
  max-width: 820px;
  margin: auto; }

.w-950 {
  width: 90%;
  max-width: 950px;
  margin: auto; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.anchor {
  padding-top: 100px;
  margin-top: -100px; }
  @media (max-width: 600px) {
    .anchor {
      padding-top: 50px;
      margin-top: -50px; } }

ul.square {
  width: 100%;
  text-align: left;
  line-height: 1.8em; }
  ul.square li {
    margin-bottom: .8rem;
    padding-left: 1.3em;
    text-indent: -1.3em; }
    ul.square li::before {
      content: "■";
      padding-right: .3em; }

ul.circle {
  width: 100%;
  text-align: left;
  line-height: 1.4em; }
  ul.circle li {
    margin-bottom: .8rem;
    padding-left: 1.3em;
    text-indent: -1.3em; }
    ul.circle li::before {
      content: "●";
      padding-right: .3em; }

ul.dots {
  width: 100%;
  text-align: left;
  line-height: 1.4em;
  margin-top: .5em; }
  ul.dots li {
    margin-bottom: .8rem;
    padding-left: .9em;
    text-indent: -.9em; }
    ul.dots li::before {
      content: "・";
      padding-right: .3em; }

ol.num {
  width: 100%;
  box-sizing: border-box;
  padding-left: 1.7em;
  text-align: left;
  line-height: 2em; }
  ol.num li {
    margin-bottom: .8rem; }

ol.kakko {
  margin-left: 3em;
  /* サイトに合せて調整 */
  text-align: left;
  width: calc(100% - 3em);
  line-height: 2em; }
  ol.kakko > li {
    list-style-type: none;
    counter-increment: cnt; }
    ol.kakko > li::before {
      font-weight: bold;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "（" counter(cnt) "）";
      display: inline-block;
      margin-left: -3em;
      /* サイトに合せて調整 */
      width: 3em;
      /* サイトに合せて調整 */ }

.g_map {
  width: 100%;
  height: 0;
  padding-top: 42.8%;
  position: relative;
  overflow: hidden; }
  .g_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 600px) {
    .g_map {
      padding-top: 65%; } }

.border_dot {
  background-image: repeating-linear-gradient(-1deg, #f89800, #f89800 11px, transparent 11px, transparent 16px, #f89800 16px), repeating-linear-gradient(89deg, #f89800, #f89800 11px, transparent 11px, transparent 16px, #f89800 16px), repeating-linear-gradient(179deg, #f89800, #f89800 11px, transparent 11px, transparent 16px, #f89800 16px), repeating-linear-gradient(269deg, #f89800, #f89800 11px, transparent 11px, transparent 16px, #f89800 16px), repeating-linear-gradient(0deg, rgba(240, 225, 204, 0.8) 0px 1px, transparent 1px 24px), repeating-linear-gradient(90deg, rgba(240, 225, 204, 0.8) 0px 1px, transparent 1px 24px);
  background-size: 3px 100%, 100% 3px, 3px 100% , 100% 3px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,repeat,repeat;
  background-color: #fcf9f5;
  border-radius: 25px; }
