@charset "UTF-8";
/*===================================
  TOP
===================================*/
#top section {
  align-items: stretch;
}

#top section p, #top section dt, #top section dd {
  font-size: 20px;
  letter-spacing: -1px;
}

#top section figure img {
  display: none;
}

#top section:nth-of-type(n+2) .secName {
  margin-bottom: 70px;
}

#top section:nth-of-type(n+2) .secName h2 {
  font-size: 42px;
  writing-mode: initial;
}

#top section:nth-of-type(n+2) .secName span {
  padding-top: .5em;
  margin-right: .8em;
  font-size: 15px;
}

#top section:nth-of-type(n+2) figure, #top section:nth-of-type(n+2) .cntBox {
  width: 50%;
}

#top section:nth-of-type(n+2) .inner {
  margin: 0;
  flex-direction: column;
  align-items: stretch;
}

#top section:nth-of-type(n+2) .cntBox {
  padding-top: 100px;
  padding-bottom: 100px;
}

#top section:nth-of-type(n+2):nth-of-type(odd) .cntBox {
  padding-right: 60px;
  justify-content: flex-end;
}

#top section:nth-of-type(n+2):nth-of-type(even) .cntBox {
  justify-content: flex-start;
}

#top section:nth-of-type(n+3) .secName {
  width: 100%;
}

#top section:nth-of-type(even) {
  background: url(../img/common/bg.jpg);
  background-size: 50px;
}

#top section#sec01 {
  color: #fff;
  background: #363032;
}

#top section#sec01 .secName {
  width: 230px;
  align-items: center;
  position: relative;
}

#top section#sec01 .secName::after {
  width: 1px;
  height: 35px;
  display: block;
  margin: auto;
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

#top section#sec01 .secName h2 {
  margin-right: 1em;
  margin-bottom: .3em;
  font-size: 30px;
}

#top section#sec01 .secName span {
  font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif;
  color: #ddd;
  font-size: 15px;
  letter-spacing: 1px;
}

#top section#sec01 .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

#top section#sec01 ul {
  width: calc(100% - 600px + 185px);
  height: 98px;
  padding-left: 30px;
  overflow-y: scroll;
}

#top section#sec01 ul li {
  height: 35px;
  align-items: center;
  justify-content: flex-start;
}

#top section#sec01 ul li + li {
  margin-top: .8em;
}

#top section#sec01 ul a {
  text-decoration: underline;
  font-size: 17px;
}

#top section#sec01 ul a span {
  display: inline-block;
  padding-right: 1em;
}

#top section#sec01 div.fx03 {
  width: 185px;
}

#top section#sec01 div.fx03 a.member {
  margin-left: 20px;
}

#top section#sec01 div.fx03 a.staff {
  margin-left: 20px;
}

#top section#sec02 {
  overflow: hidden;
}

#top section#sec02 figure {
  background: url(../img/top/sec02.jpg) no-repeat;
}

#top section#sec02 .inner {
  width: 540px !important;
}

#top section#sec02 .secName {
  width: 120px;
  margin-left: 50px;
  margin-bottom: 0;
  position: relative;
}

#top section#sec02 .secName::before {
  width: 213px;
  height: 211px;
  display: block;
  content: "";
  background: url(../img/common/mark_01.png) no-repeat;
  background-position: top right;
  background-size: 213px;
  position: absolute;
  top: -68px;
}

#top section#sec02 .secName h2 {
  margin-top: .3em;
  font-size: 60px;
  letter-spacing: -2px;
  writing-mode: vertical-rl;
}

#top section#sec02 .secName span {
  padding-top: 0;
  margin-right: 0;
  margin-left: .5em;
  font-size: 30px;
}

#top section#sec02 .cntBox {
  padding-top: 133px;
  padding-bottom: 80px;
}

#top section#sec02 .cntBox .inner {
  flex-direction: row-reverse;
}

#top section#sec02 .cntBox p {
  width: 200px;
  height: 477px;
  margin-top: 1em;
  line-height: 1.8;
  letter-spacing: 1.6px;
}

#top section#sec03 figure {
  background: url(../img/top/sec03.jpg) no-repeat;
}

#top section#sec03 .inner {
  justify-content: flex-end;
  flex-direction: row-reverse;
}

#top section#sec02 .inner, #top section#sec03 .inner, #top section#sec05 .inner, #top section#sec06 .inner {
  width: 475px;
}

#top section#sec04 .secName {
  margin-bottom: 40px;
}

