@charset "utf-8";

body {
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: #fff;
}

body, text {
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 2;
    font-size: 17px;
    margin: 0;
    color: #514a40;
}
@media (max-width: 1200px) {

}
@media (max-width: 800px) {
body, text {
    font-size: 14px;
}
}

a {
    text-decoration: none;
    color: #514a40;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

label, button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
    color: #a49c91;
}

::-moz-focus-inner {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    width: 100%;
}

h1, h2, h3, h4 {
    margin: 0;
    font-size: 100%;
    font-weight: 500;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input, input [type="text"], textarea {
    font-size: 16px;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

address {
    font-style: normal;
}

 a img {-webkit-transition: all .3s; transition: all .3s;}
 a img:hover {opacity: 0.6; filter: brightness(110%);}


/* Common
-----------------------------------------------------*/
.contents_wrap {
    padding: 100px 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap {
    padding: 60px 0;
}
}

.contents_wrap2 {
    padding: 0 0 10%;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap2 {
    padding: 0 0 60px;
}
}

.contents_inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


/* main visual area
-----------------------------------------------------*/
.firtview_wrap {
    background-image: url(/image/mv_pc.png);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 35vw;
    max-height: 470px;
    max-width: 1200px;
    width: 90%;
    margin: 200px auto 0;
    position: relative;
}
@media (max-width: 800px) {
.firtview_wrap {
    background-image: url(/image/mv_sp.png);
    height: 120vw;
    max-height: 3000px;
    margin: 50px auto 0;
}
}

.header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9000;
    max-width: 1400px;
    width: 90%;
}

.header_inner {
    margin: 30px auto;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 800px) {
.header_inner {
    margin: 10px auto;
}
}

.main_navi_wrap {
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 100px;
}

.main_navi li {
    float: left;
    letter-spacing: 5px;
}

.main_navi li a {
    padding: 15px 13px;
    display: inline-block;
    font-weight: 700;
}

.main_navi li a:hover {
    color: #898882;
    text-decoration: underline;
}

.main_navi li:last-child {
    border-radius: 100px;
    padding: 0 20px;
    margin: 0 0 0 10px;
    background-color: #ffdd00;
}

.h1_logo {
    width: 20%;
    position: absolute;
    right: 18%;
    bottom: 19%;
}
@media (max-width: 800px) {
.h1_logo {
    width: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
}


/* sp navi
-----------------------------------------------------*/
.gloval_menu {
    position: fixed;
    z-index: 9500;
    cursor: pointer;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
}

.menu_line {
    background-color: #4e4e4e;
    display: block;
    height: 2px;
    left: 15px;
    position: absolute;
    transition: transform .5s;
    width: 50%;
}

.menu_line_top {
    top: 18px;
}

.menu_line_center {
    top: 28px;
}

.menu_line_bottom {
    top: 38px;
}

.menu_line_top.active {
    top: 28px;
    transform: rotate(45deg);
}

.menu_line_center.active {
    top: 28px;
    transform: scaleX(0);
}

.menu_line_bottom.active {
    top: 28px;
    transform: rotate(135deg);
}

.gloval_nav {
    background-color: rgba(255, 255, 255, 1);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    z-index: 9400;
}

.gloval_nav_wrap {
    height: 100%;
    width: 100%;
    margin: 60px 0 20px;
}

.gloval_nav_menu li a {
    margin: 5px auto;
    padding: 13px 0;
    width: 80%;
    text-decoration: none;
    text-align: center;
    display: block;
    letter-spacing: 4px;
    border-radius: 5px;
    font-size: 110%;
    font-weight: 700;
}

@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.sp_tel img {
    display: block;
    width: 44px;
    margin: 30px auto 10px;
    border-radius: 0;
}

.tel_denwa a {
    display: block;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 5px;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
    padding: 15px 0;
    background-color: rgba(68, 52, 19, .1);
}


/* top page
-----------------------------------------------------*/
.orange_bg {
    background-color: #fffbe8;
    padding: 100px 0;
}
.contact_page .orange_bg {
    background-color: #fffbe8;
    padding: 100px 0 0;
}
.contact_page footer .orange_bg {
    background-color: #fffbe8;
    padding: 100px 0;
}
@media (max-width: 800px) {
.orange_bg {
    padding: 50px 0;
}
.contact_page .orange_bg {
    background-color: #fffbe8;
    padding: 50px 0 0;
}
.contact_page footer .orange_bg {
    background-color: #fffbe8;
    padding: 50px 0;
}
}

.message_photo {
    width: 60%;
    margin: 70px auto 0;
    display: block;
}
@media (max-width: 800px) {
.message_photo {
    width: 90%;
    margin: 30px auto 0;
}
}

.icon_wrap {
    position: relative;
    margin: 100px 0;
}
@media (max-width: 800px) {
.icon_wrap {
    margin: 50px 0;
}
}

.contact_page .icon_wrap {
    position: relative;
    margin: 100px 0 0;
}
@media (max-width: 800px) {
.contact_page .icon_wrap {
    margin: 50px 0 0;
}
}

.icon_mv, .icon_ms {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.icon_mv1 {
    background-image: url(/image/icon01.png);
    top: 0;
    left: 0;
    width: 12%;
    height: 28%;
}
@media (max-width: 800px) {
.icon_mv1 {
    width: 26%;
    height: 16%;
}
}

.icon_mv2 {
    background-image: url(/image/icon10.png);
    bottom: 0;
    left: 40%;
    width: 12%;
    height: 31%;
}
@media (max-width: 800px) {
.icon_mv2 {
    bottom: 45%;
    left: 76%;
    width: 23%;
    height: 16%;
}
}

.icon_mv3 {
    background-image: url(/image/icon02.png);
    top: 0;
    right: 15%;
    width: 12%;
    height: 12vw;
    max-width: 200px;
    max-height: 200px;
}
@media (max-width: 800px) {
.icon_mv3 {
    right: 7%;
    width: 100px;
    height: 100px;
}
}

.icon_mv4 {
    background-image: url(/image/icon03.png);
    bottom: 0;
    left: 15%;
    width: 13%;
    height: 13vw;
    max-width: 210px;
    max-height: 210px;
}
@media (max-width: 800px) {
.icon_mv4 {
    left: 7%;
    width: 100px;
    height: 100px;
}
}

.icon_mv5 {
    background-image: url(/image/icon04.png);
    bottom: 0;
    right: 15%;
    width: 12%;
    height: 12vw;
    max-width: 200px;
    max-height: 200px;
}
@media (max-width: 800px) {
.icon_mv5 {
    right: 7%;
    width: 100px;
    height: 100px;
}
}

.icon_mv6 {
    background-image: url(/image/icon05.png);
    top: 0;
    left: 15%;
    width: 11%;
    height: 11vw;
    max-width: 200px;
    max-height: 200px;
}
@media (max-width: 800px) {
.icon_mv6 {
    left: 7%;
    width: 100px;
    height: 100px;
}
}

.icon_mv7 {
    background-image: url(/image/icon06.png);
    top: 0;
    right: 15%;
    width: 10%;
    height: 10vw;
    max-width: 170px;
    max-height: 170px;
}
@media (max-width: 800px) {
.icon_mv7 {
    right: 7%;
    width: 80px;
    height: 80px;
}
}

.teacher_wrap {
    overflow: hidden;
    margin: 0 0 100px;
}
@media (max-width: 800px) {
.teacher_wrap {
    margin: 0 0 70px;
}
}

.teacher_left {
    float: left;
    width: 47%;
}
@media (max-width: 800px) {
.teacher_left {
    float: none;
    width: 100%;
    margin: 0 0 50px;
}
}

.teacher_right {
    float: right;
    width: 47%;
}
@media (max-width: 800px) {
.teacher_right {
    float: none;
    width: 100%;
}
}

.teacher_photo {
    width: 70%;
    margin: 0 auto 30px;
    display: block;
}

.name {
    font-size: 120%;
    font-weight: 700;
    margin: 0 0 30px;
    text-align: center;
}
@media (max-width: 800px) {
.name {
    margin: 0 0 10px;
}
}

.text {
    margin: 0 0 50px;
}
@media (max-width: 800px) {
.text {
    margin: 0 0 30px;
}
}

.grid_box {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
.grid_box {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
}
}

.grid_inner {
    position: relative;
    padding: 30px 0 0;
    display: grid;
    grid-template-rows: subgrid;
}

.voice_no {
    position: absolute;
    top: 0;
    left: 30px;
    width: 60px;
    z-index: 300;
}

.review_box {
    border: 1px solid #ffdd00;
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 30px 90px;
    line-height: 1.6;
    position: relative;
}

.voice_title {
    font-size: 110%;
    font-weight: 700;
    margin: 0 0 10px;
}

.more_btn {
    background-color: #ffdd00;
    color: #514a40;
    border-radius: 100px;
    margin: 30px 0 0;
    display: block;
    padding: 10px 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 30px;
}

.modal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: grid;
    place-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 11000;
}

.modal-content {
    background-color: #fff;
    padding: 60px 30px 30px 40px;
    border-radius: 30px;
    transform: scale(0.9);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    width: 90%;
    max-width: 1000px;
    height: auto;
    max-height: 70%;
    overflow-y: scroll;
}
@media (max-width: 800px) {
.modal-content {
    padding: 60px 20px 10px 20px;
}
}

.modal.show {
    opacity: 1;
    pointer-events: auto;
}

.modal.show .modal-content {
    transform: scale(1);
    opacity: 1;
}

.modal.hidden {
    display: none;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #ffdd00;
    color: #514a40;
    padding: 8px 18px 11px;
    border-radius: 100px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
}


/* sub page
-----------------------------------------------------*/
.subpage main {
    margin: 40px 0 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.subpage main {
    margin: 0;
}
}

.inst_wrap {
    padding: 60px 0 0;
    position: relative;
}
@media (max-width: 800px) {
.inst_wrap {
    padding: 40px 0 0;
}
}

.inst_wrap_mgn {
    margin: 30px 0 0;
}

.inst_inner {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px;
}
@media (max-width: 800px) {
.inst_inner {
    padding: 20px;
}
}

.subpage_icon_mv1 {
    background-image: url(/image/icon01.png);
    top: 0;
    right: 5%;
    width: 120px;
    height: 120px;
}
@media (max-width: 800px) {
.subpage_icon_mv1 {
    right: 7%;
    width: 80px;
    height: 80px;
}
}

.subpage_icon_mv2 {
    background-image: url(/image/icon02.png);
    top: 0;
    right: 5%;
    width: 130px;
    height: 130px;
}
@media (max-width: 800px) {
.subpage_icon_mv2 {
    right: 3%;
    width: 105px;
    height: 105px;
}
}

.subpage_icon_mv3 {
    background-image: url(/image/icon07.png);
    top: 0;
    right: 5%;
    width: 110px;
    height: 110px;
}
@media (max-width: 800px) {
.subpage_icon_mv3 {
    right: 7%;
    width: 85px;
    height: 85px;
}
}

.subpage_icon_mv4 {
    background-image: url(/image/icon08.png);
    top: 0;
    right: 5%;
    width: 110px;
    height: 110px;
}
@media (max-width: 800px) {
.subpage_icon_mv4 {
    right: 7%;
    width: 85px;
    height: 85px;
}
}

.subpage_icon_mv5 {
    background-image: url(/image/icon09.png);
    top: 0;
    right: 5%;
    width: 90px;
    height: 90px;
}
@media (max-width: 800px) {
.subpage_icon_mv5 {
    right: 7%;
    width: 75px;
    height: 75px;
}
}

.subpage_block_title {
    margin: 0 0 30px;
    padding: 10px 0 10px 150px;
    font-size: 25px;
    background-size: 130px;
    background-position: left center;
    background-repeat: no-repeat;
}
@media (max-width: 800px) {
.subpage_block_title {
    margin: 0 0 20px;
    padding: 14px 0 14px 100px;
    font-size: 17px;
    line-height: 20px;
    background-size: 90px;
}
}

.icon_regular {
    background-image: url(/image/contents_no_01.png);
}
.icon_kisetu {
    background-image: url(/image/contents_no_02.png);
}
.icon_jishu {
    background-image: url(/image/contents_no_03.png);
}
.icon_event {
    background-image: url(/image/contents_no_04.png);
}
.icon_online {
    background-image: url(/image/contents_no_05.png);
}

.inst_subwrap {
    overflow: hidden;
    border-radius: 30px;
    background-color: #f9f8f4;
    padding: 30px;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 800px) {
.inst_subwrap {
    display: block;
    border-radius: 20px;
    padding: 20px;
}
}

.inst_2nd_title {
    width: 160px;
    background-color: #ffdd00;
    border-radius: 100px;
    padding: 8px 0;
    margin: 0 0 20px;
}
@media (max-width: 800px) {
.inst_2nd_title {
    width: 130px;
    margin: 0 0 20px;
}
}

.inst_2nd_title img {
    width: 60%;
    margin: 0 auto;
    display: block;
}

.inst_box {
    margin: 30px 0 0;
}
@media (max-width: 800px) {
.inst_box {
    margin: 20px 0 0;
}
}

.kamoku {
    font-size: 110%;
    font-weight: 700;
}

.inst_left {
    width: 52%;
}
@media (max-width: 800px) {
.inst_left {
    width: 100%;
    margin: 0 0 30px;
}
}

.inst_right {
    width: 43%;
}
@media (max-width: 800px) {
.inst_right {
    width: 100%;
}
}

.subpage .more_btn {
    background-color: #e0dcd7;
    color: #514a40;
    border-radius: 100px;
    margin: 20px 0 0;
    display: block;
    padding: 10px 20px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    position: static;
}

.eve_photo_wrap {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: 30px auto 0;
}
@media (max-width: 800px) {
.eve_photo_wrap {
    width: 100%;
    margin: 30px auto 0;
}
}

.eve_photo_wrap img {
    display: block;
    width: 45%;
}

.price_wrap {
    display: grid;
    row-gap: 0;
    column-gap: 6%;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 800px) {
.price_wrap {
    margin: 0 auto 10px;
    display: grid;
    row-gap: 20px;
    column-gap: 0;
    grid-template-columns: repeat(1, 1fr);
}
}

.price_text {
    margin: 30px 0 100px;
    text-indent: -1em;
    padding-left: 1em;
}
@media (max-width: 800px) {
.price_text {
    margin: 20px 0 50px;
}
}

.price_text p {
    margin: 0;
    font-size: 90%;
}

.price_wrap_left {
    padding: 40px 0 0;
    display: flex;
    position: relative;
}

.price_wrap_right {
    padding: 40px 0 0;
    display: flex;
    position: relative;
}

.price_inner {
    background-color: #f9f8f4;
    border-radius: 30px;
    padding: 40px 30px 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.icon_bikkuri {
    width: 65px;
    position: absolute;
    top: 0;
    left: 20px;
}


/* contact area
-----------------------------------------------------*/
#formWrap {
    margin: 80px auto;
}
@media (max-width: 800px) {
#formWrap {
    margin: 50px auto;
}
}

#formbutton {
    cursor: pointer;
    -webkit-appearance: none;
    width: 200px;
    padding: 15px 0;
    margin: 0 5px;
    background-color: #ffdd00;
    border: 2px solid #ffdd00;
    border-radius: 100px;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
    transition: .2s;
    color: #514a40;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 100%;
    font-weight: 700;
}
@media (max-width: 800px) {
#formbutton {
    width: 140px;
    padding: 12px 0;
}
}

