@charset "UTF-8";
/* reset
-------------------------------------*/
html {
  background: #fff; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

table {
  border-collapse: separate;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top;
  pointer-events: none; }

address, caption, em, strong, th {
  font-style: normal;
  font-weight: normal; }

ol, ul, li {
  list-style: none; }

caption, th, td {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

sup {
  vertical-align: super;
  font-size: 84%; }

sub {
  vertical-align: sub;
  font-size: 84%; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit; }

/* setting
-------------------------------------*/
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  color: #000;
  /*	font-family:'游明朝体', 'Yu Mincho','游明朝', 'YuMincho',"ヒラギノ明朝 Pro", 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho','Quicksand', '游ゴシック体', 'YuGothic',"游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", 'sans-serif', 'sans-serif';*/
  font-family: 'Quicksand', '游ゴシック体', 'YuGothic',"游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', 'Meiryo', 'Osaka', "ＭＳ Ｐゴシック", "MS PGothic", 'sans-serif', 'sans-serif','游明朝体', 'Yu Mincho','游明朝', 'YuMincho',"ヒラギノ明朝 Pro", 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho';
  width: 100%;
  -webkit-font-feature-settings: “palt” 1;
  font-feature-settings: “palt” 1;
  margin: auto;
  background-size: 100%;
  background-color: #fff;
  font-size: 100%;
  line-height: 1.7rem; }

main {
  display: block; }

a {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a, a:visited {
  color: inherit;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

table {
  width: 100%; }

p, a, ul, li {
  text-align: justify; }

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
input[type="text"],
input[type="num"],
input[type="post"],
input[type="address"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  padding: 4px;
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 4px; }

textarea {
  width: 100%;
  height: 200px; }

input[type="address"] {
  width: 60%; }

input[type="post"] {
  width: 15%; }

input[type="text"]:focus,
input[type="num"]:focus,
input[type="address"]:focus,
input[type="post"]:focus,
input[type="tel"]:focus,
input[type="txt"]:focus,
textarea:focus {
  box-shadow: none; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label:before {
  background: #fff;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  padding: 0;
  width: 16px;
  position: relative;
  margin-right: 3px; }

input[type="checkbox"]:checked + label:before {
  background: #fff;
  color: #000;
  content: "\2713";
  text-align: center;
  font-weight: bold; }

input[type="checkbox"]:checked + label:after {
  font-weight: bold; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative; }

input[type="radio"] + label::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px; }

input[type="radio"] + label::after {
  -webkit-transform: translateY(-50%);
  background: #000;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 4px; }

input[type="radio"]:checked + label::after {
  opacity: 1; }

input[type="submit"] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none; }

input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none; }

input[type="submit"]::-moz-foucus-inner {
  border: none;
  padding: 0; }

.clear:before,
.clear:after {
  content: '';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  zoom: 1; }

#error404 .site-body {
  padding: 5% 15%; }
#error404 p, #error404 a {
  font-size: 0.9rem;
  line-height: 2rem; }
#error404 li a {
  text-decoration: underline;
  font-weight: bold; }
#error404 .item-title-h3 span {
  background: #fff; }
#error404 .item-text {
  margin-top: 3%; }

iframe {
  vertical-align: bottom; }

/*--------------------------------
common
--------------------------------*/
body {
  width: 100%;
  min-width: 1280px;
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1.2px; }
  @media (max-width: 768px) {
    body {
      font-size: 14px;
      font-size: 1.4rem;
      min-width: 100%; } }

.innerMain {
  width: 1280px;
  margin: auto; }
  @media (max-width: 768px) {
    .innerMain {
      width: 92%; } }

a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px; }

#sec1, #sec2, #sec3, #sec4, #sec5, #map, #contact, #privacy, #works, .news_index, .news_detail, .error {
  padding: 100px 0; }
  @media (max-width: 768px) {
    #sec1, #sec2, #sec3, #sec4, #sec5, #map, #contact, #privacy, #works, .news_index, .news_detail, .error {
      padding: 12% 0; } }

.gothic {
  font-family: 'Quicksand','Yu Gothic','YuGothic'; }

.round {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700; }

.main_txt p {
  line-height: 3rem; }

