/*
 Theme Name:   picostrap5 Child Base
 Theme URI:    https://picostrap.com
 Description:  Child theme for Picostrap5. Experience the power of SASS, merged with the WordPress Customizer. Implementing Bootstrap 5.3.6. Please refer to the <a target="_blank" href="https://picostrap.com/documentation/">documentation</a> to get started. 
 Author:       The LiveCanvas Team
 Author URI:   https://livecanvas.com
 Version:      4.0.0
 Template: picostrap5 
 Text Domain:  picostrap5
 License: GPL-2.0
 License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*


Do not edit this file.

To add your own CSS, edit  the file: 

sass/_custom.scss 

...and add your own CSS (or SCSS!) statements.

To recompile the SASS bundle, click the "RECOMPILE SASS" link on top.

To edit the  SCSS pipeline, view and edit the file: sass/main.scss


*/




/* ローディング画面 */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loader.is-loaded {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  text-align: center;
}

.loader-logo {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  /* 指定のフォントを適用 */
  font-family: "Libre Baskerville", serif;
}

.loader-bar {
  width: 120px;
  height: 1px;
  background: #333;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.loader-bar::after {
  content: "";
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #c00;
  animation: loading-bar 1.5s infinite;
}

@keyframes loading-bar {
  0% { left: -100%; }
  50% { left: 0; }
  100% { left: 100%; }
}

/* 表示時のフェードイン設定 */
body.is-ready #theme-main,
body.is-ready #header,
body.is-ready footer {
  opacity: 1 !important;
}

/* JSが無効な環境でも表示されるように初期値は設定せず、JSで制御します */
.js-fade-target {
  opacity: 0;
  transition: opacity 1.2s ease;
}



/*****  ICON
--------------------------------------------- */

@font-face {
  font-family: 'icomoon';
  src:  url('font/icomoon.eot?mgdqi2');
  src:  url('font/icomoon.eot?mgdqi2#iefix') format('embedded-opentype'),
    url('font/icomoon.ttf?mgdqi2') format('truetype'),
    url('font/icomoon.woff?mgdqi2') format('woff'),
    url('font/icomoon.svg?mgdqi2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}





.icon-menu-huurin00:before {
    content: "\e91f";
}
.icon-menu-kouminnkan00:before {
    content: "\e91b";
}
.icon-menu-dentou00:before {
    content: "\e90a";
}
.icon-menu-futo00:before {
    content: "\e90c";
}

.icon-instagram:before {
    content: "\ea92";
    font-weight: normal;
}

.icon-youtube:before {
    content: "\ea9d";
    font-weight: normal;
}

.icon-youtube2:before {
    content: "\ea9e";
    font-weight: normal;
}

.circle-circle:before {
    content: "\ea56";
    font-weight: normal;
}

.icon-allow:before {
    content: "\ea1c";
    font-weight: normal;
}


.box-social .icon {
    font-size: 25px;
    font-weight: 100;
}



@font-face {
  font-family: 'Neon-Nanoborg'; /* 好きなフォント名 */
  src: url('font/Neon-Nanoborg.woff2') format('woff2'), /* 優先度の高い順に */
       url('font/Neon-Nanoborg.woff') format('woff'),
       url('font/Neon-Nanoborg.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 読み込み完了まで標準フォントを表示 */
}





.box-social ul {
    padding: 2px;
}

.box-social li {
    float: left;
    padding: 0 10px 0 0;
}

.nav li span {
    font-size: 36px;
    display: block;
    line-height: 1.1;
    width: auto;
    text-align: center;
    padding: 0 0px 3px;
}


.card_menu_book .material-symbols-outlined {
    font-size: 80px;
    float: left;
    padding: 10px 0 0 15px;
}
.card_plan .material-symbols-outlined {
    font-size: 110px;
    float: left;
    padding: 0 15px;
}

.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto;
    padding: .9em 2em;
    border: 1px solid #2589d0;
    border-radius: 5px;
    background-color: #fff;
    color: #2589d0;
    font-size: 1em;
}

.button-1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #2589d0;
    border-right: 2px solid #2589d0;
    content: '';
}

/*======================================================================
||
||    COMMON
||
======================================================================*/



.caution02 {
    margin: 5px 0;
}

.padding_5px {
    padding: 5px;
}
.padding_bottme15px {
    padding: 0 0 15px 0;
}

.btn01 {
    display: inline-block;
    background-color: #c31a54;
    color: #fff !important;
    padding: 15px 25px;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 30px;
    transition: background-color 0.3s, opacity 0.3s;
}
.btn01:hover {
    background-color: #7a2522;
    opacity: 0.9;
}
.contact-text {
    font-size: 1.8rem;
    margin-top: 10px;
}

.bt-left {
    display: flex;
    flex-direction: row-reverse;
}

.btn03 {
    width: 200px;
    text-align: center;
    display: inline-block;
    padding: 0.2em 0.5em;
    margin: 10px 0 0 0;
    color: #000000 !important;
    background: #f7f7f7;
    border: solid 1px #8b8b8b;
    border-radius: 32px;
    transition: .4s;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serifP;
}

.btn03:hover {
    background-color: #cccccc;
    opacity: 0.9;
}

/*======================================================================
||
||    FOOTER
||
======================================================================*/

.site-footer{
    background-color: #222222;
}
.footer-main {
    max-width: calc(1200px + 2rem);
    margin: 0 auto;
    padding-top: 4em;
    padding-bottom: 1em;
    overflow: hidden;
    background: url(img/stripe03.png);
    background-attachment: fixed;
}
.footer-main .icon-logo-head:before {
    content: "\e900";
    font-weight: normal;
    color: #ffffff;
    font-size: 5.5rem;
    padding: 0;
}

.footer-main .container {
    max-width: calc(1260px + 2rem);
    background: unset !important;
}

.footer-main .copyright {
    color: #fff;
    font-size: 1.2rem;
}

.footer .footer-link-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
}
#footer-info-box {
    width: 35%;
    float: left;
    padding: 25px;
}
#footer-link-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    max-width: 50%;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    float: right;
}
#footer-info {
    font-size: 14px;
    line-height: 1.3;
    list-style: none;
}
#footer-link-box dl {
    margin-bottom: 30px;
}

#footer-link-box dl {
    margin-bottom: 30px;
}
#footer-link-box dt {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
}
#footer-link-box dd {
    margin: 0 0 5px 10px;
    font-size: 1.4rem;
    letter-spacing: 0;
}
#footer-link-box a {
    color: #fff;
    text-decoration: none;
}

.has-mobile-footer .site-footer {
    padding-bottom: 4em;
    padding: 0;
}

.footer-main .map-google {
    padding: 20px;
    display: block;
    height: auto;
}

.breadcrumbs__list {
    margin: 0;
    padding: 1.2rem 0;
}
.breadcrumbs__item {
    display: inline;
    margin-left: .5em;
    font-size: 1.5rem;
    font-family: Noto Sans JP, 'Lato', sans-serif;
}
.breadcrumbs__item:before {
    margin-right: .25em;
    content: ">";
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
}


@media only screen and (max-width:1180px){
#footer-link-box {
    max-width: 65%;
}
}

@media only screen and (max-width:970px){
#footer-link-box {
    display: inline-block;
}
#footer-link-box div {
    width: 50%;
    display: block;
    float: left;
}
}
.footer-logo {
    color: #fff;
    font-family: 'altehaasgroteskbold';
    font-size: 3.8rem;
    font-weight: 100;
    padding: 5px 0 15px;
    line-height: 1;
    letter-spacing: 0;
    width: 100%;
}
.footer-logo-index {
    color: #fff;
    font-size: 2.4rem !important;
    line-height: 1.5;
    padding: 0 0 10px 0 !important;
    margin: 0;
    background: unset !important;
    letter-spacing: 2.5px;
}
.footer-logo-sub {
    color: #fff;
    font-size: 1.4rem !important;
    padding: 0 !important;
    margin: 0;
    background: unset !important;
    letter-spacing: 2.5px;
}

.footer-adds {
    color: #fff !important;
    font-size: 1.3rem;
    background: unset !important;
    line-height: 1.6;
    padding: 0 0 0 0px;
    margin: 0;
}
.footer-tel {
    color: #fff !important;
    font-size: 2rem;
    padding: 2px 0 !important;
    font-family: 'Bebas Neue', cursive;
    background: unset !important;
    font-weight: 100;
    line-height: 0.8;
}

@media only screen and (max-width:768px){
#footer-info-box, #footer-link-box {
    width: 100%;
    max-width: 100%;
    padding: 40px 10px 50px;
}
#footer-link-box {
    padding: 5px;
}
#footer-link-box div {
    width: 100%;
}
#footer-link-box dl {
    margin: 0;
    width: 100%;
    display: flow-root;
}
#footer-link-box dt {
    padding: 15px 0 5px 0;
    margin: 0;
    font-size: 1.5rem;
    text-align: left;
}
#footer-link-box dd {
        margin: 0;
        padding: 5px 8px 0;
        float: left;
    }
.footer-logo-index {
    text-align: center;
}
}
@media only screen and (max-width:480px){
#footer-link-box {
    padding: 5px;
}
#footer-link-box dt {
    padding: 15px 0 0 0;
    margin: 0;
    font-size: 1.4rem;
}
.footer-logo, .footer-logo-sub, .footer-adds, .footer-tel {
    text-align: center;
    background: unset !important;
    color: #fff !important;
}
}

@media only screen and (max-width:360px){
#footer-link-box div {
    width: 100%;
    display: block;
    float: left;
}
#footer-link-box dl {
    margin: 0;
    padding: 0 0 15px;
    display: table;
    width: 100%;
}

.joto-logo {
    font-size: 34px !important;
    width: 100% !important;
}
}

.footer-copy {
    text-align: center;
    display: inline-block;
    width: 100%;
}



/*======================================================================
||
||    GENERAL STYLES
||
======================================================================*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;;
}

html body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Noto Sans JP,sans-serif;
    font-size: 100%;
    line-height: 1.5;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased; 
}

:root,[data-bs-theme=light] {
--bs-font-sans-serif:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Noto Sans JP,sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

#header, #container, #footer {
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-size: 1.65rem;
    line-height: 1.8;
}
strong {
    font-size: 1.4rem;
}

body {
    margin: 0;
    background: unset;
}
ol, ul {
    box-sizing: border-box;
    list-style: none;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: "Helvetica Neue", 'Noto Sans JP',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #444;
    text-transform: none;
}

audio, canvas, img, svg, video {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

/*======================================================================
||
||    LINK STYLES
||
======================================================================*/
a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #f5f5f5;
}
a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #212121;
}
a:visited {
    color: #212121;
}
.footer a:visited {
    color: #e9e9e9;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    color: #212121;
    text-decoration: none;
}

h1, .h1 {
    font-size: 2.5em;
    line-height: 1.3;
}
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#content {
    margin-top: 0;
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}

#content {
    background: #F8F4F1;
}
.post-template-default #content {
    background: url(img/bk-beige01.png);
}
.post-template-default .entry-content {
    padding: 20px;
}
.post-template-default .entry-content .inbox {
    background: #fff;
    border-radius: 15px;
    padding: 35px 25px;
    min-height: 600px;
}

/*======================================================================
||
||    ARCHIVE
||
======================================================================*/


/*======================================================================
||
||    SINGLE
||
======================================================================*/

/*======================================================================
||
||    COMMON
||
======================================================================*/

.sv_effect {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}
.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.boxshadow01 {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .30);
}

.sm-ec {
    display: none;
}


.box-jump {
    width: 100%;
    max-width: 500px;
    padding: 10px 0 30px;
    display: block;
    float: right;
}
.list-jump03 {
    width: 100%;
    margin: 0;
    float: right;
    border-right: 1px solid;
    display: contents;
}
.list-jump03 li {
    float: left;
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #555;
}
.list-jump03 li p {
    font-family: jambetica-light;
    text-align: center;
    font-weight: 600;
    padding: 5px;
}
@media only screen and (max-width:768px){
.sm-ec {
    display: block;
}
.pc-ec {
    display: none;
}
}

@media only screen and (max-width:600px){
.box-jump {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 30px;
    display: block;
    float: unset;
}

.list-jump03 li {
    width: 33.333%;
    display: block;
    float: left;
    padding: 5px;
    border-right: 0;
    border-bottom: 0;
}
.list-jump03 li p {
    font-size: 0.9rem;
    border: 1px solid;
}
}
@media only screen and (max-width:540px){
.list-jump03 li {
    width: 50%;
}
}
.icon_page_top {
    max-width: 70px;
    height: auto;
}
#page_top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 7000;
}
#page_top a {
    text-align: center;
    text-decoration: none;
    padding: 0;
    font-size: 0;
}
#page_top a:hover {
    background-color: #555;
    text-decoration: none;
}
/*======================================================================
||
||    COMMON
||
======================================================================*/

.borderradius10 {
    border-radius: 10px;
}

.zindex5 {
    z-index: 5;
}

.page-template .container-sm, .container {
    max-width: unset !important;
}


.index10 {
    font-size: 2.7em;
    color: var(--text-main);
    margin: 0 0 5px 0;
    padding: 10px;
    font-weight: 400;
}
    
.index10::before {
    content: '❖ ';
    color: var(--primary-color);
    font-size: 2.2rem;
}



/*  ボタン
--------------------------------------------- */
.box-btn02r {
    padding: 10px;
    position: absolute;
    bottom: 5px;
    left: 5px;
}
.btn02 {
    width: 200px;
    text-align: center;
    display: inline-block;
    padding: 0.3em 1em;
    color: #ffffff !important;
    background: #781616;
    border: solid 3px #781616;
    border-radius: 32px;
    transition: .4s;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serifP;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .30);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .30);
}
.btn02:hover {
    background: #ffffff;
    color: #d40077 !important;
    border: solid 3px #d40077;
}

@media (max-width: 768px) {
.btn02 {
    width: 125px;
    padding: 0.3em 1em;
    border: solid 3px #781616;
    border-radius: 32px;
    font-size: 1.3rem;
    font-weight: 500;
}
}
/*======================================================================
||
||    TABLE
||
======================================================================*/


.table02 {
    border-collapse: separate;
    border-spacing: 5px;
    float: left;
    width: 100%;
    padding: 5px;
}
.table02 th, .table02 td {
    font-family: 'Noto Sans JP', sans-serifP;
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 10px;
    vertical-align: top;
    font-weight: 500;
}
.table02 th {
    font-size: 1.6rem;
    margin-bottom: 0;
    font-weight: 500;
    text-shadow: -1px -1px #6c6161, 2px 0px 2px #1a1818;
    padding: 10px 25px;
    text-align: left;
    background: #9d4747;
    width: 20%;
    color: #fff;
    border-radius: 5px;
}
.table02 td {
    color: #2f2d2d;
    font-size: 1.6rem;
    margin-bottom: 0;
    font-weight: 500;
    background: #f5f5f5;
    border-radius: 3px;
}

@media screen and (max-width:680px){
.table02 {
    border-collapse: separate;
    float: left;
}
.table02 th, .table02 td {
    padding: 10px !important;
    text-shadow: unset;
    display: block;
    width: 100%;
    font-size: 1.4rem;
}
}

/* TABLE01 */
.table-price td, .table-price th {
    padding: 3px;
    width: 20%;
}
.box-table {
    padding: 0px;
    border: none;
    width: 100%;
    display: inline-block;
}
.table-price {
    border-collapse: separate;
    border-spacing: 4px;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0;
}

.table-price th, .table-price td {
    font-size: 1.3rem;
    line-height: 1.3;
    padding: 18px 10px;
    vertical-align: top;
    font-weight: 500;
}
.table-price th {
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serifP;
    margin-bottom: 0;
    font-weight: 500;
    text-shadow: -1px -1px #6c6161, 1px 1px 3px #1a1818;
    text-shadow: -1px -1px #444, 1px 1px 3px #444;
    padding: 18px 25px;
    text-align: left;
    background: #433f58;
    width: 20%;
    color: #fff;
}
.table-price td {
    color: #f8f9fa;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serifP;
    margin-bottom: 0;
    font-weight: 500;
}

