@charset "utf-8";
/* CSS Document */
body {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  line-height: 1.6;
  position: relative;
  font-family: sans-serif;
	
}

.chatext a{
	color: #000000;
	margin-left: 5%;
}

@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: 80%;
    height: 100vh;
	  min-height: 100%;
	  padding-bottom: 160px;
    display: flex;
    justify-content: space-between;
	  background-image: url("../img/sto_bg.png");
		  background-size: contain;
	  background-position: left bottom;
	  background-repeat: no-repeat;
  }
/*  .imgarea {
    width: 45%;
  }
  
  .textarea {
    width: 45%;
    left: 0;
    position: relative;
    padding: 0 1em;
	  background-color: rgba(255,255,255,0.5);
  }
	*/
	.imgarea {
  float: left;
  width: 45%;
		height: 100%;
		
}
	.imgarea img {
  max-width: 100%;
  height: auto;
		bottom: 0;
		
}

.textarea {
  float: left;
  width: 45%;
	min-height: 100%;
  padding: 0 20px;
	background-color: rgba(255,255,255,0.5);
	word-break: break-all;
}
	
	
	
	
  .area-btn {
    position: absolute;
    bottom: 15;
  }
	
	  .subtitle {
    width: 100%;
    margin: 0 auto;
  }
  .subtitle img {
    display: block;
    width: 80%;
    max-width: 650px;
    margin: auto;
  }
	
	
  .chaname {
    font-family: "dnp-shuei-4gob-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.1em;
    color: #000;
    padding-top: 20px;
    padding-left: 30px;
    position: relative;
    /*border:1px solid #e0f3f8;*/
  }
  .chaname:before {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #576d93;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .chaname:after {
    border-left: 30px solid transparent;
    border-bottom: 30px solid #576d93;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .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;
    color: #4D5766;
    font-size: 0.9em;
    line-height: 1.2em;
    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: 2.1em;
    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) {
	
	  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;
  }

		  .subtitle {
    width: 100%;
    margin: 0 auto;
  }
  .subtitle img {
    display: block;
    width: 80%;
    max-width: 650px;
    margin: auto;
  }
	
	
	
	
/*  .imgarea {
    width: 95%;
	  position: absolute;
  }
  
  .textarea {
    width: 95%;
    margin: auto;
    position: relative;
    padding: 0 1em;
	  background-color: rgba(255,255,255,0.5);
  }*/
	
	.imgarea {
    display: none;
  }
	
	
	
  .textarea {
    width: 98%;
    box-sizing: border-box;
    padding: 50px 50px 160px;
	  background-image: url("../img/sto_bg.png");
		  background-size: contain;
	  background-repeat: no-repeat;
	  background-position: bottom;
  }
	
	
  .area-btn {
    position: absolute;
    bottom: 15;
  }
  .chaname {
    font-family: "dnp-shuei-4gob-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.1em;
    color: #000;
    padding-top: 20px;
    padding-left: 30px;
    position: relative;
    /*border:1px solid #e0f3f8;*/
  }
  .chaname:before {
    border-bottom: 30px solid transparent;
    border-left: 30px solid #576d93;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .chaname:after {
    border-left: 30px solid transparent;
    border-bottom: 30px solid #576d93;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .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;
    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: 2.1em;
    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: 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;
  }
	
	
	
	
}