.ttl_main {
  text-align: center; }
  .ttl_main h1 {
    color: #000;
    letter-spacing: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700; }
  .ttl_main .line {
    width: 80px;
    height: 5px;
    background: #ce0000;
    margin: 15px auto; }
  .ttl_main h2 {
    color: #fff;
    font-size: 38px;
    font-size: 3.8rem;
    letter-spacing: 6px; }
  .ttl_main .ic {
    width: 70px;
    margin: auto;
    margin-top: 20px; }
    .ttl_main .ic img {
      width: 100%; }
  @media (max-width: 768px) {
    .ttl_main h1 {
      font-size: 16px;
      font-size: 1.6rem; }
    .ttl_main .line {
      width: 60px;
      height: 4px;
      margin: 10px auto; }
    .ttl_main h2 {
      font-size: 22px;
      font-size: 2.2rem; }
    .ttl_main .ic {
      width: 50px;
      margin-top: 10px; } }

.btnMore {
  margin: auto; }
  .btnMore a {
    background: #fff;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    transition: .3s; }
    .btnMore a p {
      line-height: 6rem;
      margin-left: 15px;
      margin-right: 15px;
      transition: .3s; }
    .btnMore a img {
      width: 10px; }
  .btnMore a:hover {
    background: rgba(204, 204, 204, 0.5); }
    .btnMore a:hover p {
      color: #fff; }

.sub_ttl1 p {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  color: #343a40;
  line-height: 3.5rem;
  text-align: center;
  border-bottom: solid 1px #343a40;
  padding: 0 2% 1% 2%; }
@media (max-width: 768px) {
  .sub_ttl1 p {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 2.6rem; } }

.sub_ttl2 {
  margin-top: 5%; }
  .sub_ttl2 p {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    background: #343a40;
    color: #fff;
    line-height: 3rem;
    padding: 1.2% 2%; }
  @media (max-width: 768px) {
    .sub_ttl2 {
      margin-top: 5%; }
      .sub_ttl2 p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2.2rem;
        padding: 2%; } }

.sub_ttl3 {
  margin-top: 2%; }
  .sub_ttl3 p {
    color: #343a40;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.5rem;
    padding: 0 2%; }
  @media (max-width: 768px) {
    .sub_ttl3 {
      margin-top: 4%; }
      .sub_ttl3 p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 2rem; } }

.sub_txt {
  margin-top: 2%; }
  .sub_txt p {
    padding: 0 2%;
    line-height: 3rem; }
  @media (max-width: 768px) {
    .sub_txt p {
      font-size: 14px;
      font-size: 1.4rem; } }

.table {
  margin-top: 3%;
  margin-bottom: 0; }
  .table tr th, .table tr td {
    padding: 20px; }
  .table tr th {
    width: 25%;
    background: #ce0000;
    color: #fff;
    position: relative;
    border-bottom: solid 1px #fff; }
    .table tr th span {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .table tr td {
    background: #fff;
    padding: 20px 30px;
    font-weight: 700; }
  @media (max-width: 768px) {
    .table tr th, .table tr td {
      padding: 15px 10px; }
    .table tr th {
      width: 40%; }
      .table tr th span {
        width: 100%;
        text-align: center; }
    .table tr td {
      width: 60%; } }

.animated {
  -webkit-animation-duration: .2s;
  animation-delay: .2s; }

/*.sub_table{
	margin-top: 2%;
	dl{
		@include flex;
		border-bottom: solid 1px #ccc;
		dt,dd{
			line-height: 4rem;
			@include flex;
			@include flex_column;
			white-space: pre-wrap;
			@include border_inline;
			padding: .5% 2%;
		}
		dt{
			width: 30%;
			background: #ccc;
			border-bottom: solid 1px $col-wht;
			text-align: center;
		}
		dd{
			width: 70%;
			background: $col-wht;
			border-bottom: solid 1px #ccc; 
		}
		dt:last-child, dd:last-child{ border-bottom: none; }
	}
	@include pc{
		dl{
			@include fz(14);
			dt,dd{
				padding: 2%;
				line-height: 2rem;
			}
			dt{ width: 40%; }
			dd{ width: 60%; }
		}
	}
}*/
/*--------------------------------
	sec1
--------------------------------*/
#sec1 {
  background: #e8d181;
  position: relative; }
  #sec1 img {
    width: 100%; }
  #sec1 .innerMain {
    position: relative; }
  #sec1 .obj {
    width: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
  #sec1 .kumo1 {
    top: 40%;
    left: 25%; }
  #sec1 .kumo2 {
    top: 20%;
    left: 75%; }
  #sec1 .wrap {
    margin-top: 20px; }
    #sec1 .wrap h1 {
      font-size: 30px;
      font-size: 3rem;
      text-align: center;
      font-weight: 600;
      letter-spacing: 3px;
      line-height: 6rem; }
  #sec1 .side {
    position: absolute;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 1; }
    #sec1 .side img {
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit:cover'; }
  #sec1 .side_L {
    left: 0; }
  #sec1 .side_R {
    right: 0; }
  @media (max-width: 768px) {
    #sec1 .side {
      display: none; }
    #sec1 .ttl_main {
      position: relative;
      z-index: 3; }
    #sec1 .wrap h1 {
      position: relative;
      z-index: 3;
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 3.5rem; }
    #sec1 .obj {
      opacity: .5; } }