.table-price th {
    margin-bottom: 0;
    padding: 10px 25px;
    text-align: left;
    width: 15em;
}
.table-price .td01 {
    background: url(img/wall01.png);
}
.table-price .td02 {
    background: #b14a6b;
    text-align: center;
}
.table-price .td03 {
    background: #a23f5f;
    text-align: center;
}
.table-price .td04 {
    background: #a23f5f;
    padding: 15px 10px;
    letter-spacing: 0.5px;
}
.table-price .td05 {
    background: #ffffff;
    padding: 15px 0 0 10px;
    color: #000000;
}
.table-price .td05 span {
    display: none;
}
.box-table p {
    font-size: 1.5rem;
    font-weight: 400;
}
.section-about .coution {
    display: inline-block;
    padding: 0 15px;
}


@media screen and (max-width:680px){
.box-table {
    padding: 5px;
}
.table-price {
    border-collapse: separate;
    border-spacing: 5px;
    float: left;
    width: 100%;
    padding: 0;
}
.table-price .td05 {
    border-width: 2px;
}
.table-price th, .table-price td {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 15px 10px;
    vertical-align: top;
    font-weight: 500;
    border-color: unset;
}
.table-price td {
    display: block;
    width: 100%;
}
.table-price .td02, .table-price .td03 {
    display: none;
}
.table-price .td04 {
    background: #a23f5f;
    padding: 8px 10px;
    letter-spacing: 0.5px;
}
.table-price .td05 {
    background: #ffffff;
    padding: 8px 0 8px 10px;
    color: #000000;
    border-color: #f1f0ea;
    font-size: 1.3rem;
}
.table01 .td05 {
    padding: 24px 0 0 10px;
    border-bottom: 4px solid #fff;
}
.table-price .td05 span {
    display: block;
    float: left;
    padding: 0 5px 0 0;
}
}


/*======================================================================
||
||    LAYOUT
||
======================================================================*/


.layout-left-pic, .layout-right-pic {
    padding: 50px 10px 0;
    margin: 0 auto;
    display: table;
    position: relative;
    max-width: 1400px;
    width: 100%;
}
.layout-left-pic ul, .layout-right-pic ul {
    display: inline-block;
    font-size: 0;
}
.layout-left-pic li, .layout-right-pic li {
    width: 25%;
    float: left;
    padding: 2px;
    font-size: 0;
}

.layout-left-pic img, .layout-right-pic img {
    width: 100%;
    padding: 0px;
    border-radius: 8px;
    background: #ffffff;
}

.layout-right-pic .right {
    float: right;
    margin: 0 0 0 2.8vw;
    padding: 0;
    width: 42%;
}

.layout-left-pic .left {
    float: left;
    margin: 0 2.8vw 0 0;
    padding: 15px;
    width: 42%;
}

.layout-left-pic h3, .layout-right-pic h3 {
    font-size: 3.5rem;
    font-weight: 400;
    font-family: Noto Sans JP, 'Lato', sans-serif;
}
.layout-left-pic h4, .layout-right-pic h4 {
    font-size: 3rem;
    font-weight: 400;
}
@media(max-width:768px) {
.layout-left-pic, .layout-right-pic {
    padding: 0px;
    width: 100%;
}
.layout-right-pic .right, .layout-left-pic .left {
    float: unset;
    margin: 0;
    width: 100%;
    padding: 10px;
}
.layout-left-pic li, .layout-right-pic li {
    font-size: 0;
}
.layout-right-pic img, .layout-right-pic img {
    width: 100%;
    margin: 0;
}
.layout-left-pic h3, .layout-right-pic h3 {
    font-size: 2.5rem;
}
.layout-left-pic h4, .layout-right-pic h4 {
    font-size: 2.1rem;
}
}


/*======================================================================
||
||    PAGE COMMON
||
======================================================================*/

.index-page01 {
    font-size: 4rem;
    font-weight: 300;
    margin: 0;
}

.index-section01 {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0 10px;
    display: block;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000;
    font-size: 3.5rem;
    font-family: jambetica-light;
}

.index-section01 {
    padding: 30px 10px 10px;
    margin: 0 auto;
}

.index-section01 h3 {
    font-size: 4vw;
    text-align: right;
    font-weight: 200;
    line-height: 1.3;
    padding: 0;
    border-bottom: 1px solid;
    margin: 0;
}

.index-section01 div {
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 100;
    padding: 3px;
    float: right;
}

.index-section02 {
    text-align: center;
    margin: 0 auto;
    padding: 60px 10px 10px;
    display: block;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #000;
    font-size: 3.5rem;
    font-family: jambetica-light;
}

index-section02 {
    padding: 60px 0px 0px;
    margin: 0 auto;
}
.index-section02 h4 {
    width: 100%;
    display: flex;
    font-size: 4rem;
    text-align: left;
    font-weight: 400;
    color: #555;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0;
    border-bottom: 1px solid;
    margin: 16px auto 0;
    align-items: flex-end;
    justify-content: space-between;
}
.index-section02 h4 span {
    font-size: 50%;
}



.index-section03 {
    padding: 100px 5px 10px;
    margin: 0 auto;
    display: inline-block;
}
.index-section03 h3 {
    font-size: 4vw;
    text-align: left;
    font-weight: 300;
    line-height: 1.3;
    padding: 0;
    border-bottom: 0;
    margin: 0;
    color: #252525;
}
.index-section03 div {
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 400;
    padding: 0 10px;
    float: left;
}

@media only screen and (max-width:979px){
.index-section01 {
    font-size: 6.5vw;
}
}
@media(max-width:768px) {
.index-section01 {
    font-size: 2.5rem;
}
.index-section02 h4 {
    font-size: 2.6rem;
}
.index-section01 h3 {
    font-size: 7vw;
}
}

@media only screen and (max-width:768px){
.index-section03 h3 {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 0;
}
.index-section03 div {
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 400;
    padding: 0 2px;
}
}

@media only screen and (max-width:680px){
.index-section01 {
    font-size: 2rem;
}
.index-section01 div {
    line-height: 1.5;
    font-size: 2rem;
}
}
@media only screen and (max-width:480px){
.index-section02 h4 {
        font-size: 1.8rem;
        font-weight: 500;
    }
.tel-number {
        font-size: 2.4rem;
    }
}
/*======================================================================
||
||    HEADER STYLES
||
======================================================================*/

.header {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
}
.admin-bar .header {
    top: 32px;
}
.admin-bar .hidden-nav {
    margin: 32px 0 0 0;
}
.page-template-plan .header {
    background: #fff;
}
@media(max-width:890px) {
.page-template-plan .header {
    height: 62px;
}
}
.page-template-about_me .header {
    background: #fff;
}

.normal-header {
    display: flow-root;
}

#logo {
    margin: 0.75em 0;
}

#logo a {
    color: #ffffff;
    font-family: Vollkorn;
    font-size: 2rem;
    font-weight: 600;
}








/*======================================================================
||
||    TITLE
||
======================================================================*/






.box-site-title {
    float: left;
    top: 12px;
    left: 20px;
    position: absolute;
    z-index: 2;
}
.site-title {
    float: left;
    margin: 0;
    padding: 0;
    display: flex;
}
.site-title span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 0px 0 0 0px;
    display: block;
    letter-spacing: 3.2px;
}

.page-template-plan .site-title span {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0;
}

.box-site-title a, .box-site-title a:visited {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
    z-index: 100;
    position: fixed;
}

@media(max-width:979px) {
.box-site-title a, .box-site-title a:visited {
    width: auto;
    font-size: 22px;
}
.site-title span {
    font-size: 9px;
    padding: 2px 7px;
}
.box-site-title {
    float: left;
    top: 15px;
    left: 16px;
    position: absolute;
}
}
@media(max-width:768px) {

.site-title span {
    font-size: 0.6rem;
    font-weight: 100;
    display: none;
}
.box-site-title a, .box-site-title a:visited {
    width: auto;
    font-size: 27px;
}
}

@media(max-width:440px) {
.wrap-header {
    padding: 2px 0 0 0;
}
.box-site-title {
    padding: 7px 0 0 0;
}
.box-site-title a, .box-site-title a:visited {
    width: auto;
    font-size: 15px;
}
.site-title span {
    font-size: 1rem;
    font-weight: 100;
}
}

@media(max-width:290px) {
    .box-site-title {
        padding: 6px 0 0 0 !important;
    }
    .box-site-title a, .box-site-title a:visited {
        width: auto;
        font-size: 12px;
    }
}

.page-template-plan .header, .page-template-about_me .header, .page-template-contact-page .header {
    background: #fff;
    height: 75px;
}

.page-template-plan .box-site-title, .page-template-about_me .box-site-title, .page-template-contact-page .box-site-title {
    float: left;
    top: 3px;
    left: 14px;
    position: absolute;
}
.page-template-plan .box-site-title a, .page-template-about_me .box-site-title a, .page-template-contact-page .box-site-title a {
    color: #000000;
    width: auto;
    font-size: 1.7rem;
    font-family: 'jambetica-light';
    line-height: 1;
    z-index: 100;
}
.page-template-plan .site-title span, .page-template-about_me .site-title span, .page-template-contact-page .site-title span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
    font-weight: 500;
    margin: 0;
    padding: 0 0px;
    display: block;
}


.page-template-plan .box-site-title a, .page-template-plan .page-site-title a, .page-template-plan .page .box-site-title a:visited {
    width: auto;
    position: relative !important;
    line-height: 0.9;
}
.page-template-plan .box-site-title {
    float: left;
    top: 18px;
    left: 11px;
    position: absolute;
}





/*======================================================================
||
||    LOGO
||
======================================================================*/


.center-logo, .box-site-title a, .box-site-title a:visited, .hidden-logo {
    font-family: "Libre Baskerville", serif;
}
.center-logo {
    padding: 10% 0 0 0;
    position: absolute;
    width: 45vw;
    font-size: 5.7vw;
    line-height: 1.1;
    text-align: right;
    float: left;
    left: 0px;
    z-index: 9;
    text-shadow: 0px 0px 1px #ffffff, 0px 0px 1px #f7f7f7, 0px 0px 3px #f2f2f2, 0px 0px 3px #ece9e9, 0px 0px 4px #eaeaea;
    text-shadow: 4px 4px 4px #302020;
    color: #ffffff;
}
.center-logo span {
    font-size: 110%;
    display: block;
    line-height: 1;
}
.center-logo div {
    font-size: 32px;
    line-height: 1.6;
    font-weight: 500;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}


.site-title {
    color: #ffffff !important;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.6;
    letter-spacing: 1.2px;
    margin: 0;
    padding: 8px 0 0 0;
    text-shadow: 4px 4px 4px #302020;
    display: inline-block;
}

@media (max-width: 970px) {
    .center-logo {
        text-align: center;
        contain-intrinsic-block-size: auto 100px;
        padding: 42% 0 0 0;
        width: 428vw;
        font-size: 10vw;
        line-height: 1.1;
        font-weight: 200;
        z-index: 9;
        position: relative;
        text-shadow: 0px 0px 1px #a1a1a1, 0px 0px 1px #959595, 0px 0px 4px #595959, 0px 0px 3px #616161, 0px 0px 7px #212121;
    }
    .center-logo span {
        font-size: 115%;
        line-height: 1.1;
    }
    .center-logo div {
        font-size: 5vw;
    }

}



/*********************

NAVIGATION STYLES

*********************/


.global-navigation {
    float: right;
    padding: 0 80px 0 0;
    position: relative;
}
.nav {
    border-bottom: 0;
    position: relative;
    display: flex;
    padding: 0;
    width: 100%;
    margin: 0;
}
.nav ul {
     background: #323944;
     margin-top: 0; 
}
.nav li {
    position: relative;
    float: left;
    font-weight: 600;
    padding: 0;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.nav .menu-last::after {
}

.nav li a {
    font-size: 20px;
    font-weight: 500;
    float: left;
    letter-spacing: 0.6px;
    color: #000000;
    line-height: 1.1;
    padding: 23px 10px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: 0px 0px 1px #292929, 0px 0px 1px #616161, 0px 0px 3px #939393, 0px 0px 3px #9b9b9b, 0px 0px 4px #b7b7b7;
}
.nav li a::after {
    content: "/";
    font-weight: 100;
    font-size: 1.6rem;
    padding: 4px 18px 0 0;
    color: #ffffff;
    line-height: 0.8;
    float: left;
    font-family: 'Noto Sans JP', sans-serif;
}
.nav .item0 a::after {
    content: unset;
}
.nav li a:hover, .nav li a:focus {
    text-decoration: underline;
}
.nav li a:hover {
    text-decoration: none !important;
    color: #d0c1c1 !important;
    font-weight: 900;
    line-height: 1.1;
    border-bottom: 0px solid #d0c1c1;
}

.nav li ul.sub-menu, .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
}
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            width: 180px;
            border-bottom: 1px solid #ccc; }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
.nav li:hover > ul {
    top: auto;
    visibility: visible;
}

.menu-last a::after {
}
.nav li ul.sub-menu li a, .nav li ul.children li a {
    padding-left: 30px;
}



