/********************************************************
***   mystyle.css   |   build 2020.05   *****************
********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/*** body **********************************************/

body {
    font-family: 'YuGothic', 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #303030;
    padding-bottom: 0;
}

@media screen and (min-width:769px){
    .pc-none {display: none;}
}

@media screen and (max-width:768px){
    .sp-none {display: none;}
}

.wrapper {
    overflow:hidden;
}


a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
  text-decoration: none;
}

@media screen and (max-width:767px){
body {
  min-height: 75rem;
  padding-top: 3.5rem;
}
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt30 {
    padding-top: 30x;
}

.pt60 {
    padding-top: 60x;
}

.mt150 {
    margin-top: 150px;
}

.ft12 {
    font-size: 12px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft21 {
    font-size: 21px;
}

.ft22 {
    font-size: 22px;
}

.ft24 {
    font-size: 24px;
}

.ft30 {
    font-size: 30px;
}

.ft40 {
    font-size: 40px;
}


.ft50 {
    font-size: 50px;
}

.ft-white {
    color: #FFF;
}

.ft-orange {
    color: #FF7206;
}

.ft-pink {
    color: #FF71AB;
}

.ft-bold {
    font-weight: 700;
}

hr.titlebar {
    width: 50px;
    border-bottom: solid 3px #F091AE;
}

.lh46 {
    line-height: 46px;
}

.lh36 {
    line-height: 36px;
}

.va-middle {
    vertical-align: baseline;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.ta-center {
    text-align: center;
    margin: 0 auto;
}



/*** body end ******************************************/

/*** header ********************************************/

.navbar {
    padding: 0;
}

p.white-box {
    width: 150px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    background: #FEE414;
    color: #1A1A1A;
}

p.white-box a {
    color: #1A1A1A;
}

p.yellowbox {
    float: left;
    width: 150px;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    background: #FFFFFF;
    color: #1A1A1A;
}

p.yellowbox a {
    color: #1A1A1A;
}

@media screen and (max-width:767px){
    .navbar-brand {
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
    }

    p.orangebox {
        display: none;
    }
}

/*** heaeder end ****************************************/

/*** main ***********************************************/

.main {
    background: url(../../img/main.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 750px;
    margin-top: 0;
    padding: 150px 0 50px 0;
}

.main .copy {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo, sans-serif;
    -webkit-text-stroke: 1px white; 
    text-stroke: 5px white;
}

.main .copy2area {
    background: rgba( 255, 255, 255, .75);
    border: solid 3px #EB5043;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    padding: 0 5px 0 7px;
    margin: 0 6px 0 25px;
    width: 424px;
}

.main .copy2area .copy2 {
    font-size: 22px;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: -0.05em;
}

.main .copy2area .btn {
    background: #EB5043;
    border-radius: 22px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    width: 100%;
    padding: 10px;
}

.black36b {
    font-size: 36px;
    font-weight: 700;
}

.black20b  {
    font-size: 20px;
    font-weight: 700;
}

.black40b {
    font-size: 40px;
    font-weight: 700;
    color: #171717;
}

.red40b {
    font-size: 40px;
    font-weight: 700;
    color: #EB5043;
}

@media screen and (max-width:767px){
    .black36b {
        font-size: 28px;
        font-weight: 700;
    }
    .black20b  {
        font-size: 24px;
        font-weight: 700;
    }
}

@media screen and (max-width:767px){
.main {
    background: url(../../img/main-sp.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 570px;
    margin-top: 28px;
    padding: 50px 0 20px 0;
}
.main .copy {
    font-size: 24px;
    color: #1A1A1A;
    font-weight: 700;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo, sans-serif;
}
.main .copy2area {
    background: rgba( 255, 255, 255, .75);
    border: solid 3px #EB5043;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    padding: 0 5px 0 7px;
    margin: 0 6px 0 19px;
    width: 333px;
}
.main .copy2area .copy2 {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.main .copy2area .btn {
    background: #EB5043;
    border-radius: 22px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    width: 100%;
    padding: 6px;
}
}

.bg-gray {
    background-color: #FFF7DE;
    padding-bottom: 100px;
    padding-top: 50px;
}

.bg-gray02 {
    background-color: #F5F5F5;
    padding-bottom: 100px;
    background-image: url(../../img/bg-gray-red-left.png);
    background-repeat: no-repeat;
    background-position: right 200px;
    background-size: contain;
}

.bg-gray03 {
    background-color: #F5F5F5;
    padding-bottom: 100px;
    background-image: url(../../img/bg-gray-red-left.png);
    background-repeat: no-repeat;
    background-position: right 200px;
    background-size: contain;
}

.bg-gray04 {
    padding-bottom: 100px;
    background-image: url(../../img/bg-gray-blue-left.png);
    background-repeat: no-repeat;
    background-position: right 250px;
    background-size: contain;
    margin-top: -40px;
    background-color: #E6E6E6;
}

.bg-gray04 .btn {
    background: #EB5043;
    border-radius: 30px;
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 700;
    width: 100%;
    padding: 10px;
}

@media screen and (max-width:767px){
.bg-gray04 .btn {
    text-align: center;
    font-size: 20px;
    width: 100%;
}
}

.bg-gray05 {
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: #E6E6E6;
}

.bg-gray05 .btn {
    background: #EB5043;
    border-radius: 30px;
    text-align: center;
    font-size: 28px;
    color: #FFFFFF;
    font-weight: 700;
    width: 100%;
    padding: 10px;
}

@media screen and (max-width:767px){
.bg-gray05 {
    padding-top: 0;
    padding-bottom: 100px;
    background-color: #E6E6E6;
    margin-top: 30px;
}
}

.bg-white {
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-white02 {
    background-color: #FFFFFF;
    background-image: url(../../img/bg-white-blue-right.png);
    background-repeat: no-repeat;
    background-position: left 70px;
    background-size: contain;
    padding-top: 60px;
    padding-top: 100px;
}

.bg-white03 {
    background-color: #FFFFFF;
    padding-bottom: 100px;
    background-image: url(../../img/bg-white-orange-right.png);
    background-repeat: no-repeat;
    background-position: left 70px;
    background-size: contain;
}

.bg-white09 {
    background-image: url(../../img/campain-bg.png);
    background-repeat: repeat-y;
    background-position: center;
    text-align: center;
    color: #3BAB59;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
}

.bg-contactus {
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.exbg01 {
    background: url(../../img/ex-bg01.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display:block;
}

.exbg02 {
    background: url(../../img/ex-bg02.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display:block;
}

.exbg03 {
    background: url(../../img/ex-bg03.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px;
        display:block;
}

.exorangebar {
    padding: 15px 25px;
    background: #FBC015;
    border-radius: 70px;
    text-align: center;
    display: inline-block;
}


@media screen and (max-width:767px){
.exbg01 {
    background: url(../../img/ex-bg01sp.png);
}
.exbg02 {
    background: url(../../img/ex-bg02sp.png);
}
.exbg03 {
    background: url(../../img/ex-bg03sp.png);
}
}


.bg-green .btn {
    background: #FFFFFF;
    border-radius: 5px;
    text-align: center;
    font-size: 22px;
    color: #1A1A1A;
    font-weight: 700;
    width: 100%;
    padding: 24px;
}

h1 {
    color: #B8B8B8;
}

h2.service {
    background: url(../../img/h2-blue.png);
    background-repeat: no-repeat;
    font-size: 160px;
    color: rgba( 255, 255, 255, 0);
    -webkit-text-stroke: 5px #FFFFFF;
    text-stroke: 5px #FFFFFF;
    padding: 0 0 0 15px;
}

h2.price {
    background: url(../../img/h2-red.png);
    background-repeat: no-repeat;
    font-size: 160px;
    color: rgba( 255, 255, 255, 0);
    -webkit-text-stroke: 5px #FFFFFF;
    text-stroke: 5px #FFFFFF;
    padding: 0 0 0 15px;
}

h2.pp {
    background: url(../../img/h2-red.png);
    background-repeat: no-repeat;
    font-size: 150px;
    color: rgba( 255, 255, 255, 0);
    -webkit-text-stroke: 5px #FFFFFF;
    text-stroke: 5px #FFFFFF;
    padding: 0 0 0 15px;
}

@media screen and (max-width:767px){
h2.service {
    background: url(../../img/h2-blue-sp.png);
    background-repeat: no-repeat;
    font-size: 60px;
    color: rgba( 255, 255, 255, 0);
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 5px #FFFFFF;
    padding: 0 0 0 15px;
}
h2.price {
    background: url(../../img/h2-red-sp.png);
    background-repeat: no-repeat;
    font-size: 46px;
    color: rgba( 255, 255, 255, 0);
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 5px #FFFFFF;
    padding: 15px 0 0 15px;
}
h2.pp {
    background: url(../../img/h2-red-sp.png);
    background-repeat: no-repeat;
    font-size: 44px;
    color: rgba( 255, 255, 255, 0);
    -webkit-text-stroke: 2px #FFFFFF;
    text-stroke: 5px #FFFFFF;
    padding: 15px 0 0 15px;
}
}

h3 {
    color: #1A1A1A;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

h4 {
    font-size: 28px;
}

@media screen and (max-width:767px){
h3 {
    color: #1A1A1A;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
h4 {
    font-size: 20px;
} 
.pp-22 {
    font-size: 20px;
} 
}

.white-box01 {
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 113px;
    margin-top: 23px;
    padding: 0 0 0 26px;
    background-repeat: no-repeat;
    background-position: right;
}

.white-box01 p {
    display: inline-block;
}

.white-box01 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: 700;
}

.white-box01 p.moji {
    font-size: 24px;
    font-weight: 700;
    padding-left: 30px;
    vertical-align: middle;
    height: 70px;
}

.white-box02 {
    background-color: #FFF7DE;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 113px;
    margin-top: 23px;
    padding: 0 0 0 26px;
    background-repeat: no-repeat;
    background-position: right;
}

.white-box02 p {
    display: inline-block;
}

.white-box02 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: 700;
}

.white-box02 p.moji {
    font-size: 24px;
    font-weight: 700;
    padding-left: 30px;
    vertical-align: middle;
    height: 70px;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 50px;
    border-color: transparent transparent transparent #EB5043;
    margin-top: 135px;
    margin-left: 40px;
}

.triangle02 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 50px;
    border-color: transparent transparent transparent #EB5043;
margin-top: 76px;
    margin-left: 61px;
}

.triangle03 {
width: 0;
height: 0;
border-style: solid;
border-width: 40px 100px 0 100px;
border-color: #EB5043 transparent transparent transparent;
}

@media screen and (max-width:767px){
.triangle{
width: 0;
height: 0;
border-style: solid;
border-width: 30px 50px 0 50px;
border-color: #EB5043 transparent transparent transparent;
margin-top: 3px;
    margin-left: 126px;
}
.triangle02 {
width: 0;
height: 0;
border-style: solid;
border-width: 30px 50px 0 50px;
border-color: #EB5043 transparent transparent transparent;
margin-top: 3px;
    margin-left: 126px;
}
.triangle03 {
width: 0;
height: 0;
border-style: solid;
border-width: 30px 50px 0 50px;
border-color: #EB5043 transparent transparent transparent;
}
}

@media screen and (max-width:767px){
.white-box01 {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 80px;
    margin-top: 23px;
    padding: 0 0 0 20px;
}
.white-box01 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 800;
}
.white-box01 p.moji {
    font-size: 20px;
    font-weight: 700;
    padding-left: 15px;
}

.white-box02 {
    background-color: #FFF7DE;
    border-radius: 5px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 113px;
    margin-top: 23px;
    padding: 0 0 0 26px;
    background-repeat: no-repeat;
    background-position: right;
}

.white-box02 p {
    display: inline-block;
}

.white-box02 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: 700;
}

.white-box02 p.moji {
    font-size: 20px;
    font-weight: 700;
    padding-left: 5px;
    vertical-align: middle;
    height: 100px;
}
}

.balloon3 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    background: #ffcc75;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  .balloon3:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffcc75;
    z-index: 0;
  }

  .kaiketsu {
    font-size: 32px;
    font-weight: 700;
    color: #EB5043;
  }

.white-box07 {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    padding: 15px;
}

.white-box08 {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    padding: 15px 5px 13px 20px;
}

.white-box08 p {
    display: inline-block;
    display: inline-block;
    height: 64px;
    vertical-align: middle;
    display:  table-cell;
}

.white-box08 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 800;
}

.white-box08 p.moji {
    font-size: 24px;
    font-weight: 700;
    padding-left: 30px;
}

.white-box05 {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 113px;
    margin-top: 23px;
    padding: 0 0 0 20px;
    background: url(../../img/image-pic18.png);
    background-repeat: no-repeat;
    background-position: right;
}

.white-box05 p {
    display: inline-block;
}

.white-box05 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 800;
}

.white-box05 p.moji {
    font-size: 24px;
    font-weight: 700;
    padding-left: 30px;
}

.white-box06 {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 113px;
    margin-top: 23px;
    padding: 0 0 0 26px;
    background: url(../../img/image-pic19.png);
    background-repeat: no-repeat;
    background-position: right;
}

.white-box06 p {
    display: inline-block;
}

.white-box06 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 800;
}

.white-box06 p.moji {
    font-size: 24px;
    font-weight: 700;
    padding-left: 30px;
    position: absolute;
    top: 83%;
}


@media screen and (max-width:767px){
.white-box08 {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 113px;
    margin-top: 23px;
    padding: 16px;
    background: url(../../img/image-pic08-sp.png);
    background-repeat: no-repeat;
    background-position: right;
}
.white-box08 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 800;
}
.white-box08 p.moji {
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
}
.white-box05 {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 113px;
    margin-top: 23px;
    padding: 0 0 0 26px;
    background: url(../../img/image-pic05-sp.png);
    background-repeat: no-repeat;
    background-position: right;
}
.white-box05 p {
    display: inline-block;
}
.white-box05 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 800;
}
.white-box05 p.moji {
    font-size: 24px;
    font-weight: 700;
    padding-left: 0;
}
.white-box06 {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 113px;
    margin-top: 23px;
    padding: 0 0 0 26px;
    background: url(../../img/image-pic06-sp.png);
    background-repeat: no-repeat;
    background-position: right;
}
.white-box06 p {
    display: inline-block;
}
.white-box06 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-style: italic;
    font-weight: 800;
}
.white-box06 p.moji {
    font-size: 24px;
    font-weight: 700;
    padding-left: 0;
}
}





p.description {
    font-size: 22px;
    text-align: center;
}

p.description-left {
    font-size: 22px;
    text-align: left;
}

@media screen and (max-width:767px){
p.description {
    font-size: 18px;
    text-align: center;
}
p.description-left {
    font-size: 18px;
    text-align: left;
}
}

.white-box04 {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.red-box {
    width: 100%;
    background: #EB5043;
    padding: 15px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.red-box-h73 {
    width: 100%;
    height: 73px;
    background: #EB5043;
    padding: 15px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.red-box-h73 .uemoji {
    text-align: center;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 10;
    margin-top: -56px;
}

@media screen and (max-width:767px){
.red-box {
    width: 100%;
    background: #EB5043;
    padding: 15px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}
.red-box-h73 {
    width: 100%;
    height: 73px;
    background: #EB5043;
    padding: 15px;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}
.red-box-h73 .uemoji {
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    z-index: 10;
    margin-top: -56px;
}
}

.orange-box04 {
    width: 100%;
    background: #FBC015;
    padding: 10px 15px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 700;
}

.orange-box04-02 {
    width: 100%;
    background: #FBC015;
    padding: 24px 15px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    font-weight: 700;
}

.red {
    color: #EB5043;
}
.orange {
    color: #E8661A;
}

.blue {
    color: #3997D5;
}

.mincho {
    font-family: serif;
}

.text-center {
    text-align: center;
    margin: 0 auto;
}

.brownobi {
    background: #464646;
    padding: 10px 0 1px 0;
    text-align: center;
}

.brownobi p {
    font-size: 40px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: .15em;
}

.brownobi p span {
    font-size: 60px;
    color: #FBC015;
    font-weight: 700;
}

@media screen and (max-width:767px){
.brownobi {
    background: #464646;
    padding: 10px 0 1px 0;
    text-align: center;
}

.brownobi p {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: .15em;
}

.brownobi p span {
    font-size: 30px;
    color: #FBC015;
    font-weight: 700;
}
}

.contactbox {
    background: #FFFCEF;
    padding: 20px;
    text-align: center;
    border: solid 2px #707070;
    border-radius: 3px;
}

@media screen and (max-width:767px){
    .sp-none {display: none;}
}

@media screen and (min-width:768px){
    .pc-none {display: none;}
}

p.copy {
    font-size: 20px;
    color: #B47A2E;
    text-shadow: 1px 1px 2px #C9C9C9;
}

@media screen and (max-width:767px){
p.copy {
    font-size: 18px;
    color: #B47A2E;
    text-shadow: 1px 1px 2px #C9C9C9;
}
}

p.copy02 {
    font-size: 40px;
    color: #373737;
    font-family: sans-serif;
    line-height: 70px;
    text-shadow: 3px 3px 6px #808080;
}

@media screen and (max-width:767px){
p.copy02 {
    font-size: 20px;
    color: #373737;
    font-family: sans-serif;
    line-height: 35px;
    text-shadow: 3px 3px 6px #808080;
}
}

span.copy2 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    text-shadow: 1px 1px 2px #C9C9C9;
}

.typ {
  opacity: 0;
  }
.typ span {
  opacity: 0;
  }

.blueobi {
    background: #F091AE;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    font-size: 22px;
    padding: 20px;
}

.copyright {
    background: white;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}



/*** main end ********************************************/


/*** btn end *********************************************/

a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.btn{
    color:#FFF;
    font-weight:700;
}

.btn-warning {
    background-color: #FFA621;
    padding: 10px 40px;
}

.totop {
}
/*** btn end *********************************************/

/*** top contactus **********************************************/

.contactus {
    padding: 100px 0;

}

.contactus .ttlline {
    text-align: center;
    width: 100px;
    border-bottom: solid 1px #303030;
    margin: 0 auto;
}

.contactus h2 {
    line-height: 5px;
    background: #FFF;
    border-radius: 5px 5px 0 0;
    padding: 20px;
}

.contactus a:active, a:focus, a:hover, a:visited, {
    color: #FFF;
    text-decoration: none;
}

.contactus a {
    color: #303030;
    text-decoration: none;
    font-size: 32px;
    font-family: serif;
}

.contactus .mail {
    font-size: 26px;
}

.contactus .attention {
    font-size: 8px;
}

/*** top contactus end ********************************************/

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

footer {
    padding: 30px 0;
    color: #FFF;
    background: #000000;
}

footer p {
    color: #303030;
    font-size: 12px;
    line-height: 26px;
}

footer a:link,a:hover,a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

@media screen and (max-width: 767px){
footer {
    padding: 5px;
    color: #FFF;
}
}

footer ul li {
    display: inline-block;
}

@media screen and (max-width: 767px){
    footer ul {
  padding: 0.5em;
  position: relative;
        width: 100%;
    }
footer ul li {
    display:block;
    font-size: 14px;
    text-align: left;
    padding-left: -20px;
    padding: 10px 5px;
    width: 100%;
}
footer ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
    width: 100%;
}

footer ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
}

/*** footer end ***************************************************/

/*** contents bunjyou end ******************************************/

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.6;
    z-index: 20;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

/*** btn ******************************************/

.btn,
a.btn,
button.btn {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 2px solid #303030;
  border-radius: 0;
  background: #ECECEC;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

/*** btn end ******************************************/


/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:767px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.6 );
    z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    margin: 0px auto;
    padding: 10px;
    margin-right: 0px;
}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    line-height: 1.3;

}
.inquiry_btn {
    background-color: #F091AE;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    border: solid 2px #FFF;
    width: 100%;
}
.inquiry_btn:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.inquiry_btn_book {
    background-color: #FFAC06;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    border: solid 2px #FFF;
    width: 100%;
    color: #FFF;
}
.inquiry_btn_book:link, .inquiry_btn:visited {
    color: #FFFFFF !important;
}
.footer_area_inner span{
    color: #fff;
}
#siteBottom{
    margin-bottom: 85px;
}
}