#top section#sec04 figure {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 100px;
  padding-right: 50px;
  padding-bottom: 100px;
}

#top section#sec04 figure ul {
  width: 500px;
  min-height: 500px;
  align-items: flex-start;
  align-content: flex-start;
}

#top section#sec04 figure li {
  width: 160px;
  height: 160px;
  border: 1px solid rgba(111, 111, 111, 0.4);
  overflow: hidden;
}

#top section#sec04 figure li a {
  display: block;
}

#top section#sec04 figure li a:hover img {
  filter: grayscale(100%);
}

#top section#sec04 figure li img {
  width: 100%;
  height: auto;
  display: block;
  transition: .4s;
}

#top section#sec04 figure li:not(:nth-of-type(3n+1)) {
  margin-left: 10px;
}

#top section#sec04 figure li:nth-of-type(n+4) {
  margin-top: 10px;
}

#top section#sec04 figure li:nth-of-type(n+10) {
  display: none;
}

#top section#sec04 .cntBox {
  width: 50%;
  align-items: flex-start;
}

#top section#sec04 .cntBox .inner {
  width: 370px;
}

#top section#sec05 figure {
  background: url(../img/top/sec05.jpg) no-repeat;
}

#top section#sec05 .btn {
  width: 300px;
  justify-content: center;
}

#top section#sec05 dl {
  align-items: flex-start;
}

#top section#sec05 dl + dl {
  margin-top: 10px;
}

#top section#sec05 dl dt {
  width: 133px;
}

#top section#sec05 dl dd {
  width: calc(100% - 133px);
  line-height: 1.5;
}

#top section#sec06 figure {
  padding-top: 100px;
  padding-right: 50px;
  padding-bottom: 100px;
  text-align: right;
  height: 826px;
}

#top section#sec06 figure img {
  width: auto;
  height: 100%;
  display: inline;
}

#top section#sec06 .btn {
  width: 300px;
  justify-content: center;
}

#top section#sec06 dl {
  align-items: flex-start;
}

#top section#sec06 dl + dl {
  margin-top: 10px;
}

#top section#sec06 dl dt {
  width: 133px;
}

#top section#sec06 dl dd {
  width: calc(100% - 133px);
  line-height: 1.5;
}

#top section#sec02 figure, #top section#sec03 figure, #top section#sec05 figure, #top section#sec06 figure {
  background-position: center;
  background-size: cover;
}

#top section .cntBox {
  align-items: center;
}

#top section .cntBox .inner {
  width: 70%;
}

/*===================================
  SUB PAGE
===================================*/
.sub section .secName h2 {
  writing-mode: lr-tb;
}

.sub#archive #SV, .sub#single #SV {
  background: url(../img/topics/sv.jpg);
}

.sub#menu #SV, .sub#menu-bn #SV {
  background: url(../img/menu/sv.jpg);
}

.sub#gallery #SV {
  background: url(../img/gallery/sv.jpg);
}

.sub#contact #SV, .sub#thanks #SV {
  background: url(../img/contact/sv.jpg);
}

.sub#access #SV {
  background: url(../img/access/sv.jpg);
}

.sub#archive #SV, .sub#single #SV, .sub#contact #SV, .sub#thanks #SV, .sub#access #SV, .sub#gallery #SV, .sub#menu #SV, .sub#menu-bn #SV {
  background-position: center;
  background-size: cover;
}

/*===================================
  menu
===================================*/
#menu .secName {
  margin-bottom: 50px;
  padding-top: 125px;
}

#menu .secName h2 {
  position: relative;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu .secName h2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 120%;
  transform: translate(-50%, -50%);
  padding-top: .6em;
  font-size: 43px;
  text-indent: -2em;
}

#menu .cntName {
  margin-bottom: 20px;
  padding-bottom: 20px;
  justify-content: space-between;
  border-bottom: 1px solid #363032;
}

#menu .cntName h3, #menu .cntName span {
  font-family: "Hiragino Mincho ProN",YuMincho,"Yu Mincho",serif;
  font-weight: 800;
  font-size: 30px;
}

#menu .cntName h3 span {
  font-size: 25px;
}

#menu .cntName > span::before {
  display: inline-block;
  font-size: 20px;
  content: "･････";
  letter-spacing: 0;
}

#menu .cr {
  font-weight: bold;
  color: #970505;
}

#menu .lead {
  margin-bottom: 35px;
  font-weight: normal;
  text-align: left;
  letter-spacing: 0;
}

