@charset "UTF-8";
/* ===================================================================
Theme Name: Grobal Style
=================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;&display=swap");
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}
body {
    background-image: url(../img/bg.png);
    background-repeat: repeat;
}
input, textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

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

a, input {
  outline: none;
}

input, textarea {
  border-radius: 0;
  font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

abbr, acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1367px) {
  .hidden-desktop {
    display: none;
  }
}

@media screen and (min-width: 961px) and (max-width: 1366px) {
  .hidden-laptop {
    display: none;
  }
}

@media screen and (min-width: 601px) and (max-width: 960px) {
  .hidden-tablet {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none;
  }
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
}

p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding-bottom: 30px;
  font-weight: 600;
}

.center {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .center {
    text-align: justify;
  }
}

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

.large {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.30769;
}

.middle {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.64706;
}

.small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: 400;
}

.red {
  color: #BC0000;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.middle {
  margin-top: 40px;
}

.number {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #EC2008;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border-radius: 20px;
    line-height: 2;
    letter-spacing: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

/*  Inview animation  */
.inv {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

.logo img {
  transition: all 0.3s;
}

.logo:hover img {
  opacity: 0.7;
}

/*  scroll icon animation  */
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0);
  }
}

/*  contents  */
.content {
    max-width: 900px;
    /* [disabled]margin-top: 30px; */
    margin-right: auto;
    margin-left: auto;
    /* [disabled]margin-bottom: 30px; */
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .content {
    padding: 0 5%;
  }
}

.content .content-narrow {
  max-width: 530px;
  margin: 50px auto 30px;
}

.content .content-narrow.no-margin {
  margin: 30px auto;
}

.section-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
    font-weight: 600;
    border-bottom: 2px solid #EC2008;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.section {
  padding-top: 60px;
}

.section .title {
    background-color: #FFA299;
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    padding: 20px 0;
    margin-bottom: 30px;
    font-weight: 600;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgba(0,0,0,1.00);
}
.title-new {
    background-color: #ED6174;
    text-align: center;
    font-size: 40px;
    font-size: 3rem;
    line-height: 1;
    padding: 20px 0;
    margin-bottom: 30px;
    font-weight: 600;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgba(255,255,255,1.00);
}

.section .title span {
  font-size: 24px;
  font-size: 2.4rem;
}
.section .title span.number {
    font-size: 28px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #EC2008;
    width: 60px;
    height: 60px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    border-radius: 100px;
    line-height: 1;
    letter-spacing: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section .section-title {
    border-bottom: 2px solid #FD4648;
}

.btn-link {
  background: #F08300;
  color: #FFFFFF;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 auto;
  transition: all 0.3s;
  border: solid 3px #F08300;
}

.btn-link::after {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}

.btn-link:hover {
  background: #FFFFFF;
  color: #F08300;
  border: solid 3px #F08300;
}

.pagetop {
  background: #F08300;
  color: #FFFFFF;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  z-index: 100;
}

@media screen and (max-width: 600px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
  }
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 600px) {
  html {
    font-size: 60%;
  }
}

body {
    color: #212121;
    font-family: 'Noto Sans JP', sans-serif;
    height: 100%;
    width: 100%;
    line-height: 1;
    letter-spacing: 0.05rem;
    text-align: left;
    padding: 0px;
    margin: 0px;
}

@media screen and (max-width: 960px) {
  body.open {
    position: fixed;
  }
}

::selection {
  background: #212121;
  color: #FFFFFF;
  text-shadow: none;
}

::-moz-selection {
  background: #212121;
  background: #212121;
  text-shadow: none;
}

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

.legacy-ie a {
  color: #4285f4;
  text-decoration: none;
}

.noscript {
  background: #f5f5f5;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000;
}

/*  header  */
.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 60px;
  padding: 0 0 0 20px;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .header .container .logo {
    width: 70%;
    height: auto;
  }
}

/*  footer  */
.footer {
    padding: 30px 20px;
    background-color: #FF9C96;
}

.footer .middle {
  padding-bottom: 10px;
  display: block;
}

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

.footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

#kv {
  padding-top: 60px;
}

@media screen and (min-width: 961px) {
  #kv .image {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  #kv .image {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

#kv .image img {
  width: 100%;
}