#formbutton:hover {
    background-color: #fff;
    border: 2px solid #ffdd00;
    color: #514a40;
}

.input_wrap {
    margin: 5px 0 40px;
}
@media (max-width: 800px) {
.input_wrap {
    margin: 5px 0 20px;
}
}

.input_wrap2 {
    margin: 5px 0 80px;
}
@media (max-width: 800px) {
.input_wrap2 {
    margin: 5px 0 60px;
}
}

.input_area {
    width: 100%;
    background-color: #fff;
    border: none;
    height: 60px;
    margin: 4px 0 0;
    padding: 10px 20px;
    -webkit-appearance: none;
    border-radius: 20px;
    border: 1px solid #ffdd00;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 800px) {
.input_area {
    height: 40px;
    padding: 5px 10px;
    border-radius: 15px;
}
}

.input_sub_text {
    font-size: 90%;
    margin: 5px 0 0;
}

.input_area2 {
    width:100%;
    background-color: #fff;
    border: none;
    padding: 20px 20px;
    -webkit-appearance: none;
    border-radius: 25px;
    border: 1px solid #ffdd00;
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin: 5px 0 0;
}
@media (max-width: 800px) {
.input_area2 {
    padding: 5px 10px;
}
}

input[type="text"]:focus {
    outline: none;
    border: 1px solid #ccc;
}

