@charset "UTF-8";
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-box-sizing: border-box; box-sizing: border-box; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video { margin: 0; padding: 0; font: inherit; font-style: normal; font-weight: normal; word-wrap: break-word; border: 0; vertical-align: baseline; outline: none; }
html { font-size: 62.5%;scroll-behavior: smooth;scroll-padding-top: 70px; }
body { padding: 0; margin: 0; color: #222; font-size: 1.6rem; font-family: 'Noto Sans Japanese', 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; line-height: 1.6; }
h1, h2, h3, h4, h5, h6 { letter-spacing: 0.1em; }
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, main, menu, nav, section, summary { display: block; }
blockquote, q { quotes: none; }
ul, ol, li { list-style: none; }
img, video, object { max-width: 100%; height: auto; border: none; display: block; }
ins { background: none; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
hr { height: 1px; padding: 0; margin: 1em 0; border: 0; border-top: 1px solid #ccc; display: block; }
a { color: #222; text-decoration: none; display: block; -webkit-transition: .3s; transition: .3s; }
b { font-weight: bold; }
.container {overflow: hidden;}
/* font
----------------------------------------------- */
:root { --gothic: 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; --mincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif; --brown: #645116; }
/* common
----------------------------------------------- */
.inner { width: 960px; margin: 0 auto; }
.mobile, #header-mobile { display: none; }
.midashi01 { margin-bottom: 60px; font-family: var(--mincho); text-align: center; position: relative; }
.midashi01::after {content: '';width: 80px;height: 1px;background: var(--brown);position: absolute;bottom: -20px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.midashi01 span { display: block; }
.midashi01 .en { font-size: 5rem; font-family: 'Cinzel'; }
.midashi01 .jp {font-size: 16px;line-height: 1;}
.btn01 { width: 300px; height: 60px; padding: 20px 0 0 35px; color: #fff; letter-spacing: .3em; background-color: #645116; background-image: url(../images/ryuan/btn-arrow.png); background-position: top 29px right 20px; background-repeat: no-repeat; }
.btn01:hover { background-position: top 29px right 15px; box-shadow: 0 0 15px -2px #555; }
/* ------------------------------------
	header
------------------------------------ */
#header {width: 960px;margin: 0 auto;}
#header-contents { padding: 30px 0 20px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;align-items:center;-webkit-flex-wrap:wrap;flex-wrap:wrap; position: relative; }
#header-contents .logo { float: left; }
#header-contents .tel { margin: 5px 7px 0 0; color: #000; text-align: right; line-height: 1; }
#header-contents .tel .ttl { margin-bottom: 5px; font-size: 1.4rem; font-family: var(--mincho); text-align: center; }
#header-contents .tel .number { color: #000; font-size: 3.8rem; }
/* ------------------------------------
	footer
------------------------------------ */
footer {background: url(../images/footer_top.jpg) no-repeat center top;position: relative;padding-top: 118px;}
footer img {width: 280px;margin: 0 auto 90px}
footer .copyright { padding: 3px 0; color: #fff; font-size: 1rem; text-align: center; background: #000; display: block; }
footer #pagetop { padding-top: 15px; color: #000; font-size: 1.6rem; font-family: 'Cinzel'; position: absolute; top: -100px; right: 50%; transform: translate(50%, 0); }
footer #pagetop img { width: 80px;}
/* ------------------------------------
	hero
------------------------------------ */
.hero { background: url(../images/ryuan/hero-bg.jpg) repeat center; position: relative; }
.hero:before, .hero:after { content: ''; width: 100%; height: 2px; background: url(../images/ryuan/line.jpg) repeat center; position: absolute; left: 0; }
.hero:before { top: 0; }
.hero:after { bottom: 0; }
#hero-top { padding: 30px 0 40px; }
#hero-top .logo { z-index: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
#hero-add { padding: 30px 0; }
#hero-add .hero-img { width: 960px;margin: auto; }
/* ------------------------------------
	bread
------------------------------------ */
#bread { margin: 0 auto 50px; background: #000; }
#bread ul { padding: 15px 0 12px; display: flex; }
#bread li { color: #fff; font-size: 1.2rem; line-height: 1; position: relative; }
#bread li:after { content: "\f105"; margin: 0 10px; font-size: 1.4rem; font-family: FontAwesome; display: inline-block; }
#bread li:last-child:after { display: none; }
#bread li a { color: #fff; display: inline-block; }
#bread li a.current { color: #c2a762; }
#bread li.home { padding-left: 30px; }
#bread li.home i { color: #c2a762; font-size: 2.5rem; position: absolute; top: -5px; left: 0; }

/* contents
-------------------------*/
main {width: 960px;margin: 0 auto;}

.ryuan-body #bread {margin: 0 auto;z-index: 1;position: relative;}
.ryuan-body .container {position: relative; z-index: 1;}
#hero-add.ryuan_hero{padding: 0;background:url(../images/ryuan/top-message-bg.jpg)repeat center,url(../images/ryuan/top-message-bg.jpg)repeat center;}

.ryuan { padding: 60px 0 80px; }
.ryuan { margin: 0 auto; padding-bottom: 60px; width: 100%; position: relative; z-index: 1; }
.ryuan .inner{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: nowrap;flex-wrap: nowrap;justify-content: space-around;-webkit-justify-content: space-around;align-items: center;-webkit-align-items: center;padding-bottom: 40px;}

.ryuan #top-message{width: 100%;min-height: 520px;position: relative;z-index: -2;}
.ryuan #top-message .inner{margin: 0 auto;width: 960px;display: inherit;position: relative;}
.ryuan #top-message .midashi01 {text-align: left;}
.ryuan #top-message .midashi01::after {left: 0; transform: translateX(0); -webkit-transform: translateX(0);}
.ryuan #top-message .text{width: 680px;padding: 70px 70px 50px;margin-top: 40px;background: url(../images/ryuan/top-message-text-bg.png) no-repeat top 20px left 20px,url(../images/ryuan/top-message-bg.jpg)repeat center / contain;position: absolute;top: 170px;right: calc(50% - 456px);z-index: 1;}
.ryuan #top-message .text b {display: block; margin-bottom: 10px; font-size: 140%;font-family: var(--mincho);font-weight: 600;}
.ryuan #top-message p{width: 500px;text-align: justify;font-family: 'Noto Sans Japanese', 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.ryuan #top-message .img{width: 270px;position: inherit;/* margin-left: 114px; */}

.ryuan .contents {margin: 0 auto;padding: 20px 50px 0;width: 960px;background: #fff;}
.ryuan .contents-item div { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
.ryuan .contents-item dl { width: 32%; margin-bottom: 15px; padding: 20px; background: #000; }
.ryuan .contents-item dt { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px dotted #fff; }
.ryuan .contents-item dt img {width: 30%;margin: 0 auto 10px;padding: 10px;border: 1px solid #fff; border-radius: 50px;}
.ryuan .contents-item dd { color: #fff; font-family: var(--mincho); font-weight: 600; text-align: center; }
.ryuan .contents-item p { padding: 20px 0; color: #fff; font-size: 20px; font-family: var(--mincho); font-weight: 600; text-align: center; background: #000; }

.ryuan .scroll { width: 2px; height: 100px; margin: 20px auto; position: relative; }
.ryuan .scroll:before { content: ''; width: 100%; height: 20px; background: #c2a762; z-index: 1; position: absolute; top: 0; left: 0; animation: scrollMove 1.8s cubic-bezier(0.6, 0, 0.4, 1) infinite; }
.ryuan .scroll:after { content: ''; width: 100%; height: 100%; background: #000; position: absolute; bottom: 0; left: 0; }
@keyframes scrollMove { 
    0% { transform: translateY(0); opacity: 0; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    100% { transform: translateY(80px); opacity: 0; }
}

.ryuan .message { width: 960px; margin: 0 auto 50px; padding: 100px 0; background: url(../images/ryuan/message-bg.jpg)no-repeat center; background-size: cover; position: relative; }
.ryuan .message .midashi01 { color: #fff; position: absolute; top: 20px; left: 50%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); opacity: 0.2; }
.ryuan .message .midashi01::after { display: none; }
.ryuan .message p { color: #fff; font-weight: 600; font-family: var(--mincho); font-size: 30px; text-align: center; }

.ryuan .schedule { width: 960px; margin: 0 auto 60px; padding: 40px; background: #f1f1f1;}
.ryuan .schedule div { width: fit-content; margin: 0 auto; }
.ryuan .schedule p { margin-bottom: 20px; font-weight: bold; font-size: 20px; }
.ryuan .schedule p span { display: inline-block; width: fit-content; margin-right: 10px; padding: 2px 10px 3px; color: #fff; font-size: 74%; font-weight: bold; background: #000; border-radius: 5px; }

.ryuan .closing { margin-bottom: 60px; padding: 60px 0; background: url(../images/ryuan/ryuan_bg.jpg) no-repeat center center / cover fixed;}
.ryuan .closing .closing-inner { width: 960px;margin: 0 auto 40px; display: -webkit-box;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center; }
.ryuan .closing .midashi01 { text-align: left; }
.ryuan .closing .midashi01::after { display: none; }
.ryuan .closing p { font-size: 20px; font-family: var(--mincho); line-height: 2; }
.ryuan .closing p span { display: block; margin-bottom: 10px; font-size: 150%; font-weight: 600; }
.ryuan .closing img { width: 40%; }

/* ticker
-------------------------*/
.ryuan .top-ticker {width: 100%;overflow: hidden;position: relative;}
.ryuan .top-ticker-items { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-animation: tickerScroll 15s linear infinite; animation: tickerScroll 15s linear infinite; will-change: transform; }
.ryuan .top-ticker-item { -webkit-flex-shrink: 0; flex-shrink: 0; padding: 0 80px; }
.ryuan .top-ticker-item .en {color: #f1f1f1;font-family: 'Cinzel', serif;font-size: 10rem;font-weight: 400;letter-spacing: 0;white-space: nowrap;line-height: 1;}
@keyframes tickerScroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* contact
-------------------------*/
.ryuan .higuchi_box {background:url(../images/ryuan/menu_higuchi_bg.jpg);width:960px;padding:30px 30px 60px;margin: 0 auto 80px;border: 1px solid #000;}
.ryuan .higuchi_box img {float:right; padding-left:20px; padding-right:10px;}
.ryuan .higuchi_box .text {text-align: center;}
.ryuan .higuchi_box .name {margin-top: 40px;font-size: 36px;line-height:100%;font-family: var(--mincho); text-align: center;position: relative;color: #47390f;}
.ryuan .higuchi_box .name::after{content: '';background: #000;height: 1px;width: 100px;position: absolute;top: 50%;left: 50%;transform: translateX(-50%);}
.ryuan .higuchi_box .name span {margin-top: 30px;font-size: 22px;display:block;text-align: centers;}
.ryuan .higuchi_box p.txt {margin:30px 10px 0;font-size: 22px;color: #515151;line-height:150%;font-family: var(--mincho);}
.ryuan .higuchi_box p.txt span{font-size: 30px; font-family: var(--mincho);}
.ryuan .higuchi_box p.txt:last-of-type {font-size: 18px;font-weight: bold;font-family: var(--gothic); }

/* footer-bnr
-------------------------*/
.ryuan .bnr-area {width: 960px;margin: 0 auto 80px;}
.ryuan .bnr-area div {margin-bottom: 20px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-end;align-items:flex-end;-webkit-flex-wrap:wrap;flex-wrap:wrap;gap: 30px 40px;}
.ryuan .bnr-area div a {width: 40%;}

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

body { width: 100%; font-size: 1.2rem; }
img { width: 100%; }

/* common */
.inner { width: 100%; }
.pc, #header { display: none; }
.mobile, #header-mobile { display: block; }
.midashi01 { width: 100%; }
.midashi01 .jp { font-size: 2rem; letter-spacing: 0; }
.midashi01 .en { font-size: 1.2rem; }
.midashi02 { padding: 0 2% 20px; margin-bottom: 20px; font-size: 1.8rem; line-height: 1.4; }
.midashi02:before { width: 80px; height: 23px; background-size: contain; position: absolute; bottom: -16px; left: calc(50% - 40px); }
.btn01 { width: 200px; height: 45px; padding: 15px 0 0 28px; background-position: top 23px right 16px; background-size: 18px; }
.btn01:hover { background-position: top 23px right 12px; }

/* header
------------------------------------ */
#header-mobile .header-bar { height: 60px; padding-top: 14px; background: #fff; position: relative; z-index: 9997; }
#header-mobile .logo { width: 170px; margin: auto; }

/* footer
------------------------------------ */
footer {background: url(../images/footer_top.jpg) no-repeat center top;position: relative;padding-top: 15%;}
footer img {width: 70%;margin: 0 auto 10%;}
footer #pagetop {width: 40px;padding: 0;position: fixed;top: auto;bottom: 30px;left: auto;right: -1%;-webkit-transition: 0s;transition: 0s;z-index: 9995;transform: translate(0);}
footer #pagetop .mobile {width: 60%;}
footer #pagetop::before,footer #pagetop::after {display: none;}

/* hero
------------------------------------ */
.hero { min-width: 100%; margin-top: 17.2%; }
#hero-top { padding: 10px 10px 35px; margin-top: 17.2% !important; }
#hero-top .logo { width: 200px; }
#hero-add { padding: 10px; margin-top: 17.3%; }
#hero-add .hero-img { width: 100%; }

/* bread
------------------------------------ */
#bread { margin: 0 auto 20px; }
#bread ul { padding: 12px 2.5% 10px; }
#bread li { font-size: 1rem; }
#bread li:after { margin: 0 5px; font-size: 1rem; }
#bread li.home { padding-left: 20px; }
#bread li.home i { font-size: 1.8rem; top: -3px; }

/* contents
-----------------------------------------------------------------------*/
#hero-add.ryuan_hero{padding: 0;margin-top: 0;}

.ryuan{margin: 0 auto;padding: 8vw 0 10vw;width: 100%;}

.ryuan .midashi01 {margin-bottom: 14vw;}
.ryuan .midashi01 span.en {font-size: 10vw;}
.ryuan .midashi01 span.jp {margin-top: 0;font-size: 4vw;line-height: 1;}
.ryuan .midashi01::after {width: 20vw;top: 25vw;}

.ryuan #top-message .inner{width: 100%;margin-bottom: -8vw; padding-bottom: 0;display:block;border-bottom: none;}
.ryuan #top-message{margin: 0 auto;width: 100%;min-height: auto;}
.ryuan #top-message .midashi01 {text-align: center;}
.ryuan #top-message .midashi01::after {left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.ryuan #top-message .text{ width: 100%;margin-top: 2vw;padding: 10% 0;background: url(../images/ryuan/top-message-bg.jpg)repeat center / contain;z-index: -1;display: block;position: inherit;right: 0;top: -40px;}
.ryuan #top-message .text br{display: block;}
.ryuan #top-message .text p{width: 90vw;margin: 0 auto;padding: 4vw;font-size: 3.8vw;font-family: 'Noto Sans Japanese', 游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;line-height: 1.8;}
.ryuan #top-message .text b {font-size: 130%;}
.ryuan #top-message p{width: 90%;font-size: 3.8vw;}
.ryuan #top-message .img{position: inherit;width: 60%;margin: 0 auto 4vw;}

.ryuan .contents {margin: 0 auto;padding: 5vw;width: 100%;}
.ryuan .contents-item div { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.ryuan .contents-item dl {width: 100%;margin-bottom: 2vw;padding: 8vw;}
.ryuan .contents-item dt { margin-bottom: 4vw; padding-bottom: 2vw; }
.ryuan .contents-item dt img {width: 24%;margin: 0 auto 2vw;padding: 2vw;}
.ryuan .contents-item dd {font-size: 5vw;}
.ryuan .contents-item p { padding: 6vw 0; font-size: 5vw; }

.ryuan .scroll { margin: 4vw auto 8vw; }

.ryuan .message { width: 100%; margin: 0 auto; padding: 20vw 0; }
.ryuan .message .midashi01::after { display: none; }
.ryuan .message p { font-size: 6vw; line-height: 2;  }

.ryuan .schedule { width: 100%; margin: 0 auto; padding: 10vw 5vw; }
.ryuan .schedule p { margin-bottom: 4vw; font-size: 4vw; }
.ryuan .schedule p span { margin-right: 2vw; padding: 1vw 2vw 1vw; }

.ryuan .closing {width: 100%;margin: 0 auto 10vw;padding: 10vw 0 22vw;position: relative;}
.ryuan .closing .closing-inner { width: 90%;margin: 0 auto; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; z-index: 1; }
.ryuan .closing .midashi01 .en { font-size: 9vw; }
.ryuan .closing p { width: 100%; margin-bottom: 10vw; font-size: 4.2vw; }
.ryuan .closing p span { margin-bottom: 2vw; }
.ryuan .closing img { width: 60%; margin-left: auto; }

/* contact
-----------------------------------------------------------------------*/
.ryuan .higuchi_box {background-size: cover;border: 4px double #C7C7C7;width: 95%;padding: 4vw;margin: 0 auto 16vw;}
.ryuan .higuchi_box img {float:right; padding-left: 4vw; padding-right: 2vw;}
.ryuan .higuchi_box .name {margin-top: 8vw;font-size: 7vw;}
.ryuan .higuchi_box .name::after{content: '';background: #000;height: 1px;width: 100px;position: absolute;top: 50%;left: 50%;transform: translateX(-50%);}
.ryuan .higuchi_box .name span {margin-top: 6vw;font-size: 4vw;display:block;text-align: center;}
.ryuan .higuchi_box p.txt {margin:6vw 2vw 0;font-size: 4vw;}
.ryuan .higuchi_box p.txt span{font-size: 5vw;}
.ryuan .higuchi_box p.txt:last-of-type {font-size: 3.6vw;}

.ryuan .top-ticker {margin: 0;padding: 5vw 0;position: absolute;bottom: -30px;z-index: 0;}
.ryuan .top-ticker-items { -webkit-animation: tickerScroll 12s linear infinite; animation: tickerScroll 12s linear infinite; }
.ryuan .top-ticker-item { padding: 0 40px; }
.ryuan .top-ticker-item .en { font-size: 20vw; }

.ryuan a.page-top {display: none;}

/* footer-bnr
-------------------------*/
.ryuan .bnr-area {width: 100%;margin-bottom: 12%;}
.ryuan .bnr-area .midashi01 {margin-bottom: 10%;}
.ryuan .bnr-area div {margin-bottom: 4%;gap: 0 4%;}
.ryuan .bnr-area > a,.ryuan .bnr-area div a {width: 95%;margin: 0 auto 4%;}
.ryuan .bnr-area a:last-child {margin-bottom: 0;}
}
