@charset "utf-8";
html {font-size: 62.5%}
body {
background-color: #FFFFFF;
min-width: 1080px;
font-size: 1.6rem;
line-height: 1.8;
letter-spacing: 0.05em;
font-family: 'lato','Noto Sans Japanese', sans-serif;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
 0% {opacity: 0}
 100% {opacity: 1}
}
select,input,button,textarea,button {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}
a:link {
color: #000000;
transition: .3s;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #007fa5;
text-decoration: underline;
}
a:active {
color: #999999;
text-decoration: none;
}
a.btn img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-ms-filter: 'alpha(opacity=100)';
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
a:hover.btn img {
-ms-filter: 'alpha(opacity=60)';
filter: alpha(opacity=30);
-moz-opacity: 0.40;
opacity: 0.40;
}
a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: inherit!important;
}
.sp {
display: none!important;
}
#wrapper {
overflow: hidden
}
/*--HEADER-------------*/
header {
height: 155px;
background-color: #FFF;
}
header .inner {
width: 96%;
padding-top: 15px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
height: calc(100% - 15px);
position: relative
}
header a {
text-decoration: none;
}
header h1 {
position: absolute;
left: 0;
right: 0;
bottom: 25px;
text-align: center
}

/*--NAVIGATION-------------*/
nav#gnav {
position: fixed;
	z-index: 10;
	left: 2%;
	top: 15px;
}
nav#gnav ul {}
nav#gnav ul li {
	float: left;
	margin-right: 1em
}
nav#gnav ul li a {}
nav#gnav ul li a:hover {
	text-decoration: none
}
nav#gnav ul li a {
  position: relative;
}
nav#gnav ul li a::before {
  background: #d2000e;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
nav#gnav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
nav#snsnav {
position: fixed;
	z-index: 10;
	right: 2%;
	top: 15px;
}
nav#snsnav ul {}
nav#snsnav ul li {
float: left;
	margin-right: 15px;
}
nav#snsnav ul li a {
}
nav#snsnav ul li a:hover {
}

/*--MAINVIS-------------*/
#mainVis {
margin-bottom: 60px;
}
#mainVis img{
width: 100%;
height: calc(100vh - 200px);
object-fit: cover
}
.swiper-pagination-bullet {
  background: #007fa5!important;
}
.swiper-pagination-bullet-active {
  background: #d2000e!important;
}

/*--CONTENTS-------------*/
h2{
font-size: 2.0rem
}
.contents {
width: 1080px;
margin-right: auto;
margin-left: auto;
}
.anc{
display: block;
    padding-top: 100px;
    margin-top: -100px;
}


/*--INDEX_CONCEPT-------------*/
#index_concept{
margin-bottom: 200px;
}
#index_concept h2{
width: 92%;
margin-right: auto;
margin-left: auto;
margin-bottom: 130px;
}
#index_concept .inner {
width: 92%;
padding: 50px 4%;
position: relative;
background-color: #F1F2ED
}

#index_concept .inner .ph_01{
position: absolute;
right: 3vw;
top: -150px;
}
#index_concept .inner .ph_01 img{
width: 40vw;
height: auto
}
#index_concept .inner .ph_02{
position: absolute;
right: 30vw;
top: 300px;
}
#index_concept .inner .ph_02 img{
width: 20vw;
height: auto
}
#index_concept .inner .ph_03{
position: absolute;
right: 3vw;
bottom: -100px;
}
#index_concept .inner .ph_03 img{
width: 22vw;
height: auto
}
#index_concept .inner .read {
font-size: 3.5rem;
margin-bottom: 1em;
font-weight: 600
}
#index_concept .inner .en {
font-size: 1.2rem;
margin-top: 2em
}

/*--PH_MID-------------*/
.ph_mid{
    width: 100%;
    margin-bottom: 90px;
}
.ph_mid img{
    width: 100%;
    height: auto
}

