@charset "UTF-8";

html {
    
}

body {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    background: #fff;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.material-icons {
    vertical-align: bottom;
}

a {
    color: #e54800;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
a:active,
a:focus {
    color: #e54800;
    outline: none;
    text-decoration: none;
}

a.jump_point {height: 1px;
display: block;
padding-top: 100px;
margin-top: -100px;
}

.cau {
    text-align: center;
    font-size: 16px;
    margin: 0!important;
}


p {
    font-size: 0.8em;
    /*margin: -18px 0 30px 0;*/
    line-height: 1.8rem;
    text-align: justify;
}

@media screen and (min-width: 1000px) {
    p {
        font-size: 0.65em;
    }
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

.f18 {
    font-size: 16px;
    line-height: 2rem;
    margin :3% auto 3%;
    text-align: center;
    font-weight: 400;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 320px) {
    .f18 {
        font-size: 14px;
    }
}

@media screen and (min-width: 480px) and (max-width: 600px) {
    .f18 {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .f18 {
        font-size: 20px;
        line-height: 2.3rem;
        width: 32em;
    }
}

.f19 {
    font-size: 13px;
    line-height: 1.5rem;
    margin :0% auto 0%;
    text-align: center;
    font-weight: 400;
    width: 100%;
    color:#e54800;
    
    
}

@media screen and (max-width: 320px) {
    .f19 {
        font-size: 12px;
    }
}

@media screen and (min-width: 480px) and (max-width: 600px) {
    .f19 {
        font-size: 13px;
    }
}

@media screen and (min-width: 768px) {
    .f19 {
        font-size: 15px;
        line-height: 1.8rem;
       
    }
}

.mt30 {
    margin-top: 30px;
}

/* ===============================
utility
=============================== */
.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}

.bold {
    font-weight: 600;
}

.un-l {
    text-decoration: underline;
}

.fxs {
    font-size: 0.7em;
    font-weight: 400;
}

.fs {
    font-size: 0.9em;
}

.fm {
    font-size: 0.6em;
}

.fL {
    font-size: 1em;
}

.h1L {
    font-size: 1.4em;
    font-weight: 600;
}
.h1s {
    font-size: 0.4em;
    font-weight: 500;
}

@media screen and (min-width: 750px) {
    .fxs {
        font-size: 0.8em;
    }
    .fL {
        font-size: 2em;
    }
    .h1L {
        font-size: 1.8em;
    }
}

.p1 {
    padding: 1em 0 0 0!important;
}

.mt1 {
    margin-top: 1em !important;
}

.mt2 {
    margin-top: 2em !important;
}

.mt4 {
    margin-top: 4em !important;
}

.mt8 {
    margin-top: 8em !important;
}

.mb2 {
    margin-bottom: 2em !important;
}

.mb4 {
    margin-bottom: 4em !important;
}

.mb6 {
    margin-bottom: 6em !important;
}

.al-c {
    text-align: center !important;
}

.al-l {
    text-align: left;
}

.al-l a {
    text-decoration: underline;
}

.al-r {
    text-align: right;
}

button:focus {
    outline: none;
}

.perple {
    color: #250e62;
}

.orange {
    color: #e54800;
}

.blue {
    color: #00a0e9;
}

.black {
    color: #000000;
}

a:hover {
    opacity: 0.6;
}

.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

@media screen and (min-width:768px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

/* ===============================
header
=============================== */
header {
    width: 100%;
    height: 60px;
    /*padding: 16px 0;*/
    position: absolute;
    z-index: 10;
    background: #fff;
}

@supports (-ms-ime-align: auto) {
    header {
        padding: 16px 0;
        position: absolute;
        z-index: 10;
        background-color: #fff;
    }
}

@media screen and (min-width: 750px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        background: #fff;
    }

    .is-animation {
        height: 60px;
        background-color: rgba(255, 255, 255);
        border-bottom: 1px solid #f9f9f9;
    }

}


/*
header {
    border-bottom: 20px solid #e54800;
}
*/
h1 {
    font-family: "M PLUS 1p", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 90%;
    padding: 6% 0;
    color: #fff;
    line-height: 1.4;
    font-size: 4.6rem;
    text-align: center;
    z-index: 0;
    text-shadow: 1px 1px 4px #a43300;
}

h1 p {
     box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-color: #e54800;
    display: inline;
    padding: .1em .2em;
    line-height: 1.7;
    font-size: 1em;
    font-weight: 600;
}

@media screen and (min-width:320px) and (max-width: 768px) {
    h1 {
        font-size: 1.7rem;
        margin: 50px 0 0 0;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 1.6rem;
         margin: 50px 0 0 0;
    }
}

li {
    list-style: none;
}

h2 {
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto 10px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 2px;
    color: #fff;
}

@media screen and (min-width: 600px) {
    h2 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
}

.divi{
    background:#7b7b7b ;
    padding: 10px 0;
    margin: 80px auto 0;
    font-size: 1.3em;
}
@media screen and (min-width: 1000px) {
    .divi{
        font-size: 1.5em;
    }
}

.caption {
    width: 100%;
    margin: 0 auto;
    padding: 8% 0 0 0;
}

.h2cap {
    text-align: center;
    font-size: 1rem;
    margin: 0 auto 10px;
    font-weight: 500;
    letter-spacing: 2px;
    max-width: 100%;
}

.h2cap a {
    border-radius: 48px;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    display: block;
    background: #e54800;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

@media screen and (min-width: 768px) {
.h2cap {
    max-width: 890px;
    font-size: 1.4rem;
    }
}

.sub {
    font-size: 1rem;
    color: #e54800;
    position: relative;
    display: table;
    padding: 0 0.8em;
    margin: 0 auto 40px;
    line-height: 2;
    border: none;
}


.caption .dotline {
    border-bottom: 2px dotted #e54800;
    padding: 10px 0;
    display: table;
}

.learge {
    font-size: 180%;
}

.center {
    text-align: center;
}

.marker_y {
    font-weight: 600;
    background: linear-gradient(transparent 0%, #ffff66 0%);
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    border: none;
}

@media screen and (min-width: 750px) {
    img {
       max-width: 90%;
}
}

.logo {
    width: 160px;
    left: 5px;
    margin-right: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    position: absolute;
}
@media screen and (min-width: 750px) {
    .logo {
        right: 10px;
        width: 200px;
}
}

/*-----------------------------------------
 Nav
-----------------------------------------*/
.Nav {
    border-top: solid 1px #F5F4F0;
    border-bottom: solid 1px #F5F4F0;
  }
  @media screen and (max-width: 1000px) {
    .Nav {
      position: relative;
    border-top:none;
    }
  }
  .Nav .navbtn {
    display: none;
  }
  @media screen and (max-width: 1000px) {
    .Nav .navbtn {
      display: block;
      position: fixed;
      top: 0px;
      right: 10px;
    }
  }
  @media screen and (max-width: 1000px) {
    .Nav .navbtn a,
    .Nav .navbtn a.close {
      display: block;
      position: relative;
      width: 40px;
      height: 40px;
      background-color: #fff;
        border-radius: 3px;
    }
    .Nav .navbtn a::before,
    .Nav .navbtn a.close::before {
      position: absolute;
      top:10px;
      left:10px;
      content:"";
      width: 20px;
      height: 3px;
      background-color: #555;
     transition: .2s;
    }
    .Nav .navbtn a.open::before {
      top:19px;
      transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    }
    .Nav .navbtn a::after,
    .Nav .navbtn a.close::after {
      position: absolute;
      bottom:10px;
      left:10px;
      content:"";
      width: 20px;
      height: 3px;
      background-color: #555;
      transition: .2s;
    }
    .Nav .navbtn a.open::after {
      bottom:18px;
      transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    }
  }
  @media screen and (max-width: 1000px) {
    .Nav .navbtn a.open {
    }
  }

  @media screen and (max-width: 1000px) {
    .Nav .navbtn a span {
      display: block;
      overflow: hidden;
      width: 1px;
      height: 1px;
    }
    .Nav .navbtn a span::after,
    .Nav .navbtn a.close span::after {
      position: absolute;
      top:18px;
      left:10px;
      content:"";
      width: 20px;
      height: 3px;
      background-color: #555;
    }
    .Nav .navbtn a.open span::after {
      display: none;
    }
  }
  .Nav ul.close {
    display: none;
    border-top: solid 1px #F5F4F0;
  }
  .Nav > ul {
    margin: 0 auto;
      left: 300px;
      position: relative;
      padding: 0;
  }
  @media screen and (max-width: 1000px) {
    .Nav > ul {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: -9;
      background-color: #FFF;
        padding: 60px 0 0 0;
    }
  }
  .Nav > ul > li {
    position: relative;
    font-size: 15px;
    display: inline-block;
  }
  @media screen and (max-width: 1000px) {
    .Nav > ul > li {
      display: block;
      border-bottom: solid 1px #dddddd;
    }
  }
  .Nav > ul > li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 16px 15px;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    z-index: 2;
  }

  .Nav > ul > li.parent > a {
    padding-right:25px;
  }

  .Nav > ul > li.parent > a::before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: 8px;
      width: 6px;
      height: 6px;
      margin: -6px 0 0 0;
      border-top: solid 2px #00a0e9;
      border-right: solid 2px #00a0e9;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
  }
  @media screen and (max-width: 1000px) {
  .Nav > ul > li.parent.open > a::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  }

  @media screen and (max-width: 1000px) {
    .Nav > ul > li.parent.open {
      border-bottom: none;
    }
  }

    .Nav > ul > li.parent.open > a{
      color: #FFF;
    }

    .Nav > ul > li.parent.open > a::after {
    background: #555;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  @media screen and (max-width: 1000px) {
    .Nav > ul > li.parent.open > a {
      color: #FFF;
    }
  }
   
  .Nav > ul > li a:hover {
    color: #fff;
  }
  .Nav > ul > li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
  }
  .Nav > ul > li a,
  .Nav > ul > li a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .Nav > ul > li a::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
  .Nav > ul > li a:hover::after {
    background: #00a0e9;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
   
  /* 2階層 */
  .Nav > ul > li > ul {
    display: none;
    position: absolute;
    top: 59px;
    left: 0;
    width: auto;
    background-color: rgba(255, 255, 255, 0.9)!important;
    z-index: 9;
    padding-inline-start: 0;
  }
   
  @media screen and (max-width: 1000px) {
    .Nav > ul > li > ul {
      background-color: #fbfbfb;
      position: static;
    }
  }
   
  .Nav > ul > li > ul li {
    white-space: nowrap;
  }
   
  .Nav > ul > li > ul li a {
    position: relative;
    padding: 12px 66px;
  }
  @media screen and (max-width: 1000px) {
    .Nav > ul > li > ul li a {
      border-bottom: solid 1px #dddddd;
      background-color: #EEE;
    }
  }
  .Nav > ul > li > ul li a::before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 10px;
      width: 6px;
      height: 6px;
      margin: -6px 0 0 0;
      border-top: solid 2px #00a0e9;
      border-right: solid 2px #00a0e9;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  .Nav > ul > li > ul li a:hover {
    text-decoration: underline;
  }
   
  @media screen and (max-width: 1000px) {
    .Nav > ul > li > ul li a:hover {
      background-color: #FFF;
    }
  }
   
  .Nav > ul > li > ul li ul li a {
    padding-left: 42px;
  }
  .Nav > ul > li > ul li ul li a::before {
      left: 20px;
  }

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

section {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    clear: both;
}


.container {
    width: 90%;
    margin: 30px auto;
}
@media screen and (min-width: 1000px) {
    .container {
        max-width: 860px;
        margin: 30px auto;
    }
}

.container p {
    margin: 0 0px 0px;
}

h2.cover {
    width: 180px;
    /* position: absolute; */
    /* left: 20px; */
    /* top: 10px; */
    margin: auto;
    /* z-index: 2; */
    background: #fff;
    padding: 3% 0 2% 0;
}

@media screen and (min-width: 1000px) {
    h2.cover {
        width: 280px;
        padding: 2% 0 1% 0;
    }
}

.box_area {
    width: 100%;
   /* min-height: 400px;*/
    overflow: auto;
}

.box {
    /*min-height: 400px;*/
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    /* 縦方向中央揃え */
    justify-content: center;
    /* 横方向中央揃え */
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero_bg {
    background: #fff;
    background-image: url(../img/main-img.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

/* btn*/
.button {
    background-color: #e54800;
    color: #fff;
    font-size: 1rem;
    width: 80%;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    padding: 6px 0;
    border-radius: 45px;
    z-index: 0;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .button {
        font-size: 1.2rem;
        width: 340px;
        padding: 6px 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .button {
        font-size: 1.2rem;
        width: 340px;
        padding: 6px 0;
    }
}

@media screen and (min-width: 1000px) {
    .button {
        font-size: 28px;
        padding: 10px 48px;
        max-width: 460px;
    }
}

.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button,
.button::before,
.button::after {
    border-radius: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button:hover {
    color: #e54800;
    background-color: #fefefe;
}

.bg-white {
    max-width: 80%;
    margin: 0 auto;
    background: #fff;
    z-index: 0;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .bg-white {
        width: 80%;
    }
}

@media screen and (min-width: 768px) {
    .bg-white {
        max-width: 940px;
    }
}

@media screen and (min-width: 1000px) {
    .bg-white {
        max-width: 768px;
    }
}

@media screen and (min-width: 1000px) {
    .m17 {
        margin: 17% auto 0;
    }
}

.bg-gray {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 15% 0;
    clear: both;
    z-index: 0;
    color: #ccc!important;
    background: #ecece4!important;
}

.bg-gray h3 {
    font-size: 16px;
    color: #000000;
}

.bg-gray .img img {
    width: 100%;
    height: auto;
}

.bg-gray_inner {
    box-sizing: border-box;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0 180px;
    color: #333;
    text-align: center;
}


.flex_box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;

    margin: 0 auto;
    align-items: center;
}

@media screen and (min-width: 1000px) {
    .flex_box {
        flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        max-width: 100%;
        align-items: stretch;
        align-content: stretch;
    }
}

.flex_box .txt_box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    position: relative;
    background: #fff;
    margin-top: 30px;
    width: 100%;
    background: #fff;
    height: auto;
    border-top: 4px solid #e54800;
    padding-bottom: 30px;
}

/*
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .flex_box .txt_box {
        max-width: 49%;
    }
}*/

@media screen and (min-width: 1000px) {
    .flex_box .txt_box {
        max-width: 460px;
        width: 49%;
    }
}

.flex_box .txt_box .txt_box_in {
    padding: 4px 24px 0;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 1000px) {
    .flex_box .txt_box .txt_box_in {
        margin: -1px auto;
        width: 100%;
    }
}

.flex_box .txt_box .text_box_in .image {
    height: auto;
    max-width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
   /* background-size: cover;
    background-position: center center;*/
    text-align: center;
}

.saiyou-l {
    position: absolute;
    left: 30px;
    top: 0;
    font-weight: 400;
    font-size: 60%;
    color: #fff;
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 768px) {
    .saiyou-l {
    top: 4px;
}
}

.eiyou {
    font-size: 60%;
    background: rgb(255, 177, 32);
    color: #fff;
    padding: 5px;
    margin: 0;
}

.k-eiyou {
    font-size: 60%;
    background: rgb(255, 84, 32);
    color: #fff;
    padding: 5px;
    margin: 0;
}

.saiyou {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 400;
    font-size: 60%;
    color: #fff;
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 768px) {
    .saiyou {
    top: 4px;
}
}

.uni {
    font-size: 60%;
    background: #6a5acd;
    color: #fff;
    padding: 5px;
    margin: 0;
}
.juni {
    font-size: 60%;
    background: #da70d6;
    color: #fff;
    padding: 5px;
    margin: 0;
}

.number {
    position: absolute;
    left: 0;
    top: 1;
    font-weight: 600;
    font-size: 100%;
    color: #fff;
    padding: 0;
    margin: 0;
}
.num {
    font-size: 80%;
    background: #e54800;
    color: #fff;
    padding: 11px 10px;
    font-family: Helvetica, sans-serif
}

.num2 {
    font-size: 80%;
    background: #e54800;
    color: #fff;
    padding: 12px 13px;
    font-family: Helvetica, sans-serif
}

.v-btn {
    color: #fff;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.v-btn a,
.v-btn:visited {
    display: block;
    color: #fff;
    text-decoration: none;
     padding: 4%;
    background: #e54800;
    margin-top: 10px;
    border-radius: 8px;
}

.v-btn-g {
    color: #fff;
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}
.v-btn-g a,
.v-btn-g:visited {
    display: block;
    color: #fff;
    text-decoration: none;
     padding: 4%;
    background: #696969;
    border-radius: 8px;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
    .flex_box .txt_box .image {
    height: auto;
    }
}


.flex_box .txt_box h3 {
    text-align: left;
    margin: 5px 40px 5px;
}

@media screen and (max-width: 320px) {
    .flex_box .txt_box h3 {
    text-align: left;
    font-size: 16px;
    }
}


.list {
    display: block;
    padding: 0px;
    margin-top: 3%;
}
@media screen and (min-width: 900px) {
    .list{
        display: flex;
        display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
        justify-content: space-between;
    }
}

.list li {
    width: 100%;
    background: #ddd;
    margin: 6px auto;
    padding: 0px;
    list-style: none;
}
@media screen and (min-width: 900px) {
.list li {
    width: 48%;
    margin: 6px 0;
}
}

.list li.card {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 5px 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.oped .btn-room,
.list .btn-room {
    width: 80%;
    padding: 8px 0;
    background: #0091D7;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto 5%;
    font-size: 90%;
}
@media screen and (min-width: 900px) {
.oped .btnroom,
.list .btn-room {
        width: 60%;
}
}

.list li.card .ttl {
    font-weight: bold;
    font-size: 115%;
}

.list li.card .txt {
    font-size: 80%;
}

.list li.card .type {
    font-size: 80%;
    color: #0091D7;
    margin-top: auto;
}

/*英語対応可icon */
.list li.card .en {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    font-size: 60%;
    background: #36c;
    color: #fff;
    padding: 5px;
    margin: 0;
}

h2.catch {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    width: 100%;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 4px;
    height: auto;
    /*line-height: 34px;*/
    color: #e54800;
    text-align: center;
    background: #fff;
    border-bottom: 3px solid #e54800;
    z-index: 0;
}

h2.catch:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    z-index: 0;
}

h2.catch:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #e54800 transparent transparent transparent;
    z-index: -1;
}

@media screen and (min-width: 480px) {
    h2.catch {
        font-size: 31px;
    }
}

@media screen and (min-width: 600px) {
    h2.catch {
        font-size: 34px;
        letter-spacing: 4px;
        padding: 30px 0;
    }
}


.item {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 60px;
}

@media screen and (min-width: 600px) {
    .item {
        margin-bottom: 80px;
    }
}

.item h3.green {
    color: #e54800;
    padding: 0 0 4% 0;
}

@media screen and (min-width: 480px) and (max-width: 640px) {
    .item h3.green {
        padding: 0 0 4% 0;
    }
}

@media screen and (min-width: 600px) {
    .item h3.green {
        padding: 0 0 4% 0;
    }
}

.item h3.green span {
    font-size: 20px;
}

@media screen and (min-width: 600px) {
    .item h3.green span {
        font-size: 26px;
    }
}

@media screen and (min-width: 768px) {
    .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
    }

    .item:nth-child(even) {
        flex-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
    }
}

.item_img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .item_img {
        width: 50%;
    }
}

.item_txt {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .item_txt {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex: 1;
        justify-content: center;
        align-content: center;
        align-items: center;
        padding: 5%;
        width: 30%;
    }
}


.detail {
    width: 100%;
    margin-bottom: 6%;
}

@media screen and (min-width: 1000px) {
    .detail {
        width: 100%;
        margin-bottom: 6%;
    }
}

.detail th {
    width: 100%;
    padding: 3% 0;
    display: block;
    padding-bottom: 1%;
    position: relative;
    vertical-align: top;
    font-size: 16px;
    font-weight: 200;
    color: #BBB;
    line-height: 2em;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .detail th {
        width: 250px;
        height: 90px;
        padding: 10px 0;
        display: table-cell;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .detail th {
        font-size: 20px;
    }
}

.detail th:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #DDD;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .detail th:before {
        width: 220px;
    }
}

.detail td {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 5%;
    position: relative;
    font-size: 14px;
    line-height: 1.8em;
}

@media screen and (min-width: 768px) {
    .detail td {
        height: 90px;
        padding: 10px 0;
        position: relative;
        font-size: 16px;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .detail td {
        font-size: 16px;
    }
}

.detail td:before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #DDD;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (min-width: 768px) {
    .detail td:before {
        width: 100%;
    }
}

.detail td span {
    padding-left: 15px;
    font-size: 13px;
}

@media screen and (min-width: 768px) {
    .detail td span {
        padding-left: 15px;
        font-size: 13px;
    }
}

.list {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 22% 0 3% 0;
    margin: 5% 0;
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .list {
        padding: 10% 0 3% 0;
    }
}

@media screen and (min-width: 768px) {
    .list {
        padding: 9% 0 3% 0;
    }
}

.list p {
    font-size: 14px;
}

@media screen and (min-width: 600px) {
    .list p {
        font-size: 18px;
    }
}


.pd0 {
    padding-bottom: 0px !important;
}

footer {
    position: relative;
    background-color: #f5f5f5;
}



footer > div {
    padding: 70px 40px 20px;
    background-color: #e54800;
}



footer small {
    display: block;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 10px;
    text-align: center;
    letter-spacing: .15em;
    color: #ffffff;
}

/* ===============================
pagetop
=============================== */
/*トップへ戻るボタン*/
.topBtn {
    position: fixed;
    /*固定*/
    bottom: 20px;
    /*場所を右下に移動*/
    right: 0;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: rgba(250, 250, 250, 0.8);
    color: #666;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 22px;
    padding-top: 26px;
    box-sizing: border-box;
}

.topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.topBtn:hover {
    opacity: 0.7;
}

@media screen and (min-width: 992px) {
    .topBtn {
        position: fixed;
        /*固定*/
        bottom: 20px;
        /*場所を右下に移動*/
        right: 20px;
        /*場所を右下に移動*/
        display: block;
        /*aタグをblock要素に変更*/
        background-color: rgb(229 72 0);
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 22px;
        border-radius: 30px;
        padding-top: 30px;
        box-sizing: border-box;
    }

    .topBtn:before {
        content: '\25B2';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 20px;
    }

    .topBtn:hover {
        opacity: 0.7;
    }
}