﻿@charset "UTF-8";
/*
デザイン上のpxサイズをvwに変換
viewportはデザインの横幅サイズ
*/
/*
メディアクエリ
記述例
body{
  @include ms-w('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  .local-nav {
    margin: 0 5.3333333333vw;
    display: flex;
    justify-content: center;
    padding-top: 30px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
  }
  .local-nav .local-nav-item::before, .local-nav .local-nav-item::after {
    width: 1px;
    height: 83.33%;
    background-color: #E3E3E3;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 10;
  }
  .local-nav .local-nav-item::before {
    content: "";
  }
  .local-nav .local-nav-item:last-child::after {
    content: "";
    left: auto;
    right: 0;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("/wp-content/themes/tohaku2309/assets/images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 170%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0 23px;
  }
  .local-nav .local-nav-item a.anchor-link {
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.2px 3px 0 3px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .local-nav {
    display: flex;
    justify-content: center;
    padding-top: 60px;
  }
  .local-nav .local-nav-item {
    width: 162px;
    display: flex;
    position: relative;
    border-right: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item:nth-child(1) {
    border-left: 1px solid #EEEAE5;
  }
  .local-nav .local-nav-item.current a, .local-nav .local-nav-item:not(.current) a:hover {
    color: #674498;
    background-image: url("/wp-content/themes/tohaku2309/assets/images/news/mist-purple-small.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .local-nav .local-nav-item.current a.anchor-link::before, .local-nav .local-nav-item:not(.current) a:hover.anchor-link::before {
    border-color: #674498 transparent transparent transparent;
  }
  .local-nav .local-nav-item a {
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0 34px;
  }
  .local-nav .local-nav-item a.anchor-link {
    text-align: center;
    position: relative;
  }
  .local-nav .local-nav-item a.anchor-link::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #BCBCBC transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination a, .pagination span {
  color: #674498;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .pagination a, .pagination span {
    font-size: 14px;
    color: #674498;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .pagination a:not(.first):not(.last), .pagination span:not(.first):not(.last) {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagination a:not(.first):not(.last):not(.prev):not(.next), .pagination span:not(.first):not(.last):not(.prev):not(.next) {
    padding-bottom: 3px;
  }
  .pagination a:not(.first):not(.last):not(.prev):not(.next):hover, .pagination span:not(.first):not(.last):not(.prev):not(.next):hover {
    color: #fff;
    background-color: #674498;
  }
  .pagination a.current, .pagination span.current {
    color: #fff;
    background-color: #674498;
  }
  .pagination a.prev::before, .pagination a.next::before, .pagination span.prev::before, .pagination span.next::before {
    content: "";
    width: 7.41px;
    height: 11px;
    background-image: url("/wp-content/themes/tohaku2309/assets/images/news/icon_arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .pagination a.prev::before, .pagination span.prev::before {
    transform: rotate(180deg);
  }
  .pagination a.first, .pagination a.last, .pagination span.first, .pagination span.last {
    font-size: 12px;
  }
  .pagination a.first, .pagination span.first {
    margin-right: 9px;
  }
  .pagination a.last, .pagination span.last {
    margin-left: 9px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .pagination a, .pagination span {
    font-size: 18px;
    color: #674498;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .pagination a:not(.first):not(.last), .pagination span:not(.first):not(.last) {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .pagination a:not(.first):not(.last):not(.prev):not(.next), .pagination span:not(.first):not(.last):not(.prev):not(.next) {
    padding-bottom: 3px;
    margin-left: 5px;
  }
  .pagination a:not(.first):not(.last):not(.prev):not(.next):hover, .pagination span:not(.first):not(.last):not(.prev):not(.next):hover {
    color: #fff;
    background-color: #674498;
  }
  .pagination a.current, .pagination span.current {
    color: #fff;
    background-color: #674498;
  }
  .pagination a.prev::before, .pagination a.next::before, .pagination span.prev::before, .pagination span.next::before {
    content: "";
    width: 7.41px;
    height: 13px;
    background-image: url("/wp-content/themes/tohaku2309/assets/images/news/icon_arrow.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .pagination a.prev::before, .pagination span.prev::before {
    transform: rotate(180deg);
  }
  .pagination a.first, .pagination a.last, .pagination span.first, .pagination span.last {
    font-size: 16px;
  }
  .pagination a.first, .pagination span.first {
    margin-right: 10px;
  }
  .pagination a.prev, .pagination span.prev {
    margin-right: 5px;
  }
  .pagination a.last, .pagination span.last {
    margin-left: 10px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
.button {
  display: flex;
}
.button a {
  background-color: #fff;
  border: 1px solid #674498;
  border-radius: 6px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.button a:hover {
  color: #fff;
  background-color: #674498;
}
.button a:hover::before {
  border-color: transparent transparent transparent #fff;
}
.button a.pdf::before {
  content: "\e906";
  width: auto;
  height: auto;
  font-family: "icons" !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button a.icon-blank::before {
  content: "\e901";
  color: #674498;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.button a.icon-blank:hover::before {
  color: #fff;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  .button {
    justify-content: center;
    margin-top: 20px;
  }
  .button a {
    min-width: 160px;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 12px 18px 11px 47px;
  }
  .button a:nth-child(n+2) {
    margin-left: 10px;
  }
  .button a.pdf::before {
    width: 20px;
    height: 24.79px;
    left: 16px;
  }
  .button a.icon-blank::before {
    height: 30px;
    font-size: 20px;
    left: 15px;
  }
  .button a.no-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 18px 11px 18px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .button {
    justify-content: flex-end;
    margin-top: 30px;
  }
  .button a {
    min-width: 240px;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    padding: 11.64px 20px 14.35px 58px;
  }
  .button a:nth-last-child(n+2) {
    margin-right: 20px;
  }
  .button a.pdf::before {
    width: 20px;
    height: 24.79px;
    left: 20px;
  }
  .button a.icon-blank::before {
    height: 30px;
    font-size: 20px;
    left: 20px;
  }
  .button a.no-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11.64px 20px 14.35px 20px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.head {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #674498;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  section.head {
    font-size: 20px;
    padding: 25px 0 26px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  section.head {
    font-size: 32px;
    padding: 25px 0;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.login {
  line-height: 1.7;
  letter-spacing: 0.01em;
}
section.login .form-box {
  border: 1px solid #BCBCBC;
  border-radius: 5px;
  margin: 0 auto;
}
section.login .form-box .ttl {
  font-weight: bold;
  text-align: center;
  color: #674498;
}
section.login .form-box form ::placeholder {
  color: #BCBCBC;
}
section.login .form-box form label, section.login .form-box form input {
  width: 100%;
  display: block;
}
section.login .form-box form label {
  position: relative;
}
section.login .form-box form label[for=password] input {
  color: #BCBCBC;
  background-color: #F5F5F5;
  border: none;
  border-radius: 5px;
}
section.login .form-box form label[for=password]::before {
  content: "";
  background-image: url("/wp-content/themes/tohaku2309/assets/images/sousai/icon_key.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: 20px;
  margin: auto;
}
section.login .form-box form label[for=submit] input {
  text-align: center;
  color: #fff;
  background-color: #674498;
  border-radius: 6px;
  border: 1px solid #674498;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
section.login .form-box form label[for=submit]::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
section.login .form-box form label[for=submit]:hover input {
  color: #674498;
  background-color: #fff;
}
section.login .form-box form label[for=submit]:hover::before {
  border-color: transparent transparent transparent #674498;
}
section.login .link {
  text-align: center;
  color: #674498;
  margin-top: 30px;
}
section.login .link a {
  font-size: 15px;
  text-decoration: underline;
  position: relative;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  section.login .login-inner {
    padding: 30px 0;
    margin: 0 5.3333333333vw;
  }
  section.login .login-inner .form-box {
    padding: 30px 17px 40px;
  }
  section.login .login-inner .form-box .ttl {
    font-size: 24px;
  }
  section.login .login-inner .form-box form {
    margin-top: 30px;
  }
  section.login .login-inner .form-box form label[for=password] input {
    font-size: 15px;
    padding: 18px 5px 16px 60px;
  }
  section.login .login-inner .form-box form label[for=password]::before {
    width: 28px;
    height: 28px;
    bottom: 10px;
  }
  section.login .login-inner .form-box form label[for=submit] input {
    font-size: 20px;
    padding: 18px 0 18px 0;
    margin-top: 30px;
  }
  section.login .login-inner .desc {
    font-size: 15px;
    margin-top: 30px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  section.login .login-inner {
    background-color: #fff;
    padding: 60px 0;
    margin: 0 5.3333333333vw;
  }
  section.login .login-inner .form-box {
    width: 440px;
    padding: 32px 40px 37px;
  }
  section.login .login-inner .form-box .ttl {
    font-size: 24px;
  }
  section.login .login-inner .form-box form {
    margin-top: 30px;
  }
  section.login .login-inner .form-box form label[for=password] input {
    font-size: 15px;
    padding: 18px 60px 16px 70px;
  }
  section.login .login-inner .form-box form label[for=password]::before {
    width: 31px;
    height: 31px;
    bottom: 10px;
  }
  section.login .login-inner .form-box form label[for=submit] {
    margin-top: 30px;
  }
  section.login .login-inner .form-box form label[for=submit] input {
    font-size: 20px;
    padding: 18px 0;
  }
  section.login .login-inner .desc {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.files .files-inner .file-list {
  line-height: 1.7;
  letter-spacing: 0.01em;
  display: flex;
  flex-wrap: wrap;
}
section.files .files-inner .file-list > li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #674498;
}
section.files .files-inner .file-list > li a:hover {
  background-color: #FAF8FF;
}
section.files .files-inner .file-list > li a:hover .button span {
  color: #fff;
  background-color: #674498;
}
section.files .files-inner .file-list > li a:hover .button span::before {
  color: #fff;
}
section.files .files-inner .file-list > li .date {
  font-family: "Cinzel", serif;
}
section.files .files-inner .file-list > li .date.new::after {
  content: "NEW";
  font-family: "Roboto", serif;
  line-height: 1;
  color: #674498;
  background-color: #e1daea;
  display: inline-block;
  padding: 3px 8px;
  margin-left: 10px;
}
section.files .files-inner .file-list > li .name {
  font-size: 15px;
  font-weight: bold;
}
section.files .files-inner .file-list > li.no-file .button {
  margin: 0;
}
section.files .files-inner .file-list > li .button {
  display: block;
  margin-top: auto;
}
section.files .files-inner .file-list > li .button span {
  border: 1px solid #674498;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  display: block;
  position: relative;
}
section.files .files-inner .file-list > li .button span::before {
  content: "\e906";
  width: auto;
  height: auto;
  font-family: "icons" !important;
  color: #674498;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.files .files-inner .file-list > li .button.pdf span::before {
  content: "\e906";
}
section.files .files-inner .file-list > li .button.zip span::before {
  content: "\e908";
}
section.files .files-inner .file-list > li .button.xls span::before, section.files .files-inner .file-list > li .button.xlsx span::before {
  content: "\e909";
}
section.files .files-inner .hall-list > li {
  background-color: #FAF8FF;
}
section.files .files-inner .hall-list > li:nth-child(n+2) {
  margin-top: 10px;
}
section.files .files-inner .hall-list > li .file-list > li:nth-child(1) .name {
  font-size: 20px;
}
section.files .files-inner .hall-list > li .file-list > li:nth-child(1) a {
  color: #fff;
  background-color: #674498;
}
section.files .files-inner .hall-list > li .file-list > li:nth-child(1) a .button span {
  color: #674498;
}
section.files .files-inner .hall-list > li .file-list > li:nth-child(1) a:hover {
  color: #fff;
  background-color: #674498;
}
section.files .files-inner .hall-list > li .file-list > li:nth-child(1) a:hover .button span {
  color: #fff;
}
section.files .files-inner .hall-list > li .file-list > li a {
  color: #252525;
  background-color: #fff;
}
section.files .files-inner .hall-list > li .file-list > li a:hover {
  background-color: #FAF8FF;
}
section.files .files-inner .hall-list > li .file-list > li a:hover .button span {
  background-color: #674498;
}
section.files .files-inner .hall-list > li .file-list > li .button span {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 7px;
}
section.files .files-inner .hall-list > li .file-list > li .name {
  text-align: center;
}
section.files .files-inner .hall-list > li .file-list > li.hidden {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  cursor: initial;
  pointer-events: none;
  z-index: -9999;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  section.files .files-inner {
    font-size: 14px;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0 5.3333333333vw;
  }
  section.files .files-inner .file-list > li {
    width: calc((100% - 15px) / 2);
  }
  section.files .files-inner .file-list > li:not(:nth-child(2n+1)) {
    margin-left: 15px;
  }
  section.files .files-inner .file-list > li:nth-child(n+3) {
    margin-top: 15px;
  }
  section.files .files-inner .file-list > li a {
    padding: 15px 12.5px;
  }
  section.files .files-inner .file-list > li .date {
    margin-bottom: 9px;
  }
  section.files .files-inner .file-list > li .date.new::after {
    font-size: 10px;
  }
  section.files .files-inner .file-list > li:not(.no-file) .name {
    margin-bottom: 15px;
  }
  section.files .files-inner .file-list > li .button span {
    width: 100%;
    padding: 12px 0 11px 26px;
    margin: 0 auto;
  }
  section.files .files-inner .file-list > li .button span::before {
    font-size: 26px;
    left: 8px;
  }
  section.files .files-inner .hall-list > li {
    padding: 20px 15px;
  }
  section.files .files-inner .hall-list > li .file-list {
    display: block;
  }
  section.files .files-inner .hall-list > li .file-list > li {
    width: 100%;
  }
  section.files .files-inner .hall-list > li .file-list > li:nth-child(1) .name {
    width: 40%;
  }
  section.files .files-inner .hall-list > li .file-list > li:nth-child(1) .button {
    width: 60%;
  }
  section.files .files-inner .hall-list > li .file-list > li:nth-child(1) .name {
    font-size: 16px;
    padding-left: 12.5px;
  }
  section.files .files-inner .hall-list > li .file-list > li:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
  section.files .files-inner .hall-list > li .file-list > li:nth-child(n+3) {
    margin-top: 0;
  }
  section.files .files-inner .hall-list > li .file-list > li:nth-child(n+2) {
    margin-top: 10px;
  }
  section.files .files-inner .hall-list > li .file-list > li a {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  section.files .files-inner .hall-list > li .file-list > li a .name {
    width: 50%;
  }
  section.files .files-inner .hall-list > li .file-list > li a .button {
    width: 50%;
  }
  section.files .files-inner .hall-list > li .file-list > li a .name {
    font-size: 14px;
  }
  section.files .files-inner .hall-list > li .file-list > li a .button {
    margin-top: 0;
  }
  section.files .files-inner .hall-list > li .file-list > li a .button span {
    width: 100%;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  section.files .files-inner {
    background-color: #fff;
    padding: 50px 50px 60px;
    margin: 0 5.3333333333vw;
  }
  section.files .files-inner .file-list > li {
    width: calc((100% - 120px) / 4);
  }
  section.files .files-inner .file-list > li.no-file a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.files .files-inner .file-list > li:not(:nth-child(4n+1)) {
    margin-left: 40px;
  }
  section.files .files-inner .file-list > li:nth-child(n+5) {
    margin-top: 50px;
  }
  section.files .files-inner .file-list > li a {
    padding: 22px 20px;
  }
  section.files .files-inner .file-list > li .date {
    margin-bottom: 10px;
  }
  section.files .files-inner .file-list > li .date.new::after {
    font-size: 12px;
  }
  section.files .files-inner .file-list > li:not(.no-file) .name {
    margin-bottom: 20px;
  }
  section.files .files-inner .file-list > li .button span {
    max-width: 176px;
    font-size: 15px;
    padding: 12px 0 11px 36px;
    margin: 0 auto;
  }
  section.files .files-inner .file-list > li .button span::before {
    font-size: 26px;
    left: 20px;
  }
  section.files .files-inner .hall-list > li {
    padding: 20px 30px;
  }
  section.files .files-inner .hall-list > li .file-list > li:nth-child(1) .button span {
    max-width: 200px;
    padding-left: 25px;
    padding-right: 5px;
  }
  section.files .files-inner .hall-list > li .file-list > li:nth-child(1) .button span::before {
    left: 6%;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
.guideline a {
  font-size: 15px;
  line-height: 1.5;
  color: #674498;
  text-decoration: underline;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  .l-nav-with-line {
    margin: 0 5.3333333333vw;
  }
  .l-nav-with-line .link-line {
    border: 1px solid #00B900;
    border-radius: 5px;
    margin-top: 20px;
    padding: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .l-nav-with-line .link-line .txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  .l-nav-with-line .link-line .link-line-links {
    margin-left: 50px;
  }
  .l-nav-with-line .link-line .link-line-links .button {
    width: 120px;
    margin: 0;
  }
  .l-nav-with-line .link-line .link-line-links .qr {
    display: none;
  }
  .l-nav-with-line .local-nav-area.local-nav-area-l .guideline {
    display: none;
  }
  .l-nav-with-line .local-nav-area.local-nav-area-r .guideline {
    text-align: center;
    margin-top: 20px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .l-nav-with-line {
    background-color: #fff;
    margin: 0 5.3333333333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 50px 25px;
  }
  .l-nav-with-line .local-nav {
    padding: 0;
    margin: 0;
  }
  .l-nav-with-line .link-line {
    border: 1px solid #00B900;
    border-radius: 5px;
    padding: 8px 20px 13px;
  }
  .l-nav-with-line .link-line .txt {
    font-size: 15px;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
  }
  .l-nav-with-line .link-line .link-line-links {
    display: flex;
  }
  .l-nav-with-line .link-line .link-line-links .button {
    width: 120px;
    align-items: flex-end;
  }
  .l-nav-with-line .link-line .link-line-links .qr {
    width: 80px;
    margin: 0;
    margin-left: 14px;
  }
  .local-nav-area.local-nav-area-l .guideline {
    margin-top: 30px;
  }
  .local-nav-area.local-nav-area-r .guideline {
    display: none;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:768px) {
  main .breadcrumbs {
    padding-bottom: 12px;
  }
  main {
    padding-bottom: 100px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:769px) {
  .breadcrumbs {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 0;
  }
  .local-nav {
    background-color: #fff;
    margin: 0 5.3333333333vw;
  }
  .local-nav .local-nav-item a {
    text-align: center;
  }
  main {
    position: relative;
    padding-bottom: 200px;
  }
  main section {
    position: relative;
    z-index: 2;
  }
  main::before, main::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/themes/tohaku2309/assets/images/home/mist-purple.jpg);
    background-size: 1110px 810px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  main::before {
    background-position: right -500px top -300px;
  }
  main::after {
    background-position: left -400px bottom -380px;
  }
}