@charset "UTF-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*** function ***/
/* ###################### */
/* ######## 変数 ######## */
/* ###################### */
/* カラー */
/* 書式 */
/* ###################### */
/* ######## 関数 ######## */
/* ###################### */
/* ###################### */
/* ######## 共通 ######## */
/* ###################### */
/* ボタン */
.btn {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 260px;
  height: 65px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #a3824f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho B1", serif;
  color: #a3824f;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}

.btn a::after {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #a3824f;
  background: rgba(163, 130, 79, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn a:hover {
  text-decoration: none;
}

.btn a:hover::after {
  width: 100%;
  height: 100%;
}

/*******/
.face_book .fbcomments,
.face_book iframe,
.face_book .fb_iframe_widget,
.face_book .fb_iframe_widget[style],
.face_book .fb_iframe_widget iframe[style],
.face_book .fbcomments iframe[style],
.face_book .fb_iframe_widget span,
.face_book ._2p3a {
  width: 100% !important;
}

#wrapper {
  overflow: hidden;
}

/********共通********/
.cont {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

div[class^="contents"],
article[class^="contents"] {
  padding: 105px 0 110px;
}

.ofi img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
}

.fle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

table {
  width: 100%;
  line-height: 1.9;
}

table tr:nth-child(2n+1) {
  background: rgba(255, 255, 255, 0.7);
}

table tr th {
  width: 340px;
  padding: 8px 15px 7px;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 0 7px;
}

.h2_1 {
  font-size: 3.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #39291c;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  padding-bottom: 36px;
  background: url(../image/common/ttl_deco.png) no-repeat center bottom;
  margin-bottom: 24px;
}

.h2_1.w {
  color: #fff;
  background-image: url(../image/common/ttl_deco_w.png);
}

.h2_1 .in {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.h2_1 .en {
  font-size: 7.2rem;
  font-family: "Allura", cursive;
  color: rgba(113, 99, 77, 0.2);
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.h2_1 .en.w {
  color: #fff;
}

.h3_1 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #39291c;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 13px;
  margin-bottom: 20px;
  border-bottom: double 4px #39291c;
}

/*********salon***********/
.salon .contents1 {
  position: relative;
  z-index: 0;
}

.salon .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.salon .contents1 h2 {
  margin-bottom: 40px;
}

.salon .contents1 figure {
  border: solid 1px #a3824f;
  padding: 3px;
}

.salon .contents1 figure div {
  border: solid 1px #a3824f;
}

.salon .contents1 .text {
  width: 575px;
  margin: -10px 0;
}

.salon .contents1 .text p {
  margin-bottom: 36px;
}

.salon .contents1 .text p:last-of-type {
  margin-bottom: 0;
}

.salon .contents2 {
  background: url(../image/salon/bg01.png) no-repeat center/cover;
  overflow: hidden;
}

.salon .contents2 .cont {
  position: relative;
  z-index: 0;
}

.salon .contents2 .cont::before {
  content: "";
  background: url(../image/common/deco02_1.png) no-repeat top left/contain;
  width: 257px;
  height: 249px;
  position: absolute;
  top: -105px;
  left: -126px;
  z-index: -1;
}

.salon .contents2 .cont::after {
  content: "";
  background: url(../image/common/deco02_2.png) no-repeat top left/contain;
  width: 194px;
  height: 263px;
  position: absolute;
  bottom: -110px;
  right: -146px;
  z-index: -1;
}

.salon .contents2 h2 {
  margin-bottom: 40px;
}

.salon .contents2 .table {
  margin-bottom: 60px;
}

.salon .contents2 .table td span {
  display: inline-block;
  margin-right: 8px;
}

.salon .contents2 .table td span:last-of-type {
  margin-right: 0;
}

.salon .contents2 .map {
  height: 276px;
}

.salon .contents2 .map iframe {
  width: 100%;
  height: 100%;
}

/*********product***********/
.product .contents1 {
  padding: 60px 0;
  background: url(../image/common/bg_Brown.png);
  border-bottom: solid 4px #a3824f;
}

.product .contents1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}

.product .contents1 .links li {
  width: 240px;
  margin: 40px 40px 0 0;
}

.product .contents1 .links li:nth-of-type(4n) {
  margin-right: 0;
}

.product .contents1 .links li a {
  text-align: center;
  padding: 0 30px;
  line-height: 1.5;
}

.product .contents2 {
  background: #f1e9d4;
  overflow: hidden;
}

.product .contents2 .cont {
  position: relative;
  z-index: 0;
}

.product .contents2 .cont::before {
  content: "";
  background: url(../image/product/deco01_1.png) no-repeat top left/contain;
  width: 257px;
  height: 278px;
  position: absolute;
  top: -105px;
  left: -100px;
  z-index: -1;
}

.product .contents2 .cont::after {
  content: "";
  background: url(../image/product/deci01_2.png) no-repeat top right/contain;
  width: 257px;
  height: 278px;
  position: absolute;
  top: -105px;
  right: -100px;
  z-index: -1;
}

.product .contents2 h2 {
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.product .contents2 h2 span {
  display: block;
}

.product .contents2 .memo {
  text-align: center;
  line-height: 1;
}

.product .contents2 .sec {
  padding-top: 100px;
}

.product .contents2 .sec:first-of-type {
  margin-top: -40px;
}

.product .contents2 .sec h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  background: #a3824f;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 33px;
  position: relative;
  z-index: 0;
}

.product .contents2 .sec h3::before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
}

.product .contents2 .sec p {
  line-height: 1.9;
}

.product .contents2 .sec p.txt {
  text-align: center;
  margin-bottom: 50px;
}

.product .contents2 .sec .box {
  margin-bottom: 60px;
}

.product .contents2 .sec .box:last-of-type {
  margin-bottom: 0;
}

.product .contents2 .sec .box h4 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #39291c;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: double 4px #39291c;
  margin-bottom: 30px;
}