#menu .cation {
  margin-top: 45px;
  padding-left: 1em;
  font-weight: bold;
  text-indent: -1em;
}

#menu section .inBox, #menu section figure {
  width: 50%;
}

#menu section + section {
  padding-top: 0;
}

#menu section dt, #menu section dd, #menu section li, #menu section p, #menu section .cation {
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

#menu section dl + dl {
  margin-top: 25px;
}

#menu section dl dt {
  font-weight: bold;
}

#menu section dl dd li {
  margin-left: 1em;
}

#menu section ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu section ol li br {
  display: none;
}

#menu section ol li span {
  font-weight: bold;
}

#menu section .menu, #menu section figure {
  width: 50%;
}

#menu section .inner > .fx {
  align-items: flex-start;
  justify-content: space-between;
}

#menu section .inner > .fx + .menu {
  margin-top: 140px;
}

#menu section .inner > .fx + .menu .cntBox + .cntBox {
  margin-top: 140px;
}

#menu section .inner > .fx + .menu .cntBox + .cntBox dl + dl {
  margin-top: 40px;
}

#menu section .inner > .fx + .menu .cntBox + .cntBox dt {
  padding-bottom: .5em;
  font-size: 20px;
}

#menu section .inner > .fx + .menu .cntBox + .cntBox dt span {
  margin-left: 1em;
}

#menu section .inner > .fx + .menu .cntBox + .cntBox dd {
  line-height: 2;
}

#menu section .menu + .menu {
  overflow: hidden;
}

#menu section .menu + .menu .cntBox {
  float: right;
}

#menu section .menu .cntBox {
  width: 525px;
}

#menu section .menu .cntBox + .cntBox {
  margin-top: 40px;
}

#menu section .menu.long {
  width: 100%;
}

#menu section .menu.long .cntBox {
  width: 100%;
}

#menu section .menu.long figure img {
  margin-top: 0;
}

#menu .region {
  margin-right: .5em;
  font-size: 12px !important;
}

#menu .price {
  font-weight: bold;
  text-align: right;
}

#menu .menuList dt {
  font-weight: normal;
}

#menu .menuList dt, #menu .menuList dd {
  line-height: 2.5;
}

#menu .cntBox + .cntBox {
  margin-top: 50px;
}

#menu .side dt {
  width: 79%;
}

#menu .side dd {
  width: 21%;
  text-align: right;
}

#menu .side dd.asort_list {
  width: 100%;
  line-height: 1.5;
  text-align: left;
}

/*===================================
  gallery
===================================*/
#gallery #sec01 {
  padding-top: 150px;
  padding-bottom: 150px;
}

#gallery #instafeed li {
  width: 265px;
  height: 265px;
  overflow: hidden;
}

#gallery #instafeed li + li:not(:nth-of-type(4n+1)) {
  margin-left: 13px;
}

#gallery #instafeed li:nth-of-type(n+5) {
  margin-top: 13px;
}

#gallery #instafeed li a {
  display: block;
  border: 2px solid #ddd;
}

#gallery #instafeed li a:hover img {
  filter: grayscale(100%);
}

#gallery #instafeed li a img {
  width: 100%;
  height: auto;
  transition: .4s;
}

/*===================================
  access
===================================*/
#access section .secName {
  margin-bottom: 20px;
}

#access section .secName h2 {
  font-weight: bold;
  font-size: 35px;
  text-align: left;
}

#access #sec01 {
  padding-top: 150px;
}

#access #sec01 dl {
  border-bottom: 1px solid;
}

#access #sec01 dl:nth-of-type(1) {
  border-top: 1px solid;
}

#access #sec01 dl dt, #access #sec01 dl dd {
  padding-top: .5em;
  padding-bottom: .8em;
  font-size: 20px;
  line-height: 1.6;
}

#access #sec01 dl dt {
  width: 220px;
  text-align: center;
}

#access #sec01 dl dd {
  width: calc(100% - 220px);
  padding-left: 50px;
  border-left: 1px solid #a5a5a8;
}

#access #map, #access #map iframe {
  width: 100%;
}

#access iframe {
  height: 400px;
}

#archive h2, #archive h3, #single h2, #single h3 {
  text-align: left;
}

#archive section .inner, #single section .inner {
  align-items: flex-start;
  justify-content: space-between;
}

