@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */
/* common */

body {
    line-height: 1.5;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
ul {
  padding: 0px;
  margin: 0px;
}
.contents {
  padding: 100px 0;
  position: relative;
}
.alpha {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.alpha:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.alpha {
  display: inline-block;
  width: 100%;
}
.sp-text-center{
  text-align:center;
}
.Page-top {
    position: fixed;
    right: 0;
    bottom: 5%;
    right: 1%;
}
.button03 {
    display: block;
    width: 100%;
    padding: 15px 10px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #048722;
    border-bottom: solid 4px #004a11;
    border-radius: 5px;
}
.button03:hover{
     background-color: #048722;/*ボタン色*/
     border-bottom: solid 4px #004a11; /*下線色*/
}
.button03:active {
     margin-top: 6px;
     border-bottom: none;
     -webkit-transform: translateY(6px);　/*下移動*/
     transform: translateY(6px);
}
.button04 {
    display: block;
    width: 100%;
    padding: 15px 10px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background-color: #e64040;
    border-bottom: solid 4px #ab0202;
    border-radius: 5px;
}
.button04:hover{
    background-color: #e64040;
    border-bottom: solid 4px #ab0202;
}
a:hover {
text-decoration: none;
color:#fff;
}
.button04:active {
     margin-top: 6px;
     border-bottom: none;
     -webkit-transform: translateY(6px);　/*下移動*/
     transform: translateY(6px);
}
.sp-width40{
  width: 20%;
}
.pt-100{
  padding-top:100px;
}
.pb-100{
  padding-bottom:100px;
}
#content05, #content06, #content07, #content08{
  padding-top:100px;
  padding-bottom:70px;
}
@media (max-width:767px) {
  .contents {
    padding: 50px 0;
  }
  #content05, #content06, #content07, #content08 {
    padding-top: 50px;
    padding-bottom: 30px;
}
.sp-width60{
  width:60%;
}
.sp-width40{
  width:40%;
}
.sp-width75{
  width:75%;
}
.sp-pt-15{
  padding-top:15px;
}
  .fix_navi {
    background: rgba(0,0,0,0.4);
    padding: 9px 0 10px 0;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    width: 100%;
}
.fix_navi .container {
    padding-left: 5px;
    padding-right: 5px;
}
.fix_navi .col-xs-5, .fix_navi .col-xs-2 {
    padding-left: 5px;
    padding-right: 5px;
}
.sp-width-80{
  width: 80%;
}
}
img.img-responsive {
    display: inline-block;
}
/* header */
header {
  position: relative;
  padding: 10px 0;
}
header li {
  list-style-type: none;
}
header li img {
  margin: auto;
}
header .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width:1200px) {
  header li img {
    width: 85%;
  }
}
@media (max-width:991px) {
  header {
    padding: 15px 0;
  }
  header .logo {
    margin: auto;
    margin-bottom: 10px;
  }
  header .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  #content02 .title{
    padding: 0px 20px !important;
}
 #content03 .title, #content04 .title{
    padding: 30px 20px !important;
}
}
@media (max-width:767px) {
  .header-time {
    padding-left: 5px;
    padding-right: 5px;
  }
  header .logo {
    margin: auto;
    margin-bottom: 10px;
    width:70%;
  }
  .title{
    padding:20px 15px !important;
  }
  .container{
    padding-left:10px;
    padding-right:10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
}
}
@media (max-width:575px) {
  header li {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
}
/* mainvisual */
.mainvisual {
  position: relative;
  background-image: url("../images/mv_bg.jpg");
  background-position: center;
  height:749px;
}
.mainvisual .container{
  padding: 50px 0px;
}
@media (max-width:767px) {
  .mainvisual {
  background-size: cover;
}
.mainvisual {
  height:auto;
}
  }
/* korona */
#korona .container{
  padding: 30px 0px;
}
.osirase{
  border: 2px solid #f20101;
}
.osirase-ttl {
    padding: 15px 0 5px;
    color: #f20101;
    font-weight: bold;
    font-size: 135%;
}
.osirase-box {
    font-weight: bold;
    font-size: 120%;
    padding-bottom: 15px;
}
@media (max-width:767px) {
  #korona .container {
    padding: 30px 5px;
}
.osirase-ttl {
    font-size: 100%;
}
.osirase-box {
    font-size: 94%;
    padding: 5px 5px;
}
.korona .osirase-box{
  text-align: left;
  }
}
/* cta */
/*.cta {
  padding:50px 0;
  background:#ededed;
}
.cta-text img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.cta-btn img {
  margin: auto;
}
@media (max-width:767px) {
  .cta img {
    padding-bottom:10px;
    padding-top:0px;
  }
  .cta {
  padding:30px 0;
}
.cta a.pt-20{
    padding-top:0px;
}
}*/
/* cta */
.cta{
  background:#ededed;
  position:relative;
}
.cta .col-sm-4 img {
    position: absolute;
    top: -63px;
}
.cta .container{
  padding:30px 0px 20px;
}
.cta .col-sm-8{
  padding-left: 0px;
}
.cta .col-sm-4{
  padding-right: 0px;
}
@media (max-width:1200px) {
.cta .col-sm-8 a {
    font-size: 66px;
}
.cta .col-sm-4 img {
    position: absolute;
    top: -64px;
}
.cta .container {
    padding: 30px 0px 0px;
}
.cta .col-sm-8 {
    padding-bottom: 15px;
}
}
@media (max-width:991px) {
.cta .col-sm-8 a {
    font-size: 49px;
}
.cta .col-sm-4 img {
    position: absolute;
    top: -43px;
}
}
@media (max-width:767px) {
.cta .col-xs-8, .cta .col-xs-4{
  padding-left:5px;
  padding-right:5px;
}
.cta{
  position:relative;
}
.cta_bg .cv_tel {
    position: absolute;
    top: 35%;
    left: 31%;
}
.cta_bg .cv_mail {
    position: absolute;
    top: 60%;
    left: 31%;
}
img.cv_tel, img.cv_mail {
    width: 66%;
}
.cta .container {
    padding: 0px 0px 0px;
}
}
/* content01 */
.title{
  background:#fff;
  padding:30px 0;
}
#content01 .nayami_p{
  position:absolute;
}
.nayamilist{
  padding: 75px 0px;
}
span.nayamitext {
    padding-left: 15px;
    font-size: 165%;
    font-weight: bold;
}
hr{
  border-top:2px solid #4d654f !important;
}
.red{
  color:#f20101;
}
#content01 .text-center{
  padding: 80px 0 30px 0px;
}
@media (max-width:767px) {
#content01 .nayami_p{
  bottom:-100px;
}
  }
