@charset "utf-8";
/* CSS Document */
body {
  display: table;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  color: #000;
  line-height: 1.6;
  position: relative;
  font-family: sans-serif;
}
.chatext a {
  color: #000000;
  margin-left: 5%;
}
.chatext2 a {
  color: #000000;
 border-bottom: dotted 1px;
}
@media screen and (min-width:768px) {
  h1 {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 30px 0;
  }
  #header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #000;
  }
  .logo img {
    margin-left: 10px;
    width: 25%;
  }
  #g-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "antiquarian", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    color: #fff;
  }
  .menu {
    width: 80%;
    text-align: center;
  }
  #g-nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: auto;
    padding: 0;
  }
  #g-nav-list li {
    display: inline-block;
    margin: auto 10px;
  }
  #g-nav-list li:last-child {
    margin-right: 10;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  .m_btn2 {
    color: #90939B;
  }
  section {
    padding: 50px 30px;
    overflow: hidden;
    height: 100%;
  }
  #area1 {
    width: 90vw;
    height: 100%;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
  }
  .name {
    display: inline-block;
    padding: 5px;
  }
  .area-btn {
    position: absolute;
    bottom: 15;
  }
	.sub_btn{
		width: 800px;
		margin: 0 auto 50px auto;
	}
	.sub_btn img{
		width: 180px;
	}
  .subtitle {
    width: 100%;
    margin: 0 auto;
  }
  .subtitle img {
    display: block;
    width: 80%;
    max-width: 650px;
    margin: auto;
  }
  #area2 {
    width: 90vw;
    min-height: 100%;
    margin: auto;
    padding-bottom: 160px;
    justify-content: space-between;
  }
  .toku_menu {
    display: inline-block;
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  .row {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
  .center {
    width: 80%;
    height: 100%;
    margin: auto;
    text-align: center;
  }
  .center img {
    max-width: 800px;
    width: 98%;
  }
	  .center video {
    max-width: 600px;
    width: 98%;
  }
  .center2 {
    width: 50%;
    height: 100%;
    margin: auto;
    text-align: center;
  }
  .center2 img {
    width: 50%;
  }
  .chatext table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .chatext th {
    width: 30%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  }
  .chatext td {
    width: 70%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  }
	
	
	
	.chatext2 {
    width: 50%;
    margin: auto;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4D5766;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: left;
    animation: neon_blink2 2s infinite alternate;
  }	
	
	  .chatext2 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .chatext2 th {
    width: 8%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
	  text-align: center;
  }
  .chatext2 td {
    width: 50%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
	  padding-left: 10px;
  }
	

	
	
	
	
	
	
  #area3 {
    width: 90vw;
    min-height: 100%;
    margin: auto;
    padding-bottom: 160px;
    justify-content: space-between;
  }
  .chaname {
    width: 100%;
    font-family: "dnp-shuei-4gob-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.1em;
    border-top: 1px solid #6C6C6C;
    border-bottom: 1px double #6C6C6C;
    color: #000;
    padding: 20px auto;
    text-align: center;
    margin: auto;
  }
  .chadate {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4D5766;
  }
  .chatext {
    width: 50%;
    margin: auto;
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4D5766;
    font-size: 0.9em;
    line-height: 1.2em;
    text-align: left;
    animation: neon_blink2 2s infinite alternate;
  }
  @keyframes neon_blink2 {
    0% {
      text-shadow: 0 0 1px #fff, 0 0 0.5px #fff, 0 0 1px #DDEEFF;
    }
    100% {
      text-shadow: 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #DDEEFF;
    }
  }
  .another {
    cursor: pointer;
  }
  .serif {
    font-family: "dnp-shuei-4gob-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.7em;
    color: #fff;
    animation: neon_blink 2s infinite alternate;
  }
  @keyframes neon_blink {
    0% {
      text-shadow: 0 0 10px #3f4470, 0 0 5px #fff, 0 0 13px #576d93;
    }
    100% {
      text-shadow: 0 0 30px #3f4470, 0 0 15px #fff, 0 0 40px #576d93;
    }
  }
  .l {
    display: none;
  }
  .text2 {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #4D5766;
    animation: neon_blink2 5s infinite alternate;
  }
  @keyframes neon_blink2 {
    0% {
      text-shadow: 0 0 5px #fff, 0 0 2px #fff, 0 0 5px #DDEEFF;
    }
    100% {
      text-shadow: 0 0 15px #fff, 0 0 10px #fff, 0 0 15px #DDEEFF;
    }
  }
  #page-top {
    position: fixed;
    width: 50px;
    bottom: 0;
    right: 0;
    z-index: 200;
  }
  #page-top img {
    width: 100%;
  }
  #under_navi {
    width: 100%;
    background-color: #000;
    height: 50px;
    bottom: 0;
  }
  #under_navi ul {
    display: flex;
    margin: 0 auto;
    padding: 0 3%;
    width: 94%;
    max-width: 960px;
    list-style-type: none;
  }
  #under_navi ul li {
    position: relative;
    width: 20%;
  }
  #under_navi ul li:first-child::before {
    position: absolute;
    display: block;
    content: "";
    top: 25%;
    left: 0px;
    width: 1px;
    height: 50%;
    background-color: #c5dfe6;
  }
  #under_navi ul li::after {
    position: absolute;
    display: block;
    content: "";
    top: 25%;
    right: 0px;
    width: 1px;
    height: 50%;
    background-color: #c5dfe6;
  }
  #under_navi ul li a {
    display: block;
    padding: 17px 10px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
  }
  #under_navi ul li a:hover {
    background-color: #7ecde0;
  }
  #under_navi .cs {
    display: block;
    padding: 17px 10px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
  }
  #footer {
    width: 100%;
    height: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    bottom: 0;
    margin-top: 20px;
  }
  #b_logo {
    margin: auto;
  }
}
@media screen and (max-width:767px) {
  #container {
    width: 100vw;
  }
  h1 {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 30px 0;
  }
  #header {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #000;
  }
  .logo img {
    margin-left: 10px;
    width: 25%;
  }
  #g-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "antiquarian", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    color: #fff;
  }
  .menu {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  #g-nav-list .m_btn {
    flex: 1 0 auto;
    max-width: 50%;
  }
  .m_btn2 {
    color: #90939B;
    flex: 1 0 auto;
    max-width: 50%;
  }
  a {
    color: #fff;
    text-decoration: none;
  }
  section {
    padding: 50px 30px;
    overflow: hidden;
  }
		.sub_btn{
		width: 100%;
		margin: 0 auto;
	}
	.sub_btn img{
		width: 25%;
	}
  .subtitle {
    width: 100%;
    margin: 0 auto;
  }
  .subtitle img {
    display: block;
    width: 80%;
    max-width: 650px;
    margin: auto;
  }
  #area1 {
    width: 85vw;
    height: 100%;
    min-height: 100%;
    margin: 0 auto 20px;
    justify-content: space-between;
  }
  #area2 {
    width: 85vw;
    height: 100%;
    margin: auto;
    justify-content: space-between;
  }
  #area3 {
    width: 85vw;
    height: 100%;
    margin: auto;
    justify-content: space-between;
  }
  .row {
    width: 100%;
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
  }
	  .row img {
    width: 90%;
		  height: auto;

  }
  .center {
    width: 80%;
    height: 100%;
    margin: auto;
    text-align: center;
  }
  .center img {
    width: 98%;
  }
  .center video {
    width: 98%;
  }
  .center2 {
    width: 50%;
    height: 100%;
    margin: auto;
    text-align: center;
  }
  .center2 img {
    width: 50%;
  }
	
	  .chatext table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .chatext th {
    width: 30%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  }
  .chatext td {
    width: 70%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  }
	
	
	
	  .chatext2 {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.8);
    color: #4D5766;
    font-size: 0.6em;
    line-height: 1.2em;
    padding: 10px;
    text-align: left;
    animation: neon_blink2 2s infinite alternate;
  }
	
	
	
	
		  .chatext2 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .chatext2 th {
    width: 30%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  }
  .chatext2 td {
    width: 70%;
    border-bottom: 1px solid #6C6C6C;
    vertical-align: middle;
  }
	
	
	
  .chaname {
    max-width: 90vw;
    width: 85vw;
    font-family: "dnp-shuei-4gob-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    color: #000;
    padding-top: 10px;
    position: relative;
    border-top: 1px solid #6C6C6C;
    border-bottom: 1px double #6C6C6C;
    text-align: center;
  }
  .chadate {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #4D5766;
  }
  .chatext {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: rgba(255, 255, 255, 0.8);
    color: #4D5766;
    font-size: 0.6em;
    line-height: 1.2em;
    padding: 10px;
    text-align: left;
    animation: neon_blink2 2s infinite alternate;
  }
  @keyframes neon_blink2 {
    0% {
      text-shadow: 0 0 1px #fff, 0 0 0.5px #fff, 0 0 1px #DDEEFF;
    }
    100% {
      text-shadow: 0 0 3px #fff, 0 0 2px #fff, 0 0 3px #DDEEFF;
    }
  }
  .serif {
    font-family: "dnp-shuei-4gob-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5em;
    color: #fff;
    animation: neon_blink 2s infinite alternate;
  }
  @keyframes neon_blink {
    0% {
      text-shadow: 0 0 10px #3f4470, 0 0 5px #fff, 0 0 13px #576d93;
    }
    100% {
      text-shadow: 0 0 30px #3f4470, 0 0 15px #fff, 0 0 40px #576d93;
    }
  }
  .l {
    display: none;
  }
  .text2 {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #4D5766;
    animation: neon_blink2 5s infinite alternate;
  }
  @keyframes neon_blink2 {
    0% {
      text-shadow: 0 0 5px #fff, 0 0 2px #fff, 0 0 5px #DDEEFF;
    }
    100% {
      text-shadow: 0 0 15px #fff, 0 0 10px #fff, 0 0 15px #DDEEFF;
    }
  }
  .name {
    display: inline-block;
  }
  #page-top {
    position: fixed;
    width: 50px;
    bottom: 0;
    right: 0;
    z-index: 200;
  }
  #page-top img {
    width: 100%;
  }
  #under_navi {
    width: 100vw;
    background-color: #000;
    height: 50px;
    bottom: 0;
  }
  #under_navi ul {
    display: flex;
    margin: 0 auto;
    padding: 0 3%;
    width: 94%;
    max-width: 767px;
    list-style-type: none;
  }
  #under_navi ul li {
    position: relative;
    display: inline-block;
    width: 13%;
  }
  #under_navi ul li:first-child::before {
    position: absolute;
    display: block;
    content: "";
    top: 25%;
    left: 0px;
    width: 1px;
    height: 50%;
    background-color: #c5dfe6;
  }
  #under_navi ul li::after {
    position: absolute;
    display: block;
    content: "";
    top: 25%;
    right: 0px;
    width: 1px;
    height: 50%;
    background-color: #c5dfe6;
  }
  #under_navi ul li a {
    display: block;
    padding: 17px 10px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* 追加: テキストが改行されないようにする */
    overflow: hidden; /* 追加: 見切れた部分を隠す */
    text-overflow: ellipsis; /* 追加: テキストが見切れた場合に省略記号(...)を表示 */
  }
  #under_navi ul li a:hover {
    background-color: #7ecde0;
  }
  #under_navi .cs {
    display: block;
    padding: 17px 10px;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
  }
  #footer {
    width: 100vw;
    height: 150px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 0.8em;
    bottom: 0;
  }
  #b_logo {
    margin: auto;
  }
}