textarea:focus {
    outline: none;
    border: 1px solid #ccc;
}

::placeholder {
    letter-spacing: 2px;
    color: #514a40;
    font-family: "Zen Maru Gothic", sans-serif;
}
@media (max-width: 800px) {
::placeholder {
    font-size: 14px;
}
}

.hissu {
    color: #cf4e0e;
    font-size: 80%;
}
@media (max-width: 800px) {
.hissu {
    font-size: 13px;
}
}

.policy {
    margin-top: 50px;
}
@media (max-width: 800px) {
.policy {
    margin-top: 30px;
}
}

.policy1 {
    margin-bottom: 10px;
    text-align: center;
}

.policy2 {
    font-size: 90%;
    text-align: center;
}
@media (max-width: 800px) {
.policy2 {
    text-align: left;
}
}

.error_messe {
    margin: 5px 0;
    color: #d79555;
    font-weight: 700;
}


/* footer area
-----------------------------------------------------*/
.access_wrap {
    overflow: hidden;
    margin: 0 0 50px;
    display: flex;
}
@media (max-width: 800px) {
.access_wrap {
    display: block;
}
}

.access_left {
    float: left;
    width: 380px;
}
@media (max-width: 800px) {
.access_left {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}
}

.access_right {
    float: right;
    width: 55%;
    flex: 1;
}
@media (max-width: 800px) {
.access_right {
    float: none;
    width: 100%;
    flex: 1;
}
}