/* content02 */
#content02 .title{
  background:url('../images/ttl_02_bg.jpg');
  padding:0px 0;
  position:relative;
}
.style{
  padding-top:30px;
}
.style:first-child{
  padding-top:50px;
}
#content02 .title img{
  position:relative;
  bottom:30px;
}
@media (max-width:767px) {
  #content02 .title img{
  bottom:10px;
}
#content02 .container{
  padding:0px;
}
  }
/* content03 */
#content03 .posi{
  padding:50px 0;
  position: relative;
  top:0px;
}
#content03{
  padding-bottom:100px;
}
#content03 .container{
    position:relative;
}

@media screen and (max-width: 1200px) {
  }
  @media (max-width:991px) {

}
  @media (max-width:767px) {
    #content03 {
    padding-bottom: 50px;
}
}
/* content04 */
#content04{
  background:#ecf4e3;
}
#content04 .arrow01{
  position:relative;
  top:-10px;
}
/* content05 */
.koe img{
  padding-top:30px;
}
.koe img:first-child{
  padding-top:50px;
}
/* content06 */
#content06{
  background:url('../images/koe_bg.jpg');
}
.box-12{
  background-color: #fff;
  border-radius: 10px;
  font-size: 150%;
  color:#93ba61;
  font-weight: bold;
}
.box-12 .pink{
  color:#f98d8d;
}
.box-12 .pink p{
  color:#333;
  font-size: 84%;
  line-height: 1.7em;
}
.box-12 .text-left{
  padding-top: 20px;
}
.box-12 .pink{
  padding-top: 0px;
}
.box-12 .text-left span{
  border-bottom: 2px solid #93ba61;
}
.box-12 .pink span{
  border-bottom: 2px solid #f98d8d;
}
.box-12 .text-left p{
  padding-top:15px;
  padding-bottom:15px;
}
#content06 span.marker-yellow {
    background-image: linear-gradient(to top,#ffdfdf 30%,transparent 30%);
    border-bottom: 0px;
}
/* content07 */
.qa{
  padding-top:30px;
}
#content07 h2 {
  position: relative;
  padding: 0.3em;
  background: #93ba61;
  color:#fff;
  font-size: 175%;
}
#content07 h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #93ba61;
width: 0;
height: 0;
}
.qa_box{
    border: 2px solid #93ba61;
    margin-bottom: 15px;
}
.accbox label{
  position:relative;
}
.accbox {
    margin: 2em 0;
    padding: 0;
}
.qa_border {
    width: 95%;
    margin-top: 0px;
    border-top: 1px solid #93ba61;
}
.accbox label {
    display: block;
    margin: 15px 0 0px;
    padding: 5px 12px 10px;
    color: #333;
    font-weight: bold;
    font-size: 155%;
    background: #fff;
    cursor: pointer;
    transition: all 0.5s;
}
.accbox label:before {
    content: '\f13a';
    font-family: 'FontAwesome';
    padding-right: 8px;
    margin-bottom: 15px;
    color: #adb5bd;
    position:absolute;
    right:10px;
}
.accbox label:hover {
    background :#fff;
}
.accbox input {
    display: none;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.cssacc:checked + label + .accshow {
    height: auto;
    background: #fff;
    opacity: 1;
    font-weight: bold;
    font-size: 125%;
    padding: 10px 12px 20px;
}

.accbox .accshow p {
    margin: 15px 10px}
.cssacc:checked + label:before {
    content: '\f139';
}
div.accshow p img{
  width:50%;
}
  @media (max-width:767px) {
    .qa_box {
    font-size: 11px;
}
.pb-100{
  padding-bottom:50px;
}
    }
/* form */
#contact_form .title{
  background:#93ba61;
  padding:30px 0;
}
#contact_form{
  background:#ededed;
  padding-bottom:70px;
}
#contact_form .cf{
  background:#fff;
}
#contact_form .input_item dl {
    border: 0px solid #333;
}
#contact_form .input_item dl dd {
    background: none;
}
#contact_form .input_item dl dd input[type="text"], #contact_form .input_item dl dd input[type="number"], #contact_form .input_item dl dd input[type="email"], #contact_form .input_item dl dd input[type="tel"] {
    border: 1px solid #d6d6d6;
    background-color: #fff;
}
#contact_form .input_item dl dd textarea {
    border: 1px solid #d6d6d6;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
  #contact_form .col-xs-12{
    padding-left:0px;
    padding-right:0px;
  }
  #contact_form .input_item dl dd {
    padding: 30px 0 0px 10px;
}
  }

