@charset "UTF-8";
/* CSS Document */

body {
	background-color: #fff;
	height: 100%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 1.0rem;
    overflow-x: hidden;
}

body a {
    color: #0659a2;
}

p {
	line-height: 1.8;
}

.bg-kono {
	background-color: #351100;
}

.bg-kono02 {
	background-color:rgba(0,0,0,1);
}

.bg-white {
    background-color: #fff;
}

a.bg-souwa:hover, a.bg-souwa:focus,
button.bg-souwa:hover,
button.bg-souwa:focus {
	background-color: #fff;
}

/* ------------------------------------------------- *
 *        Header
 * ------------------------------------------------- */

header {
    margin: 0;
    padding: 0;
}

header .container {
    padding: 0;
    text-align: center;
}

header .brand img {
    height: 80px;
    margin: 1.4rem 2.6rem;
}

header .brandzone {
    margin-bottom: 1.4rem;
}



/* ------------------------------------------------- *
 *        Jumbotron
 * ------------------------------------------------- */

 .jumbotron {
    margin: 0;
    padding: 0;
    background-color: #000;
}

.jumbotron img {
    width: 100%;
}

.jumbotron .textarea {
    background: rgba(0,0,0,0.4);
	position: absolute;
	top: 40%;
	left: 20%;
	z-index: 100;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding: 1.0rem;
}

.jumbotron .textarea p {
	color: #fff;
	font-size: 1.8rem;
    text-shadow: 1px 1px 2px #000;
    margin: 0;
}

@media (max-width: 576px) {
    .jumbotron img {
        height: auto;
        object-fit: cover;
    }
    .jumbotron .textarea {
        background: rgba(0,0,0,0.4);
        position: absolute;
        top: 30%;
        left: 10%;
        z-index: 100;
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding: 1.0rem;
    }
    .jumbotron .textarea p {
        color: #fff;
        font-size: 1.4rem;
        text-shadow: 1px 1px 2px #000, 0 0 1em blue, 0 0 0.2em blue;
        margin: 0;
    }
}


/* ------------------------------------------------- *
 *        Navbar
 * ------------------------------------------------- */

.navbar {
    padding: 0;
}

.navbar .navbar-expand-lg {
	padding: 20 0;
	color: #666;
}

.navbar .container {
	padding : 0;
    margin-bottom: 0;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar .navbar-brand {
    color: #fff;
}

.navbar .navbar-brand img {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    color: #000;
    padding: 1.0rem 1.8rem 0.8rem;
    margin-bottom: 0;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
    color: rgba(138, 138, 138, 0.75);
}

.navbar .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.25);
}

.navbar .navbar-nav .show > .nav-link,
.navbar .navbar-nav .active > .nav-link,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #351100;
}

.navbar .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.8);
    margin-left: 1.6rem;
}

.navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar .navbar-text a {
    color: #fff;
}

.navbar .navbar-text a:hover, .navbar .navbar-text a:focus {
    color: #666;
}

.navbar-nav li {
	padding: 0 0.4rem;
    font-size: 0.9rem;
}

@media (max-width: 576px) {

	.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
  	    color: rgba(0, 0, 0, 0.75);
	}

    .navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.75);
  }

  .navbar .navbar-nav .dropdown, .navbar .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

    .navbar .navbar-nav .nav-link.disabled {
            color: rgba(0, 0, 0, 0.25);
    }
}

/* ------------------------------------------------- *
 *        Under-Navbar
 * ------------------------------------------------- */

 .under-nav {
    width: 100%;
    bottom: 0;
    position: fixed;
    background-color: #351100;
    z-index: 1000;
 }

 .under-nav .container {
    width: 90%;
    display: flex;
    padding: 0;
    text-align: center;
    justify-content: center;
 }

.under-nav .contents {
    width: 100%;
    border-left: #fff 0.5px solid;
    color: #fff;
    padding: 1.0rem;
    text-align: center;
}

.under-nav .contents img {
    height: 120%;
    margin: 0 auto;
    padding: 0 0.8rem;
}

.under-nav .contents:first-child {
    border: none;
}

@media (min-width: 576px) {
    .under-nav {
        display: none;
    }
}

/* ------------------------------------------------- *
 *        Lead
 * ------------------------------------------------- */

 .lead {
    background-color: #351100;
    color: #fff;
 }

 .lead .container {
    padding: 0;
 }

 .lead p {
    padding: 0.8rem 4.0rem;
    font-size: 0.9rem;
 }

 @media (max-width: 768px) {
    .lead p {
        padding: 0.8rem 2.0rem;
        font-size: 0.9rem;
     }
}

