* {
  box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
  margin: 0;
    font-family: "EB Garamond", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

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

a {
  color: #815500;
  text-decoration: none;
  display: block;
}
.hsp5 {
    width: 100%;
    height: 5px;
}
.hsp10 {
    width: 100%;
    height: 10px;
}
.hsp20 {
    width: 100%;
    height: 20px;
}
.hsp50 {
    width: 100%;
    height: 50px;
}
.hsp100 {
    width: 100%;
    height: 100px;
}
.hsp200 {
    width: 100%;
    height: 200px;
}

.sidebar {
    width: 300px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: url("../images/side_bg.jpg") no-repeat top left;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    top: 0;
    left: 0;
    z-index: 100;
}
.sidebar-logo {
    
}
hr {
    margin: 0 auto!important;
  height: 1px;
  border: none;
  border-top: 1px #c7c7c7 solid;
    height: 1px;
    width: 86%;
}
.page {
    position: relative;
} 
.sidebar-menu {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10px;
}
.sidebar-menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #c7c7c7;
}
.sidebar-menu ul li {
    width: 50%;
    padding: 15px 0 3px 0;
    border-bottom: solid 1px #c7c7c7;
}
.sidebar-menu ul li:nth-of-type(even) {
    border-left: solid 1px #c7c7c7;
}
.sidebar-menu ul li a {
    color: #000;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.sidebar-menu ul li:hover {
    background-color: #F0F0F0;
}
.sidebar-menu-text1 {
    height: 40px;
    font-feature-settings: "palt";
}
.sidebar-menu-text2 {
    font-size: 12px;
}

.sidebar-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
}
.sidebar-contact a {
    display: block;
}
.sidebar-text {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 18px;
    line-height: 30px;
}
.sidebar-tel {
    display: flex;
    justify-content: space-around;
    z-index: 2;
    width: 98%!important;
    margin: 0 auto;
}
.sidebar-tel li {
    width: 48%!important;
    background: rgba(0,0,0,0.20);
    overflow: hidden;
    padding: 10px 0!important;
}
.sidebar-tel li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.sidebar-tel_phone {
    width: 30px;
    height: auto;
}
.sidebar-tel_p1 {
    font-size: 12px;
    font-feature-settings: "palt";
}
.sidebar-tel_p2 {
    font-size: 14px;
    font-feature-settings: "palt";
}

.sidebar-open {
    font-size: 18px;
    font-feature-settings: "palt";
    text-align: center;
    margin-top: 10px;
}
.sidebar-open span {
    font-size: 26px;
}


.copyright {
    margin-top: auto;
    margin-left: 20px;
    margin-bottom: 20px;
}

.wrapper {
    margin-left: 300px;
    width: calc(100% - 300px);
    height: 100%;
    position: relative;
    z-index: 10;
    background: url("../images/wrapper_bg.jpg") fixed no-repeat top right;
}
.kv {
    width: 100%;
    height: auto;
}
.sidebaer-shadow {
    position: fixed;
    top: 0;
    left: 300px;
    z-index: 50;
}

.main-contents {
    width: 100%;
    margin: auto;
}
h2 {
    height: 55px;
    width: 100%;
    margin-top: 8px;
    padding: 10px;
    padding-top: 14px;
    font-size: 20px;
    background: url("../images/h2_bg_pc.png") top left no-repeat;
    color: #fff;
}
h3 {
    height: 55px;
    width: 100%;
    margin-top: 16px;
    padding: 10px;
    padding-top: 14px;
    font-size: 20px;
    background: url("../images/h2_bg_pc.png") top left no-repeat;
    color: #fff;
}

.sp-slide {
	position: absolute;
	opacity: 0.5!important;
}



.sp-selected{
	opacity:1!important;
}


