@charset “UTF-8”;

@font-face {
    font-family: 'MyFont';
    src: url('../font/KswGyosho.ttf');
}

.top_text {
    font-family: 'MyFont';
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .top_text {
        font-family: 'MyFont';
        margin: auto;
        text-align: center;
    }
}

.top_text1 {
    font-size: 3rem;
    line-height: 140%;

    font-size: 3.5rem;
    letter-spacing: -0.2rem;
}

.top_text2 {
    margin: 0;
    margin: 10px 0;
    font-size: 1.8rem;
    line-height: 140%;
}

.top_text3 {
    margin: 0;
    margin: 60px 0 10px 0px;
    font-size: 2.8rem;
    line-height: 140%;
}

@media screen and (max-width: 768px) {
    .top_text3 {
        margin: 0;
        /*        margin: 60px 0 10px 0px;*/
        font-size: 2.8rem;
        line-height: 140%;
    }
}


.top_text4 {
    margin: 0;
    margin: 10px 0 10px 50px;
    font-size: 1.8rem;
    line-height: 140%;
    letter-spacing: -0.2rem;
}

.wp_top_text4 {
    margin: 10px 0 10px 5.5em;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
    font-family: "Crimson Text", "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

main {
    background: url("../images/background2.png");
    background-size: 100%;
}

a {
    color: black;
    text-decoration: none;
}

span {
    font-weight: bold
}

ul {
    list-style: none
}

p {
    font-size: 14px;
}

h1,
h2,
h3,
h4 {
    font-weight: normal
}

.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inline {
    display: inline-block;
    vertical-align: top
}

.wrap {
    max-width: 1040px;
    margin: 0 auto;
}

.wrap2 {
    max-width: 1150px;
    margin: 0 auto;
}

.container {
    max-width: 1040px;
    margin: 0 auto;
}

.main_img {
    display: block;
    background: url("../images/main1.JPG");
    background-size: 100%;
    background-position: center;
    margin: auto;
    width: 100%;
    height: 500px;
}

.navi-in {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.icon {
    padding-top: 40px;
    padding-bottom: 10px;
    display: block;
    width: 40px;
    height: 40px;
}

.circle {
    position: relative;
    top: 30px;
    left: -15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: skyblue;
    font-size: 1rem;
    color: #3e3a39;
    background: white;
    /*背景色*/
    text-align: center;
    z-index: 100;
}

.circle span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    text-align: center;
}

@media screen and (min-width:980px) {
    .icon_area {
        position: absolute;
        top: 100px;
        right: 30px;
    }
}

/* メニューの余白・幅・高さ指定 */
.navi-in ul li {
    line-height: 1.2;
    display: inline-block;
}

/* ナビ領域下余白 */
.navi-in {
    padding-bottom: 1em;
}

.navi-in ul li a {
    width: 40px;
    height: 150px;
    display: block;
    margin: 10px 20px;
}

/* 1つ目 */
.navi-in > ul > li:nth-child(1) > a {
    background: url("../images/logo.png") no-repeat;
    width: 130px;
    height: 210px;
}


/* 9つ目 */
.navi-in > ul > li:nth-child(9) > a {
    width: 50px;
    height: 100px;
}

/* ------------------------------------------------------- */
.hm_menu_check {
    /* チェックボックスを隠す */
    display: none;
}

[type="checkbox"],
[type="radio"] {
    display: none;
}

.hm_wrap {
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    z-index: 100000;
}

.hm_title {
    /* ハンバーガーメニューオープン時の見出し */
    position: relative;
    color: #999;
    display: inline-block;
    float: left;
    font-weight: 100;
    line-height: 30px;
    margin: 0 0 0 15px;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.6s;
    transition: opacity 0.5s, -webkit-transform 0.6s;
    -o-transition: transform 0.6s, opacity 0.5s;
    transition: transform 0.6s, opacity 0.5s;
    transition: transform 0.6s, opacity 0.5s, -webkit-transform 0.6s;
    z-index: 2;
}

/* ▽▽メニューボタン▽▽ */
.hm_btn {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    float: left;
    z-index: 2;
}

.hm_btn::before {
    -webkit-box-shadow: #000 0 12px 0;
    box-shadow: #000 0 12px 0;
}

.hm_btn::after {
    bottom: 0;
}

.hm_btn::before,
.hm_btn::after {
    width: 30px;
    height: 6px;
    background: #000;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    -o-transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s, -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
}

/* △△メニューボタン△△ */
.hm_menu_wrap {
    width: 70%;
    height: 100vh;
    overflow: auto;
    position: absolute;
    left: -100%;
    top: 0;
    -webkit-transition: left 0.4s;
    -o-transition: left 0.4s;
    transition: left 0.4s;
    background-color: white;
}

/* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked ~ .hm_title {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.hm_menu_check:checked ~ .hm_btn::before {
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
    transform: rotate(45deg) translate3d(6px, 11px, 0);
}

.hm_menu_check:checked ~ .hm_btn::after {
    -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
    transform: rotate(-45deg) translate3d(6px, -11px, 0);
}

.hm_menu_check:checked ~ .hm_menu_wrap {
    left: 0;
}

/* △△開閉時のアニメーション△△ */
/* ▽▽メニュー内のリストスタイル▽▽ */
.hm_list {
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0;
}

.hm_list li a {
    font-size: 1.4rem;
    display: block;
    overflow: hidden;
    padding: 22px 22px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.hm_list li a::before {
    /* aタグマウスオーバー時の背景 */
    background: #eee;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition: bottom 0.4s;
    -o-transition: bottom 0.4s;
    transition: bottom 0.4s;
    z-index: -1;
}

.hm_list li a:hover::before {
    bottom: 0;
}

.hm_list li a:hover::after {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* メニュー内のリストスタイル△△ */
.hm_menu_close {
    width: 0;
    height: 0;
    background: #000;
    opacity: 0;
    position: absolute;
    left: 70%;
    top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hm_menu_close label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.hm_menu_check:checked ~ .hm_menu_close {
    width: 30%;
    height: 10000px;
    opacity: 0.8;
}

/* △△ハンバーガーメニュー△△------------------------------------------------------- */
.news {
    width: 250px;
    margin: 30px;
}

.news:hover {
    width: 300px;
}

.text_area {
    width: 250px;
}

.meibutu_title {
    margin: 0;
    width: 100%;
}

.banner {
    margin: auto;
    width: 300px;
    height: 50px;
    margin: 10px 0px;
}

.banner2 {
    margin: 10px auto;
    width: 300px;
    height: 50px;
}

.img_position1 {
    width: 100%;
    position: relative;
}

.img_position2 {
    width: 100%;
    position: relative;
    /*    left: -100px;*/
}

.about_img {
    width: 100%;
    position: relative;
    left: 0%;
}

.meibutu {
    background: url("../images/background4.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.meibutu_box {
    margin: 20px 0px;
}

.meibutu_box2 {
    margin: 20px 20px;
}

.meibutu_box2 img {
    margin: 0px auto;
    width: 100%;
}


.lunch {
    background: url("../images/background5.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.enkai {
    background: url("../images/background4.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
}

.course {
    position: relative;
    margin: auto;
    margin-top: 100px;
    left: -10%;
}

.enkai_box {
    background-image: url("../images/enkai_box.png");
    background-size: 100% 100%;
    width: 70%;
    text-align: center;
    margin: 10px auto;
    padding: 10px 0;
}

.item {
    position: relative;
}

.item1 {
    position: absolute;
    top: -35%;
    right: -20%;
    width: 45%;
}

.item2 {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 35%;
}

.item3 {
    position: absolute;
    top: 60%;
    right: 0;
    width: 20%;
}

.title {
    width: 100%;
}

.content {
    width: 50%;
    margin: 50px 20px;
}

.content2 {
    width: 100%;
    margin: 50px 0px;
}

.content4 {
    width: 40%;
    margin: 50px 20px;
}

.content6 {
    width: 60%;
    margin: 50px 20px;
}

footer {
    margin: 0 auto;
    background-color: #3e3a39;
    color: white;
}

footer h2 {
    font-size: 3.5rem;
}

footer .content {
    margin: 0;
    margin: 20px 0;
}

.footer_text1 {
    color: #3e3a39;
    background-color: white;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    /*
    padding-top: 4px;
    padding-bottom: 2px;
*/
    /*    margin: auto;*/
    height: 40px;
    width: 260px;
}

.footer_text2 {
    margin: 5px 3px 3px 10px;
}

.footerbox {
    margin: 0;
    width: 800px;
    margin: auto;
    padding: 30px 20px;
}

.box {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #fff;
    /* 枠線 */
    margin-bottom: 10px;
    text-align: center;
}

.footer_logo {
    width: 250px;
    margin: 10px;
}

.text_right {
    float: right;
}

.copy {
    text-align: center;
    padding-bottom: 20px;
}

/*--------access--------*/
.heading1 {
    font-size: 5rem;
    font-weight: 500;
    color: white;
    text-align: center;
    letter-spacing: 0.1rem;
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    text-shadow: 2px 2px 5px black;
}

.heading1_sm {
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
    color: white;
    text-align: center;
    letter-spacing: 0.3rem;
    margin-top: 15px;
    text-shadow: 2px 2px 5px black;
}

.heading2 {
    font-size: 2.4rem;
    color: #191525;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.2rem;
    margin-bottom: 40px;
    text-align: center;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.wp_heading {
    font-size: 7em;
    font-family: MyFont;
    text-align: center;
    margin-bottom: 100px;
    line-height: 2.8rem;
}

.wp_heading1 {
    font-size: 7em;
    font-family: MyFont;
    text-align: center;
    margin-bottom: 40px;
    line-height: 2.8rem;
}

.wp_heading2 {
    font-size: 4.5em;
    font-family: MyFont;
    margin-bottom: 30px;
    line-height: 6rem;
    text-align: center;
}

/* PC用 */
@media screen and (min-width: 768px) {
    .wp_heading2 {
        min-height: 120px;
    }
}


.wp_layer1 {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.wp_layer2 {
    padding-top: 130px;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

@media screen and (max-width: 480px) {
    .wp_heading2 {
        font-size: 4.2em;
        font-family: MyFont;
        margin-bottom: 30px;
        padding-bottom: 20px;
        line-height: 6rem;
        text-align: center;
    }
}

/* ------------------------------
About
------------------------------*/
.wp_inner {
    display: flex;
    margin: 50px 0;
}

.wp_in_invert {
    flex-direction: row-reverse;
}

.wp_inner-left {
    width: 50%;
    padding: 5% 2% 0 10%;
}

.wp_inner-right {
    width: 50%;
    padding: 5% 10% 0 2%;
}

.wp_in_invert .wp_inner-left {
    width: 50%;
    padding: 5% 10% 0 2%;
    overflow: hidden;
}

.wp_in_invert .wp_inner-right {
    width: 50%;
    padding: 5% 2% 0 10%;
}

.wp_heading3 {
    font-size: 6.5em;
    margin-bottom: 40px;
    font-family: MyFont;
}

.wp_content {
    font-size: 1.5em;
    font-family: sans-serif;
}

/* ------------------------------
.wp_inner img {
    border-radius: 50%;
    width: 100%;
}
08.11.2019
------------------------------*/
.wp_inner img {

    width: 100%;
}

.lawer_sec {
    padding: 80px 0;
}

.lawer_content_wrap {
    margin-bottom: 60px;
}

.lawer_content_wrap2 {
    margin-bottom: 0px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
    margin-bottom: 0;
}

.lawer_content_inner {
    margin-bottom: 40px;
}

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #c8c7b6;
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #191525;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
}

.table_list_content {
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: #191525;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #191525;
    font-weight: 500;
}

.herf {
    width: 50%;
}

.acd-check {
    display: none;
}

.acd-label {
    background: #333;
    color: #fff;
    display: block;
    margin: 10px;
    margin-bottom: 1px;
    padding: 20px;
    font-size: 1.4rem;
}

.acd-content {
    margin: 10px;
    border: 1px solid #333;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    visibility: hidden;
    overflow: hidden;
}

.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/* ------------------------------
　scene
------------------------------ */
.scene .inner {
    /*    background: rgba(255, 255, 255, 0.5);*/
    /*    box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);*/
    padding: 7px;
    width: 980px;
    margin: 0 auto 40px auto;
}

.scene .inner-box {
    /*    background: #fff;*/
    padding: 50px;
}

.scene .inner-box p {
    font-size: 16px;
}

.bx-wrapper {
    box-shadow: 0 0 0 #fff !important;
    -webkit-box-shadow: 0 0 0 #fff !important;
    box-shadow: 0 0 0px #fff !important;
    border: none !important;
    margin: 0 !important;
    background: #ff0000;
    width: 100% !important;
}

.slider div,
.slider2 div,
.slider3 div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
    color: #fff;
    text-align: center;
}

.pager {
    margin-top: 10px;
    text-align: center;
}


.scene h3 {
    position: relative;

    display: inline-block;
    padding: 0 55px;
    font-size: 22px;
    margin-bottom: 20px;
}

/*    
.scene h3:before, .scene h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #333;
}*/
.scene h3:before {
    left: 0;
}

.scene h3:after {
    right: 0;
}

.scene p {
    text-align: center;
    margin-bottom: 30px;
}

/*--------access end--------*/
/*--------about--------*/
.heading3 {
    color: #191525;
    font-size: 1.8rem;
    text-align: left;
    line-height: 3rem;
    letter-spacing: 0.05rem;
    margin-bottom: 30px;
    font-weight: 600;
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    border-bottom: solid 2px #c8c7b6;
}

.heading3::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: solid 3px #bfbc91;
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    padding: 0 15px;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    padding: 0 15px;
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #191525;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

/*--------about end--------*/
/*--------enkai --------*/
.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #191525;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_item_right {
    font-size: 1.8rem;
    color: #191525;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

/*--------enkai end--------*/
/*--------menu--------*/
.lawer_content_flex01_left img {
    max-width: 100%;
    height: auto;
}

.mt20 {
    margin-top: 20px;
}

.db {
    display: block;
}

.txt12 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
}

.txt12_grey {
    font-size: 1.2rem;
    color: #191525;
    font-weight: 500;
    line-height: 1.8rem;
    padding-left: 10px;
}

.heading4 {
    font-size: 1.6rem;
    color: #191525;
    font-weight: 500;
    line-height: 2.8rem;
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading4::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #bfbc91;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.anchor_wrap {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 100px;
}

.anchor {
    margin: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    padding: 0 0.1px;
}

.anchor_link {
    text-decoration: none;
    display: block;
    color: #191525;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    padding: 18px 0;
    border: solid 1px #191525;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.anchor_link::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: solid 2px #191525;
    border-bottom: solid 2px #191525;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.anchor_link:hover {
    opacity: 0.7;
}

.anchor_link:hover::after {
    bottom: 4px;
}

/*--------menu end--------*/
/*--------news--------*/
.heading3 small {
    float: right;
    clear: both;
    font-size: 1.2rem;
}

.news_text {
    font-size: 1.4rem;
}

/*--------news end--------*/
/*--------youto--------*/
.youto_img {
    width: 90%;
    height: 500px;
    background-color: #666666;
    margin: auto;
}

/*--------youto end--------*/
/* ------------------------------info------------------------------ */
.wp_box {
    margin: auto;
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.info p {
    width: 190px;
    margin: 0 auto;
    cursor: pointer;
    display: inline-block;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-bottom: 10px;
}

.info p:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.info p img {
    width: 190px;
    height: auto;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-bottom: 10px;

}



.info p:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.info div span {
    background: #000;
    color: #fff;
    border-radius: 4px;
    line-height: 1;
    padding: 8px 10px 8px 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 12px;
    left: 0;
    top: 28px;
    position: absolute;
    z-index: 1;
    font-family: 'MyFont';
}

.info span:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


.item figcaption {
    display: flex;
    /*
    opacity: 0;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
*/
    font-size: 26px;
    font-family: 'MyFont';
    margin-left: 0px;
}

a:hover .hover_zoom img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

a:hover figcaption {
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.info a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.wp_wrapper {
    width: 300px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 9px 18px -9px black;
    z-index: 10;
}

.wp_box_menu {
    position: absolute;
    z-index: 10;
}

.wp_wrapper div {
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 10px 35px;
    margin: 10px;
    font-family: 'MyFont';
    font-size: 1.5em;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.wp_center {
    width: 100%;
}

.wp_center7 {
    width: 70%;
}

.wp_box_menu.wp_center .wp_wrapper {
    margin: 10px auto;
}

a.active_menu {
    cursor: pointer;
}

.hide_this {
    display: none !important;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

/*reservation button*/
.bt_reserv {
    position: fixed !important;
    right: 0;
    top: 30%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1;
    margin: 0;
    z-index: 100;
    font-size: 16px;
    font-family: MyFont;
    border-radius: 6px 0px 0 6px;
    color: #fff;
}

.bt_reserv img {
    transform: rotate(20deg);
    transition: all 0.6s;
}

.bt_reserv p {
    display: block;
    padding: 30px 20px;
}

/* ------------------------------
　menu new
------------------------------ */
ul.lcmenu {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

ul.lcmenu li {
    font-size: 17px;
    padding: 0 20px;
}

ul.lcmenu li i {
    font-size: 12px;
    margin-right: 5px;
    vertical-align: 2px;
}

.rstdtl-menu-lst__heading {
    margin-top: 20px;
    font-size: 1.0rem
}

.rstdtl-menu-lst__contents {
    display: table;
    padding: 0 10px;
    border-bottom: 1px dotted #d2d2d2;
    width: 100%;
    box-sizing: border-box
}

.rstdtl-menu-lst__contents:last-of-type {
    border-bottom: none
}


.rstdtl-menu-lst__info {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top
}

.rstdtl-menu-lst__info-inner {
    display: table;
    width: 100%
}

.rstdtl-menu-lst__menu-title {
    display: table-cell;
    color: #13131e;
    font-weight: bold;
    font-size: 1.6rem
}

.rstdtl-menu-lst__price {
    display: table-cell;
    font-weight: bold;
    text-align: right;
    width: 7rem;
    font-size: 1.6rem
}


.rstdtl-menu-lst__desc {
    font-size: 15px;
    padding-bottom: 10px;
}

.rstdtl-menu-lst__desc p {
    font-size: 20px;
    padding: 12px 10px;
    line-height: 1.6;
    background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
}

.rstdtl-menu-lst__img {
    display: table-cell;
    padding: 20px 15px 20px 0;
    width: 120px;
    text-align: center
}


/* ------------------------------
　course menu pc
------------------------------ */

.course-list {
    margin: 20px 0 30px
}

.course-list__heading {
    display: block;
    position: relative
}

.course-list__hotpepper-logo {
    display: block;
    position: absolute;
    top: 3.2rem;
    right: 0.5rem
}

.course-list__heading-tax {
    position: absolute;
    right: 0;
    color: #949499;
    top: 2.8rem;
    font-size: 1.1rem;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.course-list__items {
    margin: auto;
    width: 80%;
}

.course-list__tax-notice {
    margin-top: 5px;
    color: #949499;
    font-size: 1rem
}

.course-seatonly {
    padding: 12px 15px;
    background-color: #faf8f5;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center
}

.course-seatonly__title {
    color: #13131e;
    font-weight: bold;
    font-size: 1.6rem
}

.course-seatonly__btn {
    width: 10rem
}




.rstdtl-course-list {
    display: table;
    position: relative;
    z-index: 1;
    border-top: 1px solid #e0dccc;
    border-bottom: 1px solid #e0dccc;
    width: 100%
}

.rstdtl-course-list + .rstdtl-course-list {
    border-top: none
}

.rstdtl-course-list__target {
    color: inherit;
    z-index: 1
}

.rstdtl-course-list__target:hover {
    color: inherit;
    text-decoration: none
}

.rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
    cursor: default
}

.rstdtl-course-list__data {
    display: table-cell;
    position: relative;
    padding: 20px 0;
    width: 100%;
    word-break: break-all;
    vertical-align: top
}

.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
    padding-top: 6.5rem
}

.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
    padding-top: 6.5rem
}

.rstdtl-course-list__data-header {
    display: table;
    width: 100%
}

.rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
    min-height: 72px
}

.rstdtl-course-list__course-title {
    display: table-cell;
    word-break: break-all
}

.rstdtl-course-list__course-title-text {
    margin-bottom: 0.2rem;
    color: #000;
    font-weight: bold;
    line-height: 1.6;
    font-size: 1.6rem
}

.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
    color: #ff9600;
    text-decoration: underline
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
    color: #13131e
}

.rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
    border: 1px solid #e0dccc;
    box-sizing: border-box;
    color: #463f2d;
    background-color: #fff;
    margin-left: 0.5rem;
    padding: 0.1rem 0.3rem;
    font-size: 0.9rem
}

.rstdtl-course-list__price-wrap {
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 0.8rem;
    width: 100%;
    display: inline-block;
}

.rstdtl-course-list__price-discount {
    display: inline-block
}

.rstdtl-course-list__price-before {
    color: #13131e;
    text-align: left;
    margin-right: 0.5rem;
    margin-bottom: -0.2rem;
    font-size: 1.3rem
}

.rstdtl-course-list__price-hotpepper-discount {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    border: solid 1px #d2d2d2;
    border-radius: 2px;
    color: #949499;
    font-weight: bold;
    line-height: 1;
    background-color: #fff;
    padding: 0.4rem 0.5rem 0.3rem;
    font-size: 1rem
}

.rstdtl-course-list__price-hotpepper-discount::before,
.rstdtl-course-list__price-hotpepper-discount::after {
    display: block;
    position: absolute;
    border: solid transparent;
    width: 0;
    height: 0;
    content: ''
}

.rstdtl-course-list__price-hotpepper-discount::before {
    bottom: -7px;
    border-width: 6px 6px 0;
    border-top-color: #d2d2d2;
    right: 3rem
}

.rstdtl-course-list__price-hotpepper-discount::after {
    bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #fff;
    right: 3.1rem
}

.rstdtl-course-list__price-num {
    color: #000;
    font-weight: bold;
    font-size: 1.6rem
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
    display: block
}

.rstdtl-course-list__price-num > em {
    margin-right: 2px;
    font-family: Arial, sans-serif;
    font-size: 1.8rem
}

.rstdtl-course-list__price-num-tax {
    font-weight: normal;
    font-size: 1.2rem
}

.rstdtl-course-list__data-body {
    display: block;
    width: 100%;
    line-height: 1;
    padding-top: 0.5rem
}

.rstdtl-course-list__data-body:before,
.rstdtl-course-list__data-body:after {
    display: block;
    overflow: hidden;
    content: ""
}

.rstdtl-course-list__data-body:after {
    clear: both
}

.rstdtl-course-list__img {
    display: table-cell;
    padding: 20px 15px 20px 0;
    width: 120px
}

.rstdtl-course-list__img .rstdtl-course-list__target:hover {
    opacity: 0.8
}

.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
    opacity: 1
}

.rstdtl-course-list__subinfo {
    display: table;
    position: relative;
    float: left;
    padding-top: 0.5rem
}


.rstdtl-course-list__desc {
    color: #797152;
    line-height: 1.6;
    font-size: 1.3rem;
}

.rstdtl-course-list__data-footer {
    float: right
}

.rstdtl-course-list__label {
    margin-left: 5px
}

.rstdtl-course-list__label.rstdtl-course-list__label {
    background-color: #ffd700;
    padding: 0.2rem 0.4rem;
    line-height: 1.1rem;
    font-size: 1.3rem
}

.rstdtl-course-list__hotpepper-target::before {
    color: #999
}

.rstdtl-course-list__course-rule {
    display: table-cell;
    white-space: nowrap;
    vertical-align: bottom;
    padding: 0 0 0.3rem 1rem
}

.rstdtl-course-list__course-rule > dt,
.rstdtl-course-list__course-rule > dd {
    display: inline-block
}

.rstdtl-course-list__course-rule > dd {
    margin-right: 0.5rem
}

.rstdtl-course-list__course-rule-title::before {
    display: inline-block;
    color: #bcb08a;
    vertical-align: -0.1rem
}

.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
    font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f663"
}

.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
    font-family: "Tabelog Glyph";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: none;
    speak: none;
    content: "\f677"
}

.rstdtl-course-list__course-rule-title > i {
    display: none
}

.rstdtl-course-list__action-btn {
    display: table-cell;
    width: 100px;
    text-align: right;
    vertical-align: top;
    padding-left: 1.5rem;
    color: #fff;
}



.rstdtl-course-list__action-btn-target {
    display: block;
    float: right;
    clear: right;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    width: 10rem;
    color: #fff;
}

.rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem
}

.rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
    margin-top: 0.6rem
}

.rstdtl-course-list__coupon {
    display: inline-block;
    float: right;
    margin-top: 0.5rem
}

.rstdtl-course-list__coupon-btn {
    float: right
}

.rstdtl-course-list__coupon-contents {
    width: auto;
    text-align: left;
    padding-top: 0.7rem
}

.rstdtl-course-rdimg {
    position: absolute;
    bottom: 0;
    left: 0
}

.rstdtl-course-list__tieup-mc {
    display: table-row;
    position: absolute;
    left: 0;
    z-index: 5;
    border-radius: 6px;
    vertical-align: middle;
    background-color: #221815;
    top: 1.5rem
}

.rstdtl-course-list__tieup-mc:hover {
    opacity: 0.8
}

.rstdtl-course-list__tieup-mc-target {
    display: block;
    box-sizing: border-box;
    padding: 0.6rem 1.2rem 0.6rem 1.5rem
}

.rstdtl-course-list__tieup-mc-target::after {
    color: #fff;
    vertical-align: middle
}

.rstdtl-course-list__tieup-mc-target:hover {
    text-decoration: none
}

.rstdtl-course-list__tieup-mc-logo {
    display: inline-block;
    width: 123px;
    height: 22px;
    background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
    background-size: 123px 22px;
    vertical-align: bottom
}

.rstdtl-course-list__tieup-mc-logo > i {
    display: none
}

.rstdtl-course-list__tieup-mc-text {
    display: inline-block;
    color: #fff;
    margin-left: 1rem;
    padding-bottom: 0.2rem;
    font-size: 1.1rem
}

.rstdtl-course-list__tieup-mc-text > em {
    color: #ff9600;
    font-weight: bold;
    margin-right: 0.7rem;
    font-size: 1.3rem
}

.rstdtl-menu-lst__title {
    font-size: 1.4rem;
}


/*--------responsive--------*/
@media screen and (min-width:769px) {
    .hm_wrap {
        display: none;
    }

    .sp_logo {
        display: none;
    }
}

@media (max-width: 768px) {

    /*----------------info---------------*/
    .info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .info p,
    .info p img {
        width: 100%;
    }

    .item {
        width: 95%;
        margin: 10px;
    }

    .item figcaption {
        margin: 0px auto;
    }

    .wrap {
        width: 100%;
        overflow: hidden;
    }

    .title {
        width: 80%;
        margin: 20px auto;
    }

    .top_text1 {
        display: inline-block;
        text-align: left;
    }

    .top_text2 {
        display: inline-block;
        text-align: left;
    }

    .top_text3 {
        display: inline-block;
        text-align: left;
    }

    .top_text4 {
        display: inline-block;
        text-align: left;
        margin-right: 10%;
    }

    .top_text5 {
        display: inline-block;
        text-align: center;
        margin-right: 10%;
    }

    .text_area {
        display: inline-block;
        text-align: left;
    }

    .pc_navi {
        display: none;
    }

    .sp_navi {
        display: block;
    }

    .icon_area {
        display: none;
    }

    .sp_logo {
        display: block;
        margin: auto;
        width: 10%;
    }

    .main_img {
        height: 300px;
    }

    .about_img {
        position: static;
    }

    .banner {
        margin: 10px auto;
    }

    .banner2 {
        margin: auto;
        width: 100%;
        height: auto;
    }

    .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: auto;
    }

    .content {
        width: 100%;
        margin: 0;
        margin: 10px auto;
        text-align: center;
    }

    .content4 {
        width: 100%;
        margin: 0;
        margin: 10px auto;
        text-align: center;
    }

    .content6 {
        width: 100%;
        margin: 0;
        margin: 10px auto;
    }

    .news {
        width: 100%;
    }

    .meibutu_title {
        margin: auto;
    }

    .text_area {
        width: 90%;
        margin: auto;
    }

    .img_position1 {
        position: static;
        width: 100%;
    }

    .img_position2 {
        position: static;
    }

    .enkai_box {
        margin: 10px auto;
        width: 100%;
    }

    .course {
        margin: auto;
        width: 80%;
        left: 0;
    }

    .item1 {
        top: 100%;
        right: -22%;
    }

    .item2 {
        top: 10%;
        left: -20%;
    }

    .item3 {
        top: 60%;
        right: -10%;
    }

    .footerbox {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
    }

    footer p {
        display: inline-block;
        text-align: center;
        font-size: 15px
    }

    .copy {
        display: block;
    }

    .text_right {
        float: none;
    }

    .circle {
        left: -45%;
    }

    /*--------kasou--------*/
    .container,
    .container_header {
        padding: 0 20px;
        max-width: 767px;
        margin: 0 auto;
    }

    .lawer_sec {
        padding: 60px 0;
    }

    .lawer_content_flex01 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .lawer_content_flex01_left,
    .lawer_content_flex01_right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0 15px;
    }

    .lawer_content_flex01_left {
        margin-bottom: 10px;
    }

    .lawer_content_flex01_left img {
        margin: auto;
    }

    .table_item_left {
        font-size: 1.4rem;
        line-height: 2.2rem;
        color: #191525;
        font-weight: 400;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }

    .table_item_right {
        font-size: 1.8rem;
        color: #191525;
        font-weight: 400;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        text-align: right;
    }

    .anchor_wrap {
        display: -ms-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }

    .heading1 {
        top: 30%;
    }

    .heading3 {
        margin: 0;
        margin: 10px auto;
        width: 80%;
    }

    /* ------------------------------
	wrapper
	------------------------------*/
    .wp_wrapper {
        width: 300px;
        display: flex;
        margin: 10px auto;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0px 9px 18px -9px black;
    }

    .wp_box_menu {
        position: absolute;
        z-index: 10;
        width: 100%;
    }

    .wp_center,
    .wp_center7 {
        position: unset;
    }

    .hide_this {
        display: none !important;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    /* ------------------------------
　scene
------------------------------ */
    .scene .inner {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
        padding: 7px;
        margin: 0 15px 40px 15px;
        width: unset;
    }

    .scene .inner-box {
        background: #fff;
        padding: 20px;
    }

    .bx-wrapper {
        box-shadow: 0 0 0 #fff !important;
        -webkit-box-shadow: 0 0 0 #fff !important;
        box-shadow: 0 0 0px #fff !important;
        border: none !important;
        margin: 0 !important;
        background: #ff0000;
        width: 100% !important;
    }

    .slider div,
    .slider2 div,
    .slider3 div {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 280px;
        color: #fff;
        text-align: center;
    }

    .pager {
        margin-top: 10px;
        text-align: center;
    }

    .scene h3 {
        position: relative;
        display: inline-block;
        padding: 0 35px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .scene h3:before,
    .scene h3:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 25px;
        height: 1px;
        background-color: #333;
    }

    .scene h3:before {
        left: 0;
    }

    .scene h3:after {
        right: 0;
    }

    .scene p {
        margin-bottom: 20px;
    }

    /*--------kasou-end--------*/

    /*--------bg-set--------*/

    .lunch {
        background-size: contain;
    }

    .meibutu {
        background: url(../images/background4_sp.jpg) no-repeat;
        background-size: 100% 100%;
    }

    /*--------bg-set-end--------*/
}

/*--------responsive-end--------*/



/* ------------------------------
　btn
------------------------------ */

.btn2 {

    /*    display: inline-block;*/
    font-size: 1.6rem;
    /* 文字サイズ */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 12px 55px;
    /* 余白       */
    background: #ffffff;
    /* 背景色     */
    color: #000000;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    box-shadow: 2px 2px 4px #666666;
    /* 影の設定 */
    border: 2px solid #ffffff;
    /* 枠の指定 */
    width: 50%;
    margin: 0 auto;
}

.button:hover {
    box-shadow: none;
    /* カーソル時の影消去 */
    color: #ffffff;
    /* 背景色     */
    background: #000000;
    /* 文字色     */
}

/*-----号外設定-----*/

a {
    display: block;
    width: 100%;
    margin: 28px auto 0;
    color: #000;
    text-decoration: none;
}

a.animated-button2.victoria-1 {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    color: #000;
    text-decoration: none;
    font-family: MyFont;
}

a .image {
    width: 190px;
    overflow: hidden;
    display: inline-block;
}

a .image img {
    height: auto;
    transition: .5s;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
}

a:hover .image img {
    transform: scale(1.2);
}

/* ------------------------------
　btn sp
------------------------------ */
@media screen and (max-width:768px) {
    .btn2 {

        /*    display: inline-block;*/
        font-size: 1.2rem;
        /* 文字サイズ */
        text-align: center;
        /* 文字位置   */
        cursor: pointer;
        /* カーソル   */
        padding: 10px 55px;
        /* 余白       */
        background: #ffffff;
        /* 背景色     */
        color: #000000;
        /* 文字色     */
        line-height: 1em;
        /* 1行の高さ  */
        transition: .3s;
        /* なめらか変化 */
        box-shadow: 2px 2px 4px #666666;
        /* 影の設定 */
        border: 2px solid #ffffff;
        /* 枠の指定 */
        width: 50%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .button:hover {
        box-shadow: none;
        /* カーソル時の影消去 */
        color: #ffffff;
        /* 背景色     */
        background: #000000;
        /* 文字色     */
    }

    a .image {
        width: 100%;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 10px;
    }

}

/* ------------------------------
　news
------------------------------ */

@media screen and (min-width: 769px) {
    .second_news {
        width: 100%;
        /*        display: flex;*/
        margin: 0 auto 500px auto;
    }

    .CMS-NEWS-INDEX {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
    }

    .CMS-NEWS-ITEM {
        width: 40%;
        box-sizing: border-box;
        margin: 0;
        padding: 20px;
    }

    .CMS-NEWS-THUMBNAIL {
        /* height: 200px; */
        object-fit: cover;
        transition: 0.5s all;

    }

    .CMS-NEWS-TIME {
        white-space: nowrap;
        font-size: 1.5em;
    }

    .CMS-NEWS-LINK {
        font-size: 1.6em;
    }

    .CMS-NEWS-TITLE {
        font-size: 1.3em;
    }

    .CMS-NEWS-MORE-READ {
        display: none
    }

    .second_news3 {
        width: 100%;
        margin: 0 auto;
        font-family: 'MyFont';
        margin-bottom: 5px;
    }

    .second_news3 .CMS-NEWS-INDEX {
        display: flex;
        flex-direction: column;
        margin-bottom: 3px;
        flex-wrap: wrap;
    }

    .second_news3 .CMS-NEWS-ITEM {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 3px;
        flex-wrap: wrap;
    }

    .second_news3 .CMS-NEWS-ITEM .CMS-NEWS-THUMBNAIL {
        width: 250px;
    }

    .second_news3 .CMS-NEWS-ITEM .CMS-NEWS-TIME {
        font-size: 1em;
    }

    .second_news3 .CMS-NEWS-ITEM .CMS-NEWS-LINK {
        height: auto;
        margin-top: 5px;
        font-size: 1.6em;
    }

}


@media screen and (max-width: 768px) {
    .second_news {
        width: 100%;
        /*        display: flex;*/
    }

    .CMS-NEWS-INDEX {
        width: 100%;
    }

    .CMS-NEWS-ITEM {
        width: 33%;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .CMS-NEWS-TIME {
        white-space: nowrap;
        font-size: 1.5em;
    }

    .CMS-NEWS-LINK {
        font-size: 1.6em;
    }

}

@media screen and (max-width: 600px) {
    .CMS-NEWS-ITEM {
        width: 100%;
    }

    /*------予約ボタン設定-------*/

    p.yoyaku_sp {
        position: fixed !important;
        right: 20%;
        top: 89%;
        width: 60%;
        writing-mode: unset;
        font-family: 'Sorts Mill Goudy', serif;
        background: #ce7105;
        line-height: 1;
        z-index: 9999;
        font-size: 16px;
        text-align: center;
    }

    p.yoyaku_sp a {
        display: block;
        color: #fff;
        padding: 20px 0px;
    }

    header .pc {
        display: none;
    }

    footer {
        padding-bottom: 57px;
    }

}

.active {
    opacity: 0.4;
}

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

/*------予約ボタン設定 end-------*/

/*-----号外設定-----*/

a {
    display: block;
    width: 100%;
    margin: 0;
    color: #000;
    text-decoration: none;
}

a .image {
    width: 190px;
    height: 126.6px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

a .image img {
    height: auto;
    transition: .5s;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
}

a:hover .image img {
    transform: scale(1.2);
}

p.ymd {
    background: #000;
    color: #fff;
    border-radius: 4px;
    line-height: 1;
    padding: 8px 10px 8px 12px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 12px;
    left: 0;
    top: 0px;
    position: absolute;
    z-index: 1;
    font-family: 'MyFont';
    width: 60px;
    height: 12px;
}


@media screen and (max-width: 600px) {
    a .image {
        width: 90%;
        height: auto;
    }

    p.ymd {
        left: 20px;
    }

    /*-----追加修正用-----*/

    .rstdtl-course-list__desc {
        color: #797152;
        line-height: 1.6;
        font-size: 1.3rem;
        width: 220%;
    }

    .rstdtl-course-list__course-title {
        display: block;
        word-break: break-all;
        width: 100%;
    }

    .rstdtl-course-list__desc {
        color: #797152;
        line-height: 1.6;
        font-size: 1.3rem;
        width: 100%;
    }

    dl.rstdtl-course-list__course-rule {
        float: left;
        padding-left: 13.5rem;
    }

}



.CMS-NEWS-MORE-READ {
    display: none
}

.second_news3 {
    margin: 0 auto;
    padding: 30px 0 20px 0;
    font-family: 'MyFont';
    font-size: 1.4em;
    margin-bottom: 5px;
    line-height: 1.6em;
}

.second_news3 .CMS-NEWS-TITLE {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 5px;
}

.second_news3 .CMS-NEWS-CONTENT {
    text-align: center;
}

.second_news3 .CMS-NEWS-CONTENT img {
    height: auto;
    margin-top: 40px
}

@media screen and (max-width: 768px) {

    .second_news2 {
        width: 100%;
        margin: 0 auto;
        padding: 40px 0 20px 0;


    }

    .second_news2 .CMS-NEWS-INDEX {
        display: flex;
        justify-content: space-around;
        margin-bottom: 3px;
        text-align: center;
        flex-wrap: wrap;
    }

    .second_news2 .CMS-NEWS-ITEM {
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
        width: 240px;
        margin-bottom: 30px
    }

    .second_news2 .CMS-NEWS-THUMBNAIL {
        width: 240px;
        /* height: auto; */
        aspect-ratio: 7/6;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 5px
    }

    .second_news2 .CMS-NEWS-TIME {
        white-space: nowrap;
        font-size: 1.2em;
    }

    .second_news2 .CMS-NEWS-LINK {
        font-size: 1.0em;


    }

    .second_news2 .CMS-NEWS-TITLE {
        font-size: 1.3em;
        text-align: center;
        margin-bottom: 20px;
    }


    .second_news2 .CMS-NEWS-CONTENT {
        text-align: center;
        margin: 0 auto;
    }

    .second_news2 .image .img {
        width: 100%;
        text-align: center;
    }

    .CMS-NEWS-MORE-READ {
        display: none
    }

    .second_news3 {
        width: 80%;
        margin: 0 auto;
        padding: 30px 0 20px 0;


    }

    .second_news3 .CMS-NEWS-TITLE {
        font-size: 1.6em;
        text-align: center;
        margin-bottom: 5px;
    }

    .second_news3 .CMS-NEWS-CONTENT {
        text-align: center;
    }

    .second_news3 .CMS-NEWS-CONTENT img {
        width: 100%;
        height: auto;
        margin-top: 30px
    }

}

/*ニュースページ修正pc*/

.second_news {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0px 0;


}

.second_news .CMS-NEWS-INDEX {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3px;
    text-align: center;
    flex-wrap: wrap;
}

.second_news .CMS-NEWS-INDEX::after {
    content: "";
    display: block;
    width: 26%;
    height: 0;
}



.second_news .CMS-NEWS-ITEM {
    padding-bottom: 30px;
    padding-top: 10px;
    text-align: center;
    width: 320px;
    margin-bottom: 10px
}

.second_news .CMS-NEWS-THUMBNAIL {
    width: 280px;
    /* height: 213px; */
    aspect-ratio: 7/6;
    object-fit: cover;
    transition: 0.5s all;
    margin-bottom: 10px
}


.second_news .CMS-NEWS-TIME {
    white-space: nowrap;
    font-size: 1.5em;
}

.second_news .CMS-NEWS-LINK {
    font-size: 1.6em;
    max-width: 320px;


}

.second_news .CMS-NEWS-TITLE {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'MyFont';
}


.second_news .CMS-NEWS-CONTENT {
    text-align: center;
    margin: 0 auto;
    font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; 
    font-weight: bold;
}



.second_news .image .img {
    width: 100%;
    text-align: center;
}

/*ニュースページ修正sp*/
@media screen and (max-width:768px) {
    .second_news {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0 20px 0;
        text-align: center;


    }

    .second_news .CMS-NEWS-INDEX {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3px;
        text-align: center;
        flex-wrap: wrap;
    }

    .second_news .CMS-NEWS-INDEX::after {
        content: "";
        display: block;
        width: 250px;
        height: 200px;
        padding: 20px
    }

    .second_news .CMS-NEWS-ITEM {
        text-align: center;
        margin: 0 auto;
    }

    .second_news .CMS-NEWS-THUMBNAIL {
        width: 280px;
        /* height: 200px; */
        aspect-ratio: 7/6;
        object-fit: cover;
        transition: 0.5s all;
        margin-bottom: 10px
    }

    .second_news .CMS-NEWS-TIME {
        white-space: nowrap;
        font-size: 1.5em;
    }

    .second_news .CMS-NEWS-LINK {
        font-size: 1.6em;
        /* max-width: 260px; */
        text-align: center;
    }

    .second_news .CMS-NEWS-TITLE {
        font-size: 2em;
        text-align: center;
        margin-bottom: 20px;
    }


    .second_news .CMS-NEWS-CONTENT {
        text-align: center;
        margin: 0 auto;
    }



    .second_news .image .img {
        width: 100%;
        text-align: center;
    }

    .CMS-NEWS-MORE-READ {
        display: none
    }
}

@media screen and (min-width:768px) {
    .top-gougai {
        width: 40% !important;
    }

    .top-news {
        width: 60% !important;
        position: relative;
    }

    .top-news .CMS-NEWS-INDEX {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .top-news .CMS-NEWS-ITEM {
        padding: 0;
        width: 48%;
        flex-direction: row;
        margin-bottom: 30px;
    }

    .top-news .CMS-NEWS-ITEM:first-of-type {
        margin-left: 52%;
    }

    .top-news .CMS-NEWS-THUMBNAIL {
        width: 280px !important;
        aspect-ratio: 7/6;
        object-fit: cover;
        /* height: auto !important; */
    }

    .top-news .bestrate {
        position: absolute;
        left: 0;
        top: 0;
        width: 280px;
        font-size: 2rem;
    }

    .top-news .bestrate img {
        width: 100%;
        /* height: auto; */
        aspect-ratio: 7/6;
        object-fit: cover;
    }
}

@media screen and (max-width:767px) {
    .top-news .bestrate {
        width: 280px;
        aspect-ratio: 7/6;
        object-fit: cover;
        margin: 0 auto;
        font-size: 2rem;
    }

    .top-news .bestrate img {
        width: 100%;
        height: auto;
    }
    
    .CMS-NEWS-ITEM img{
        width: 280px
    }
}