/* ------------------------------------------------- *
 *        TopContents
 * ------------------------------------------------- */

 .topcontents {
    width: 100%;
 }

 .topcontents img {
    height: 250px;
    object-fit: cover;
 }

/* ------------------------------------------------- *
 *        Contents
 * ------------------------------------------------- */

 .nav-underborder {
    background-color: #351100;
    height: 10px;
 }

.hr-kono {
    border: 0.2rem #351100 solid;
    margin: 0;
    padding: 0;
}

h2 {
    font-weight: normal;
}

.card img {
    width: 100%;
    object-fit: cover;
}

.card .textarea {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    padding: 1.4rem;
    width: 100%;
}

.card .textarea a {
    color: #fff;
}

.card .textarea a:hover {
    color: skyblue;
    text-decoration: none;
}

.card .textarea hr {
    border: #fff 0.3px solid;
}

ion-icon  {
    vertical-align: bottom;
}

.card .textarea p {
    color: #fff;
    font-size: 0.9rem;
}

.copyright {
    font-size: 0.6rem;
}

.key02 {
    padding: 3.0rem 0;
    margin: 0 auto;
}

.key02 img {
    width: 100%;
}

.key03 {
    padding: 3.0rem 0;
    margin: 0 auto;
}

.key03 img {
    width: 60%;
}

.reg-title {
    font-size: 2.0rem;
    text-align: center;
}

.card-text {
    text-align: left;
}

.pc {
    display: block;
}

.pc img {
    max-width: 100%;
}

.sp {
    display: none;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }

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

    .about-kono img {
        width: 80%;
        margin: 0 auto;
        object-fit: cover;
    }

    .kodawari01 img {
        height: 50%;
        object-fit: cover;
    }
}
.bar01 {
    background-color: #008989;
    padding: 1.2rem 0 0.1rem 0;
    color: #fff;
    text-align: center;
}

.bar01 .container {
    padding-bottom: 0;
}

.bar02 {
    background-color: #B4FFE5;
    padding: 1.0rem 0 0.1rem 0;
    color: #000;
    text-align: center;
}

.bar02 .container {
    padding-bottom: 0;
}


.kodawari01 {
    background-color: #EAFCF1;
}

.bar03 {
    background-color: #FFF3B4;
    padding: 1.0rem 0 0.1rem 0;
    color: #000;
    text-align: center;
}

.bar03 .container {
    padding-bottom: 0;
}


.kodawari02 {
    background-color: #F9FCEA;
}

.bar04 {
    background-color: #A4F2B6;
    padding: 1.0rem 0 0.1rem 0;
    color: #000;
    text-align: center;
}

.bar04 .container {
    padding-bottom: 0;
}


.kodawari03 {
    background-color: #F5FFC4;
}

.kodawri03 img {
    object-fit: cover;
}

.bar05 {
    background-color: #fff;
    padding: 1.2rem 0 0.1rem 0;
    color: #000;
    text-align: center;
}

.bar05 .container {
    padding-bottom: 0;
}


.bar06 {
    background-color: #666;
    padding: 0.1rem 0 0 0;
    color: #fff;
    text-align: center;
}

.bar06 .container {
    padding-bottom: 0;
}


.access {
    background-color: #fff;
}

.under-brand {
    text-align: center;
}

.under-brand img {
    margin: 0 auto;
}

.sns-logo {
    width: 100%;
    padding-top: 1.6rem;
}

.sns-logo img {
    width: 5%;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .sns-logo img {
        width: 10%;
    }
}

.menu-lead {
    padding: 1.0rem;
    border: #351100 solid 1px;
    margin-bottom: 2.0rem;
    background-color: #fff;
}

.menu-lead p {
    color: #351100;
    margin: 0;
    padding: 0;
}

.pricetitle {
    margin: 4.0rem 0;
    font-size: 2.0rem;
}

.pricetitletxt {
    font-size: 1.2rem;
}

.insta {
    padding: 0 2.0rem;
    text-align: center;
    margin-bottom: 3.0rem;
}

.insta .insta-logo {
    width: 5%;
}

@media (max-width: 768px) {
    .insta {
        padding: 0;
        text-align: center;
    }
    .insta .insta-logo {
        width: 10%;
    }

}

.img-sp {
    max-width: 100%;
    margin: 0 auto;
}

