@charset "UTF-8";

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
}

body{
  letter-spacing: 1px;
  color: #333333;
  font-family: "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

img{
  display: block;
}

a{
  display: block;
  text-decoration: none;
  color: #ffffff;
}

li{
  list-style: none;
}

.all_wrap{
  max-width: 1024px;
  margin:0 auto;
}


/*************:header***************/

#header{
  position: relative;
  height: 100px;
  background: #eee;
  padding:0 20px;
  background-image: url(img/bg_header.jpg);
  background-position: 45% 36%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_wrap p img{
  width: 140px;
}

.header_comment{
  font-size: 13px;
  text-align: center;
}

.blue_comment{
  color: #29ABE2;
}

.pink_comment{
  color: #FF7BAC;
}

.green_comment{
  color: #7AC943;
}

.header_btn_wrap{
  width: 600px;
  display: flex;
  justify-content: space-between;
}

.header_btn_wrap li{
  width: 32%;
}

.header_btn{
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 20px;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 1px 1px 1px #ccc;
  font-size: 15px;
}

.blue_btn{
  background-color: #29ABE2;
}

.pink_btn{
  background-color: #FF7BAC;
}

.green_btn{
  background-color: #7AC943;
}

@media screen and (max-width: 760px){
  .header_btn_wrap{
    position: absolute;
    top: -500px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ccc;
    z-index: 2;
    height: 300px;
    display: block;
    padding: 20px;
    transition: .5s ease-in-out;
  }

  .header_btn_wrap li{
    width: 80%;
    margin: 20px auto;
  }

  .toggle{
    position: absolute;
    right: 30px;
    top:30px;
    cursor: pointer;
  }

  .toggle span {
    display: block;
    background: #333;
    width: 30px;
    height: 5px;
    margin-bottom: 5px;
  }

  .open .header_btn_wrap{
    transform: translateY(600px);
  }
}

/********************video*******************/

.video iframe{
  width: 100%;
  height: 80vh;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

/************section2************************/

h2{
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  color:#385769;
}

.trouble_wrap{
  display: flex;
  justify-content: space-around;
  margin-top: 5%;
  width: 100%;
}

.kanri_kumiai_wrap,.kyojusya_wrap{
  width: 50%;
}

.kanri_kumiai{
  background-color: #933094;
  width: 150px;
  margin:0 auto;
}

.kyojusya{
  background-color: #F3782A;
  width: 150px;
  margin:0 auto;
}

.kanri_kumiai_wrap p img,.kyojusya_wrap p img{
  margin:0 auto;
  width: 100%;
}

.bg_yellow{
  background-image: url(img/bg_yellow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
  padding-top: 4%;
}

.yellow_logo img{
  width: 500px;
  margin: 0 auto;
  margin-top: 3%;
}

.yellow_text{
  padding: 3% 15% 0;
  text-align: center;
  line-height: 2;
}

.kanri_top,.kyojusya_top{
  width: 20px;
  position: absolute;
  top: -10px;
  display: inline;
}

.kanri_bottom,.kyojusya_bottom{
  width: 20px;
  position: absolute;
  bottom: -10px;
  right: 25px;
  display: inline;
}

.kanri_kumiai_speak01{
  position: relative;
  display: inline-block;
  margin: 10px 0 0 16%;
  padding: 15px 35px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  box-shadow: 3px 3px 1px #933094;
  color: #933094;
}

.kanri_kumiai_speak01:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 35%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.kanri_kumiai_speak01:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 35%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.kanri_kumiai_speak02{
  position: relative;
  display: inline-block;
  margin: 10px 10% 0 7%;
  padding: 15px 35px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  box-shadow: 3px 3px 1px #933094;
  color: #933094;
}

.kanri_kumiai_speak02:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.kanri_kumiai_speak02:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.kanri_kumiai_speak03 {
  position: relative;
  display: inline-block;
  margin: 8px 0 10px;
  padding: 15px 35px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  box-shadow: 3px 3px 1px #933094;
  color: #933094;
}

.kanri_kumiai_speak03:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 35%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.kanri_kumiai_speak03:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 35%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.kanri_kumiai_speak01 p,.kanri_kumiai_speak02 p,.kanri_kumiai_speak03 p {
  margin: 0;
  padding: 0;
}

.kyojusya_speak01{
  position: relative;
  display: inline-block;
  margin: 10px 0 0 20%;
  padding: 15px 35px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  box-shadow: 3px 3px 1px #f3782a;
  color: #f3782a;
}

.kyojusya_speak01:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 62%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.kyojusya_speak01:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 62%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}


.kyojusya_speak02{
  position: relative;
  display: inline-block;
  margin: 10px 12% 0 5%;
  padding: 15px 35px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  box-shadow: 3px 3px 1px #f3782a;
  color: #f3782a;
}

.kyojusya_speak02:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 35%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.kyojusya_speak02:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 35%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.kyojusya_speak03{
  position: relative;
  display: inline-block;
  margin: 10px 3% 10px 8%;
  padding: 15px 35px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  box-shadow: 3px 3px 1px #f3782a;
  color: #f3782a;
}

.kyojusya_speak03:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.kyojusya_speak03:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.kyojusya_speak01 p,.kyojusya_speak02 p,.kyojusya_speak03 p {
  margin: 0;
  padding: 0;
}


/*************section3*****************/

#section03 div img{
  width: 60%;
  margin:0 auto;
}

h3{
  width: 35%;
  height: 45px;
  line-height: 45px;
  background-color: #3a596b;
  color: #ffffff;
  text-align: center;
  border-radius: 10px;
  margin: 3% auto;
  font-size: 24px;
}

.style_comment{
  color: #f94141;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5%;
}

/************section4**********************/

#section04{
  background-image: url(img/bg_green.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section04{
  padding:3% 10%;
}

.user_comment_wrap_right{
  display: flex;
  justify-content: flex-end;

}

.user_comment_wrap_left{
  display: flex;
  justify-content: flex-start;

}

.user_comment_wrap{
  align-items: center;
}

.user_comment_wrap_right p img,.user_comment_wrap_left p img{
  width: 80px;
}

.user_comment_left{
  position: relative;
  display: inline-block;
  margin: 0.5em 0 0.5em 30px;
  padding: 15px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #aaa;
}

.user_comment_left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #ffffff;

}

.user_comment_left p {
  margin: 0;
  padding: 0;
}

.user_comment_right{
  position: relative;
  display: inline-block;
  margin: 0.5em 30px 0.5em 0;
  padding: 15px 30px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #aaa;
}

.user_comment_right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ffffff;
}