.wrap {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.wrap-header {
    padding: 10px 0 0 0;
}





.neon1 {
    text-shadow: 0px 0px 1px #ffffff, 0px 0px 1px #f7f7f7, 0px 0px 1px #f2f2f2, 0px 0px 1px #ece9e9, 0px 0px 8px #dedbdb;
    0px 0px 100px #ffffff: ;
}
.page .neon1, .archive .neon1 {
    text-shadow: 0px 0px 1px #ffffff, 0px 0px 1px #f7f7f7, 0px 0px 3px #f2f2f2, 0px 0px 3px #ece9e9, 0px 0px 4px #eaeaea;
    0px 0px 100px #ffffff: ;
}
.neon2 {
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 20px #f7f7f7, 0px 0px 10px #f2f2f2, 0px 0px 8px #ece9e9, 0px 0px 8px #dedbdb;
    0px 0px 100px #ffffff: ;
}

.page .neon1, .archive .neon3 {
    text-shadow: 0px 0px 1px #292929, 0px 0px 1px #616161, 0px 0px 3px #939393, 0px 0px 3px #9b9b9b, 0px 0px 4px #b7b7b7;
}

@media(max-width:1280px) {
.nav li a {
    font-size: 1.5rem;
    letter-spacing: 0.2px;
    line-height: 1.1;
    padding: 22px 8px 15px 0;
}
.nav li a::after {
    font-size: 1.4rem;
    padding: 2px 8px 0 0;
    color: #ffffff;
    line-height: 0.8;
}
.hidden-menu-main li::after {
    padding: 0 10px;
}
.global-navigation {
    float: right;
    padding: 0 70px 0 0;
    position: relative;
}
.global-navigation .menu-last::after {
padding: 0;
}
}




@media(max-width:768px) {
.nav {
    padding: 23px 8px 15px 0;
    width: 100%;
    margin: 0;
}
.nav li a {
    font-size: 1.2rem;
    padding: 0 1px;
}
}

@media(max-width:700px) {
.box-site-title {
    top: unset;
    position: relative;
    left: unset;
    padding: 0;
    top: 11px;
    left: 11px;
}
.site-title {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    display: contents;
}
.nav {
    padding: 0 0 0 10px;
    display: none;
}
.nav li a {
    font-size: 1rem;
}

}

@media(max-width:768px) {
.global-navigation {
    display: none;
}
}

/*======================================================================
||
||    HIDDEN-NAVI
||
======================================================================*/

.home .hidden-nav {
    height: auto;
    background-color: #fff;
    display: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;
    z-index: 99;
}

.page-template-about .hidden-nav, .page-template-menu .hidden-nav, .page-template-entertainment .hidden-nav, .page-template-contact .hidden-nav, .page-template-heshikiya-eisa .hidden-nav, .page-template-tunahiki .hidden-nav, .page-template-industry .hidden-nav, .single .hidden-nav, .archive .hidden-nav, .page-template-feature .hidden-nav, .error404 .hidden-nav {
    height: auto;
    background-color: #8b3636;
    display: block;
}
.page-template-about .normal-header, .page-template-menu .normal-header, .page-template-entertainment .normal-header, .page-template-contact .normal-header, .page-template-heshikiya-eisa .normal-header, .page-template-tunahiki .normal-header, .page-template-industry .normal-header, .single .normal-header, .archive .normal-header, .page-template-feature .normal-header, .error404 .normal-header {
    display: flow-root;
    display: none;
}

.hidden-nav .inbox {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: table;
}

.hidden-logo {
    color: #000000;
    width: auto;
    float: left;
    line-height: 1.1;
    font-weight: 300;
    z-index: 100;
    position: relative;
}
.hidden-nav a {
    color: #ffffff;
}
.hidden-logo a {
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 1px;
}
.hidden-logo span {
    font-weight: 500;
    display: block;
    padding: 20px 15px 0 0;
    color: #fff;
    text-shadow: 0 0 BLACK;
}
.hidden-logo .roma {
    font-weight: 500;
    display: block;
    font-size: 12px;
    font-family: 'jambetica-light';
    padding: 0px 0 0 0px;
    color: #fff;
}
.hidden-item {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: auto;
    display: flex;
    justify-content: center;
}
.hidden-item li {
    height: auto;
    text-align: center;
}
.hidden-item a {
    display: block;
    height: auto;
    line-height: initial;
    text-decoration: none;
}
.hidden-nav.clone-nav {
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 1s;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.hidden-nav.clone-nav.is-fixed-nav {
    display: block;
    background: #771111;
    top: 0;
}
.admin-bar .hidden-nav.clone-nav.is-fixed-nav {
    top: 0px;
}
.hidden-nav .box-site-title {
    display: none;
}

.hidden-menu-main {
    float: right;
    padding: 0 80px 0 0;
}
.hidden-menu-main li {
    width: auto;
    padding: 0;
}
.hidden-menu-main li a {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    padding: 32px 6px 34px;
    font-family: jambetica-light;
    font-weight: 600;
}

.hidden-menu-main li a::after {
    content: "/";
    font-weight: 100;
    font-size: 1.5rem;
    padding: 6px 12px 0 0px;
    color: #ffffff;
    line-height: 0.8;
    float: left;
    font-family: 'Noto Sans JP', sans-serif;
}
.hidden-menu-main .item0 a::after {
    content: unset;
}
.hidden-menu-sns {
    width: auto;
    float: left;
    display: none;
}
.hidden-menu-sns li {
    width: auto;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.3), 0px 5px 4px rgba(0,0,0,0.1), 0px 18px 18px rgba(0,0,0,0.1);
}
.icon-hidden-instagram {
    padding: 18px 5px 0 5px;
}
.icon-hidden-instagram:before {
    color: #fff;
    font-size: 2.6rem;
}
.icon-hidden-facebook {
    padding: 18px 5px 0 5px;
}
.icon-hidden-facebook:before {
    color: #fff;
    font-size: 2.6rem;
}
.icon-hidden-youtube {
    padding: 18px 5px 0 8px;
}
.icon-hidden-youtube:before {
    color: #fff;
    font-size: 2.7rem;
}

@media (max-width: 980px) {
.hidden-logo span {
    padding: 23px 15px 0 0;
}
.hidden-menu-main li a {
    font-size: 1.4rem;
    letter-spacing: 1.6px;
    font-weight: 400;
    padding: 32px 3px 34px;
}
.hidden-menu-main li a::after {
    content: "/";
    font-weight: 100;
    font-size: 1.2rem;
    padding: 5px 6px 0 0px;
    color: #ffffff;
    line-height: 0.8;
    float: left;
}
}

@media (max-width: 860px) {
.hidden-logo a {
    font-size: 2rem;
}
}

@media (max-width: 820px) {
.hidden-logo {
    padding: 23px 0 0 0;
}
.hidden-logo span {
    padding: 25px 15px 0 0;
}
.hidden-logo a {
    font-size: 2.1rem;
}
.hidden-logo .roma {
    font-size: 11px;
}

.hidden-menu-main {
    padding: 0 60px 0 0;
}
.hidden-menu-main li a {
    font-size: 1.35rem;
    letter-spacing: 0;
    padding: 32px 3px 34px;
}
.hidden-logo span {
    padding: 0;
}
}

@media (max-width: 768px) {
.hidden-logo {
    padding: 16px 0 14px 0;
}
.hidden-logo a {
    font-size: 2.2rem;
    letter-spacing: 1px;
}
}
@media (max-width: 410px) {
.hidden-logo a {
    font-size: 1.4rem;
    letter-spacing: 1px;
}
}
/*======================================================================
||
||    SMART PHONE MENU
||
======================================================================*/

.hamburger {
    top: 25px;
    position: fixed;
    float: right;
    right: 12px;
    font-size: 0;
    cursor: pointer;
    border-radius: 0;
    width: 45px;
    height: 45px;
    z-index: 550;
}
.admin-bar .hamburger {
    top: 35px;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0px;
    background: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 22px;
}
.hamburger span:nth-child(3) {
  top: 34px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

/* メニュー背景 */
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgb(121 34 64);
    text-align: center;
    width: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
    padding: 90px 0 0 0;
    height: 100%;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    border-bottom: 1px solid #787878;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

.bt-menu h3 {
    padding: 0;
    margin: 0;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 10px 10px 7px;
    text-decoration: none;
    font-family: 'Josefin Sans', font-family;
    font-size: 14px;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
    opacity: 100;
    display: block;
    transform: translateX(0%);
    height: 100%;
    padding: 90px 0 0 0;
}








@media (max-width: 970px) {
.admin-bar .hamburger {
    top: 19px;
}
.hamburger {
    top: 14px;
}
}

@media (max-width: 768px) {
.menuBtn {
    position: absolute;
    top: 8px !important;
    right: 15px !important;
}
.hidden-menu-main {
    display: none;
}
}

/*======================================================================
||
||    POST
||
======================================================================*/

.single-post #theme-main {
    padding: 150px 0 0 0;
    background: url(img/bk-back.jpg);
}

@media (min-width: 1200px) {
.display-4 {
    font-size: 2.2rem;
    font-weight: 500;
}
}

.block-three01 {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 15px 5px;
    display: table;
}
.block-three01 li {
    width: 33.333%;
    float: left;
    font-size: 0;
    padding: 10px;
}
.block-three01 .in-box {
    width: 100%;
    padding: 0;
    background: #fff;
    border-radius: 0;
    display: inline-block;
}

.block-three01 img {
    width: 100%;
    height: auto;
    padding: 0;
    vertical-align: bottom;
    background: #ffffff;
    border-radius: 0;
}
.block-three01 .picarea {
    position: relative;
}
.block-fouthree01r01 .txtarea {
    margin: 8px 0 0 0;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    min-height: 120px;
}

.block-three01 h3 {
    font-size: 1.7rem;
    padding: 5px 2px 5px;
    line-height: 1.3;
    min-height: 60px;
    color: #454545;
}
.block-three01 h5 {
    font-size: 2.5rem;
    font-family: 'Cinzel', serif;
    line-height: 1.3;
    color: #46383d;
    padding: 0px 3px 5px;
    text-align: center;
}

.block-three04 {
    margin: 0 auto;
    padding: 20px;
    position: relative;
    width: 100%;
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 2fr));
    gap: 20px;
}
.block-three04 li {
    width: 100%;
}

.block-three04 li .inbox {
    position: relative;
}

.block-three04 a {
    display: block;
    position: relative;
    overflow: hidden;
}
.block-three04 img {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

.block-three04 li .txtarea {
    color: #ffffff;
    position: absolute;
    width: 100%;
    background: url(img/black30per.png);
    right: 0;
    top: 0;
    z-index: 1;
    padding: 0;
    height: 100%;
    display: inline-block;
}


.block-three04 h3 {
    font-size: 4rem;
    font-family: 'Noto Sans JP', sans-serifP;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 600;
    position: absolute;
    top: 39%;
    right: 7%;
    margin: 0;
    text-align: right;
}
.block-three04 h3 span {
    font-size: 2.1rem;
    font-family: Oswald;
    line-height: 1;
    color: #ffffff;
    font-weight: 300;
    display: block;
    padding: 4px 0 0 0;
    text-align: right;
}
.block-three04 .box-bt {
    background: #ededed;
    float: right;
    width: 120px;
    height: auto;
    margin: 0 0 0 5px;
    padding: 4px;
}
.block-three04 .box-bt-reserve, .block-three04 .box-bt-found {
}

.block-three04 h4 {
    font-size: 1.8rem;
    text-align: center;
    color: #892925;
    font-family: 'Noto Serif JP', serif;
    margin: 0;
}
.block-three04 h5 {
    font-size: 1.5rem;
    text-align: center;
    padding: 1px 0;
    margin: 0;
    line-height: 1;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
}
.block-three04 .txtarea a:hover h5 {
    color: #c62d1f;
} 
.block-three04 p {
    font-size: 1.7rem;
    text-align: center;
    padding: 3px 0 0;
    margin: 0;
    line-height: 1.2;
    color: #000000;
    font-family: antonio-bold;
    font-weight: 600;
}
.block-three04 .cover:before {
	z-index: 30;
	content: "";
	display: block;
	position: absolute;
    z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.block-three04 .cover:hover::before {
	 background-color: unset;
	 opacity: 1;
}
.box-second a:hover {
	 background: none;
	 opacity: 0.8;
}

.block-three04 .cover {
    position: relative;
    text-decoration: none;
    padding: 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background: url(img/black10per.png);
}
.block-three04 .cover p {
    color:#fff;
    position:relative;
    z-index:2;
}

@media (max-width: 1270px) {
.block-three04 h3 {
    font-size: 1.7rem;
    padding: 4px 0 0 0;
}
.block-three04 h3 span {
    font-size: 1.1rem;
    padding: 4px 0 0 0;
}
.block-three04 .box-bt-reserve, .block-three04 .box-bt-found {
    width: 100px;
    padding: 4px;
}
.block-three04 h5 {
    font-size: 1.4rem;
    padding: 2px 0 0;
}
}

@media (max-width: 980px) {
.block-three04 {
    padding: 20px;
}
.block-three04 h3 {
    font-size: 1.9rem;
}
}

.block-four01 {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 15px 5px 45px;
    display: table;
}

.block-four01 li {
    width: 25%;
    float: left;
    font-size: 0;
    padding: 10px;
}

.block-four01 .inbox {
    width: 100%;
    padding: 7px;
    background: #fff;
    border-radius: 0;
    display: inline-block;
}

.block-four01 img {
    width: 100%;
    height: auto;
    padding: 0;
    vertical-align: bottom;
    background: #ffffff;
    border-radius: 0;
}

.block-four01 .picarea {
    position: relative;
}
.block-four01 .txtarea {
    margin: 8px 0 0 0;
    width: 100%;
    background: #fff;
    border-radius: 15px;
    min-height: 120px;
}

.block-four01 h3 {
    font-size: 1.6rem;
    padding: 5px 2px 5px;
    line-height: 1.3;
    min-height: 60px;
    color: #454545;
}
.block-four01 .post_date {
    margin: 0;
    line-height: 1.3;
    text-align: right;
}
.block-four01 .release_date {
    font-size: 1.4rem;
}
.block-four01 h5 {
    font-size: 2.5rem;
    font-family: 'Cinzel', serif;
    line-height: 1.3;
    color: #46383d;
    padding: 0px 3px 5px;
    text-align: center;
}

.box-link-more {
    padding: 0 15px;
    text-align: right;
}
.box-link-more div {
    font-size: 1.6rem;
    color: #fff;
}



@media (max-width: 680px) {
.block-three04 h3 {
    font-size: 1.5rem;
    right: 30px;
}
}

@media (max-width: 580px) {
.block-three04 h3 {
    font-size: 1.3rem;
    right: 10px;
    top: 27px;
    text-align: right;
}
}

@media only screen and (max-width: 1200px) {
.block-four01 {
    padding: 15px 10px;
}
.block-four01 li, .block-three02 li {
    padding: 5px;
}
}
@media only screen and (max-width: 980px) {
.block-four01 li, .block-three02 li {
    width: 50%;
    padding: 10px;
}
}
@media only screen and (max-width: 640px) {
.block-four01 li, .block-three02 li {
    width: 50%;
    padding: 5px;
}
}
@media only screen and (max-width: 440px) {
.block-four01 li, .block-three02 li {
    padding: 5px;
    width: 50%;
}
.block-four01 h3 {
    font-size: 1.6rem;
    padding: 5px 2px 5px;
    line-height: 1.3;
    min-height: 60px;
    color: #454545;
}
.block-four01 h3, .block-four01 .txtarea {
    min-height: auto;
}
}
@media only screen and (max-width: 350px) {
    .block-four01 li, .block-three02 li {
        padding: 10px;
        width: 100%;
    }
}



/*======================================================================
||
||    INFO
||
======================================================================*/

.info-section {
  background-image: linear-gradient(135deg, #e6d8c1 0%, #c9ae8a 100%);
  background-size: cover;
  background-position: center;
}

.index-first-intro h3 {
  color: #000000;
}



/*======================================================================
||
||    VIDEO
||
======================================================================*/

#video-header {
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 

#video-area {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    box-sizing: inherit;
}

#video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
    display: inline-block;
    box-sizing: inherit;
    max-width: unset;
}


@media(max-width:767px) {
#video {
    width: 0px;
    min-height: 228.777778vh;
    min-width: 106%;
}
}
/*========= レイアウトのためのCSS ===============*/

#top-contents {
    background: #3d3b3b;
    padding: 0 0;
    text-align: center;
}

/*======================================================================
||
||    SECTION
||
======================================================================*/

.center-all01 {

}
.section-leftbox {
    width: 74%;
    float: left;
    padding: 5px;
}
.section-rightbox {
    width: 25%;
    float: right;
    padding: 5px;
}

/*======================================================================
||
||    INDEX
||
======================================================================*/
.index01 {
    font-family: Vollkorn;
    font-size: 6rem;
    color: #000;
    padding: 0 20px;
    margin: 4.5rem 0 0 0;
}
.index01 span{
    font-size: 1.5rem;
    padding: 0 5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
}


@media(max-width:800px) {
.index01 {
    font-size: 3rem;
    padding: 0 20px;
    margin: 2rem 0 0 0;
}
}
/*======================================================================
||
||    BOX INDEX
||
======================================================================*/
.index-first-intro {
    padding: 50px 5px 0;
    margin: 0 auto;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1;
    font-family: "Libre Baskerville", serif;
}
.index-first-intro-en {
    padding: 5px;
    margin: 0 auto 4vw;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.3;
}

.index-first-intro-txt {
    padding: 20px 20px 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    line-height: 2;
    font-family: 'Noto Serif JP', sans-serif;
}
.index-top-item01, .index-top-item02 {
    padding: 5% 15px 10px;
    width: 100%;
    display: block;
    line-height: 0.9;
    margin: 0 auto;
    font-size: 5.5rem;
    letter-spacing: 5px;
    color: #fff;
    font-family: 'jambetica-light';
}


.index-top-item01 {
    text-align: left;
}
.index-top-item02 {
    text-align: right;
}
.top_photoarea_txt, .movie_front_txt  {
    padding: 5px 15px;
    color: #fff;
    line-height: 1.7;
    font-size: 1.2rem;
    display: inline-block;
}

.index-top-item01 span, .index-top-item02 span {
    display: block;
    font-size: 80%;
}

.top_photoarea_txt {
    text-align: left;
    float: left;
}
.movie_front_txt {
    text-align: right;
    float: right;
}
@media only screen and (max-width:1300px){
.index-top-item01, .index-top-item02 {
    padding: 100px 15px 0;
    font-size: 5rem;
}
}
@media only screen and (max-width:1100px){
.top_photoarea_txt, .movie_front_txt {
    line-height: 1.7;
    font-size: 16px;
}
}

@media only screen and (max-width:1100px){
.top_photoarea_txt, .movie_front_txt {
    font-size: 14px;
}
}
@media only screen and (max-width:768px){
.index-heading01 {
    padding: 10px 0 10px;
    font-size: 2rem;
}
.index-first-intro {
    font-size: 5rem;
}
.index-first-intro-en {
    font-size: 1.7rem;
}
.index-top-item01, .index-top-item02 {
    padding: 50px 10px 0;
    font-size: 2.9rem;
}
}
@media only screen and (max-width:680px){

.index-top-item01, .index-top-item02 {
    padding: 35px 10px 0;
    font-size: 2.9rem;
}
.index-first-intro-txt {
    font-size: 14px;
    text-align: left;
}
.top_photoarea_txt, .movie_front_txt {
    font-size: 14px;
    padding: 5px 10px;
}
}

@media only screen and (max-width:400px){
.index-first-intro {
    font-size: 3rem;
    padding: 50px 5px 0;
}
.index-first-intro-en {
    font-size: 1.5rem;
}
.block-three04 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px;
    padding: 20px;
}
}

@media only screen and (max-width:290px){
    .index-first-intro {
        font-size: 2rem;
    }
#footer-link-box a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.footer-logo-index {
    color: #fff;
    font-size: 1.7rem !important;
}
}



/*======================================================================
||
||    TOP>ROLLING
||
======================================================================*/

.fullPageScroll {
    width: 100%;
    height: 100vh;
    overflow-y: inherit;
    height: auto;
}

