@charset "utf-8";
html {}
body {
  background-color: #FFFFFF;
  min-width: 980px;
  color: #1A1A1A;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  font-family: "UD Shin Go NT Light", sans-serif;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #0099CC;
  text-decoration: underline;
}
a:active {
  color: #999999;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
#wrapper {
  overflow: hidden
}
/*--HEADER-------------*/
header {
  height: auto;
}
header .inner {
  width: 90%;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  height: 100%;
}
header a {
  text-decoration: none;
}
header h1 {
  float: left;
  font-size: 25px;
}
header h1 span {
  font-size: 17px;
  padding-right: 5px;
}
/*--NAVIGATION-------------*/
header #gnav ul {
  display: block;
  float: right;
  text-align: right;
  margin-top: 10px;
}
header #gnav ul li {
  display: inline;
  font-size: 14px;
  margin-left: 30px;
}
header #gnav ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
header #gnav ul li a:hover {
  text-decoration: none;
  color: inherit
}
header #gnav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #968C69;
  transition: .3s;
}
header #gnav ul li a:hover::after {
  width: 100%;
}
/*--MAINVIS-------------*/
#mainVis {
  height: 500px;
  position: relative;
  overflow: hidden;
}
#mainVis #copy {
  position: absolute;
  top: 140px;
  left: 40px;
  z-index: 3;
}
#mainVis .swiper-slide {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
#mainVis .swiper-slide.sl01 {
    background-image: url(../../images/mv01.jpg);
}
#mainVis .swiper-slide.sl02 {
    background-image: url(../../images/mv02.jpg);
}
#mainVis .swiper-slide.sl03 {
    background-image: url(../../images/mv03.jpg);
}


/*--CONTENTS-------------*/
#contents {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
#main_read {
  font-size: 25px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}
#contents h2 {
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  margin-top: 60px;
  margin-bottom: 30px;
}
#contents h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  color: #968C69
}
#contents h2 span::before, #contents h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 6px;
  background-color: #E8E4D5;
}
#contents h2 span::before {
  right: 100%;
}
#contents h2 span::after {
  left: 100%;
}
/*--LINEUP-------------*/
#lineup {
  text-align: center;
  font-weight: bold
}
#lineup li {
  width: 140px;
  margin-right: 28px;
  margin-bottom: 25px;
  float: left;
}
#lineup li:nth-child(6), #lineup li:nth-child(12) {
  margin-right: 0px;
}
#lineup li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
/*--FLOW-------------*/
#flow {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#flow li {
  margin-bottom: 50px;
}
#flow li .num {
  float: left;
  margin-right: 25px;
}
#flow li .ttl {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#flow li .ttl span {
  background: linear-gradient(transparent 60%, #EDE8D5 60%);
}
/*--COMAPNY-------------*/
.company {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  margin-bottom: 40px;
}
.company .txt {
  float: right;
  margin-right: 30px;
}
.company .name {
font-size: 11px;
}
.company_policy {}
.company_policy li {
  border: 1px solid #968C69;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 454px;
  float: left;
  padding: 7px 12px;
  min-height: 8em;
}
.company_policy li:nth-child(2) {
  margin-right: 0px;
}
.company_policy li:last-child {
  width: calc(100% - 26px);
  margin-right: 0px;
}
.company_policy li .ttl {
  text-align: center;
  background-color: #EDE8D5;
  padding: 2px;
  margin-bottom: 8px;
  font-weight: bold;
}
.company_policy li .fig {
  float: right;
  padding: 15px;
}
/*--FOOTER_CONTACT-------------*/
#footer_contact {
  background-color: #968C69;
  padding: 50px;
}
#footer_contact .ttl {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
}
/*--MAILFORM-------------*/
#mailformpro table {
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}
#mailformpro table th, #mailformpro table td {
  padding-bottom: 20px;
}
#mailformpro table th {
  white-space: nowrap;
  vertical-align: top;
  color: #FFF
}
#mailformpro table .form_field {
  width: calc(100% - 4px) !important;
  padding: 2px !important;
  border-radius: 4px;
  border: none
}
#mailformpro .submit_btn {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  color: #FFF;
  background-color: #362F16;
  cursor: pointer;
  outline: none;
  width: 100%;
}
#mailformpro .submit_btn:hover {
  background-color: #878787;
}
.mfp_thanks {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 200px;
}
/*--FOOTER-------------*/
footer {
  background-color: #E4E2DC;
  clear: both;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 12px;
  color: #7C7C7C
}














