/*--------------------------------
sec2
--------------------------------*/
#sec2 {
  background: url("/img/sec2_bg.png") center center no-repeat;
  background-size: cover; }
  #sec2 .ttl_main h2 {
    color: #dfa36c; }
  #sec2 .ttl_main .line {
    background: #e3e2d6; }
  #sec2 .ttl_main .ic {
    width: 170px; }
  #sec2 .list {
    margin-top: 5%;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    #sec2 .list img {
      width: 100%; }
    #sec2 .list li {
      position: relative;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      width: calc(93% / 3);
      background: #fff;
      padding: 1.5%;
      margin-right: 3%;
      margin-bottom: 3%; }
      #sec2 .list li .photo {
        width: 100%;
        position: relative; }
        #sec2 .list li .photo .goods {
          height: 27rem;
          border: solid 1px #eee;
          object-fit: cover;
          font-family: 'object-fit:cover';
          transition: .3s; }
        #sec2 .list li .photo .obj {
          width: 40%;
          margin: -5% 30%;
          position: relative;
          z-index: 1; }
      #sec2 .list li .photo:hover .goods {
        opacity: .6; }
      #sec2 .list li .name {
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        padding: 10px 0; }
        #sec2 .list li .name p {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 2.5rem;
          font-weight: 600;
          transition: .3s; }
        #sec2 .list li .name i {
          color: #e3e2d6;
          font-size: 30px;
          font-size: 3rem;
          transition: .3s;
          margin-left: 10px; }
      #sec2 .list li .name:hover p, #sec2 .list li .name:hover i {
        color: #dfa36c; }
      #sec2 .list li .price {
        border-top: solid 3px #e3e2d6;
        font-size: 20px;
        font-size: 2rem;
        text-align: right;
        font-weight: 600;
        position: absolute;
        bottom: 4%;
        width: 90%;
        margin: auto;
        padding: 10px 0;
        letter-spacing: 3px; }
    #sec2 .list li:nth-child(3n) {
      margin-right: 0; }
  #sec2 .btn {
    background: #fff;
    width: 50%;
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    line-height: 10rem;
    border: solid 6px #dfa36c;
    box-shadow: -10px 10px #dfa36c;
    transition: .3s;
    margin-top: 3%; }
    #sec2 .btn p {
      width: 100%;
      text-align: center;
      font-weight: 700;
      font-size: 23px;
      font-size: 2.3rem;
      letter-spacing: 5px;
      transition: .3s; }
    #sec2 .btn i {
      font-size: 30px;
      font-size: 3rem;
      color: #dfa36c;
      position: absolute;
      right: 15px;
      transition: .3s; }
  #sec2 .btn:hover {
    background: #dfa36c;
    box-shadow: none;
    border-color: rgba(255, 255, 255, 0);
    transform: translateX(-10px) translateY(10px); }
    #sec2 .btn:hover p, #sec2 .btn:hover i {
      color: #fff; }
  @media (max-width: 768px) {
    #sec2 .ttl_main .ic {
      width: 100px; }
    #sec2 .list li {
      width: calc(98% / 2);
      margin-right: 2%; }
      #sec2 .list li .photo .goods {
        height: 15rem; }
      #sec2 .list li .name {
        padding: 0;
        margin-bottom: 50px; }
        #sec2 .list li .name p {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 2rem;
          letter-spacing: 0; }
        #sec2 .list li .name i {
          font-size: 20px;
          font-size: 2rem;
          margin-left: 5px; }
      #sec2 .list li .price {
        font-size: 16px;
        font-size: 1.6rem; }
    #sec2 .list li:nth-child(3n) {
      margin-right: 2%; }
    #sec2 .list li:nth-child(2n) {
      margin-right: 0; }
    #sec2 .btn {
      width: 95%;
      line-height: 5rem;
      border: solid 4px #dfa36c;
      box-shadow: -5px 5px #dfa36c; }
      #sec2 .btn p {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 3px; }
      #sec2 .btn i {
        font-size: 20px;
        font-size: 2rem; } }

