* {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}

div.in {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
}

#talent .in .wap01 .emergency {
    display: none;
}

#talent .in .wap01 .sign {
    margin-bottom: 10px;
    min-height: 6em;
}

/*header*/

header #hamburger {
    display: none;
}

header {
    overflow: hidden;
    height: 92px;
}

header h1 {
    width: 24.2%;
    margin: 20px 0;
    float: left;
}

header h1 + nav {
    float: right;
}

header h1 + nav li {
    display: inline-block;
    margin-left: 15px;
    line-height: 92px;
}

header h1 + nav li a {
    color: #666666;
    font-size: 14px;
    text-decoration: underline;
}

/*article*/

article {
    width: 100%;
    height: 667px;
    background: url('img/02.png') no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 60px;
}

article h1 {
    width: 83.6%;
    margin: 0 auto;
    padding: 60px 0 80px 0;
}

article p:nth-child(2) {
    width: 80%;
    margin: 0 auto;
    padding-top: 80px;
}

/*cautionlist*/

.cautionlist li {
    text-indent: -1.4em;
    margin-left: 1.5em;
    font-size: 18px;
    line-height: 1.8em;
}

.cautionlist li:before {
    content: '※';
    font-size: 18px;
    margin-right: 0.4em;
}

/*talent*/

#talent {
    margin-bottom: 60px;
}

#talent h1 {
    width: 100%;
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    border-left: solid 10px #9f0710;
    box-sizing: border-box;
    background: #877d43;
    padding-left: 2%;
    margin-bottom: 30px;
}

#talent h1 span {
    font-size: 18px;
    padding-left: 2%;
}

#talent .wap01 {
    width: 33%;
    background: #f9f0dc;
    margin-bottom: 30px;
    padding: 20px 1.5% 1.5% 1.5%;
    box-sizing: border-box;
    float: left;
    margin-right: 0.5%;
}

#talent .wap01:nth-child(3n) {
    margin-right: 0;
}

#talent .wap01 h3 {
    font-size: 24px;
    padding-bottom: 15px;
}

/* #talent .wap01 h3 span {
    font-size: 12px;
    padding-left: 4.54%;
} */

#talent .in .wap01 h3 + p {
    margin-bottom: 15px;
}

#talent .wap01 dl {
    overflow: hidden;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

#talent .wap01 dt {
    width: 33.33%;
    color: #f33065;
    font-weight: bold;
    float: left;
}

#talent .wap01 dd {
    width: 66.67%;
    float: left;
    font-size: 16px;
}

#talent .wap01 dd span {
    color: #2aa6f2;
}

#talent .wap02 {
    overflow: hidden;
    line-height: 0;
}

#talent .wap02 p {
    float: left;
    width: 15.15%;
}

#talent .wap02 p:nth-child(2) {
    margin: 0 6.06%;
}

#talent h2 {
    color: #fff;
    font-size: 26px;
    padding: 10px 35px;
    box-sizing: border-box;
    background: #9f0710;
    border-left: 10px solid #877d43;
    text-align: center;
    margin: 30px 0;
}

#talent p.red {
    color: #f52c62;
    font-size: 18px;
    line-height: 27px;
}

.title_line {
    display: none;
}

.talent_box {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

/*place*/

#place {
    margin-bottom: 60px;
}

#place h1 {
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    border-left: solid 10px #9f0710;
    background: #877d43;
    padding-left: 2%;
}

#place p.acpoint {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 30px 0;
    line-height: 1.5em;
}
#place p.acpoint.mt {
    margin-top: 100px;
}

#place h1 + p + p {
    margin-bottom: 30px;
    font-size: 18px;
}

#place h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #9f0710;
    border-left: 10px solid #877d43;
    padding: 10px 35px;
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 50px;
}

#place .wap01 {
    width: 40%;
}

#place .wap02 {
    width: 60%;
    float: left;
    margin-top: 82px;
    padding-left: 4.68%;
    box-sizing: border-box;
}

