@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
img {
  max-width: 100%;
  vertical-align: bottom; }

body {
  margin: 0;
  padding: 0;
  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;
  background: #f8d5d8;
  background-image: url("/dir/itaku/img/hanamaru_04/bg.png");
  background-repeat: repeat;
  background-position: center; }

h1, h2, h3, h4, h5, h6 {
  line-height: 150%;
  font-feature-settings: "palt"; }

.global_head {
  margin: 0 0 0 0; }

.wrap {
  background: url("/dir/itaku/img/topBannerBlue_toka.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: #cc0000; }
      @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: 20%; }
      .local_nav .local_guide ul li:nth-of-type(2) {
        width: 20%; }
      .local_nav .local_guide ul li:nth-of-type(3) {
        width: 23%; }
      .local_nav .local_guide ul li:nth-of-type(4) {
        width: 36%;
        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; }

@media only screen and (max-width: 768px) {
  .banner {
    margin: 0 15px 30px; } }
@media only screen and (min-width: 769px) {
  .banner {
    margin: 20px 0 70px; } }
.banner .banner_ttl {
  font-family: 'Rounded Mplus 1c';
  text-align: center;
  color: #f44c48;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 768px) {
    .banner .banner_ttl {
      font-size: 1.8rem;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 769px) {
    .banner .banner_ttl {
      font-size: 2.8rem;
      margin: 0 0 40px; } }
  .banner .banner_ttl::before {
    content: "";
    display: inline-block;
    background-image: url("/dir/itaku/img/hanamaru_04/icon-sakura.png");
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      .banner .banner_ttl::before {
        width: 30px;
        height: 29px;
        margin-right: 22px;
        background-size: contain; } }
    @media only screen and (min-width: 769px) {
      .banner .banner_ttl::before {
        width: 40px;
        height: 39px;
        margin-right: 29px;
        background-size: auto; } }
  .banner .banner_ttl::after {
    content: "";
    display: inline-block;
    background-image: url("/dir/itaku/img/hanamaru_04/icon-sakura.png");
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      .banner .banner_ttl::after {
        width: 30px;
        height: 29px;
        margin-left: 20px;
        background-size: contain; } }
    @media only screen and (min-width: 769px) {
      .banner .banner_ttl::after {
        width: 40px;
        height: 39px;
        margin-left: 25px;
        background-size: auto; } }
.banner .banner_content {
  margin: 0 auto;
  display: flex;
  box-sizing: border-box; }
  @media only screen and (max-width: 768px) {
    .banner .banner_content {
      flex-direction: column; } }
  @media only screen and (min-width: 769px) {
    .banner .banner_content {
      justify-content: center;
      max-width: 1200px; } }
@media only screen and (max-width: 768px) {
  .banner a {
    text-align: center; } }
.banner img {
  border: #fff solid 2px; }
  @media only screen and (max-width: 768px) {
    .banner img {
      margin: 0 0 10px;
      width: 75%;
      height: auto; } }
  @media only screen and (min-width: 769px) {
    .banner img {
      margin: 0 9px;
      cursor: pointer; } }
  .banner img:hover {
    opacity: 0.8; }

@media only screen and (max-width: 768px) {
  .sponly {
    margin: -10px 0 0;
    padding: 0;
    font-size: 11px;
    text-align: center; } }
@media only screen and (min-width: 769px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 768px) {
  .pconly {
    display: none; } }
@media only screen and (min-width: 769px) {
  .pconly {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-end;
    font-size: 12px; } }

.kiji_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .kiji_container {
      margin: 60px 0 0; } }
  @media only screen and (min-width: 769px) {
    .kiji_container {
      margin: 80px 0 0; } }

.kiji {
  background: #fff;
  position: relative;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 768px) {
    .kiji {
      width: 100%;
      margin: 0 0 65px;
      padding: 50px 15px 25px; } }
  @media only screen and (min-width: 769px) {
    .kiji {
      width: 48%;
      margin: 0 0 75px;
      padding: 65px 30px 30px; } }
  .kiji .shinkan {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    background-image: url("/dir/itaku/img/hanamaru_04/shinkan.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 768px) {
      .kiji .shinkan {
        top: -30px;
        width: 180px;
        height: 58px; } }
    @media only screen and (min-width: 769px) {
      .kiji .shinkan {
        top: -36px;
        width: 230px;
        height: 73px; } }
  .kiji .saihan {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    background-image: url("/dir/itaku/img/hanamaru_04/saihan.png");
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 768px) {
      .kiji .saihan {
        top: -35px;
        width: 180px;
        height: 58px; } }
    @media only screen and (min-width: 769px) {
      .kiji .saihan {
        top: -36px;
        width: 230px;
        height: 73px; } }
  .kiji .senbai {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99; }
    @media only screen and (min-width: 769px) {
      .kiji .senbai img {
        width: 80px;
        height: auto; } }

.content_head {
  width: 100%;
  box-sizing: border-box;
  border: none; }
  @media only screen and (max-width: 768px) {
    .content_head {
      padding: 25px 0 0; } }
  @media only screen and (min-width: 769px) {
    .content_head {
      padding: 55px 0 0; } }
  .content_head .content_head_inner {
    background-image: url("/dir/itaku/img/hanamaru_04/ttl.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .content_head .content_head_inner {
        background-size: contain;
        width: 350px;
        height: 95px; } }
    @media only screen and (min-width: 769px) {
      .content_head .content_head_inner {
        background-size: auto;
        height: 226px; } }
  .content_head h1 {
    font-size: 18px;
    font-feature-settings: "palt"; }

.note {
  color: #f44c48;
  font-family: 'Rounded Mplus 1c';
  padding: 0;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .note {
      margin: 0;
      font-size: 1.1rem;
      line-height: 1.8rem; } }
  @media only screen and (min-width: 769px) {
    .note {
      margin: -20px 0 0;
      font-size: 1.3rem;
      line-height: 2.1rem;
      letter-spacing: 0.2em; } }

.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: 0 10px; } }
  @media only screen and (min-width: 769px) {
    .content {
      max-width: 1200px; } }

.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_layout2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .post_layout2 {
      -webkit-flex-direction: column;
      flex-direction: column; } }
  @media only screen and (min-width: 769px) {
    .post_layout2 {
      -webkit-flex-direction: row;
      flex-direction: row;
      justify-content: space-between; } }
  .post_layout2 h2 {
    font-size: 18px;
    margin: 0 0 13px 0; }
  @media only screen and (max-width: 768px) {
    .post_layout2 .img {
      width: 100%;
      text-align: center;
      margin: 0 0 15px 0; } }
  @media only screen and (min-width: 769px) {
    .post_layout2 .img {
      width: 40%;
      box-sizing: border-box; } }
  .post_layout2 .img .pic_for {
    margin: 0;
    text-align: center; }
    .post_layout2 .img .pic_for .box {
      text-align: center;
      margin: auto; }
    .post_layout2 .img .pic_for img {
      width: auto;
      max-width: 100%;
      height: auto;
      filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1)); }
      @media only screen and (max-width: 768px) {
        .post_layout2 .img .pic_for img {
          text-align: center;
          max-height: 360px; } }
  @media only screen and (max-width: 768px) {
    .post_layout2 .post_item {
      width: 100%; } }
  @media only screen and (min-width: 769px) {
    .post_layout2 .post_item {
      width: 60%; } }
  .post_layout2 .post_item p {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 20px; }
  @media only screen and (min-width: 769px) {
    .post_layout2 .post_item .post_item_basic {
      margin-left: 30px; } }
  .post_layout2 .post_item .post_item_basic .post_item_detail {
    list-style: none;
    margin: 0;
    padding: 0; }
    .post_layout2 .post_item .post_item_basic .post_item_detail li {
      word-break: break-all;
      margin: 0 0 5px;
      line-height: 1.4rem; }
  .post_layout2 .post_item .post_item_etc {
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .post_layout2 .post_item .post_item_etc {
        margin: 15px 0 0; } }
    @media only screen and (min-width: 769px) {
      .post_layout2 .post_item .post_item_etc {
        margin: 20px 0 0; } }
  @media only screen and (min-width: 769px) {
    .post_layout2 .post_item .post_item_ec {
      width: 100%; } }
  .post_layout2 .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;
    flex-direction: column; }
    .post_layout2 .post_item .post_item_ec .post_item_ec_link li {
      text-align: center;
      width: 100%;
      margin: 0 0 7px; }
      .post_layout2 .post_item .post_item_ec .post_item_ec_link li:last-child {
        margin: 0; }
      .post_layout2 .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;
        box-sizing: border-box;
        font-feature-settings: "palt";
        text-decoration: none; }
        @media only screen and (max-width: 768px) {
          .post_layout2 .post_item .post_item_ec .post_item_ec_link li a {
            -webkit-align-items: center;
            align-items: center;
            -webkit-align-content: center;
            align-content: center;
            justify-content: center;
            height: 65px;
            padding: 0 20px; } }
        @media only screen and (min-width: 769px) {
          .post_layout2 .post_item .post_item_ec .post_item_ec_link li a {
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-align-content: center;
            align-content: center;
            height: 50px;
            line-height: 19px;
            padding: 0 20px; } }
      .post_layout2 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(1) a {
        background-color: #2c5aa7;
        color: #fff; }
        .post_layout2 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(1) a:hover {
          background-color: #244d91; }
      .post_layout2 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(2) a {
        background-color: #94aaa6;
        color: #fff; }
        .post_layout2 .post_item .post_item_ec .post_item_ec_link li:nth-of-type(2) a:hover {
          background-color: #778482; }
    .post_layout2 .post_item .post_item_ec .post_item_ec_link strong {
      font-size: 14px; }
      @media only screen and (max-width: 768px) {
        .post_layout2 .post_item .post_item_ec .post_item_ec_link strong {
          margin-right: 5px; } }
    @media only screen and (max-width: 768px) {
      .post_layout2 .post_item .post_item_ec .post_item_ec_link span {
        font-size: 15px; } }
    @media only screen and (min-width: 769px) {
      .post_layout2 .post_item .post_item_ec .post_item_ec_link span {
        font-size: 14px; } }

.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; }
