@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #333333;
  text-decoration: none;
  opacity: 1;
  /*-webkit-transform: 0.3s all;
          transform: 0.3s all;*/
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #00A99D;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

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

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
  position: relative;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans JP", sans-serif;
  _font-weight: 600;
  font-style: normal;
  _font-weight: normal;
}

.fwb {
  font-weight: bold;
}

.fw-regular {
  font-weight: 400;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/******スクロールで画像を縮小*********/
.zoom-out {
  overflow: hidden;
  position: relative;
}
.zoom-out img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
  transform: scale(1.1);
}
.zoom-out.effect img {
  transform: scale(1);
}

/************メガメニュー等************/
body.is-open {
  overflow-y: hidden;
}

/****サイト コンテンツ固定幅 *****/
.site-wrapper {
  min-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-wrapper {
    min-width: auto;
  }
}

.inner {
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}
/*******サイト共通*********/
@media screen and (max-width: 767px) {
  .main {
    padding-top: 50px;
  }
}

/*******ヘッダー******/
header {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999999;
}
@media screen and (max-width: 767px) {
  header {
    position: relative;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner .header__logo_box {
    background-color: #f4d563;
  }
}
header .header-inner .logo {
  width: 219px;
  position: absolute;
  top: -2px;
  right: calc(50% - 510px);
}
@media screen and (max-width: 767px) {
  header .header-inner .logo {
    top: -50px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    /* width: 147px; */
    background: #f4d563;
    width: 100%;
    height: 50px;
  }
}
header .header-inner .logo a {
  display: block;
}
@media screen and (max-width: 767px) {
  header .header-inner .logo a {
    width: 100%;
  }
}
header .header-inner .logo a img {
  display: block;
}
@media screen and (max-width: 767px) {
  header .header-inner .logo a img {
    display: block;
    width: 160px;
    text-align: center;
    margin: 0 auto;
  }
}

/*******共通コンテンツ要素上書き*******/
/*******フッター******/
footer {
  background: #fff;
  padding: 0 0 70px;
  min-width: 1200px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 100px;
    min-width: 100%;
  }
}
footer p {
  color: #00A99D;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 1.2rem;
  }
}
footer .footer-txtbox span {
  display: block;
  margin: 0 auto;
}
footer .footer-txtbox span.imgtxt {
  max-width: 409px;
}
@media screen and (max-width: 767px) {
  footer .footer-txtbox span.imgtxt {
    max-width: 450px;
    width: 80%;
  }
}
footer .footer-txtbox span.imgtxt2 {
  max-width: 483px;
}
@media screen and (max-width: 767px) {
  footer .footer-txtbox span.imgtxt2 {
    max-width: 450px;
    width: 100%;
  }
}
footer .footer-txtbox span img {
  width: 100%;
}

/******各セクション共通******/
.contents-section .section-ttl {
  position: relative;
  margin: 0 auto 55px;
}
@media screen and (max-width: 767px) {
  .contents-section .section-ttl {
    margin: 0 auto 35px;
  }
}
.contents-section .section-ttl span.imgicon_home {
  position: relative;
  margin: 0 auto 35px;
  display: block;
  max-width: 173px;
}
@media screen and (max-width: 767px) {
  .contents-section .section-ttl span.imgicon_home {
    margin: 0 auto 25px;
    max-width: 143px;
  }
}
.contents-section .section-ttl figure {
  position: relative;
}
.contents-section .section-ttl img {
  width: 100%;
}
.contents-section p.intro-txt {
  font-weight: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .contents-section p.intro-txt {
    font-weight: 1.6rem;
  }
}
.contents-section p.intro-txt + p {
  margin-top: 45px;
}
.contents-section p.intro-txt span.marker {
  color: #00A99D;
}
.contents-section ul.section-list-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents-section ul.section-list-col2 li {
  max-width: 487px;
  width: 100%;
  border-radius: 10px;
}
.contents-section ul.section-list-col2.ex li {
  max-width: 537px;
  width: 100%;
  border-radius: 0;
}

/******固定ボタン******/
.webmall {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 9999;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .webmall {
    top: auto;
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1920px) {
  .webmall {
    right: calc(50% - 960px);
  }
}
@media screen and (max-width: 1080px) {
  .webmall {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .webmall {
    top: auto;
    right: 0;
    bottom: 0;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .webmall.inner {
    padding: 0;
  }
}
.webmall a.webmall_link {
  display: block;
  padding: 0.8em 0.7em;
  color: #fff;
  font-size: 2rem;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  border-radius: 0.5em 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .webmall a.webmall_link {
    width: 50%;
    padding: 1em 0.7em;
    font-size: 1.4rem;
    -ms-writing-mode: inherit;
        writing-mode: inherit;
    text-align: center;
    border-radius: 0.8em 0.8em 0 0;
  }
}
.webmall a.webmall_link.first {
  background-color: #e4007f;
}
.webmall a.webmall_link.second {
  background-color: #00a540;
}
@media screen and (min-width: 768px) {
  .webmall a.webmall_link.second {
    margin-top: 10px;
  }
}
.webmall #pc_bnr_menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .webmall #pc_bnr_menu {
    display: block;
    margin-bottom: 1em;
    width: 150px;
    transition: 0.3s all;
  }
}
@media screen and (min-width: 768px) {
  .webmall #pc_bnr_menu:hover {
    opacity: 0.9;
  }
}

/******ページトップに戻るボタン******/
#page-top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 5%;
  bottom: 15px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #page-top {
    width: 40px;
    height: 40px;
    bottom: 85px;
    right: 3%;
  }
}

#page-top.top {
  visibility: visible;
  opacity: 1;
}
#page-top.top.is-fixed {
  bottom: 150px;
}
@media screen and (max-width: 767px) {
  #page-top.top.is-fixed {
    bottom: 200px;
  }
}

#page-top a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #00b9ef;
  border-radius: 50%;
}
#page-top a:before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(225deg);
  position: absolute;
  top: 30px;
  left: 22px;
}
@media screen and (max-width: 767px) {
  #page-top a:before {
    width: 15px;
    height: 15px;
    top: 16px;
    left: 12px;
  }
}

@media (pointer: fine) {
  #page-top a:hover {
    opacity: 0.4;
  }
}

/******下層ページ共通******/
/**電話リンクスマホのみ**/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/**Mailto**/
.mailto span:after {
  content: "@";
}

/******調整******/
.mt0 {
  margin-top: 0 !important;
}

.mt20 {
  margin-top: 20px;
}

.mb01 {
  margin-bottom: 1em;
}

.mb02 {
  margin-bottom: 2em;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb35 {
  margin-bottom: 35px;
}/*# sourceMappingURL=common.css.map */