.product .contents2 .sec .box .fle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product .contents2 .sec .box figure {
  width: 320px;
  padding: 0 15px 15px 0;
  position: relative;
  z-index: 0;
}

.product .contents2 .sec .box figure::after {
  content: "";
  background: url(../image/common/img_deco.png) no-repeat bottom right/contain;
  width: 97px;
  height: 87px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.product .contents2 .sec .box figure div {
  width: 100%;
  height: 0;
  padding-top: 176px;
  -webkit-box-shadow: 15px 15px #a3824f;
          box-shadow: 15px 15px #a3824f;
  position: relative;
  z-index: 0;
}

.product .contents2 .sec .box figure div img {
  position: absolute;
  top: 0;
  left: 0;
}

.product .contents2 .sec .box .text {
  width: 716px;
}

/*********gallery***********/
.gallery .contents1 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.gallery .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.gallery .contents1 .cont {
  position: relative;
  z-index: 0;
}

.gallery .contents1 .cont::before {
  content: "";
  background: url(../image/common/deco02_1.png) no-repeat top left/contain;
  width: 257px;
  height: 249px;
  position: absolute;
  top: -105px;
  left: -126px;
  z-index: -1;
}

.gallery .contents1 .cont::after {
  content: "";
  background: url(../image/common/deco02_2.png) no-repeat top left/contain;
  width: 194px;
  height: 263px;
  position: absolute;
  bottom: -110px;
  right: -146px;
  z-index: -1;
}

.gallery .contents1 h2 {
  line-height: 1.5;
  padding-bottom: 29px;
  margin-bottom: 40px;
}

.gallery .contents1 h2 span {
  display: block;
}

.gallery .contents1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -84px;
}

.gallery .contents1 .list .box {
  width: 320px;
  margin-top: 84px;
  margin-right: 60px;
}

