@charset "UTF-8";
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font: 10px "HiraMinPro W3-83pv-RKSJ-H", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    scroll-behavior: smooth;
}

body.active {
    height: 100%;
    overflow: hidden;
}

img {
    max-width: 100%;
    width: 100%;
}

h1,
h2,
h3,
p,
span,
figcaption,
dt,
dd,
li,
th,
td {
    color: #42332d;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
}

a:hover {
    opacity: .8;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

ul {
    list-style: none;
}

h2,
.h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1.5em;
    text-align: center;
}

h2 .big,
.h2 .big {
    font-size: 5rem;
}

h3,
.h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1em;
}

.h2,
.h3 {
    margin: 0;
}

p,
li,
figcaption,
dt,
dd,
th,
td {
    font-size: 1.8rem;
}

address {
    font-style: normal;
}

section {
    overflow: hidden;
    padding: 100px 0;
}

.container {
    margin: auto;
    max-width: 750px;
    padding: 0 10px;
    width: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.serif {
    font-family: "HiraMinPro W3-83pv-RKSJ-H", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.gothic {
    font-family: "Arial", "Avenir", "Helvetica Neue", "Helvetica", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.center {
    text-align: center;
}

.white {
    color: #fff;
}

.green {
    color: #8DC7B7;
}

.red {
    color: #ea5b18;
}

.abso {
    position: absolute;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.col2,
.col3,
.col3_2,
.col4,
.col4_4 {
    padding: 10px;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33%;
}

.col3_2 {
    width: 66%;
}

.col4 {
    width: 25%;
}

.col4_3 {
    width: 75%;
}

.bold {
    font-weight: bold;
}

.yellow_line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffe57f));
    background: linear-gradient(transparent 50%, #ffe57f 50%);
}

.red_line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ea5b18));
    background: linear-gradient(transparent 50%, #ea5b18 50%);
}

.textLeft {
    text-align: left;
}

.textRight {
    /*text-align: right;*/
}

@media screen and (min-width: 981px) {
    .pc__none {
        display: none !important;
    }
}


/*@media screen and (min-width: 481px) and (max-width: 749px){
  html{
    font-size: 14px;
  }
}*/

@media screen and (max-width: 749px) {
    h2,
    .h2 {
        font-size: 2rem;
    }
    h2 .big,
    .h2 .big {
        font-size: 3rem;
    }
    h3,
    .h3 {
        font-size: 1.6rem;
    }
    p,
    li,
    figcaption,
    dt,
    dd,
    th,
    td {
        font-size: 1.6rem;
    }
    section {
        padding: 50px 0;
    }
    .container {
        padding: 0;
    }
    .sp__none {
        display: none !important;
    }
}

#mv .container {
    padding: 0;
}

#mv .inner {
  background-size: cover;
  background-position: center top;
  position: relative;
  height: auto;
}
#mv .inner::before {
    content: "";
    display: block;
    padding-top: 106%;
}

#mv .inner-default {
  background: url(/img/usr/category/tsushin/mv_bg_default.png) no-repeat;
  background-size: cover;
}

#mv .inner-3000yenoff {
  background: url(/img/usr/category/tsushin/mv_bg_new_3000yenoff.png) no-repeat;
  background-size: cover;
}

#mv .inner-70th {
  background: url(/img/usr/category/tsushin/mv_bg_240826.png) no-repeat;
  background-size: cover;
}



#mv .inner .innerH {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#mv .inner .innerH .e1 {
    position: absolute;
    top: 2%;
    width: 25%;
    right: 2%;
    margin: 0 auto;
}

#mv .inner .innerH .e2,
#mv .inner .innerH .e3 {
    position: absolute;
    right: 10%;
    margin: 0 auto;
    background: #42332d;
    color: #fff;
    text-align: right;
    font-size: 2.5rem;
    padding: 0 5px;
    font-family: "A-OTF リュウミン Pr5 EB-KL", "cursive", "HiraMinPro W3-83pv-RKSJ-H", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

#mv .inner .innerH .e2 {
    top: 30%;
}

