@charset "utf-8";
/*--------------------------------------
	copyright : yuyu design.
	-----------------------------------*/

/* layout
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
::selection { background: rgba(210, 196, 186, 0.3); }

/* html ----------*/
#customer_header { margin-bottom: 2.5rem; }
#customer_header,#customer_footer { font-family: YuGothic,"游ゴシック","Helvetica",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; font-size: 2.4rem; line-height: 1.6; font-weight: 500 !important; color: #333 !important; }
@media screen and (max-width:720px) {
	#customer_header,#customer_footer {  }
}
@media screen and (max-width:560px) {
	#customer_header,#customer_footer {font-family: YuGothic,"游ゴシック","Helvetica",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; font-size: 1.2rem; line-height: 1.6; font-weight: 500 !important; color: #333 !important; }
}
@media screen and (max-width:480px) {
	#customer_header { margin-bottom: 0rem; }
}
/* header ----------*/
#header { display: flex; width: 100%; pointer-events: none; margin-bottom: 2rem; background-color: rgba(255,255,255,1.0); }
.scroll #header { background-color: rgba(255,255,255,0.9); }
.fix_header #header, .nav_open #header { position: fixed; top: 0; left: 0; }
#header-logo { display: flex; padding-left: 2rem; align-items: center; pointer-events: all; }
#header-logo .w {}
.scroll #header-logo .w { opacity: 0; visibility: hidden; display: none; }
#header-logo .c { opacity: 0; visibility: hidden; display: none; }
.scroll #header-logo .c { opacity: 1; visibility: visible; display: block; }
  .nav_open #header { background-color: transparent; }
  .nav_open #header-logo { display: none; }
@media screen and (max-width:480px) { /* iPhone 縦 s */
  #header-logo img { height: 1.9rem; }
	#header-logo { display: flex; padding-left: 1rem; align-items: center; pointer-events: all; }
	#header { display: flex; width: 100%; pointer-events: none; margin-bottom: 0rem; background-color: rgba(255,255,255,1.0); }

}

/* nav ----------*/
#nav { display: flex; width: 100%; pointer-events: all; padding: 1.5rem 1rem; }
  .nav_open #nav { width: 100% }
#nav a { text-decoration: none; }
#nav ul { display: flex; }
#nav ul li { display: flex; align-items: center; }
#nav ul li a { color: #333; line-height: 1.2; }
.scroll #nav ul li a { color: #333; }
#nav .normal_links { margin: 0 auto; }
  .nav_open #nav .normal_links { display: none; }
#nav .normal_links li { position: relative; margin-left: 3rem; }
#nav .normal_links li a { font-size: 1.3rem; }
#nav .normal_links li a::before { position: absolute; bottom: 1.25rem; left: 0; right: 0; content: ""; width: 0; border-bottom: solid 1px #13007C; height: 0.1rem; margin: auto; transition: all 0.2s ease-out; }
.scroll #nav .normal_links li a::before {  border-bottom: solid 1px #333; }
#nav .normal_links li a:hover { opacity: 1; }
#nav .normal_links li a:hover::before { width: 100%; }
#nav .normal_links li.active a { font-weight: 500; /*pointer-events: none;*/ }
.scroll #nav .normal_links li.active a {}
#nav .normal_links li.active a::before { bottom: 0; width: 100%; height: 0.5rem; }
#nav .sub_links { display: flex; align-items: center; }
#nav .sub_links > li { position: relative; height: 3rem; }
  .nav_open #nav .sub_links > li { border: none; }
  .nav_open #nav .sub_links > li:first-child { display: none; }
#nav .sub_links > li > a { position: relative; padding: 0 2rem; font-size: 1.2rem; }
  .nav_open #nav .sub_links > li > a { color: #FFF; }
