@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
input, textarea, select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.8;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

body {
  font-size: 20px;
  font-size: 2rem;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

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

span, strong, em, i, a {
  line-height: inherit;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  opacity: 1;
}

p {
  line-height: 2.14;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

.m_ft {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", YuMincho, "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  height: 8.6em;
  position: relative;
}

.h_logo {
  position: absolute;
  top: 1em;
}
.h_logo img{
  width: 160px;
}

.h_nav {
  text-align: right;
  position: relative;
  padding-top: 3.2em;
  width: 80%;
  margin: 0 0 0 auto;
}

.h_nav li {
  display: inline-block;
}

.h_nav li + li {
  margin-left: 5%;
}

.h_nav a {
  font-size: 1.7rem;
  font-weight: 700;
  display: block;
}

.h_nav a:hover {
  text-decoration: underline;
  opacity: 1;
}

@media all and (min-width: 768px) {
  #toggle_menu {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  #header {
    height: 6.5em;
  }
  .h_logo {
    left: 5%;
  }
  .h_logo img {
    width: 5.5em;
  }
  .h_menu {
    position: absolute;
    right: 5%;
    top: 2em;
    width: 2.9em;
    z-index: 10;
    cursor: pointer;
  }
  #toggle_menu {
    position: absolute;
    display: none;
    top: 6.5em;
    left: 0;
    /*z-index: 9;*/
    z-index: 100;
    width: 100%;
  }
  .h_nav {
    text-align: left;
    padding-top: 0;
    background: rgba(35, 23, 23, 0.8);
    width: auto;
  }
  .h_nav.b {
    background: rgba(121, 121, 121, 0.8);
    margin-top: 0;
  }
  .h_nav li {
    display: block;
    border-bottom: solid 1px #fff;
  }
  .h_nav li + li {
    margin-left: 0;
  }
  .h_nav a {
    font-size: 2rem;
    color: #fff;
    margin: 0 7.8125%;
    padding: 1em 0 .6em;
  }
}

.f_contact {
  text-align: center;
  max-width: 1300px;
  margin: 3.5em auto 1em;
  overflow: hidden;
}

.f_contact dt {
  position: relative;
  margin-bottom: 1.2em;
}

.f_contact dt:before {
  content: '';
  width: 100%;
  position: absolute;
  border-bottom: solid 1px #ccc;
  left: 0;
  top: 50%;
  z-index: -1;
}

.f_contact dt span {
  font-size: 2.4rem;
  background: #fff;
  padding: 0 1em;
}
.f_logo img{
  width: 230px;
}

.f_tel {
  margin-bottom: .5em;
}

.f_tel em {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 4.8rem;
  font-weight: 800;
  vertical-align: middle;
}
.f_tel strong{
  font-size: 4.3rem;
}

.f_tel span {
  vertical-align: -20%;
  margin-left: 1em;
}

.f_sns {
  margin-bottom: 1em;
}

.f_sns li {
  display: inline-block;
  margin: 0 .4em;
}

.f_link li {
  display: inline-block;
  /*font-size: 1.2rem;*/
  line-height: 1;
  /*border-right: solid 1px #231717;*/
  padding: 0 1em 0 .5em;
}

.f_link li:first-child {
  /*border-left: solid 1px #231717;*/
  padding-left: 1em;
}

@media all and (max-width: 767px) {
  .f_contact {
    margin: 3em auto 1em;
  }
  .f_contact dt {
    margin-bottom: 1.2em;
  }
  .f_contact dt span {
    font-size: 1.9rem;
  }
  .f_logo img {
    width: 9em;
  }
  .f_tel {
    margin-bottom: 1.8em;
    line-height: 1.5;
  }
  .f_tel strong{
    font-size: 3.5rem;
  }
  .f_tel em {
    font-size: 3.7rem;
    display: block;
  }
  .f_tel span {
    margin-left: 0;
    display: block;
    font-size: 1.6rem;
  }
  .f_tel .tel-link {
    font-size: 3.7rem;
  }
  .f_sns {
    margin-bottom: 1.5em;
  }
  .f_sns li {
    margin: 0 .5em;
  }
  .f_sns img {
    width: 2.5em;
  }
}

.f_access {
  background: #231717;
  color: #fff;
  height: 14.65em;
  padding: 2.4em 0;
}

.f_access dl {
  position: relative;
}

.f_access dl > * {
  padding-left: 50%;
}

.f_access dt {
  font-size: 3rem;
}

.f_access img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -17.7em;
}

.f_access p {
  font-size: 1.8rem;
}

@media all and (max-width: 767px) {
  .f_access {
    height: auto;
    padding: 1em 0 1.8em;
  }
  .f_access dl {
    margin: 0 -4.5%;
  }
  .f_access dl > * {
    padding-left: 0;
  }
  .f_access dt {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: .7em;
  }
  .f_access img {
    position: static;
    float: left;
    width: 50%;
    margin-left: 0;
  }
  .f_access p {
    font-size: 1.6rem;
    float: right;
    white-space: nowrap;
    width: 46%;
    padding-top: .6em;
  }
}

#footer {
  background: #333232;
}

.f_nav {
  text-align: center;
  padding: 1.4em 0 .6em;
}

.f_nav li {
  display: inline-block;
}

.f_nav li + li {
  margin-left: 2.4em;
}

.f_nav a {
  display: block;
  color: #d2cdcd;
  font-size: 1.7rem;
  font-weight: 600;
}

.f_nav.b {
  padding: 0 0 1.4em;
}

.f_nav.b li + li {
  margin-left: .7em;
}

.f_nav.b a {
  font-size: 1.35rem;
}

.f_map > div {
  position: relative;
  height: 0;
  padding-top: 520px;
  overflow: hidden;
}