.section {
    width: 100%;
    height: 100vh;
}

.pagination a.active {
  transform: scale(1.8);
}
.roll-section {
    width: 100%;
    height: 100vh;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.heighauto {
    height: auto !important;
}

.pagination a.active {
  transform: scale(1.8);
}








/*======================================================================
||
||    TOP>BACKGOROUND-AREA
||
======================================================================*/

.bg-photo {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 10px solid #000000;
}
.bg-photo::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.bg-photo .in-box {
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}


.bg-photo02 {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 10px solid #000000;
    background-repeat: repeat;
}
.bg-photo02::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

/*======================================================================
||
||    TOP>MENU
||
======================================================================*/


.menu-grid01 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(425px, 1fr));
    gap: 20px;
    padding: 20px 20px 60px;
    max-width: 1200px;
    margin: 0 auto;
}
.menu-grid01 .cards {
    position: relative;
    padding: 5px 5px;
    width: 100%;
}
.menu-grid01 .name1 {

}
.menu-grid01 .name2 {

}

.btnz, a.btnz, button.btnz {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
}
a.btn-gradient {
    color: #fff;
    border-radius: 5px;
    background-color: #fff;
    color: #000000;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
a.btn-gradient:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #83a9c3;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}


/*======================================================================
||
||    TOP>LINK
||
======================================================================*/
.cards .inbox {
    width: 100%;
    max-width: 260px;
    font-size: 2.5rem;
    display: flex;
    font-weight: 600;
    padding: 15px;
    margin: 0;
    font-family: "Libre Baskerville", serif;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
.cards .inbox span {
    font-size: 60%;
    padding: 0 0 0 10px;
    font-family: 'Noto Sans JP', sans-serifP;
}

.cards .top_menu_bt:after {
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 9px;
    border-top: 2px solid #080808;
    border-right: 2px solid #292929;
    content: '';
    display: inline-block;
}
.top_menu_bt {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 10px 10px 10px 20%;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.top_menu_bt .illust {
    max-width: 75px;
    width: 100%;
    height: auto;
    padding: 10px;
}

@media only screen and (max-width:1200px){
.top_menu_bt {
    padding: 10px 10px 10px 17%;
}
.menu-grid01 {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 15px;
}
.cards .inbox {
    max-width: 200px;
    font-size: 2.2rem;
}
}

@media only screen and (max-width:980px){
.top_menu_bt {
        padding: 10px 10px 10px 9%;
    }
.menu-grid01 {
        grid-template-columns: repeat(auto-fit, minmax(348.5px, 1fr));
}
}

@media only screen and (max-width:768px){
.top_menu_bt {
        padding: 10px;
        text-align: center;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .cards .inbox {
        max-width: 215px;
        font-size: 2.5rem;
    }
}
@media only screen and (max-width:420px){
    .top_menu_bt .illust {
        max-width: 45px;
        padding: 5px;
    }
.cards .inbox {
        max-width: 160px;
        font-size: 1.8rem;
        padding: 5px;
    }
.cards .top_menu_bt:after {
    transform: rotate(45deg);
    width: 9px;
    height: 9px;
}
.cards .inbox span {
    padding: 0 0 0 5px;
}
.menu-grid01 {
        grid-template-columns: unset;
}
}
/*======================================================================
||
||    TOP>INSTA_LIST
||
======================================================================*/

.aaa {
    display: inline-block;
    width: 100%;
}

/*======================================================================
||
||    TOP>ITEM-LIST
||
======================================================================*/
.area-roll {
    overflow: visible;
    width: 100%;
    height: 100vh;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-scroll-snap-type: mandatory;
    scroll-snap-type: mandatory;
    -webkit-scroll-snap-points-y: repeat(100%);
    scroll-snap-points-y: repeat(100%);
}

.box-bg-black {
  background-color: #333;
}
.box-bg-gray {
  background-color: #ccc;
}
.box-bg-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.intro_link_to {
    margin: 0 auto;
    position: absolute;
    display: table;
    width: 100%;
    max-width: 500px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 100px;
    padding: 0;
}
.box-prof .intro_link_to {
    max-width: 100%;
}
.intro_link_to li {
    padding: 5px;
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
    color: #000;
}
.intro_link_to li .inbox {
    padding: 3px 2px;
    border: 3px solid #e8e8e8;
    width: 100%;
    float: left;
    height: 35px;
    background: #ffffff47;
}
.intro_link_to li .inbox h3 {
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
@media only screen and (max-width:470px){
.intro_link_to li {
    padding: 4px 20px;
    width: 100%;
}
.intro_link_to li .inbox {
    padding: 0;
    border: 3px solid #ffffff;
}
.intro_link_to li .inbox h3 {
    font-size: 1rem;
    padding: 2px 0;
}
}

/*======================================================================
||
||    TOP>ITEM
||
======================================================================*/

.box-background-item01 {
    width: 100%;
    max-width: 1300px;
    position: absolute;
    padding: 5px;
    bottom: 30px;
}
.box-background-item02 {
    width: 100%;
    max-width: 440px;
    position: absolute;
    bottom: 5%;
    right: 0;
}
.pic-list02 {
    width: 100%;
    max-width: 650px;
    display: table;
    padding: 0;
    margin: 0;
}
.pic-list02 li {
    width: 25%;
    float: left;
    padding: 6px;
}
.pic-list02 li .pic-box {
    padding: 0;
}

.pic-list02 li img {
    width: 100%;
    padding: 4px;
    background: #ffffff45;
}

@media only screen and (max-width:870px){
.pic-list02 {
}
}

@media only screen and (max-width:470px){
.pic-list02 li {
    float: left;
    padding: 2.5px;
}
.pic-list02 li img {
    padding: 2px;
}
}

.box_movie_area {
    max-width: 470px;
    width: 100%;
    padding: 5px 20px;
    border-radius: 2px;
    float: right;
}
.youtube2 {
    position: relative;
    width: 100%;
    padding-top: 0;
}
.youtube2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.box-topitem-link01, .box-topitem-link02 {
    margin: 0 auto;
    padding: 4px 2px;
    position: relative;
    display: table;
    width: 100%;
    text-align: center;
}
.box-topitem-link01 {
    float: left;
    max-width: 650px;
}
.box-topitem-link02 {
    float: right;
    max-width: 500px;
    padding: 0 15px;
}
.box-topitem-link01 li, .box-topitem-link02 li {
    padding: 4px;
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
}
.box-topitem-link01 li .inbox, .box-topitem-link02 li .inbox {
    padding: 5px;
    width: 100%;
    background: url(img/bk-white80per.png);
    border-radius: 2px;
    height: 35px;
}
.box-topitem-link01 li .inbox h3, .box-topitem-link02 li .inbox h3 {
    padding: 0;
    margin: 0;
    color: #292828;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}

@media only screen and (max-width:670px){
.box_movie_area {
    max-width: 450px;
}
.box-topitem-link01, .box-topitem-link02 {
    max-width: 450px;
}
}
@media only screen and (max-width:470px){
.box-background-item01, .box-background-item02 {
    bottom: 30px;
}
.box-topitem-link01 li, .box-topitem-link02 li {
    padding: 4px 2px;
    width: 50%;
}
.box-topitem-link01 li .inbox, .box-topitem-link02 li .inbox {
    padding: 1px;
    height: 27px;
}
.box-topitem-link01 li .inbox h3, .box-topitem-link02 li .inbox h3 {
    font-size: 0.8rem;
}

}


/*======================================================================
||
||    TOP>BACKGOROUND-AREA
||
======================================================================*/

.box-top-instagram {
    display: table;
    background: #ffffff;
    padding: 60px 5px;
}
.box-top-instagram .inbox {
    padding: 20px 5px;
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    display: flex;
}
.box-top-instagram ul {
    padding: 0;
    font-size: 0;
    display: inline-block;
    max-width: 1300px;
    width: 100%;
}
.box-top-instagram li {
    float: left;
    width: 25%;
    padding: 10px;
}
.box-top-instagram img {
    width: 100%;
}
/*======================================================================
||
||    MAINIMAGE
||
======================================================================*/

.ec-picture {
    width: 689px;
    margin: 0 0 40px 0;
    clear: both;
}

.pc-slide {
    display: block;
}
.sp-slide {
    display: none;
}

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

.section-ec {
    height: auto;
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 0;
}
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 0;
}
.area-slide {
    display: block;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0;
    max-width: 1920px;
    z-index: 3;
    background: #ffffff;
}
.box-ec {
    margin: 0 auto;
    display: block;
    height: auto;
    padding: 0;
}
.box-ec img {
    padding: 0;
    width: 100%;
    border-radius: 0;
}
.box-ec .bt-taisaku {
    z-index: 30;
    max-width: 21%;
    position: absolute;
    bottom: 2.8%;
    left: 3.5%;
}

@media only screen and (max-width:890px){
.box-ec {
    width: 100%;
}
}
@media only screen and (max-width:768px){
.box-ec .bt-taisaku {
    z-index: 30;
    max-width: 29%;
    position: absolute;
    bottom: 12.8%;
    left: 3.5%;
}
}

.box-ec .bt-taisaku:hover{
  animation: hoverShake .1s  infinite;
  opacity: 0.8;
}
 
@keyframes hoverShake {
  0% {transform: skew(0deg,0deg);}
  25% {transform: skew(1deg, 1deg);}
  75% {transform: skew(-1deg, -1deg);}
  100% {transform: skew(0deg,0deg);}
}


.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 48%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
}

.swiper-pagination {
    bottom: 0 !important;
    left: unset !important;
    padding: 0;
}
.swiper-pagination-bullet {
    opacity: 0 !important;
    padding: 30px !important;
}
.swiper-pagination-bullet-active {
    opacity: 170;
    background: #ffffff !important;
}

@media only screen and (max-width:768px){
.swiper-pagination {
    padding: 0px;
}
}

/*======================================================================
||    
||   ARCHIVE / WORKS
||
======================================================================*/

.main-archive {
    padding: 0;
    width: 100%;
    min-height: 600px;
    max-width: 880px;
    margin: 0 auto;
}


@media (max-width: 767px) {
.main-archive {
    float: left;
    padding-right: 0;
    width: 100%;
}
}


/*======================================================================
||    
||   MOVIE WORKS
||
======================================================================*/

.section-movie-works {
    padding: 15px;
}

.section-movie-works .post {
    border-bottom: 3px #c2c2c2 dotted;
    margin: 0;
}


.box_youtube_url {
    max-width: 50%;
    padding: 30px 5px;
    border-radius: 0;
    width: 100%;
    float: right;
}

.box_youtube_txt {
    max-width: 50%;
    padding: 30px 5px;
    border-radius: 0;
    width: 100%;
    float: left;
}

.box_youtube_url .inbox {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #acacac;
    border: 2px solid #acacac;
}
.box_youtube_url .inbox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube_index {
    font-size: 1.15rem;
    letter-spacing: 0.2px;
    color: #333333;
    margin: 0;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
.youtube_text {
    font-size: 0.9rem;
    letter-spacing: 0.2px;
    color: #333333;
    margin: 15px 0;
    font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width:670px){
.box_movie_area {
    max-width: 450px;
}
}


/*======================================================================
||
||    TOP > SCHEDULE
||
======================================================================*/
.box-calendar {
    padding: 15px;
}

/*======================================================================
||
||    TOP>STORE
||
======================================================================*/
.section-top-photolist {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0;
}
.section-top-photolist .inbox {
    background: #fff;
    padding: 20px;
}
.section-top-photolist ul {
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: relative;
    display: table;
    width: 100%;
    max-width: 1300px;
    text-align: center;
}
.section-top-photolist li {
    padding: 5px;
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: top;
}
.section-top-photolist li .inbox {
    padding: 10px;
    width: 100%;
    float: left;
}
.section-top-photolist ul a:hover {
    border-bottom: 2px solid #ea2b8a;
}


@media(max-width:839px) {
.section-top-photolist li {
    padding: 10px;
}
}
@media(max-width:768px) {
.section-top-photolist .inbox {
	background: unset;
    padding: 10px;
}
.section-top-photolist li {
    padding: 10px;
    width: 50%;
}
}






/*======================================================================
||
||    TOP>MOVIE
||
======================================================================*/

.section-top-movie {
    background: url(img/bk-pink01.png);
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0;
}

.area-movie {
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px 50px 20px;
}
.area-movie h4 {
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    color: #333333;
    margin: 15px 0;
    text-align: center;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
}
.box-movie {
    width: 100%;
    border-radius: 5px;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.box-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/*======================================================================
||
||    TOP>ABOUT
||
======================================================================*/
.section-top-about {
    background: url(img/bk-blue01.png);
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.about-pic-btn {
    margin: 0 auto;
    text-align: center;
}
.about-pic-btn img {
    max-width: 710px;
    width: 100%;
    height: auto;
    padding: 50px 15px;
}

.about-pic-btn a:hover {
 opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}


/*======================================================================
||
||    TOP>NEWS
||
======================================================================*/
.section-top-news {
    background: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.boxlist01 {
    margin: 0;
    padding: 20px 0 70px;
    position: relative;
    display: inline-grid;
    width: 100%;
    font-size: 0;
}
.boxlist01 li {
    padding: 5px 20px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 1060px;
    vertical-align: top;
}
.boxlist01 li .inbox {
    padding: 10px 2px 18px;
    border-bottom: 1px solid #505050;
    background: #fff;
    float: left;
    text-align: left;
    width: inherit;
    display: unset;
}
.boxlist01 {
}
.boxlist01 a {
    display: inline-block;
    width: auto;
    padding: 0;
}
.boxlist01 a:hover {
    color: #2980b9;
    border-bottom: 1px solid;
}

.boxlist01 h4 {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 600;
    margin: 0 0 0 110px;
    padding: 0;
    word-break: break-all;
    min-height: auto;
}
.boxlist01 .date {
    font-size: 1rem;
    float: left;
    width: auto;
    padding: 0;
}

.date-01 {
    font-family: roboto-bold;
    left: 0;
    position: absolute;
    bottom: 4px;
    color: #454545;
    width: 100%;
    border-top: 1px solid #ededed;
    padding: 6px 0 0 8px;
    font-size: 1.5rem;
}
.date-01 .index {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    padding: 2px 0 3px;
    background: #565656;
    line-height: 1.4rem;
    margin: 2px 5px 0 0;
    width: 50px;
    float: left;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}

/*======================================================================
||
||    PAGE>COMMON
||
======================================================================*/

.padding10px {
    padding: 10px;
}
.under-header-space {
    padding: 160px 0 0 0;
    background: #fbfbfb;
}


.box-title-page {
    padding: 30px 20px 10px;
}
.title-page {
    margin: 0;
    font-family: jambetica-light;
    font-size: 4rem;
    font-weight: 500;
    color: #000;
    text-align: right;
    letter-spacing: 0;
    padding: 0 5px 0;
    border-bottom: 2px solid;
}

.title-item-type {
    display: inline-block;
    font-family: jambetica-light;
    padding: 80px 2px 0;
    width: 100%;
    margin: 0;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333333;
    border-bottom: 1px solid;
}
.bottom-bt{
    padding: 0 0 50px;
}
@media(max-width:880px) {
.title-page {
    margin: 0;
    font-size: 3rem;
    padding: 0 5px 0;
}
}
@media(max-width:768px) {
.bottom-bt {
    padding: 10px 10px 45px 10px;
}
}



@media(max-width:640px) {
.title-item-type {
    padding: 40px 2px 0;
    font-size: 1.6rem;
}
}


/*======================================================================
||
||    PAGE > ABOUT
||
======================================================================*/

#content-page {
    background: url(img/bk01.jpg);
    padding: 90px 0 0 0;
    min-height: 600px;
}
.section-page-about {
    padding: 20px;
}

.section-profile01 {
    padding: 50px 0 50px;
    display: table;
}

.box-table {
    display: table;
    width: 100%;
}
.section-map {
    padding: 10px;
}

.about-peaple-photo img {
    width: 100%;
    height: auto;
    padding: 0;
}

.section-profile01 .left {
    width: 67%;
    padding: 0 10px 0 0;
    float: left;
}
.section-profile01 .right {
    width: 33%;
    padding: 0 0 0 20px;
    float: right;
}

.section-profile01 .right img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.profile-fields .index {
    font-family: antonio-bold;
    font-size: 1.8rem;
    padding: 20px 0 0 4px !important;
    margin: 0;
    display: block;
    text-align: left;
    letter-spacing: 1.5px;
    width: 150px;
}

.profile-fields .prf {
    font-size: 1.8rem;
    padding: 20px 0 0 0;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.box-plan-profile .layout01 img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 2px;
    border: 0;
    background: #e8e8e8;
}

.box-contens-link {
    padding: 10px 0 0;
}

.box-contens-link h5 {
    font-family: jambetica-bold;
    font-size: 1.3rem;
    line-height: 1;
    margin: 0 0 8px;
    padding: 5px 2px 4px;
    border-bottom: 1px solid #cccccc;
}

box-contens-link .box-youtube-bt {
    padding: 4px 4px 0;
    margin: 5px 0;
}

#g-ytsubscribe {

}


@media only screen and (max-width:979px){
.section-profile01 .left {
    padding: 0;
}
}


@media only screen and (max-width:780px){
.section-profile01 .left, .section-profile01 .right {
    width: 100%;
    padding: 0;
}
}


.section-profile01 .index {
    font-family: antonio-bold;
    font-size: 1.8rem;
    padding: 20px 0 0 4px !important;
    margin: 0;
    display: block;
    text-align: left;
    letter-spacing: 1.5px;
    width: 150px;
}

.section-profile01 .prf {
    font-size: 1.8rem;
    padding: 20px 0 0 0;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.profile-title {
    margin: 15px 0 0;
    color: #333;
    font-family: jambetica-light;
    letter-spacing: 1px;
}

.profile-title a {
    font-family: 'Noto Sans JP', sans-serif, antonio-bold;
    margin: 0;
    padding: 3px;
    letter-spacing: 0;
    font-weight: 600;
    word-break: break-all;
    line-height: 1.2;
}
.profile-alphabet {
    font-family: Telegrafico;
    margin: 0;
    padding: 1px 3px;
    font-size: 2.2rem;
    color: #ddd;
    letter-spacing: 0;
    font-weight: 400;
    word-break: break-all;
    line-height: 1;
}
.profile-first-intro h3 {
    color: #353535;
    font-size: 1.5rem;
    padding: 6px 4px;
    font-family: 'Noto Sans JP', sans-serif;
}
.profile-first-intro p {
    font-size: 1.1rem;
    line-height: 1.7;
    padding: 5px;
    color: #4c4c4c;
    font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width:979px){
.single-title {
    font-size: 2rem;
}
.profile-first-intro h3 {
    font-size: 1.2rem;
    margin: 0;
    padding: 16px 4px 2px;
}
.profile-alphabet {
    padding: 2px;
    font-size: 1.8rem;
}
.profile-fields .index {
    font-size: 1.7rem;
   border-bottom: 1px solid #ddd;
   padding: 0;
}
.profile-fields .prf {
    font-size: 1.6rem;
    padding: 4px 4px 8px;
}
}


@media only screen and (max-width:780px){
.staff-title {
    font-size: 3rem;
}
}

@media only screen and (max-width:680px){
.section-profile01 .index, .section-profile01 .prf {
    width: 100%;
    display: block;
}
.section-profile01 .index {
    font-size: 1.7rem;
   border-bottom: 1px solid #ddd;
   padding: 0;
}
.section-profile01 .prf {
    font-size: 1.6rem;
    padding: 4px 4px 8px;
}
}




.cover-index01 {
    background: url(img/background-skay01.jpg);
    padding: 70px 0 0;
}
.cover-index01 h1 {
    color: #ffffff;
    font-family: antonio-bold;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0;
    width: 100%;
    position: relative;
    line-height: 1.1;
    margin: 0 auto;
    padding: 20px 10px 15px;
    display: block;
    max-width: 1320px;
}

@media only screen and (max-width:768px){
.cover-index01 {
    padding: 60px 0 0;
}
.cover-index01 h1 {
    font-size: 1.5rem;
    padding: 10px 10px 5px;
}
}
.box-photo-profile {

}
.box-photo-profile ul {
    font-size: 0;
}
.box-photo-profile li {
    width: 12.5%;
    display: inline-block;
    list-style: none;
    padding: 4px;
}

@media only screen and (max-width:979px){
.box-photo-profile li {
    width: 25%;
    padding: 5px;
}
}
@media only screen and (max-width:768px){
.box-photo-profile li {
    width: 20%;
    padding: 5px;
}
}
@media only screen and (max-width:679px){
.box-photo-profile li {
    width: 25%;
    padding: 5px;
}
}

.box-photo-profile img {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: #f5f5f5;
}



.box-table-profile {
    padding: 0 0 60px;
}
.table-profile {
    width: 100%;
}


.table-profile tr {
    width: 100%;
}
.table-profile .index {
    font-family: 'Noto Sans JP', sans-serif;
    border-bottom: 1.2px solid #555555;
    display: block;
    margin: 18px 0 0 0;
    padding: 15px 2px 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    color: #463f3f;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
}
.table-profile .index span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    color: #191818;
    padding: 0 5px;
}
.table-profile .prf {
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    color: #565656;
    padding: 10px 2px 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
    display: block;
    text-align: left;
    width: 100%;
}

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

.table-profile .index, .table-profile .prf {
    width: 100%;
    display: block;
    padding: 4px 4px 8px;
}
.table-profile .index {
    border-bottom: 1.2px solid #555555;
    display: block;
    margin: 18px 0 0 0;
    padding: 15px 2px 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #463f3f;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
}
.table-profile .index span {
    font-size: 0.8rem;
}
.table-profile .prf {
    font-size: 1rem;
    padding: 4px 4px 8px;
}
}




div.item-list-tabs {
    padding: 0;
    width: 100%;
    display: table;
    margin: 0;
}
div.item-list-tabs ul {
    width: 100%;
    background: #eaeaea;
    padding: 8px;
    display: inline-block;
    border-radius: 3px;
}
div.item-list-tabs ul li {
    width: auto;
    padding: 0 6px 0 0;
    text-align: center;
    height: auto;
    float: left;
}
div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
    background-color: #fff;
    line-height: 1.2;
    font-size: 1rem;
    color: #555;
    font-weight: 600;
    text-align: center;
    padding: 3px 10px 4px;
    border-radius: 3px;
}









.section-page-reservation {
    background: url(img/bk-beige01.png);
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.about-pic-btn {
    margin: 0 auto;
    text-align: center;
}
.about-pic-btn img {
    max-width: 710px;
    width: 100%;
    height: auto;
    padding: 50px 15px;
}

.about-pic-btn a:hover {
 opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}










.box-plan-profile {
    padding: 0 20px;
}

.layout01 {
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
    margin: 0 auto;
    display: table;
    width: 100%;
    position: relative;
}
.layout01 .inbox {
    width: 100%;
    border: 0;
    display: inline-block;
    padding: 0;
    position: relative;
}
.layout01 img {
    width: 100%;
}
.layout01 .right {
    width: 30%;
    height: auto;
    float: left;
    padding: 5px 0;
    border-radius: 2px;
}
.layout01 .left {
    width: 70%;
    float: right;
    height: auto;
    padding: 0 0 0 30px;
}

.layout01 h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #191919;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
.layout01 h3 div {
    font-size: 1rem;
    background: #e0299f;
    color: #fff;
    padding: 5px 5px 0px;
    margin: 0 5px 0 0;
    display: inline-block;
    font-family: antonio-bold;
}
.layout01 h3 span {
    font-family: mlbphill;
    font-size: 2.6rem;
    font-weight: normal;
}

.layout01 p {
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    font-weight: 500;
    color: #4e4e4e;
}

.pt-plan-reserve a {
    background: #f50b56;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9rem;
    padding: 3px 0px 4px;
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 500;
    border-radius: 1px;
}
.pt-plan-reserve a:hover {
    background: #de8686 !important;
    color: #f5f5f5 !important;
}


.prof-price-box {
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: 100;
    color: #ea0751;
    font-size: 1.8rem;
    letter-spacing: 0.8px;
    line-height: 1.2;
    font-family: 'Anton', sans-serif;
    width: 100%;
}
.prof-price-box .kakaku {
    font-weight: 600;
    font-size: 1.3rem;
}

.prof-price-box .enmark {
    font-weight: 600;
    font-size: 1.3rem;
}

@media (max-width: 970px) {
.layout01 h3 {
    font-size: 2rem;
}
.layout01 h3 {
    font-size: 1.3rem;
    font-weight: 900;
}
}
@media (max-width: 768px) {
.layout01 .right {
    width: 25%;
}
.layout01 .left {
    width: 75%;
    padding: 0 0 0 15px;
}
.layout01 h3 {
    padding: 5px 0 15px;
    font-size: 1.2rem;
    font-weight: 700;
}
.pt-plan-reserve a {
    font-size: 0.8rem !important;
    padding: 4px 0px 5px !important;
}
.prof-price-box {
    font-size: 1.4rem !important;
}
.prof-price-box span {
    font-weight: 500 !important;
    font-size: 1rem !important;
}
.pt-plan-reserve a {
    font-size: 0.8rem;
    padding: 4px 0px 5px;
}
.prof-price-box {
    font-size: 1.4rem !important;
}
.prof-price-box span {
    font-weight: 500 !important;
    font-size: 1rem !important;
}
}
@media only screen and (max-width:580px){
.layout01 .right {
    width: 100%;
}
.layout01 .left {
    width: 100%;
    padding: 10px 0 0 0px;
}
}

.layout-vertical {
    padding: 50px 15px 10px;
}

.layout-vertical h3 {
    font-size: 1.2rem;
    color: #585858;
    padding: 4px 2px;
}

.layout-vertical h3 span {
    font-family: Telegrafico;
    font-size: 1.8rem;
    background: #565656;
    color: #fff;
    padding: 7px 5px;
    margin: 0 6px 0 0;
    border-radius: 1px;
    font-weight: 300;
}

.layout-vertical .answer {
    padding: 5px 10px;
    font-size: 0.8rem;
    background: #f5f5f5;
}
.layout-vertical p {
    font-size: 1rem;
    line-height: 1.7;
}

@media only screen and (max-width:1080px){
.layout-vertical {
    padding: 30px 0 10px;
}
.layout-vertical h3 {
    font-size: 1rem;
    padding: 4px 2px;
}
.layout-vertical h3 span {
    font-family: Telegrafico;
    font-size: 1.2rem;
    background: #565656;
    color: #fff;
    padding: 6px 4px;
    border-radius: 50%;
    font-weight: 300;
    margin: 0 2px 0 0;
}
.layout-vertical p {
    font-size: 0.8rem;
    line-height: 1.7;
}
}



/*======================================================================
||
||    RESERVE
||
======================================================================*/


.section-page-reserve {
    padding: 0 15px;
}

.reserve-note {
    font-size: 1rem;
    display: inline-block;
    padding: 5px 5px 25px;
}
.reserve-note p {
    font-size: 1rem;
    color: #525252;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7rem;
    padding: 12px 14px;
    border: 6px solid #f3f3f3;
}
.wpcf7 form {
    margin: 0 !important;
}
.box-bt-send input {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #ddd;
    color: #555;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    margin: 0 auto;
    max-width: 200px;
    padding: 2px;
    vertical-align: middle;
    width: 100%;
}

#mw_wp_form_mw-wp-form-468 {
    padding: 5px 0;
}

.wpcf7 {
    width: 100%;
    border: 0 !important;
    background: unset !important;
    padding: 10px;
    margin: 0 !important;
    font-size: 14px;
}

.table-ctf7 {
    padding: 8px;
    margin: 0 0 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
}

.wpcf7-form h5 {
    background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 4px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 20px 0;
    padding: 10px 15px;
    color: #565656;
}
.wpcf7-form h5 span {
    font-size: 1.4rem;
    font-weight: normal;
}

.table-ctf7 tr th, .table-ctf7 td {
    width: 100%;
    font-size: 1.1rem;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.3;
    display: block;
    text-align: left;
    vertical-align: middle;
    padding: 0 0 10px;
}
.table-ctf7 tr:nth-child(even) {
    /* background-color: #F9F9F9; */ /* sO[ */
}

.table-ctf7 tr {
    width: 100%;
    background: #ffffff;
}

.table-ctf7 th {
    font-weight: 600;
    color: #565656;
    font-size: 1.3rem;
    padding: 0 0 6px;
}
.table-ctf7 th .index-english {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 0.9rem !important;
    padding: 0 0 0 5px;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #171717;
}
.table-ctf7 th .index-more {
    font-size: 0.9rem;
    padding: 6px 0 0;
    font-weight: 400;
    display: block;
}
.table-ctf7 th .most-set {
    background: #e21486;
    border-radius: 2px;
    color: #fff;
    padding: 0 5px 2px;
    margin: 0 5px;
    font-weight: 400;
    font-size: 0.8rem !important;
}
.table-ctf7 .requied {
    background: #e50051 none repeat scroll 0 0;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.8rem;
    margin: 0 8px;
    padding: 3px 10px 3px;
    font-weight: 600;
}

.table-ctf7 input {
    border: 0;
    width: 100%;
    height: auto;
    padding: 0px 10px;
    transition: all 0.4s ease;
    font-size: 14px;
    margin: 0;
    border-radius: 4px;
}
.date-ans input {
    width: auto;
    height: auto;
    padding: 5px 5px 6px 10px;
    background: white;
    border-radius: 0;
    transition: all 0.4s ease;
    font-size: 15px;
    margin: 0;
    border: 3px solid #eee;
    color: #333;
    line-height: 1.2;
}

.table-ctf7 textarea {
    border: 0;
    width: 100%;
    height: 33px;
    padding: 5px 5px !important;
    background: #f5f5f5;
    box-sizing: border-box;
    border-radius: 0;
    transition: all 0.4s ease;
    font-size: 15px;
    line-height: 1.3;
    margin: 0;
    border: 2px solid #eeeeee;
}
.wpcf7 input, .wpcf7 textarea {
    width: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #eee !important;
    line-height: 1.2;
    padding: 5px 5px;
    font-size: 1rem;
    background: #f5f5f5;
    border-radius: 2px;
}
.ck_tourmenu span.wpcf7-list-item {
    background: #f5f5f5 none repeat scroll 0 0;
    display: inline-block;
    margin: 2px 0;
    padding: 2px 5px;
    width: 100%;
}

.wpcf7-select {
    border-radius: 4px;
}


span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

input, select {
    padding: 2px 4px;
    vertical-align: middle;
    width: 100%;
    font-size: 1rem;
}


.radio-bt input {
    float: left;
    margin: 5px;
    width: 24px;
}
.chech-bx input {
    float: left;
    margin: 5px;
    width: 24px;
}

.radio-genre span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    padding: 5px 5px;
    width: 100%;
    line-height: 3.5rem;
}

.radio-genre span.wpcf7-list-item input {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
.radio-genre span.wpcf7-list-item span {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0;
    width: auto;
    color: #565656;
    font-weight: 400;
}


span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}
/* radio bt hack */
span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * {
    padding: 0 0 0 4px !important;
    margin: 0;
}
.box-send input {
    background: #1595ff none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 4px;
    margin: 0 auto;
    max-width: 300px;
    padding: 8px 0 8px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    font-size: 1.4rem;
}

div.wpcf7-validation-errors {
    border: 2px solid #ce5c16 !important;
    color: #ce5c16;
    font-size: 1.4rem;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    float: left;
    font-size: 1em;
    font-weight: normal;
    padding: 2px 10px;
}

.from-h, .from-m, .to-h, .to-m {
    width: 64px;
    float: left;
    margin: 0 4px 0 0;
}
.bride_to {
    float: left;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 6px 6px 6px 3px;
}


/* \ */

.sankabi-nen {
    float: left;
    width: 80px !important;
}

.sankabi-tsuki, .sankabi-nichi {
    float: left;
    width: 40px !important;
}

.taizai-nen-from, .taizai-nen-to {
    float: left;
    width: 80px !important;
}

.taizai-tsuki-from, .taizai-nichi-from, .taizai-tsuki-to, .taizai-nichi-to {
    float: left;
    width: 40px !important;
}

.contact02-otona, .contact02-kodomo {
    float: left;
    width: 80px !important;
}
.contact02-taizai-from, .contact02-taizai-to {
    float: left;
    width: 140px !important;
}
.mwform-radio-field {
    border: 1px solid #ddd;
    color: #fff;
    display: block;
    float: left;
    margin: 0.5% !important;
    padding: 10px;
    width: 49%;
}
.contact02-sougei {
    float: left;
    width: 30px !important;
}

.mwform-radio-field input {
    float: left !important;
    margin: 4px 5px 0 0 !important;
    width: auto !important;
}

.mwform-radio-field label {
    font-size: 1.4rem;
}
.box-form05 {
    margin: 5px 0;
}
.box-form06 {
    float: left;
    margin: 5px 0;
}
.box-form07 {
    float: left;
    padding: 5px;
    width: 50%;
}
.index-form05 {
    float: left;
    padding: 3px 8px;
}

.contact02-doukouname01 {
    float: left;
    max-width: 548px !important;
    width: 100%;
}

.sinchou, .taijyu, .kutsusize, .shiryoku {
    float: left;
    margin: 0;
    width: 80px !important;
}

.contact-page h4 {

}


.wpcf7-radio span {
    background: none !important;
}
.ck_tourmenu span.wpcf7-list-item span {
    display: inline-block;
    float: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0;
    margin: 0;
    padding: 2px 0 0 5px;
    width: auto;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ok{
    font-size: 1rem !important;
}

@media only screen and (max-width:768px){
.box-request {
    padding: 15px;
}
.table-ctf7 td, .table-ctf7 th {
    width: 100%;
    display: block;
    border-top: none;
}

.table-ctf7 th {
    width: 100%;
    font-weight: 600;
    color: #565656;
    font-size: 1.2rem;
    padding: 5px;
}

.table-ctf7 input {
    vertical-align: middle;
    width: 100%;
    padding: 4px;
}

option {
    word-break: break-all;
}
.radio-genre span.wpcf7-list-item input {
    margin: 0;
    padding: 0;
}
}

.wpcf7-form-control {
    font-size: 1rem;
    padding: 0 10px;
}

#members-directory-form {
    display: none;
}
div.item-list-tabs {
    display: none !important;
}

.table-kakunin {
    display: none !important;
}

.table-kakunin td, .table-kakunin th {
    border: none;
    padding: 0;
    line-height: 2.2;
    background: none;
}
.table-kakunin input, .table-kakunin textarea {
    width: 100%;
    border: none !important;
    padding: 4px !important;
}

.wpcf7 input.wpcf7-submit {
    background-color: #b50a73 !important;
    border: none;
    color: #fff;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 4px;
    margin: 0 auto;
    width: 100%;
    max-width: 260px;
    padding: 8px 0 10px;
    text-align: center;
    vertical-align: middle;
}
.wpcf7 input.wpcf7-submit:hover { 
    background-color:#dc549b !important;
}
.wpcf7 input.wpcf7-submit:focus { 
    background-color:#dc549b !important;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    outline:none;
    border:1px solid #bbb;
    -webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow:inner 0 0 5px rgba(0, 0, 0, 0.5);
}




.box-plan-profile  {
    padding: 0;
}

.box-plan-profile .layout01 {
    display: block;
}
.prf-msb {
    display: none;
}



.area-flow {
    max-width: 880px;
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
    padding: 0 30px;
    display: block;
}

.area-flow .inbox {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 24px 24px;
    display: block;
    background: #ffffff;
}

.box-flow {
    background: #F8EAE4;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 18px;
    border-radius: 8px;
    display: inline-block;
    width: 100%;
}

.box-flow .number {
    float: left;
    font-family: Lato;
    font-size: 4.5rem;
    background: #fff;
    color: #E35A2E;
    padding: 0 30px;
    line-height: 1.5;
    border-radius: 50%;
}

.box-flow .txt {
    float: left;
    padding: 0 0 0 20px;
    width: 70%;
}
.box-flow h3 {
    padding: 0;
    margin: 0;
    width: auto;
    font-weight: 500;
    text-align: left;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.box-flow p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.08rem;
    font-weight: 500;
    margin: 8px 0;
    line-height: 1.6;
    color: #565656;
    width: auto;
    text-align: left;
}
.box-flow p span {
    font-size: 1rem;
}

.box-flow img {
    float: right;
    max-width: 100px;
}

.sm-flow {
    display: none;
}
@media only screen and (max-width:840px){
.box-flow .number {
    font-size: 4rem;
    padding: 0 28px;
    line-height: 1.5;
}
.box-flow .txt {
    padding: 0 0 0 18px;
    width: 67%;
}
}
@media only screen and (max-width:768px){
.area-flow {
    padding: 0 15px;
}
.box-flow {
    background: unset;
    padding: 18px 0;
}
.box-flow .txt {
    padding: 0;
    width: 100%;
}
.sm-flow {
    display: block;
    float: unset !important;
    width: 100%;
    max-width: 180px !important;
    margin: 0 auto;
}
.box-flow .number {
    display: none;
}
.box-flow h3 {
    font-size: 1.8rem;
    text-align: center;
}
.box-flow p {
    font-size: 1.2rem;
    text-align: center;
    margin: 15px 0;
    width: 100%;
}
.box-flow p span {
    font-size: 1.05rem;
}
.pic-flow {
    display: none;
}
.area-flow .responsive-arrow {
    max-width: 50px !important;
}
}



.note01 {
    max-width: 880px;
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
    padding: 0 30px;
    display: block;
}
.note01 .inbox {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 6px 20px 40px;
    display: block;
}

.note01 h3 {
    background: #F7E0D7;
    color: #DE6036;
    padding: 3px;
    width: 100%;
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
}
.note01 p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    color: #565656;
}

.responsive-arrow {
    display: none;
}

.area-flow .responsive-arrow {
    max-width: 40px;
    padding: 8px;
    display: block;
    text-align: center;
    margin: auto;
}
@media only screen and (max-width:768px){
.responsive-arrow {
    display: block;
    max-width: 56px;
    text-align: center;
    margin: 0 auto;
}
.note01 h3 {
    font-size: 2rem;
}
.note01 p {
    font-size: 1.3rem;
}
}

@media only screen and (max-width:640px){
.note01 h3 {
    font-size: 1.2rem;
}
.note01 p {
    font-size: 1rem;
    margin: 0;
    padding: 0px 2px;
}
.responsive-arrow {
    max-width: 26px;
    padding: 12px 0 0 0;
}
}

.box-table02 {
    width: 100%;
    max-width: 880px;
    padding: 20px 30px 60px;
    margin: 0 auto;
}
.tb02 {
    margin: 20px auto;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.tb02 thead {
    background: #F7E6C0;
}

.tb02 .non, .tb02 .col01 {
    border-right: 3px dashed #dacece;
}
.tb02 .col02 {
    border-right: 0;
}

.tb02 p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}

.tb02 th, .tb02 td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}

.tb02 tr {
    border-bottom: 3px solid #dacece;
}
.tb02 th {
    color: #151515;
    padding: 10px;
    font-family: APJapanesefontT;
    font-size: 1.3rem;
    font-weight: normal;
    border-right: 3px dashed #dacece;
}
.tb02 td {
    padding: 10px;
    font-family: APJapanesefontT;
    font-size: 1.3rem;
}
.tb02 .td_first {
    border-right: 3px dashed #dacece;
}

@media screen and (max-width: 768px) {
.tb02 tr {
    border-bottom: unset;
}
.tb02 th, .tb02 td {
    border-right: unset;
    display: block;
    width: 100%;
    font-size: 1.1rem;
}
.tb02 th {
    background: #d1e4d9;
    padding: 4px;
}
.tb02 .td_first {
    border-bottom: 1px solid #696767;
    border-right: unset;
}
.tb02 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
.tb02 td {
    display: block;
    font-size: 1.1em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
.tb02 td::before {
    font-size: 1.2rem;
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
}
}
/*======================================================================
||
||    PAGE>COLOR
||
======================================================================*/
.section-top-color {
    background: url(img/bk-green01.png);
    padding: 0 0 80px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0;
}
.box-half01, .box-half02 {
    width: 100%;
    max-width: 1200px;
    padding: 35px 45px;
    display: table;
    margin: 0 auto;
}

.box-half01 h2, .box-half02 h2 {
    margin: 0 0 2rem;
    padding: 0 4px 8px;
    color: #121212;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 2px solid #3C3237;
    letter-spacing: 1.5px;
    line-height: 1.4;
}
.box-half01 h3, .box-half02 h3 {
    color: #4AA446;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 0;
    padding: 0 5px;
}

.box-half01 p, .box-half02 p {
    color: #353535;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 20px 4px;
}


.box-half01 img, .box-half02 img {
    border: 0;
    width: 100%;
    padding: 2px;
    border-radius: 8px;
}

.box-half01 .right {
    width: 50%;
    float: right;
    padding: 0 0 0 15px;
}
.box-half01 .left {
    width: 50%;
    float: left;
    padding: 10px 0 0 0;
}


.box-half02 .right {
    width: 50%;
    float: right;
    padding: 10px 0 0 0;
}
.box-half02 .left {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
}

.date_list {
    max-width: 100%;
    line-height: 25px;
    margin-top: 70px;
    border-top: 1px dotted #000;
}

.date_list li {
    border-bottom: 1px dotted #000;
    overflow: hidden;
}

.date_list li .index {
    font-size: 1.8rem;
    padding: 10px 10px;
    float: left;
    width: 25%;
    font-family: alternategotno2d,sans-serif;
    margin: 0;
}
.date_list li .txt {
    font-size: 1.2rem;
    padding: 17px 25px 18px 0;
    float: left;
    width: 75%;
    margin: 0;
}

@media only screen and (max-width:980px){
.box-half01 .left, .box-half02 .right {
    width: 51%;
}
.box-half01 .right, .box-half02 .left {
    width: 49%;
}
.box-half01, .box-half02 {
    padding: 0;
}
.box-half01 h2, .box-half02 h2 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
}
.box-half01 h3, .box-half02 h3 {
    font-size: 1.1rem;
}
.box-half01 p, .box-half02 p {
    font-size: 1rem;
    margin: 10px 4px;
}
}



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

.section-top-color {
    background: unset;
}

.section-top-color {
    background: url(img/bk-green01.png);
}
.box-half01, .box-half02 {
    background: #fff;
    padding: 20px;
}
.box-half01 .left, .box-half02 .right, .box-half01 .right, .box-half02 .left {
    width: 100%;
    padding: 10px 0 0;
}
.box-half01 .right {
    border-bottom: 2px solid;
    padding: 10px 0 30px;
}
.box-half01 h2, .box-half02 h2 {
    font-size: 1.85rem;
    margin: 0 0 1rem;
    text-align: center;
    border: unset;
}
.box-half01 h3, .box-half02 h3 {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
}
.box-half01 p, .box-half02 p {
    font-size: 1.1rem;
    margin: 20px 0;
    text-align: center;
}
}



