@charset "UTF-8";
/*------------------------------
	ページ共通
------------------------------*/
body {
  box-sizing: border-box;
}
/*メイン画像タイトル
----------------------*/
#mainRead {
  width: 100%;
  margin: auto;
  overflow: hidden;
  aspect-ratio: 6/2;
}
#mainRead #ttle {
  width: 50%;
  margin: 16% auto auto 50%;
  text-align: center;
}
#mainRead #ttle .subttl {
  font-size: 1em;
  margin-top: 0;
}
@media (max-width:767.98px) {
  #mainRead {
    aspect-ratio: 5/2;
  }
  #mainRead .ttl {
    font-size: 1.4em;
  }
}
@media (max-width:575.98px) {
  #mainRead {
    aspect-ratio: 4/2;
  }
  #mainRead #ttle {
    width: 60%;
    margin: 26% auto auto 40%;
    text-align: center;
  }
  #mainRead .ttl {
    font-size: 16px;
  }
}
/*パンくず
----------------------*/
.pankuzu {
  width: 100%;
  margin-top: 1em;
}
.pankuzu .breadcrumb {
  background-color: rgba(255, 255, 255, 0.00);
}
@media (max-width:575.98px) {
  .pankuzu {
    font-size: 12px;
  }
}
/*引用
----------------------*/
blockquote {
  position: relative;
  border: 1px solid rgba(172, 172, 172, 1.00);
  border-radius: 10px;
  padding: 30px;
}
blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f10d';
  font-size: 20px;
  color: rgba(172, 172, 172, 1.00);
  top: 5px;
  left: 10px;
}
blockquote:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f10e';
  font-size: 20px;
  color: rgba(172, 172, 172, 1.00);
  right: 10px;
  bottom: 5px;
}
/*強調
----------------------*/
.emp {
  font-size: 1.3em !important;
  line-height: 1.3;
  margin-top: 1em;
  margin-left: -10px;
}
.emp:before {
  content: '"';
  font-size: 1.2em;
  margin-left: -10px;
}
.emp:after {
  content: '"';
  font-size: 1.2em;
}
@media (max-width:767.98px) {
  .emp {
    padding-top: 0;
    font-size: 1.2em !important;
  }
}
@media (max-width:576.98px) {
  .emp {
    padding-top: 0;
    font-size: 1.1em !important;
  }
}
@media (max-width:500px) {
  .emp {
    font-size: 14px !important;
    margin-top: 1em;
    margin-left: 5px;
  }
}
/*他共通
----------------------*/
#main {
  padding-bottom: 100px;
}
#main .container {
  max-width: 1200px;
  z-index: 999;
  margin: auto;
  width: 90%;
  padding: 2em 0 3em;
}
h3.ttl {
  font-size: 2em;
  margin: 1em auto;
}
.read {
  width: 90%;
  margin: auto;
}
.read p {
  font-size: 1.3em;
}
.boxd {
  border-radius: 2vw;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  background-color: rgba(255, 255, 255, 1.00);
}
.txt p {
  font-size: 1.1em;
}
.linkbt a {
  margin: auto auto 0em;
}
@media (max-width:991.98px) {
  h3.ttl {
    font-size: 1.8em;
  }
}
@media (max-width:575.98px) {
  h3.ttl {
    font-size: 20px;
  }
  #main .container {
    width: 94%;
    padding: 1em 0;
  }
  .read p {
    font-size: 15px;
  }
  .boxd {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.10);
  }
}
/*------------------------------
	お問い合わせ
------------------------------*/
#contact {
  background-image: url("../img/pages/header_bg_contact.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#contact .read {
  max-width: 900px;
}
#contact .read p {
  font-size: 1.1em;
}
#contact .container {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
#contact .boxd {
  width: 100%;
  padding: 3em 3em;
}
#contact .box {
  padding: 3em 3em;
}
#linebana {
  margin: 2em auto 0;
  text-align: center;
  width: 90%;
  max-width: 700px;
}
#linebana p {
  text-align: left;
}
#linebana i {
  font-size: 50px;
  margin-bottom: 10px;
}
#linebana img {
  max-width: 80px;
  width: 100%;
  height: auto;
}
/*Form
------------------------------*/
label {
  font-size: 1.1em;
}
.wpcf7-list-item-label {
  font-size: 1.1em;
  margin-left: 0.3em;
  margin-right: 0.2em;
}
#contact .info {
  color: rgba(211, 67, 67, 1.00);
  font-size: 1em;
}
input {
  outline: none;
  height: 45px;
}
input, textarea {
  color: rgba(38, 38, 38, 1.00);
  margin-bottom: 1em;
  outline: none;
  border-radius: 10px;
  padding: 0.5em;
  background-color: rgba(242, 237, 230, 0.61);
  border: 2px solid rgba(242, 237, 230, 0.61);
  font-size: 1.1em;
  font-weight: normal;
  width: 100%;
}
label span {
  color: rgba(211, 67, 67, 1.00);
  font-size: small;
}
input[type="date"] {
  width: auto;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 1.00);
  margin-bottom: 1em;
}
input[type="radio"], input[type="checkbox"] {
  width: auto;
  height: auto;
  background-color: none;
  outline: none;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 1em;
  margin-bottom: 1em;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  accent-color: rgba(242, 237, 230, 1.00);
}
input[type="submit"], input[type="button"] {
  width: 100%;
  height: 50px;
  font-size: 14px;
  letter-spacing: 5px;
  background-color: rgba(80, 102, 52, 1.00);
  outline: none;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5vw;
  color: rgba(253, 253, 253, 1.00);
  cursor: pointer;
  border: none;
}
input[type="submit"]:hover, input[type="button"]:hover {
  background-color: rgba(61, 72, 47, 1.00);
  color: rgba(255, 255, 255, 1.00);
  transition: all 0.6s ease;
}
select {
  width: 100%;
  height: 40px;
  background-color: #EEEEEE;
  border-style: none;
  margin-bottom: 2em;
}
input::placeholder {
  color: rgba(139, 139, 139, 0.50);
}
.wpcf7-list-item {
  display: block;
}
.acceptance-check {
  padding-right: 0.8em;
}
.error {
  color: rgba(211, 67, 67, 1.00);
}
.input_message {
  color: rgba(211, 67, 67, 1.00);
  font-size: small;
}
.select_time {
  width: auto;
  height: 40px;
  background-color: #FDFEF1;
  border: 1px solid rgba(255, 255, 255, 1.00);
  margin-bottom: 1em;
  padding: 0.5em 1em;
  color: #A0A0A0;
}
@media (max-width: 767.98px) {
  #contact .boxd {
    padding: 3em 1em;
  }
  #contact .box {
    padding: 3em 2em;
  }
}
@media (max-width: 575.98px) {
  #contact {
    background-position: center 10px;
    ;
    background-size: 110% auto;
  }
  #contact .read p {
    font-size: 13px;
    line-height: 1.4;
  }
  label {
    font-size: 13px;
  }
  input, textarea {
    border-radius: 3vw;
    padding: 0.5em;
    font-size: 13px;
  }
  .wpcf7-list-item-label {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  #contact .box {
    padding: 3em 1em;
  }
}
/*------------------------------
newspage
------------------------------*/
#newspage {
  background-image: url("../img/pages/header_bg_news.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.entry_body {
  overflow: hidden;
  margin: auto;
  max-width: 1100px;
  padding: 0em 2em 2em;
}
.entry_meta {
  margin: auto;
  padding: 3em 3em 1em;
  font-size: 1.1em;
}
.entry_meta .ttl {
  font-size: 1.3em;
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
}
.entry_days {
  font-size: 1em;
  display: block;
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
  color: rgba(163, 163, 163, 1.00);
  padding-bottom: 1em;
}
.entry_days span {
  font-size: 1.4em;
  padding-left: 0.5em;
}
.entry_meta p a {
  text-decoration: underline;
}
.entry_body img {
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}
.entry_body a:hover img {
  opacity: .9;
  transition: all 0.6s ease;
}
.entry_meta_in {
  text-align: right;
  padding-bottom: 1em;
}
.entry_cteg a {
  background-color: rgba(80, 102, 52, 1.00);
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  font-size: 0.8em;
  padding: 0.3em 0.9em;
  border-radius: 3vw;
}
.entry_cteg a:hover, .entry_cteg a:visited {
  background-color: rgba(61, 72, 47, 1.00);
  transition: all 0.6s ease;
}
.entry_body .linkbt {
  margin: 2em 0 0;
}
#entrySide {
  padding: 1em 2em;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}