@media screen and (max-width: 479px) {
html {}
body {
  background-color: #FFFFFF;
  min-width: 320px;
  color: #1A1A1A;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
a:link {
  color: #000000;
  transition: .3s;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #0099CC;
  text-decoration: underline;
}
a:active {
  color: #999999;
  text-decoration: none;
}
a.btn img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
a {
  outline: none;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}
::-webkit-selection {
  background: #000000;
  color: #FFFFFF;
}
strong {
  font-weight: bold;
}
.pc {
  display: none !important;
}
.sp {
  display: inherit !important;
}
#wrapper {
  overflow: hidden
}
/*--HEADER-------------*/
header {
  height: auto;
}
header .inner {
  width: 90%;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  height: 100%;
}
header a {
  text-decoration: none;
}
header h1 {
  float: left;
  font-size: 20px;
}
header h1 span {
  font-size: 14px;
  padding-right: 5px;
}
/*--NAVIGATION-------------*/
header #gnav{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    background-color: rgba(237,232,213,0.82);
    height: 100vh;
    z-index: 99
}
header #gnav ul {
  display: block;
  float: none;
  text-align: left;
  margin-top: 10px;
  margin-left: 20px;
  padding-top: 60px;
  white-space: nowrap;
}
header #gnav ul li {
  display: block;
  font-size: 14px;
  margin-left: 0px;
  margin-bottom: 20px;
}
header #gnav ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
header #gnav ul li a:hover {
  text-decoration: none;
  color: inherit
}
header #gnav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #968C69;
  transition: .3s;
}
header #gnav ul li a:hover::after {
  width: 100%;
}
/*--MAINVIS-------------*/
#mainVis {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#mainVis #copy {
  position: absolute;
  top: 140px;
  left: 20px;
  z-index: 3;
  display: none;
}
#mainVis .swiper-slide {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
#mainVis .swiper-slide.sl01 {
    background-image: url(../../images/mv01_sp.jpg);
}
#mainVis .swiper-slide.sl02 {
    background-image: url(../../images/mv02_sp.jpg);
}
#mainVis .swiper-slide.sl03 {
    background-image: url(../../images/mv03_sp.jpg);
}


/*--CONTENTS-------------*/
#contents {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
#main_read {
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}
#contents h2 {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
  margin-bottom: 30px;
}
#contents h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
  color: #968C69
}
#contents h2 span::before, #contents h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 5px;
  background-color: #E8E4D5;
}
#contents h2 span::before {
  right: 100%;
}
#contents h2 span::after {
  left: 100%;
}
/*--LINEUP-------------*/
#lineup {
  text-align: center;
  font-weight: bold;
  font-size: 11px;
}
#lineup li {
  width: calc(100% / 3);
  margin-right: 0px;
  margin-bottom: 25px;
  float: left;
}
#lineup li:nth-child(6), #lineup li:nth-child(12) {
  margin-right: 0px;
}
#lineup li img {
  width: 90%;
  height: auto;
  margin-bottom: 5px;
}
/*--FLOW-------------*/
#flow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}
#flow li {
  margin-bottom: 30px;
}
#flow li .num {
  float: left;
  margin-right: 25px;
  padding-bottom: 100px;
}
#flow li:first-child .num {
padding-bottom: 20px;
}
#flow li:nth-child(2) .num {
padding-bottom: 50px;
}
#flow li .num img{
width: 30px;
height: auto;
}
#flow li .ttl {
  font-size: 18px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#flow li .ttl span {
  background: linear-gradient(transparent 60%, #EDE8D5 60%);
}
/*--COMAPNY-------------*/
.company {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  margin-bottom: 40px;
}
.company .txt {
  float: none;
  margin-right: 0px;
  margin-bottom: 20px;
}
.company .ph{
text-align: center
}
.company .ph img{
width: 220px;
height: auto;
}
.company .name {
font-size: 11px;
}
.company_policy {}
.company_policy li {
  border: 1px solid #968C69;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 90%;
  float: none;
  padding: 7px 12px;
  min-height: 8em;
}
.company_policy li:nth-child(2) {
  margin-right: 0px;
}
.company_policy li:last-child {
  width: calc(90% - 0px);
  margin-right: 0px;
}
.company_policy li .ttl {
  text-align: center;
  background-color: #EDE8D5;
  padding: 2px;
  margin-bottom: 8px;
  font-weight: bold;
}
.company_policy li .fig {
  float: none;
  padding: 0px;
  margin: 5px;
}
.company_policy li .fig img{
width: 100%;
height: auto;
}

/*--FOOTER_CONTACT-------------*/
#footer_contact {
  background-color: #968C69;
  padding: 20px;
}
#footer_contact .ttl {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
/*--MAILFORM-------------*/
#mailformpro table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#mailformpro table th, 
#mailformpro table td {
  padding-bottom: 20px;
  display: block
}
#mailformpro table th {
  white-space: nowrap;
  vertical-align: top;
  color: #FFF
}
#mailformpro table .form_field {
  width: calc(100% - 4px) !important;
  padding: 2px !important;
  border-radius: 4px;
  border: none
}
#mailformpro .submit_btn {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  color: #FFF;
  background-color: #362F16;
  cursor: pointer;
  outline: none;
  width: 100%;
}
#mailformpro .submit_btn:hover {
  background-color: #878787;
}
.mfp_thanks {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
/*--FOOTER-------------*/
footer {
  background-color: #E4E2DC;
  clear: both;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 12px;
  color: #7C7C7C
}
  input {
    font-size: 16px;
  } /*フォームのフォーカスOFF*/
  /* iOSでのデフォルトスタイルをリセット */
  input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
  }
  input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
  }
  /*SP NAV*/
  #panel-btn {
    display: inline-block;
    position: fixed;
    width: 40px;
    height: 40px;
    margin: 5px 0 10px;
    border-radius: 50%;
    right: 20px;
    top: 10px;
    z-index: 9999999;
    animation-duration: 2s;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #362F16;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #362F16;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -6px;
  }
  #panel-btn-icon:after {
    margin-top: 4px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}