@charset "UTF-8";
#main .bg_acord.col_3 {
  padding: 40px 0;
}

#main .bg_acord.col_3 .list_acord .flex .btn {
  border-width: 3px;
}
#main .bg_acord.col_3 .list_acord .flex .btn a {
  font-size: 17px;
  padding: 16px 0;
}
#main .bg_acord.col_3 .list_acord .flex .btn a:after {
  display: none;
}

#main .tt01 {
  text-align: center;
  margin-bottom: 5%;
  font-family: "M PLUS 1p";
  font-weight: bold;
}
#main .tt02 {
  text-align: center;
  margin-bottom: 5%;
  border: 4px solid #fff;
  position: relative;
  padding: 1.75%;
  font-size: 32px;
  font-family: "M PLUS 1p";
  font-weight: bold;
  color: #fff;
}
#main .tt02:after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
#main .bgpd {
  padding: 3% 0;
}
#main.guide .content {
  padding: 0 1%;
}
#main .guide01 {
  font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
  background: url("../guide/images/bg2_a.png"), url("../guide/images/bg2_b.png");
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
  padding-bottom: 4%;
}
#main .guide01_a .box {
  width: 29.2%;
  background: #fff;
  position: relative;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.3);
  padding: 1.2%;
}
#main .guide01_a .box .step {
  position: absolute;
  top: -25px;
  left: -15px;
}
#main .guide01_a .box .text {
  padding: 6% 18%;
  margin-bottom: 3%;
}
#main .guide01_a .box .text.text_b {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#main .guide01_a .box figure img {
  max-width: 100%;
  width: 100%;
}
#main .guide01_a .box figure{
  position: relative;
}
#main .guide01_a .box figure span{
  display: none;
}
#main .guide01_a .box:hover figure span,#main .guide01_a .box:active figure span,#main .guide01_a .box:focus figure span{
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  top: 0;
  left: 0;
  padding: 20px;
  font-weight: bold;
  background-color: rgba(21,133,48,0.7);
}
#main .guide01_a .box .ico_contact a {
  font-size: 129%;
  padding: 5% 10% 5% 25%;
}
#main .guide01_a .box .ico_contact a:before {
  content: '';
  position: absolute;
  background: url("../guide/images/ico.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 12.5%;
  left: 10%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  height: 26px;
}
#main .guide01_a .box .ico_contact a:after {
  display: none;
}
#main .guide01_a .box h3 {
  font-weight: bold;
  color: #158530;
  font-size: 24px;
  text-align: center;
  margin-bottom: 5%;
}
#main .guide01_a .box p {
  margin-bottom: 5%;
  line-height: 2.0;
}
#main .guide02 {
  background: url("../guide/images/bg.png");
  background-repeat: repeat-y;
  background-size: auto 100%;
  position: relative;
  padding: 6% 0 3% 0;
}
#main .guide02:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
  background: url("../guide/images/bg_a.png");
  background-repeat: repeat-x;
  background-size: auto;
}
#main .guide02 .guide01_a .box {
  margin-right: 2.6%;
  margin-bottom: 5%;
}
#main .guide02 .guide01_a .box:nth-child(3n) {
  margin-right: 0;
}
#main .guide02 .guide01_a .box h3 {
  margin-bottom: 0;
}
#main .arr:before {
  top: -45px;
}
#main .guide03 {
  background: #fff;
  position: relative;
}
#main .guide03:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 59px;
  background: url("../guide/images/bg1.png");
  background-repeat: repeat-x;
  background-size: auto;
}
#main .qa dl {
  margin-bottom: 3.5%;
  box-shadow: 12px 12px 15px 1px rgba(0, 0, 0, 0.5);
}
#main .qa dd {
  font-size: 100%;
  line-height: 2.0;
  display: none;
  color: #000;
  padding: 32px 155px;
  background-color: #e1efde;
  background-image: url("../guide/images/a.png");
  background-repeat: no-repeat;
  background-position: left 7% center;
}
#main .qa dt {
  background-color: #7c664d;
  color: #fff;
  position: relative;
  font-size: 18px;
  padding: 32px 155px;
  font-weight: bold;
  background-image: url("../guide/images/q.png");
  background-repeat: no-repeat;
  background-position: left 7% center;
}
#main .qa dt:after {
  content: '';
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 72px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#main .qa dt.open span:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#main .qa dt.open span:after {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
  visibility: hidden;
}
#main .qa dt span:before, #main .qa dt span:after {
  z-index: 1;
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  background-color: #7c664d;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
#main .qa dt span:before {
  right: 78px;
  width: 17px;
  height: 5px;
  margin-top: -2px;
}
#main .qa dt span:after {
  right: 84px;
  width: 5px;
  height: 17px;
  margin-top: -8px;
}
@media only screen and (min-width: 767px) {
  #main .guide01 .box .ico_contact a:hover:before {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 767px) {
  #main .guide02 .guide01_a .box figure:after{
    content: "TAP!";
    position: absolute;
    right: 2%;
    bottom:2%;
    font-family: "DFSoGei";
    font-size: 30px;
    color: #fcb75c;
    z-index: 2;
  }
  #main .guide02 .guide01_a .box:hover figure:after{
    display: none;
  }
  #main.guide .content {
    padding: 0 3%;
  }
  #main .bgpd {
    padding: 5% 0;
  }
  #main .tt01 {
    padding-bottom: 8%;
  }
  #main .tt01 img {
    height: 5.2vw;
  }
  #main .tt01.two_line img {
    height: 8vw;
  }
  #main .guide01 .flex,
  #main .guide02 .flex {
    justify-content: center;
    -webkit-justify-content: center;
  }
  #main .guide01 .guide01_a .box:nth-child(even),
  #main .guide02 .guide01_a .box:nth-child(even) {
    margin-left: 6%;
  }
  #main .guide01_a .box {
    width: 43%;
    margin-bottom: 10%;
  }
  #main .guide01_a .box h3 {
    font-size: 22px;
  }
  #main .guide01_a .box .step {
    width: 24%;
  }
  #main .guide01_a .box .text {
    padding: 4% 14%;
  }
  #main .guide01_a .box .ico_contact {
    border-width: 2px;
    max-width: 100% !important;
  }
  #main .guide01_a .box:hover figure span, #main .guide01_a .box:active figure span, #main .guide01_a .box:focus figure span{
    font-size: 114%;
    text-align: center;
  }
  #main .guide01_a .box .ico_contact a {
    padding: 4% 0 4% 10% !important;
    font-size: 2.5vw !important;
  }
  #main .guide01_a .box .ico_contact a:before {
    left: 6%;
    width: 10%;
    background-position: center;
  }
  #main .arr:before {
    top: -35px;
  }
  #main .guide02 {
    background-size: auto;
  }
  #main .guide02:before {
    height: 35px;
    background-size: auto 100%;
  }
  #main .guide02 .guide01_a .box {
    margin-right: 0;
  }
  #main .guide03:before {
    height: 35px;
    background-size: auto 100%;
  }
  #main .qa dt {
    background-position: left 4% center;
    background-size: 6% auto;
    padding: 6% 19% 6% 15%;
  }
  #main .qa dt:after {
    right: 34px;
  }
  #main .qa dt span:before {
    right: 40px;
  }
  #main .qa dt span:after {
    right: 46px;
  }
  #main .qa dd {
    background-position: left 4% center;
    background-size: 6% auto;
    padding: 4% 6% 4% 15%;
  }
}
@media only screen and (max-width: 570px) {
  #main .guide01_a .box {
    width: 100%;
  }
  #main .guide01 .guide01_a .box:nth-child(even),
  #main .guide02 .guide01_a .box:nth-child(even) {
    margin-left: 0;
  }
  #main .guide01 .guide01_a .box,
  #main .guide02 .guide01_a .box {
    margin-bottom: 15%;
  }
}
@media only screen and (max-width: 320px) {
  #main.guide {
    font-size: 4vw;
  }
  #main.guide .content {
    padding: 0 5%;
  }
  #main .qa dt:after {
    right: 4%;
  }
  #main .qa dt span:before {
    height: 4px;
    right: 6vw;
  }
  #main .qa dt span:after {
    width: 4px;
    right: 7.9vw;
  }
}
#main .p_text {
  color: #71573d;
  text-align: center;
  font-size: 114%;
  margin-bottom: 20px;
  line-height: 2.0;
}