#mv .inner .innerH .e3 {
    top: 37%;
}

#mv .inner .innerH .e4 {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #42332d;
    font-family: "A-OTF リュウミン Pr5 EB-KL", "cursive", "HiraMinPro W3-83pv-RKSJ-H", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

#mv .inner .innerH .e4 h2 {
    font-size: 5rem;
}

#mv .inner .innerH .e5 {
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #42332d;
}

#mv .inner .innerH .e5 h3 {
    font-size: 4rem;
}

.mvBtn {
    background: url(/img/usr/category/tsushin2207/mv_btn_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: auto;
    padding: 50px 10px;
    margin: 0;
}

@media screen and (max-width: 749px) {
    #mv .container {
        max-width: 100%;
    }
    #mv .inner .innerH .e2,
    #mv .inner .innerH .e3 {
        font-size: 1.6rem;
    }
    #mv .inner .innerH .e4 h2 {
        font-size: 3rem;
    }
    #mv .inner .innerH .e5 h3 {
        font-size: 2.5rem;
    }
    .mvBtn {
        padding: 25px 10px;
    }
}

@media screen and (max-width: 320px) {
    #mv .inner .innerH .e2,
    #mv .inner .innerH .e3 {
        font-size: 1.2rem;
    }
    #mv .inner .innerH .e4 h2 {
        font-size: 2rem;
    }
    #mv .inner .innerH .e5 h3 {
        font-size: 1.6rem;
    }
}

#sec00 {
    padding: 0;
    /* padding-bottom: 0; */
}

#sec00 .inner {
    background: url(/img/usr/category/tsushin2207/sec03_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: auto;
}

#sec00 .arrowWrap {
    padding-bottom: 120px;
    overflow: hidden;
}

#sec00 .title {
    background: #fff;
    position: relative;
}

#sec00 .title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 10vh solid #fff;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
}

#sec00 .title h2 {
    margin-bottom: 0;
}

#sec00 ul {
    padding: 50px;
}

#sec00 li {
    padding: 10px;
    margin-bottom: 1em;
    border: 1px solid #42332d;
    background: #fff;
    border-radius: 10px;
}

#sec00 .arrow_r {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #42332d;
    text-decoration: none;
}

#sec00 .arrow_r:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #42332d;
    border-right: solid 2px #42332d;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
    #sec00 ul {
        padding: 20px;
    }
    #sec00 .h2 {
        font-size: 1.6rem;
    }
    #sec00 .arrow_r:before {
        right: 0;
    }
}

.titIcon {
    width: 100px;
    margin: 0 auto;
}

#sec01 {
    padding: 0;
}

#sec01 .titIcon {
    padding-top: 100px;
}

#sec01 .inner {
    background: url(/img/usr/category/tsushin2207/sec02_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: auto;
    padding-bottom: 100px;
}

#sec01 .pointWrap {
    margin: 100px auto 0;
    padding: 100px 0;
    background: #fff;
    border-radius: 20px;
    width: 95%;
    position: relative;
}

#sec01 .pointWrap .decorativeImage01 {
    top: -30px;
    right: 0;
    width: 18.7%;
}

#sec01 .pointWrap .decorativeImage02 {
    bottom: 12%;
    left: -10%;
    width: 22.7%;
}

#sec01 .pointWrap .decorativeImage03 {
    top: -5%;
    right: -5%;
    width: 20.55%;
}

#sec01 .pointWrap .decorativeImage04 {
    bottom: -30px;
    left: 0;
    width: 17.6%;
}

#sec01 .pointWrap .point {
    position: relative;
    background: url(/img/usr/category/tsushin2207/sec01_point_bg.png) no-repeat;
    background-size: 100%;
    background-position: center top;
    height: 500px;
    width: 80%;
    margin: 0 auto;
}

#sec01 .pointWrap .point03 {
    margin: 0 auto;
}

#sec01 .pointWrap .pointTit {
    width: 80%;
    margin: 0 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#sec01 .pointWrap .pointTit .h2 {
    padding-left: 20px;
}