#nav .sub_links > li > a::before { position: absolute; z-index: -1; top: 0; bottom: 0; left: 0; right: 0; content: ""; width: 0; height: 0; margin: auto; border-radius: 0.3rem; background-color: #EEE; transition: all 0.2s ease-out; }
  .nav_open #nav .sub_links > li > a::before { background-color: rgba(255,255,255,0.2); }
#nav .sub_links > li > a:hover { opacity: 1; }
#nav .sub_links > li > a:hover:before { width: 70%; height: 200%; }
#nav .sub_links #language:hover { color: #333; }
#nav .sub_links_language { position: absolute; z-index: 100; top: 100%; right: 0; display: block; border: solid 1px #EEE; border-bottom: none; opacity: 0; background-color: #FFF; transition: all 0.3s ease-out; visibility: hidden; }
#nav .sub_links_language a { color: #333; }
#nav .open .sub_links_language { opacity: 1; visibility: visible; }
#nav .sub_links_language li { display: block; margin-bottom: -1px; border-bottom: solid 1px #EEE; }
#nav .sub_links_language li a { display: block; padding: 1rem 1rem 0.9rem 1rem; line-height: 1; font-size: 1.4rem; white-space: nowrap; }
#nav .sub_links_language li a:hover { opacity: 1; color: #FFF; background-color: #13007C; }
#reservation { position: relative; display: flex; margin-right: 1rem; flex-shrink: 0; border-radius: 0.3rem; width: 15.5rem; overflow: hidden; color: #FFF; background-color: #13007C; font-size: 1.25rem; font-weight: 200; justify-content: center; letter-spacing: 0.2em; align-items: center; height: 4.5rem; }
  .nav_open #reservation { display: none; }
#reservation span { position: relative; z-index: 2; }
#reservation:hover { opacity: 1; color: #13007C; background-color: #FFF; }
#reservation::after { position: absolute; z-index: 1; top: 10%; left: 10%; content: ""; width: 80%; height: 80%; border: solid 0.2rem #13007C; border-radius: 0.3rem; opacity: 0; transition: all 0.2s ease-out; }
#reservation:hover::after { top: 0; left: 0; width: 100%; height: 100%; opacity: 1; }
@media screen and (max-width:1700px) {
  #reservation { width: 15rem; }
  #reservation:hover::before { height: 20rem; margin-top: -10rem; margin-left: -10rem; }
}
@media screen and (max-width:1345px) {
  #nav .normal_links li { margin-left: 2rem; }
  #nav .normal_links li a { font-size: 1.4rem; }
  #nav .sub_links > li > a { padding: 0 1rem; }
  #reservation { width: 12rem; }
  #reservation:hover::before { width: 16rem; height: 16rem; margin-top: -8rem; margin-left: -8rem; }
}
@media screen and (max-width:1080px) {
  #nav { width: 100% }
  #nav .normal_links { display: none; }
  #nav .sub_links { margin-left: auto; }
  #nav .sub_links > li:first-child { border-left: none; }
  #nav .sub_links > li > a { padding: 0 2rem; }
}
@media screen and (max-width:480px) { /* iPhone 縦 s */
	#nav { display: flex; width: 100%; pointer-events: all; padding: 1rem 1rem; }
  #reservation { letter-spacing: 0; width: 6rem; font-size: 0.8rem; margin: 0; height: 3rem; }
}

/* nav_bar ----------*/
#nav_bar { position: relative; display: block; width: 6rem; height: 6rem; border-radius: 0.3rem; background-color: rgba(0,0,0,0.7); }
  .nav_open #nav_bar { background-color: transparent; margin-left: auto; }
#nav_bar:hover { cursor: pointer; }
#nav_bar span { position: relative; display: block; width: inherit; height: inherit; }
#nav_bar:after, #nav_bar span:before, #nav_bar span:after { position: absolute; left: 25%; content: ""; display: block; width: 50%; height: 1px; border-top: solid 1px #FFF; transition: all 0.2s ease-out; }
  .nav_open #nav_bar:after,   .nav_open #nav_bar span:before,   .nav_open #nav_bar span:after { background-color: #FFF; }