.cutonly {
    text-align: center;
}

.cutonly img {
    width: 100%;
}

/* ------------------------------------------------- *
 *        Contents：Works
 * ------------------------------------------------- */

.works {
    width: 100%;
}

.works ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 auto;
    justify-content: center;
}

.works ul li {
    margin-bottom: 2.4rem;;
}

.works ul li a {
    background-color: #fff;
    border: #0659a2 1px solid;
    color: #0659a2;
    padding: 0.6rem 1.6rem;
    margin-right: 1.6rem;
    border-radius: 0.1rem;
}

.works ul li a:hover {
    text-decoration: none;
    background-color: #0659a2;
    color: #fff;
}

.works ul li:last-child a {
    margin-right: 0;
}

.works ul li a.active {
    background-color: #0659a2;
    color: #fff;
}

.workscard {
    border: #999 0.2px solid;
    border-radius: 0.2rem;
    margin: 0 auto 3.0rem auto;
}

.workscard-img {
    display: flex;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.workscard-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.workscard-body {
    width: 100%;
    padding: 1.2rem;
}

.workscard-body ul {
    justify-content: left;
    padding-left: 1.0rem;
    list-style-type: square;
}

.workscard-body ul li {
    margin-bottom: 1.0rem;
}

@media (max-width: 768px) {
    .workscard {
        width: 100%;
    }

    .workscard-body ul {
        display: inline-block;
    }

    .workscard-img {
        display: inline-block;
    }

    .workscard-img img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    
}

/* ------------------------------------------------- *
 *        Footer
 * ------------------------------------------------- */

footer {
    width: 100%;
    background-color: #351100;
    padding-top: 2.0rem;
    padding-bottom: 4.0rem;
    margin: 0;
}

footer .container {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content:center;
}

footer ul li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 2.4;
}

footer ul li a:hover {
    text-decoration: none;
    color: yellow;
}

@media (max-width: 768px) {
    footer {
        width: 100%;
        background-color: #351100;
        padding-top: 2.0rem;
        padding-bottom: 10.0rem;
        margin: 0;
    }

    footer .container {
        margin: 0 auto;
        padding-right: 2.4rem;
    }
    
    footer ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        justify-content:center;
    }
    
}

/* ------------------------------------------------- *
 *        Not Found
 * ------------------------------------------------- */
.notfound {
    text-align: center;
    padding-top: 30px;
}
.notfound img {
    margin: 0 auto;
}
.notfound_title {
	font-family: bebas-neue-pro, sans-serif;
	font-size: 8rem;
	color: crimson;
	padding: 0;
	margin: 0;
}
.notfound_txt {
	font-size: 1.2rem;
    font-weight: lighter;
}

.notfound_txt a {
	text-decoration: underline;
    color: blue;
}

/* ------------------------------------------------- *
 *        breadCrumb
 * ------------------------------------------------- */
.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff
}

.breadcrumb li {
    display: inline;/*横に並ぶように*/
    list-style: none;
    font-weight: normal;
    font-size: 0.8rem;
    color: #888;
}

.breadcrumb li:after {/* ▶を表示*/
    font-family: FontAwesome;
    content: '\f0da';
    padding: 0 0.6em;
    color: silver;
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #888;
}

.breadcrumb li:first-child a:before {
    /*家アイコン*/
    font-family: FontAwesome;
    content: '\f015';
    font-weight: normal;
    font-size: 1.0em;
    color: #aaa;
    padding-left: 0.6em;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}


/* ------------------------------------------------- *
 *        ---
 * ------------------------------------------------- */

.oneleft {
	padding-left: 1.0rem;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.icon {
    width: 3%;
}

@media (max-width: 576px) {
    .icon {
        width: 8%;
    }
}



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


@media (max-width: 576px) {
  .card img {
      height: 30rem;
      object-fit: cover;
      margin-bottom: 2rem;
  }
}

.img100 {
  margin: 0;
}


.text-ssm {
    font-size: 0.8rem;
}

.btn {
  line-height: 1.8;
}



.image {
    width: 100%;
}

.image img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 576px) {
    .image {
        width: 100%;
    }
	.image img {
		width: 100%;
		height: 100px;
		margin: 0 auto;
		padding: 0;
        object-fit: cover;
	}
}