/*--MENU-------------*/
.menu_bx{
margin-bottom: 90px;
}
.menu_bx h2{
display: block;
width: 145px;
float: left;
font-size: 2.0rem;
font-weight: 500
}
.menu_bx .thum{
display: block;
width: 240px;
float: left;
}
.menu_bx .thum img{
width: 100%;
height: auto
}
.menu_bx .txt{
display: block;
float: right;
width: 650px;
}
.menu_bx .txt .en {
font-size: 1.2rem;
margin-top: 1.5em
}
.menu_bx ul{
margin-top: 0.5em;
font-size: 2.3rem;
}
.menu_bx ul li{
float: left;
margin-right: 40px;
line-height: 1;
}
.menu_bx ul li a{
    background-color: #000;
    border: 1px solid #000000;
    color: #FFF;
    padding: 1px 20px;
    border-radius: 300px;
    font-size: 1.4rem;
    position: relative;
    top: -3px;
    text-decoration: none
}
.menu_bx ul li a:hover{
background-color: #FFF;
color: #000;
}

/*--PARTY-------------*/
.party_bx{
    margin-top: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 40px;
}
.party_bx table{
width: 100%
}
.party_bx table th,
.party_bx table td{
vertical-align: top
}
.party_bx table th{
width: 430px;
}
.party_bx table th h3{
font-size: 2.8rem;
display: block;
}
.party_bx table th span{
background-color: #F1F2ED;
line-height: 1;
padding: 3px 40px;
font-size: 1.4rem;
border-radius: 100px;
margin-right: 1em
}
dl.party_detail {
font-size: 1.3rem;
margin-left: 0px;
margin-right: 10px;
padding-top: 2em;
margin-bottom: 10px;
}
dl.party_detail dt {
float: left;
width: 180px;
clear: both;
border-top: 1px solid #CCCCCC;
padding-top: 0.5em
}
dl.party_detail dd {
margin-left: 180px;
padding-bottom: 1.5em;
border-top: 1px solid #CCCCCC;
padding-top: 0.5em
}
.bnr_party{
background-color: #F1F2ED;
text-align: center;
line-height: 1;
padding: 0.7em;
font-size: 2.8rem;
margin-bottom: 90px;
}

/*--ACCESS-------------*/
.gmap{
margin-top: 40px;
margin-bottom: 60px;
}
.gmap iframe{
width: 100%;
filter: grayscale(100%);
}
.adress_bx{
float: left;
text-align: center;
width: 390px;
}
.adress_bx .logo img{
width: 100%;
height: auto
}
.adress_bx .name{
font-weight: 600;
font-size: 1.6rem;
margin-top: 0.5em;
}
.adress_bx .adress{
font-size: 1.4rem
}
.adress_bx .telnum{
font-weight: 600;
font-size: 2.2rem;
margin-bottom: 0.5em;
}
.open_hour{
float: right;
width: 630px;
font-size: 1.4rem
}
.open_hour table{
width: 100%;
border-top: 1px solid #CCCCCC;
margin-bottom: 3em
}
.open_hour table th,
.open_hour table td{
border-bottom: 1px solid #CCCCCC;
padding: 0.3em 2em;
vertical-align: top
}

/*--FOOTER-------------*/
footer {
background-color: #F1F2ED;
clear: both;
padding-top: 20px;
padding-bottom: 150px;
}
footer .inner {
width: 1080px;
margin-right: auto;
margin-left: auto;
}
.copyright{
float: left
}
footer ul {
float: right
}
footer li {
float: left;
margin-right: 10px;
}









































@media screen and (max-width: 520px) {
html {font-size: 62.5%}
body {
background-color: #FFFFFF;
min-width: 320px;
font-size: 1.4rem;
line-height: 1.8;
letter-spacing: 0.05em;
font-family: 'lato','Noto Sans Japanese', sans-serif;
-webkit-text-size-adjust: 100%;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
text-align: justify
}

select,input,button,textarea,button {font:99%;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}
a:link {
color: #000000;
transition: .3s;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #007fa5;
text-decoration: underline;
}
a:active {
color: #999999;
text-decoration: none;
}
a.btn img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-ms-filter: 'alpha(opacity=100)';
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
a:hover.btn img {
-ms-filter: 'alpha(opacity=60)';
filter: alpha(opacity=30);
-moz-opacity: 0.40;
opacity: 0.40;
}
a {
outline: none;
}
::selection {
background: #000000;
color: #FFFFFF;
}
::-moz-selection {
background:#000000;
color:#FFFFFF;
}
::-webkit-selection {
background:#000000;
color:#FFFFFF;
}
strong {
font-weight: bold;
}
.pc {
display: none!important;
}
.sp {
display: inherit!important;
}
#wrapper {
overflow: hidden
}
/*--HEADER-------------*/
header {
height: auto;
background-color: #FFF;
}
header .inner {
width: 96%;
padding-top: 15px;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
height: calc(100% - 15px);
position: relative
}
header a {
text-decoration: none;
}
header h1 {
position: relative;
left: 0;
right: 0;
bottom: auto;
text-align: center
}
header h1 img{
width: 92%;
height: auto
}

