@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
body {
  overflow-x: hidden;
  color: #B7B6B6;
  background: #33363A;
  font-family: harfang-pro, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
}
.fade {
  animation: fadeIn 1.7s ease 0s 1 normal;
}
.fade2 {
  animation: fadeIn 1.7s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
a {
  color: #C6EAFF;
  text-decoration: none;
  cursor: pointer !important;
}
a:hover {
  text-decoration: none;
color: #fff;
  transition: 0.1s;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
/* ヘッダー
------------------------------------------------------------*/
#mainnav a {
  color: #B7B6B6;
  font-family: harfang-pro, 'Noto Sans JP', serif;
}
/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
  line-height: 3;
}
/* 共通
------------------------------------------------------------*/
h1, h2 {
  font-family: harfang-pro, 'Noto Sans JP', serif;
  font-weight: 300;
  letter-spacing: 0.1em;
}
img {
  max-width: 100%;
  height: auto;
}
#mainImg {
  text-align: center;
  animation: fadeIn 3s;
  background-image: url(../images/mainimg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
	background-size: contain;
  width: auto;
  height: 900px;
}
section {
  clear: both;
}
section h2 {
  width: 60%;
  margin: 40px auto;
  font-size: 22px;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
}
section h2 span {
  padding-bottom: 20px;
}
.inner {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
#sec03 .inner, #sec04 .inner {}
.innerS {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 80px;
}
.en {
  font-size: 15px;
  padding: 30px 0;
  letter-spacing: 0.051em;
}
.thanks {
  text-align: center
}
.lg-download {
  display: none !important;
}
.lightgallery-default a:hover {
  opacity: 0.5;
  transition: 0.3s;
  margin-left: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.lightgallery-default2 a:hover {
  opacity: 0.5;
  transition: 0.3s;
  margin-left: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.lightgallery-default3 a:hover {
  opacity: 0.5;
  transition: 0.3s;
  margin-left: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.open {
  color: #FD6F71
}
.tc {
  text-align: center
}
.hero {
  position: relative;
  overflow: hidden;
  height: 80vh;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.slider .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: anime 24s 0s infinite;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.slider .image:nth-of-type(1) {
  background-image: url(../images/mainImg.jpg?20230520);
}
.slider .image:nth-of-type(2) {
  animation-delay: 8s;
  background-image: url(../images/mainImg2.jpg?20230520);
}
.slider .image:nth-of-type(3) {
  animation-delay: 16s;
  background-image: url(../images/mainImg3.jpg?20230520);
}
.slider .image:nth-of-type(4) {
  animation-delay: 32s;
  background-image: url(../images/mainImg4.jpg?20230520);
}

.print{
	width: 70% !important;
	float: none !important;
}
.printpicture{
	text-align: center
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}
.lh2 {
  line-height: 2
}
.pl {
  padding: 10px 30px 20px 30px;
}
.mt {
  margin-top: 50px;
}

.top_ex{
	text-align: center;
	padding: 0 20px;
	margin-bottom: 30px;
}
/* SEC02 works
------------------------------------------------------------*/
#sec02 {
  padding: 0 !important;
}
#sec02 header {
  display: none;
}
/* SEC04 
------------------------------------------------------------*/
#sec04 {
  padding-bottom: 0 !important;
  padding-top: 20px !important;
}
.article {
  clear: both;
  overflow: hidden;
  padding-bottom: 50px;
}
.article img {
  float: left;
  margin: 5px 20px 20px;
}
.article p {
  margin-bottom: 20px;
}
/* SEC05 
------------------------------------------------------------*/
#sec05 p {
  margin-bottom: 5px;
}
.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}


#subtleties_ttl h1{
	font-size: 26px;
	text-align: center;
	font-family:  harfang-pro, serif !important;
	margin-bottom: 20px;
}