#place .wap02 p {
    font-size: 18px;
    line-height: 27px;
}

#place .wap02 p:first-child {
    margin-bottom: 0;
}

#place .wap02 p:nth-child(2) {
    margin-bottom: 60px;
}

#place .wap02 p:nth-child(3) {
    margin-bottom: 30px;
}

#place .wap02 p:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}

#place .wap02 p:nth-child(3) a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    width: 200px;
    height: 40px;
    padding-left: 53px;
    border-radius: 15px;
    box-sizing: border-box;
    background: url('img/15.png') no-repeat#333;
    background-position: 80.5%;
    background-size: 10px;
}

#place .wap02 p:last-child a {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    width: 200px;
    height: 40px;
    padding-left: 18px;
    border-radius: 15px;
    box-sizing: border-box;
    background: url('img/15.png') no-repeat#333;
    background-position: 91.5%;
    background-size: 10px;
}

#place .wap02 p:nth-child(3) a:hover {
    color: #333;
    border: solid 1px #333;
    box-sizing: border-box;
    background: url('img/16.png') no-repeat #fff;
    background-position: 71.5%;
}

#place .wap02 p:last-child a:hover {
    color: #333;
    border: solid 1px #333;
    box-sizing: border-box;
    background: url('img/16.png') no-repeat #fff;
    background-position: 91.5%;
}

/*time*/

#time {
    margin-bottom: 60px;
}

#time h1 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    border-left: solid 10px #9f0710;
    background: #877d43;
    padding-left: 2%;
}

#time .timelist {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    line-height: 1.5em;
    margin-top: 15px;
}

#time .timelist p {
    padding: 3px 0;
}

#time .timelist p span {
    margin-right: 1em;
}

.table01 table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
}

.table01 table th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #333333;
    background: #eeeeee;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.table01 table td {
    width: 100px;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #333333;
    box-sizing: border-box;
}

.table01 table td span {
    font-size: 14px;
    display: block;
}

.table01 table .tb01 {
    width: 280px;
    vertical-align: middle;
}

.table02 table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
}

.table02 table th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #333333;
    background: #eeeeee;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.table02 table td {
    width: 130px;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #333333;
    box-sizing: border-box;
    text-align: center;
}

.table02 table .td01 {
    width: 130px;
    vertical-align: middle;
    padding: 0;
}

.table02 table .td01 table td {
    border: none;
    border-bottom: 1px solid #333333;
    text-align: center;
}

.table02 table .td01 table td.last {
    border-bottom: none;
}

.ar_box {
}

.ar_box span {
    display: inline-block;
    width: 20%;
}

.ar_box span.arrow {
    width: 60%;
}

.table03 table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
}

.table03 table th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #333333;
    background: #eeeeee;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.table03 table td {
    width: 260px;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #333333;
    box-sizing: border-box;
    text-align: center;
}

.table03 table .td01 {
    width: 130px;
    vertical-align: middle;
    padding: 0;
}

.table03 table .td01 table td {
    border: none;
    border-bottom: 1px solid #333333;
    text-align: center;
}

.table03 table .td01 table td.last {
    border-bottom: none;
}

.table03 table td.td02 span {
    color: #f52c62;
}

.table04 h3 {
    display: none;
}

.table04 .table04_02 .td02 {
    display: none;
}

.tokuten h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #f52e64;
    border-left: 10px solid #4cc2d2;
    padding: 10px 35px;
    margin-bottom: 30px;
    display: inline-block;
    margin-top: 50px;
}

.red {
    color: #f52c62;
}

.tokuten p {
    font-size: 18px;
    line-height: 1.8em;
}

/*price*/

#price {
    margin-bottom: 60px;
}

#price h1 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    border-left: solid 10px #9f0710;
    background: #877d43;
    padding-left: 2%;
}

#price p {
    font-size: 18px;
}

