@charset "utf-8";

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #ffffff;
  background-color: #000000;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .2em;
  -webkit-text-size-adjust: 100%;
}

header .container {
  margin-top: 0px;
}

footer {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 12px 0 0;
    color: #ffffff;
    background-color: #000000;
}

.container {

}

section {
    position: relative;
}

.section {
  margin-bottom: 12em;
}

#flowNmenu .section:last-child {
    margin-bottom: 4em;
}

#topContents {
  margin-bottom: 8em;
}

#mainContents {
  margin: 0 auto;
}


.basefont {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 200;
}

.logofont {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.menufont {
  font-family: "Kapakana", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.number {
  font-size: 3em;
  color: #F7DFB1;
  font-family: "Kapakana", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
}

.numberRight {
  text-align: right;
}

.gold {
  color: #F7DFB1;
}

address {
    font-style: normal;
    padding-left: 18px;
    font-size: 80%;
}

/* heading */

h1 {

}

h2 {

}

h3 {
  font-size: 1.5em;
}


h4 {

}

h5 {

}

/* */

#mainContents a {
  color: #ffffff;
  font-size: 95%;
  text-decoration: none;
}

#mainContents a:hover {
  color: #F7DFB1;
  text-decoration: underline;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:active {
  outline: none;
}

button:focus {
  outline: none;
}

.ud {
  font-size: 80%;
}

#topImage {
  width: 100%;
  max-width: 1420px;
  height: 400px;
  padding: 3rem 0;
  margin: 0 auto 0;
  text-align: center;
  background-image: url("/images/top.jpg");
  background-repeat: no-repeat;
  background-clip: border-box;
  background-origin: content-box;
  background-position: top center;
  background-size: cover;
  display: grid;
  place-items: center;
}

#copy {
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: 200;
}

#mainNav {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: .5em 0;
}

#mainNav .navbar-brand {
  color: #F7DFB1;
  padding: 0 10px;
  font-size: 1.8em;
  letter-spacing: .3em;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 13px;
  text-transform: uppercase;
  color: #F7DFB1;
}

#mainNav .navbar-nav > li.nav-item > a {
  padding: 0 1.8em;
  font-size: 1.2em;
  letter-spacing: .2em;
  color: #F7DFB1;
  text-decoration: none;
  border-right: 1px solid #F7DFB1;
  transition: .4s;
}

#mainNav .navbar-nav > li.nav-item:last-child > a {
  border-right: none;
}

#mainNav .navbar-nav > li.nav-item > a:hover {
  color: #DDAD14;
  transition: .4s;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:active {
  outline: none !important;
}

button:focus {
  outline: none !important;
}

.logoTitle {
  color: #F7DFB1;
  text-align: center;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 4em;
  letter-spacing: .3em;
}

.flow-exp {
  font-size: 1.4em;
}

.rt {
  font-size: 1em;
}

.centerJustificationG {
  display: grid;
  place-items: center;
}

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

.box {
  position: relative;
}

.centerJustificationA {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: auto;
  text-align: center;
}

.mt-6  {
  margin-top: 6em;
}

.mt-7 {
  margin-top: 7em;
}

.mt-8 {
  margin-top: 8em;
}

.mb-6 {
  margin-bottom: 6em;
}

.mb-7 {
  margin-bottom: 7em;
}

.mb-8 {
  margin-bottom: 8em;
}

#menu h3 {
  text-align: left;
}

#menu table {
  border: none;
  font-size: 2.6em;
}

#menu table th, #menu table td {
  font-weight: normal;
  font-style: normal;
}

#w-menu,#w-bs-menu {
  color: #CE8C8D;
}

#m-menu {
  color: #8497B7;
}

#access table {
  margin: 3em auto;
}

#access table th,#access table td {
  padding: 0 0 2em;
  vertical-align: text-top;
}


.smallfont {
  font-size: 80%;
}

/* scale-imagge */

.scaleBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  }

.scaleImg {
  width: 100%;
  height: auto;
  transition-duration: 0.5s;
  }

.scaleImg:hover {
  transform: scale(1.2,1.2);
  cursor: pointer;
  }

  /* dl */

dl.flat {
    display: flex;
    flex-wrap: wrap;
}

dl.flat > dt {
    width: 33%;
    height: auto;
    margin-bottom: 18px;
    vertical-align: middle;
}