/* content08 */
.content002-list {
  margin: 60px 0 0;
  font-size: 18px;
}
.content002-list dl {
  border-bottom: 1px solid #93ba61;
  padding: 15px;
  margin-bottom: 0;
}
.content002-list dl:first-child {
  border-top: 1px solid #93ba61;
}
.content002-list dt {
  float: left;
  width: 25%;
  padding: 10px 0;
}
.content002-list dd {
  float: left;
  width: 75%;
  border-left: 1px solid #93ba61;
  padding: 10px 0 10px 20px;
}
.company_access_left{
  width:70%;
}
.company_access_right{
  width:30%;
}
@media screen and (max-width: 767px) {
.content002-list {
  margin: 15px 0 0;
  font-size: 12px;
}
.content002-list .col-sm-7, .content002-list .col-sm-5{
      padding-left: 0px;
    padding-right: 0px;
}
}
/* footer */
footer {
  color:#333;
  padding: 20px 0;
  text-align:center;
}
footer a{
  color: #333;
}
footer a:hover{
  color: #333;
}
@media (max-width:991px) {
  footer {
    font-size: 12px;
  }
}
@media (max-width:480px) {
  footer {
    font-size: 10px;
    padding-bottom: 100px;
  }
}
/*swiper
******************************/
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
    left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px !important;
    right: auto;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