/*--NAVIGATION-------------*/
nav#gnav {
    position: fixed;
    z-index: 10;
    left: 0%;
    top: 0px;
    display: none;
    width: 100%;
    height: 100vh;
    background-image: url(../../images/gnav_bg.jpg);
    background-position: right center;
    background-size: cover;
}
nav#gnav ul {
margin-top: 50px;
width: 80%;
margin-left: auto;
margin-right: auto;
display: block
}
nav#gnav ul li {
	float: none;
	margin-right: 0em;
    margin-bottom: 1.5em
}
nav#gnav ul.sns li {
	float: left;
	margin-right: 1.5em;
    margin-bottom: 1.5em
}
nav#gnav ul li a {
color: #FFF
}
nav#gnav ul li a:hover {
	text-decoration: none
}
nav#gnav ul li a {
  position: relative;
}
nav#gnav ul li a::before {
  background: #d2000e;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
nav#gnav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
nav#snsnav {
position: fixed;
	z-index: 10;
	right: 2%;
	top: 15px;
}
nav#snsnav ul {
display: none
}
nav#snsnav ul li {
float: left;
	margin-right: 15px;
}
nav#snsnav ul li a {
}
nav#snsnav ul li a:hover {
}

/*--MAINVIS-------------*/
#mainVis {
margin-bottom: 60px;
}
#mainVis img{
width: 100%;
height: calc(100vh - 250px);
object-fit: cover
}
.swiper-pagination-bullet {
  background: #007fa5!important;
}
.swiper-pagination-bullet-active {
  background: #d2000e!important;
}

/*--CONTENTS-------------*/
h2{
font-size: 2.0rem
}
.contents {
width: 90%;
margin-right: auto;
margin-left: auto;
}
.anc{
display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/*--INDEX_CONCEPT-------------*/
#index_concept{
margin-bottom: 100px;
}
#index_concept h2{
width: 92%;
margin-right: auto;
margin-left: auto;
margin-bottom: 30px;
}
#index_concept .inner {
width: 92%;
padding: 25px 4%;
position: relative;
background-color: #F1F2ED
}

#index_concept .inner .ph_01{
position: relative;
right: auto;
top: 0px;
width: 100%;
height: auto;
margin-bottom: 2em
}
#index_concept .inner .ph_01 img{
width: 90vw;
height: auto
}
#index_concept .inner .ph_02{
position: relative;
right: auto;
top: 0px;
margin-top: 2em;
margin-bottom: 2em
}
#index_concept .inner .ph_02 img{
width: 60vw;
height: auto
}
#index_concept .inner .ph_03{
position: relative;
right: auto;
bottom: 0px;
margin-top: 2em;
margin-bottom: 2em;
text-align: right
}
#index_concept .inner .ph_03 img{
width: 60vw;
height: auto
}
#index_concept .inner .read {
font-size: 2.5rem;
margin-bottom: 1em;
font-weight: 600
}
#index_concept .inner .en {
font-size: 1.2rem;
margin-top: 2em
}

/*--PH_MID-------------*/
.ph_mid{
    width: 100%;
    margin-bottom: 90px;
}
.ph_mid img{
    width: 100%;
    height: 120vw;
    object-fit: cover
}