.f_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.f_map_pc{
  margin: 0 5%;
}
.f_map_sp{
  display: none;
}
@media screen and (max-width: 640px){
  .f_map_pc{
    display: none;
  }
  .f_map_sp{
    display: block;
  }
}

.f_copy {
  background: #231717;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 1.5em 0 1.3em;
}

#gototop {
  background: #cccccc;
  text-align: center;
}
#gototop a {
  display: block;
  padding: 1.2em 0;
}
#gototop a img {
  width: 2.5em;
}
#gototop a span {
  font-size: 2.4rem;
  display: block;
}

@media all and (max-width: 767px) {
  #footer {
    background: #333232;
  }
  .f_nav {
    text-align: center;
    padding: 1.4em 0 .6em;
    text-align: center;
  }
  .f_nav li {
    /*display: inline-block;*/
    display: block;
  }
  .f_nav li + li {
    /*margin-left: 2.4em;*/
    margin-left: 0em;
  }
  .f_nav a {
    display: block;
    color: #d2cdcd;
    font-size: 2.2rem;
    font-weight: 600;
  }
  .f_nav.b {
    padding: 0 0 1.4em;
  }
  .f_nav.b li + li {
    margin-left: .7em;
  }
  .f_nav.b a {
    font-size: 2rem;
  }
  .f_map > div {
    padding-top: 50%;
  }
  .f_copy {
    background: #fff;
    color: #000;
    font-size: 1.6rem;
  }
  
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_center {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c_center > span {
  display: table;
  width: 100%;
  height: 100%;
}
.c_center > span i{
  font-style: normal;
  letter-spacing: 6px;
}
.c_center > span em{
  display: block;
  font-size: 1.8rem;
  margin-top: -18px;
}
.c_center > span strong{
  display: block;
  font-size: 2.4rem;
  background-color: rgba(0,0,0,.8);
  color: #fff;
  width: 28%;
  margin: 0 auto;
  margin-top: 10px;
}

.c_center > span > span {
  display: table-cell;
  vertical-align: middle;
}

.ft_v {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ft_v span {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  line-height: 1;
}

.c_list {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: calc(100vw * 22 / 480);
}

.c_list li {
  flex-basis: 30%;
}

.c_anchor {
  padding-top: 4.5em;
  margin-top: -4.5em;
}

@media all and (max-width: 767px) {
  .c_anchor {
    padding-top: 5em;
    margin-top: -5em;
  }
  .c_center > span em{
    font-size: 2rem;
  }
  .c_center > span strong{
    width: 70%;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  margin-bottom: 2.5em;
}

.top_main img {
  display: block;
  width: 100%;
}

@media all and (max-width: 767px) {
  .top_main {
    margin-bottom: 1em;
  }
}

.top_info {
  margin-bottom: 1.5em;
}

.top_info .ttl {
  font-size: 3rem;
  margin-bottom: .3em;
}

.top_info .btn {
  position: absolute;
  right: 2.5%;
  top: 1em;
}

.top_info .btn a {
  background: #c1c1c1;
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  padding: .2em 3em .1em;
}

.top_info > div {
  width: 50%;
  padding: 0 2.5%;
  position: relative;
}

.top_info li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 7em;
  margin-bottom: .7em;
}

.top_info li span {
  position: absolute;
  left: 0;
}

.top_info li a {
  display: block;
}

.top_info li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.top_info li a:hover span {
  text-decoration: underline;
}

@media all and (max-width: 767px) {
  .top_info {
    margin-bottom: 1em;
  }
  .top_info.pc .u_right {
    display: none;
  }
  .top_info.sp .u_left {
    display: none;
  }
  .top_info .ttl {
    text-align: center;
    font-size: 3.7rem;
    margin-bottom: .3em;
  }
  .top_info .btn {
    position: static;
    text-align: center;
    margin-top: 2em;
  }
  .top_info .btn a {
    background: #000;
    font-size: 2.3rem;
  }
  .top_info > div {
    padding: 0;
  }
}

.top_message {
  max-width: 1285px;
  margin: 0 auto 1em;
}

.top_message .ttl {
  font-size: 6rem;
  margin-bottom: -.58em;
  position: relative;
  z-index: 1;
}

.top_message a {
  display: block;
}

.top_message figcaption {
  font-size: 2.0rem;
}

.top_message figure {
  position: relative;
}

.top_message figure img {
  width: 100%;
}

.top_message .catch {
  position: absolute;
  bottom: 3em;
  left: 64%;
  z-index: 1;
  width: 32%;
}

.top_ttl {
  text-align: center;
  font-size: 3.6rem;
  margin-bottom: .8em;
}

@media all and (max-width: 767px) {
  .top_message .ttl {
    font-size: 4.6rem;
  }
  .top_message .catch {
    left: auto;
    right: 7.8125%;
    width: 54%;
  }
}

.top_service {
  margin-bottom: 2.5em;
}

.top_service ul {
  margin-left: -5%;
}

.top_service li {
  float: left;
  width: 33.3%;
  padding-left: 5%;
}

.top_service a {
  display: block;
  position: relative;
}

.top_service img {
  display: block;
  width: 100%;
}

.top_service p {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
}

.top_service p em {
  display: block;
}

@media all and (max-width: 767px) {
  .top_service {
    margin-bottom: 2.5em;
  }
  .top_service ul {
    margin-left: 0;
  }
  .top_service li {
    float: none;
    width: auto;
    padding-left: 0;
    margin-bottom: .5em;
  }
}

.top_company {
  max-width: 1285px;
  margin: 0 auto 2.5em;
}

@media all and (max-width: 767px) {
  .top_company {
    margin: 0 7.8125% 2.5em;
  }
}

.top_link {
  position: relative;
}

.top_link img {
  width: 100%;
  display: block;
}

.top_link p {
  text-align: center;
  position: absolute;
  width: 100%;
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
}

.top_link a {
  display: block;
}

.top_works {
  margin-bottom: 4em;
  overflow: hidden;
}

.top_works .slide {
  position: relative;
  margin-bottom: 2.5em;
}

.top_works li {
  padding: 0 .625em;
}

.top_works li .img {
  width: 17.5em;
  height: 12.5em;
  background: no-repeat center center;
  background-size: cover;
}

.top_works li a {
  display: block;
}

.top_works figcaption {
  font-size: 1.4rem;
  margin-top: .8em;
}

.top_works .bx-prev {
  left: -2em;
  background: url(../img/icn_prev01.png) no-repeat center center;
  background-size: contain;
}

.top_works .bx-next {
  right: -2em;
  background: url(../img/icn_next01.png) no-repeat center center;
  background-size: contain;
}

.top_works .bx-controls-direction a {
  position: absolute;
  top: 6em;
  width: .65em;
  height: 1.05em;
  z-index: 99;
  color: transparent;
  background-size: contain;
}

.top_works .btn {
  text-align: center;
}

.top_works .btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: .5em 6em;
}

@media all and (min-width: 768px) {
  .top_works li {
    width: 18.75em !important;
    padding: 0 .625em;
  }
}

@media all and (max-width: 1200px) {
  .top_works .bx-prev {
    left: -1em;
  }
  .top_works .bx-next {
    right: -1em;
  }
}

@media all and (max-width: 1140px) {
  .top_works .u_inner {
    padding: 0;
    margin: 0 !important;
  }
  .top_works .slide {
    overflow: hidden;
  }
  .top_works .bx-prev {
    left: 1em;
    background-image: url(../img/icn_prev01_sp.png);
  }
  .top_works .bx-next {
    right: 1em;
    background-image: url(../img/icn_next01_sp.png);
  }
  .top_works .bx-controls-direction a {
    width: 1em;
    height: 2em;
    top: 5.5em;
  }
  .top_works .bx-viewport {
    overflow: visible !important;
    left: 50%;
    margin-left: -27.5em;
  }
}

@media all and (max-width: 767px) {
  .top_works {
    margin-bottom: 3em;
  }
  .top_works .slide {
    margin-bottom: 2em;
  }
  .top_works .u_inner {
    margin: 0;
  }
  .top_works li {
    width: 18em !important;
    padding: 1.5em .5em;
  }
  .top_works li.current {
    width: 22.25em !important;
    padding: 0 .5em;
  }
  .top_works li.current .img {
    width: 21.25em;
    height: 14.875em;
  }
  .top_works li .img {
    width: 17em;
    height: 11.9em;
  }
  .top_works .bx-prev {
    left: 50%;
    margin-left: -10em;
  }
  .top_works .bx-next {
    right: 50%;
    margin-right: -10em;
  }
  .top_works .bx-controls-direction a {
    width: 1em;
    height: 100%;
    top: 0;
  }
  .top_works .bx-viewport {
    overflow: visible !important;
    left: 50%;
    margin-left: -11.125em;
  }
  .top_works figcaption {
    display: none;
  }
  .top_works .btn a {
    background: #000;
    font-size: 2.3rem;
    padding: .2em 3em .1em;
  }
}

.top_about {
  margin: 3em 0;
}

.top_about ul {
  margin-left: -3%;
}

.top_about li {
  padding-left: 3%;
  width: 25%;
  /*width: 33%;*/
  float: left;
}

.top_about a {
  display: block;
  border: solid 1px #ccc;
  text-align: center;
  position: relative;
  font-weight: 500;
  font-size: 3rem;
  padding: .6em 0 .5em;
}

.top_about a:before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: 2px;
  border-style: solid;
  border-width: 0 0 .6em .6em;
  border-color: transparent transparent #000 transparent;
}