/*======================================================================
||
||    PAGE>NEO
||
======================================================================*/

.section-page-neo {
    background: url(img/bk-blue01.png);
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    max-width: 100%;
}


.intro-neo {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    color: #000;
    line-height: 1.9;
    padding: 0 0 20px;
}

.note02 {
    max-width: 760px;
    width: 100%;
    text-align: center;
    margin: 0 auto 60px;
    padding: 0 30px;
    display: block;
}
.note02 .inbox {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 30px 40px;
    display: block;
}

.list03 {
    display: inline-block;
    font-size: 0;
}
.list03 li {
    width: 100%;
    padding: 20px 0 20px 10px;
    display: inline-block;
}
.list03 .pic-box {
    width: 36%;
    float: left;
}
.list03 .pic-box img {
    width: 100%;
    height: auto;
}

.list03 .txt-box {
    width: 64%;
    padding: 37px 0 0 30px;
    float: left;
}
.list03 .txt-box h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.5rem;
    margin: 0 0 20px;
    text-align: left;
    float: left;
    width: 100%;
}

.list03 .txt-box p {
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: 500;
    color: #000000;
}


@media(max-width:768px) {
.section-page-neo {
    background: unset;
    padding: 0;
    display: inline-block;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.list03 .pic-box {
    width: 100% !important;
    max-width: 440px;
    text-align: center;
    margin: 0 auto;
    float: unset !important;
}

.list03 .txt-box {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px 0 20px 0;
    float: unset;
    border-bottom: 2px solid #000000;
}
.list03 .txt-box h3 {
    text-align: center;
    margin: 0 0 0px;
}
.list03 .txt-box p {
    text-align: center;
    width: 100%;
    display: inline-block;
}
}


/*======================================================================
||
||    404
||
======================================================================*/

.page-404 h1 {
    padding: 40px 0 0 0;
    font-size: 20vw;
    line-height: 17vw;
    text-align: center;
    color: #dd8080;
}
.page-404 h2 {
    font-size: 6vw;
    text-align: center;
    color: #dd8080;
}
.page-404 p {
    text-align: center;
    font-size: 2vw;
}

.page-404 .back-to-top {
    text-align: center;
    width: 100%;
    margin: 10px auto 50px;
    display: inline-block;
}

.page-404 .back-to-top h6 {
    text-align: center;
    background: #de8282;
    color: #fff;
    width: 200px;
    margin: 0px auto;
    padding: 8px;
    display: inline-block;
    border-radius: 22px;
}
.page-404 a, .page-404 a:visited {
    color: #ebeae5;
}

/*======================================================================
||
||    ANOUTE
||
======================================================================*/



.box-prof .left p {
    font-size: 16px;
    line-height: 1.8;
}
.box-prof .left strong {
    font-size: 1.5rem;
    margin: 0px 0 0 -2px;
}




.box-place {
    max-width: 990px;
    padding: 10px 5px 30px;
    margin: 0 auto;
}

.box-place .pics {
    padding: 20px;
}

.box-place .txt {
    padding: 0 20px;
}
.box-place h2 {
    font-size: 1.6em;
    line-height: 1.4em;
    margin: 20px 0;
    font-weight: 600;
    color: #6b6b6b;
}

.box-place p {
    margin: 0;
    padding: 0;
    line-height: 1.8;
    font-size: 16px;
}
.box-prof-intro {
    display: block;
    width: 100%;
    max-width: 960px;
    padding: 15px;
    margin: 0 auto;
}

.box-prof-intro p {
    font-size: 15px;
    line-height: 1.5;
}

.box-prof {
    max-width: 990px;
    width: 100%;
    margin: 35px auto;
    padding: 10px 5px 40px;
    display: flex;
    border-bottom: 2px dotted #cccccc;
}
.box-prof .left {
    width: 55%;
    padding: 0 10px 0 20px;
    float: left;
}
.box-prof .right {
    width: 45%;
    padding: 0 10px 0 20px;
    float: left;
}
.box-prof .right {
    padding: 0px 25px 0 15px;
}
.box-prof .right img {
    width: 100%;
    padding: 10px;
    height: auto;
}
.prof_name {
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 0 -5px;
    padding: 0 0 54px;
    font-family: 'jambetica-light';
}


@media only screen and (max-width:1200px){
.intro-index01 {
    font-size: 1.7rem;
}
}

@media only screen and (max-width:980px){
.intro-index01 {
    font-size: 1.5rem;
}
.intro-text01 {
    font-size: 1.05rem;
}
}

@media only screen and (max-width:768px){
.box-prof .left, .box-prof .right {
    width: 100%;
    padding: 15px;
}
.intro-name-en, .intro-name {
    text-align: center;
}
.intro-index01, .intro-index02 {
    font-size: 1.3rem;
}
.intro-text01, .intro-text02 {
    font-size: 1rem;
    line-height: 1.9;
}
.prof_name {
    font-size: 4rem;
    line-height: 1;
    margin: 0 0 0 -5px;
    padding: 0 0 20px;
    font-family: 'jambetica-light';
}
.box-prof .left strong {
    font-size: 1.2rem;
}
.box-place p, .box-prof .left p  {
    font-size: 14px;
    line-height: 1.8;
}
}


@media only screen and (max-width:680px){
.box-prof {
    max-width: unset;
    width: 100%;
    margin: 0;
    padding: 5px;
    display: block;
}
.box-place .pics {
    padding: 12px;
}
.box-prof .right img {
    padding: 0;
}
.box-prof-intro p {
    font-size: 12px;
    line-height: 1.7;
    padding: 0 5px;
}
.box-place h2 {
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 15px 0;
}
.box-place .txt {
    padding: 0 10px;
}
}





/*======================================================================
||
||    FLOW
||
======================================================================*/

.flow_design08 {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding: 15px;
}
.flow08 {
    padding: 5px;
    width: 100%;
}

.flow08 > li {
    list-style-type: none;
    border-radius: 5px;
    background: #ffffff;
    position: relative;
    padding: 20px;
}

.flow08 > li:not(:last-child) {
  margin-bottom: 20px;
}

.flow08 > li dl {
    display: inline-block;
}
.flow08 > li dl dt {
    font-size: 1.2em;
    font-weight: 700;
    width: 100%;
    min-width: 7em;
    margin: 0 0 5px;
}

.flow08 > li .icon08 {
  color: #8EB83C;
  margin-right: 0.5em;
}

.flow08 > li dl dd {
    margin: 0;
    width: 100%;
}



/*======================================================================
||
||    MAP
||
======================================================================*/

.box-map {
    max-width: 990px;
    width: 100%;
    margin: 35px auto;
    padding: 10px 5px 40px;
    display: flex;
}

.box-map .wrap {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.box-map h3 {
    margin: 0 0 15px 0;
    font-family: jambetica-light;
    font-weight: 600;
    color: #444;
    text-align: right;
    font-size: 1.2rem;
    text-transform: none;
}

.box-map h4 {
    font-size: 1.1em;
    font-weight: 500;
    text-align: right;
}


/*======================================================================
||
||    CONTACT
||
======================================================================*/


.contact-link-head {
    max-width: 500px;
    width: 100%;
    display: inline-block;
    float: right;
}
.contact-link-head li {
    width: 50%;
    padding: 5px;
    float: left;
}

.contact-link-head li p {
    text-align: center;
    color: #3c3c3c;
    padding: 14px 5px;
    background: #f3f3f3;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}

.contact-page h2 {
    font-size: 2.8em;
    border-bottom: 1px solid #ddd;
    padding-bottom: .1em;
    color: #37657c;
}
.box-bt-send input {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #ddd;
    color: #555;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    margin: 0 auto;
    max-width: 200px;
    padding: 2px;
    vertical-align: middle;
    width: 100%;
}



.conversion-box {
    display: flex;
}
.box-number {
    width: 50%;
    padding: 10px;
}
.box-number .inbox {
    border-radius: 8px;
    background: #fff;
    background: unset;
}

.tel-number {
    padding: 20px 20px 0 20px;
    margin: 0;
    font-size: 4rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
}
.tel-number span {
    font-size: 70%;
    padding: 0 5px 0 0;
}
.tel-open {
    text-align: center;
}

@media only screen and (max-width:768px){
.tel-number {
    font-size: 3rem;
}
}
@media only screen and (max-width:630px){
.conversion-box {
    display: block;
}
.box-number {
    width: 100%;
    padding: 10px;
}
}






/* Archive
--------------------------------------------- */

#container {
    background: #f9f9f9;
}
.home #container {
    background: unset;
}
.page-template-plan  #container {
    background: #F4F1EA;
}
.tm-content {
    padding: 150px 0 120px 0;
    margin: 0 auto;
    text-align: center;
}

