@charset "UTF-8";
/**************************************
							共 通 項 目
**************************************/
html { background: #FEFEFE; }

h2 { font-size: 2.0rem; font-weight: 700; position: relative; padding-left: 1.0rem; }
h2::before { position: absolute; bottom: 0; left: 0; width: 8px; height: 90%; border-radius: 4px; background-color: #333; content: ""; display: block; }

.supplement { font-size: 0.8rem; font-weight: 400; text-align: center; }

.contactForm { display: flex; flex-wrap: wrap; align-items: center; width: 65%; }
.contactForm .tell, .contactForm .formBtnS { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; width: 100%; position: relative; transition: .4s; }
.contactForm .tell img, .contactForm .formBtnS img { margin-right: 0.5rem; }
.contactForm .tell a, .contactForm .formBtnS a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }
.contactForm .tell { margin-bottom: 0.25rem; }
.contactForm .tell img { width: 2.5rem; }
.contactForm .tell p { font-size: 1.6rem; font-weight: 900; font-family: 'Lato','Noto Sans JP', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif; text-align: center; line-height: 1.4rem; }
.contactForm .tell p span { font-size: 0.8rem; font-weight: 400; }
.contactForm .formBtnS { background-color: #9F3034; padding: 0 2.0rem; height: 3.0rem; border-radius: 2.0rem; box-shadow: 2px 3px 0px #72182B; }
.contactForm .formBtnS img { width: 1.5rem; }
.contactForm .formBtnS p { color: #FEFEFE; font-weight: 400; }
.contactForm .formBtnS:hover { transform: translate(2px, 3px); box-shadow: none; }
@media (min-width: 768px) { .contactForm { width: auto; }
  .contactForm .tell, .contactForm .formBtnS { width: auto; }
  .contactForm .tell { margin-right: 2.0rem; margin-bottom: 0; }
  .contactForm .tell img { width: 3.75rem; }
  .contactForm .tell p { font-size: 2.0rem; line-height: 1.8rem; }
  .contactForm .formBtnS { padding: 0 3.5rem; height: 4.0rem; border-radius: 2.0rem; }
  .contactForm .formBtnS img { width: 1.5rem; } }

/**************************************
						コ ン テ ン ツ
**************************************/
.header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.header .drcnLogo { width: 8.0rem; }
.header .drcnLogo img { width: 100%; height: auto; }
@media (min-width: 576px) { .header .drcnLogo { width: 13.0rem; } }

.heroArea { background: url("../img/bg.jpg") repeat; font-size: 0; color: #FEFEFE; background-attachment: fixed; }
.heroArea img { width: 100%; height: auto; }
.heroArea h1 { font-size: 0; }

.mainContent { font-size: 1.0rem; }
.mainContent .textArea { font-size: 1.0rem; line-height: 1.6rem; padding: 0.5rem 0; }
.mainContent .textArea span { font-weight: 500; color: #FF0000; }
.mainContent .priceList .item { display: flex; flex-wrap: wrap; }
.mainContent .priceList .item:hover { background-color: #EEE; }
.mainContent .priceList .item div { font-size: 1.4rem; border-bottom: dashed 1px #555; font-weight: 500; padding: 0.25rem 0; }
.mainContent .priceList .item div:nth-child(even) { text-align: right; color: #FF0000; }
.mainContent .priceList .item div span { font-size: 1.0rem; }
.mainContent .attention { width: 100%; max-width: 1200px; margin: auto; border: solid 1px #9F3034; padding-left: 2.5rem; padding-right: 2.5rem; }
.mainContent .attention li { font-size: 1.0rem; color: #9F3034; list-style-type: circle; }
.mainContent .notice { font-size: 0.8rem; color: #666; padding-left: 0.8rem; text-indent: -0.8rem; }

.contact { background: url(../img/image.jpg) center/cover no-repeat; background-attachment: fixed; }
.contact h3 { font-size: 2.4rem; font-weight: 700; color: #FEFEFE; text-align: center; text-shadow: 3px 3px 5px #444; }
.contact .contactArea { background-color: #FEFEFE; padding: 1.0rem; }
.contact .contactArea .contactForm { border: solid 1px #9F3034; padding: 2.0rem; width: 100%; align-items: stretch; }
.contact .contactArea .contactForm .tell, .contact .contactArea .contactForm .formBtnS { border: none; }
.contact .contactArea .contactForm h4 { width: 100%; margin: 0; padding: 0; position: relative; text-align: center; font-weight: 500; margin-bottom: 2.0rem; }
.contact .contactArea .contactForm h4::before { width: 100%; height: 2px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background-color: #000; border-radius: 1px; display: block; content: ""; }
.contact .contactArea .contactForm h4 span { background-color: #FEFEFE; padding: 0; z-index: +1; display: inline-block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 15.5rem; }
@media (min-width: 576px) { .contact .contactArea .contactForm h4::before { width: 95%; }
  .contact .contactArea .contactForm h4 span { padding: 0 1.0rem; width: auto; } }
.contact .textArea { text-align: center; color: #FEFEFE; }
.contact .textArea a, .contact .textArea a:visited { color: #FFF000; }
.contact .textArea a:hover { text-decoration: underline; }

/**************************************
				        免 責 な ど
**************************************/
.menseki p { font-size: initial; color: #666; }
.menseki p.txt3 { font-size: 1.2em; line-height: 1.8; font-weight: 500; text-align: center; border-width: 0.05rem 0.25rem; border-style: solid; border-color: #999; border-radius: 1.8rem; margin-bottom: 1.0rem; }
.menseki p.txt4 { font-weight: 500; font-size: 1em; line-height: 1.6; }
.menseki p.txt4 span { font-size: 0.9em; }
.menseki p.txt5 { margin-left: 1.0rem; color: #999; font-size: 0.9em; line-height: 1.6; }
.menseki p.caution { font-size: 0.9em; padding-left: 0.9em; text-indent: -0.9em; color: #777; line-height: 1.4; }

.txt5 a, .txt4 a, .caution a { color: #FF0000; }

.txt5 a:hover, .txt4 a:hover, .caution a:hover { text-decoration: underline; }

.txt6 { list-style-type: circle; font-size: initial; }

.txt6 li { margin-left: 1.5rem; color: #666; font-size: 0.8em; }
@media (min-width: 992px) { .txt6 li { font-size: 1em; } }

/**************************************
							店 舗 情 報
**************************************/
#shop { background: url("../img/bg.jpg") repeat; background-attachment: fixed; color: #FEFEFE; }

#shop .row { align-items: center; }

.shopinfo { text-align: center; }
.shopinfo .shopinfo-txt1 { font-family: 'Open Sans', sans-serif; font-size: 3.0rem; font-weight: 800; letter-spacing: -0.1rem; line-height: 1.0; }
.shopinfo .shopinfo-txt2 { font-size: 1.6rem; font-weight: 700; line-height: 2.4rem; }
.shopinfo p.shopelement { padding-top: 0.5rem; margin: 1.0rem auto 0 auto; border-top: 0.1rem solid #FEFEFE; font-size: 1.0rem; text-align: left; width: 80%; }
.shopinfo p.shopelement span { display: block; margin-bottom: 0.3rem; font-family: 'Open Sans', sans-serif; font-size: 1.4rem; font-weight: 800; letter-spacing: -0.1rem; }
@media (min-width: 992px) { .shopinfo { text-align: left; }
  .shopinfo p.shopelement { width: 100%; } }

.shopinfo a, .shopelement a { color: #FEFEFE; transition: color .3s ease-out; }

.shopinfo a:hover, .shopelement a:hover { color: #FFF000; }

.mapimg { text-align: center; }

.mapimg img { width: 100%; }

.copyright { color: #CCC; width: 100%; font-size: 1.0rem; text-align: center; font-family: Georgia, "Times New Roman", Times, serif; }