.user_comment_right p {
  margin: 0;
  padding: 0;
}

.user01_color{
  color: #0a4fa0;
}

.user02_color{
  color: #ff7d00;
}

.user03_color{
  color: #59b224;
}

.user04_color{
  color: #9d2c8c;
}

.user05_color{
  color: #01947c;
}

.user06_color{
  color: #f62c66;
}

/****************section5***************/

.place_wrap{
  display: flex;
  justify-content: center;
}

.place_inner{
  border: 3px solid #ccc;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  margin-right:3%;
}

.place_inner:nth-child(3){
  margin-right: 0;
}

h4{
  color: #f96a83;
  font-size: 24px;
  margin-bottom: 7px;
  letter-spacing: 3px;
}

.place_place{
  font-size: 24px;
}

.place_place span,.place_special span,.text_caution{
  font-size: 12px;
}

.place_text{
  font-size: 14px;
  line-height: 14px;
  color: #3a596b;
  margin-top: 10px;
}

.place_caution{
  text-align: center;
  font-size: 12px;
  margin:20px 0;
}

.place_inner_one{
  border: 3px solid #ccc;
  padding: 35px;
  text-align: center;
  border-radius: 10px;
  max-width: 600px;
  margin:20px auto;
}

.place_special{
  color: #f94141;
  font-size: 36px;
}

.place_special span{
  font-size: 12px;
  color: #333333;
}

.place_bikou{
  text-align: left;
  font-size: 16px;
}

.place_free_text{
  color: #f94141;
  margin:20px 0;
  font-size: 18px;
}

/*********************section6*************************/

#section06{
  background-image: url(img/bg_pink.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding:3% 0;
}

.flow_wrap{
  text-align: center;
}

h5{
  width: 35%;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  color: #3a596b;
  text-align: center;
  border-radius: 10px;
  margin: 0 auto;
  font-size: 24px;
}

.flow_subtitle{
  font-size: 20px;
  margin-top: 10px;
}

.flow_num{
  font-size: 24px;
  color: #3a596b;
  margin: 4% 0 2%;
}

.flow_num span{
    background: #3a596b;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.flow_blue,.flow_pink{
  display: flex;
  justify-content:center;
}

.yazirushi{
  margin:15px;
}

.yazirushi img{
  width: 50px;
  position: relative;
  top: 39%;
}

.flow_blue li{
  background-color: #ffffff;
  border-radius: 10px;
  border:4px solid #29abe2;
  padding:20px;
  width: 25%;
}

.flow_pink li{
  background-color: #ffffff;
  border-radius: 10px;
  border:4px solid #FF7BAC;
  padding:20px;
  width: 25%;
}

