@charset "UTF-8";
/*
制作者情報
Author: 株式会社芦屋人
Author URI: http://www.ashiya-people.com/
Version: 1.00
*/
/*
制作者情報
Author: 株式会社芦屋人
Author URI: http://www.ashiya-people.com/
Version: 1.00
*/
/*========================================
	カラー定義
	========================================*/
@media print {
  .noprint {
    display: none !important;
  }
  .print {
    all: initial;
  }
}
@font-face {
  font-family: "KoshienFont";
  src: url("./KoshienFont-ExBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* androidのバグ対策
*{
	background-image:url(/hp2021/img/t11.png);
}
*/
/*========================================*/
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "KoshienFont", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  scrollbar-base-color: #cdcdcd;
  /* iphoneのバグ対策 */
  -webkit-text-size-adjust: 100%;
}
body::-webkit-scrollbar {
  height: auto;
}
body::-webkit-scrollbar-track {
  background: #f0f0f0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

div {
  scrollbar-base-color: #cdcdcd;
}
div::-webkit-scrollbar {
  height: auto;
}
div::-webkit-scrollbar-track {
  background: #f0f0f0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
div::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

section {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  margin: 0;
  border: none;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: inherit;
  line-height: inlerit;
}

form, input, select, textarea {
  margin: 0;
  box-sizing: border-box;
}

table caption, table th, table td {
  text-align: left;
}
table tbody {
  margin: 0;
  padding: 0;
}

table.fixed {
  table-layout: fixed;
}

/* for links */
a {
  color: inherit;
}
a:link {
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/* for h,strong */
h1.normal {
  margin: 0;
  font-weight: normal;
}

h2.normal {
  margin: 0;
  font-weight: normal;
}

h3.normal {
  margin: 0;
  font-weight: normal;
}

h4.normal {
  margin: 0;
  font-weight: normal;
}

h5.normal {
  margin: 0;
  font-weight: normal;
}

h6.normal {
  margin: 0;
  font-weight: normal;
}

h1.bold {
  margin: 0;
}

h2.bold {
  margin: 0;
}

h3.bold {
  margin: 0;
}

h4.bold {
  margin: 0;
}

h5.bold {
  margin: 0;
}

h6.bold {
  margin: 0;
}

strong.normal {
  font-weight: normal;
}

/* clearfix */
br.clear {
  height: 0;
  font-size: 0;
  clear: both;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

/* for debug */
.debug {
  box-sizing: border-box;
  border: 1px solid #ff0000;
}

/*========================================
	for Layout setting
 -----------------------------------------*/
.anc {
  display: none;
}

.relative {
  position: relative;
}

.rel {
  position: relative;
}

.rbk {
  position: relative;
  z-index: -1;
}

.absolute {
  position: absolute;
}

.abs {
  position: absolute;
}

.abk {
  position: absolute;
  z-index: -1;
}

.zbk {
  z-index: -1;
}

.zfr {
  z-index: 1;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

/*----------*/
.mgna {
  margin-left: auto;
  margin-right: auto;
}

.mgn0a {
  margin: 0 auto;
}

.mgn0 {
  margin: 0;
}

.pad0 {
  padding: 0;
}

/*----------*/
.txL {
  text-align: left;
}

.txR {
  text-align: right;
}

.txC {
  text-align: center;
}

.txT {
  vertical-align: top;
}

.txM {
  vertical-align: middle;
}

.txB {
  vertical-align: bottom;
}

/*----------*/
.gosick {
  font-family: "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "ＭＳ Ｐゴシック", sans-serif;
}

.minch {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* text setting */
.distribute {
  text-align: justify;
  text-justify: distribute;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/*========================================*/
/* for @extend */
.ul0, div.content.no2 div.yuubin ol, #elevator div.link ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.li0, div.content.no2 div.yuubin ol li {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.bg_icon0 {
  position: relative;
  content: " ";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain !important;
}

/*========================================*/
/*================================================================================

	Common

================================================================================*/
.lite {
  display: none;
}

body {
  color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 2.2rem;
  line-height: 2.8rem;
  background: url(../img/bg02.png) repeat-y center top, url(../img/bg-gr.png) repeat-y center top, #000000;
}

a img:hover {
  opacity: 0.75;
}

/* header */
header {
  background: #000000 url(../img/header/bg.jpg) no-repeat center;
  position: fixed;
  width: 100%;
  z-index: 99;
}
header div.header {
  margin: 0 auto;
  position: relative;
  width: 1180px;
  height: 170px;
  overflow: hidden;
  color: #000000;
}
header div.header > div {
  display: flex;
}
header div.header > div div.lside {
  width: 500px;
  flex-grow: 0;
}
header div.header > div div.lside img.title {
  margin-top: 50px;
}
header div.header > div div.rside {
  text-align: right;
  flex-grow: 2;
}
header div.header > div div.rside ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: end;
}
header div.header > div div.rside ul li {
  margin-left: 50px;
  font-size: 2rem;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
header div.header > div div.rside ul li a {
  text-decoration: none;
}
header div.header > div div.rside ul li a:hover {
  color: #888888;
}

/* footer */
footer {
  background: #000000;
  border-top: 4px solid #ffed26;
}
footer div.footer {
  margin: 0 auto;
  position: relative;
  max-width: 1180px;
}
footer div.footer p {
  font-size: 1.5rem;
  line-height: 7rem;
  text-align: center;
}

.block {
  margin: 0 auto;
  width: 1180px;
}

/*================================================================================

	Home

================================================================================*/
#elevator {
  position: absolute;
  width: 100%;
}
#elevator div.link {
  margin: 170px auto 0 auto;
  width: 1180px;
  height: 869px;
  overflow: hidden;
}
#elevator div.link ul {
  position: relative;
  top: 50px;
  left: 906px;
}
#elevator div.link ul li {
  margin-top: 50px;
}

div.content {
  text-shadow: 1px 1px 20px #000000;
}
div.content h2 {
  font-size: 3rem;
}
div.content h2::before {
  margin-right: 10px;
  content: "■";
}
div.content h2 span {
  font-size: 2.2rem;
}
div.content.no1 > div {
  padding-top: 170px;
}
div.content.no1 div.face {
  padding-top: 2rem;
}
div.content.no1 div.face figure.thumb {
  margin: 1rem auto 0 auto;
  width: 860px;
  text-align: center;
}
div.content.no1 div.face figure.thumb figcaption {
  margin-top: 2rem;
  color: #ffffff;
  text-align: right;
}
div.content.no1 div.wall {
  padding-top: 2rem;
}
div.content.no1 div.wall p.price {
  margin-left: 3.6rem;
}
div.content.no1 div.wall p.exp {
  margin-top: 2rem;
}
div.content.no1 div.wall p.exp span {
  white-space: nowrap;
}
div.content.no1 div.wall p.caption {
  margin-top: 3rem;
  font-size: 3rem;
  color: #c4a376;
  text-align: center;
}
div.content.no1 div.wall p.caption::before {
  content: "－";
}
div.content.no1 div.wall p.caption::after {
  content: "－";
}
div.content.no1 div.wall p.notice {
  margin: 2rem auto 0 auto;
  text-align: right;
  width: 882px;
}
div.content.no1 div.wall ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  width: 882px;
}
div.content.no1 div.wall ul li {
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
}
div.content.no1 div.wall ul li img {
  box-shadow: 1px 1px 10px #000000;
}
div.content.no2 > div {
  padding-top: 70px;
}
div.content.no2 div.special div.present {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
div.content.no2 div.special div.present div.title {
  width: 100%;
}
div.content.no2 div.special div.present div.notice {
  color: #ffffff;
  text-align: left;
}
div.content.no2 div.special div.present img.closed {
  position: absolute;
  top: 150px;
  left: 0;
}
div.content.no2 div.special div.present img.pencil {
  margin: 30px 0;
  box-shadow: 1px 1px 20px #000000;
}
div.content.no2 div.special div.present div.exp {
  margin: -100px auto 0 auto;
  width: 900px;
}
div.content.no2 div.special div.present div.exp p {
  text-align: left;
  color: #ffed26;
}
div.content.no2 div.howtobuy {
  margin-top: 70px;
}
div.content.no2 div.howtobuy p {
  margin-top: 2rem;
}
div.content.no2 div.howtobuy p strong {
  color: #c4a376;
}
div.content.no2 div.howtobuy ul li {
  margin-bottom: 2rem;
}
div.content.no2 div.howtobuy ul li span.notice {
  color: #f94319;
}
div.content.no2 div.howtobuy table {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  text-shadow: none;
  color: #000000;
}
div.content.no2 div.howtobuy table th {
  padding: 2rem 3rem;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #c4a376;
  white-space: nowrap;
  text-align: right;
}
div.content.no2 div.howtobuy table td {
  padding: 1rem 2rem;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #ffffff;
}
div.content.no2 div.howtobuy table td span {
  display: inline-block;
  white-space: nowrap;
}
div.content.no2 div.online {
  margin-top: 70px;
}
div.content.no2 div.online p {
  margin-top: 30px;
}
div.content.no2 div.online p a {
  color: #f94319;
}
div.content.no2 a[name=yuubin] {
  position: relative;
  top: -170px;
  left: 0;
}
div.content.no2 div.yuubin {
  margin-top: 60px;
}
div.content.no2 div.yuubin h4 {
  margin-top: 30px;
  margin-left: 2rem;
}
div.content.no2 div.yuubin h4::before {
  margin-left: -2rem;
  content: "●";
}
div.content.no2 div.yuubin p {
  margin-left: 2rem;
}
div.content.no2 div.yuubin p span.notice {
  color: #f94319;
}
div.content.no2 div.yuubin ol li {
  margin-top: 2rem;
  margin-left: 2rem;
}
div.content.no2 div.yuubin ol li:first-child::before {
  margin-left: -2rem;
  content: "①";
}
div.content.no2 div.yuubin ol li:first-child + *::before {
  margin-left: -2rem;
  content: "②";
}
div.content.no2 div.yuubin ol li:first-child + * + *::before {
  margin-left: -2rem;
  content: "③";
}
div.content.no2 div.yuubin ol li:first-child + * + * + *::before {
  margin-left: -2rem;
  content: "④";
}
div.content.no2 div.yuubin ol li:first-child + * + * + * + *::before {
  margin-left: -2rem;
  content: "⑤";
}
div.content.no2 div.yuubin ol li span.notice {
  color: #f94319;
}
div.content.no2 div.yuubin div.sample {
  margin: 20px auto 0 auto;
  width: 870px;
}
div.content.no2 div.yuubin div.sample p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #ffed26;
  text-align: right;
}
div.content.no2 div.yuubin div.sample p span {
  white-space: nowrap;
  color: #f94319;
}
div.content.no3 > div {
  padding-top: 1px;
  padding-bottom: 200px;
}
div.content.no3 a[name=fax] {
  position: relative;
  top: -170px;
  left: 0;
}
div.content.no3 div.fax {
  margin-top: 80px;
}
div.content.no3 div.fax h4 {
  margin-top: 30px;
  margin-left: 2rem;
}
div.content.no3 div.fax h4::before {
  margin-left: -2rem;
  content: "●";
}
div.content.no3 div.fax p {
  margin-left: 2rem;
}
div.content.no3 div.fax p span.notice {
  color: #f94319;
}
div.content.no3 div.fax p.place {
  margin: 20px 0;
}
div.content.no3 div.fax p.notice {
  color: #f94319;
}
div.content.no3 div.fax p.notice::before {
  margin-left: -2rem;
  content: "※";
}
div.content.no3 div.fax img.faxno {
  margin-top: 2rem;
  margin-left: 2rem;
}
div.content.no3 div.fax div.sheet {
  margin-top: 1rem;
  display: flex;
}
div.content.no3 div.fax div.sheet img.youshi {
  margin-right: 1rem;
}
div.content.no3 div.fax div.sheet div.rside p {
  margin-bottom: 2rem;
}
div.content.no3 div.fax div.sheet div.rside p.download {
  margin-top: 2rem;
  color: #f94319;
}
div.content.no3 div.fax div.sheet div.rside p span {
  white-space: nowrap;
}
div.content.no3 div.contact {
  margin-top: 80px;
}
div.content.no3 div.contact p {
  margin-top: 2rem;
}
div.content.no3 div.contact p span {
  font-size: 1.8rem;
}/*# sourceMappingURL=style.css.map */