@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
---------------------------------------------------- */
/* ----------------------------------------------------
    mixin
---------------------------------------------------- */
/* ----------------------------------------------------
color set
---------------------------------------------------- */
/* ----------------------------------------------------
breakpoint
---------------------------------------------------- */
/* ----------------------------------------------------
	basic
---------------------------------------------------- */
html, body {
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-size: 4.0625vw;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #40474f;
}
@media screen and (min-width: 737px) {
  html, body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

section, div, aside, article {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
section p, div p, aside p, article p {
  padding: 0;
  margin: 0 0 30px 0;
}
section p:last-child, div p:last-child, aside p:last-child, article p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 736px) {
  section p, div p, aside p {
    margin-bottom: 16px;
  }
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  box-sizing: border-box;
}
ul li {
  box-sizing: border-box;
}

/* ----------------------------------------------------
	selection
---------------------------------------------------- */
::selection {
  background: #ececec;
  color: #666;
}

::-moz-selection {
  background: #ececec;
  color: #666;
}

/* ----------------------------------------------------
	link
---------------------------------------------------- */
a {
  color: #40474f;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:visited {
  text-decoration: none;
  color: #40474f;
}
a:hover {
  color: #ff3061;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
a:active {
  color: #ff3061;
}

/* ----------------------------------------------------
other
---------------------------------------------------- */
.nolink {
  pointer-events: none;
  opacity: 0.6;
}

/* ----------------------------------------------------
	header
---------------------------------------------------- */
header {
  padding: 0;
  margin: 0;
  border-top: 10px solid #ff3061;
}
header.home {
  background: #d6f7ff;
}
header .headinner {
  padding: 0;
  margin: 0 auto;
  width: 1024px;
}
header h1 {
  padding: 0;
  margin: 0;
}
header h1 img {
  width: 318px;
  height: auto;
}

@media screen and (max-width: 1024px) {
  header h1 {
    padding-left: 20px;
  }
  header .headinner {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  header h1 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 375px) {
  header h1 {
    padding-left: 10px;
  }
  header h1 img {
    width: 260px;
    height: auto;
  }
}
header.page {
  border-top: 0;
  background: #ff3061;
}
header.page h1 {
  padding: 14px 0;
  line-height: 0;
}
header.page nav {
  background: #e6f0f7;
  width: 100%;
}
header.page .base {
  padding: 0;
  margin: 0 auto;
  width: 1024px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
header.page .base ul {
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  font-size: 3.75vw;
}
@media screen and (min-width: 737px) {
  header.page .base ul {
    font-size: 23px;
  }
}
header.page .base ul li {
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: center;
  border-left: 2px solid #fff;
}
header.page .base ul li.btn {
  padding: 4px 0;
  margin: 14px 0;
}
header.page .base ul li.btn:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow02.png) center no-repeat;
  background-size: 100%;
  width: 14px;
  height: 9px;
  position: relative;
  top: -3px;
  margin-left: 16px;
}
header.page .base ul li.btn:hover {
  color: #ff3061;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header.page .base ul li.btn:hover:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow06.png) center no-repeat;
  background-size: 100%;
  width: 14px;
  height: 9px;
  position: relative;
  top: -3px;
  margin-left: 16px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header.page .base ul li.current {
  color: #ff3061;
}
header.page .base ul li.current:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow06.png) center no-repeat;
  background-size: 100%;
  width: 14px;
  height: 9px;
  position: relative;
  top: -3px;
  margin-left: 16px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
header.page .base ul:last-child li {
  border-right: 2px solid #fff;
}
header.page .base .navinner {
  margin-right: calc(49.2% - 50vw);
  margin-left: calc(49.2% - 50vw);
  background: #e6f0f7;
  width: 100vw;
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 99;
}
header.page .base .navinner ul {
  padding: 20px;
  margin: 0 auto;
  width: 1024px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header.page .base .navinner ul:before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
header.page .base .navinner ul:after {
  content: "";
  display: block;
  width: 24%;
}
header.page .base .navinner ul li {
  padding: 0;
  margin: 0;
  border: 0 !important;
  font-size: 13px;
  font-size: 4.0625vw;
  text-align: left;
  width: 24%;
}
@media screen and (min-width: 737px) {
  header.page .base .navinner ul li {
    font-size: 18px;
  }
}
header.page .base .navinner ul li a {
  padding: 10px 12px !important;
  margin: 0;
  display: block;
}
header.page .base .navinner ul li a:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow01.png) center no-repeat;
  background-size: 100%;
  width: 9px;
  height: 14px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
header.page .base .navinner ul li a:hover:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow05.png) center no-repeat;
  background-size: 100%;
  width: 9px;
  height: 14px;
  position: relative;
  top: 1px;
  margin-right: 10px;
}
header.page .base #kyotoshi > .navinner,
header.page .base #nanbu > .navinner,
header.page .base #chuhokubu > .navinner {
  display: none;
}