#sec01 .pointWrap .pointTxt {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
    #sec01 .pointWrap .decorativeImage02 {
        bottom: 0;
    }
    #sec01 .pointWrap .point {
        width: 90%;
        height: 460px;
        margin: 0 auto 50px;
    }
    #sec01 .pointWrap .pointTit {
        top: 20%;
    }
    #sec01 .pointWrap .pointTxt {
        top: 50%;
    }
}

@media screen and (max-width: 600px) {
    #sec01 .pointWrap {
        padding: 50px 0;
        margin: 50px auto 0;
    }
    #sec01 .pointWrap .point {
        height: 375px;
    }
    #sec01 .pointWrap .pointTit {
        width: 90%;
        top: 15%;
    }
    #sec01 .pointWrap .pointIcon {
        width: 20%;
    }
    #sec01 .pointWrap .pointTxt {
        width: 90%;
        top: 40%;
    }
    #sec01 .pointWrap .point03 {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    #sec01 .titIcon {
        padding-top: 50px;
    }
    #sec01 .pointWrap .point {
        height: 260px;
    }
    #sec01 .pointWrap .pointTit .h2 {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 375px) {
    #sec01 .pointWrap .decorativeImage02 {
        bottom: -5%;
    }
    #sec01 .pointWrap .point {
        height: 240px;
    }
}

@media screen and (max-width: 320px) {
    #sec01 .pointWrap .point {
        background-size: cover;
    }
    #sec01 .pointWrap .pointTit .h2 {
        font-size: 1.6rem;
    }
    #sec01 .pointWrap .pointTxt {
        font-size: 1.35rem;
    }
}

#sec02 {
    padding-bottom: 0;
}

.courseWrap {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 100px;
}

.courseName {
    width: 35%;
    margin: 0 auto;
    background: #948453;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    padding: 10px;
}

.courseMainImg {
    padding-top: 1.5em;
}

.courseContent {
    padding: 20px 0;
}

.courseImg img {
    width: auto;
    margin-bottom: 10px;
}

.courseTxt span {
    background: #ccc;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 10px;
    margin-right: 5px;
}

/*.price {
    color: #948253;
    padding-top: 20px;
}

.price span {
    font-weight: normal;
    background: none;
    font-size: 1.8rem;
    color: #948253;
    padding: 0;
}*/


.courseBtn {
    flex-flow: column;
}

.courseBtn a {
    display: block;
    position: relative;
}

.courseBtn .btn01,
.courseBtn .btn02,
.courseBtn .btn03 {
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 5px;
    width: 95%;
    margin: 0 auto;
}

.courseBtn .btn01 i,
.courseBtn .btn02 i,
.courseBtn .btn03 i{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    font-size: 2rem;
}

.courseBtn .btn01 {
    background: #ea5b17;
    margin-bottom: 20px;
}