.subtleties_pc{
	display: block;
	text-align: center;
}
.subtleties_sp{
	display: none;
	text-align: left;
}
/* RESPONSIVE 
------------------------------------------------------------*/
@media only screen and (min-width: 800px) {
  .works img {
    width: 230px;
    height: 230px;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
    margin-bottom: 20px;
  }
  .works a {
    display: inline-block;
    margin-right: 20px;
  }
  .works {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  body {
    font-size: 14px;
  }
  #wrapper {
    width: 100%;
	    background: #33363A;
  }
  #content {
    margin: 40px 40px 0 300px;
    font-size: 14px;
  }
  #sidebar {
    width: 12%;
    position: fixed;
    padding: 0 0 0 40px;
    top: 0;
    left: 0;
  }
  a#menu {
    display: none;
  }
  .panel {
    display: block !important;
  }
  #sidebar h1 {
    padding: 40px 0 30px 0;
    font-size: 22px;
    line-height: 1.4;
    font-family: harfang-pro, serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.1em;

  }
  #sidebar h1 a {
    color: #B7B6B6;
    text-decoration: none;
  }
  #sidebar h1 a:hover {
    margin: 0;
  }
  #mainnav li {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 300;
    letter-spacing: 0.1em
  }
  #sns {
    margin-top: 50px;
  }
  #sns li {
    display: inline-block;
    padding-right: 10px;
  }
  #sns a:hover img {
    opacity: .8;
  }
  .col4 {
    text-align: center;
  }
  .col4 li {
    display: inline-block;
    width: 18%;
    padding: 0 3%;
    vertical-align: top;
    text-align: left;
  }
  #map iframe {
    height: 200px !important;
  }
  #footer {
    padding: 30px 10px 70px 0;
    line-height: 3;
  }
}
@media only screen and (min-width: 641px) {
  .col2 li {
    width: 60%;
    vertical-align: top;
  }
  .col2 li:first-child {
    width: 35%;
    padding-right: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .works img {
    width: 100%;
    margin-bottom: 20px;
  }
  .innerS {
    width: 94%;
    padding-bottom: 30px;
  }
  #gallery li {
    float: none;
    width: 100%;
  }
  .article img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  #map iframe {
    width: 96% !important;
    left: 2%;
  }
}
@media only screen and (max-width: 799px) {
	.bird{
		margin-top: 70px;
	}
  .hero {
    height: 500px;
  }
	.works{
		text-align: center;
	}
  .works img {
    width: 43%;
    height: 170px;
    display: inline-block;
    object-fit: cover;
    object-position: 50% 50%;
    margin-bottom: 20px;
	  margin-right: 20px;
  }

  #sec04 {
    padding-bottom: 0 !important;
    padding-top: 30px !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  #content {
    font-size: 14px;
  }
  #sidebar h1 a {
    color: #B7B6B6;
    text-decoration: none;
  }
  #sidebar h1 a:hover {
    margin: 0;
  }
  #mainImg img {
    margin-top: 70px;
  }
  #sidebar {
    position: fixed;
    width: 100%;
    z-index: 500;
    top: 0;
  }
  #sidebarWrap {
    position: relative;
    width: 100%;
    height: 60px;
	  background: #33363A !important; 
  }
  #sidebar h1 {
    text-align: center;
    padding-top: 15px;
    line-height: 1.3;
  }
  #sidebar h1 img {
    width: auto !important;
    max-height: 25px;
  }
  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  #menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #B7B6B6;
    transition: .2s;
  }
  #menuBtn:before, #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #B7B6B6;
    transition: .3s;
  }
  #menuBtn:before {
    margin-top: -7px;
  }
  #menuBtn:after {
    margin-top: 5px;
  }
  a#menu .close {
    background: transparent;
  }
  a#menu .close:before, a#menu .close:after {
    margin-top: 0;
  }
  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: -10px;
    z-index: 100;
  }
  #mainnav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: right;
  }
  #mainnav ul {
    border-bottom: 1px solid #33363A;
    text-align: left;
    background: #33363A;
  }
  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #5F6368;
    color: #B7B6B6;
    font-weight: 400;
    font-size: 14px;
  }
  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #5F6368;
    border-right: solid 2px #5F6368;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #mainnav #sns li {
    display: inline-block;
  }
  #mainnav #sns li a {
    position: relative;
    display: inline-block;
    padding: 15px 10px 0;
    border: 0;
  }
  #mainnav #sns li a:before {
    border: 0;
  }
  .col4 li {
    margin: 0 auto 50px;
    display: block;
    text-align: center;
  }
  section h2 {
    margin: 55px auto 35px auto;
  }
}
form#mail_form {
  width: 100%;
  margin: 20px auto;
  padding: 10px 0;
}
form#mail_form dl {
  width:100%;
  margin: 0 auto;
  overflow: hidden;
}
form#mail_form dl dt {
  clear: both;
  width: 30%;
  float: left;
  padding: 15px 0;
  text-align: right;
  overflow: hidden;
}
form#mail_form dl dd {
  width: 65%;
  float: right;
  padding: 15px 0 ;
}
form#mail_form dl dt:first-child, form#mail_form dl dt:first-child + dd {
  border: none;
}
form#mail_form dl dt span {
  display: block;
  font-size: 85%;
  color: #9A9A9A;
}
#thxMessage {
  background-color: #fff;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: center;
}
.error {
  color: #f00;
  font-size: 90%;
  display: inline-block;
}
/* -- for JavaScript  -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
  display: inline-block;
  float: left;
  color: #ffffff;
  line-height: 1;
  padding: 8px 9px;
  border-radius: 3px;
}
form#mail_form dl dt span.required {
  background: #d9534f;
  border: 1px solid #d43f3a;
}
form#mail_form dl dt span.optional {
  background: #337ab7;
  border: 1px solid #2e6da4;
}
form#mail_form dl dd span.error_blank, form#mail_form dl dd span.error_format, form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 3px;
}
span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* -- for JavaScript  -------------------------------------------------------------------------------- */
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
  max-width: 90%;
  height: 2em;
  padding: 2px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 7px;
}
form#mail_form input[type="text"]:focus, form#mail_form input[type="email"]:focus, form#mail_form input[type="tel"]:focus, form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ccc;
}
form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 7px;
}
form#mail_form ul li:first-child input[type="radio"], form#mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}
form#mail_form select {
  font-size: 100%;
  font-family: inherit;
  margin-top: 10px;
}
form#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 80px;
  padding: 2px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}