.sidettle {
  font-size: 1.2em;
  margin-top: 2em;
  text-align: left;
  font-weight: 800;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
}
#entrySide ul {
  list-style-type: none;
  padding-left: 0;
}
#entrySide li {
  list-style-type: none;
  padding: 10px 4px;
  line-height: 1.3;
}
#entrySide li a {
  padding-left: 3px;
  font-size: 1.1em;
}
.entry_meta th, .entry_meta td {
  padding: 1vh 1vw;
}
@media (max-width:575.98px) {
  #newspage {
    background-position: center 50px;
    background-size: 100% auto;
  }
  .entry_body {
    padding: 1em;
  }
  .entry_meta, #entrySide {
    padding: 2em 2em 1em;
    font-size: 14px;
  }
  .entry_meta .ttl, .entry_meta .ttl a {
    font-size: 16px;
  }
  .entry_days {
    font-size: 1em;
  }
  .sidettle {
    font-size: 16px;
    margin-top: 1em;
  }
  #entrySide li a {
    font-size: 13px;
  }
  .entry_meta ul, .entry_meta ol {
    padding-left: 2em;
  }
}
/*pagenation
----------------------*/
#pagenav {
  text-align: center;
  padding: 2em;
}
.pagination {
  list-style-type: none;
  text-align: left;
  display: inline-block;
}
.page-item {
  text-align: left;
  display: inline-block;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FFFFFF;
  background-color: rgba(80, 102, 52, 1.00);
  border: 1px solid rgba(80, 102, 52, 1.00);
}
.page-link:hover {
  z-index: 2;
  color: #FFFFFF;
  text-decoration: none;
  background-color: rgba(61, 72, 47, 1.00);
  border-color: rgba(61, 72, 47, 1.00);
  transition: all 0.6s ease;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(3, 3, 3, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem
}
.page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: rgba(80, 102, 52, 1.00);
  border-color: rgba(80, 102, 52, 1.00);
}
.page-item.disabled .page-link {
  color: rgba(80, 102, 52, 1.00);
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: rgba(80, 102, 52, 1.00);
}
@media (max-width:575.98px) {
  .pagination {
    font-size: 12px;
  }
}
/*popuppage
------------------*/
#popupPage {
  width: 90%;
  margin: 2em auto;
  font-size: 1.1em;
}
#popupPage .container {
  padding-top: 50px;
  max-width: 1000px;
}
#popupPage p {
  padding: 0 1em;
  line-height: 1.4;
}
#popupPage .ttle {
  font-size: 1.6em;
  text-align: center;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
  -webkit-font-smoothing: antialiased;
}
#popupPage .subttl {
  font-size: 1.3em;
  margin: 2em auto;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 1.00);
}
#popupPage .subttle {
  font-size: 1em;
  font-weight: 600;
  margin: 2em auto;
  padding-top: 1em;
}
#popupPage li {
  line-height: 1.4;
  margin: 0.5em auto;
}
#popupPage .photos img {
  width: 100%;
  height: auto;
}
@media (max-width:576.98px) {
  #popupPage {
    margin: 1em auto;
    font-size: 14px;
  }
  #popupPage .ttle {
    font-size: 18px;
  }
  #popupPage .subttle {
    font-size: 15px;
    margin: 2em auto 1em;
  }
  #popupPage p {
    padding: 1em 0;
  }
}
@media (max-width:500px) {
  #popupPage {
    margin: 1em auto;
    font-size: 13px;
  }
  #popupPage .ttle {
    font-size: 16px;
  }
  #popupPage .subttl {
    font-size: 15px;
    margin: 1em auto 1em;
  }
  #popupPage .subttle {
    font-size: 14px;
    margin: 1em auto 1em;
  }
  #popupPage ul {
    padding-left: 1em;
  }
}
/*------------------------------
menu
------------------------------*/
#menu {
  background-image: url("../img/pages/header_bg_menu.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#menu .container {
  max-width: 1100px;
}
#menu .container .ttl {
  text-align: center;
  padding-top: 2em;
}
#menu .boxd {
  margin-bottom: 3em;
  padding-bottom: 3em;
}
#menu .boxd .read {
  padding: 2em;
  max-width: 900px;
}
#menu .boxd .read p {
  font-size: 1.2em;
  line-height: 1.66;
}
#menu .boxd .read blockquote {
  width: 90%;
  margin: 2em auto;
}
#menu .boxd .read blockquote p {
  font-size: 1em;
  line-height: 1.4;
  color: rgba(135, 135, 135, 1.00);
}
#menu .subttl {
  text-align: center;
  padding: 3em 1em;
}
#menu #sejyutsu.boxd {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 65%, rgba(255, 255, 255, 0.90));
  background-color: rgba(255, 255, 255, 0.00);
}
#menu #sejyutsu .read .txt {
  padding-bottom: 1em;
  max-width: 700px;
  margin: auto;
}
#menu #menulist {
  width: 40%;
  margin: auto;
  font-size: 1.1em;
}
#menu #flow {
  width: 90%;
  margin: auto;
}
#menu .box img {
  width: 100%;
  height: auto;
}
#menucont .subttl {
  font-size: 1.5em;
  padding: 1em 1em;
}
#menucont .box .txt {
  width: 90%;
  max-width: 260px;
  margin: 1em auto;
}
#menu #flow .box {
  padding-bottom: 1em;
}
#menu #flow .box .txt {
  width: 90%;
  padding: 1em 0.5em;
  margin: auto;
}
#menu #flow .txt p {
  font-size: 1em;
  line-height: 1.1;
}
#menu #flow .txt p:first-letter {
  font-size: 3em;
  font-weight: 800;
  padding-right: 5px;
}
#menu #engei .linkbox {
  padding-top: 2em;
  font-size: 1.3em;
  text-align: center;
  color: rgba(58, 72, 44, 1.00);
}
@media (max-width:1199.98px) {
  #menu .boxd .read p {
    font-size: 1.1em;
  }
  #menucont .subttl {
    font-size: 1.4em;
  }
}
@media (max-width:991.98px) {
  #menu .boxd .read p {
    font-size: 1.1em;
  }
  #menucont .box {
    display: flex;
    max-width: 800px;
    margin: auto;
  }
  #menucont .box img {
    max-width: 300px;
  }
  #menu #flow .box {
    display: flex;
    max-width: 600px;
    margin: auto;
  }
  #menu #flow .box img {
    max-width: 200px;
  }
  #menu #engei .linkbox {
    font-size: 1.2em;
  }
}
@media (max-width:768.98px) {
  #menu .boxd {
    width: 90%;
    max-width: 600px;
    margin: 3em auto;
  }
  #menu .boxd .read p {
    font-size: 1.1em;
  }
  #menu .boxd .read p br {
    display: none;
  }
  #menucont .box {
    display: inherit;
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
  #menucont .box .txt {
    padding-bottom: 2em;
    ;
  }
  #menucont .box .txt p {
    text-align: left;
  }
}
@media (max-width:575.98px) {
  #menu .boxd .read p {
    font-size: 14px;
  }
  #menu .boxd .read blockquote p {
    font-size: 13px;
  }
  #menu .subttl {
    text-align: center;
    font-size: 20px;
  }
  #menucont .box .subttl {
    font-size: 18px;
    padding: 1em 1em;
  }
  #menu #flow .box {
    display: inherit;
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
}
@media (max-width:500px) {
  #menu .boxd .read {
    padding: 1em;
  }
  #menucont .box .txt {
    max-width: 240px;
    margin: auto;
    padding-bottom: 1em;
  }
  #menucont .box img {
    max-width: 240px;
  }
  #menucont .box .txt p {
    font-size: 13px;
  }
  #menu #flow .txt p {
    font-size: 13px;
  }
  #menu #engei .linkbox {
    font-size: 13px;
  }
}
/*------------------------------
about
------------------------------*/
#about {
  background-image: url("../img/pages/header_bg_about.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
#about #main .container-fluid {
  padding: 0;
}
#about #read {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
#about #read .txt {
  width: 420px;
  font-size: 1.3em;
  line-height: 1.9;
}
#about #profile {
  width: 100%;
  padding-top: 4em;
  background-image: linear-gradient(transparent, #f8f6e9 3%);
}
#about .boxd {
  margin: 3em auto;
}
#about .boxd .txt {
  padding: 0em 1em 2em;
  width: 90%;
  margin: auto;
}
#about .boxd .txt p {
  padding: 0em 1em;
}
#about .boxd .txt .subttl {
  padding-top: 2em;
}
#about .boxd .txt .subttl span {
  font-size: 0.7em;
}
#about .boxd .txt ul {
  padding: 1em 1em 0em;
}
#about .boxd .txt li {
  font-size: 1.1em;
  line-height: 1.4;
  padding-bottom: 1.3em;
  list-style-type: none;
}
#about .boxd .pstyl01 {
  width: 100%;
  text-align: left;
}
#about .boxd .pstyl01 img {
  width: 100%;
  height: auto;
  max-width: 260px;
  border-top-left-radius: 2vw;
  border-bottom-right-radius: 2vw;
}
#about .boxd .pstyl02 {
  width: 100%;
  text-align: right
}
#about .boxd .pstyl02 img {
  width: 100%;
  height: auto;
  max-width: 260px;
  border-bottom-right-radius: 2vw;
  border-top-left-radius: 2vw;
}
#about .boxd .pstyl03 {
  width: 100%;
}
#about .boxd .pstyl03 img {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 2vw;
  border-top-left-radius: 2vw;
  border-bottom-left-radius: 2vw;
}
#about .pankuzu {
  max-width: 1200px;
  margin: auto;
}
@media (max-width:1199.98px) {
  #about #read .txt {
    font-size: 1.2em;
    line-height: 1.8;
    padding-top: 2em;
  }
  #about .boxd .pstyl03 img {
    max-width: 380px;
    border-bottom-left-radius: 0vw;
  }
}
@media (max-width:991.98px) {
  #about #profile {
    padding-top: 3em;
    background-image: linear-gradient(transparent, #f8f6e9 2%);
  }
  #about #read .txt {
    font-size: 1.1em;
    line-height: 1.8;
  }
  #about .boxd .txt .subttl {
    font-size: 1.5em;
  }
  #about .boxd .pstyl01 {
    text-align: center;
    padding-bottom: 2em;
  }
  #about .boxd .pstyl01 img {
    border-radius: 2vw;
  }
  #about .boxd .pstyl02 {
    text-align: center;
    padding-bottom: 2em;
  }
  #about .boxd .pstyl02 img {
    border-radius: 2vw;
  }
}
@media (max-width:767.98px) {
  #about .boxd {
    width: 90%;
    max-width: 600px;
    margin: 3em auto;
  }
  #about #read .txt {
    max-width: 380px;
    font-size: 1em;
  }
  #about .boxd .txt .subttl {
    font-size: 1.4em;
  }
  #about .boxd .txt ul {
    padding: 0em 1em 0em;
  }
  #about .boxd .txt li, #about .boxd .txt p {
    font-size: 1em;
    padding-bottom: 1em;
  }
  #about .boxd .pstyl03 {
    width: 70%;
  }
  #about .boxd .pstyl03 img {
    max-width: 380px;
    border-bottom-right-radius: 2vw;
    border-top-left-radius: 2vw;
  }
}
@media (max-width:575.98px) {
  #about #read {
    justify-content: center;
  }
  #about #read .txt {
    max-width: 300px;
    font-size: 14px;
    line-height: 1.6;
  }
  #about .boxd .pstyl01 {
    text-align: center;
    padding-bottom: 0em;
  }
  #about .boxd .pstyl01 img {
    border-radius: 0vw 0vw 0vw 2vw;
  }
  #about .boxd .pstyl02 {
    text-align: center;
    padding-bottom: 0em;
  }
  #about .boxd .pstyl02 img {
    border-radius: 0vw 0vw 2vw 0vw;
  }
}
@media (max-width:500px) {
  #about #read .txt {
    max-width: 280px;
    font-size: 13px;
  }
  #about .container .ttl {
    font-size: 20px;
  }
  #about .boxd .txt .subttl {
    font-size: 16px;
  }
  #about .boxd .txt {
    padding: 0 0.5em 0;
  }
  #about .boxd .txt ul {
    padding: 0em 1em 0em;
  }
  #about .boxd .txt li, #about .boxd .txt p {
    font-size: 13px;
    padding-bottom: 0.8em;
  }
  #about .boxd .pstyl03 img {
    max-width: 260px;
  }
}
/*about slide
------------------------------*/
#about #profile .wrap {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  position: relative;
  aspect-ratio: 4/3;
}
#about #profile #fuki01 {
  position: absolute;
  left: 24%;
  top: 10%;
  width: 24%;
}
#about #profile #fuki01 img {
  width: 100%;
  height: auto;
  max-width: 175px;
}
#about #profile #fuki02 {
  position: absolute;
  right: 18%;
  top: 10%;
  width: 24%;
}
#about #profile #fuki02 img {
  width: 100%;
  height: auto;
  max-width: 210px;
}
#about #profile #makun {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 24%;
}
#about #profile #makun img {
  width: 100%;
  height: auto;
  max-width: 250px;
}
#about #profile .fadeslide, .nonslide {
  width: 100%;
  margin: auto;
  aspect-ratio: 4/3;
  position: absolute;
  overflow: hidden;
}
.fadeslide img, .nonslide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  height: auto;
}
@media (max-width:575.98px) {
  #about #profile .fadeslide, .nonslide {
    mask-image: none;
  }
  .fadeslide img, .nonslide img {
    width: 110%;
  }
  #about #profile #fuki01 {
    top: 6%;
  }
  #about #profile #fuki02 {
    position: absolute;
    top: 8%;
  }
}
/*slide*/
.fadeslide img {
  opacity: 0;
  animation: slideAnime 24s ease infinite;
}
.fadeslide img:nth-of-type(1) {
  animation-delay: 0s
}
.fadeslide img:nth-of-type(2) {
  animation-delay: 6s
}
.fadeslide img:nth-of-type(3) {
  animation-delay: 12s
}
.fadeslide img:nth-of-type(4) {
  animation-delay: 18s
}
@keyframes slideAnime {
  0% {
    opacity: 0
  }
  12% {
    opacity: 1
  }
  25% {
    opacity: 1
  }
  37% {
    opacity: 0
  }
  100% {
    opacity: 0
  }
}
/*404
----------------------*/
#err404 .container {
  max-width: 1000px;
  width: 86%;
  margin: auto;
}
#err404 .read {
  width: 95%;
  max-width: 1000px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5em;
  text-align: center;
}
#err404 .read p {
  line-height: 2.5;
  padding: 1em 0;
}
@media (max-width:767.98px) {
  #err404 .read {
    width: 85%;
    margin: 0 auto 5em;
    text-align: left;
  }
  #err404 .read p {
    line-height: 1.8;
  }
}