.gallery .contents1 .list .box:nth-of-type(3n) {
  margin-right: 0;
}

.gallery .contents1 .list .box figure {
  padding: 0 15px 15px 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

.gallery .contents1 .list .box figure::after {
  content: "";
  background: url(../image/common/img_deco.png) no-repeat bottom right/contain;
  width: 97px;
  height: 87px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gallery .contents1 .list .box figure div {
  width: 100%;
  height: 0;
  padding-top: 176px;
  -webkit-box-shadow: 15px 15px #a3824f;
          box-shadow: 15px 15px #a3824f;
  position: relative;
  z-index: 0;
}

.gallery .contents1 .list .box figure div img {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery .contents1 .list .box p {
  letter-spacing: 0.05em;
  line-height: 2;
}

.gallery .contents1 .list .box p a {
  color: #39291c;
}

.gallery_d .contents1 {
  position: relative;
  z-index: 0;
}

.gallery_d .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.gallery_d .contents1 .box {
  padding: 55px 60px 50px;
  background: #fff;
}

.gallery_d .contents1 h2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #39291c;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 13px;
  margin-bottom: 40px;
  border-bottom: double 4px #39291c;
}

.gallery_d .contents1 .imgs {
  max-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
}

.gallery_d .contents1 .imgs figure {
  width: 370px;
}

.gallery_d .contents1 .imgs figure div {
  width: 100%;
  height: 0;
  padding-top: 246px;
  background: #aaa;
  position: relative;
  z-index: 0;
  margin-bottom: 5px;
}

.gallery_d .contents1 .imgs figure div img {
  position: absolute;
  top: 0;
  left: 0;
}

.gallery_d .contents1 .imgs figure figcaption {
  height: 36px;
  background: #a3824f;
  font-size: 2rem;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.gallery_d .contents1 .imgs figure.be div::after {
  content: "";
  background: url(../image/gallery/arrow.png) no-repeat center/contain;
  width: 18px;
  height: 0;
  padding-top: 27px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -48px;
}

/*********menu***********/
.menu .contents1 {
  padding: 60px 0;
  background: url(../image/common/bg_Brown.png);
  border-bottom: solid 4px #a3824f;
}

.menu .contents1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -40px;
}

.menu .contents1 .links li {
  width: 240px;
  margin: 40px 40px 0 0;
}

.menu .contents1 .links li:nth-of-type(4n) {
  margin-right: 0;
}

.menu .contents1 .links li a {
  text-align: center;
  padding: 0 30px;
  line-height: 1.5;
}

.menu .contents2 {
  background: #f1e9d4;
  overflow: hidden;
}

.menu .contents2 .cont {
  position: relative;
  z-index: 0;
}

.menu .contents2 .cont::before {
  content: "";
  background: url(../image/menu/deco01_1.png) no-repeat top left/contain;
  width: 257px;
  height: 278px;
  position: absolute;
  top: -105px;
  left: -100px;
  z-index: -1;
}

.menu .contents2 .cont::after {
  content: "";
  background: url(../image/menu/deci01_2.png) no-repeat top right/contain;
  width: 257px;
  height: 278px;
  position: absolute;
  top: -105px;
  right: -100px;
  z-index: -1;
}

.menu .contents2 h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.menu .contents2 .sec {
  padding-top: 100px;
}

.menu .contents2 .sec:first-of-type {
  margin-top: -60px;
}

.menu .contents2 .sec h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  background: #a3824f;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}

.menu .contents2 .sec h3::before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: -1;
}

.menu .contents2 .sec figure {
  width: 320px;
  padding: 0 15px 15px 0;
  position: relative;
  z-index: 0;
}

.menu .contents2 .sec figure::after {
  content: "";
  background: url(../image/common/img_deco.png) no-repeat bottom right/contain;
  width: 97px;
  height: 87px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.menu .contents2 .sec figure div {
  width: 100%;
  height: 0;
  padding-top: 176px;
  -webkit-box-shadow: 15px 15px #a3824f;
          box-shadow: 15px 15px #a3824f;
  position: relative;
  z-index: 0;
}

.menu .contents2 .sec figure div img {
  position: absolute;
  top: 0;
  left: 0;
}

.menu .contents2 .sec .text {
  width: 716px;
  line-height: 1.9;
}

.menu .contents2 .sec .table {
  padding-top: 50px;
}

.menu .contents2 .sec .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.9;
  padding: 8px 20px 7px 20px;
}

.menu .contents2 .sec .table dl:nth-of-type(2n+1) {
  background-color: #fff;
}

.menu .contents2 .sec .table dl dd {
  letter-spacing: 0.05em;
}

/*********concept***********/
.concept .contents1 {
  background: url(../image/common/bg_Brown.png);
  border-bottom: solid 4px #a3824f;
  position: relative;
  z-index: 0;
}

.concept .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#39291c), to(transparent));
  background: linear-gradient(to bottom, #39291c, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.concept .contents1 h2 .en {
  top: -45px;
  left: -60px;
}

.concept .contents1 .fle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.concept .contents1 .imgs {
  width: 562px;
  margin-left: -100px;
  position: relative;
  z-index: 0;
}

.concept .contents1 .imgs::before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #a3824f;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}

.concept .contents1 .imgs li {
  width: 462px;
  position: relative;
  z-index: 0;
}

.concept .contents1 .imgs li:nth-of-type(1) {
  margin-left: auto;
}

.concept .contents1 .imgs li:nth-of-type(2) {
  margin-top: -92px;
}

.concept .contents1 .text {
  width: 575px;
  color: #fff;
}

.concept .contents1 .text p {
  margin-bottom: 36px;
}

.concept .contents1 .text p:last-of-type {
  margin-bottom: 0;
}

.concept .contents2 {
  background: url(../image/concept/bg01.png) no-repeat center/cover;
}

.concept .contents2 .box {
  width: 326px;
}

.concept .contents2 .box .num {
  font-size: 3.7rem;
  font-family: "Allura", cursive;
  letter-spacing: 0;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-bottom: 4px;
}

.concept .contents2 .box dl {
  height: 442px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #39291c;
  padding: 50px 25px 0;
  position: relative;
  z-index: 0;
}

.concept .contents2 .box dl::before {
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
}

.concept .contents2 .box dl::after {
  content: "";
  background: url(../image/concept/box-deco.png) no-repeat center/contain;
  width: 93px;
  height: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
}

.concept .contents2 .box dl dt {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 28px;
}

.concept .contents2 .box dl dt span {
  display: block;
}

.concept .contents2 .box dl dd {
  line-height: 1.9;
}

.concept .contents3 {
  background: #f1e9d4;
  overflow: hidden;
}

.concept .contents3 .cont {
  position: relative;
  z-index: 0;
}

.concept .contents3 .cont::before {
  content: "";
  background: url(../image/common/deco02_1.png) no-repeat top left/contain;
  width: 257px;
  height: 249px;
  position: absolute;
  top: -105px;
  left: -126px;
  z-index: -1;
}

.concept .contents3 .cont::after {
  content: "";
  background: url(../image/common/deco02_2.png) no-repeat top left/contain;
  width: 194px;
  height: 263px;
  position: absolute;
  bottom: -110px;
  right: -146px;
  z-index: -1;
}

.concept .contents3 h2 {
  margin-bottom: 30px;
}

.concept .contents3 p {
  text-align: center;
}

.concept .contents3 .list {
  padding: 50px 0 60px;
}

.concept .contents3 .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #39291c;
}