.navinner .cat-item-3,
.navinner .cat-item-5,
.navinner .cat-item-6,
.navinner .cat-item-7,
.navinner .cat-item-8,
.navinner .cat-item-9,
.navinner .cat-item-10,
.navinner .cat-item-11,
.navinner .cat-item-12,
.navinner .cat-item-13,
.navinner .cat-item-14,
.navinner .cat-item-18,
.navinner .cat-item-20,
.navinner .cat-item-24,
.navinner .cat-item-26,
.navinner .cat-item-30,
.navinner .cat-item-32,
.navinner .cat-item-38,
.navinner .cat-item-40,
.navinner .cat-item-44,
.navinner .cat-item-48,
.navinner .cat-item-50,
.navinner .cat-item-52,
.navinner .cat-item-56,
.navinner .cat-item-58,
.navinner .cat-item-60,
.navinner .cat-item-62,
.navinner .cat-item-64 {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  header.page h1 {
    padding-left: 20px;
  }
  header.page nav {
    width: 100%;
  }
  header.page .base {
    width: 100%;
  }
  header.page .base ul:first-child li {
    border-left: 0;
  }
  header.page .base ul:last-child li {
    border-right: 0;
  }
  header.page .base .navinner ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header.page .base .navinner {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 736px) {
  header.page h1 {
    padding-left: 16px;
  }
  header.page .base ul li {
    text-align: left;
  }
  header.page .base ul li.btn {
    padding: 10px 10px 0 10px;
    margin: 0;
    text-align: center;
  }
  header.page .base ul li.btn:after {
    background: url(../images/common/icon_arrow02.png) center no-repeat;
    background-size: 14px;
    width: 100%;
    height: 9px;
    margin: 0 auto;
  }
  header.page .base ul li.btn:hover:after {
    background: url(../images/common/icon_arrow06.png) center no-repeat;
    background-size: 14px;
    width: 100%;
    height: 9px;
    margin: 0 auto;
  }
  header.page .base .navinner {
    top: 60px;
    border-top: 2px solid #fff;
  }
  header.page .base .navinner ul {
    border-bottom: 2px solid #fff;
  }
  header.page .base .navinner ul:before {
    content: none;
  }
  header.page .base .navinner ul:after {
    content: none;
  }
  header.page .base .navinner ul li {
    width: 48%;
  }
}
@media screen and (max-width: 375px) {
  header.page h1 {
    padding-left: 10px;
  }
  header.page .base .navinner {
    top: 54px;
  }
}
@media screen and (max-width: 360px) {
  header.page .base .navinner {
    top: 52px;
  }
}
@media screen and (max-width: 320px) {
  header.page .base .navinner {
    top: 50px;
  }
}
/* ----------------------------------------------------
	contents
---------------------------------------------------- */
.standardWrap {
  padding: 0;
  margin: 0 0 90px 0;
}
.standardWrap .inner {
  margin: 0 auto;
  width: 1024px;
}
.standardWrap.bgcolor {
  background: #d6f7ff;
}

@media screen and (max-width: 1024px) {
  .standardWrap .inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .standardWrap {
    margin-bottom: 60px;
  }
}
/* ----------------------------------------------------
	archive
---------------------------------------------------- */
.archiveBox {
  padding: 70px 0;
}
.archiveBox h2.archiveTitle {
  padding: 0;
  margin: 0 0 50px 0;
  font-size: 18px;
  font-size: 5.625vw;
  text-align: center;
}
@media screen and (min-width: 737px) {
  .archiveBox h2.archiveTitle {
    font-size: 36px;
  }
}
.archiveBox h2.archiveTitle:before {
  content: "";
  display: inline-block;
  background: url(../images/common/ill01.png) center no-repeat;
  background-size: 100%;
  width: 81px;
  height: 99px;
  position: relative;
  top: 16px;
  margin-right: 30px;
}
.archiveBox h2.archiveTitle:after {
  content: "";
  background: #e6f0f7;
  width: 100%;
  height: 60px;
  display: block;
  margin-top: -60px;
}
@media all and (-ms-high-contrast: none) {
  .archiveBox h2.archiveTitle:after {
    margin-top: -66px;
  }
}
.archiveBox .archiveList {
  padding: 30px 50px 20px 50px;
  margin: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #d6d6d6;
}
.archiveBox .archiveList:last-child {
  border-bottom: 0;
}
.archiveBox .archiveList.shirasaka {
  background: #fdeae8;
}
.archiveBox .archiveList .thumbnail {
  padding: 0;
  margin: 0 40px 0 0;
}
.archiveBox .archiveList .thumbnail img {
  width: 120px;
  height: auto;
  border: 1px solid #d6d6d6;
}
.archiveBox .archiveList .info {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.archiveBox .archiveList .info p {
  padding: 0;
  margin: 0;
}
.archiveBox .archiveList .info .area {
  margin-bottom: 20px;
  color: #fff;
  font-size: 11px;
  font-size: 3.4375vw;
}
@media screen and (min-width: 737px) {
  .archiveBox .archiveList .info .area {
    font-size: 15px;
  }
}
.archiveBox .archiveList .info .area span {
  padding: 0 10px;
  display: inline-block;
  background: #40474f;
}
.archiveBox .archiveList .info .area a {
  color: #fff;
}
@media all and (-ms-high-contrast: none) {
  .archiveBox .archiveList .info .area span {
    padding: 5px 10px 0 10px;
  }
}
.archiveBox .archiveList .info .name {
  font-size: 28px;
  font-size: 8.75vw;
}
@media screen and (min-width: 737px) {
  .archiveBox .archiveList .info .name {
    font-size: 36px;
    font-weight: bold;
  }
}
.archiveBox .archiveList .info .name span.ruby {
  margin-left: 20px;
  display: inline-block;
  font-size: 13px;
  font-size: 4.0625vw;
}
@media screen and (min-width: 737px) {
  .archiveBox .archiveList .info .name span.ruby {
    font-size: 18px;
  }
}
.archiveBox .archiveList .moreBtn {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.archiveBox .archiveList .moreBtn a {
  padding: 8px 0;
  margin: 0;
  width: 180px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: block;
  background: #ff3061;
}
@media all and (-ms-high-contrast: none) {
  .archiveBox .archiveList .moreBtn a {
    padding: 12px 0 6px 0;
  }
}
.archiveBox .archiveList .moreBtn a:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow03.png) center no-repeat;
  background-size: 100%;
  width: 9px;
  height: 14px;
  margin-left: 16px;
}
.archiveBox .schedule {
  padding: 0;
  margin: 60px auto;
  width: 680px;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 5.625vw;
}
@media screen and (min-width: 737px) {
  .archiveBox .schedule {
    font-size: 28px;
    font-weight: bold;
  }
}
.archiveBox .schedule a {
  padding: 30px 0;
  border: 2px solid #9ff;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .archiveBox .schedule a {
    padding: 30px 0 22px 0;
  }
}
.archiveBox .schedule a:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow08.png) center no-repeat;
  background-size: 100%;
  width: 16px;
  height: 28px;
  position: relative;
  top: 4px;
  margin-left: 26px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.archiveBox .schedule a:hover:after {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow09.png) center no-repeat;
  background-size: 100%;
  width: 16px;
  height: 28px;
  position: relative;
  top: 4px;
  margin-left: 26px;
}
.archiveBox .schedule.none {
  padding: 20px 0;
  margin: 60px auto;
  width: 680px;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 5vw;
  border: 2px solid #c1c1c1;
}
@media all and (-ms-high-contrast: none) {
  .archiveBox .schedule.none {
    padding: 20px 0 12px 0;
  }
}
@media screen and (min-width: 737px) {
  .archiveBox .schedule.none {
    font-size: 28px;
    font-weight: bold;
  }
}
.archiveBox .schedule.none span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  font-size: 4.0625vw;
}
@media screen and (min-width: 737px) {
  .archiveBox .schedule.none span {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .archiveBox {
    padding: 60px 0;
  }
  .archiveBox h2.archiveTitle {
    margin-bottom: 30px;
  }
  .archiveBox .archiveList {
    padding: 30px 20px 20px 20px;
  }
  .archiveBox .archiveList .info .name {
    line-height: 2rem;
  }
  .archiveBox .archiveList .info .name span.ruby {
    margin-left: 0;
    display: block;
  }
  .archiveBox .archiveList .info .pri {
    margin-top: 12px;
  }
  .archiveBox .schedule {
    margin: 50px auto 60px auto;
    width: 100%;
  }
  .archiveBox .schedule a {
    padding: 26px 0;
  }
  .archiveBox .schedule.none {
    margin: 50px auto 60px auto;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .archiveBox h2.archiveTitle {
    padding: 10px 20px;
    text-align: center;
    background: #e6f0f7;
  }
  .archiveBox h2.archiveTitle:before {
    content: none;
  }
  .archiveBox h2.archiveTitle:after {
    content: none;
  }
  .archiveBox .archiveList {
    padding: 30px 0 20px 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .archiveBox .archiveList .thumbnail img {
    width: 100px;
  }
  .archiveBox .archiveList .info {
    width: 60%;
  }
  .archiveBox .archiveList .moreBtn {
    margin: 30px 0 10px 0;
    width: 100%;
  }
  .archiveBox .archiveList .moreBtn a {
    margin: 0 auto;
  }
  .archiveBox .schedule {
    margin: 40px auto;
  }
  .archiveBox .schedule a {
    padding: 20px 0;
  }
  .archiveBox .schedule a:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow08.png) center no-repeat;
    background-size: 100%;
    width: 8px;
    height: 14px;
    position: relative;
    top: 0;
    margin-left: 20px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .archiveBox .schedule a:hover:after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_arrow09.png) center no-repeat;
    background-size: 100%;
    width: 8px;
    height: 14px;
    position: relative;
    top: 0;
    margin-left: 20px;
  }
  .archiveBox .schedule.none {
    margin: 40px auto;
  }
}
@media screen and (max-width: 375px) {
  .archiveBox .archiveList .thumbnail {
    margin-right: 20px;
  }
  .archiveBox .archiveList .thumbnail img {
    width: 90px;
  }
  .archiveBox .archiveList .moreBtn {
    margin: 20px 0 10px 0;
  }
  .archiveBox .archiveList .moreBtn a:after {
    position: relative;
    top: 2px;
  }
  .archiveBox .schedule.none {
    padding: 14px 0;
  }
}
@media screen and (max-width: 320px) {
  .archiveBox .archiveList .thumbnail img {
    width: 86px;
  }
}
/* ----------------------------------------------------
	single
---------------------------------------------------- */
.articleBox {
  padding: 130px 0 0 0;
}
.articleBox p.readTitle {
  padding: 0;
  margin: 0 0 16px 0;
  font-weight: bold;
  font-size: 20px;
  font-size: 6.25vw;
}
@media screen and (min-width: 737px) {
  .articleBox p.readTitle {
    font-size: 36px;
  }
}
.articleBox h3 {
  padding: 14px 26px 12px 26px;
  margin: 0;
  background: #e6f0f7;
  font-size: 18px;
  font-size: 5.625vw;
}
@media screen and (min-width: 737px) {
  .articleBox h3 {
    font-size: 26px;
  }
}
.articleBox h3 span {
  margin-left: 50px;
  display: inline-block;
  font-weight: normal;
  font-size: 11px;
  font-size: 3.4375vw;
}
@media screen and (min-width: 737px) {
  .articleBox h3 span {
    font-size: 18px;
  }
}
.articleBox .giinBox {
  margin-bottom: 100px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.articleBox .thumb {
  line-height: 0;
}
.articleBox .thumb img {
  width: 230px;
  height: auto;
  border: 1px solid #d6d6d6;
}
.articleBox .boxinner {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  width: 74%;
}
.articleBox .boxinner .area {
  padding: 0;
  margin: 0 0 10px 0;
  color: #fff;
}
.articleBox .boxinner .area span {
  padding: 4px 10px 3px 10px;
  background: #40474f;
}
@media all and (-ms-high-contrast: none) {
  .articleBox .boxinner .area span {
    padding: 7px 10px 0 10px;
    display: inline-block;
  }
}
.articleBox .boxinner .area a {
  color: #fff;
}
.articleBox .boxinner .name {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d6d6d6;
  font-size: 33px;
  font-size: 10.3125vw;
}
@media screen and (min-width: 737px) {
  .articleBox .boxinner .name {
    font-size: 46px;
    font-weight: bold;
  }
}
.articleBox .boxinner .name span.ruby {
  margin-left: 20px;
  display: inline-block;
  font-weight: normal;
  font-size: 20px;
  font-size: 6.25vw;
}
@media screen and (min-width: 737px) {
  .articleBox .boxinner .name span.ruby {
    font-size: 26px;
  }
}
.articleBox .boxinner .pri {
  padding: 4px 0;
  margin: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  border-bottom: 1px solid #d6d6d6;
}
@media all and (-ms-high-contrast: none) {
  .articleBox .boxinner .pri {
    padding: 8px 0 0 0;
  }
}
.articleBox .boxinner .pri p {
  padding: 0;
  margin: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.articleBox .boxinner .pri p:first-child {
  padding-right: 40px;
  font-size: 16px;
  font-size: 5vw;
}
@media screen and (min-width: 737px) {
  .articleBox .boxinner .pri p:first-child {
    font-size: 26px;
  }
}
.articleBox .boxinner .pri p.birthday {
  padding-left: 30px;
  border-left: 1px solid #d6d6d6;
}
.articleBox .boxinner .text {
  padding: 10px 0;
  margin: 0;
  font-size: 12px;
  font-size: 3.75vw;
  border-bottom: 1px solid #d6d6d6;
}
@media all and (-ms-high-contrast: none) {
  .articleBox .boxinner .text {
    padding: 10px 0 2px 0;
  }
}
@media screen and (min-width: 737px) {
  .articleBox .boxinner .text {
    font-size: 17px;
  }
}
.articleBox .boxinner .linkBox {
  margin-top: 18px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  font-size: 12px;
  font-size: 3.75vw;
}
@media screen and (min-width: 737px) {
  .articleBox .boxinner .linkBox {
    font-size: 17px;
  }
}
.articleBox .boxinner .linkBox li {
  padding: 0;
  margin: 0 10px 0 0;
  width: 110px;
  text-align: center;
  font-weight: bold;
}
.articleBox .boxinner .linkBox li:last-child {
  margin-right: 0;
}
.articleBox .boxinner .linkBox li.twitter a {
  display: block;
  background: #1da1f2;
}
.articleBox .boxinner .linkBox li.facebook a {
  display: block;
  background: #1877f2;
}
.articleBox .boxinner .linkBox li.web a {
  display: block;
  background: #ff9a00;
}
.articleBox .boxinner .linkBox li.blog a {
  display: block;
  background: #ff6700;
}
.articleBox .boxinner .linkBox li.line a {
  display: block;
  background: #15c656;
}
.articleBox .boxinner .linkBox li.youtube a {
  display: block;
  background: #f00;
}
.articleBox .boxinner .linkBox li.instagram a {
  display: block;
  background: linear-gradient(to top right, #FFDD83, #F26939, #CF2E92, #3639F2);
}
.articleBox .boxinner .linkBox li a {
  color: #fff;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  .articleBox .boxinner .linkBox li a {
    padding-top: 8px;
    line-height: 1rem;
  }
}
.articleBox .map_container {
  margin: 30px 0 100px 0;
}
.articleBox .mapBox {
  padding: 0 20px;
  text-align: center;
}
.articleBox .mapBox + .mymap {
  margin-top: 60px;
}
.articleBox .mapBox img {
  width: 500px;
  height: auto;
}
.articleBox .mapBox p {
  padding: 0;
  margin: 0;
}
.articleBox .mymap {
  width: 100%;
  height: 400px;
}
.articleBox .mymap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.articleBox .policyBox {
  padding: 30px 20px;
  margin: 0 0 100px 0;
}
.articleBox .policyBox p {
  padding: 0;
  margin: 0;
}
.articleBox .materialBox {
  padding: 40px 0;
  margin: 0 0 60px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articleBox .materialBox:after {
  content: "";
  display: block;
  width: 32%;
}
.articleBox .materialBox .material {
  padding: 0;
  margin: 0 0 70px 0;
  width: 32%;
  text-align: center;
}
.articleBox .materialBox .material p {
  padding: 0;
  margin: 20px 0 0 0;
}
.articleBox .materialBox .material img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.articleBox .contactBox {
  padding: 30px 20px;
  margin: 0;
}
.articleBox .contactBox p {
  padding: 0;
  margin: 0;
}
.articleBox .contactBox p.name {
  margin-bottom: 10px !important;
  font-size: 18px;
  font-size: 5.625vw;
}
@media screen and (min-width: 737px) {
  .articleBox .contactBox p.name {
    font-size: 24px;
  }
}
.articleBox article .atinner {
  padding: 20px 20px 0 20px;
}
.articleBox article p {
  padding: 0;
  margin: 0 0 20px 0;
}
.articleBox article p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .articleBox .giinBox {
    margin-bottom: 80px;
  }
  .articleBox .thumb {
    margin-right: 40px;
    line-height: 0;
  }
  .articleBox .boxinner .linkBox li {
    width: 22%;
  }
  .articleBox .map_container {
    margin-bottom: 60px;
  }
  .articleBox .policyBox {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 736px) {
  .articleBox {
    padding-top: 80px;
  }
  .articleBox h3 span {
    margin-left: 0;
    display: block;
  }
  .articleBox .giinBox {
    display: block;
  }
  .articleBox .thumb {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .articleBox .boxinner {
    width: 100%;
    display: block;
  }
  .articleBox .boxinner .area {
    text-align: center;
  }
  .articleBox .boxinner .name {
    text-align: center;
  }
  .articleBox .boxinner .name span.ruby {
    margin: 0 0 20px 0;
    display: block;
  }
  .articleBox .boxinner .pri {
    padding: 8px 0;
    display: block;
    text-align: center;
  }
  .articleBox .boxinner .pri p {
    display: block;
  }
  .articleBox .boxinner .pri p:first-child {
    padding-right: 0;
  }
  .articleBox .boxinner .pri p.birthday {
    padding-left: 0;
    border-left: 0;
  }
  .articleBox .boxinner .text {
    padding: 20px 0;
  }
  .articleBox .boxinner .linkBox {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .articleBox .boxinner .linkBox li {
    margin: 0 0 12px 0;
    width: 48%;
  }
  .articleBox .boxinner .linkBox li a {
    padding: 8px 0;
  }
  .articleBox .map_container {
    margin-top: 20px;
  }
  .articleBox .mapBox {
    padding: 0 10px;
  }
  .articleBox .mapBox img {
    width: 100%;
  }
  .articleBox .policyBox {
    padding: 16px 10px;
  }
  .articleBox .materialBox {
    padding: 30px 0;
    display: block;
  }
  .articleBox .materialBox .material {
    margin-bottom: 50px;
    width: 100%;
  }
  .articleBox .materialBox .material p {
    margin: 0 0 40px 0;
  }
  .articleBox .materialBox .material:last-child p {
    margin-bottom: 0;
  }
  .articleBox .materialBox .material img {
    height: 200px;
  }
  .articleBox .contactBox {
    padding: 20px 10px;
  }
  .articleBox article .atinner {
    padding: 10px 10px 0 10px;
  }
}
/* ----------------------------------------------------
	list
---------------------------------------------------- */
.listBox {
  padding: 70px 0;
}
.listBox h2.listTitle {
  padding: 0;
  margin: 0 0 26px 0;
  font-size: 36px;
  text-align: center;
}
.listBox .listNav {
  padding: 24px 36px;
  margin: 0 0 140px 0;
  font-size: 16px;
  background: #e6f0f7;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
@media all and (-ms-high-contrast: none) {
  .listBox .listNav {
    padding: 24px 36px 18px 36px;
  }
}
.listBox .listNav p {
  padding: 0;
  margin: 0 50px 0 0;
}
.listBox .listNav p a {
  font-weight: bold;
}
.listBox .listNav p a:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow08.png) center no-repeat;
  background-size: 100%;
  width: 8px;
  height: 12px;
  margin-right: 6px;
}
.listBox .listNav p span {
  margin: 0 0 0 20px;
  display: inline-block;
}
.listBox .listwrap {
  padding: 0;
  margin: 0 0 140px 0;
}
.listBox .listwrap h3 {
  padding: 12px 0;
  margin: 0;
  text-align: center;
  font-size: 20px;
  background: #e6f0f7;
}
@media all and (-ms-high-contrast: none) {
  .listBox .listwrap h3 {
    padding: 12px 0 6px 0;
  }
}
.listBox .listwrap .listinner {
  padding: 0;
  margin: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d6d6d6;
}
.listBox .listwrap .listinner.tunagu {
  background: #fdeae8;
}
.listBox .listwrap .listinner .areabox {
  padding-left: 8px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-feature-settings: "palt";
  width: 20%;
}
.listBox .listwrap .listinner .areabox span.smtxt {
  font-size: 14px;
}
.listBox .listwrap .listinner .lawmaker {
  padding: 7px 0;
  width: 80%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listBox .listwrap .listinner .lawmaker:after {
  content: "";
  display: block;
  width: 33%;
}
.listBox .listwrap .listinner .box {
  padding: 7px 0;
  margin: 0;
  width: 33%;
}
.listBox .listwrap .listinner .box a {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.listBox .listwrap .listinner .box img {
  padding: 0;
  margin: 0;
  width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.listBox .listwrap .listinner .box p {
  padding: 0;
  margin: 0 0 0 14px;
  font-feature-settings: "palt";
}
.listBox .listwrap .listinner .box p.name {
  font-size: 20px;
  font-weight: bold;
}
.listBox .listwrap .listinner .box p.name span {
  font-size: 18px;
  font-weight: normal;
}
.listBox .listwrap .listinner .box p.name span.br {
  font-size: 16px;
  display: block;
}

@media screen and (max-width: 736px) {
  .listBox {
    padding: 45px 0;
  }
  .listBox .listNav {
    padding: 12px 18px;
    margin-bottom: 50px;
    display: block;
  }
  .listBox .listNav p {
    margin-right: 0;
  }
  .listBox .listNav p:nth-child(3) {
    margin-top: 13px;
  }
  .listBox .listNav p span {
    margin-left: 0;
    display: block;
  }
  .listBox .listwrap {
    margin-bottom: 50px;
  }
  .listBox .listwrap .listinner .areabox {
    padding: 0;
    margin: 14px 0 0 0;
    display: block;
    width: 100%;
  }
  .listBox .listwrap .listinner .areabox span.smtxt {
    display: block;
  }
  .listBox .listwrap .listinner .lawmaker {
    width: 100%;
  }
  .listBox .listwrap .listinner .lawmaker:after {
    content: none;
  }
  .listBox .listwrap .listinner .box {
    width: 100%;
  }
}
/* ----------------------------------------------------
	sns
---------------------------------------------------- */
.snsBox {
  padding: 0;
  margin: 100px 0 0 0;
}
.snsBox ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.snsBox ul li {
  padding: 0;
  margin: 0 16px 0 0;
  line-height: 0;
}
.snsBox ul li:last-child {
  margin-right: 0;
}
.snsBox ul img {
  width: 71px;
  height: auto;
}
.snsBox .ill_share {
  margin: -16px 0 0 80px;
  text-align: center;
}
.snsBox .ill_share img {
  width: 432px;
  height: auto;
}

@media screen and (max-width: 736px) {
  .snsBox .ill_share {
    margin: 0 auto;
    width: 90%;
  }
  .snsBox .ill_share img {
    width: 100%;
  }
}
/* ----------------------------------------------------
	footer
---------------------------------------------------- */
footer {
  padding: 0;
  margin: 0;
  background: #e6f0f7;
  border-bottom: 10px solid #ff3061;
}
footer .footerinner {
  padding: 110px 0;
  margin: 0 auto;
  width: 1024px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
footer .footerinner .twbox {
  width: 460px;
}
footer .footerinner .twbox .newtitle {
  margin-bottom: 16px;
  text-align: center;
  color: #ff3061;
  font-weight: bold;
  font-size: 20px;
  font-size: 6.25vw;
}
@media screen and (min-width: 737px) {
  footer .footerinner .twbox .newtitle {
    font-size: 23px;
  }
}
footer .footerinner .snsbox {
  padding: 50px 0 0 0;
  margin: 0;
  width: 460px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
footer .footerinner .snsbox .shareBtn {
  position: relative;
  z-index: 20;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
}
footer .footerinner .snsbox .shareBtn li {
  margin-right: 20px;
}
footer .footerinner .snsbox .shareBtn li:last-child {
  margin-right: 0;
}
footer .footerinner .snsbox .shareBtn img {
  width: 71px;
  height: auto;
}
footer .footerinner .snsbox .ill {
  margin-top: -210px;
}
footer .footerinner .snsbox .ill img {
  width: 432px;
  height: auto;
}
footer .footerinner .snsbox address {
  font-style: normal;
  font-size: 12px;
  font-size: 3.75vw;
}
footer .footerinner .snsbox address p:first-child {
  font-weight: bold;
}
footer .footerinner .snsbox address p.copyright {
  margin-top: 10px;
  font-size: 11px;
  font-size: 3.4375vw;
}
@media screen and (min-width: 737px) {
  footer .footerinner .snsbox address p.copyright {
    font-size: 14px;
  }
}
@media screen and (min-width: 737px) {
  footer .footerinner .snsbox address {
    font-size: 16px;
  }
}
footer p {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  footer .footerinner {
    width: 94%;
  }
  footer .footerinner .twbox {
    width: 48%;
  }
  footer .footerinner .snsbox {
    width: 48%;
  }
}
@media screen and (max-width: 736px) {
  footer .footerinner {
    padding: 90px 0 20px 0;
    display: block;
  }
  footer .footerinner .twbox {
    width: 100%;
  }
  footer .footerinner .snsbox {
    padding-top: 0;
    margin-top: 80px;
    width: 100%;
  }
  footer .footerinner .snsbox .ill {
    margin-top: 0;
  }
  footer .footerinner .snsbox .ill img {
    width: 100%;
    height: auto;
  }
  footer .footerinner .snsbox .shareBtn {
    margin-top: 50px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footerinner .snsbox address {
    margin-top: 100px;
  }
  footer .footerinner .snsbox address p.copyright {
    font-size: 11px;
  }
}
footer.page {
  background: #fff;
}
footer.page .footerinner {
  padding: 20px 0;
  font-size: 12px;
  font-size: 3.75vw;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 737px) {
  footer.page .footerinner {
    font-size: 16px;
  }
}
footer.page .footerinner address {
  font-style: normal;
}
footer.page .footerinner address strong {
  margin-right: 14px;
  display: inline-block;
}
footer.page .footerinner .copyright {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -webkit-flex;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  footer.page .footerinner {
    display: block;
    width: 94%;
  }
}
@media screen and (max-width: 736px) {
  footer.page .footerinner .sp_br {
    display: block;
  }
  footer.page .footerinner .copyright {
    font-size: 11px;
  }
}
/* ----------------------------------------------------
	pageback
---------------------------------------------------- */
.pageBack a {
  padding: 10px 0 9px 0;
  margin: 0 auto 100px auto;
  width: 230px;
  color: #fff;
  font-weight: bold;
  background: #ff3061;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  display: block;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .pageBack a {
    padding: 12px 0 5px 0;
  }
}
.pageBack a:before {
  content: "";
  display: inline-block;
  background: url(../images/common/icon_arrow07.png) center no-repeat;
  background-size: 100%;
  width: 9px;
  height: 14px;
  position: relative;
  margin-right: 14px;
}

/* ----------------------------------------------------
	pageup
---------------------------------------------------- */
#pageup {
  padding: 0;
  margin: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#pageup img {
  width: 61px;
  height: auto;
}
#pageup:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

@media screen and (max-width: 736px) {
  #pageup {
    bottom: 16px;
    right: 16px;
  }
}
