@charset "UTF-8";

body {
  min-width: 320px;
  margin: 0px;
  font-family: Verdana, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Meiryo", sans-serif;
  background-color: #fafafa;
}

/* ボタンをホバーした時に透過 */
.anchor img:hover {
  opacity: 0.7;
  transition: ease-in-out 0.3s;
}

/* ヘッダーロゴをtopicsと左揃え */
body header #cues_logo {
  padding: 0% 15% 2% 15%;
  margin-top: 50px;
  height: 36px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* TOPICS日時 */
.category-name {
  font-size: 13px;
}

@media screen and (min-width: 864px) {
  body {
    width: 864px;
    margin-left: auto;
    margin-right: auto;
  }
}

body header {
  text-align: left;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 632px) {
  body header {
    text-align: center;
  }

  .body header #cues_logo {
    margin: auto;
    margin-top: 50px;
    height: 36px;
  }
}

/* @media screen and (min-width: 632px) {
  body header #cues_logo {
    padding: 40px 0px 10px 0px;
  }
} */

body header #cues_logo img {
  height: 36px;
}

body header nav .switch {
  /* background: #fff; */
  position: absolute;
  top: 10px;
  right: 10%;
  cursor: pointer;
}

@media screen and (min-width: 632px) {
  body header nav .switch {
    display: none;
  }
}

body header nav .switch .line {
  width: 30px;
  height: 5px;
  margin: 5px;
  background: #000;
}

body header nav .main_nav {
  display: none;
  position: absolute;
  width: 82%;
  top: 100px;
  margin: 0;
  padding: 0 0 0 18%;
}

@media screen and (min-width: 632px) {
  body header nav .main_nav {
    position: relative;
    top: 0px;
    padding: 0px;
    display: block;
    margin: 10px auto 0px auto;
    height: 40px;
    width: 431px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

body header nav .main_nav li {
  list-style: none;
  color: #999;
  border-top: solid 1px #000;
}

@media screen and (min-width: 632px) {
  body header nav .main_nav li {
    cursor: pointer;
    float: left;
    border: none;
    padding: 10px 20px 10px 20px;
  }
}

@media screen and (min-width: 632px) {
  body header nav .main_nav li:hover img {
    border-bottom: solid 2px #000;
  }
}

body header nav .main_nav li img {
  display: block;
  padding: 20px 0px 20px 0px;
  height: 14px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 632px) {
  body header nav .main_nav li img {
    padding: 0 0 0 0;
  }
}

body header nav .main_nav #contact_btn {
  border-bottom: solid 1px #000;
}

@media screen and (min-width: 632px) {
  body header nav .main_nav #contact_btn {
    border: none;
  }
  /* ボタンをホバーした時に透過 */
  .anchor img:hover {
    opacity: 0.7;
    transition: ease-in-out 0.3s;
  }
}

body header nav .sub_menu {
  display: none;
  margin: 0px;
  padding: 0 0 0 18%;
  position: absolute;
  top: 195px;
}