.archive h1 {
    text-align: left;
}
.archive .uk-article-title {
    font-size: 85px;
    line-height: 0.7;
    font-weight: normal;
    font-family: 'jambetica-light';
    padding: 10px 5px;
    text-transform: none;
    margin: 0 auto;
    max-width: 914px;
}
.archive .tm-article-image {
    text-align: center;
    margin: 0 auto;
}

.archive .tm-article-image picture img {
    max-width: 890px;
    width: 100%;
}

@media all and (max-width: 760px) {
.archive .uk-article-title {
    font-size: 75px;
}
}
@media all and (max-width: 600px) {
.archive .uk-article-title {
    font-size: 10vw;
    line-height: 0.45;
    padding: 10px 14px;
}
}
@media all and (max-width: 480px) {
article.uk-panel-box {
    padding: 0 15px 20px 15px;
}
}


/* Single
--------------------------------------------- */

.single .uk-article-title {
    font-size: 24px;
    line-height: 42px;
    font-weight: normal;
    text-transform: none;
    display: none;
}

/* LANA
--------------------------------------------- */
.page-template-lana .box-ec {
    margin: 0 auto;
    display: block;
    float: right;
    width: 100%;
    height: auto;
    padding: 0;
}


.page-template-lana .index-top-item01 {
    text-align: right;
    line-height: 1;
}

