@charset "utf-8";
.bg_color01 {
  background-image: linear-gradient(-45deg, #cfc, #ffc);
}
.bg_color02 {
  background: #fdf0e6;
}
section {
  position: relative;
}
#imageMap, #imageMap2 img {
  max-width: 100%;
}
article {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.article {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 500px;
  box-sizing: border-box;
  text-align: center;
  background: url("../images/bg_ti2.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.article_icon {
  margin: 0 auto;
  padding-top: 100px;
  width: 250px;
  height: auto;
  box-sizing: border-box;
}
.article h1 {
  margin: 1em auto 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: 1.7em;
  line-height: 1.5em;
  text-align: center;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}
@media screen and (min-width:340px) and (max-width:480px) {
  .article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti2.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
  }
  .article_icon {
    margin: 0 auto;
    padding-top: 50px;
    width: 200px;
    height: auto;
    box-sizing: border-box;
  }
  .article h1 {
    margin: 1em auto 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 2em 0;
    width: 90%;
    height: auto;
  }
  .sec_inb {
    margin: 2em auto 0;
    padding: 0;
    width: 90%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*section1*/
  .kana01 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-size: 4.2vw;
    line-height: 1.3em;
    color: #080;
    white-space: nowrap
  }
  .kana01:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
  }
  .kana02 {
    font-weight: bold;
    border: 1px solid #9c9;
    padding: .2em 1em;
    box-shadow: 5px -5px #9c9;
    margin-bottom: 1em;
    background: #fff;
  }
  .ppbox {
    margin: 1em;
    display: flex;
    justify-content: center;
  }
  .pp {
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    color: #080;
    margin: 0 1em;
    line-height: 1.5em;
    font-size: .8em;
    white-space: nowrap;
  }
  .pp:before {
    content: '\f521';
    display: inline-block;
    width: 1em;
    color: #080;
    font-family: 'FontAwesome';
    text-indent: 0;
  }
  .box_center {
    display: flex;
    justify-content: center;
  }
  .box33 {
    margin: 1em 0;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 1;
    border: 1px solid #666;
    box-shadow: 5px 5px 0px 0px rgba(102, 51, 0, 0.26);
  }
  .box33:last-child {
    margin: 1em 0 0;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 1;
    border: 1px solid #666;
    box-shadow: 5px 5px 0px 0px rgba(102, 51, 0, 0.26);
  }
  .box33 img {
    width: 100%;
    height: auto;
  }
  .box33 p {
    padding: .6em;
    text-align: left;
  }
  /*section1*/
  /*btn*/
  a.btn_01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 30%;
    margin: 1%;
    padding: 1em .5em;
    font-size: .8em;
    border: 1px solid #666;
    color: #333;
    transition: 0.5s;
    box-sizing: border-box;
  }
  a.btn_01:hover {
    color: #fff;
    background: #666;
  }
}
@media screen and (min-width:481px) and (max-width:768px) {
  .article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti2.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
  }
  .article_icon {
    margin: 0 auto;
    padding-top: 50px;
    width: 200px;
    height: auto;
    box-sizing: border-box;
  }
  .article h1 {
    margin: 1em auto 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 4em 0;
    width: 90%;
    height: auto;
  }
  .sec_inb {
    margin: 2em auto 0;
    padding: 0;
    width: 90%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*section1*/
  .kana01 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-size: 3.5vw;
    line-height: 1.3em;
    color: #080;
    white-space: nowrap
  }
  .kana01:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
  }
  .kana02 {
    font-weight: bold;
    border: 1px solid #9c9;
    padding: .2em 1em;
    box-shadow: 5px -5px #9c9;
    margin-bottom: 1em;
    background: #fff;
  }
  .ppbox {
    margin: 1em;
    display: flex;
    justify-content: center;
  }
  .pp {
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    color: #080;
    margin: 0 1em;
    line-height: 1.5em;
  }
  .pp:before {
    content: '\f521';
    display: inline-block;
    width: 1em;
    color: #080;
    font-family: 'FontAwesome';
    text-indent: 0;
  }
  .box_center {
    display: flex;
    justify-content: center;
  }
  .box33 {
    margin: 1.5%;
    padding: 0;
    width: 47%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 1;
    border: 1px solid #666;
    box-shadow: 5px 5px 0px 0px rgba(102, 51, 0, 0.26);
  }
  .box33 img {
    width: 100%;
    height: auto;
  }
  .box33 p {
    padding: .6em;
    text-align: left;
  }
  /*section1*/
  /*btn*/
  a.btn_01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 30%;
    margin: 1%;
    padding: 1em;
    font-size: .9em;
    border: 1px solid #666;
    color: #333;
    transition: 0.5s;
    box-sizing: border-box;
  }
  a.btn_01:hover {
    color: #fff;
    background: #666;
  }
}
@media screen and (min-width:769px) and (max-width:1024px) {
  .article {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    text-align: center;
    background: url("../images/bg_ti2.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
  }
  .article_icon {
    margin: 0 auto;
    padding-top: 50px;
    width: 200px;
    height: auto;
    box-sizing: border-box;
  }
  .article h1 {
    margin: 1em auto 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-size: 1.7em;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 4em 0;
    width: 90%;
    height: auto;
  }
  .sec_inb {
    margin: 2em auto 0;
    padding: 0;
    width: 90%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*section1*/
  .kana01 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-size: 2.5vw;
    line-height: 1.3em;
    color: #080;
    white-space: nowrap
  }
  .kana01:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
  }
  .kana02 {
    font-weight: bold;
    border: 1px solid #9c9;
    padding: .2em 1em;
    box-shadow: 5px -5px #9c9;
    margin-bottom: 1em;
    background: #fff;
  }
  .ppbox {
    margin: 1em;
    display: flex;
    justify-content: center;
  }
  .pp {
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    color: #080;
    margin: 0 2em;
    line-height: 1.5em;
  }
  .pp:before {
    content: '\f521';
    display: inline-block;
    width: 1em;
    color: #080;
    font-family: 'FontAwesome';
    text-indent: 0;
  }
  .box_center {
    display: flex;
    justify-content: center;
  }
  .box33 {
    margin: 1.5%;
    padding: 0;
    width: 30%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 1;
    border: 1px solid #666;
    box-shadow: 5px 5px 0px 0px rgba(102, 51, 0, 0.26);
  }
  .box33 img {
    width: 100%;
    height: auto;
  }
  .box33 p {
    padding: .6em;
    text-align: left;
  }
  /*section1*/
  /*btn*/
  a.btn_01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 14.6%;
    margin: 1%;
    padding: 1em;
    font-size: .9em;
    border: 1px solid #666;
    color: #333;
    transition: 0.5s;
    box-sizing: border-box;
  }
  a.btn_01:hover {
    color: #fff;
    background: #666;
  }
}
@media screen and (min-width:1025px) and (max-width:1440px) {
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 4em 0;
    width: 90%;
    height: auto;
  }
  .sec_inb {
    margin: 2em auto 0;
    padding: 0;
    width: 90%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*section1*/
  .kana01 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-size: 2.5vw;
    line-height: 1.3em;
    color: #080;
    white-space: nowrap
  }
  .kana01:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
  }
  .kana02 {
    font-weight: bold;
    border: 1px solid #9c9;
    padding: .2em 1em;
    box-shadow: 5px -5px #9c9;
    margin-bottom: 1em;
    background: #fff;
  }
  .ppbox {
    margin: 1em;
    display: flex;
    justify-content: center;
  }
  .pp {
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    color: #080;
    margin: 0 2em;
    line-height: 1.5em;
  }
  .pp:before {
    content: '\f521';
    display: inline-block;
    width: 1em;
    color: #080;
    font-family: 'FontAwesome';
    text-indent: 0;
  }
  .box_center {
    display: flex;
    justify-content: center;
  }
  .box33 {
    margin: 1.5%;
    padding: 0;
    width: 30%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 1;
    border: 1px solid #666;
    box-shadow: 5px 5px 0px 0px rgba(102, 51, 0, 0.26);
  }
  .box33 img {
    width: 100%;
    height: auto;
  }
  .box33 p {
    padding: .6em;
    text-align: left;
  }
  /*section1*/
  /*btn*/
  a.btn_01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 14.6%;
    margin: 1%;
    padding: 1em;
    font-size: .9em;
    border: 1px solid #666;
    color: #333;
    transition: 0.5s;
    box-sizing: border-box;
  }
  a.btn_01:hover {
    color: #fff;
    background: #666;
  }
}
@media screen and (min-width:1441px) {
  .br1 {
    display: none;
  }
  section {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
  }
  .sec_in {
    margin: 0 auto;
    padding: 4em 0;
    width: 90%;
    height: auto;
  }
  .sec_inb {
    margin: 1em auto 0;
    padding: 0;
    width: 90%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .flex_bet, .flex_bet2 {
    display: flex;
    justify-content: space-between;
  }
  .flex_low {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .flex_low2 {
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .flex_wrap {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*section1*/
  .kana01 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    font-size: 2vw;
    line-height: 1.3em;
    color: #080;
	  white-space: nowrap;
  }
  .kana01:after {
    content: "";
    display: block;
    height: 4px;
    background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
    background: linear-gradient(to right, rgb(230, 90, 90), transparent);
  }
  .kana02 {
    font-weight: bold;
    border: 1px solid #9c9;
    padding: .2em 1em;
    box-shadow: 5px -5px #9c9;
    margin-bottom: 1em;
    background: #fff;
  }
  .ppbox {
    margin: 1em;
    display: flex;
    justify-content: center;
  }
  .pp {
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    color: #080;
    margin: 0 2em;
    line-height: 1.5em;
  }
  .pp:before {
    content: '\f521';
    display: inline-block;
    width: 1em;
    color: #080;
    font-family: 'FontAwesome';
    text-indent: 0;
  }
  .box_center {
    display: flex;
    justify-content: center;
  }
  .box33 {
    margin: 1.5%;
    padding: 0;
    width: 30%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    z-index: 1;
    border: 1px solid #666;
    box-shadow: 5px 5px 0px 0px rgba(102, 51, 0, 0.26);
  }
  .box33 img {
    width: 100%;
    height: auto;
  }
  .box33 p {
    padding: .6em;
    text-align: left;
  }
  /*section1*/
  /*btn*/
  a.btn_01 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 14.6%;
    margin: 1%;
    padding: 1em;
    font-size: .9em;
    border: 1px solid #666;
    color: #333;
    transition: 0.5s;
    box-sizing: border-box;
  }
  a.btn_01:hover {
    color: #fff;
    background: #666;
  }
}