.table04 {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.table04 .table04_01 {
    width: 60%;
    float: left;
}

.table04 .table04_02 {
    width: 40%;
    float: left;
    border-left: none;
}

.table04 .table04_02 th,
.table04 .table04_02 td {
    border-left: none;
}

.table04 table {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
}

.table04 table th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #333333;
    background: #eeeeee;
    width: 120px;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.table04 table td {
    width: 440px;
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #333333;
    box-sizing: border-box;
    text-align: center;
}

.table04 table .td01 {
    width: 130px;
    vertical-align: middle;
    padding: 0;
}

.table04 table .td01 table td {
    border: none;
    border-bottom: 1px solid #333333;
    text-align: center;
}

.table04 table .td01 table td.last {
    border-bottom: none;
}

.table04 table td.td02 span {
    color: #f52c62;
}

.tokuten h2 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: #9f0710;
    border-left: 10px solid #877d43;
    padding: 10px 35px;
    margin-bottom: 30px;
    display: block;
    margin-top: 50px;
}

.red {
    color: #f52c62;
}

/*application*/

#application {
    margin-bottom: 60px;
}

#application h1 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    border-left: solid 10px #9f0710;
    background: #877d43;
    padding-left: 2%;
}

.numberlist {
    border-bottom: 1px solid #a0a0a0;
    padding: 20px 0;
    line-height: 1.8em;
    overflow: hidden;
}

.numberlist h2 {
    font-size: 24px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.numberlist p {
    font-size: 18px;
    line-height: 1.8em;
}

.side {
    width: 80%;
    float: left;
}

.qrimg_box {
    width: 15%;
    float: right;
}

.qrimg {
    width: 90%;
    margin: 0 auto;
}

.qrimg_box p {
    font-size: 12px;
    text-align: center;
}

#application p {
    font-size: 18px;
}

/*notes*/

#notes {
    margin-bottom: 60px;
}

#notes h1 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    border-left: solid 10px #9f0710;
    background: #877d43;
    margin-bottom: 30px;
    padding-left: 2%;
}

#notes li {
    font-size: 18px;
    line-height: 1.8em;
    text-indent: -1.1em;
    margin-left: 1.5em;
}

#notes li::before {
    content: '■';
    color: #f52e64;
    font-size: 10px;
    margin-right: 1em;
}

#notes p {
    font-size: 18px;
    line-height: 27px;
    margin-top: 30px;
}
.red_notes {
    font-size: 10px;
    color:red;
}

/*contact*/

#contact h1 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
    border-left: solid 10px #9f0710;
    background: #877d43;
    margin-bottom: 30px;
    padding-left: 2%;
}
#contact div.tel_box {
    width: 100%;
    overflow: hidden;
}

#contact div.tel_box p:nth-child(1) {
    font-size: 24px;
    line-height: 36px;
}

#contact div.tel_box p:last-child {
    color: #9f0710;
    font-size: 36px;
    line-height: 36px;
    float: right;
    margin-bottom: 20px;
}

#contact div.tel_box p:last-child:before {
    content: url('img/11.png');
    padding-right: 15px;
}

/*pagetop*/

.pagetop div.in {
    width: 100%;
    height: 65px;
    margin-bottom: 30px;
}

.pagetop p {
    position: absolute;
    left: 50%;
    margin-left: 500px;
}

.pagetop p a {
    width: 65px;
    height: 65px;
    display: block;
    background: url('img/12.png') no-repeat;
    background-size: 65px 65px;
}

.pagetop p a:hover {
    width: 65px;
    height: 65px;
    display: block;
    background: url('img/13.png') no-repeat;
    background-size: 65px 65px;
}
.si_none {
    font-size: 12px;
}

.teiin {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border: solid 3px #9f0710;
    color: #9f0710;
    padding: 15px 0;
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
}

/*footer*/

footer {
    width: 100%;
    background: #333;
}

footer small {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin: 50px 0;
}