.page-template-lana .txt-top-item01 {
    text-align: right;
    line-height: 1.5;
    font-size: 1.5rem;
    color: #fff;
    padding: 30px 0 0;
    font-weight: 500;
}

.h4_intro_lana {
    color: #ffffff;
    text-align: right;
    padding: 0 20px;
    margin: 0;
    font-size: 1.5rem;
}


/* PLAN
--------------------------- */


.plans {
    max-width: 1330px;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin: 0 auto;
    padding: 5px;
}
.plans .plan-box {
    display: flex;
    width: 33.3333%;
    margin: 0;
    min-height: auto;
    padding: 15px;
}
.plans .plan-box .best-choice {
    background: #D5FFFC;
    text-transform: uppercase;
    font-weight: 600;
    color: #437299;
    margin-top: auto;
}

.plans .plan-box:hover .plan-name {
    color: black;
}
.plans .plan-box:hover .plan-price {
    text-align: center;
}

.plans .plan-box:hover .more-options a {
    color: #9E2B20;
    text-decoration: none;
}

.price div {
    font-size: 18px;
    font-family: 'Cinzel', serif;
}
@media all and (max-width: 940px) {
.plans .plan-box {
    width: 50%;
}
}

@media all and (max-width: 700px) {
.plans {
    padding: 5px 0;
}
    .plans .plan-box:first-child {
        margin-bottom: 20px;
    }
}
.plans .plan-box:nth-child(2) {
    margin-top: 0;
    position: relative;
}

.plan-details {
    padding: 0 20px;
}

@media all and (max-width: 700px) {
    .plans .plan-box {
        width: 100%;
    }
}
.plans .plan-name {
    text-align: center;
    margin: 0;
    padding: 20px;
}
.plans .plan-price {
    background: #ff6096;
    color: white;
    display: flex;
    padding: 20px 10px;
    text-align: center;
}
.plan-price strong {
    font-size: 1.1rem;
    min-height: 3.5rem;
}

.plans .plan-details strong {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2;
    color: #000000;
    display: block;
}
.plans .plan-options {
    display: flex;
    flex-flow: column;
    width: 100%;
    background: #ffffff;
}
.plans .plan-options li {
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0;
    margin: 5px 0;
}
.plans .plan-options .button, .plans .option-options .button {
    margin: 0 auto 15px;
    display: block;
    background: #dc356b;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    width: 187px;
    border-radius: 33px;
    display: none;
}
.plans .plan-options .button:hover {
    background: #ed380f;
}






.plans .option-box {
    display: flex;
    width: 33.3333%;
    margin: 0;
    min-height: auto;
    padding: 15px;
}
.plans .option-options {
    display: flex;
    flex-flow: column;
    width: 100%;
    background: #ffffff;
}
.plans .option-price {
    background: #ff6096;
    color: white;
    display: flex;
    padding: 20px 10px;
    text-align: center;
}


.plans .option-price strong {
    font-size: 1rem;
    min-height: 2.8rem;
}
.option-details {
    padding: 0 20px;
}
.plans .option-options li {
    border-bottom: 1px solid #cdcdcd;
    padding: 5px 0;
    margin: 5px 0;
}
.plans .option-details strong {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 2;
    color: #000000;
    display: block;
}

@media all and (max-width: 940px) {
.plans .option-box {
    width: 50%;
}
}
@media (max-width: 700px) {
.plans .option-box {
    width: 100%;
}
}


/* CONTACT フォーム
------------------------------------------------------------------------------------------------------------------- */

input:focus, textarea:focus {
    border: 1px solid #1a237e;
}

.form__name, .form__tel {
    background-color: #f8f8f8;
    border: none;
    box-sizing: border-box;
    padding: 15px;
}
.form__name {
    min-width: 350px;
}
input, select {
    vertical-align: middle;
}


page-template-join .site-container, page-template-contact .site-container {
    background: #ffffff;
}

.contact-page {
    margin: 0 auto;
    width: 100%;
    max-width: 968px;
    padding: 50px 15px 80px;
}



/* JOIN
------------------------- */

.page-template-join .coution-contact h4 {
    font-size: 20px;
    text-align: center;
}
.page-template-join .coution-contact p {
    margin: 0px 0 19px 8px;
    padding: 0;
}

.box-kiyaku-check {
    padding: 20px 12px 40px;
}

/* LINE 行
------------------------- */

.box-line-form {
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 40px 10px 40px;
}
.box-line-form-full {
    align-items: ;
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 40px 10px 40px;
}
.inbox-line-form {
    align-items: center;
    display: block;
    justify-content: space-between;
    margin: 8px 55px 0 0;
    width: 30%;
}
.box-line-form-full .inbox-line-form {

    width: 100%;
}


/* LAVEL ラベル
------------------------- */

.box-line-form label {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    float: left;
}
.box-line-form-full label {
    font-weight: 600;
    font-size: 17px;
    padding: 0;
    letter-spacing: 0;
    line-height: 1.2;
    float: left;
}
.box-line-form-full .inbox-answer {
    display: inline-block;
    padding: 20px 0 0 0;
    width: 100%;
}

/* REQUIRED 必須
------------------------- */

.required-input {
    background-color: #009688;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    min-width: 54px;
    padding: 1px 6px 3px;
    margin: 0 0 0 10px;
    text-align: center;
    float: left;
    line-height: 1.6;
}

/* SUBJUNCTION 補足
------------------------- */
.subjunction-contact {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 10px 0 10px 0 !important;
    border: 0px solid #ddd;
    border-radius: 2px;
    padding: 5px 0px !important;
    color: #e71c61;
}

/* INPUT
------------------------- */

.inbox-answer {
    height: 28px;
}
.inbox-answer p{
    margin: 0;
    padding: 0;
}

.inbox-answer .wpcf7-text, .inbox-answer .wpcf7-textarea {
    background-color: #ffffff;
    border: none;
    box-sizing: border-box;
    padding: 8px 10px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-list-item-label{
    font-size: 1.5rem;
    letter-spacing: 0;
}
.wpcf7-list-item {
    margin: 0 12px 0 0 !important;
}
.wpcf7-list-item-label {
    font-size: 1.5rem !important;
    font-weight: 500;
    color: #232323;
    line-height: 1.8;
}

/* LINE CONTACT
------------------------- */

.line-contact {
    padding: 0px 0 0 0;
    margin: 0 0 28px;
    display: grid;
    width: 100%;
}
.line-contact .inbox {
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    border: none;
}

.line-contact h5 {
    font-size: 18px;
    padding: 0;
    font-weight: 600;
}

.line-contact p {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 15px;
    line-height: 1.5;
}
.line-contact .left {
    width: auto;
    float: left;
}
.line-contact .right {
    max-width: 135px;
    float: right;
}

/* CONTACT PROIVACY
------------------------- */

.box-contact-privacy {
    width: 100%;
    padding: 8px;
}
.contact-privacy {
    width: 100%;
    height: 300px;
    padding: 20px 30px;
    margin: 0 auto 15px;
    border: 6px solid #eee;
    overflow: hidden;
    overflow: overlay;
    background: #fdfdfd;
}
.contact-privacy h5 {
    font-size: 17px;
    font-weight: 500;
    color: #565656;
    text-align: center;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: unset;
}
.contact-privacy p {
    font-size: 14px;
    color: #565656;
    line-height: 2;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
}



@media screen and (max-width:750px) {
.contact-page {
    width: 100%;
    max-width: 580px;
    padding: 50px 15px 80px;
}
.box-line-form {
    flex-direction: column;
    padding-left: 0;
    width: 100%;
    padding: 15px 0px 8px;
    border: 0;
}
.box-line-form-full {
    align-items: ;
    border-bottom: 0;
    display: block;
    padding: 24px 0px 40px;
}
.inbox-line-form {
    justify-content: flex-start;
    margin-bottom: 20px;
    width: 100%;
}
.box-line-form label {
    font-weight: 600;
    font-size: 15px;
}
.inbox-answer {
    width: 100%;
}
.required-input {
    font-size: 12px;
    min-width: 50px;
    margin: 0 0 0 5px;
    padding: 2px;
}
.box-contact-privacy {
    padding: 0px;
}
}

@media screen and (max-width:480px) {
.coution-contact h3 {
    font-size: 4.4vw;
    padding: 20px 0 0 0;
}
}



/* COUTION
------------------------- */

.coution-contact {
    padding: 0px 0 0 0;
    margin: 0 0 28px;
}
.coution-contact .inbox {
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
    border: none;
}

.coution-contact h3 {
    font-size: 21px;
    padding: 45px 0 0 0;
    font-weight: 500;
}
.coution-contact h5 {
    background: unset;
    border-radius: 2px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 12px;
    padding: 0;
    color: #565656;
}

.coution-contact p {
    font-size: 14px;
    line-height: 1.8;
}

/* CONTACT フォームここまで
---------------------------------------------------------------------------------------------------------------*/







/*======================================================================
||
||    H MENU
||
======================================================================*/

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 3px;
  right: 0;
  background-color: #000;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 36px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px !important;
}
@media only screen and (max-width:768px){
.hamburger {
    top: 12px;
    z-index: 300;
}
}

@media only screen and (max-width:410px){
.hamburger {
        top: 7px;
        z-index: 300;
    }
}


/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 70%;
    height: 100vh;
    background-color: #000000a1;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
    color: #fff;
    padding: 20px 15px;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}


/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}


.sp-nav h6 {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 400;
    border-bottom: 1px solid;
    padding: 0 20px 0px !important;
    font-family: "Libre Baskerville", serif;
}
.sp-nav ul {
    padding: 0;
    width: 100%;
    list-style: none;
    margin: 0 0 30px;
}
..sp-nav li {
    width: 140px;
}

.sp-nav li, .bt-menu-full {
    width: 100%;
    padding: 8px 0 7px 20px;
    border-top: 0px solid #000;
    float: left;
}

.sp-nav li a:link, .sp-nav li a:visited {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #ffffff;
    font-size: 1.7rem;
}

@media (min-width: 992px) {
    .mt-lg-n7 {
        margin-top: -6rem !important;
        min-height: 600px;
        margin: 0 auto 50px;
    }
}

@media (min-width: 290px) {
.sp-nav li a:link, .sp-nav li a:visited {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4rem;
}
.sp-nav h6 {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400;
    border-bottom: 1px solid;
    padding: 55px 20px 2px !important;
    font-family: "Libre Baskerville", serif;
}
}
/* ===== 【最終確定版】他のCSSに絶対に負けないように強化したCSS ===== */

/* 普段は隠れているクローンナビのスタイル */
#js-clone-nav {
  /* 位置を固定 */
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;

  /* 初期状態では透明にして操作できないようにする */
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  /* 滑らかに変化させるためのトランジション */
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
}

/* スクロール時に表示させるためのスタイル */
#js-clone-nav.is-fixed-nav {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    display: block;
    background: #12040499;
    z-index: 100;
}

/* 元のヘッダーなどを隠すためのスタイル */
.box-site-title,
.normal-header {
  /* is-hiddenクラスが付与された時に備えてtransitionを設定 */
  transition: opacity 0.3s ease;
}

.box-site-title.is-hidden,
.normal-header.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}











.section-page01 {
    margin: 0 auto;
    max-width: 1240px;
    padding: 10px 10px 50px;
}





.box-list03 {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    font-size: 0;
}
.box-list03 li {
    padding: 10px;
    width: 33.333%;
    position: relative;
    font-size: 0;
    display: inline-block;
}

.box-list03 li img {
    border-radius: 10px;
}