#archive .cat a, #single .cat a {
  display: inline-block;
  margin-right: 5px;
  padding: .1em .5em .5em;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  line-height: 1;
  background: #960001;
}

#archive .date, #single .date {
  margin-right: 15px;
  font-size: 15px;
}

#archive .title, #single .title {
  font-weight: bold;
  font-size: 18px;
}

#archive .title:hover, #single .title:hover {
  text-decoration: underline;
}

#archive #sec01 .inner, #single #sec01 .inner {
  align-items: flex-start;
  justify-content: space-between;
}

#archive #sec01 .left, #single #sec01 .left {
  width: 800px;
}

/*=====<=====<=====<=====<=====<=====<=====
  archive
=====>=====>=====>=====>=====>=====>=====*/
#archive article {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

#archive article + article {
  margin-top: 50px;
}

#archive article .cntBox {
  width: calc(100% - 217px);
  padding-left: 0;
}

#archive article .thumbnail {
  margin-right: 30px;
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

#archive article .thumbnail img {
  width: 100%;
  height: auto;
}

#archive article .title {
  width: 100%;
  display: block;
}

#archive article .info {
  margin-bottom: .5em;
}

#archive .wp-pagenavi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  text-align: center;
}

#archive .wp-pagenavi span, #archive .wp-pagenavi a {
  width: 30px;
  height: 40px;
  display: inline-block;
  margin: 0 .2em;
  padding: .3em .5em .8em;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.9;
}

#archive .wp-pagenavi span {
  color: #fff;
  background: #363032;
}

#archive .wp-pagenavi a {
  border: transparent;
  background: #fff;
}

#archive .wp-pagenavi a.nextpostslink, #archive .wp-pagenavi a.previouspostslink {
  border: 0;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.4;
  background: none;
}

/*=====<=====<=====<=====<=====<=====<=====
  single
=====>=====>=====>=====>=====>=====>=====*/
#single #sec01 article {
  display: block;
}

#single #sec01 article header {
  margin-bottom: 1em;
  border-bottom: 1px solid;
}

#single #sec01 article header h1 {
  margin-top: 1em;
  padding-bottom: .8em;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

#single #sec01 article .content h1, #single #sec01 article .content h2, #single #sec01 article .content h3, #single #sec01 article .content h4, #single #sec01 article .content h5, #single #sec01 article .content h6 {
  font-weight: bold;
  text-align: left;
}

#single #sec01 article .content p {
  font-size: 15px;
  line-height: 2;
}

#single #sec01 article .content p + p {
  margin-top: 0;
}

#single #sec01 article .content pre {
  font-family: inherit;
  white-space: pre-wrap;
}

#single #sec01 article .content a {
  text-decoration: underline;
}

#single #sec01 article .content img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}

#single #sec01 .pagenav {
  margin-top: 100px;
}

#single #sec01 .pagenav .inner {
  width: 100%;
  align-items: center;
  justify-content: center;
}

#single #sec01 .pagenav .inner div {
  margin: 0 20px;
}

#single #sec01 .pagenav .inner div a {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

/*=====<=====<=====<=====<=====<=====<=====
  sidebar
=====>=====>=====>=====>=====>=====>=====*/
#sidebar {
  width: 250px;
}

#sidebar h3 {
  padding-bottom: .3em;
  margin-bottom: .2em;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 20px;
}

#sidebar #category li a {
  font-size: 16px;
}

#sidebar #newPosts {
  margin-top: 50px;
}

#sidebar #newPosts li .cat a, #sidebar #newPosts li .tax a {
  font-size: 12px;
}

#sidebar #newPosts li .title {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
}

#sidebar #newPosts li .title:hover {
  text-decoration: none;
}