@media screen and (min-width: 632px) {
  body header nav .sub_menu {
    position: relative;
    top: 0px;
    margin: 10px auto 0px auto;
    display: none;
    padding: 0px;
    height: 20px;
    width: 631px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

body header nav .sub_menu li {
  padding: 0px 10px 15px 10px;
  list-style: none;
}

@media screen and (min-width: 632px) {
  body header nav .sub_menu li {
    margin: auto;
    float: left;
    padding: 0px 5px 10px 5px;
  }
}

@media screen and (min-width: 632px) {
  body header nav .sub_menu li:hover img {
    border-bottom: solid 2px #000;
  }
}

body header nav .sub_menu li img {
  display: block;
  height: 11px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width: 632px) {
  body header nav .sub_menu li img {
    border-bottom: solid 2px #fff;
  }
}

body .content {
  font-size: 14px;
  color: #333;
  text-align: center;
  z-index: 9999;
  display: block;
  margin: 0 5% 0 5%;
  line-height: 25px;
  text-align: left;
}

@media screen and (min-width: 632px) {
  body .content {
    width: 576px;
    margin: 20px auto 0px auto;
  }
}

@media screen and (min-width: 864px) {
  body .content {
    width: 864px;
  }
}

body .content .wrap {
  width: 100%;
}

body .content .article-header h1 {
  text-align: left;
}

body .content .space {
  margin: 18px auto 0px auto;
  width: 256px;
  height: 99px;
}

body .content .space img {
  width: 100%;
}

body .content .empty {
  display: none;
}

@media screen and (min-width: 864px) {
  body .content .empty {
    display: block;
  }
}

.content section {
  font-size: 14px;
  color: #333;
  text-align: center;
  z-index: 9999;
  display: block;
  /*margin: 0 10% 0 10%;*/
  line-height: 25px;
  text-align: left;
}

@media screen and (min-width: 632px) {
  body .content section {
    width: 576px;
    margin: 20px auto 0px auto;
  }
}

.content_title {
  margin-top: 4px;
  margin-bottom: 6px;
  font-size: 18px;
  text-align: left;
  color: #d45315;
}

.content_copy {
  margin-top: 30px;
  /* margin-bottom: 7px; */
  font-size: 15px;
}

/* body .content section h3 {
  margin-top: 15px;
  margin-bottom: -7px;
  font-size: 14px;
} */

@media screen and (min-width: 632px) {
  body .content section h3 {
    margin-bottom: 0;
  }
}
/* 1218 */
/* body .content section p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
} */

/* @media screen and (min-width: 632px) {
  body .content section p {
    margin-top: 0;
    margin-bottom: 0;
  }
} */

body .content section .textlink {
  text-align: right;
}

body .content section .textlink a {
  text-decoration: none;
  color: #d45315;
}

body .content section .nakano {
  text-align: right;
}

body .content .works_category {
  text-align: center;
  padding: 20px 0px 20px 0px;
}

body .content .works_category img {
  height: 60px;
}

@media screen and (min-width: 632px) {
  body .content .work-container {
    width: 576px;
    margin: 0px auto 0px auto;
  }
  body .content .work-container .space {
    float: left;
    margin: 16px;
  }
}

@media screen and (min-width: 864px) {
  body .content .work-container {
    width: 864px;
  }
}

@media screen and (min-width: 632px) {
  body .content .arts-box {
    width: 100%;
  }
}
/* 2022.7.影を消去,paddingをすべて0に */
body .content .arts-box .arts {
  /* border: solid 1px #bbb; */
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 10px 10% 10px 10%;
  text-align: center;
}

/* 2024.4.画像をホバーすると拡大する */
.arts {
  overflow: hidden;
  img {
    transition: all 0.6s ease-in-out;
  }
  img:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 632px) {
  body .content .arts-box .arts {
    width: 32.2916%;
    margin: 0.52083%;
    float: left;
    vertical-align: top;
    height: 310px;
    position: relative;
  }
}

/* 2022.7.影を消去 */
body .content .arts-box .arts img {
  /* -webkit-box-shadow: 3px 3px gainsboro;
          box-shadow: 3px 3px gainsboro; */
  max-width: 100%;
}

/* 2022.7.maxを100%に変更 */
@media screen and (min-width: 520px) {
  body .content .arts-box .arts img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}

body .content .arts-box .arts .description {
  line-height: 20px;
  color: #666;
  margin-top: 10px;
}

@media screen and (min-width: 632px) {
  body .content .arts-box .arts .description {
    display: none;
  }
}

@media screen and (min-width: 632px) {
  body .content .arts-box .arts .nodisplay {
    display: none;
  }
}

body .content table {
  padding: 0px 0px 0px 0px;
  border-collapse: collapse;
}

body .content table th {
  width: 90px;
  color: #333;
  text-align: left;
  padding-right: 10px;
  padding: 5px 0px 5px 0px;
}

@media screen and (min-width: 632px) {
  body .content table th {
    text-align: left;
    padding-right: 0px;
  }
}

body .content table td {
  line-height: 24px;
  text-align: left;
  padding: 5px 0px 5px 0px;
}

body .content table tr {
  border-bottom: solid 1px #d9d9d9;
}

body .content table tr:first-child {
  border-top: solid 1px #d9d9d9;
}

body .content #backicon {
  width: 10%;
  /*background:#CCC;
              border-radius: 50%;
               -webkit-border-radius: 50%;
               -moz-border-radius: 50%;*/
  position: fixed;
  bottom: 30px;
  right: 0px;
  cursor: pointer;
}

body .content #backicon img {
  width: 100%;
}

@media screen and (min-width: 632px) {
  body .content #backicon {
    display: none;
  }
}

body .content .contact_description {
  margin-top: 30px;
}

@media screen and (min-width: 632px) {
  body .content .contact_description {
    margin-top: 7px;
  }
}

body .content .screen-reader-response {
  display: none;
}

body .content .required_item {
  color: red;
}

body .content form {
  text-align: left;
  padding: 20px 20px 20px 20px;
  border: solid 1px #bbb;
  /*button {
          width: 30%;
          margin-left: 35%;
          margin: 0 auto;
          border: 1px solid #eee;
          border-radius: 5px;
          padding: 5px;
          background-color: #eee;
          cursor: pointer;
        }*/
  /*.submitBtn*/
}

