@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;
  }
}
/* androidのバグ対策
*{
	background-image:url(/hp2021/img/t11.png);
}
*/
/*========================================*/
html {
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "メイリオ", 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 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

.li0 {
  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 {
  background: url(../img/bg_top.jpg) no-repeat top center, url(../img/body_bg.jpg) repeat-y center;
  color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -1px;
}

header {
  background: url(../img/headerbg.jpg) no-repeat top;
}
header div.header {
  margin: 0 auto;
  width: 960px;
}
header div.header a {
  text-decoration: none;
}
header div.header div.title {
  color: #000000;
}
header div.header div.title h1 {
  padding: 30px 0 0 30px;
  font-size: 1.5rem;
  color: #ffffff;
}
header div.header div.title h1 span {
  display: none;
}
header div.header div.title p.copy {
  margin-left: 30px;
  font-size: 1.2rem;
  color: #ffffff;
}
header div.header div.title img.title {
  width: 100%;
}
header div.header nav {
  background: #000000;
  border-top: 1px solid #ffed26;
  border-bottom: 1px solid #ffed26;
}
header div.header nav ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 960px;
}
header div.header nav ul li {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  width: 319px;
  flex-basis: 33%;
}
header div.header nav ul li:hover {
  background: rgba(125, 125, 25, 0.5);
}
header div.header nav ul li.cp {
  color: #f94319;
}
header div.header nav ul li.tp {
  border-left: none;
}
header hr {
  display: none;
  margin: 0;
  height: 4px;
  border: none;
}

footer {
  margin: 4px auto 0 auto;
  border-top: 4px solid #ffed26;
  width: 960px;
}
footer div.footer p {
  font-size: 1.5rem;
  line-height: 3rem;
  text-align: center;
}

div.content div.block {
  margin: 0 auto;
  padding: 0 80px;
  width: 800px;
  background: rgba(0, 0, 0, 0.3);
}
div.content div.block img {
  max-width: 100%;
}
div.content div.block p {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}
div.content div.block p.exp {
  margin-left: 40px;
}
div.content a img:hover {
  opacity: 0.75;
}
div.content h3 {
  margin-top: 30px;
  padding-left: 37px;
  white-space: nowrap;
}
div.content h3::before {
  margin-left: -37px;
  margin-right: 5px;
  content: "■";
}
div.content h4 {
  margin-top: 30px;
}
div.content img.item {
  margin-top: 30px;
}

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

	Home

================================================================================*/
body.home div.no1 div.block {
  padding-top: 50px;
}
body.home div.no1 h2 span {
  color: #ffed26;
}
body.home div.no1 p.price {
  font-size: 2rem;
}
body.home div.no1 p span {
  color: #ffed26;
}
body.home div.no1 figure.no02 figcaption {
  margin-top: 30px;
  font-weight: bold;
  color: #f94319;
}
body.home div.no1 div.order {
  margin-top: 100px;
  text-align: right;
}
body.home div.no1 div.order a {
  color: #ffed26;
}
body.home div.no1 img.item {
  width: 640px;
}
body.home div.no1 img.item.no01 {
  border: 1px solid #888888;
}
body.home div.no2 {
  margin-top: 100px;
}
body.home div.no2 h2 {
  color: #ffed26;
}
body.home div.no2 img.item {
  margin-bottom: 30px;
  width: 640px;
}
body.home div.no3 div.block {
  padding-top: 100px;
  padding-bottom: 100px;
}
body.home div.no3 h2 {
  color: #ffed26;
}
body.home div.no3 h2::before {
  margin-right: 5px;
  content: "■";
}
body.home div.no3 p {
  max-width: 100%;
}
body.home div.no3 a {
  text-decoration: none;
}
body.home div.no3 ul {
  margin: 0 auto 60px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
body.home div.no3 ul li {
  margin-top: 60px;
  padding: 3px 16px;
  display: inline-block;
  background: #ffed26;
  font-weight: bold;
  color: #000000;
  border-radius: 30px;
  min-width: 600px;
}
body.home div.no3 ul li:hover {
  opacity: 0.7;
}

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

	ＦＡＸでのご注文（郵便振替でのご注文）

================================================================================*/
body.fax p.ylw {
  color: #ffed26;
}
body.fax p.red {
  color: #f94319;
}
body.fax p.wht b {
  color: #f94319;
}
body.fax div.no1 div.block {
  padding-top: 50px;
}
body.fax div.no1 h2.title {
  text-align: center;
}
body.fax div.no1 p.title {
  font-size: 2rem;
  text-align: center;
  color: #ffed26;
}
body.fax div.no1 table {
  margin: 30px -60px;
  font-size: 1.5rem;
  color: #000000;
}
body.fax div.no1 table th {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  background: #ffed26;
  text-align: center;
}
body.fax div.no1 table td {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
body.fax div.no2 div.block {
  padding-bottom: 100px;
}
body.fax div.no2 p.faxno {
  margin: 50px 0;
  font-size: 2.5rem;
}
body.fax div.no2 p.faxno strong {
  font-size: 4rem;
  color: #ffed26;
}
body.fax div.no2 img.faxsheet {
  margin-top: 30px;
  width: 640px;
}/*# sourceMappingURL=style.css.map */