dl.flat > .seibun {
    min-width: 200px;
    text-align: center;
    padding: 5px 8px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

dl.flat > dd {
    margin-top: -8px;
    margin-left: auto;
    margin-bottom: 1.6rem;
    width: 63%;
}

/* notes */

p.notes,
ul.notes {
    color: #EDDE7B;
    font-size: 95%;
    text-align: left;
    margin: 0;
    padding: 0;
}

ul.notes li {
    list-style: none;
}

ul.notes li span {
    margin-right: .1rem;
}

br.pc {
  display: block;
}


br.smd {
  display: none;
}


/* btn */

.btn,
input[type="submit"] {
  font-size: 14px;
  font-weight: 800;
  padding: 10px 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FF9562;
  background-color: #fff;
  border-color: #FF9562;
  border-radius: 0;
}

input[type="submit"].btn_cf7 {
  width: 200px;
  margin: 2rem 0;
}

/* Back to Top */

#backtoTop {
  text-align: center;
  margin-bottom: 2em;
}

#backtoTop a {
  padding: 0 1.8em;
  font-size: 1.2em;
  letter-spacing: .2em;
  color: #F7DFB1;
  text-decoration: none;
  transition: .4s;
}

#backtoTop a:hover {
  color: #DDAD14;
  transition: .4s;
  text-decoration: none;
}

#typo {
  display: none;
    position: fixed;
    bottom: 0px;
    right: 10px;
    font-size: 8em;
    letter-spacing: .3em;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 1000;
}

#typography {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1000;
}

/* SNS Button */

#snsButton ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#snsButton ul li {
  font-size: 200%;
  display: inline-block;
  margin: 0 .5rem;
}

/* icon */

.elink a[href^="http://"]:after {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}

.elink a[href^="https://"]:after {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}

/* MAP */

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 400px !important;
  border: 0;
}

.scrollbox {

}

.valueBox {
  display: flex;
  align-items: center;
  width: 46%;
  height: 100px;
  margin: 0 2%;
  padding-left: 120px;
  background: url("/images/dm-solid.png");
  background-position: 0px 0px;
  background-size: 100px;
  background-repeat: no-repeat;
  vertical-align: middle;
}

#flow {
  display: flex;
}

.flowBox h3 {
  flex-wrap: nowrap;
}

.flowBox {
  width: 98%;
  height: auto;
  margin: 1%;
  padding: 0;
  background: url("/images/dm-bg.png");
  background-position: center center;
  background-size: 100px;
  background-repeat: no-repeat;
}

.flowBox p {
  font-size: 80%;
}

#menuBox {
  display: flex;
  align-items: center;
  scroll-behavior: smooth;
  white-space: nowrap;
  flex: 0 0 auto;
  width: 400px;
}

/* BTN */

.abtn {
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
  margin-left: auto;
  text-align: right;
}

.abtn a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  border: 1px #ffffff solid;
  font-size: 90%;
  width: 100%;
  max-width: 200px;
  padding: 12px 24px;
  background: #000000;
  color: #ffffff !important;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}

.abtn a:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
}

/* current */

.current{
  position: relative;
}

.current::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  display: inline-block;
  width: 20%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F7DFB1;
  border-radius: 2px;
  transition: 0.3s ease-in-out;
}

.pc {
  display: block;
}

.smd {
  display: none;
}

@media only screen and (max-width: 1399px) {


}

@media only screen and (max-width: 1299px) {


}

@media only screen and (max-width: 991px) {

#typography {
}

.numberRight {
  text-align: left;
}

#menu h3 {
  text-align: center;
}

#menuBox img {
  width: 400px;
}

.valueBox {
  width: 100%;
}

#flow {
  display: inline-block;
}

.flowBox {
  width: 100%;
  height: auto;
  padding: 10px 0;
}

.flowBox p {
  font-size: 90%;
}

}

@media only screen and (max-width: 767px) {

.pc {
  display: none;
}

.smd {
  display: block;
}

.current::after {
  display: none;
}


.navbar-collapse {
  padding: 1em 0 0;
}

.navbar-toggler-icon {
 background-image: url("/images/nav.png") !important;
  width: 1.5em !important;
  height: 1.5em;
}

ul.navbar-nav {
  text-align: center;
  transition: 0.3s ease-in;
}

.show ul.navbar-nav {
  background-color: #000000;
  text-align: center;
  transition: 0.3s ease-in;
}

.fixed-top {
  margin: 0;
  padding: 0;
}

#mainNav {
  background-color: #000000;
}

#mainNav .navbar-nav > li.nav-item > a {
  padding: 1em .5em;
  color: #F7DFB1;
  text-decoration: none;
  border-right: none;
  border-top: #F7DFB1 1px solid;
  border-bottom: #F7DFB1 1px solid;
  transition: 0.3s ease-in;
  transition: .4s;
}

}

@media only screen and (max-width: 600px) {

.scrollbox {
  min-width: 500px;
  overflow-x: scroll;
}

#menuBox img {
  width: 400px;
}


.scrollbox p {
  width: 500px;
}

.abtn a {
  width: 100%;
  text-align: center;
  margin: 2em auto;
}

}

@media only screen and (max-width: 400px) {

br.pc {
  display: none;
}


br.smd {
  display: block;
}

}


/* clearfix */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    display: block;
}