@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #555;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  line-height: 150%;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
  font-feature-settings: "palt";
}

.global_head {
  margin: 0 0 0 0;
}

.wrap {
  background: #fff url("/dir/male/img/topBannerPurple.png") repeat-x;
  text-align: center;
}

.local_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 20px;
  padding: 45px 0 0 0;
  max-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .local_nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .local_nav {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .local_nav .local_logo {
    width: 100%;
    margin: 0 0 5px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .local_nav .local_logo {
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .local_nav .local_guide {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .local_nav .local_guide {
    width: calc(100% - 370px);
  }
}
.local_nav .local_guide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.local_nav .local_guide ul li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  background-color: #924f9d;
}
@media only screen and (min-width: 769px) {
  .local_nav .local_guide ul li {
    height: 48px;
  }
}
.local_nav .local_guide ul li:nth-of-type(1) {
  width: 19%;
}
.local_nav .local_guide ul li:nth-of-type(2) {
  width: 19%;
}
.local_nav .local_guide ul li:nth-of-type(3) {
  width: 30%;
}
.local_nav .local_guide ul li:nth-of-type(4) {
  width: 30%;
  letter-spacing: -1px;
}
.local_nav .local_guide ul a {
  display: block;
  width: 100%;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
  padding: 5px 0 4px;
  font-feature-settings: "palt";
  text-decoration: none;
}

.content_head {
  width: 100%;
  margin: 0 auto 15px;
  padding: 0 0 2px 0;
  box-sizing: border-box;
  border-bottom: 2px dotted #ccc;
}
@media only screen and (max-width: 768px) {
  .content_head {
    max-width: 640px;
  }
}
@media only screen and (min-width: 769px) {
  .content_head {
    max-width: 1200px;
  }
}
.content_head h1 {
  font-size: 18px;
  font-feature-settings: "palt";
}

.content {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .content {
    order: 4;
    max-width: 640px;
    padding: 10px 5px 0;
  }
}
@media only screen and (min-width: 769px) {
  .content {
    max-width: 1200px;
    padding: 10px 10px 0;
  }
}

.content_foot {
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .content_foot {
    max-width: 640px;
  }
}
@media only screen and (min-width: 769px) {
  .content_foot {
    max-width: 1200px;
  }
}

.post_layout1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 768px) {
  .post_layout1 {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .post_layout1 {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    align-content: flex-start;
  }
}
.post_layout1 h2 {
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 10px 0 8px 10px;
  background-color: #ffdbee;
}
.post_layout1 h3 {
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 6px 0 5px 10px;
  background-color: #edeada;
}
.post_layout1 h4 {
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 7px 0 6px 10px;
  background-color: #eee;
}
@media only screen and (max-width: 768px) {
  .post_layout1 .post_img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
  }
}
@media only screen and (min-width: 769px) {
  .post_layout1 .post_img {
    width: 540px;
    box-sizing: border-box;
  }
}
.post_layout1 .post_img .pic_nav {
  margin: 0 30px 0;
}
@media only screen and (min-width: 769px) {
  .post_layout1 .post_img .pic_nav {
    text-align: center;
  }
}
.post_layout1 .post_img .pic_nav .box {
  max-width: 120px;
  height: 120px;
  margin: 0 0 0 5px;
  padding: 0;
  padding: 5px;
  box-sizing: border-box;
  background-color: #eee;
  position: relative;
}
.post_layout1 .post_img .pic_nav img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 110px;
  height: auto;
  max-height: 110px;
}
.post_layout1 .post_img .pic_for {
  margin: 30px 0 10px 0;
  text-align: center;
}
.post_layout1 .post_img .pic_for .box {
  text-align: center;
  margin: auto;
}
.post_layout1 .post_img .pic_for img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .post_layout1 .post_img .pic_for img {
    max-height: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .post_layout1 .post_item {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .post_layout1 .post_item {
    width: calc(100% - 560px);
  }
}
.post_layout1 .post_item p {
  margin: 15px 0 0 10px;
}
.post_layout1 .post_item p:first-child {
  margin: 0 0 0 10px;
}
.post_layout1 .post_item .post_item_basic {
  margin: 0 0 20px 0;
}
.post_layout1 .post_item .post_item_basic table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.post_layout1 .post_item .post_item_basic th {
  padding: 8px 0 7px 0;
  text-align: center;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
}
.post_layout1 .post_item .post_item_basic td {
  padding: 8px 0 7px 0;
  border-bottom: 1px dotted #ccc;
  font-weight: normal;
}
.post_layout1 .post_item .post_item_caption {
  margin: 0 0 20px 0;
}
.post_layout1 .post_item .post_item_ec {
  margin: 0 0 20px 0;
}
.post_layout1 .post_item .post_item_ec .post_item_ec_link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 0 20px 0;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.post_layout1 .post_item .post_item_ec .post_item_ec_link li {
  width: 49%;
  text-align: center;
}
.post_layout1 .post_item .post_item_ec .post_item_ec_link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
.post_layout1 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(1) a {
  background-color: #1c65a0;
  color: #fff;
}
.post_layout1 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(1) a:hover {
  background-color: #294b68;
}
.post_layout1 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(2) a {
  background-color: #94aaa6;
  color: #fff;
}
.post_layout1 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(2) a:hover {
  background-color: #778482;
}
.post_layout1 .post_item .post_item_ec .post_item_ec_link strong {
  font-size: 20px;
}

.contact {
  background-color: #e9efe8;
  padding: 20px;
}
.contact h4 {
  background-color: #666;
  color: #fff;
  padding: 6px 5px 6px 10px;
  margin: 0 0 15px 0;
}
.contact p {
  margin: 0 0 0 8px;
}

.sns_link {
  margin: 20px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.sns_link li {
  margin: 0 10px;
  height: 30px;
}
.sns_link span {
  vertical-align: top !important;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  margin: 20px 0 20px 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #ccc;
  list-style: none;
  overflow: hidden;
}
.breadcrumb li {
  margin: 0 10px 0 2px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 360px;
}
.breadcrumb li:before {
  content: "";
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #a3b7b6;
  position: absolute;
  bottom: 7px;
  left: 0px;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