/*
.undernav-pc {
    display: block;
}

.undernav-sp {
    display: none;
}

.under01-pc {
    display: block;
}

.under01-sp {
    display: none;
}

@media only screen and (max-width: 750px) {
    .undernav-pc,.under01-pc {
        display: none;
    }
    .undernav-sp,.under01-sp {
        width: 100%;
        display: block;
    }
}

*/

.underlead {
    color:#896138;
}

.underlead h4 {
    line-height: 1.5;
}


.topimg {
	width: 100%;
	height: 360px;
	object-fit: cover;
}


.lead-box {
	padding: 5.0rem;
}

.lead-box h3 {
    line-height: 1.6;
}

.text-sm {
	font-size: 1.0rem;
}


.text-red {
	color: red;
}

.card img {
    margin: 0;
    padding: 0;
}

.ten {
    font-family: ten-mincho, serif;
}

.tab-content {
    text-align: center;
    padding: 2.0rem;
    width: 100%
}

.tab-content .roomimg {
    width: 80%;
    margin: 0 auto;
}

.tab-content .roomimg img {
    width: 100%;
    padding: 0.8rem;
}

.tab-content img {
    width: 60%;
    margin: 0 auto;
}

@media (max-width: 576px) {
  .tab-content img {
    width: 100%;
    margin: 0 auto;
    }
}

.roomimg a {
    cursor: zoom-in;
}

.pc {
    display: block !important;
}
.sp {
    display: none !important;
}

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

.card .textarea .title {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #fff;
    text-shadow: 1px 1px 2px #410007;
    font-weight: 500;
}

.card .textarea .title-sub {
    font-size: 1.3rem;
    line-height: 1.4;
    color: #fff;
    text-shadow: 1px 1px 2px #410007;
}

.card .textarea .title-sub2 {
    font-size: 0.8rem;
    color: #fff;

    font-weight: normal;
}

.title {
    font-family: trajan-pro-3, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
}

footer {
    font-size: 0.8rem;
    width: 100%;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

#wrapper {
    width: 100%;
    position:relative;
    min-height: 100%;
}


input.title {
  width: 70%;
}

.container {
    padding-bottom: 100px;
}


dl dt {
    padding-left: 1.6rem;
    font-weight: normal;
    margin-bottom: 1.2rem;
}

dl dd {
    padding-left: 3.2rem;
    margin-bottom: 1.5rem;
}


.img-fluid {
	max-width: 100%;
	height: auto;
}

.notfound {
    text-align: center;
}
.notfound img {
    margin: 0 auto;
}
.notfound_title {
	font-family: bebas-neue-pro, sans-serif;
	font-size: 8rem;
	color: crimson;
	padding: 0;
	margin: 0;
}
.notfound_txt {
	font-size: 1.2rem;
    font-weight: lighter;
}

.notfound_txt a {
	text-decoration: underline;
    color: blue;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .pc {
      display: none;
  }
  .sp {
      max-width: 100%;
      display: block;
  }
}

.hr-white {
    border: 0.1px #fff dotted;
    margin-bottom: 0.8rem;
    padding: 0;
}


/* ------------------------------------------------- *
 *        text color & Size
 * ------------------------------------------------- */
 
.text-titleIcon {
	color: #631125;
}
.text-imgIcon {
	color: #4d0c0b;
}
.text-arrowIcon {
	opacity: 0.3;
}
.text-color-white {
	color: white;
}
.text-color-yellow {
	color: yellow;
}
.text-color-red {
	color: red;
}
.text-color-annotation {
	color:indigo;
	font-size: smaller;
	font-weight: 500;
	background:#FDE742;
	padding: 2px 10px;
	margin-top: 5px;
	width: 65%;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 0.3;
	color: brown;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.text-ssm {
	font-size: 0.4rem;
}
.text-sdm {
	font-size: 0.6rem;
}
.text-sm {
	font-size: 0.8rem;
}
.text-md {
	font-size: 1.2rem;
}
.text-lg {
	font-size: 1.6rem;
}


/* ------------------------------------------------- *
 *        toco
 * ------------------------------------------------- */

#toco {
    position: fixed;
    top: 20vh;
    right: 0;
    z-index: 99;
  }
  
#toco a {
    display: inline-flex;
    background-color: #351100;
    color: #fff;
    width: 40px;
    padding: 20px 4px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.1rem;
  }
.vertical {
    display: inline-flex;
    writing-mode: vertical-rl;
    line-height: 22px;
    padding-left: 5px;
  }

#toco ion-icon {
    padding-bottom: 5px;
}