.concept .contents3 .list dl:first-of-type {
  border-top: solid 1px #39291c;
}

.concept .contents3 .list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 390px;
  height: 60px;
  background: #a3824f;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  margin-right: 100px;
  position: relative;
  z-index: 0;
}

.concept .contents3 .list dl dt::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 30px transparent;
  border-left: solid 20px #a3824f;
  position: absolute;
  top: 0;
  left: 100%;
}

.concept .contents3 .list dl dt::after {
  content: "";
  background: url(../image/concept/arrow.png) no-repeat center/contain;
  width: 52px;
  height: 60px;
  position: absolute;
  right: -64px;
  top: 0;
}

.concept .contents3 .list dl dd span {
  display: inline-block;
  margin-right: 8px;
}

.concept .contents3 .list dl dd span:last-of-type {
  margin-right: 0;
}

/*********index***********/
.index .contents1 {
  padding: 45px 0 25px;
  background: url(../image/common/bg_Brown.png);
  border-bottom: solid 4px #a3824f;
  position: relative;
  z-index: 0;
}

.index .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#39291c), to(transparent));
  background: linear-gradient(to bottom, #39291c, transparent);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.index .contents1::after {
  content: "";
  width: 100%;
  min-width: 1420px;
  height: 100%;
  background: url(../image/common/deco01_1.png) no-repeat top left, url(../image/common/deco01_2.png) no-repeat bottom right;
  background-size: 14.4%, 13.8%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.index .contents1 .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: double 4px #a3824f;
  margin-bottom: 20px;
}