/*--------------------------------
sec3 shopping guide
--------------------------------*/
#sec3 {
  background: #e3e2d6; }
  #sec3 .ttl_main .line {
    background: #fff; }
  #sec3 .ttl_main h2 {
    color: #dfa36c; }
  #sec3 .ttl_main .ic {
    width: 50px; }
  #sec3 .list {
    font-weight: middle;
    width: 80%;
    margin: auto;
    margin-top: 3%; }
    #sec3 .list img {
      width: 100%; }
    #sec3 .list dl {
      background: #fff;
      margin-bottom: 2%; }
      #sec3 .list dl dt {
        background: #ce0000;
        padding: 10px 15px;
        display: -webkit-box;
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 400;
        color: #fff;
        letter-spacing: 5px; }
        #sec3 .list dl dt .ic {
          width: 50px; }
      #sec3 .list dl dd {
        padding: 25px 20px;
        line-height: 3rem; }
        #sec3 .list dl dd span {
          font-weight: bold; }
    #sec3 .list dl:last-child {
      margin-bottom: 0; }
  @media (max-width: 768px) {
    #sec3 .ttl_main .ic {
      width: 30px; }
    #sec3 .list {
      width: 100%;
      margin-top: 5%; }
      #sec3 .list dl {
        margin-bottom: 4%; }
        #sec3 .list dl dt {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 5px 10px; }
          #sec3 .list dl dt .ic {
            width: 25px;
            margin-right: 10px; }
        #sec3 .list dl dd {
          padding: 10px 15px;
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 2.6rem; } }

/*--------------------------------
sec4 about us
--------------------------------*/
#sec4 {
  background: url("/img/sec4_bg.png") center center no-repeat;
  background-color: #e8d181;
  background-size: cover;
  position: relative; }
  #sec4 img {
    width: 100%; }
  #sec4 .ttl_main .ic {
    width: 60px; }
  #sec4 .wrap_youtube {
    width: 100%;
    margin: 5% 0; }
    #sec4 .wrap_youtube .youtube {
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      #sec4 .wrap_youtube .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
  #sec4 .wrap {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify; }
    #sec4 .wrap .photo {
      width: 40%;
      border: solid 7px #fff8e7;
      border-radius: 4px;
      box-shadow: 10px 10px #dfa36c; }
  @media (max-width: 768px) {
    #sec4 .ttl_main .ic {
      width: 40px; }
    #sec4 .wrap .inner {
      display: block;
      width: 100%; }
      #sec4 .wrap .inner .photo {
        max-width: 95%;
        margin: auto;
        height: 25rem;
        padding: 8px;
        box-shadow: 8px 8px #dfa36c; }
        #sec4 .wrap .inner .photo img {
          height: calc(25rem - 16px); }
      #sec4 .wrap .inner .ttl {
        width: 96%;
        position: static;
        transform: none;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        margin-top: 5%;
        z-index: 1; }
        #sec4 .wrap .inner .ttl .main p {
          font-size: 28px;
          font-size: 2.8rem; }
        #sec4 .wrap .inner .ttl .main img {
          width: 80px; }
        #sec4 .wrap .inner .ttl .sub {
          font-size: 18px;
          font-size: 1.8rem;
          white-space: pre-wrap;
          line-height: 2.5rem;
          margin-left: 5px; }
    #sec4 .wrap .inner1 .ttl .main {
      margin-left: 0; }
    #sec4 .wrap .inner1 .ttl .sub {
      text-align: left; }
    #sec4 .wrap .inner2 {
      margin-left: 0;
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: row-reverse;
      -ms-flex-direction: column-reverse;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse; }
      #sec4 .wrap .inner2 .ttl {
        transform: none; }
    #sec4 .obj {
      width: 95%;
      position: absolute; }
    #sec4 .kumo1 {
      top: 36%; }
    #sec4 .kumo2 {
      top: 55%; }
    #sec4 .kumo3 {
      top: 74%; } }

/*--------------------------------
sec5 company
--------------------------------*/
#sec5 {
  background: #fff8e7; }
  #sec5 .ttl_main h2 {
    color: #dfa36c; }
  #sec5 iframe {
    width: 100%;
    margin-top: 3%; }

/*--------------------------------
news index
--------------------------------*/
.news_index .sub_ttl1 {
  margin-top: 0; }
.news_index .pagenation {
  margin-top: 3%; }