@media screen and (min-width: 632px) {
  body .content form {
    margin: 20px auto 0px auto;
    width: 576px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

body .content form div + div {
  margin-top: 1em;
}

body .content form label {
  display: block;
  width: 100%;
  font-size: 10pt;
  line-height: 30px;
}

@media screen and (min-width: 632px) {
  body .content form label {
    display: inline-block;
    text-align: left;
  }
}

body .content form input,
body .content form textarea {
  width: 100%;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0px 5px;
  font-size: 14px;
}

body .content form input:focus,
body .content form textarea:focus {
  border-color: #000;
}

body .content form textarea {
  vertical-align: top;
  height: 10em;
  resize: vertical;
  padding: 5px;
}

body .content form select {
  width: 100%;
  height: 30px;
  border-radius: 4px;
  padding: 0px 5px;
  font-size: 14px;
  /*@include tab{
            width: 64.5832%;
          }*/
}

body .content form .wpcf7-submit {
  background-color: #d45315;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

body .content form .ajax-loader {
  display: none;
}

body .content form #formBtn {
  text-align: center;
  margin: 30px 0px 0px 0px;
}

body .content form .confirmlabel {
  display: inline-block;
  text-align: left;
  width: 100%;
  margin: 0px;
  color: #000;
}

@media screen and (min-width: 632px) {
  body .content form .confirmlabel {
    text-align: right;
    width: 30%;
    margin: 0px 0px 0px 0px;
    vertical-align: top;
  }
}

body .content form .confirmresult {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (min-width: 632px) {
  body .content form .confirmresult {
    width: 65%;
    margin: 0px 0px 0px 3.5%;
  }
}

body .content form .alertword {
  color: #d45315;
  font-size: 12px;
  margin: 0px;
}

@media screen and (min-width: 632px) {
  body .content form .alertword {
    padding: 0px 0px 0px 32.2916%;
    width: 64.5832%;
  }
}

@media screen and (min-width: 632px) {
  body .content form p {
    margin: 0px 0px 10px 0px;
  }
}

body .content form .wpcf7-response-output,
body .content form .wpcf7-not-valid-tip {
  color: red;
}

@media screen and (min-width: 632px) {
  body .content .photoservice {
    width: 98.95834%;
  }
}

body .main {
  padding: 0;
}

body #overray {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}

body #map {
  width: 100%;
  height: 200px;
  border: none;
  margin: 30px 0px 0px 0px;
}

@media screen and (min-width: 632px) {
  body #map {
    width: 576px;
    margin: 20px auto 0px auto;
    height: 300px;
  }
}

body .maptext {
  width: 90%;
  margin: 10px 10% 0 0;
  text-align: right;
  font-size: 12px;
}

@media screen and (min-width: 632px) {
  body .maptext {
    width: 576px;
    margin: 5px auto 0 auto;
  }
}

body .maptext span a {
  text-decoration: none;
  color: #333;
}

@media screen and (min-width: 632px) {
  body .clearfix {
    zoom: 1;
  }
  body .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
}

body footer {
  clear: both;
  font-size: 8pt;
  color: #999;
  text-align: center;
  padding: 30px 0px 20px 0px;
}

@media screen and (min-width: 632px) {
  body footer {
    text-align: center;
    padding: 20px 0px 10px 0px;
  }
}

body footer span a {
  text-decoration: none;
  color: #999;
}

@media screen and (min-width: 864px) {
  body footer .narrow {
    width: 576px;
    margin: auto;
    padding: 20px 0px 10px 0px;
  }
}
/*# sourceMappingURL=style.css.map */

/* access/////////////////// */
.tel {
  text-decoration: none;
  pointer-events: auto;
  color: #333;
}
.tel a:hover {
  opacity: 0.4;
}

/* 2024.5追加　topページ */

/* デフォルトのスタイル（PCサイズ） */
br.sp_hidden {
  display: block;
}

/* SPサイズのスタイル */
@media screen and (max-width: 768px) {
  br.sp_hidden {
    display: none;
  }
}

.head-copy {
  padding-top: 30px;
  font-size: 13px;
  text-align: center;
  line-height: 1.8;
  @media screen and (min-width: 632px) {
    font-size: 15px;

    padding-top: 0;
  }
}

.topics {
  @media screen and (min-width: 632px) {
    margin: 20px 60px 40px 60px;
    line-height: 1.7;
  }
}

/* .topics-inner {
} */
.topics-card {
  padding: 15px 34px 10px 34px;
  border-radius: 5px;
  background-color: #fff;
}

.topics-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: sans-serif;
  letter-spacing: 0.1em;
  color: #d45315;
  font-size: 14px;
  font-weight: bold;
}
.topics-list {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: background-color 0.3s;
}
.topics-list:hover {
  background-color: #e4fbf9;
}

.topics-list-first {
  padding-top: 5px;
}

.topics-list:nth-child(n + 2) {
  position: relative;
}

.topics-list:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #979797;
}

.topics-date {
  font-size: 11px;
}
.topics-text {
  text-decoration: none;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.return img {
  display: none;
}