footer small h3 {
    font-size: 16px;
}

footer small span {
    display: block;
    font-size: 12px;
}

#application p.kijitsu {
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
}
div .entry_bt {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px 0;
}
div .entry_bt p {
    width: 46%;
    display: inline-block;
}
div .entry_bt p:nth-child(1) {
    margin-right: 20px;
}
div .entry_bt p img {
    width: 100%;
}

@media (max-width: 1250px) {
    div.in {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        overflow: hidden;
        box-sizing: border-box;
        margin-top: 20px;
    }
    /*pagetop*/
    .pagetop p {
        position: static;
        float: right;
    }
}

@media (max-width: 980px) {
    #contact p:nth-child(2) {
        float: none;
        margin-bottom: 15px;
    }
    #contact p:last-child {
        float: none;
    }
}

@media (max-width: 870px) {
    #talent .wap01 dd {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all 0.4s;
        box-sizing: border-box;
        z-index: 101;
    }
    .menu-trigger {
        position: absolute;
        width: 40px;
        height: 34px;
        right: 10px;
        margin-top: 20px;
        top: 0;
        right: 10px;
    }
    .menu-trigger span {
        position: absolute;
        width: 100%;
        height: 4px;
        background-color: #9f0710;
        border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 15px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(15px) rotate(-45deg);
        transform: translateY(15px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }
    .menu-trigger.active span:nth-of-type(3) {
        opacity: 0;
    }
    .or_active #overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 0;
        background: rgba(159, 7, 16, 0.5);
    }
    /*header*/
    header .in nav,
    header nav + p {
        display: none;
    }
    header {
        overflow: visible;
        height: auto;
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 10;
    }
    header .in {
        padding: 0;
    }
    header h1 {
        margin-left: 10px;
        width: 30%;
        margin-top: 0px;
    }
    article h1 {
        width: 100%;
    }
    header #hamburger {
        width: 100%;
        margin-top: 0;
        box-sizing: border-box;
        padding: 0px 0px 0px 0px;
        position: absolute;
        z-index: 100;
    }
    header #hamburger nav {
        background: #fff;
        padding: 0 10px;
    }
    header #hamburger ul {
        text-align: left;
        box-sizing: border-box;
        border-top: solid 1px #cccccc;
    }
    header #hamburger li {
        font-size: 20px;
        font-weight: bold;
        box-sizing: border-box;
        border-bottom: solid 1px #cccccc;
    }
    header #hamburger li a {
        display: block;
        padding: 15px 0;
        background: url('img/sp/menu_arrow.png') no-repeat top 50% right 10px;
        background-size: 16px;
        border-left: solid 10px #877d43;
        box-sizing: border-box;
        padding-left: 20px;
        margin: 1px 0;
    }
    header #hamburger .sub {
        text-align: center;
        border: none;
        padding: 5px;
    }
    header #hamburger .sub li {
        display: inline-block;
        font-weight: normal;
        padding: 0;
        border: none;
        height: auto;
        font-size: 14px;
    }
    header #hamburger .sub li a {
        padding: 3px;
        text-decoration: underline;
        font-size: 14px;
        display: inline-block;
        margin-right: 1em;
        color: #666666;
        background: none;
        border: none;
    }
    header #hamburger .sub li:last-child {
        margin-right: 0;
    }
    /*pagetop*/
    /*footer*/
    footer small {
        display: block;
        height: 60px;
        font-size: 10px;
        line-height: 21px;
        text-align: left;
    }
    div .entry_bt p:nth-child(1) {
        margin-right: 0px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    div .entry_bt p {
        width: 80%;
        display: inline-block;
        display: block;
        margin: 0 auto;
    }
    div .entry_bt p img {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .pc_only {
        display: block;
    }
    .sp_only {
        display: none;
    }
    .profile_main {
        display: block !important;
    }
}

@media (max-width: 960px) {
    /* #talent .wap01 h3 span {
        display: block;
        padding-left: 0;
        margin-top: 5px;
    } */
    /* #place .wap01 {
        float: none;
    } */
    #place .wap02 {
        padding-left: 0px;
        width: 100%;
    }
    #place h2 {
        width: auto;
        display: inline-block;
    }
    #talent .wap01 dl {
        font-size: 16px;
    }
}