#nav_bar:after { top: 30%; }
#nav_bar span:before { top: calc(50% - 0.5px); }
#nav_bar span:after { bottom: calc(30% - 0.5px); }
#nav_bar:hover:after { top: 33%; }
#nav_bar:hover span:after { bottom: calc(33.5% - 0.5px); }
  .nav_open { z-index: -1; width: 100%; height: 100%; overflow-y: scroll; /*position: fixed;*/ }
  .nav_open #nav_bar:after { top: calc(50% - 0.5px); -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  .nav_open #nav_bar span:before { opacity: 0; }
  .nav_open #nav_bar span:after { bottom: calc(50% - 0.5px); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
@media only screen and (orientation:landscape) { /* 横 */
  @media screen and (max-height:760px) { /* 高さ狭い場合 */
    #nav_bar { height: 6rem; }
  }
}
@media screen and (max-width:480px) { /* iPhone 縦 s */
  #nav_bar { width: 6rem; height: 6rem; }
}

/* subHeader ----------*/
#subHeader {}
#subHeader h1 { margin-bottom: 7rem; text-align: center; font-size: 3rem; }
#subHeader .page_links { display: flex; gap: 1rem; justify-content: space-between; }
#subHeader .page_links::after { display: none; }
#subHeader .page_links li { width: 100%; }
#subHeader .page_links li .bt { display: block; text-align: center; height: 100%; }
@media screen and (max-width:480px) { /* iPhone 縦 s */
  #subHeader h1 { margin-bottom: 4rem; }
}

/* footer ----------*/
#footer {}
#footer .inner {
  max-width: 102rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width:480px) { /* iPhone 縦 s */
	#footer .inner {
	  max-width: 102rem;
	  margin: 0 auto;
	  padding: 0 1rem;
	}
}