.main-text-m {
    font-size: 2em;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 100;
  font-style: normal;
    text-align: center;
}
.main-text-ms {
    font-size: 1.4em;
    line-height: 2em;
    text-align: center;
}
.main-text-s {
    font-size: 1.4em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.main-text-m-pink {
    color: #ffb3b3;
    font-size: 2em;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 400;
  font-style: normal;
}

.white_container {
    width: 96%;
    min-height: 200px;
    margin: 20px auto;
    padding: 10px;
    background: rgba(255,255,255,0.80);
}
.whatsnew {
}
.whatsnew li {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: dotted 1px #939393;
}
.whatsnew li a {
    color: rgba(53,53,53,1.00);
    text-decoration: none;
    display: block;
    line-height: 1.2em;
}
.whatsnew_text {
    font-weight: bold;
    font-size: 20px;
}


.contents_list {
    display: flex;
    gap:10px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 30px;
}
.contents_list li {
    width: 30%;
}
.contents_list li a img {
    width: 100%;
}

.contents_link_area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 600px;
    height: 400px;
}
.contents_link {
    text-align: center;
    padding: 5px 10px;
    margin: 0;
    background: rgba(0,0,0,0.40);
    color: #fff;
}


.profile_area {
    display: flex;
    gap:20px;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
}
.profile_left {
    width: 600px;
}
.profile_photo {
    width: 100%;
    height: auto;
}
.profile_contents_list {
    display: flex;
    gap:10px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: 30px;
}
.profile_contents_list li {
    width: 100%;
}
.profile_contents_list li a img {
    width: 100%;
}

.profile_right {
    border-bottom: none;
    width: 100%;
    max-width: 700px;
    min-height: 600px;
}
.profile_detail {
    font-size: 1em!important;
    text-align: left!important;
    margin-top: 0!important;
}
.profile-title {
    font-size: 3em;
    line-height: 0.4em;
    text-align: center;
}
.profile-title .title-jp {
    font-size: 0.4em;
    line-height: 1em;
    text-align: center;
}

.profile-name {
    font-size: 3em;
    line-height: 0.6em;
    margin: 20px 0;
    padding: 0;
    color: #000;
}

.profile-size {
    font-size: 1.6em;
    line-height: 0.6em;
    margin: 10px 5px;
    padding: 0;
    color: #000;
}
.profile-hitokoto {
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 20px 5px;
    color: #000;
}
.profile-comment {
    font-size: 1.4em;
    line-height: 1.4em;
    color: #000;
    margin: 10px auto;
    width: 1080px;
}
.profile-banner {
    margin-top: 10px;
    width: 100%;
}