@media all and (max-width: 767px) {
  .top_about {
    margin: 2em 0;
  }
  .top_about ul {
    margin-left: -3%;
  }
  .top_about li {
    /*width: 50%;*/
    width: 100%;
    margin-bottom: 3%;
  }
  .top_about a {
    font-size: 2.8rem;
    padding: .6em 0 .5em;
  }
}

.top_other {
  margin-bottom: 2.5em;
}

.top_other ul {
  margin-left: -5%;
}

.top_other li {
  float: left;
  width: 33.3%;
  padding-left: 5%;
}

.top_other a {
  display: block;
  position: relative;
}

.top_other img {
  display: block;
  width: 100%;
}

.top_other p {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
}

.top_other p em {
  display: block;
}

@media all and (max-width: 767px) {
  .top_other {
    margin: 3em 0 2.5em;
  }
  .top_other p {
    font-size: 1.6rem;
  }
}

.low {
  margin-top: 1em;
}

.low_ttl {
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}

.low_ttl2 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .1em;
  margin: 2em 0 1em;
}

.c_btn {
  text-align: center;
}

.c_btn a, .c_btn input {
  display: inline-block;
  background: #c1c1c1;
  color: #fff;
  padding: .5em 6em;
}

.low_txt {
  font-size: 1.4rem;
  margin: 0 2em;
  letter-spacing: .1em;
  line-height: 2.14;
}

@media all and (max-width: 767px) {
  .c_btn a {
    background: #000;
    font-size: 2.3rem;
    padding: .2em 3em .1em;
  }
  .low_txt {
    margin: 0;
  }
  .low_txt br {
    display: none;
  }
}

.work {
  margin-bottom: 15em;
}