/*タブ
***********************************/
.tab-content input[type="radio"] {
  display: none;
}
.tab-content label {
    display: inline-block;
    padding: 15px 15px;
    font-weight: normal;
    font-size: 125%;
    color: #fff;
    background-color: #94bb61;
    cursor: pointer;
    box-sizing: border-box;
}
.tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  padding: 15px 30px;
  position: relative;
  padding-top: 30px;
}
.tab-content label.label_shop{

  background-color: #f98d8d;
}
label {
    margin-bottom: 0px;
}
.tab-content .tab-box {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.tab-content > .tab-box > div {
  display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
  display: block;
}
#tab2:checked ~ .tab-box > #tabView2 {
  display: block;
}
.tab-content label {
    padding: 15px 17px;
    font-size: 124%;
}
.label_trip{
  background-color: #bd972a;
}
}
@media (max-width:320px) {
  .tab-content label:hover,
.tab-content input[type="radio"]:checked + label {
  color: #FFF;
  padding: 15px 5px;
  padding-top: 30px;
}
  .tab-content label {
    padding: 15px 5px;
    font-size: 85%;
}
  }

  #sien{
  background-image:url('../images/sien_bg.jpg');
  background-size:cover;
  background-position: right;
}
.sienbox{
  background-color:#fff;
  color:#333;
  padding:15px 0px;
  font-weight:bold;
}
#sien .container{
  padding-top:50px;
}
.contents02-iframe {
  height: 300px;
  overflow: hidden;
}



.contents02-list ul {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
}

.contents02-list ul {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
}

.contents02-list li {
  text-align: left;
  list-style-type: none;
  margin-bottom: 10px;
  font-size:134%;
/*  height:36px;*/
}

.contents02-list li p {
  padding: 5px 5%;
}

.contents02-list li span {
/*  font-weight: bold;*/

}

.contents02-list li .new {
  padding-right: 15px;
  color: #fff600;
  font-weight: bold;
  display:inline-block;
}

.contents02-list li .place {
  padding-right: 15px;
    display:inline-block;
    color:#fff;
}
 @media (max-width: 991px) {

.contents02-list li p {
  padding: 5px 1%;
}

}
 @media (max-width: 767px) {

.contents02-list li p {
  padding: 5px 5px;
}
h2.contents02-title{
    font-size: 117%;
}
.contents02-list li {
    font-size: 100%;
}
#sien .container {
    padding-top: 50px;
    padding-bottom: 30px;
}
.contents02-list li {
  margin-bottom: 0px;
}
#flow .container {
    padding: 30px 5px 0px 5px;
}
#flow .container {
    padding: 15px 0 0px 0;
}
.flowbox01 {
    padding: 15px 10px;
    margin: 15px 10px;
}
#flow .col-sm-3{
  text-align:center;
  width:50%;
  margin:0 auto;
}
#content06 .row {
    margin-left: 0px;
    margin-right: 0px;
}
}

 @media (max-width: 575px) {

.contents02-list li {
/*  height:68px;*/
}


}

/*200407 LPO */
 @media (max-width: 575px) {
img.qa_icon{
  margin:0 auto;
}
.visible-xs img.img-responsive {
    display: inherit;
}
#content06{
  font-size: 16px;
}
p.qa_button {
    background: #5ebc0d;
    color: #fff;
    margin-top: 15px;
    padding: 8px 0px;
}
#content06 .accbox label {
    font-size: 100%;
}
#content06 img.img-responsive.qa_icon {
    width: 30%;
}
#content06 .cssacc:checked + label + .accshow {
    font-size: 16px;
}
p.qa_button02 {
    background: #e64040;
    color: #fff;
    margin-top: 15px;
    padding: 8px 0px;
}
}

.p-ttl {
    padding-bottom: 1.7rem;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
    font-size: 114%;
}
.privacy p {
    margin-top: 1.6rem;
}