#footer::before { content: ""; width: 100%; height: 18rem; display: block; background-image: url(https://www.dougashima-newginsui.jp/_img/common/footer_bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; background-attachment: fixed; }
_::-webkit-full-page-media, _:future, :root #footer::before { background-attachment: inherit; }
#footer-link { padding: 5rem 0; }
#footer-link .links { display: flex; }
#footer-link .links .logo { width: 46%; padding-right: 2rem; }
#footer-link .links .logo a { color: #333; }
#footer-link .links .logo h2 {}
#footer-link .links .logo h2 img { width: 100%; max-width: 23rem; }
#footer-link .links .logo p { font-weight: 500; margin-top: 2.25rem; font-family: YuGothic,"游ゴシック","Helvetica",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; }
#footer-link .links .logo .t1 { font-size: 1.1rem; }
#footer-link .links .logo .t2 { font-size: 0.95rem; }
#footer-link .links .logo .t2 span { color: #13007C; }
#footer-link .links ul { width: 18%; padding-right: 2rem; list-style: none; }
#footer-link .links ul li { margin-top: 1.4rem; line-height: 0.7; }
#footer-link .links ul li:first-child { margin-top: 0; }
#footer-link .links ul li a { position: relative; color: #333; text-decoration: none; font-size: 1.15rem; font-weight: 200; }
#footer-link .links ul li a::before { position: absolute; bottom: -0.5rem; right: 0; content: ""; width: 0; height: 0.05rem; background-color: #13007C; transition: all 0.2s ease-out; }
#footer-link .links ul li a:hover:before { right: auto; left: 0; width: 100%; }
#footer-copy { padding-top: 2.5rem; padding-bottom: 5rem; background-color: #13007C; }
#footer-copy .outer_links { display: flex; margin-bottom: 3rem; justify-content: center; list-style: none; }
#footer-copy .outer_links li { width: 25%; margin-right: 2rem; }
#footer-copy .outer_links li:last-child { margin-right: 0; }
#footer-copy .outer_links li a { display: block; padding: 1rem; border: solid 1px rgba(255, 255, 255, 0.2); color: #FFF; text-decoration: none; text-align: center; line-height: 1.2; font-weight: 100; font-size: 1rem; }
#footer-copy .outer_links li a i { margin-left: 1rem; font-size: 1.2rem; }
#footer-copy p { opacity: 0.6; color: #FFF; text-align: center; font-size: 0.8rem; font-weight: 100; letter-spacing: 0.05em; }
@media screen and (max-width:1024px) { /* iPad 横 l */
  #footer-copy .outer_links { flex-flow: wrap; }
  #footer-copy .outer_links li { width: calc(50% - 0.5rem); margin-right: 1rem; margin-bottom: 1rem; }
  #footer-copy .outer_links li:nth-child(even) { margin-right: 0; }
}
@media screen and (max-width:896px) { /* iPhone 横 m */
  #footer::before { height: 15rem; }
  #footer-link .links { flex-flow: wrap; }
  #footer-link .links .logo { width: 106%; margin-bottom: 4rem; padding-right: 0; text-align: center; }
  #footer-link .links .logo p { text-align: center; }
  #footer-link .links .logo .t2 span { display: block; text-align: center; }
  #footer-link .links ul { width: 33.33%; padding: 0 1rem; }
  #footer-link .links ul li { margin-top: 1rem; }
  #footer-copy .outer_links li a { padding: 1rem 0.2rem; }
  #footer-copy .outer_links li a i { margin-left: 0.5rem; font-size: 1rem; }
}
@media screen and (max-width:480px) { /* iPhone 縦 s */
	#footer-link .links .logo { width: 106%; margin-bottom: 2rem; padding-right: 0; text-align: center; }
	#footer-link .links .logo h2 img { width: 100%; max-width: 17.2rem; }
	#footer-link .links ul li a { position: relative; color: #333; text-decoration: none; font-size: 0.75rem; font-weight: 200; }
	#footer-link .links .logo .t1 { font-size: 0.8rem; }
	#footer-link .links .logo .t2 { font-size: 0.75rem; }
	#footer::before { height: 9rem; }
	#footer-link { padding: 3rem 0; }
	#footer-copy .outer_links { flex-flow: wrap; padding: 0; }
	#footer-copy .outer_links li a { display: block; padding: 1rem; border: solid 1px rgba(255, 255, 255, 0.2); color: #FFF; text-decoration: none; text-align: center; line-height: 1.2; font-weight: 100; font-size: 0.75rem; }
	#footer-copy .outer_links li a { padding: 0.55rem 0.2rem; }
}

@media screen and (max-width:1024px) { /* iPad 横 l */
}
@media screen and (max-width:896px) { /* iPhone 横 m */
}
@media screen and (max-width:480px) { /* iPhone 縦 s */
}
@media only screen and (orientation:landscape) { /* 横 */
}
@media only screen and (orientation:portrait) { /* 縦 */
}

.stt-lang-select { display: none !important; }


/* memo
animate		transition: all 0.3s ease-out;
radius		border-radius: 5px;
box-shadow	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
text-shadow	text-shadow:  0 0 10px rgba(0,0,0,0.6);
rotate		-webkit-transform: rotate(45deg); transform: rotate(45deg);
skew			-webkit-transform: skew(45deg); transform: skew(45deg);
scale			-webkit-transform: scale(1,1); transform: scale(1,1);
translate	-webkit-transform: translate(0,0); transform: translate(0,0);
perspective	-webkit-transform: perspective(500px); transform: perspective(500px);
origin		-webkit-transform-origin: left bottom; transform-origin: left bottom;
V center		position: relative; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
H center		position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);
triangle		width: 0; height: 0; border: 80px solid transparent; border-top: 80px solid #f00;
上下中央     display: grid; place-items: center;
-webkit-overflow-scrolling: touch;
pointer-events: none;
will-change: transform;
*/