/*--MENU-------------*/
.menu_bx{
margin-bottom: 50px;
width: 90%;
margin-left: auto;
margin-right: auto
}
.menu_bx h2{
display: block;
width: auto;
float: none;
font-size: 2.0rem;
font-weight: 500;
margin-bottom: 1em
}
.menu_bx .thum{
display: block;
width: 100%;
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 1em
}
.menu_bx .thum img{
width: 100%;
height: auto
}
.menu_bx .txt{
display: block;
float: none;
width: 100%;
}
.menu_bx .txt .en {
font-size: 1.2rem;
margin-top: 1.5em
}
.menu_bx ul{
margin-top: 1.5em;
font-size: 1.8rem;
}
.menu_bx ul li{
float: none;
margin-right: 40px;
line-height: 1;
margin-bottom: 0.7em
}
.menu_bx ul li a{
    background-color: #000;
    border: 1px solid #000000;
    color: #FFF;
    padding: 1px 20px;
    border-radius: 300px;
    font-size: 1.2rem;
    position: relative;
    top: -3px;
    text-decoration: none
}
.menu_bx ul li a:hover{
background-color: #FFF;
color: #000;
}

/*--PH_MID-------------*/
.ph_mid02{
    width: 100%;
    height: 80vh;
    background-image: url(../../images/ph_mid2.jpg);
    background-size: 100% auto;
    margin-bottom: 90px;
}

/*--PARTY-------------*/
.party_bx{
    margin-top: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 40px;
}
.party_bx table{
width: 100%
}
.party_bx table th,
.party_bx table td{
vertical-align: top;
display: block
}
.party_bx table th{
width: auto;
padding-bottom: 1.0em
}
.party_bx table th h3{
font-size: 2.0rem;
display: block;
}
.party_bx table th span{
background-color: #F1F2ED;
line-height: 1;
padding: 3px 20px;
font-size: 1.2rem;
border-radius: 100px;
margin-right: 1em
}
dl.party_detail {
font-size: 1.3rem;
margin-left: 0px;
margin-right: 10px;
padding-top: 2em;
margin-bottom: 10px;
}
dl.party_detail dt {
float: none;
width: 100%;
clear: both;
border-top: 1px solid #CCCCCC;
padding-top: 0.5em
}
dl.party_detail dd {
margin-left: 0px;
padding-bottom: 1.5em;
border-top: none;
padding-top: 0.5em
}
.bnr_party{
background-color: #F1F2ED;
text-align: center;
line-height: 1;
padding: 0.7em;
font-size: 1.8rem;
margin-bottom: 50px;
}



/*--ACCESS-------------*/
.gmap{
margin-top: 40px;
margin-bottom: 60px;
width: 90%;
margin-left: auto;
margin-right: auto
}
.gmap iframe{
width: 100%;
filter: grayscale(100%);
}
.adress_bx{
float: none;
text-align: center;
width: 90%;
margin-left: auto;
margin-right: auto
}
.adress_bx .logo img{
width: 100%;
height: auto
}
.adress_bx .name{
font-weight: 600;
font-size: 1.6rem;
margin-top: 0.5em;
}
.adress_bx .adress{
font-size: 1.4rem
}
.adress_bx .telnum{
font-weight: 600;
font-size: 2.2rem;
margin-bottom: 0.5em;
}
.open_hour{
float: none;
width: 90%;
font-size: 1.2rem;
margin-left: auto;
margin-right: auto
}
.open_hour table{
width: 100%;
border-top: 1px solid #CCCCCC;
margin-bottom: 3em
}
.open_hour table th,
.open_hour table td{
border-bottom: 1px solid #CCCCCC;
padding: 0.3em 0.5em;
vertical-align: top
}

/*--FOOTER-------------*/
footer {
background-color: #F1F2ED;
clear: both;
padding-top: 20px;
padding-bottom: 70px;
}
footer .inner {
width: 90%;
margin-right: auto;
margin-left: auto;
}
.copyright{
float: none;
text-align: center
}
footer ul {
float: none;
text-align: center;
padding-bottom: 50px;
}
footer li {
float: none;
margin-right: 10px;
margin-left: 10px;
display: inline-block
}
/*SP NAV*/
#panel-btn{
  display: inline-block;
  position: fixed;
  width: 30px;
  height: 30px;
  margin: 5px 0 10px;
  right: 10px;
  top: 10px;
  z-index: 9999999;
animation-duration: 2s;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  margin: -1px 0 0 -15px;
  background: #D2000E;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #007FA5;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -8px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
}