@media screen and (max-width: 576px) {
    #toco {
    position: fixed;
    bottom: 120px;
    right: 0;
    z-index: 99;
  }
}

/* ------------------------------------------------- *
 *        page-top
 * ------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    font-size: 80%;
	z-index: 999;
}

#page-top ion-icon {
    line-height: 22px;
}
 
#page-top a {
    display: block;
    background: #351100;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background: #351100;
    text-decoration: none;
    color: #aaa;
}

@media screen and (max-width: 560px) {
    #page-top {
    position: fixed;
    bottom: 100px;
    right: 10px;
    font-size: 80%;
	z-index: 999;
    }
}


/* ------------------------------------------------- *
 *        Fq-Accordion
 * ------------------------------------------------- */

.accordion {
    max-width: 100%;
    margin-bottom: 2.0rem;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 0.8em;
    border: 2px solid #2589d0;
    border-radius: 5px;
    color: #2589d0;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #2589d0;
    border-right: 3px solid #2589d0;
    content: '';
    transition: transform .3s;
    padding-left: 0.4rem;
}

.accordion[open] summary::after {
    transform: rotate(225deg);
}

.accordion p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 20px;
    padding: .8em 1.2em;
    border: 2px solid #2589d0;
    border-radius: 5px;
    background-color: #00436b;
    color: #fff;
    transition: transform .5s, opacity .5s;
    text-align: left;
}

.accordion[open] p {
    transform: none;
    opacity: 1;
}

.accordion p::before,
.accordion p::after {
    position: absolute;
    top: -15px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.accordion p::before {
    background-color: #2589d0;
}

.accordion p::after {
    top: -12px;
    background-color: #00436b;
}

/* ------------------------------------------------- *
 *        Menu-Accordion
 * ------------------------------------------------- */

 .menu-accordion {
    max-width: 100%;
    margin-bottom: 2.0rem;
}

.menu-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 0.8em;
    border: 1px solid #351100;
    border-radius: 5px;
    color: #351100;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
    background-color: #eae7e5;
}

.menu-accordion summary::-webkit-details-marker {
    display: none;
}

.menu-accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 3px solid #351100;
    border-right: 3px solid #351100;
    content: '';
    transition: transform .3s;
    padding-left: 0.4rem;
}

.menu-accordion[open] summary::after {
    transform: rotate(225deg);
}

.menu-accordion p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 20px;
    padding: .8em 1.2em;
    border: 2px solid #aea099;
    border-radius: 5px;
    background-color: #351100;
    color: #fff;
    transition: transform .5s, opacity .5s;
    text-align: left;
}

.menu-accordion[open] p {
    transform: none;
    opacity: 1;
}

.menu-accordion p::before,
.menu-accordion p::after {
    position: absolute;
    top: -15px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.menu-accordion p::before {
    background-color: #aea099;
}

.menu-accordion p::after {
    top: -12px;
    background-color: #351100;
}

.menu-accordion .menuborder {
    width: 100%;
    border-top: #fff solid 0.5px;
}

.menu-accordion .menutxt {
    color: #aaaaaa;
    font-weight: 200;
    line-height: 1.2rem;
    font-size: 1.0rem;
}

.menu-accordion .pricetxt {
    font-size: 0.8rem;
    color: #fff;
    font-weight: 300;
}

.menu-accordion .price {
    font-size: 1.2rem;
}

/* ------------------------------------------------- *
 *        Slide-Container
 * ------------------------------------------------- */
 .slide-container {
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    overflow: hidden;
    flex-direction: row;
  }
  .slide-wrapper {
    display: flex;
    flex-direction: row;
    animation: slide-flow 20s infinite linear 1s both;
  }
  .slide{
    border: 1px solid #ddd;
  }
  .slide img {
    width: 300px;
    object-fit: cover;
  }
  .slide .price {
    font-size: 1.2rem;
  }
  .slide .textarea {
    background-color: #351100;
    padding: 1.0rem 1.0rem 0.2rem 1.0rem;
    color: #fff;
  }
  @keyframes slide-flow {
       0% {transform: translateX(0);}
   100% {transform: translateX(-100%);}
  }

/* ------------------------------------------------- *
 *        Tab
 * ------------------------------------------------- */
  .tab-002 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 100%;
}

.tab-002 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #351100;
    color: #fff;
    font-size: 1.0em;
    text-align: center;
    cursor: pointer;
    margin: 0;
}

.tab-002 > label:hover {
    opacity: .8;
}

.tab-002 input {
    display: none;
}