.courseBtn .btn01 a:before {
    content: "";
    background: url(/img/usr/category/tsushin/cart_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.courseBtn .btn02 {
    background: #5a493f;
}

.courseBtn .btn02 a:before {
    content: "";
    background: url(/img/usr/category/tsushin/seikyu_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.courseBtn .btn03 {
    background: #ea5b17;
    margin-bottom: 20px;
}

.courseBtn .btn03 a:before {
    content: "";
    background: url(/img/usr/category/tsushin/tel_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.courseBtn .entry-tel {
  width: 95%;
  margin: 0 auto 20px;
  text-align: center;
}
.courseBtn .entry-tel .entry-tel-header {
  font-size: 2rem;
  font-weight: bold;
}
.courseBtn .entry-tel .entry-tel-number {
    color: #ea5b17;
    font-size: 2.4rem;
    font-weight: bold;
}
.courseBtn .entry-tel .entry-tel-caption {
}

@media screen and (min-width:481px) {
  .courseBtn .btn03 {
    display: none;
  }
  .entry-tel-number a {
    pointer-events: none;
  }
  .courseBtn .entry-tel {
    /*background: rgba(234, 91, 23, .1);*/
    border: 3px solid #ea5b17;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
  }
  .courseBtn .entry-tel .entry-tel-header {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .courseBtn .entry-tel .entry-tel-number {
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: .05em;
  }
  .courseBtn .entry-tel .entry-tel-caption {
  }
}

@media screen and (max-width:480px) {
    .courseWrap {
        padding-bottom: 50px;
    }
    /*.reverse {
        flex-flow: column-reverse;
    }*/
    .courseName {
        margin-top: 10px;
    }
    .courseBtn .btn01,
    .courseBtn .btn02,
    .courseBtn .btn03 {
        font-size: 2rem;
    }
    .price.textRight,.courseTxt.textRight {
        text-align: left;

    }
    .price{
        width: 150%;
    }
    /*.courseContent .courseImg {
        text-align: center;
    }
    .col2.sp,
    .col3.sp,
    .col3_2.sp,
    .col4.sp,
    .col4_4.sp {
        width: 100%;
    }*/
    .courseImg .smallImg{
        width: 90%;
    }
}
@media screen and (max-width:320px){
    .price.textRight{
        margin-left: -20%;
    }
}

#sec03 {
    padding: 0;
}

#sec03 .inner {
    background: url(/img/usr/category/tsushin2207/sec03_bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: auto;
    padding-bottom: 100px;
}

#sec03 .titIcon {
    padding-top: 100px;
}

.stepWrap {
    background: url(/img/usr/category/tsushin2207/circle.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    background-position: top center;
    margin: 0 auto;
    position: relative;
    height: 500px;
    width: 500px;
}

.stepContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.stepIcon {
    width: 70%;
    margin: 0 auto;
    padding: 1em 0;
}

.stepTxt {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.arrowDown {
    padding: 50px;
}

.arrowDown img {
    width: auto;
}

.cta {
    padding-bottom: 100px;
}

@media screen and (max-width:500px) {
    .cta {
        padding-bottom: 50px;
    }
    .stepTxt {
        font-size: 1.8rem;
    }
    .small {
        font-size: 1.4rem;
    }
    .stepWrap {
        width: 90%;
        height: 90vw;
    }
    .arrowDown {
        padding: 25px 0;
    }
}

@media screen and (max-width:376px) {
    .stepTxt {
        font-size: 1.6rem;
    }
}

@media screen and (max-width:321px) {
    .stepTxt {
        font-size: 1.4rem;
    }
    .small {
        font-size: 1.2rem;
    }
}

.faqWrap {
    background: #9a855a;
    position: relative;
    padding: 2%;
    border-radius: 10px;
    width: 96%;
    margin: 0 auto 50px;
}

.faqWrap:last-child {
    margin-bottom: 0;
}

.number {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
}

.number02 {
    left: 10px;
    right: auto;
}

.question {
    background: #fff;
    padding: 10px 10px 10px 20px;
    font-weight: bold;
    border-radius: 10px;
}

.question p {
    color: #9a855a;
}

.answer {
    padding: 10px 10px 30px 20px;
}

.answer p {
    color: #fff;
}

.question .e1,
.answer .e1 {
    margin-right: 1%;
}

footer {
    background: #ccc;
    padding: 10px 0;
    text-align: center;
}


.price {
  color: #948253;
  padding-top: 10px;
  font-size: 2rem !important;
}
.price strong {
  font-size: 3rem !important;
}
.price-torikeshi {
  text-decoration: line-through;
}
.salecaption {
  color: #ea5b17;
  padding-top: 20px;
  text-align: center;
}
.salecaption.textLeft {
  text-align: left;
}
.saleprice {
  color: #ea5b17;
  font-size: 2.2rem !important;
}
.saleprice strong {
  font-size: 3rem !important;
}
.saleprice span {
  font-weight: normal;
  background: none;
  font-size: 1.6rem;
  color: #ea5b17;
  padding: 0;
}


@media screen and (max-width:480px) {
  .price {
     font-size: 1.8rem !important;
  }
  .salecaption {
  color: #ea5b17;
  font-weight: bold;
  padding-top: 20px;
  text-align: center;
  }
  .salecaption.textLeft {
  }
  .saleprice {
  color: #ea5b17;
  font-size: 2.2rem !important;
  }
}