.news_index .innerMain .list {
  margin-top: 3%; }
  .news_index .innerMain .list li {
    padding: 40px 0 10px 0;
    border-bottom: solid 1px #eee; }
    .news_index .innerMain .list li .day {
      width: 15%; }
    .news_index .innerMain .list li a {
      width: 85%; }
      .news_index .innerMain .list li a p {
        width: 95%;
        letter-spacing: 1.2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: .3s; }
      .news_index .innerMain .list li a i {
        width: 5%;
        text-align: right;
        font-size: 24px;
        font-size: 2.4rem;
        transition: .3s; }
    .news_index .innerMain .list li a:hover p {
      color: #ccc; }
    .news_index .innerMain .list li a:hover i {
      color: #999; }

/*--------------------------------
news detail
--------------------------------*/
.news_detail .body img {
  width: 60%;
  margin: 10px 0; }
@media (max-width: 768px) {
  .news_detail .body img {
    width: 100%; } }

/*--------------------------------
contact
--------------------------------*/
#contact {
  background: #e3e2d6; }
  #contact .ttl_main .ic {
    width: 110px; }
  #contact .ttl_main h2 {
    color: #dfa36c; }
  #contact .number {
    margin-top: 3%; }
    #contact .number h1 {
      font-size: 18px;
      font-size: 1.8rem; }
    #contact .number .line {
      height: 2px;
      background: #dfa36c;
      width: 350px;
      margin-bottom: 30px; }
    #contact .number .tel {
      font-size: 40px;
      font-size: 4rem;
      font-weight: 600;
      letter-spacing: 4px;
      text-align: center; }
  #contact .contact_form {
    width: 80%;
    margin: auto; }
    #contact .contact_form dl {
      display: -webkit-box;
      display: flex;
      display: -webkit-flex;
      display: -ms-flexbox;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      align-items: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      -webkit-box-align: center; }
      #contact .contact_form dl dt {
        width: 50%;
        padding: 2%;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: bold;
        position: relative; }
        #contact .contact_form dl dt span {
          background: #ce0000;
          color: #fff;
          font-size: 13px;
          font-size: 1.3rem;
          padding: 2px 4px;
          border-radius: 4px;
          font-weight: bold;
          position: absolute;
          right: 2%; }
      #contact .contact_form dl dd {
        width: 50%;
        padding: 2%; }
    #contact .contact_form dl:last-child {
      border-bottom: none; }
  @media (max-width: 768px) {
    #contact .ttl_main .ic {
      width: 70px; }
    #contact .number {
      margin-top: 5%; }
      #contact .number .line {
        margin-bottom: 5%;
        width: auto; }
      #contact .number .tel {
        font-size: 28px;
        font-size: 2.8rem; }
    #contact .contact_form {
      width: 100%; }
      #contact .contact_form input[type="text"],
      #contact .contact_form input[type="num"],
      #contact .contact_form input[type="post"],
      #contact .contact_form input[type="address"] {
        height: 40px; }
      #contact .contact_form dl {
        display: block;
        margin-bottom: 30px; }
        #contact .contact_form dl dt, #contact .contact_form dl dd {
          width: 100%;
          padding: 0; }
        #contact .contact_form dl dt {
          margin-bottom: 5px; } }

/*--------------------------------
works index
--------------------------------*/
#works.index .list {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3%; }
  #works.index .list li {
    position: relative;
    width: calc(94% / 4);
    transition: .3s;
    cursor: pointer;
    margin-bottom: 2%;
    margin-right: 2%; }
    #works.index .list li a {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    #works.index .list li img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      object-fit: cover;
      font-family: 'object-fit:cover';
      transition: .3s; }
  #works.index .list li:nth-child(4n) {
    margin-right: 0; }
  #works.index .list li:before {
    content: "";
    display: block;
    padding-top: 100%; }
  #works.index .list li:hover img {
    opacity: .8; }
@media (max-width: 768px) {
  #works.index .list li {
    width: 49%; }
  #works.index .list .box:nth-child(4n) {
    margin-right: 2%; }
  #works.index .list .box:nth-child(2n) {
    margin-right: 0; } }

/*--------------------------------
works detail
--------------------------------*/
#works.detail .garally {
  margin-top: 2%;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start; }
  #works.detail .garally img {
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover'; }
  #works.detail .garally .box1 {
    width: 48%; }
    #works.detail .garally .box1 .slider1 img, #works.detail .garally .box1 .slider2 img {
      height: 40rem; }
    #works.detail .garally .box1 .thumb1, #works.detail .garally .box1 .thumb2 {
      margin-top: 10px;
      cursor: pointer; }
      #works.detail .garally .box1 .thumb1 li, #works.detail .garally .box1 .thumb2 li {
        width: calc(100% / 4); }
      #works.detail .garally .box1 .thumb1 img, #works.detail .garally .box1 .thumb2 img {
        height: 10rem; }
@media (max-width: 768px) {
  #works.detail .garally {
    display: block; }
    #works.detail .garally .box1 {
      width: 100%; }
      #works.detail .garally .box1 .slider1 img, #works.detail .garally .box1 .slider2 img {
        height: 25rem; } }

/*# sourceMappingURL=style.css.map */