.tab-002 > div {
    display: none;
    width: 100%;
    padding: 3.0em 3.0em;
    background-color: #351100;
    color: #fff;
    text-align: left;
}

.tab-002 > div .price {
    font-weight: 200;
}

.tab-002 > div .menutxt {
    font-size: 0.7em;
    font-weight: 200;
}

.tab-002 label:has(:checked) {
    opacity: 1;
}

.tab-002 label:has(:checked) + div {
    display: block;
}

.hr-white02 {
    border: 0.1px #fff solid;
    margin: 1.6rem 0;
    padding: 0;
}

/* ------------------------------------------------- *
 *        Modal
 * ------------------------------------------------- */

 .modal-wrapper {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 10px;
    text-align: center;
  }
  
  .modal-button {
      color: #351100;
      background-color: #eeeeee;
      font-weight:normal;
      text-align: center;
      cursor :pointer;
      transition: all 0.3s;
      display: block;
      margin-top: 40px;
      margin-bottom: 1px;
      padding: 12px 2px;
      max-width:300px;
      text-decoration: none;
  }
  
  .modal-button:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*下に動く*/
  
  }
  
  /*アイコンを表示*/
  .modal-button:after {
  font-family: "Font Awesome 5 Free";
    content: "\f2d0";
    padding-left: 8px;
  }
  
  /*ラベルホバー時*/
  .modal-button:hover {
    color: #FFFFFF;
    background-color: #351100;
    transition: .6s;
  }
  
  .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
  }
  
  .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
  }
  
  .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
  }
  
  .modal-wrapper .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 90%;
    max-width: 600px;
    padding: 25px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
  }
  
  .modal-wrapper .modal-window .modal-content {
    max-height: 70vh;
    overflow-y: auto;
    text-align: left
  }
  
  .modal_title {
    font-size: 1.5em;
      position: relative;
      overflow: hidden;
    padding: 0 1.0rem 1.0rem 1.0rem;
  }
  
  .modal_title::before,
  .modal_title::after{
      content: "";
      position: absolute;
      bottom: 0;
  }
  
  /* h2 プライマリカラー*/
  .modal_title:before{
      border-bottom: 4px solid #351100;
      width: 100%;
  }
  /* h2 セカンダリカラー*/
  .modal_title:after{
      border-bottom: 4px solid #351100;
      width: 100%;
  }
  
  .modal-content p {
    margin: 10px 0 0 0;
  }
  
  .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
  }
  
  .modal-wrapper .modal-close {
    z-index: 20;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 35px;
    color: #95979c !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
  }
  
  .modal-wrapper .modal-close:hover {
    color: #2b2e38 !important
  }

  /* ------------------------------------------------- *
 *        Loading
 * ------------------------------------------------- */

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeOut 1.5s 2.5s forwards;
  }
  
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  .loading__logo {
    opacity: 0;
    animation: logo_fade 2s 0.5s forwards;
    width: 15%;
  }
  
  @keyframes logo_fade {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
  
    60% {
      opacity: 1;
      transform: translateY(0);
    }
  
    100% {
      opacity: 0;
    }
  }

  @media screen and (max-width: 560px) {
    .loading__logo {
        opacity: 0;
        animation: logo_fade 2s 0.5s forwards;
        width: 50%;
      }
}

/* --------------------------------------
  Instagram
---------------------------------------*/

.insta_zone {
  width: 100%;
  background-color: #efefef;
  margin-bottom: 3.0rem;
  padding: 2.0rem 0;
}

.insta_zone .container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.insta_list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0px 0;
}

.insta_list li{
  position: relative;
  width: calc((100% - 40px)/3);
  list-style: none;
}

@media screen and (max-width: 750px){
  .insta_list li{
      width: calc((100% - 20px)/2);
  }
}

.insta_list li::before{
  content: "";
  display: block;
  margin: 0;
  padding: 0;
}

.insta_list a{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.insta_list img{
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.insta_btn01 {

  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s;
  font-size: 1.8rem;
  font-weight: lighter;
  color: #000;
}

.insta_btn01::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
  font-weight: 400;
  padding-right: 0.8rem;
}

.insta_btn02{
  background-color: #000;
  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
  cursor: pointer;
  transition: .3s
}

.insta_btn02 a{
  color: #fff;
  text-decoration: none;
}

.insta_btn02::after {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 400;
  padding-left: 0.8rem;
  color: #fff;
}

.insta_btn02:hover{
  background-color: #999;
}