@media (max-width: 888px) {
    #talent h2,
    #place h2 {
        padding: 10px 10px;
    }
}

@media (max-width: 768px) {
    article {
        padding-top: 92px;
    }
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }

    #time .timelist {
        font-size: 15px;
        font-weight: bold;
        width: 100%;
        overflow: hidden;
        line-height: 1.5em;
        margin-top: 15px;
    }
    #time {
        margin-bottom: 30px;
        /*一時的なmargin-bottom:*/
    }
    #talent h1,
    #place h1,
    #price h1,
    #application h1,
    #notes h1,
    #time h1,
    #contact h1 {
        font-size: 16px;
        padding: 15px 2%;
        line-height: 1em;
    }
    #talent h1 span,
    #place h1 span,
    #price h1 span,
    #application h1 span,
    #notes h1 span {
        font-size: 14px;
    }
    #talent .wap01 {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }
    #talent .in .wap01 h3 + p {
        width: 50.92%;
    }
    #talent .in .wap01 dl {
        width: 46%;
    }
    #talent .in .wap01 dl dt,
    #talent .in .wap01 dl dd {
        font-size: 14px;
        display: block;
        float: none;
        width: 100%;
    }
    #talent .in .wap01 dl::after {
        content: '';
        width: 100%;
        clear: both;
    }
    #talent .wap02 {
        width: 100%;
    }
    #talent .wap02 p {
        width: 8%;
    }
    #talent p.red {
        font-size: 14px;
    }
    #talent .wap01 h3 {
        font-size: 19px;
        font-weight: normal;
    }
    /* #talent .wap01 h3 span {
        font-size: 14px;
        display: inline-block;
        padding-left: 1em;
    } */
    .title_line {
        display: block;
        padding: 10px;
        background: url(img/sp/icon_plus.png) no-repeat top 50% right 10px #f9f0dc;
        background-size: 35px;
        cursor: pointer;
    }
    .title_line.on {
        background: url(img/sp/icon_minus.png) no-repeat top 50% right 10px #f9f0dc;
        background-size: 35px;
    }
    .title_line p {
        width: 80px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }
    #talent .wap01 .title_line h3 {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    /* #talent .wap01 .title_line h3 span {
        font-size: 12px;
        display: block;
        padding: 0;
    } */
    .profile_main {
        padding: 20px 10px;
        background: #eeeeee;
        display: none;
    }
    .table04 {
        margin-top: 30px;
        width: 100%;
        overflow: hidden;
    }
    .table04 th {
        display: none;
    }
    .table04 h3 {
        padding: 10px;
        font-weight: bold;
        border: 1px solid #333333;
        background: #eeeeee;
        width: 120px;
        vertical-align: middle;
        text-align: center;
        box-sizing: border-box;
        display: block;
        border-bottom: none;
        text-align: center;
        width: 100%;
    }
    .table04 .table04_01 {
        width: 99.99%;
        float: none;
        margin-bottom: 20px;
    }
    .table04 .table04_02 {
        width: 99.99%;
        float: none;
        border-left: 1px solid #333333;
    }
    .table04 table {
        border: solid 1px #333333;
    }
    .table04 .table04_02 td.td02,
    .table04 .table04_01 td.td01 {
        display: table-cell;
        width: 200px;
    }
    .table04 .table04_01 td,
    .table04 .table04_02 td {
        border-right: 1px solid #333333;
    }
    #place h1 {
        margin-bottom: 30px;
    }
    #place h1 + p {
        font-size: 15px;
        margin: 0px 0 15px 0;
    }
    #place h1 + p + p {
        font-size: 14px;
        margin: 0 0 0 0;
    }
    #talent h2,
    #place h2,
    #price h2,
    #notes h2 {
        font-size: 13px;
        text-align: center;
        width: 100%;
        font-weight: normal;
        margin-top: 20px;
        padding: 10px 0;
        box-sizing: border-box;
    }
    #place .wap01 {
        width: 100%;
        float: none;
    }
    div.in div.in {
        padding: 0px;
    }
    #place .wap01 iframe {
        margin: 0 auto;
    }
    #place .wap02 {
        width: 100%;
        float: none;
        margin: 10px 0;
    }
    #place .wap02 p {
        font-size: 14px;
    }
    .map {
        display: inline-block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    #place .wap02 p:nth-child(3) a {
        padding-left: 0;
        text-align: center;
        font-size: 16px;
        width: 100%;
    }
    #place .wap02 p:last-child a {
        padding-left: 0;
        text-align: center;
        font-size: 16px;
        width: 100%;
    }
    #place .wap02 p:nth-child(2) {
        margin-bottom: 20px;
    }
    #place .wap02 p:nth-child(3) {
        width: 48%;
        float: left;
    }
    #place .wap02 p:last-child {
        width: 48%;
        float: right;
    }
    .tokuten p {
        font-size: 14px;
    }
    .numberlist h2 {
        font-size: 16px;
    }
    .side {
        width: 100%;
        float: none;
    }
    .qrimg_box {
        width: 50%;
        margin: 0 auto;
        float: none;
        padding-top: 10px;
        display: none;
    }
    #application p {
        font-size: 14px;
    }
    #notes li {
        font-size: 14px;
    }
    #notes p {
        font-size: 14px;
    }
    #contact p:nth-child(2) {
        font-size: 20px;
        float: none;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    #contact p span {
        display: block;
    }
    #contact p:last-child {
        font-size: 30px;
        float: none;
    }
    .cautionlist li {
        font-size: 14px;
    }
    .cautionlist li:before {
        margin-right: 0.2em;
    }
    #notes li::before {
        margin-right: 0.5em;
    }
    #price p {
        font-size: 14px;
    }
    #tokuten p {
        font-size: 14px;
    }
    #talent .in .wap01 .emergency {
        font-size: 18px;
        margin-top: 10px;
        color: #f33065;
        display: block;
    }
    #talent .in .wap01 .sign {
        width: 50.92%;
    }
    #contact div.tel_box p:last-child {
        font-size: 30px;
        margin-top: 10px;
    }
    .si_none {
        padding-left: 10px;
        width: 46%;
        float: right;
    }
    #application p.kijitsu {
        font-size: 24px;
        color: #ff0000;
        font-weight: bold;
    }
    .teiin {
        font-size: 20px;
        padding: 10px 0;
    }
}

@media (max-width: 640px) {
    header h1 {
        margin-left: 10px;
        width: 40%;
    }
    rticle p:last-child {
        width: 92.18%;
        float: none;
        padding: 0;
        margin: 0;
    }
    article p:nth-child(2) {
        width: 92.18%;
        float: none;
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 640px) {
    article {
        height: 380px;
        position: relative;
    }
    article h1 {
        padding-bottom: 0px;
    }
    article p {
        position: relative;
        bottom: 40px;
        position: absolute;
    }
}

@media (max-width: 480px) {
    header h1 {
        margin-left: 10px;
        width: 50%;
    }
    #talent .in .wap01 h3 + p {
        margin-bottom: 0;
    }
    #talent .wap02 p {
        width: 10%;
    }
    div .entry_bt p {
        width: 90%;
    }
}

/* 辻りりささんの辻の字の調整用クラス */
.sans-s {
    font-family: sans-serif;
}
/* @media (max-width: 768px) {
    .sans-s {
        font-size: 1.6rem;
    }
} */
