@charset "shift_jis";
/* CSS Document */


.alignC { text-align: center; }

.mt50px{
 margin-top:50px;
}

.mb50px{
 margin-bottom:50px;
}

.bold01 {
    font-weight: bold;
}

.accent{
    color:#fe0000;
}

/*　フローデザイン　*/

.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow01 {
  padding-left: 0;
}

.flow01 > li {
  list-style-type: none;
  background: #F4F6FA;
  padding: 20px;
  border-radius: 5px;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
  position: relative;
}

.flow01 > li:not(:last-child)::after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
  width: 0;
  height: 0;
  bottom: -53px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border-top-color: #555;
}

.flow01 > li dl dt {
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2pt dashed #ccc;
  padding-bottom: 0.5em;
  margin-bottom: 0.7em;
}

.flow01 > li .icon01 {
  color: #000;
  margin-right: 0.5em;
}

.flow01 > li dl dd {
  font-size: 1.2em;
  line-height: 150%;
  margin: 0;
}
    

/*　ボタン1　*/

.btn1 {
  display: inline-block;
  cursor: pointer;
  padding: 12px 80px;
  /*background-color: #5dca88; グリーン*/
  background: linear-gradient(-135deg, #88D3CE, #007E7F);


  box-shadow: 0px 5px #003F3F;
  border-radius: 3px;
  color: #fff;
  font-size: 140%;
}

.btn1:active {
  position: relative;
  top: 5px;
  box-shadow: none;
}


.btn1:hover {
  opacity: 0.5 ;
  text-decoration: none;
}

.btn1 a:link {
    text-decoration: none;
}

.disabled{
  background-color: gray;
  pointer-events: none;
  box-shadow: 0px 5px #808080;
}



/* スマートフォン向けレイアウト */
@media (max-width: 670px) {
  .btn1 {
  padding: 12px 20px;
  }
}




/*　ボタン2　*/

.btn2 {
  display: inline-block;
  cursor: pointer;
  padding: 12px 80px;
  /*background-color: #ff7c07; オレンジ*/
  background: linear-gradient(-135deg, #30cfd0, #1946a0);
  box-shadow: 0px 5px #0A1C40;
  border-radius: 3px;
  color: #fff;
  font-size: 140%;
}

.btn2:active {
  position: relative;
  top: 5px;
  box-shadow: none;
}


.btn2:hover {
  opacity: 0.5 ;
  text-decoration: none;
}

.btn2 a:link {
    text-decoration: none;
}

.disabled{
  background-color: gray;
  pointer-events: none;
  box-shadow: 0px 5px #808080;
}



/* スマートフォン向けレイアウト */
@media (max-width: 670px) {
  .btn2 {
  padding: 12px 20px;
  }
}

@media screen and (max-width: 767px){
.br-pc {display: none; }
}




/*　説明左右　*/

.FR-wrap {
    /*border: 1px solid #ddd;*/
    border-radius: 0 0 5px 5px;
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f4f4f4;
}

.FRarea .FRbox {
  display: flex;
}

.FRarea .FRbox .img {
  flex-shrink: 0;
}

.FRarea .FRbox:nth-child(even) {
  flex-direction: row-reverse;
}

.FRarea .FRbox:nth-child(odd) .desc {
  padding-left: 20px;
}

.FRarea .FRbox:nth-child(even) .desc {
  padding-right: 20px;
}

.FRarea .FRbox .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.FRbox .FRttl {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

/*　FRボタン　*/
.FRbox .FRbtn {
    margin-top: 12px;
}

.FRbtn a, .btn span {
    background: #f9d0b7;
    border: 2px solid #f9d0b7;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 20px;
}

a {
    color: inherit;
    text-decoration: none;
}

.FRbox .FRbtn {
    margin-top: 12px;
}


.alignC {
    text-align: center;
}


/*　既存gallery01 背景色グレー　*/
.gallery01 .carousel {
    list-style-type: none;
    background: #f4f4f4;
    padding: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0;
}

.gallery01 .carousel li {
    background: #f4f4f4;
    margin: 10px;
    text-align: center;
    display: inline-block;
    word-break: break-all;
}

.gallery-title {
    display: flex;
    padding: 0.5em 0.5em;
    word-break: break-all;
    width: 100%;
    white-space: normal;
    text-align: center;
}


/* スマートフォン向けレイアウト */
@media screen and (max-width: 767px){
.FRarea .FRbox {
  display: block;}

.FRarea .FRbox:nth-child(odd) .desc {
  padding-left: 0px;
}

.FRarea .FRbox:nth-child(even) .desc {
  padding-right: 0px;
}

.FRbox .FRttl {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

}


/* 特長スライダー */
.swiper-container {
    --img-width: 600px;
    --img-height: 400px;
}

/* 特長スライダー スマートフォン向けレイアウト */
@media (width < 720px) {                            
  .swiper-container {
    --img-width: auto;
    --img-height: 210px;
  }
}


/* ドットライン */
.dotted-line {
  border: 3px dotted #bbb;
}