.menu-container {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

/* ヘッダー */
.menu-header {
    text-align: center;
    border-bottom: 2px solid #444;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.menu-header h1 {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    margin: 0;
}

.notice {
    font-size: 0.9rem;
    color: #666;
}




/* MENU */




.menu-grid {
    display: flex;
    gap: 30px;
    width: 100%;
    padding: 40px 10px;
    justify-content: space-evenly;
}

.menu-column {
    flex: 1;
    min-width: 300px;
    width: 100%;
}

/* セクション */
.menu-section {
    margin-bottom: 30px;
}

.menu-section h2 {
    background: #752f2f;
    color: #fff;
    padding: 8px 10px;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-section h2 span {
    font-size: 1.4rem;
    font-weight: normal;
}

/* リスト・説明 */
.menu-section ul {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.menu-section ul li {
    font-size: 1.4rem;
    padding: 5px 10px;
    border-bottom: 1px dotted #ccc;
    font-family: Noto Sans JP, 'Lato', sans-serif;
}

.menu-section dl {
    margin: 10px 0;
}

.menu-section dt {
    float: left;
    width: 70%;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 5px 10px;
    border-bottom: 1px dotted #ccc;
    font-family: Noto Sans JP, 'Lato', sans-serif;
}

.menu-section dd {
    float: left;
    width: 30%;
    font-size: 1.5rem;
    text-align: right;
    margin: 0;
    padding: 5px 15px;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
}
.menu-section .dd2 {
    padding: 5px 0px;
}

/* クリアフィックス */
.menu-section dl::after {
    content: "";
    display: block;
    clear: both;
}

.sub-text, .footer-note {
    font-size: 1.6rem;
    color: #291f1f;
    margin-top: 10px;
    font-family: Noto Sans JP, 'Lato', sans-serif;
}

.menu-section p {
    padding: 0 8px;
}

/* レスポンシブ */

@media only screen and (max-width:979px){
.menu-grid {
    gap: 20px;
}
}
@media (max-width: 600px) {
    .menu-container {
        padding: 20px;
    }
    .menu-header h1 {
        font-size: 1.8rem;
    }
}


.party-plans {
    color: #3e2723;
    padding: 40px 0px;
    font-family: sans-serif;
}

.plans-container {
    max-width: 100%;
    margin: 0 auto;
}

.catchphrase {
    color: #a14f06;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 10px;
}
.plan-main-title {
    color: #d32f2f;
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.menu-text {
    color: #4a362e;
}

.party-plans .notice {
    color: #c62828;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 2.3rem;
}
.plan-card {
  margin-bottom: 25px;
}

.plan-header {
  background-color: #3a2318;
  color: #ffffff;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plan-header h3 {
    margin: 0;
    font-size: 2rem;
    letter-spacing: 1px;
}

.plan-header .price {
  font-size: 2rem;
  font-weight: bold;
}

.plan-content {
  padding: 15px 10px;
  line-height: 1.8;
}

.plan-content p {
    font-size: 2rem;
    margin: 5px 0;
    font-weight: bold;
}

.refill-notice {
  margin-top: 10px;
}

.party-custom .plan-header {
    justify-content: unset;
}

.party-intro {
  text-align: center;
  margin-bottom: 20px !important;
}

.example-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 30px 0;
    border: 2px solid;
    padding: 10px 15px;
    border-radius: 8px;
}

.example-list li {
  margin-bottom: 15px;
}

.example-q {
    display: block;
    font-weight: bold;
    font-size: 1.8rem;
    color: #773417;
}

.example-a {
    display: block;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.consultation {
  text-align: center;
  color: #3e2723;
  font-size: 1.1rem;
  font-weight: bold;
}

.footer-note {
  margin-top: 40px;
  text-align: center;
  color: #e28743;
  font-weight: bold;
  line-height: 1.6;
}


@media (max-width: 680px) {
.plan-main-title {
    font-size: 2.2rem;
}
}
/*======================================================================
||
||    PAGE>entertainment
||
======================================================================*/



/* 新規追加：導入プロフィールセクション */
.profile-intro {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
    align-items: flex-start;
    padding: 10px;
}

    .profile-image {
        width: 300px; /* 写真の幅 */
        flex-shrink: 0;
    }

    .profile-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 4px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08); /* 柔らかい影 */
    }

    .profile-content {
        flex-grow: 1;
        font-size: 0.95rem;
    }

.profile-content h2 {
    font-size: 4.3rem;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #252525;
}

.profile-content h2 span {
    font-size: 50%;
}
.profile-content p {
    text-align: left;
    margin: 0 0 15px 0;
}

h2.section-profile {
    font-size: 3.4rem;
    font-weight: 400;
    margin: 40px 10px 30px;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    border-bottom: 1px solid;
}

h3.section-position {
    font-size: 1.7rem;
    margin: 0 0 30px;
}

.txt-history {
    font-size: 1.75rem;
    padding: 0px 15px 50px;
    line-height: 1.9;
}


/* タイムライン（経歴） */
.timeline {
    margin-bottom: 50px;
    padding: 12px;
}

.timeline-item {
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #717171;
}

    .timeline-item:last-child {
        border-bottom: none;
    }

.timeline-year {
    width: 100px;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 1.8rem;
    padding-top: 2px;
    color: #9b302c;
}

.timeline-content {
    flex-grow: 1;
    font-size: 1.6rem;
    line-height: 2;
}

@media (max-width: 768px) {
.profile-content h2 span {
    font-size: 50%;
    display: block;
}
.plan-content p {
    font-size: 1.5rem;
    margin: 5px 0;
    font-weight: normal;
}
}

/* CDセクション */

.cd-card {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    padding: 10px;
}

.cd-image-wrapper {
    width: 220px;
    flex-shrink: 0;
    text-align: center;
}

    .cd-image-wrapper img {
        width: 100%;
        height: auto;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
        display: block;
        margin-bottom: 15px;
    }

    .cd-image-wrapper span {
        display: block;
        font-size: 0.75rem;
        color: var(--text-light);
    }

    .cd-info {
        flex-grow: 1;
        font-size: 0.95rem;
    }

    .cd-track {
        margin-bottom: 25px;
    }

.cd-track h3 {
    font-size: 2.7em;
    color: var(--text-main);
    margin: 0 0 5px 0;
    font-weight: 400;
}
    
.cd-track h3::before {
    content: '❖ ';
    color: var(--primary-color);
    font-size: 2.2rem;
}

.cd-track p {
    margin: 0;
    font-size: 1.5rem;
    padding: 2px;
}

.cd-links {
    padding-top: 5px;
}

    .cd-links p {
        margin: 0 0 10px 0;
    }

a.text-link {
    color: #ffffff;
    background: #d24f5c;
    border-radius: 5px;
    margin: 10px 0 0 0;
    padding: 6px 10px 5px;
    line-height: 1;
    text-decoration: none;
    transition: border-color 0.3s;
}

    a.text-link:hover {
        border-bottom-color: var(--primary-color);
    }

    /* ボタン */
    .contact-wrapper {
        text-align: right;
        margin-top: 30px;
    }

    .btn {
        display: inline-block;
        background-color: var(--primary-color);
        color: #fff;
        text-decoration: none;
        padding: 10px 25px;
        font-size: 0.9rem;
        border-radius: 30px;
        transition: background-color 0.3s, opacity 0.3s;
    }

    .btn:hover {
        background-color: #7a2522;
        opacity: 0.9;
    }

    .contact-text {
        font-size: 0.85rem;
        color: var(--text-light);
        margin-top: 10px;
    }

    /* レスポンシブ */
    @media (max-width: 768px) {
h2.section-profile {
    font-size: 2.4rem;
}
h3.section-position {
    font-size: 1.6rem;
}
        .profile-intro {
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        .profile-image {
            width: 80%;
            max-width: 300px;
        }
        .profile-content {
            text-align: center;
        }
    }

    @media (max-width: 640px) {
.timeline-content {
    flex-grow: 1;
    font-size: 1.5rem;
}
.container {
    padding: 30px 20px;
}

.timeline-item {
    flex-direction: column;
}

.timeline-year {
    margin: 5px 0 2px;
    font-size: 1.7rem;
}

        .cd-card {
            flex-direction: column;
            align-items: center;
            padding: 20px;
            gap: 25px;
        }

        .cd-info {
            width: 100%;
        }

        .contact-wrapper {
            text-align: center;
        }
    }



/* DVD */
.dvd-section {
    margin: 0 auto 50px;
    font-family: sans-serif;
    color: #000;
    padding: 10px;
}

/* 大見出し */
.dvd-main-title {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

/* 2カラムレイアウト */
.dvd-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* 左カラム */
.dvd-left {
    flex: 1;
}

/* DVD画像 */
.dvd-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

/* スタッフ・仕様ブロック */
.dvd-info-block {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
}

.dvd-info-block h4 {
    margin: 0 0 5px;
    font-size: 17px;
    font-weight: 500;
}

.dvd-info-block p {
    margin: 0;
    font-size: 1.5rem;
}
.dvd-right h5 {
    font-size: 2rem;
    padding: 0 0 20px;
}

/* 右カラム */
.dvd-right {
    flex: 1;
}

/* DVDタイトル */
.dvd-title {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: normal;
    line-height: 1.5;
    border-bottom: 1px solid #555555;
}

/* 価格 */
.dvd-price {
    font-size: 20px;
    margin: 0 0 30px;
    color: #E91E63;
}

/* 収録演目リスト */
.dvd-tracklist {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.dvd-tracklist h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: bold;
}

.dvd-tracklist p {
    margin: 0;
    font-size: 1.5rem;
}
/* 購入リンクのラッパー */
.dvd-buy-wrapper {
    text-align: left;
    margin-top: 20px;
}

/* 購入リンク（大きなテキストとして表示） */
.dvd-buy-link {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.dvd-buy-link:hover {
    text-decoration: underline;
    opacity: 0.8;
}

/* スマホ閲覧時のレスポンシブ対応 */
@media screen and (max-width: 600px) {
    .dvd-container {
        flex-direction: column;
        gap: 30px;
    }
    
    .dvd-left,
    .dvd-right {
        width: 100%;
    }
}





/* 動画リスト全体のコンテナ */
.movie-list {
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}

/* 各動画アイテム（横並び） */
.movie-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}



/* サムネイル部分 */
.movie-thumbnail {
    flex: 0 0 320px; /* サムネイルの幅を320pxに固定 */
    position: relative;
}

.movie-thumbnail a {
    display: block;
}

.movie-content a:hover, .movie-content a:focus, .movie-contentl a:visited:hover, .movie-content a:visited:focus {
    color: #0e0e0e;
}

.movie-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* 角丸 */
    object-fit: cover;
    aspect-ratio: 16/9; /* YouTubeサムネイルの比率 */
}

/* 画像がない場合のプレースホルダー */
.movie-thumbnail-placeholder {
    width: 100%;
    aspect-ratio: 16/9;
    background: #e0e0e0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

/* テキスト部分 */
.movie-content {
    flex: 1;
    overflow: hidden;
}

/* タイトル */
.movie-title {
    font-size: 2rem;
    margin: 0 0 10px;
    font-weight: 500;
    line-height: 1.7;
}

.movie-title a {
    text-decoration: none;
}

.movie-title a:hover {
    text-decoration: underline;
}

/* 抜粋テキスト */
.movie-text {
    font-size: 16px;
    color: #4d5156;
    line-height: 1.6;
}

/* スマホ表示用（横幅600px以下で縦並びに変更） */
@media screen and (max-width: 600px) {
    .movie-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .movie-thumbnail {
        flex: 0 0 auto;
        width: 100%;
    }
}







/* =========================================
   パーティプラン (究極にシンプル・スマホ最適化)
========================================= */
.party-plans {
  padding: 40px 10px; /* 余白をさらに絞る */
  background-color: transparent; 
}
.plans-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ヘッダー周り */
.plan-section-header {
  text-align: center;
  margin-bottom: 30px;
}
.plan-section-header .catchphrase {
  color: #c00;
  font-weight: bold;
  font-size: clamp(14px, 4vw, 18px); /* 画面幅で変動 */
  margin-bottom: 5px;
}
.plan-section-header .main-title {
  /* MENUのフォントをゴシックに統一 */
  font-size: clamp(24px, 8vw, 36px); 
  font-weight: 900;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.2;
}
.plan-section-header .main-title .menu-text {
  color: #c00;
  font-family: inherit; /* ダサいフォントを解除 */
}
.plan-section-header .notice {
  font-size: clamp(12px, 3.5vw, 16px);
  color: #666;
}

/* 1列固定ラッパー */
.plan-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}

/* カードデザイン */
.plan-card {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* カード上部 */
.plan-card-header {
  background: #222;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.plan-card-header h3 {
  font-size: clamp(16px, 5vw, 22px);
  margin: 0;
  color: #fff; /* 黄色を廃止し白で清潔感 */
  line-height: 1.3;
}
.plan-card-header .price {
  font-size: clamp(20px, 6vw, 32px);
  font-weight: bold;
  white-space: nowrap;
}
.plan-card-header .price .yen {
  font-size: 0.5em;
  margin-left: 4px;
}

/* 内容領域 */
.plan-card-body {
  padding: 20px;
}
.plan-card-body .note {
  font-size: clamp(13px, 4vw, 16px);
  color: #333;
  margin-bottom: 15px;
}

/* ダサい装飾を廃止したリスト */
.drink-list {
  background: #f2f2f2; /* 薄いグレー塗りつぶしのみ */
  border-left: none; /* 赤線を廃止 */
  padding: 12px 15px;
  font-size: clamp(13px, 4vw, 16px);
  color: #333;
  border-radius: 4px;
  margin-bottom: 15px;
}

/* Q&A */
.qa-box {
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 15px;
  margin-bottom: 15px;
}
.qa-item {
  margin-bottom: 15px;
}
.qa-item .q {
  font-weight: bold;
  font-size: clamp(15px, 4.5vw, 20px);
  margin-bottom: 5px;
  color: #000;
}
.qa-item .a {
  font-size: clamp(13px, 4vw, 16px);
  color: #444;
  padding-left: 15px;
  position: relative;
}
.qa-item .a::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #c00;
}

/* 通常プランリスト */
.normal-price-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price-item {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price-item .label {
  font-size: clamp(13px, 4vw, 18px);
}
.price-item .val {
  font-size: clamp(16px, 5vw, 22px);
  font-weight: bold;
  color: #c00;
}
.price-valval .sub {
    display: block;
}

/* 赤字案内 */
.refill-notice {
  text-align: center;
  color: #c00;
  font-size: clamp(13px, 4vw, 16px);
  font-weight: bold;
}



/* スマホ300px付近の調整 */
@media screen and (max-width: 350px) {
  .plan-card-header {
    padding: 10px;
  }
  .plan-card-body {
    padding: 15px;
  }
}




.section-dance-lab h4 {
    font-size: 2.4rem;
    font-weight: 400;
    margin: 30px 10px 15px;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}

.practice-details {
    font-size: 1.9rem;
    font-weight: 400;
    margin: 15px 10px 30px;
    display: flex;
    flex-direction: column;
    line-height: 1.6;
}


.practice-details dt {
    margin: 25px 0 10px 0;
}

.practice-details dd {
    font-size: 1.8rem;
}

.profile-text {
    margin: 0 auto;
    padding: 10px 10px 30px;
}

.box-bt-contact03 {
    text-align: left;
    padding: 5px;
    margin: 0 0 70px;
}








/* ==============================================
   お問合せフォーム：全レイアウト強制最適化（最終完全版）
   ============================================== */


.contact-form-inner {
    padding: 10px;
}
.section-contact label {
    display: inline-block;
    font-size: 2.3rem;
    font-weight: 400;
    padding: 2px;
}




/* 1. フォーム全体を絶対に「左寄せ」にする */
.wpcf7 {
    text-align: left !important;
}

/* 2. 入力枠（名前・メール・題名・本文）を大きく、はみ出させない */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    font-size: 16px !important;
    padding: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 3px !important;
    background: #fff;
    border-radius: 6px;
}
/* 3. 項目タイトル（お名前 必須 など） */
.wpcf7 p {
    font-size: 18px !important;
    margin-bottom: 20px !important;
}

/* 4. チェックボックスと文字（インラインブロックの鉄壁指定） */
.wpcf7-checkbox {
    display: block !important;
    text-align: left !important;
}

span.wpcf7-list-item {
    display: block !important;
    margin: 5px 0 !important;
    text-align: left !important;
    clear: both !important;
}

span.wpcf7-list-item label {
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* チェックボックス本体のサイズと配置 */
span.wpcf7-list-item input[type="checkbox"] {
    display: inline-block !important;
    vertical-align: middle !important;
    width: 18px !important;
    height: 18px !important;
    margin: 0 6px 0 0 !important;
    float: none !important;
    position: static !important;
}

/* チェックボックス横の文字サイズと配置 */
span.wpcf7-list-item-label {
    display: inline-block !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    text-align: left !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 5. 送信ボタンをデカくして中央に配置 */
.wpcf7 input[type="submit"] {
    font-size: 20px !important;
    font-weight: bold !important;
    padding: 20px 40px !important;
    width: 100% !important;
    max-width: 400px !important;
    display: block !important;
    margin: 40px auto 0 !important; /* 中央揃え */
    cursor: pointer !important;
    box-sizing: border-box !important;
}


@media screen and (max-width: 680px) {
.section-contact label {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 2px;
}
}
@media screen and (max-width: 480px) {
.section-contact label {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 2px;
}
.wpcf7 input[type="submit"] {
    font-size: 14px !important;
}
}