.sns_area {
    margin: 20px 0 0;
}

.sns_icon {
    display: inline-block;
    width: 50px;
}

.copy {
    text-align: center;
    font-size: 80%;
}
@media (max-width: 800px) {
.copy {
    margin: 0 0 90px;
}
.contact_page .copy {
    margin: 0 ;
}
}

.map {
    position: relative;
    width: 100%;
    padding-top: 300px;
}
@media (max-width: 800px) {
.map {
    padding-top: 230px;
}
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* animation
-----------------------------------------------------*/
.animated_image {
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.6s ease;
}

.animated_image.visible {
    opacity: 1;
    transform: scale(1);
    animation: pop 0.6s ease;
}

@keyframes pop {
0% {
    transform: scale(0.7);
}
60% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}

.fade_img {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}
.fade_in {
    opacity: 1;
    transform: translateY(0);
}

.yurayura {
    display: inline-block;
    animation: yurayura 1.8s infinite;
}

@keyframes yurayura {
0% {
    transform: rotate(10deg);
}
50% {
    transform: rotate(-10deg);
}
100% {
    transform: rotate(10deg);
}
}

.cta {
    bottom: -150px;
    opacity: 0;
    position: fixed;
    z-index: 100;
    width: 250px;
    right: 20px;
    padding: 0 0 20px;
}

@media (max-width: 800px) {
.cta {
    width: 180px;
    right: 0;
    left: 0;
    margin: auto;
}
}

.cta_text {
    margin: 0 auto 20px;
    width: 90%;
}

.chevron {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
50% {
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }}

@keyframes pulse {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);}
50% {
-webkit-transform: translate(0, 10px);
transform: translate(0, 10px);}
  100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);}}