.profile-message-text {
    width: 80%;
    margin-top: 0;
    margin-left: 5px;
    color: #ff5bcf;
/*    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
    font-size: 1.4em;
    line-height: 1.4em;
}
.profile_comment {
    line-height: 1.6em;
    text-align: left;
}
.profile_icon {
	display: flex;
    width: 100%;
    margin: 20px 5px;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}

.profile_icon li {
    width: auto;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    margin-right: 5px;
    border: none;
    border-radius: 10px;
    background-color: #815500;
    color: #fff;
    min-width: 50px;
    text-align: center;
    padding: 5px 10px;
    margin-top: 5px;
}
.profile_tbl {
    width: 100%;
    margin: 10px auto 0 auto;
    border-top: 1px solid #815500;
    border-bottom: 1px solid #815500;
    box-sizing: border-box;
    border-collapse:collapse
}
.profile_tbl tr {
    border-bottom: 1px solid rgba(129,85,0,0.25);
}
.profile_tbl tr:last-child {
    border-bottom: none;
}
.profile_tbl td {
    color: #000;
    font-size: 20px;
    padding: 20px;
}
.profile_tbl td:nth-child(1) {    
    background-color: rgba(129,85,0,0.08);
}
.profile_schedule td:nth-child(1) {    
    width: 200px;
}
.profile_tbl td:nth-child(2) {
    background-color: rgba(255,255,255,0.50);
}
.profile_tbl .profile_tbl_top {
    background-color: rgba(255,255,255,0.50)!important;
}
.profile_contents_list li {
    margin-bottom: 10px;
}

.interview_box {
    margin: 20px;
}

.arrow_box{
    position:relative;
    background:#FFFFFF;
    padding:10px;
    border:1px solid #815500;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box:after,.arrow_box:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    right:100%;
    top:33%;
}
.arrow_box:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:9px;
    border-bottom-width:9px;
    border-left-width:9px;
    border-right-width:9px;
    margin-top: -9px;
    border-right-color:#FFFFFF;
}
.arrow_box:before{
    border-color: rgba(109, 129, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-top: -10px;
    margin-right: 1px;
    border-right-color:#6D81FF;
}

.flame_text_1 {
    position: relative;
    width: 100%;
    max-width: 1000px;
    padding: 20px;
    text-align: center;
    margin: 30px auto;
    border: 3px solid #b9b9b9;
    font-size: 1.4em;
    font-feature-settings: "palt"!important;
    line-height: 1.4em;
    background: rgba(255,255,255,0.80);
}

.flame_text_2 {
    position: relative;
    width: 97%;
    padding: 20px;
    text-align: center;
    margin: 30px auto;
    border: 3px solid #b9b9b9;
    font-size: 1.4em;
    font-feature-settings: "palt"!important;
    line-height: 1.4em;
    background: rgba(255,255,255,0.80);
}
.corner_img_1,.corner_img_2,.corner_img_3,.corner_img_4 {
    position: absolute;
    width: 5vw;
    max-width: 50px;
}
.corner_img_5,.corner_img_6 {
    position: absolute;
    width: 45vw;
    max-width: 100px;
}
.corner_img_1 {
    left: -2px;
    top: -2px;
}
.corner_img_2 {
    right: -2px;
    top: -2px;
}
.corner_img_3 {
    left: -2px;
    bottom: -2px;
}
.corner_img_4 {
    right: -2px;
    bottom: -2px;
}
.corner_img_5 {
    right: 0;
    left: 0;
    top: -8px;
    margin: auto;
}
.corner_img_6 {
    right: 0;
    left: 0;
    bottom: -8px;
    margin: auto;
}

.schedule_tbl {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    border: 1px solid #815500;
    box-sizing: border-box;
    border-collapse:collapse
}
.schedule_tbl td {
    border-right: 1px solid #815500;
    background-color: rgba(255,255,255,0.70);
    padding: 0;
}
.schedule_tbl td.active {
    border: 2px solid #9C0002;
    background-color: rgba(255,0,4,0.50);
}
.schedule_tbl td.active a {
    color: #fff;
}
.schedule_tbl td:last-child {
    border-right: none;
}
.schedule_tbl td a {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 20px;
}
.saturday a {
    background-color: rgba(0,52,255,0.20);
}
.sunday a {
    background-color: rgba(255,51,51,0.20);
}

.main-footer {
    background: rgba(0,0,0,0.90);
    color: #FFFFFF;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
/*    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
}
.footer_left {
    display: block;
    width: 500px;
}
.footer_right {
    display: flex;
    justify-content: flex-end;
    gap:3vw;
    padding-right: 30px;
}
.footer_menu {
    max-width: 300px;
    padding-top: 30px;
}
.footer_menu h3 {
    background: none;
    height: 30px;
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    padding: 0 0 0 20px;
}
.footer_menu h3:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    border: 6px solid transparent;
    border-top: 7px solid #fff; 
}
.footer_menu ul {
    list-style: circle;
}
.footer_menu ul li {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.footer_menu ul li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
.footer_menu ul li a:hover {
    text-decoration: underline;
}
.footer_logo {
    display: block;
    width: 300px;
    height: auto;
}
.footer_shopinfo {
    font-size: 14px;
    line-height: 20px;
    margin-left: 20px;
}
.footer_shopinfo div {
    display: flex;
}
.footer_shopinfo div dt {
    width: 100px;
}



.star {
    width: 3vw;
    height: auto;
    display: block;
    margin: 5vh auto;
}
.banner {
    display: block;
    margin: 0 auto;
}
.banner60 {
    display: block;
    width: 30%;
    height: auto;
    margin: 10px auto 20px auto;
}
strong {
    background:linear-gradient(transparent 60%, #ffe4e4 60%);
}
.about-h3 {
    font-size: 1.6em;
    margin-top: 20px;
}
.about-h3::before {
   font: var(--fa-font-solid);
   content: "\f14a";
    color: #ffb3b3;
}
.features {
    display: flex;
    flex-wrap: wrap;
}
.features li {
    font-size: 1.4em;
    margin: 20px 20px 0 0;
}
.features li::before {
   font: var(--fa-font-regular);
   content: "\f3a5";
    color: #ffb3b3;
}


.income {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.income li {
    width: 33%;
}
.income li img {
    width: 100%;
    height: auto;
}

.about-table {
    border: 1px solid #ffb3b3;
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
}
.about-table tbody tr td {
    margin: 0 1px 0 1px;
    padding: 10px;
    font-size: 1.2em;
    line-height: 1.4em;
    vertical-align: top;
}
.about-table tbody tr td a img {
    display: block;
    margin: 0;
    padding: 0;
}
.about-table tbody tr td:nth-of-type(2n-1) {
    width: 30%;
    background: #ffe4e4;
    border-bottom: 1px solid #fff;
}
.about-table tr td:nth-of-type(even) {
    border: 1px solid #ffb3b3;
}

.iframe-container {
     position: relative;
     height: 0;
     overflow: hidden;
    margin: 20px auto;
    width: 90%;
    max-width: 1000px;
    height: 300px;
}

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

.form_area {
    text-align: center;
    background-color: #FFFFFF;
    width: 94%;
    max-width: 650px;
    margin: 0 auto;
}
.form_area_title {
    font-size: 1.6em;
    line-height: 1.6em;
}
.form_title {
    background-color: #ffe4e4;
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    padding: 10px;
    margin: 10px auto;
    color: #000;
}
.form_title span {
    display: inline-block;
    background-color: #b3312f;
    color: #fff;
    padding: 5px;
}
.form_text_s {
    text-align: center;
    font-size: 1.2em;
}

input[type="text"] {
    width: 94%;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 20px;
}
.input_60 {
    width: 54%!important;
}
.selectbox-mail {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-mail::after {
    position: absolute;
    right: 5px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-mail select {
    appearance: none;
    width: auto;
    min-width: 30%;
    height: 2.8em;
/*    padding: .4em calc(.8em + 30px) .4em .8em;*/
    padding: .4em 20px .4em 0;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}