#main.color img {
  max-width: 100%;
}
#main.color .content {
  padding: 0 1%;
}
#main.color .tt01 {
  margin-bottom: 3%;
  font-weight: 600;
  font-family: "M PLUS 1p";
  text-align: center;
}
#main .tt01.tt01_org{
  font-size: 32px;
  color: #ffb64c;
}
#main .tt01.tt01_brown{
  color:#71573d;
  font-size: 36px;
}
#main .tt01.tt01_white{
  color:#fff;
  font-size: 28px;
}
#main.color .color_inner p {
  font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}
#main.color .color01 .mb5per {
  margin-bottom: 5%;
}
#main.color .color01 .flex {
  position: relative;
  margin-bottom: 40px;
}
#main.color .color01 .flex:after {
  content: '';
  position: absolute;
  background: url("../color/images/arr.png");
  background-repeat: no-repeat;
  width: 10%;
  height: 64px;
  bottom: 24%;
  left: 50%;
  transform: translate(-50%, 0);
  background-size: 100% auto;
  -webkit-transform: translate(-50%, 0);
}
#main.color .color01 .box {
  width: calc(43% - 60px);
  padding: 20px 30px;
}
#main.color .color01 .box h3 {
  text-align: left;
  margin-bottom: 20px;
}
#main.color .color01 .box p {
  color: #71573d;
  line-height: 2.0;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 50px;
}
#main.color .color01 .flex{
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#main.color .color01 .box:nth-child(1) {
  background-color: #dcdcdc;
  margin-right: 8vw;
}
#main.color .color01 .box:nth-child(1) h3{
  font-size: 24px;
  font-weight: bold;
  font-family: "DFSoGei";
  font-weight: bold;
}
#main.color .color01 .box:nth-child(2) {
  background-color: #e1efde;
  box-shadow: 11px 9px 10px 1px rgba(0, 0, 0, 0.25);
}
#main.color .color01 .box:nth-child(2) h3{
  font-size: 32px;
  color: #158530;
  font-weight: bold;
  font-family: "DFSoGei";
  font-weight: bold;
}
#main.color .color02 {
  background: url("../color/images/bg.jpg");
  padding: 120px 0 50px 0;
  background-size: cover;
  background-position: center top;
}
#main.color .color02 .box01 {
  width: 100%;
}
#main.color .color02 .box01 .box01_inner {
  width: calc(44.5% - 50px);
  background: url("../color/images/bg1.jpg"), #dcecd9;
  background-position: bottom right;
  background-repeat: no-repeat;
  font-family: "M PLUS 1p";
  font-size: 20px;
  color: #158530;
  font-weight: 600;
  padding: 25px 25px 60px 25px;
  line-height: 1.8;
}
#main.color .color02 .box01:nth-child(even) .box01_inner {
  float: right;
  margin-top: -20px;
}
#main.color .color03 {
  background: url("../images/bg01_1.png");
  padding: 60px 0;
}
#main.color .color03 .tt01 {
  padding-bottom: 3%;
}
#main.color .color03 .box02 {
  box-shadow: 11px 9px 10px 1px rgba(0, 0, 0, 0.4);
  width: 38.5%;
  margin-bottom: 4%;
  background-color: #fff;
  padding: 3% 5% 4%;
}
#main.color .color03 .box02 figure {
  text-align: center;
}
#main.color .color03 .box02 p {
  font-size: 114%;
  text-align: justify;
  line-height: 1.5;
  margin-bottom: 30px;
}
#main.color .color03 .box02 h3 {
  text-align: center;
  color: #158530;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  font-family: "M PLUS 1p";
}
#main.color .color04 {
  background: url(../images/bg05.png);
  position: relative;
  padding: 3% 0 5% 0;
  margin-bottom: 3%;
}
#main.color .color04:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 45px;
  background: url(../color/images/bg2.png);
  background-repeat: repeat-x;
}
#main.color .color04 .flex {
  margin-top: 4%;
}
#main.color .color04 .flex .img {
  width: 23%;
  position: relative;
  text-align: center;
}
#main.color .color04 .flex .img:after {
  content: '';
  position: absolute;
  background: url("../color/images/zoom.png");
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#main.color .color04 .flex a {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
  border: 15px solid #fff;
}
#main.color .btn_bottom p a span {
  line-height: 1.0;
}
#main.color .btn_bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media only screen and (min-width: 767px) {
  #main .color04 .flex a {
    overflow: hidden;
  }
  #main .color04 .flex a figure {
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transform: scale(1.005);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #main .color04 .flex a:hover figure {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {

  #main.guide .fix_link{
      padding-top: 25vw;
      margin-top: -25vw;
  }
  #main .tt02 img {
    height: 4.5vw;
  }
  #main.color {
    font-size: 100%;
  }
  #main.color .content {
    padding: 0 3%;
  }
  #main.color .content .tt01 {
    margin-bottom: 0;
    font-size: 28px;
  }
  #main.color .color01 .box {
    width: 100%;
  }
  #main.color .color01 .box:nth-child(1) {
    margin-bottom: 17vw;    
    margin-right: 0;
  }
  #main.color .color01 .box p {
    padding-bottom: 5%;
    font-size: 119%;
  }
  #main.color .color01 .box figure{
    text-align: center;
  }
  #main.color .color01 .box figure img{
    width: 100%;
  }
  #main.color .color01 .flex:after {
    width: 13vw;
    height: 7vw;
    background-size: 100% auto;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
    top: 50%;
    background-position: center;
    margin-top: -4vw;
  }
  #main.color .color02 {
    background-size: auto 100%;
    padding: 15% 0 10% 0;
    background-position: center;
  }
  #main.color .color02 .tt01 img {
    height: auto;
  }
  #main.color .color02 .box01 {
    margin-bottom: 4%;
  }
  #main.color .color02 .box01:last-child {
    margin-bottom: 0;
  }
  #main.color .color02 .box01 .box01_inner {
    width: calc(100% - 17%);
    float: none !important;
    margin-top: 0 !important;
    font-size: 16px;
    background-size: 20% auto;
    padding: 5% 12% 10% 5%;
  }
  #main.color .color03 {
    padding: 8% 0;
  }
  #main.color .color03 .tt01 {
    padding-bottom: 8%;
  }
  #main.color .color03 .box02 {
    width: 100%;
    margin-bottom: 8%;
  }
  #main.color .color03 .box02 h3 {
    font-size: 159%;
  }
  #main.color .color03 .box02 p {
    font-size: 114%;
  }
  #main.color .color04 {
    padding: 8% 0 5% 0;
  }
  #main.color .color04:before {
    height: 35px;
    background-size: auto 100%;
  }
  #main.color .color04 .flex .img {
    width: 48%;
    margin-bottom: 5%;
  }
}