form#mail_form ul {
  list-style-type: none;
}
form#mail_form ul li label:hover {
  cursor: pointer;
}
form#mail_form input#company {
  width: 60%;
}
form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#phone, form#mail_form input#schedule {
  width: 30%;
  margin-right: 10px;
}
form#mail_form input#mail_address, form#mail_form input#mail_address_confirm {
  width: 60%;
}
form#mail_form input#postal + a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  top: -1px;
}
form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}
form#mail_form input#address {
  width: 90%;
}
form#mail_form #form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  clear: both;
  text-align: center
}
form#mail_form input[type="submit"][disabled] {
  background-color: #eee;
  cursor: default;
  border: none;
  border: solid 1px #ccc;
  box-shadow: 0px 4px #ccc;
  color: #333;
}
form#mail_form input[type="submit"] {
  display: block;
  padding: 15px;
  width: 30%;
  vertical-align: middle;
  line-height: 1.5;
  background: #fff;
  border-radius: 3px;
  color: #262626;
  font-size: 100%;
  cursor: pointer;
}
form#mail_form input[type="submit"]:hover {
  background: #134767;
  transition: 0.3s;
  color: #fff;
}
.checkbox01-input {
  display: none;
  color: #fff;
}
.checkbox01-input:hover {
  cursor: pointer;
}
.checkbox01-parts {
  padding-left: 25px;
  position: relative;
}
.checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}
.checkbox01-input:checked + .checkbox01-parts {
  color: #40509e;
}
.checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #40509e;
  border-right: 3px solid #40509e;
}
/* -- responsive ----------------------------------------------------------------------------------------------------------------- */
/* 1000pixel start */
@media screen and (max-width: 1000px) {
  form#mail_form {
    width: 95%;
  }
  form#mail_form dl {
    overflow: visible;
  }
  form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 10px 0 5px;
    font-weight: bold;
  }
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 0px 0 13px 0px;
  }
  form#mail_form dl dt span {
    font-weight: normal;
  }
  #thxMessage {
    background-color: #fff;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
  }
  /* -- for JavaScript -------------------------------------------------------------------------------- */
  form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
    margin-right: 1em;
    margin-bottom: 2em;
  }
  /* -- for JavaScript -------------------------------------------------------------------------------- */
  form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
    margin-top: 0px;
  }
  form#mail_form input#form_submit_button {
    margin-left: 0;
  }
  form#mail_form select {
    margin-top: 0;
  }
  form#mail_form input#phone, form#mail_form input#schedule {
    width: 50%;
  }
  .error {
    color: #f00;
    display: block;
  }
  form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#phone, form#mail_form input#schedule {
    width: 60%;
    margin-right: 10px;
    margin-top: 7px;
  }
dd img{
	width: 100% !important;
	}
dt{
  float: none !important;
margin: 0 0 5px 0 !important;

}

dd{
	margin-bottom: 5px;
	margin-left: 0 !important;
}
	.subtleties_pc{
	display:none;
	text-align: center;
}
.subtleties_sp{
	display: block;
	text-align: left;
}
}

/* 1000pixel end */ ::placeholder {
  color: #ccc;
}


dt{
  float: left;
		margin-bottom: 10px;
}

dd{
	margin-bottom: 40px;
}
dd img{margin-right: 10px;}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.works a:hover{
	opacity: 0.5 !important;
	transition: 0.3s;
}
#news dt{
  float: left;
	margin-bottom: 10px;

}

#news dd{
	margin-bottom: 40px;
margin-left: 100px;
}