@media screen and (min-width:600px) {
.selectbox-mail select {
    min-width: 30%!important;
}
.input_60 {
    width: 70%!important;
}

}

.radio_btn {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: 30%;
}

.radio_btn label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio_btn label::before,
.radio_btn label::after {
    border-radius: 50%;
    content: '';
}

.radio_btn label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio_btn label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}

.radio_btn label:has(:checked)::after {
    background-color: #686868;
    animation: anim-radio-2 .3s linear;
}

@keyframes anim-radio-2 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #68686833;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio_btn input {
    display: none;
}
.textbox {
    width: 90%;
    min-height: 100px;
    margin: 0 auto;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    color: #333;
    font-size: 1em;
    line-height: 1.5;
}

.textbox::placeholder {
    color: #999;
}

.button-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    margin:0 auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #ffb3b3;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-submit:hover {
    background-color: #ffb3b3;
}


.header-color-bg .nav-menu-wrapper {
    background: rgba(255,180,180,0.9);
}

.navik-header-overlay {
    display: none;
}
@media screen and (max-width:820px) {
    .navik-header-overlay {
        display: block;
    }
    
    .sidebar , .sidebaer-shadow {
    display: none;
}
.wrapper {
    margin-left: 0;
    width: 100%;
    z-index: 1;
}
.main-text-m {
    font-size: 1.2em;
    text-align: center;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.main-text-ms {
    font-size: 1.2em;
    line-height: 1.2em;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.main-text-s {
    font-size: 1.2em;
    line-height: 1.4em;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.main-text-m-pink {
    font-size: 1.2em;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.about-h3 {
    font-size: 1.4em;
    line-height: 1.6em;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.features {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.about-table {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.about-table tr td {
    font-size: 16px!important;
}
.balloon-009 , .balloon-010 {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.income {
    flex-wrap: wrap;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.income li {
    width: 100%;
}
.banner {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.star {
    width: 10%;
}
.banner60 {
    display: block;
    width: 60%;
    height: auto;
    margin: 10px auto 20px auto;
}

    
    
}