#sidebar #newPosts li + li {
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  /*=====<=====<=====<=====<=====<=====<=====
    archive
  =====>=====>=====>=====>=====>=====>=====*/
  #archive section, #single section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #archive section .cat a, #single section .cat a {
    height: 17px;
    padding: .2em .5em .1em;
    font-size: 12px;
  }
  #archive section .date, #single section .date {
    margin-right: 10px;
    font-size: 13px;
  }
  #archive section .title, #single section .title {
    font-size: 16px;
    line-height: 1.4;
  }
  #archive #sec01 .left, #single #sec01 .left {
    width: 100%;
    padding-right: 0;
  }
  #archive article + article {
    margin-top: 50px;
  }
  #archive article .cntBox {
    width: calc(100% - 100px);
  }
  #archive article .thumbnail {
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  #archive .wp-pagenavi {
    margin-top: 50px;
  }
  #archive .wp-pagenavi span, #archive .wp-pagenavi a {
    font-size: 13px;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    single
  =====>=====>=====>=====>=====>=====>=====*/
  #single section article header h1 {
    font-size: 16px;
    text-align: left;
    line-height: 1.4;
  }
  #single section article .content h1, #single section article .content h2, #single section article .content h3, #single section article .content h4, #single section article .content h5, #single section article .content h6 {
    font-weight: bold;
    text-align: left;
    line-height: 1.78;
  }
  #single section article .content h1 {
    font-size: 22px;
  }
  #single section article .content h2 {
    font-size: 20px;
  }
  #single section article .content h3 {
    font-size: 18px;
  }
  #single section article .content h4 {
    font-size: 16px;
  }
  #single section article .content h5 {
    font-size: 15px;
  }
  #single section article .content h6 {
    font-size: 13px;
  }
  #single section article .content p {
    font-size: 12px;
  }
  #single section#sec01 .pagenav {
    margin-top: 50px;
  }
  #single section#sec01 .pagenav .inner {
    justify-content: space-between;
  }
  #single section#sec01 .pagenav .inner div {
    margin: 0;
  }
  /*=====<=====<=====<=====<=====<=====<=====
    sidebar
  =====>=====>=====>=====>=====>=====>=====*/
  #sidebar {
    width: 100%;
    margin-top: 50px;
  }
  #sidebar h3 {
    font-size: 17px;
  }
  #sidebar #category li a {
    font-size: 15px;
  }
  #sidebar #newPosts {
    margin-top: 40px;
  }
  #sidebar #newPosts li + li {
    margin-top: 1.3em;
  }
  #sidebar #newPosts li .cat a, #sidebar #newPosts li .tax a {
    font-size: 11px;
  }
  #sidebar #newPosts li .title {
    font-size: 15px;
  }
}

#sitemap section, #no_result section {
  margin-top: 82px;
  padding-top: 60px;
}

/*=====<=====<=====<=====<=====<=====<=====
  sitemap
=====>=====>=====>=====>=====>=====>=====*/
#sitemap .secName {
  width: 100%;
  margin-bottom: 50px;
}

#sitemap .secName h2 {
  font-size: 47px;
  text-align: left;
}

#sitemap section .inner {
  align-items: flex-start;
  justify-content: space-between;
}

#sitemap section ul {
  width: 48%;
}

#sitemap section ul li {
  border-top: 1px solid;
}

#sitemap section ul li:last-of-type {
  border-bottom: 1px solid;
}

#sitemap section ul li a {
  padding: .5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sitemap section ul li a::after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  content: "\f105";
  opacity: 0;
  transition: opacity .4s;
}

#sitemap section ul li a:hover::after {
  opacity: 1;
}

/*=====<=====<=====<=====<=====<=====<=====
  404
=====>=====>=====>=====>=====>=====>=====*/
#no_result h2 {
  text-align: center;
}

#no_result h3 {
  margin-bottom: 1em;
  width: 100%;
  text-align: center;
  line-height: 1.7;
}

#no_result p {
  text-align: center;
}

#no_result p a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #sitemap section, #no_result section {
    margin-top: 60px;
    padding-top: 40px;
  }
  /*=====<=====<=====<=====<=====<=====<=====
  sitemap
=====>=====>=====>=====>=====>=====>=====*/
  #sitemap .secName {
    margin-bottom: 30px;
  }
  #sitemap .secName h2 {
    font-size: 30px;
  }
  #sitemap section .inner {
    display: block;
  }
  #sitemap section ul {
    width: 100%;
  }
  #sitemap section ul + ul li:nth-of-type(1) {
    border-top: 0;
  }
  #sitemap section ul li a::after {
    opacity: 1;
  }
}

/*=====<=====<=====<=====<=====<=====<=====
  contact
=====>=====>=====>=====>=====>=====>=====*/
#contact section p, #thanks section p {
  font-size: 16px;
  text-align: center;
}

#contact .secName {
  margin-bottom: 25px;
}

#contact .secName h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
}

#contact .secName + dl dt, #contact .secName + dl dd, #contact .secName + dl dd a {
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  text-align: center;
}

#contact .secName + dl dt {
  padding-bottom: .3em;
  font-size: 15px;
}

#contact .secName + dl dd a {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.2;
}