/*** contents company **********************************************/

.reasonbox {
    width: 100%;
    background: #FFF6D4;
    padding: 10px;
}

.reasonbox h4 {
    font-size: 22px;
    background: #FFB03A;
    padding: 5px;
    border-radius: 5px;
    font-family: serif;
}

/*campain page*/

.campbox1 {
    background-color: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 100%;
    padding: 20px;
}

.campbox1 .num {
    color: #FBC015;
    font-family: 'Montserrat', sans-serif;
    font-size: 80px;
    font-weight: 800;
    position: absolute;
    top: -20px;
    left: 20px;
}

.campbox1 p.moji {
    font-size: 24px;
    font-weight: 700;
}

.campbox1 p.btn {
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
}

.campbox1 p.bluebg {
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-align: center;
    background: #4788F4;
    padding:10px;
    width: 416px;
}

.campbox1 p.greenbg {
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-align: left;
    background: #3BAB59;
    padding:10px;
    width: 416px;
}

.orangebar {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    background: #FBC015;
}

.btn-red {
    background: #EB5043;
    padding: 15px;
    color: white;
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    border-radius: 7px;
    width: 50%;
}

@media screen and (max-width:767px){
.campbox1 p.moji {
    padding-left: 70px;
}
.campbox1 p.bluebg {
    padding: 10px 5px;
    width: 100%;
}
.campbox1 p.greenbg {
    font-size: 19px;
    padding: 10px 5px;
    width: 100%;
}
.orangebar {
    width: 100%;
    font-size: 24px;
}
.btn-red {
    width: 100%;
}
}

/*campain page end*/

/*privacypolicy page*/

.pp-whitebox {
    padding: 20px;
    text-align: left;
    background: white;
    line-height: 30px;
}

@media screen and (max-width:767px){
.pp-whitebox {
    padding: 10px;
    text-align: left;
    background: white;
    line-height: 26px;
}
}

.pp-num li {
    line-height: 30px;
    padding-bottom: 15px;
}

table .block ol {
    list-style: none;
}

/*privacypolicy page end*/


/*qa accordion */
.qa-007 {
    max-width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-007 summary::before,
.qa-007 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-007 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-007[open] summary::after {
    transform: rotate(225deg);
}

.qa-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-007[open] p {
    transform: none;
    opacity: 1;
}

.qa-007 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}

/*qa accordion end */