.index .contents1 .top h2 {
  font-size: 1.6rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #e7e5e2;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 37px;
  margin-bottom: -9px;
  position: relative;
  z-index: 0;
}

.index .contents1 .top h2::before {
  content: "";
  background: url(../image/index/ttl-deco.png) no-repeat center/contain;
  width: 123px;
  height: 39px;
  position: absolute;
  top: -8px;
  left: 0;
  z-index: -1;
}

.index .contents1 .top h2 span {
  font-size: 5.2rem;
  font-family: "Allura", cursive;
  letter-spacing: 0.05em;
  margin-right: 20px;
}

.index .contents1 .top .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #a3824f;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.index .contents1 .top .link a::after {
  content: "";
  display: inline-block;
  background: url(../image/common/arrow.png) no-repeat center right;
  width: 23px;
  height: 5px;
  margin-left: 15px;
}

.index .contents1 .top .link a:hover {
  text-decoration: none;
  color: #e7e5e2;
}

.index .contents1 .list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: rgba(113, 99, 77, 0.12);
  margin-bottom: 10px;
}

.index .contents1 .list .box:last-of-type {
  margin-bottom: 0;
}

.index .contents1 .list .box figure {
  width: 110px;
  height: 0;
  padding-top: 73px;
  position: relative;
  z-index: 0;
}

.index .contents1 .list .box figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.index .contents1 .list .box .tag {
  width: 94px;
  height: 26px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background: #a3824f;
}

.index .contents1 .list .box .tag.BLOG {
  background: #71634d;
}

.index .contents1 .list .box dl {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}

.index .contents1 .list .box dl dt {
  color: #e7e5e2;
}

.index .contents1 .list .box dl dt::after {
  content: "｜";
  padding: 0 16px;
}

.index .contents1 .list .box dl dd {
  width: calc(100% - 140px);
}

.index .contents1 .list .box dl dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #e7e5e2;
}

.index .contents2 {
  background: #e7e5e2;
  text-align: center;
  position: relative;
  z-index: 0;
}

.index .contents2::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/index/bg01_1.png) no-repeat top right, url(../image/index/bg01_2.png) no-repeat bottom left;
  background-size: 48.3%, 46.5%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}

.index .contents2 .ttl {
  display: inline-block;
  padding: 0 58px;
  margin-bottom: 47px;
  position: relative;
  z-index: 0;
}