.work .low_ttl {
  margin-bottom: .8em;
}

.work p {
  font-size: 1.7rem;
  letter-spacing: .1em;
  line-height: 2.14;
}

.work_main {
  max-width: 1280px;
  margin: 3em auto 0;
}

.work_slide .img {
  background: no-repeat center center;
  background-size: contain;
  padding-top: 64.6875%;
}

.work_slide li {
  text-align: center;
}

.work_slide li img{
  height: 600px;
  object-fit: contain;
}

@media screen and (max-width: 640px){
  .work_slide li img{
    height: 200px;
  }
}

.work_thumb {
  margin-top: 1.5em;
  text-align: center;
}

.work_thumb li {
  display: inline-block;
  width: 6em;
}

.work_thumb a {
  display: block;
  background: no-repeat center center;
  background-size: cover;
  padding-top: 64.6875%;
}

@media all and (max-width: 767px) {
  .work {
    margin-bottom: 5em;
  }
  .work_thumb li {
    width: 6.5em;
  }
}

.serv_body {
  margin-bottom: 11em;
}

.serv_body p {
  font-size: 1.5rem;
  margin: 0 2em 2.5em;
  line-height: 2.4;
  letter-spacing: .1em;
}

.serv_main {
  max-width: 1300px;
  margin: -1.5em auto 4em;
  position: relative;
}

.serv_main img {
  width: 100%;
  display: block;
}

.serv_main .bx-pager {
  position: absolute;
  bottom: .5em;
  width: 100%;
  z-index: 101;
  text-align: center;
}