#kv .title {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2.17391;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #kv .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.25;
  }
}

#kv .title span {
    color: #EC2008;
    font-weight: bold;
    font-size: 40px;
}

@media screen and (max-width: 600px) {
  #kv .title span {
    font-size: 28px;
  }
}

#kv .caution {
    padding: 20px;
    border: 2px solid #ED6174;
    margin-bottom: 30px;
}

#kv .caution .small {
  margin-bottom: 0;
}

#kv .caution h2 {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #kv .caution h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

#kv .caution h3 {
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #kv .caution h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
    text-align: left;
  }
}

#info .caution {
    border: 2px solid #EC2008;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769;
    font-weight: 600;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  #info .caution {
    justify-content: flex-start;
  }
}

#info .caution span {
    color: #EC2008;
}

#info .title {
    background-color: #EC2008;
    color: #FFFFFF;
    padding: 30px 0;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36364;
    font-weight: 600;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  #info .title {
    margin: 0 -5% 30px;
  }
}

#info .content-narrow .caution {
    border-left: 2px solid #ED6173;
    border-right: 2px solid #ED6174;
    border-bottom: 2px solid #EC2008;
    border-top: 2px solid #ED6174;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.41176;
    font-weight: 600;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  #info .content-narrow .caution {
    justify-content: flex-start;
  }
}

.entry-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (min-width: 961px) {
  .entry-wrap .text {
    width: 49%;
  }
}

.entry-wrap .image {
  margin-bottom: 30px;
}

@media screen and (min-width: 961px) {
  .entry-wrap .image {
    width: 49%;
  }
}

.saler li {
  border-bottom: 1px dashed #F08300;
  padding: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.saler li .num {
  color: #FF7F00;
  font-weight: 600;
}

.saler li .name {
  margin-left: 15px;
  font-weight: 600;
  display: block;
}

@media screen and (min-width: 601px) {
  .saler li .name {
    width: 350px;
  }
}

@media screen and (max-width: 600px) {
  .saler li .address {
    width: 100%;
    margin-top: 10px;
  }
}

.acd-check {
  display: none;
}

@media screen and (min-width: 961px) {
  .acd-label {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .acd-label {
    background-color: #FF0000;
    display: block;
    position: relative;
    margin: -30px auto 30px;
  }
}

@media screen and (min-width: 961px) {
  .acd-label:after {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .acd-label:after {
    background: #FF0000;
    box-sizing: border-box;
    content: '▼';
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 30px;
    font-size: 3rem;
    color: #FFFFFF;
  }
}

@media screen and (min-width: 961px) {
  .acd-content {
    visibility: visible;
    height: auto;
    max-width: 800px;
    margin: auto;
  }
}

@media screen and (max-width: 960px) {
  .acd-content {
    display: none;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .5s;
    visibility: hidden;
  }
}

.acd-content .q {
    background-color: #EC2008;
    padding: 20px;
    margin-bottom: 0;
    color: #FFFFFF;
}

.acd-content .a {
  padding: 20px 20px 30px;
}

.acd-check:checked + .acd-label:after {
  content: '▲';
}

@media screen and (max-width: 960px) {
  .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 0;
    visibility: visible;
    display: block;
  }
}

.red {
    color: #EC2008;
}
.white { color: #fff;}

.entry {
  margin-bottom: 30px;
}

.entry img {
  width: 100%;
  height: auto;
}

.entry h1 {
  font-size: 22px !important;
}

.entry h2 {
  font-size: 20px !important;
}

.entry h3 {
  font-size: 18px !important;
}

.entry h4 {
  font-size: 16px !important;
}

.entry h5 {
  font-size: 14px !important;
}

.entry h6 {
  font-size: 14px !important;
}

.entry p {
  margin-bottom: 10px;
}

.entry blockquote {
  background: #EEE;
  padding: 15px 15px 5px 15px;
  margin-bottom: 10px;
}

.entry ul {
  list-style: disc;
  margin-left: 20px;
}

.entry ol {
  margin-left: 20px;
}

.entry strong {
  font-weight: bold;
}

.entry .alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

.entry .alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

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

@media screen and (max-width: 960px) {
.pc-none {
    display: none;
}
    .syuryo {
    font-size: 25px!important;
}
}