.index .contents2 .ttl::before {
  content: "";
  background: url(../image/index/ttl_frame.png) no-repeat center/contain;
  width: 12px;
  height: 99px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.index .contents2 .ttl::after {
  content: "";
  background: url(../image/index/ttl_frame.png) no-repeat center/contain;
  width: 12px;
  height: 99px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.index .contents2 .ttl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
  position: relative;
  z-index: 0;
}

.index .contents2 .ttl ul::before {
  content: "";
  background: url(../image/index/About.png) no-repeat center/contain;
  width: 176px;
  height: 76px;
  position: absolute;
  top: -58px;
  left: -125px;
}

.index .contents2 .ttl ul li {
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #e7e5e2;
  line-height: 1.6;
  padding: 0 8px;
  background: #a3824f;
  margin-right: 12px;
}

.index .contents2 .ttl ul li:last-of-type {
  margin-right: 0;
}

.index .contents2 .ttl h2 {
  font-size: 3rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  color: #39291c;
  letter-spacing: 0.12em;
  line-height: 1;
}

.index .contents2 p {
  margin-bottom: 36px;
}

.index .contents2 p:last-of-type {
  margin-bottom: 0;
}

.index .contents2 p .line {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(163, 130, 79, 0.36)));
  background: linear-gradient(transparent 0%, rgba(163, 130, 79, 0.36) 0%);
}

.index .contents3 {
  background: #f1e9d4;
}

.index .contents3 h2 {
  margin-bottom: 37px;
}

.index .contents3 h2 span:not(.en) {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.index .contents3 h2 .en {
  top: -32px;
  left: -96px;
}

.index .contents3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -50px;
  position: relative;
  z-index: 0;
}

.index .contents3 .list::before {
  content: "";
  background: url(../image/index/list_deco01_1.png) no-repeat top left/contain;
  width: 257px;
  height: 278px;
  position: absolute;
  top: -107px;
  left: -146px;
  z-index: -1;
}

.index .contents3 .list::after {
  content: "";
  background: url(../image/index/list_deco01_2.png) no-repeat top left/contain;
  width: 259px;
  height: 279px;
  position: absolute;
  bottom: -32px;
  right: -139px;
  z-index: -1;
}

.index .contents3 .list .box {
  width: 326px;
  height: 202px;
  margin-top: 50px;
  margin-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #39291c;
  padding: 5px;
  position: relative;
  z-index: 0;
}

.index .contents3 .list .box::before {
  content: "";
  background: url(../image/index/img_deco01.png) no-repeat center/contain;
  width: 93px;
  height: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -15px;
}

.index .contents3 .list .box:nth-of-type(3n) {
  margin-right: 0;
}

.index .contents3 .list .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding-bottom: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index .contents3 .list .box a:hover {
  text-decoration: none;
  opacity: 0.72;
}

.index .contents3 .list .box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(5%, rgba(57, 41, 28, 0.46)), color-stop(15%, rgba(57, 41, 28, 0.76)), color-stop(85%, rgba(57, 41, 28, 0.76)), color-stop(95%, rgba(57, 41, 28, 0.46)), to(transparent));
  background: linear-gradient(to right, transparent, rgba(57, 41, 28, 0.46) 5%, rgba(57, 41, 28, 0.76) 15%, rgba(57, 41, 28, 0.76) 85%, rgba(57, 41, 28, 0.46) 95%, transparent);
  text-align: center;
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  color: #e7e5e2;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 0;
}

.index .contents3 .list .box p::before {
  content: "";
  width: 100%;
  height: calc(100% - 8px);
  background: url(../image/index/box-line.png) no-repeat top center, url(../image/index/box-line.png) no-repeat bottom center;
  position: absolute;
  top: 4px;
  left: 0;
  z-index: -1;
}

.index .contents3 .list .box p::after {
  content: "";
  background: url(../image/index/arrow.png) no-repeat center right;
  width: 23px;
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 27px;
}

.index .contents4 {
  position: relative;
  z-index: 0;
}

.index .contents4::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.index .contents4 h2 .en {
  top: -42px;
  left: -16px;
}

.index .contents4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

.index .contents4 .list .box {
  width: 320px;
  margin-right: 60px;
}

