@charset "UTF-8";
@import url("grid.min.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
:root {
  --base-color: #1e1e1e;
  --link-color: #1e1e1e;
  --linkhover-color: #666;
  --back-color: #f7f7f7;
  --border-color: #ccc;
  --white-color: #fff;
}
.red{ color: red;}

html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  background: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  color: #878787;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}
h2 {
  font-size: 3.0rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}
h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media (min-width: 550px) {
  h1 {
    font-size: 3.0rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  h4 {
    font-size: 2.0rem;
  }
  h5 {
    font-size: 1.8rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
} /* font-size: 1.2rem;*/
img {
  max-width: 100%;
  height: auto;
}
a {
  color: var(--link-color);
  text-decoration-line: none;
}
a:hover {
  color: var(--linkhover-color);
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
button, .button { margin-bottom: 1rem; }
input, textarea, select, fieldset { margin-bottom: 1.5rem; }
pre, blockquote, dl, figure, table, p, ul, ol, form { margin-bottom: 1rem; }

hr { margin-top: 3rem; margin-bottom: 3.5rem; border-width: 0; border-top: 1px solid #E1E1E1; }
*/

ul.list-note {
  list-style: none !important;
}
ul.list-note li {
  padding-left: 1em;
  color: #878787;
  font-size: 1.3rem;
  text-indent : -1em;
  padding-left : 1em;
}
ul.list-note li::before {
  content: "\203B";
}
ul.list-note li.circle::before {
  content: "\25CF";
}

.center {
  text-align: center;
}
.bottom20 {
  margin-bottom: 2vh;
}
.bottom50 {
  margin-bottom: 5vh;
}
.spacer {
  display: block;
  overflow: hidden;
  height: 3vh;
}
@media screen and (max-width: 390px) {
  .spacer {
    height: 1vh;
  }
}
@media screen and (min-width:768px) {
  br.br-sm {
    display: none;
  }
  br.br-md {
    display: none;
  }
}
@media screen and (max-width:767px) {
  br.br-sm {
    display: block;
  }
  br.br-md {
    display: none;
  }
}
@media screen and (max-width:600px) {
  br.br-sm {
    display: block;
  }
  br.br-md {
    display: none;
  }
}
@media screen and (max-width:390px) {
  br.br-sm {
    display: none;
  }
  br.br-md {
    display: block;
  }
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  display: flex;
  flex-direction: row;
  padding: 2rem 0 0 0;
}
.header-box {
  margin-left: auto;
  margin-top: 8px;
}
main {
  margin: 0;
}
section {
  margin: 1em 0;
  padding: 3rem 0;
}
@media screen and (min-width:768px) {
  section {
    margin: 1em 0;
    padding: 3rem 0;
  }
}
.container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 2.0rem;
  display: block;
}
.gray-back {
  background-color: var(--back-color);
}
.contact-button {
  padding: 1rem;
  border: 2px solid var(--base-color);
}
.note-caution {
    color: #878787;
    font-size: 1.3rem;
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
.MV-container {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 20vh;
}
.MV-ltop {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
    z-index: 10;
}
.MV-rtop {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}
.MV-ltop img {
  position: absolute;
  left: 50px;
  top: 50px;
}
.MV-rtop img {
  position: absolute;
  right: 0;
  top: 0;
}
.MV-ctop {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.MV-ctop img {
  width: 60%;
}
.MV-box {
  position: relative;
}
.MV-main {
  display: block;
  padding: 0;
  text-align: center;
    
    background: #940B00;
}
.MV-txt {
  position: absolute;
  z-index: 1;
  bottom: 2vh;
  width: 100%;
  padding: 0;
  font-weight: bold;
  color: #38338f;
  text-align: center;
  line-height: 2em;
}
.MV-txt_inner {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2em;
}
.MV-txt img {
  display: inline;
  margin: 0;
  width: 150px;
}
.MV-txt span {
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .MV-ctop img {
    width: auto;
  }
  .MV-box {
    /*padding: 100px 2vw 0;*/
  }
  .MV-main img {
    width: 100%;
      padding: 0;
      margin: 0;
  }
  .MV-txt {
    font-size: 2.5rem;
  }
  .MV-txt img {
    width: 200px;
    margin-bottom: 0;
  }
  .MV-txt p {
    display: inline;
  }
}
@media screen and (max-width: 390px) {
  .MV-txt {
    font-size: 1rem;
  }
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––– */

.headline {
    background: #940B00;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem 2rem;
  margin: 0 auto 1vh;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .headline {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 390px) {
}

/* –––––––––––––––––––––––––––––––––––––––––––––––––– */
.col_margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.col_box {
  position: relative;
  border: 2px solid var(--base-color);
  border-radius: 10px;
  padding: 3rem 1rem 2rem;
  height: 100%;
  color: #38338f;
  vertical-align: middle;
}
.col_cacth {
  top: -15px;
  position: absolute;
  left: calc(50% - 50px);
}
.col_cacth img{
  width: 100px;
  height: 30px;
}
.col_box_inner {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.col_box_inner P{
  text-align: left;
  padding: 0 5px;
}
.col_box_inner h3 {
  font-weight: bold !important;
}
/*-------------------------------------
img.present1 {
  display: none;
}
img.present2 {
  display: block;
}
@media screen and (min-width: 768px) {
  img.present1 {
    display: block;
  }
  img.present2 {
    display: none;
  }
}
/*-------------------------------------*/



#information dl{
  margin: 20px auto 10px;
  max-width:1000px;
  border-bottom: 1px solid #808080;
  overflow:hidden;
}


#information dt{
  display: table-cell;
  clear:left;
  float:left;
  width:20%;
  padding: 15px 10px;
  font-weight:normal;
  text-align:left;
  border-top: 1px solid #808080;
  background-color: #e6e6e6;
}

@media screen and (max-width: 767px) {
    #information dt{
  width:25%;
}
}



#information dt:nth-child(5){
  padding: 30px 10px;
}

#information dd:nth-child(6){
  font-size: 30px;
  font-weight: bold;
}


#information dt:nth-child(7){
    padding: 40px 10px; 
}

#information dd:nth-child(8){
  padding:15px 0 15px 15px;
}


#information dd{
  border-top: 1px solid #808080;
  padding: 15px 0 15px 10px;
  margin: 0;
  float:left;
  width:80%;
  position:relative;
  text-align: left;

}
@media screen and (max-width: 767px) {
   #information dd{
  width:75%;
}
}