.flow_green li{
  background-color: #ffffff;
  border-radius: 10px;
  border:4px solid #7AC943;
  padding:20px;
  width: 90%;
  margin:0 auto;
}

.flow_green li .flow_text{
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.flow_icon_wrap {
  width: 100px;
  height: 100px;
  margin:0 auto 10px;
}

.flow_blue li p img,.flow_pink li p img,.flow_green li p img{
  width: 100%;
  margin:0 auto;
  height: 100%;
  object-fit: contain;
}

.flow_titile{
  font-family: "Hiragino Maru Gothic Pro8","ヒラギノ角ゴ Pro W8","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 16px;
  margin:10px;
  font-weight: bolder;
}

.flow_blue li .flow_text,.flow_pink li .flow_text{
  font-size: 14px;
  max-width: 200px;
  margin:0 auto;
  text-align: left;
}

.flow_btn_blue{
  background-color: #29ABE2;
  width: 50%;
  margin:30px auto;
  height: 55px;
  line-height: 50px;
  font-size: 20px;
}

.flow_btn_pink{
  background-color: #FF7BAC;
  width: 50%;
  margin:30px auto;
  height: 55px;
  line-height: 50px;
  font-size: 20px;
}

.flow_btn_green{
  background-color: #7AC943;
  width: 50%;
  margin:30px auto;
  height: 55px;
  line-height: 50px;
  font-size: 20px;
}

/***お問い合わせ
********************************/

.contact_subtitle{
  font-size: 20px;
  margin: 20px 0;
  text-align: center;
}

.contact{
  display: flex;
  justify-content: space-around;
  position: relative;
  width: 100%;
}

.contact li a{
  padding: 20px 0;
}

.contact li a:hover{
  opacity: 0.7;
}

.contact li img{
  margin:0 auto 30px;
}

.contact li p{
  position: absolute;
  bottom: 20px;
  width: 100%;
}

.contact li:first-child{
  background-color: #29ABE2;
  width: 33.33%;
  text-align: center;
  position: relative;
}

.contact li:nth-child(2){
  background-color: #FF7BAC;
  width: 33.33%;
  text-align: center;
  position: relative;
}

.contact li:last-child{
  background-color: #7AC943;
  width: 33.33%;
  text-align: center;
  position: relative;
}

/***************footer*********************/

footer{
  background-color: #333333;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding:5px 0 30px;
}

/***************レスポンシブ*******************/

@media screen and (max-width: 760px){
  .all_wrap{
    padding:0 20px;
  }

  h2{
    font-size: 18px;
  }

  .trouble_wrap{
    display: block;
  }

  .kanri_kumiai_wrap, .kyojusya_wrap{
    width: 100%;
  }

  .kanri_kumiai_speak01,.kanri_kumiai_speak02,.kanri_kumiai_speak03,.kyojusya_speak01,.kyojusya_speak02,.kyojusya_speak03{
    margin:5px 0;
  }

  .kyojusya_wrap{
    margin-top: 5%;
  }

  .yellow_logo img{
    max-width: 80%;
  }

  .yellow_text{
    font-size: 13px;
    padding:20px 0 0 0;
  }

  .bg_yellow{
    height: 600px;
  }

  h3{
    width: 90%;
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    margin: 10% auto 5%;
  }

  #section03 div img{
    width: 90%;
  }

  .style_comment{
    font-size: 12px;
  }

  .user_comment_wrap_left,  .user_comment_wrap_right{
    align-items: center;
  }

  .user_comment_left p,.user_comment_right p{
    font-size: 14px;
  }

  .place_free_text{
    font-size: 14px;
  }

  .place_wrap{
    display: block;
  }

  .place_inner{
    margin-bottom: 10px;
    margin-right: 0;
  }

  .place_bikou{
    font-size: 14px;
  }

  .flow_num{
    font-size: 18px;
  }

  h5{
    width: 100%;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
  }

  .flow_blue li .flow_text, .flow_pink li .flow_text{
    max-width: 100%;
  }

  .flow_subtitle{
    font-size: 14px;
  }

  .flow_blue, .flow_pink{
    display: block;
  }

  .flow_blue li,.flow_pink li{
    width: 100%;
    margin-bottom: 10px;
  }

  .yazirushi{
    display: none;
  }

  .flow_btn_blue,.flow_btn_pink,.flow_btn_green{
    width: 100%;
  }

  .contact{
    display: block;
  }

  .contact li:first-child,.contact li:nth-child(2),.contact li:last-child{
    width: 100%;
  }
}