.index .contents4 .list .box:nth-of-type(3n) {
  margin-right: 0;
}

.index .contents4 .list .box figure {
  padding: 0 15px 15px 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

.index .contents4 .list .box figure::after {
  content: "";
  background: url(../image/common/img_deco.png) no-repeat bottom right/contain;
  width: 97px;
  height: 87px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.index .contents4 .list .box figure div {
  width: 100%;
  height: 0;
  padding-top: 176px;
  -webkit-box-shadow: 15px 15px #a3824f;
          box-shadow: 15px 15px #a3824f;
  position: relative;
  z-index: 0;
}

.index .contents4 .list .box figure div img {
  position: absolute;
  top: 0;
  left: 0;
}

.index .contents4 .list .box p {
  letter-spacing: 0.05em;
}

.index .contents4 .list .box p a {
  color: #39291c;
}

.index .contents5 {
  background: #f1e9d4;
  overflow: hidden;
}

.index .contents5 .cont {
  position: relative;
  z-index: 0;
}

.index .contents5 .cont::before {
  content: "";
  background: url(../image/common/deco02_1.png) no-repeat top left/contain;
  width: 257px;
  height: 249px;
  position: absolute;
  top: -105px;
  left: -126px;
  z-index: -1;
}

.index .contents5 .cont::after {
  content: "";
  background: url(../image/common/deco02_2.png) no-repeat top left/contain;
  width: 194px;
  height: 263px;
  position: absolute;
  bottom: -110px;
  right: -146px;
  z-index: -1;
}

.index .contents5 h2 {
  line-height: 1.5;
  padding-bottom: 29px;
}

.index .contents5 h2 .en {
  top: -38px;
  left: 0px;
}

.index .contents5 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

.index .contents5 .list .box {
  width: 240px;
  margin-right: 40px;
}

.index .contents5 .list .box:nth-of-type(4n) {
  margin-right: 0;
}

.index .contents5 .list .box figure {
  padding: 0 15px 15px 0;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

.index .contents5 .list .box figure::after {
  content: "";
  background: url(../image/common/img_deco.png) no-repeat bottom right/contain;
  width: 97px;
  height: 87px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.index .contents5 .list .box figure div {
  width: 100%;
  height: 0;
  padding-top: 176px;
  -webkit-box-shadow: 15px 15px #71634d;
          box-shadow: 15px 15px #71634d;
  position: relative;
  z-index: 0;
}

.index .contents5 .list .box figure div img {
  position: absolute;
  top: 0;
  left: 0;
}

.index .contents5 .list .box p {
  letter-spacing: 0.05em;
}

.index .contents5 .list .box p a {
  color: #39291c;
}

/****エラーページ*****/
.error .contents1 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.error .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

/*==================================================
プライバシーポリシー
================================================== */
.privacy .contents1 {
  position: relative;
  z-index: 0;
}

.privacy .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.privacy .contents1 .item-box {
  margin-bottom: 40px;
}

.privacy .contents1 .item-box:last-child {
  margin-bottom: 0;
}

/*==================================================
 サイトマップ
================================================== */
.site .contents1 {
  position: relative;
  z-index: 0;
}

.site .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.site .contents1 .site_list {
  width: 800px;
  margin: 0 auto;
}

.site .contents1 .site_list ul {
  padding: 40px;
  background: #39291c;
}

.site .contents1 .site_list ul li {
  border-bottom: solid 1px rgba(163, 130, 79, 0.5);
}

.site .contents1 .site_list ul li:last-of-type {
  border-bottom: none;
}

.site .contents1 .site_list ul li a {
  display: block;
  color: #fff;
  padding: 8px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.site .contents1 .site_list ul li a:hover {
  text-decoration: none;
  color: #a3824f;
}

/*==================================================
 ニュース
================================================== */
.news .contents1 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.news .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.news .contents1 img {
  max-width: 1040px;
}

.news .contents1 .list-box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: rgba(113, 99, 77, 0.12);
  margin-bottom: 10px;
}

.news .contents1 .list-box .box:last-of-type {
  margin-bottom: 0;
}

.news .contents1 .list-box .box figure {
  width: 110px;
  height: 0;
  padding-top: 73px;
  position: relative;
  z-index: 0;
}

.news .contents1 .list-box .box figure img {
  position: absolute;
  top: 0;
  left: 0;
}

.news .contents1 .list-box .box .tag {
  width: 94px;
  height: 26px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #a3824f;
}

.news .contents1 .list-box .box .tag.BLOG {
  background: #71634d;
}

.news .contents1 .list-box .box dl {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}

.news .contents1 .list-box .box dl dt {
  color: #39291c;
}

.news .contents1 .list-box .box dl dt::after {
  content: "｜";
  padding: 0 16px;
}

.news .contents1 .list-box .box dl dd {
  width: calc(100% - 140px);
}

.news .contents1 .list-box .box dl dd a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #39291c;
}

/*==================================================
 news詳細
================================================== */
.news_detail .contents1 {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.news_detail .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.news_detail .contents1 .sec1 {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.news_detail .contents1 .sec1 img {
  max-width: 1040px;
}

.news_detail .contents1 .sec1 .post-data {
  text-align: right;
  margin-bottom: 10px;
}

.news_detail .contents1 .sec1 .item-box {
  padding: 40px;
  background: #fff;
  min-height: 230px;
  zoom: 1;
}

.news_detail .contents1 .sec1 .item-text {
  overflow: hidden;
}

/*==================================================
 お問い合わせ
================================================== */
.contact .contents1 {
  position: relative;
  z-index: 0;
}

.contact .contents1::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../image/common/bg_beige.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.contact .contents1 table {
  margin-bottom: 30px;
}

.contact .contents1 table th {
  width: 350px;
  padding: 15px;
}

.contact .contents1 table td {
  padding: 10px;
}

/* input設定 */
.input-mid {
  width: 60%;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-min {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.input-big {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.contact form input {
  font-size: 1.6rem;
  line-height: 1.2;
}

.contact form textarea {
  width: 100%;
  height: 180px;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}

.contact .clrred {
  color: #c00;
}

.contact .contact-recaptcha-wrap {
  text-align: center;
  margin: 0 auto 30px;
  width: 304px;
}

.contact .contact-recaptcha-wrap input {
  text-align: center;
}

.mt5 {
  margin-top: 5px;
}

/* 必須マーク
-------------------------------------------------- */
.required-mark {
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  background: #a3824f;
  float: right;
}

/* 未記入エラー文
-------------------------------------------------- */
.error-text {
  margin: 0 0 5px;
  color: #f00;
}

/* 確認、バック、送信ボタン
-------------------------------------------------- */
.contact-submits {
  text-align: center;
}

.contact-submits input {
  margin: 0 10px;
  display: inline-block;
  padding: 15px 35px;
  border: none;
  background: #39291c;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-submits input:hover {
  background: #a3824f;
  cursor: pointer;
}

.contact-submits-wrap {
  text-align: center;
  margin: 0 auto;
}

.contact-submits-wrap input {
  display: inline-block;
  padding: 15px 50px;
  border: none;
  background: #39291c;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-submits-wrap input:hover {
  background: #a3824f;
  cursor: pointer;
}

.contact-submits-wrap input:disabled {
  border-color: #aaa;
  background: #aaa;
  color: #fff;
}

.contact-submits-wrap input:disabled:hover {
  background: #aaa;
  color: #fff;
  cursor: default;
}

/* セキュリティエラー
-------------------------------------------------- */
.sec-error-text {
  line-height: 50px;
  text-align: center;
  color: #f00;
  font-size: 16px;
  border: 2px solid #f00;
}

/*IEハック*/
@media screen\0 {
  /**ここに書く**/
}