#information dd p{
  margin: 4px 0;
  line-height: 1.5em;
}
.day_gray{
  background-color: #e6e6e6;
  width: 90px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  font-weight:normal;
}
.information-inner-img {
    width: 100%;
    padding: 15px auto 30px;
    text-align: center;
}
.information-inner-img img{
    width: 100%;
    margin: 20px 0;
}
/*-------------------------------------*/
.Block_box-inner-img {
    width: 100%;
    padding: 15px auto 30px;
    text-align: center;
}
.Block_box-inner-img img{
    width: 100%;
    max-width: 500px;
}
.Block_box-inner-txt{
    font-weight: normal;
    text-align: left;
  color: var(--white-color);
    padding: 15px 0 30px;
        margin: 0 ;
}
@media screen and (max-width: 767px) {
    .Block_box-inner-txt{
        padding: 15px 15px 30px;
    width: 100%;
    max-width: 500px;
        margin: 0 auto;
    }
}

/* -------------------------------------*/
.note-acd {
  max-width: 100%;
  margin: 0 auto 1vh;
}
.note-acd .acd_header {
  background-color: #888;
  font-size: 1em;
  font-weight: bold;
    color: #FFF;
  padding: 1rem;
  text-align: left;
  position: relative;
  z-index: 1;
}
.note-acd .acd_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.note-acd .acd_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.note-acd .acd_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.note-acd .acd_header .i_box .one_i:before, .note-acd .acd_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #666;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.note-acd .acd_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.note-acd .acd_header.open .i_box .one_i:before {
  content: none;
}
.note-acd .acd_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.note-acd .acd_inner {
  display: block;
  padding: 1rem;
  box-sizing: border-box;
}
.note-acd .acd_inner p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .note-acd .acd_header {
    font-size: 18px;
  }
  .note-box .note-acd .acd_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .note-acd .acd_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

/*-------------------------------------*/
.copyright {
  padding: 15px 0 15px;
  font-size: 1.1rem;
  color: var(--white-color);
}
.copyright_inner {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 2rem 3rem;
}
.copyright a {
  color: var(--white-color);
  text-decoration: none;
  display: inline;
}
.copyright .copy {
  float: left;
}

/*------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
#pagetop a {
  display: block;
  background-color: #000;
  color: var(--white-color);
  width: 50px;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #fff;
}
#pagetop a:hover {
  background-color: #444444;
}

@media screen and (max-width: 1024px) {
  #pagetop {
    bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #mobile_bt a{
    display: none;
  }
}