.cta img {
    border-radius: 100px;
}


/* other
-----------------------------------------------------*/
.block_title_wrap {
    margin: 0 0 50px;
}
@media (max-width: 800px) {
.block_title_wrap {
    margin: 0 0 30px;
}
}

.block_title_ja {
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 40px;
    margin: 0 0 20px;
}
@media (max-width: 800px) {
.block_title_ja {
    font-size: 25px;
    line-height: 20px;
    margin: 0 0 5px;
}
}

.block_title_en {
    text-align: center;
    font-size: 25px;
    color: #ffd200;
    line-height: 25px;
}
@media (max-width: 800px) {
.block_title_en {
    font-size: 15px;
}
}

.center, .center2 {
    text-align: center;
}

@media (max-width: 800px) {
.center2 {
    text-align: left;
}
}

.anc {
    padding-top: 150px;
    margin-top: -150px;
}

@media (max-width: 800px) {
.anc {
    padding-top: 30px;
    margin-top: -30px;
}
}

.weve_up {
    background-image: url(/image/namisen_ue.jpg);
    background-repeat: repeat-x;
    background-size: 200px;
    background-position: bottom;
    height: 75px;
}
@media (max-width: 800px) {
.weve_up {
    background-size: 100px;
    height: 45px;
}
}

.weve_down {
    background-image: url(/image/namisen_sita.jpg);
    background-repeat: repeat-x;
    background-size: 200px;
    background-position: top;
    height: 75px;
}
@media (max-width: 800px) {
.weve_down {
    background-size: 100px;
    height: 45px;
}
}

.link_btn {
    max-width: 460px;
    width: 20vmax;
    margin: 50px 0 0;
}
@media (max-width: 800px) {
.link_btn {
    width: 250px;
    margin-top: 30px;
}
}

.link_btn a {
    padding: 15px 30px;
    background-color: #ffdd00;
    border: 2px solid #ffdd00;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
    letter-spacing: 2px;
    text-indent: 2px;
    font-weight: 700;
}
@media (max-width: 800px) {
.link_btn a {
    width: 250px;
}
}

.link_btn a:hover {
    border: 2px solid #ffdd00;
    background-color: #fff;
    color: #514a40;
}


/* under 800
-----------------------------------------------------*/
@media (max-width: 800px) {
.pc {
    display: none;
}
}

/* over 801
-----------------------------------------------------*/
@media (min-width: 801px) {
.sp {
    display: none;
}
}











