#contact .secName + dl dd span {
  display: block;
  margin-top: .4em;
  font-weight: bold;
  font-size: 15px;
}

#contact .secName + dl dd span br {
  display: none;
}

#contact .cntBox {
  margin-top: 80px;
}

#contact form {
  width: 90%;
  margin: auto;
}

#contact form dl {
  justify-content: flex-start;
  align-items: center;
}

#contact form dl + dl {
  border-top: 1px solid;
}

#contact form dt, #contact form dd {
  padding: 1em 20px;
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-size: 13px;
}

#contact form dt {
  width: 30%;
  display: flex;
  justify-content: space-between;
}

#contact form dt span {
  width: 35px;
  display: block;
  padding: .1em;
  color: #fff;
  font-size: 10px;
  text-align: center;
  background: #27262c;
}

#contact form dd {
  width: 70%;
  font-size: 13px;
}

#contact form dd span {
  display: block;
  margin-top: .5em;
  margin-bottom: .5em;
}

#contact form dd p {
  font-size: 12px;
}

#contact form .btn {
  width: 305px;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 0;
  padding-right: 25px;
  padding-left: 40px;
  cursor: pointer;
  font-family: inherit;
  font-size: 20px;
  border: 1px solid #363032;
  transition: .4s;
}

#contact form .btn img {
  margin-bottom: -5px;
}

#contact form .btn:hover {
  padding-left: 60px;
  color: #fff;
  background: #363032;
}

#contact form .btn:hover img {
  opacity: 0;
}

#contact form .btn::after {
  display: none;
}

#contact form input, #contact form select, #contact form textarea {
  width: 100%;
  padding: .5em;
}

#contact form input {
  width: 70%;
  height: 2.5em;
}

#contact form label {
  display: block;
}

#contact form label.check {
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  font-family: YuGothic,"Yu Gothic",Meiryo,sans-serif;
  font-size: 13px;
  text-align: center;
}

#contact form label.check br {
  display: none;
}

#contact form .half {
  width: 34%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#contact form .half input {
  width: calc(100% - 3em);
}

#contact form .half + .half {
  margin-left: 2%;
}

#contact form input[type="radio"], #contact form input[type="checkbox"] {
  width: 1em;
  height: 1em;
}

#contact form textarea {
  height: 115px;
  font-family: intain;
}

#contact form p.error {
  margin-top: .5em;
  margin-bottom: .5em;
  color: #d04f4f;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}

/*============================================================================================================================================
  SP
============================================================================================================================================*/
@media screen and (max-width: 768px) {
  #contact section p, #thanks section p {
    font-size: 15px;
    text-align: left;
  }
  /*=====<=====<=====<=====<=====<=====<=====
  contact
=====>=====>=====>=====>=====>=====>=====*/
  #contact .cntBox {
    margin-top: 40px;
  }
  #contact .secName::after {
    margin: 1.5em auto 0;
  }
  #contact .secName h2 {
    font-size: 16px;
    text-align: center;
  }
  #contact .secName h2 br {
    display: none;
  }
  #contact .secName + dl dt {
    margin-bottom: .4em;
    font-size: 14px;
    letter-spacing: -.5px;
  }
  #contact .secName + dl dd a {
    font-size: 25px;
  }
  #contact .secName + dl dd span {
    font-size: 13px;
    line-height: 1.4;
  }
  #contact form {
    width: 100%;
  }
  #contact form dl {
    display: block;
  }
  #contact form dl:nth-of-type(1) {
    border-top: 1px solid;
  }
  #contact form dt, #contact form dd {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #contact form dt {
    padding-bottom: 0;
    font-weight: bold;
  }
  #contact form dt span {
    height: 20px;
  }
  #contact form dd {
    padding: .5em 0 1em;
  }
  #contact form label {
    font-size: 12px;
  }
  #contact form label.half {
    width: 100%;
  }
  #contact form label.half + .half {
    margin-top: 5px;
    margin-left: 0;
  }
  #contact form label.check {
    align-items: flex-start;
    height: auto;
    margin-top: 30px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  #contact form label.check br {
    display: block;
  }
  #contact form input {
    width: 100%;
  }
  #contact form input[name="post_num"] {
    width: 50%;
  }
  #contact form textarea, #contact form dd .pp {
    height: 100px;
  }
  #contact form .btn {
    width: 280px;
    margin-top: 35px;
    font-size: 16px;
  }
  #contact form .btn img {
    width: 17px;
  }
}
/*# sourceMappingURL=module.css.map */