.serv_main .bx-pager a {
  display: inline-block;
  color: transparent;
  width: .7em;
  height: .7em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.serv_main .bx-pager a:hover {
  background: #fff;
}

.serv_main .bx-pager a.active {
  background: #fff;
}

.serv_main .bx-pager-item {
  display: inline-block;
  padding: 0 .4em;
}

.serv_ttl {
  position: relative;
  font-size: 3rem;
  padding-left: 1em;
  margin: 2.5em 0 1.3em;
}

/*.serv_ttl:before {
  content: '';
  position: absolute;
  left: -.6em;
  background: url(../img/icn_slash.png) no-repeat center center;
  width: 1.2em;
  height: 100%;
}*/

.serv_msg figure {
  float: right;
  text-align: center;
  margin-left: 4em;
}

.serv_msg figcaption {
  font-size: 1.1rem;
  letter-spacing: .1em;
}

/*-------------------------------------------
  newmessage adds3
--------------------------------------------*/
.me_wrap {
  margin-bottom: 5em;
}
.u_inner .me_wrap:last-child{
  margin-bottom: 8em;
}
.desi_c .me_wrap{
  margin-bottom: 3em;
}
.desi_c .desi_dw:last-child{
  margin-bottom: 7em;
}
.me_mds {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.desi_c .me_wrap .me_mds{
  margin-bottom: 10px;
}
.me_mds span{
  position: relative;
  left: -8px;
}
strong.zene{
  background-color: #ffe81d;
  padding: 2px;
  font-weight: normal;
}
.me_wrap p , .me_name{
  font-size: 1.4rem;
}
.me_name{
  /*text-align: right;*/
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.6rem;
}

.desi_mat{
  font-size: 1.5rem;
  font-weight: bold;
  border: 1px solid #000;
  padding: 25px;
}
.ko_wrap {
  margin-top: 6em;
}
.ko_mds {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.ko_wrap p{
  font-size: 1.4rem;
}

.desi_dw {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}
.desi_icon{
  padding: 0 2.5em 0px 2em;
  height: 100%;
}
.desi_greek {
  position: relative;
  top: 2em;
  font-size: 1.4rem;
  line-height: 2;
}


@media all and (max-width: 767px) {
  .serv_body {
    margin-bottom: 5em;
  }
  .serv_body p {
    margin: 0 auto 2.5em;
  }
  .serv_body p br {
    display: none;
  }
  .serv_msg {
    padding-right: 0;
  }
  .serv_msg figure {
    float: none;
    margin: 2em auto;
    width: auto;
  }
  .serv_msg figcaption {
    font-size: 1.2rem;
  }
  
  .me_wrap p , .me_name{
    font-size: 1.6rem;
  }
  .desi_mat{
    font-size: 1.7rem;
  }
  .desi_dw{
    display: block;
  }
  .desi_dw img{
    width: 100%;
    /*height: auto;*/
  }
  .desi_no{
    display: block;
    width: 80% !important;
    margin: 0 auto;
  }
  .desi_icon{
    display: block;
    padding: 0;
    width: 60% !important;
    margin: 0 auto;
  }
  .desi_greek{
    font-size: 1.8rem;
    top: 1em;
  }
}

.serv_dms {
  background: #ebebea;
  max-width: 1280px;
  margin: -17em auto 0;
}

.serv_dms dl {
  padding: 1.5em 1.5em;
}

.serv_dms dt {
  font-size: 1.5rem;
  letter-spacing: .1em;
  margin-bottom: 1.5em;
}

.serv_dms dd img {
  float: left;
  margin-right: 1.5em;
}

.serv_dms dd p {
  font-size: 1.3rem;
  line-height: 1.84;
}

.serv_dms dd p + p {
  margin-top: 2em;
}

.serv_tokyo img {
  display: block;
  margin: 5em auto 2.5em;
}

.serv_tokyo p {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: .1em;
  margin-bottom: 2em;
}

.serv_rental {
  margin: 4em 0 9em;
}

.serv_rental > dt {
  font-size: 2.4rem;
  letter-spacing: .1em;
  font-weight: 500;
  margin-bottom: 1em;
}

.serv_rental > dd {
  margin: 0 1.5em 3.5em;
}

.serv_rental .case {
  max-width: 870px;
}

.serv_rental .case p {
  margin: 0 0 .5em;
}

.serv_rental .slide {
  float: left;
  width: 65%;
  margin-bottom: 1.5em;
}

.serv_rental .slide .img {
  background: no-repeat center center;
  background-size: contain;
  padding-top: 66.78%;
}

.serv_rental .thumb {
  float: right;
  width: 32.3%;
}

.serv_rental .thumb li {
  float: left;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.serv_rental .thumb a {
  display: block;
  background: no-repeat center center;
  background-size: cover;
  padding-top: 66.78%;
}

.serv_rental p {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: .1em;
}

.serv_rental .spec dt, .serv_rental .spec dd {
  font-size: 1.4rem;
  line-height: 2.14;
  letter-spacing: .1em;
}

.serv_rental .spec dd {
  margin-bottom: 2em;
}

.serv_rental .link {
  border: solid 1px #000;
  padding: 1em 1.8em;
  margin-bottom: 4em;
}

.serv_rental .link a {
  font-size: 1.4rem;
  letter-spacing: .1em;
  font-weight: bold;
  display: block;
}

@media all and (max-width: 767px) {
  .serv_dms {
    margin: -2em auto 0;
  }
  .serv_dms dl {
    padding: 1.5em 0;
  }
  .serv_dms dd img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .serv_rental {
    margin: 4em 0 5em;
  }
  .serv_rental > dd {
    margin: 0 0 3.5em;
  }
}

/*-------------------------------------------
  spec
--------------------------------------------*/
.spec_ul li{
  float: left;
  width: 30%;
}
.spec_ul li:nth-child(3n+2){
  margin-left: 5%;
  margin-right: 5%;
}
.spe_no {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

.spe_ttl {
  text-align: center;
  font-size: 2.3rem;
  margin-top: -10px;
  /*font-weight: bold;*/
}
.spe_photo{
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 250px;
    margin: 15px 0;
}
.spe_greek {
  font-size: 1.4rem;
  line-height: 1.9;
}

@media (max-width: 767px){
  .spec_ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  .spec_ul li:nth-child(3n+2){
    margin: 30px 0;
  }
  .spe_no{
    font-size: 3.5rem;
  }
  .spe_ttl{
    font-size: 2.7rem;
    margin-top: -5px;
  }
  .spe_photo{
    height: 0;
    padding-top: 75%;
  }
  .spe_greek{
    font-size: 1.9rem;
  }
}

/*-------------------------------------------
  company
--------------------------------------------*/
.company {
  margin-bottom: 8em;
}

.company table {
  width: 100%;
  margin-top: -1em;
}

.company tr > * {
  font-size: 1.4rem;
  padding: 2em;
  letter-spacing: .1em;
}

.company tr:nth-child(even) {
  background: #f3f3f3;
}

.company th {
  text-align: left;
  font-weight: bold;
  width: 9.5em;
}

@media all and (max-width: 767px) {
  .company {
    margin-bottom: 5em;
  }
  .company tr > * {
    padding: .6em;
    float: left;
    width: 100%;
  }
  .company tr:nth-child(even) {
    background: #fff;
  }
  .company th {
    text-align: center;
    background: #f3f3f3;
  }
}

.com_history li {
  position: relative;
  font-size: 1.4rem;
  padding-left: 5em;
  margin-left: 2em;
  line-height: 2.14;
  letter-spacing: .1em;
}

.com_history li span {
  position: absolute;
  left: 0;
}

.com_books p {
  font-size: 1.4rem;
  margin-left: 2em;
  line-height: 2.14;
  letter-spacing: .1em;
}

.com_privacy p {
  font-size: 1.4rem;
  margin-left: 2em;
  line-height: 2.14;
  letter-spacing: .1em;
  max-width: 900px;
}

.com_privacy figure {
  margin-top: 1.5em;
}

.com_privacy figcaption {
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 2em;
  margin-bottom: 1em;
}

.com_privacy dl {
  font-size: 1.2rem;
  background: #f3f3f3;
  padding: 4em 3em 3em;
}

.com_privacy dd {
  margin-bottom: 1.5em;
}

@media all and (max-width: 767px) {
  .com_history li {
    margin-left: 0;
  }
  .com_books p {
    margin-left: 0;
  }
  .com_privacy p {
    margin-left: 0;
  }
  .com_privacy figcaption {
    margin-left: 1em;
  }
  .com_privacy dl {
    padding: 2em 1.5em 1em;
  }
}

.contact_txt {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 2em;
  border: solid 1px #000;
  padding: 2em;
  line-height: 2.14;
  max-width: 890px;
}

.contact {
  margin-bottom: 8em;
}
.contact_main .contact{
  margin-bottom: 0;
}

.contact table {
  width: 100%;
  margin: 5em 0 4em;
}

.contact tr > * {
  font-size: 1.4rem;
  padding: 2em;
  letter-spacing: .1em;
}

.contact tr:nth-child(odd) {
  background: #f3f3f3;
}

.contact th {
  text-align: left;
  font-weight: bold;
  width: 14em;
  vertical-align: top;
}

.contact th span {
  color: #a7a6a6;
  font-size: 1.1rem;
}

.contact td input[type="text"], .contact td input[type="tel"], .contact td input[type="email"], .contact td textarea {
  width: 50%;
  padding: .5em 1em;
  border: solid 1px #000;
}

.contact td textarea {
  width: 100%;
  height: 15em;
}

.contact td.full input[type="text"], .contact td.full input[type="tel"], .contact td.full input[type="email"] {
  width: 100%;
}

.contact td label {
  display: block;
}

.contact td label input {
  margin-right: 1em;
}

.contact .policy {
  text-align: center;
  font-size: 1.4rem;
  margin: 3em 0 4.5em;
  letter-spacing: .1em;
}

.contact .policy input {
  margin-right: 1em;
}

@media all and (max-width: 767px) {
  .contact_txt {
    margin: 2em 0;
    padding: 1em;
  }
  .contact {
    margin-bottom: 5em;
  }
  .contact tr > * {
    padding: .6em;
    float: left;
    width: 100%;
  }
  .contact tr:nth-child(odd) {
    background: #fff;
  }
  .contact th {
    text-align: center;
    background: #f3f3f3;
  }
  .contact td input[type="text"], .contact td input[type="tel"], .contact td input[type="email"], .contact td textarea {
    width: 100%;
  }
  .contact td label {
    text-align: center;
    display: inline-block;
  }
}

/*-------------------------------------------
  faq
--------------------------------------------*/
.faq {
  margin-bottom: 8em;
}
#faq_main .faq{
  margin-bottom: 5em;
}

.faq dl {
  max-width: 950px;
  letter-spacing: .1em;
}

.faq dt {
  font-size: 1.4rem;
  font-weight: bold;
  border: solid 1px #000;
  max-width: 900px;
  padding: 3em 2em;
}

.faq dd {
  font-size: 1.4rem;
  padding: 2.5em 1.5em 6em;
  line-height: 2.14;
}

/*New*/
.nqa_wrap {
  margin: 0 auto;
  max-width: 600px;
}
.nqq_area {
  background: url(../img/border.gif) no-repeat bottom center;
  padding-bottom: 50px;
  margin-bottom: 60px;
  position: relative;
}
.nqa_l {
  width: 33%;
}
.nqa_r {
  width: 62%;
}
.nqa_r h3{
  font-size: 1.7rem;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
}
.nqa_r p{
  font-size: 1.3rem;
}
.nqa_qq {
  font-size: 1.6rem;
  padding: 5px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}


@media all and (max-width: 767px) {
  .faq {
    margin-bottom: 5em;
  }
  .faq dt {
    padding: 2em 1.5em;
  }
  .faq dd {
    padding: 1.5em 1em 4em;
  }

  .nqa_l , .nqa_r{
    width: 100%;
  }
  .nqa_r{
    margin-top: 10px;
  }
  .nqa_qq , .nqa_r h3{
    font-size: 2rem;
  }
  .nqa_r p{
    font-size: 1.6rem;
  }
  .nqq_area {
      padding-bottom: 30px;
      margin-bottom: 40px;
  }
}

/*-------------------------------------------
  recruit
--------------------------------------------*/
.recruit {
  margin-bottom: 13em;
}

.recruit table {
  width: 100%;
  margin: 4em 0 5em;
}

.recruit caption {
  text-align: left;
  font-size: 1.8rem;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.recruit tr > * {
  font-size: 1.4rem;
  padding: 2em;
  letter-spacing: .1em;
}

.recruit tr:nth-child(even) {
  background: #f3f3f3;
}

.recruit th {
  text-align: left;
  font-weight: bold;
  width: 14em;
}

@media all and (max-width: 767px) {
  .recruit {
    margin-bottom: 5em;
  }
  .recruit table {
    margin: 2em 0;
  }
  .recruit caption {
    text-align: center;
    margin-left: 0;
  }
  .recruit tr > * {
    padding: .6em;
    float: left;
    width: 100%;
  }
  .recruit tr:nth-child(even) {
    background: #fff;
  }
  .recruit th {
    text-align: center;
    background: #f3f3f3;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_visible_sp {
  display: none;
}

.u_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1em;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .u_visible_sp {
    display: inherit;
    margin-top: 10px;
  }
  .body_kaso .u_visible_sp{
    margin-top: 0;
  }
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 7.8125%;
    padding: 0;
  }
  .u_left {
    float: none;
    width: auto !important;
  }
  .u_right {
    float: none;
    width: auto !important;
  }
}


/*--------------------------------------------------------------
  追加
--------------------------------------------------------------*/

.fl {float: left; }
.fr {float: right; }
.clfix:after {
  height: 0; visibility: hidden;
  content: "."; display: block; clear: both; }

.pc{
    display: block;
}
.sp{
    display: none;
}
@media (max-width: 640px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

/*--nolink--*/
.nolink{
  pointer-events:none;
  display: block;
}
.nolink2{
  pointer-events:none;
}
@media (max-width: 640px){
  .nolink , .nolink2{
    pointer-events:auto;
  }
}

.flow_box30{
  width: 1px;
  height: 30px;
}
.flow_box40{
  width: 1px;
  height: 40px;
}
.flow_box50{
  width: 1px;
  height: 50px;
}
.flow_box60{
  width: 1px;
  height: 60px;
}
.flow_box70{
  width: 1px;
  height: 70px;
}
.flow_box80{
  width: 1px;
  height: 80px;
}
.flow_box100{
  width: 1px;
  height: 100px;
}
.flow_box150{
  width: 1px;
  height: 150px;
}

@media (max-width: 640px){
	.flow_box30{
	  height: 15px;
	}
	.flow_box40{
	  height: 20px;
	}
	.flow_box50{
	  height: 25px;
	}
	.flow_box60{
	  height: 30px;
	}
	.flow_box70{
	  height: 35px;
	}
	.flow_box80{
	  height: 40px;
	}
	.flow_box100{
	  height: 50px;
	}
	.flow_box150{
	  height: 75px;
	}
}

/*-------------------------------------------
  spnews
--------------------------------------------*/
.nn_news {
  margin-bottom: 15px;
}
.nn_mds {
  text-align: center;
  font-size: 3.7rem;
  margin-bottom: .3em;
}
.nn_ul li a{
  font-size: 1.6rem;
}
.nn_btn a{
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 2em;
  padding: 3px 0px;
  background: #000;
  font-size: 2.2rem;
  color: #fff;
}

/*-------------------------------------------
	works
--------------------------------------------*/
.work_ul{

}
.work_ul li{
	float: left;
	width: 32%;
	margin-bottom: 2%;
}
.work_ul li:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}
.work_photo{
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 250px;
    -webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.work_ul li a:hover .work_photo{
	opacity: .8;
}
.work_txt {
	font-size: 1.4rem;
    margin-top: .8em;
}

@media (max-width: 640px){
	.work_ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.work_ul li:nth-child(3n+2){
		margin-left: 0;
		margin-right: 0;
	}
	.work_photo{
		height: 200px;
	}
}

/*------------------------------------------------------------
	個別投稿ブログ
------------------------------------------------------------*/
.blog_wrap{
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 40px;
}
.blog_once{
	float: left;
	width: 65%;
}
.blog_once h4{
	font-size: 16px;
	font-weight: bold;
}
.blog_once h6{
	color: #c21b23;
	margin-bottom: 30px;
	font-size: 12px;
	font-weight: normal;
}
.blog_once p{
	font-size: 14px;
}
/*投稿一覧用*/
.blog_all{
	margin-bottom: 60px;
}
.blog_all h4{
	font-size: 16px;
	font-weight: bold;
}
.blog_all h6{
	color: #c21b23;
	margin-bottom: 30px;
	font-size: 12px;
}
.blog_all p{
	font-size: 14px;
}

@media screen and (max-width: 1006px){
	.blog_once{
		width: 100%;
		margin-bottom: 30px;
	}
	.blog_wrap{
		padding: 20px;
		padding-top: 30px;
	}
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
.sidebar_wrap{
	float: right;
	width: 30%;
}
.sidebar{
	padding: 10px;
	padding-bottom: 5px;
	border: 1px solid #C1C1C1;
	margin-bottom: 20px;
	background: #fff;
}
.sidebar h3{
	font-size: 14px;
	font-weight: normal;
	padding: 3px 0;
	padding-left: 10px;
	border: 1px solid #000;
	color: #fff;
	background: #000;
	/*background-image: -webkit-linear-gradient(#e9a80f, #f2bb39);
	background-image: -o-linear-gradient(#e9a80f, #f2bb39);
	background-image: linear-gradient(#e9a80f, #f2bb39);*/
}
.sidebar ul li{
	padding: 0 10px;
}
.sidebar ul li a{
	padding: 8px 0;
	display: block;
	border-bottom: 1px dotted #C1C1C1;
	text-decoration: underline;
	font-size: 13px;
}
.sidebar ul li:last-child a{
	border-bottom: none;
}
.sidebar ul li a:hover{
	color: red;
}

/*複数カテゴリー化に伴う文字サイズ調整*/
.sidebar ul li.cat-post-item a{
	font-size: 14px;
	border-bottom: none;
}
@media screen and (max-width: 1006px){
	.sidebar_wrap{
		width: 100%;
	}
}

/*------------------------------------------------------------
	blog個別ページ_次へ前へボタン
------------------------------------------------------------*/
.blog_pager{
	max-width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 12px;
}
.blog_pager a{
	text-decoration: underline;
}
.blog_pager a:hover{
	color: red;
}
@media (max-width: 1006px){
	.blog_pager{
		margin-left: 20px;
		margin-right: 20px;
	}
}

/*-------------------------------------------
	index新
--------------------------------------------*/
.oshi_wrap{
	margin: 0 auto;
	max-width: 1200px;
	margin-top: 40px;
}
.oshi_ttl{
	font-size: 26px;
	font-weight: bold;
	border-bottom: 4px solid #000;
	display: inline-block;
	padding-bottom: 2px;
	margin-bottom: 40px;
}
.oshi_area {
	border: 2px solid #000;
	padding: 20px;
	margin-bottom: 60px;
}
.oshi_wrap .oshi_area:last-child{
	margin-bottom: 0;
}
.oshi_l {
	width: 17%;
}
.oshi_r {
	width: 80%;
}
.oshi_photo {
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 150px;
}
.oshi_date {
	font-size: 14px;
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 2px 8px;
	text-align: center;
	margin-bottom: 10px;
}
.oshi_mds a{
	font-size: 22px;
	font-weight: bold;
	color: #000;
}

.oshi_bun{
	border-top: 1px solid #000;

	padding-top: 10px;
}
.oshi_bun a{
	font-size: 14px;
}

.oshi_mds a:hover , .oshi_bun a:hover{
	text-decoration: underline;
	color: red;
}

@media (max-width: 640px){
	.oshi_wrap{
		margin-left: 10px;
		margin-right: 10px;
	}
	.oshi_area{
		padding: 10px;
		margin-bottom: 40px;
	}
	.oshi_l , .oshi_r{
		width: 100%;
	}
	.oshi_r{
		margin-top: 20px;
	}
	.oshi_mds a{
		font-size: 17px;
	}
	.oshi_bun a{
		font-size: 13px;
		line-height: 1.8;
	}
	.oshi_photo {
		height: 180px;
	}
	.oshi_ttl{
		font-size: 20px;
	}
}

/*-------------------------------------------
  staff
--------------------------------------------*/
.stf_ul {

}
.stf_ul li{
  float: left;
  width: 30%;
}
.stf_ul li:nth-child(3n+2){
  margin-right: 5%;
  margin-left: 5%;
}
.stf_l {
  width: 36%;
}
.stf_photo {
    background: no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 150px;
}
.stf_r {
  width: 60%;
}
.stf_yaku {
  font-size: 1.3rem;
}
.stf_name {
  font-size: 2rem;
  margin-top: -5px;
  margin-bottom: -5px;
}
.stf_rome {
  font-size: 1.3rem;
}
.stf_greek {
  font-size: 1.2rem;
  margin-top: 30px;
}

@media (max-width: 767px){
  .stf_ul li{
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 60px;
  }
  .stf_ul li:nth-child(3n+2){
    margin-left: 0;
    margin-right: 0;
  }
  .stf_l , .stf_r{
    width: 100%;
  }
  .stf_photo{
    height: 0;
    padding-top: 97%;
  }
  .stf_r{
    margin-top: 10px;
  }
  .stf_yaku {
    font-size: 2rem;
  }
  .stf_name {
    font-size: 3rem;
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .stf_rome {
    font-size: 2rem;
  }
  .stf_greek {
    font-size: 1.8rem;
    margin-top: 10px;
  }

}


/*-------------------------------------------
  404
--------------------------------------------*/
.fnot{
  border-top: 1px solid #e0dfdf;
  padding: 50px 0;
}
.fnot h4{
  font-size: 50px;
  text-align: center;
  margin-bottom: 10px;
}
.fnot p{
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.fnot_a{
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
}
.fnot_a a{
  color: red;
  text-decoration: underline;
}
@media (max-width: 640px){
  .fnot{
    margin-left: 10px;
    margin-right: 10px;
  }
  .fnot h4{
    font-size: 40px;
  }
}

/*--------------------------------------------------------------
contactページ
--------------------------------------------------------------*/
/* Contact Form 7のチェックボックスを縦並びに */
.wpcf7-checkbox .wpcf7-list-item {
    display: block;
}

/*--------------------------------------------------------------
トップページ
--------------------------------------------------------------*/
.tel_time{
  font-size: 14px;
  display: block;
}

@media (max-width: 640px){
  .tel_time{
    font-size: 10px;
    /*display: block;
    text-indent: 3em;*/
  }
}

/*--------------------------------------------------------------
ヘッダー　グローバルナビ　プルダウンメニュー（PC）
--------------------------------------------------------------*/
@media (min-width: 768px){
  .sp_ul {
    display: none;
  }
}

.h_pulldown_menu_pc {
  display: none;
}
@media (min-width: 768px){
  .h_pulldown_menu_pc {
    display: block;
  }
  .h_pulldown_menu_pc .sub-menu{
    display: none;
    position: absolute;
    width: 150px;
    text-align: left;
  }

  .h_pulldown_menu_pc .sub-menu li{
    width: inherit;
    margin-left: 0;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .h_pulldown_menu_pc .sub-menu li:last-child{
  border-bottom: none;
  }

  .h_pulldown_menu_pc li:hover > ul{
    display: block;
    background-color: rgba(212,212,212,.5);
  }
}

/*--------------------------------------------------------------
ヘッダー　グローバルナビ　プルダウンメニュー（SP）
--------------------------------------------------------------*/
.sp_sub{
  border-top: solid 1px #fff;
}
.sp_sub li:last-child{
  border-bottom: none;
}
.sp_sub li a{
  display: block;
  margin-left: 12%;
}

.sub_delta{
  position: relative;
}

.a_delta::after{
  content: ">";
  transform: rotate(90deg) scaleY(1.5);
  color: #fff;
  position: absolute;
  /*top: 15px;*/
  right: 10px;
}

/*--------------------------------------------------------------
フッター　グローバルナビ　プルダウンメニュー（PC）
--------------------------------------------------------------*/
.f_pulldown_menu_pc {
  display: none;
}
@media (min-width: 768px){
  .f_pulldown_menu_pc {
    display: block;
  }
  .f_pulldown_menu_pc .sub-menu{
    display: none;
    position: absolute;
    width: 150px;
    text-align: left;
    z-index: 100;
  }

  .f_pulldown_menu_pc .sub-menu li{
    width: inherit;
    margin-left: 0;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .f_pulldown_menu_pc .sub-menu li:last-child{
  border-bottom: none;
  }

  .f_pulldown_menu_pc li:hover > ul{
    display: block;
    background-color: rgba(35,23,23,1);
  }
}

/*--------------------------------------------------------------
リンクページ
--------------------------------------------------------------*/
.link_font li{
  font-size: 1.5rem;
  margin-top: 0.8em;
  margin-left: 2.5em;
}

/*--------------------------------------------------------------
フッター　マップ
--------------------------------------------------------------*/
.map_btn{
  margin-left: 5%;
  margin-bottom: 10px;
}

.map_btn a {
    background: #c1c1c1;
    display: inline-block;
    font-size: 1.25rem;
    color: #fff;
    padding: .2em 3em .1em;
}

/*--------------------------------------------------------------
Culture&Art
--------------------------------------------------------------*/
.culture_year {
    font-size: 2rem;
    font-weight: bold;
    padding-left: 1.5em;
}

.culture_title{
    font-size: 1.5rem;
    padding-left: 2em;
    margin: 1em 0;
}

@media (max-width: 767px){
  .culture_year {
      padding-left: 0;
  }

  .culture_title{
      padding-left: 0;
  }
}

/*-------------------------------------------
  sns
--------------------------------------------*/
.sns_ul{
  margin-top: 10px;
}
.sns_ul li a img{
  width: 40px;
}

/*-------------------------------------------
  ページャー
--------------------------------------------*/
.pager_n{
  margin-bottom: 13%;
}
.pager_n .wp-pagenavi{
  padding-left: 0 !important;
}

@media (max-width: 768px){
  .pager_n{
    margin-bottom: 40%;
  }
}
