@charset "utf-8";
/* CSS Document */
/**
 * デフォルトのマージンを削除
 */
body {
  margin: 0;
}

/* ==========================================================================
  Lists
========================================================================== */
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}

menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Tables
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}


.last-col {
  float: right;
  padding-right: 0 !important;
}

.flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap:wrap;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}

/*********************
GENERAL STYLES
*********************/
body {
  font-family: Yu Mincho, 游明朝, "Yu Mincho", YuMincho, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #171C1D;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  margin: 0 auto;
}

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #d10e3c;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

/* 本文リンク色の統一 */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  opacity: 0.8;
  /* color: #8BA47E; */
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}
h1, .h1 {
  font-size: 2.0em;
  line-height: 1.5em;
}
h2, .h2 {
  font-size: 2.0em;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0.375em;
  text-align: center;
}
h3, .h3 {
  font-size: 1.5em;
  font-weight: 700;
}
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
HEADER STYLES
*********************/
.header {
  /* background-color: #53664A; */
  background-color: #09ccea !important;
  height: auto;
/*  margin-bottom: 65px;*/
}

#logo a {
  color: white;
  font-family: cardo, YuMincho, 游明朝, "Yu Mincho", YuMincho, serif;
  font-weight: 700;
}
/*********************
NAVIGATION STYLES
*********************/
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.top-nav li {
  border-bottom: 1px double #fff;
}

.nav li a {
  display: block;
  color: white;
  padding: 0.2em 0.75em 0 0.75em;
}

form p {
    margin-bottom: 22px;
}

input[type="text"], input[type="email"] {
    float: right;
    margin-right: 300px;
    width: 220px;
    height: 28px;
    font-size: 16px;
    font-family: Yu Mincho, 游明朝, "Yu Mincho", YuMincho, serif;
}

textarea {
    width: 100%;
    font-family: Yu Mincho, 游明朝, "Yu Mincho", YuMincho, serif;
    font-size: 16px;
}

/*******************************
グローバルナビアニメーション
********************************/
.top-nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.top-nav li a::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .25s;
}
.top-nav li a:hover::after {
  transform: scale(1, 1);
}


/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  clear: both;
/*  width: 1080px;*/
  margin: 0 auto;
  margin-top: 1.0em;
}

/*
.hentry {
    background-color: white;
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #707070;
     box-shadow: 2px 3px 4px 1px #b7b7b7;
}
*/

p {
    word-wrap: break-word;
}

.hentry footer {
  padding: 1.5em;
}
.hentry footer p {
  margin: 0;
}
/* end .hentry */


.single-title, .page-title, .entry-title {
  margin: 0;
}

.entry-title {
    font-size: 16px;
    margin-top: 5px;
}

.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

/* entry content */
.entry-content {
  padding: 0 1.0em 0;
}

.entry-content p {
    margin: 0;
    font-size: 15px;
}

.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto, .entry-content .size-full, .entry-content .size-large, .entry-content .size-medium, .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination, .wp-prev-next {
  margin: 1.5em 0;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: white;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  min-width: 1em;
  display: block;
  color: #2980b9;
}

.pagination, .wp-prev-next {
    margin: 1.5em 0;
}

.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #53664a;
  color: white;
}
.pagination .current {
  cursor: default;
  color: #383838;
  font-weight: 700;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: white;
  color: #5c6b80;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */
}
.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #53664A;
  color: #f8f9fa;
}

@media only screen and (min-width: 768px) {
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 760px;
  }
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    background: #323944;
    margin-top: 0;
  }
  .nav li {
    float: left;
    position: relative;
    /*
      plan your menus and drop-downs wisely.
      */
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */
  }
  .nav li a:hover, .nav li a:focus {
    color: #F5FF53;
  }
  .nav li ul.sub-menu, .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
  }
  .nav li ul.sub-menu li a, .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a, .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul, .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

}

@media only screen and (min-width: 1030px) {
  .wrap {
    width: auto;
  }
}

  .w1080 {
    width: 1080px;
    margin: 0 auto;
  }

@media (max-width: 767px) {
  .w1080 {
    width: 100%;
    margin: 0 auto;
  }
}

.w840 {
    width: 840px;
    margin: 0 auto;
}

@media (max-width: 767px) {
  .w840 {
    width: 100%;
    margin: 0 auto;
  }
}


#menubar {
  margin: -30px -10px 0px 0px;
}

@media (max-width: 767px) {
  #menubar {
    margin: 0;
  }
}



#logo {
  float: left;
  margin: 30px 0px -30px 5px;
  width: 450px;
}

@media (max-width: 767px) {
  #logo {
    width: 280px;
    margin: 0px 0px -30px 5px;
  }
}

#logo1 {
  margin: -30px -60px -80px -270px;
  width: 500px;
}

@media (max-width: 767px) {
  #logo1 {
    width: 50%;
    min-width: 320px;
    margin: 30px auto 0px;
  }
}

#logo2 {
  float: right;
  margin: 30px 70px 0px 0px;
  width: 230px;
}

@media (max-width: 767px) {
  #logo2 {
    width: 150px;
    margin: 10px 20px 0 0;
  }
}



#main {
  clear: both;
  width: 50%;
  margin: 0 3%;
}

#sidebar1 {
    width: 340px;
}

@media (max-width: 767px) {
  #sidebar1 {
    width: 320px;
    float: none;
    margin: 0 auto;
  }
}


.all {
  width: 90%;
  margin: 0 auto;
}

.list {
    width: 280px;
    height: auto;
    float: left;
    margin: 0 20px;
    /* margin-bottom: 1%; */
}

.list:first-child, .list:nth-child(3n+1) {
    margin-left: 80px;
}

.list:nth-child(3n) {
    margin-right: 80px;
}

@media (max-width: 767px) {
  .list, .list:first-child, .list:nth-child(3n+1), .list:nth-child(3n){
    margin-left: auto;
    margin-right: auto;
  }
}


.wp-post-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

@media (max-width: 767px) {
  .wp-post-image{
    width: 100%;
    height: 75%;
  }
}


.entry-content {
    width: auto;
    padding: 18px 0;
}

.slider-wrapper {
    margin-top: 65px;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.archive-title {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .archive-title {
    width: 50%;
    margin: 0 auto 10px;
  }
  .archive-title > img{
    width: 100%;
  }
}


.post-box {
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    width: 480px;
    float: left;
    background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .post-box {
    width: 100%;
    border-left: none;
  }
}


.post-box .hentry {
    background-color: white;
    margin-bottom: 1.5em;
    border-bottom: 1px dashed #707070;
}

.copyright {
  text-align: right;
}

@media (max-width: 767px) {
  .copyright {
    text-align: center;
  }
}



.date {
    color: #848484;
    font-size: 10px;
}

.button > a, .button > a:visited {
  display: inline-block;
  text-align: center;
  background-color: #FD2A7F;
  color: #ECECEC;
  padding: 2% 5%;
  text-decoration: none;
}

.pamphlet-container {
  float: left;
  width: 450px;
  height: 300px;
  margin: 0 20px;
}

.img-wrapper {
  width: 250px;
  height: 200px;
  margin-right: 20px;
  float: left;
}
.pamphlets-wrapper {
  width: 90%;
  margin: 0 auto;
}

.pamphlets-wrapper span, a {
/*  font-weight: 700;*/
  text-decoration: none;
}

.contents-wrapper {
  width: auto;
  height: 200px;
}

.footer-nav li {
  clear: both;
}

.footer-links .cf {
  float: right;
  margin-top: 2%;
  margin-right: 30%;
}

#menu-main-nav li{
  margin: 0 50px;
}

.header-container {
    margin-top: 30px;
    margin-right: 80px;
    width: auto;
    float: right;
}

@media (max-width: 767px) {
  .header-container {
    display: none;
  }
}

.header-container li a {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  border-bottom: none;
}

.header-nav li {
    border-right: 1px solid #FDFDFD;
}

.header-nav li:first-child {
    border-left: 1px solid #FDFDFD;
}

.article-title {
  width: auto;
  height: 50px;
  margin-bottom: 21px;
}




.footer-content {
    width: 1080px;
    margin: 0 auto;
}

@media (max-width: 767px) {
  .footer-content {
    width: 100%;
  }
}


.logo-wrapper {
    padding-top: 34px;
    width: auto;
    height: auto;
}

@media (max-width: 767px) {
  .logo-wrapper {
    width: 100%;
  }
}


.address-wrapper {
  float: left;
}

@media (max-width: 767px) {
  .address-wrapper {
    float: none;
    width: 70%;
    margin: 0 auto;
  }
}


.address-wrapper p {
    margin-top: 8px;
    margin-bottom: 0;
}

.address-wrapper p:first-child {
    margin: 0;
}

#footer-logo {
  width: 250px;
  height: 55px;
    margin-bottom: 36px;
}

@media (max-width: 767px) {
  #footer-logo {
    margin-left: 15%;
  }
}


footer nav {

}

.copyright {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.ftmenu {
    float: left;
}

.ftmenu:first-child {
    margin-right: 30px;
}
.ftmenu:nth-child(even) {
    margin-right: 90px;
}

#menu-footer-center{
   float: left;
   position:relative;
   left:50%;
}

@media (max-width: 767px) {
  #menu-footer-center {
    display: none;
  }
  #menu-footer-left {
    display: none;
  }
  #menu-footer-right > li > a {
    padding: 0.2em 0.75em 0 0;
  }
}

#menu-footer-center li{
   position: relative;
   left:-50%;
}

.copy {
    width: 1080px;
    margin: 0 auto;
    margin-top: 65px;
}

@media (max-width: 767px) {
  .copy {
    width: 100%;
    margin-top: 30px;
  }
}


.nav-wrapper {
    float: left;
    margin-left: 135px;
}

@media (max-width: 767px) {
  .nav-wrapper {
    margin-left: 15%;
    margin-top: 20px;
  }
}


.footer {
    width: auto;
    font-size: 14px;
}

.footer-nav li {
    padding-bottom: 5px;
}

.nav-wrapper {
}

.archive-img-wrapper {
    text-align: center;
    margin-bottom: 8px;
}

.article-title p {
    margin: 0;
}


.model {
    width: 90%;
    margin: 0 auto;
}
.thumb-wrapper {
    text-align: center;
}

.h3::before {
    counter-increment: count;
    content: counter(count);
    background-color: #000059;
    color: #fff;
    margin-right: 2%;
    padding: 2% 2.5%;
}

.h3::after {
    position: absolute;
   transform: rotate(45deg);
}

.h3 {
    position: relative;
    right: 59px;
}

@media (max-width: 767px) {
  .h3 {
    right: 7%;
  }
}


.vert {
    border-left: 3px solid #000059;
    padding: 3%;
}
@media (max-width: 767px) {
  .vert {
    height: auto;
  }
}


.vert:nth-child(even) {
    background-color: #D9D9D9;
}


.mark {
    counter-reset: count;
    display: inline-block;
    padding: 0.8em 2em;
    background: #fff;
    color:#000059;
    font-weight: bold;
    border: 2px solid #000059;
    margin-block-start: 0;
    margin-block-end: 0;
    position: relative;
    right: 10px;
}

.mark:last-child {
    margin-bottom: 30px;
}

.fas {
    margin-right: 15px;
}

.model-info {
    margin: 30px 0;
}

.model-content {
    height: 450px;
    margin-left: 2%;
    padding-top: 2%;
    border-top: 1px solid #6E6A6A;
}

@media (max-width: 767px) {
  .model-content{
    height: auto;
  }
}


.model-trans {
    margin-top: 50px;
}

.model-img {
    padding-top: 2%;
    width: 500px;
    height: 375px;
    margin-right: 40px;
    float: left;
}

.model-img img {
    max-width: 100%;
}

.model-desc {
    width: 340px;
    float: left;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
  .model-desc{
    width: 100%;
    margin-bottom: 0;
  }
  .model-desc p{
    font-size: 14px;
  }
}


.icon {

    background-color: #000059;
    color: #fff;
    margin: 0;
    font-size: 30px;
}

.icon-wrapper {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #000059;
    text-align: center;
    line-height: 62px;
    border-radius: 50%;
    position: relative;
    right: 55px;
}

@media (max-width: 767px) {
  .icon-wrapper{
    right: 8%;
  }
}


.trans p {
  position: relative;
  bottom: 50px;
  padding-left: 5px;
}

@media (min-width: 568px) and (max-width: 767px) {
  .trans p {
    padding-left: 15px;
  }
}
@media (max-width: 567px) {
  .trans p {
    padding-left: 30px;
  }
}


table {
    border-collapse: collapse;
    width: 100%;;
    height: 34px;
    text-align: left;
    border: 1px solid #707070;
    opacity: 1;
}



tr {
    background: #FFFFFF;
    border-bottom: 1px solid #707070;
}

@media (max-width: 767px) {
  table tbody{
    display: flex;
    flex-direction: column;
  }
  tr {
    display: flex;
    flex-direction: column;
    background-color: #09ccea;
  }
}


th {
    font-weight: normal;
    width: 200px;
    text-align: center;
    background: #FFFFFF;
    border-right: 1px solid #707070;
}
td {
    padding-left: 2%;
}

span {
    font-size: 16px;
}

.detail-thumb {
    text-align: center;
    width: auto;
    margin: 30px 0;
}

@media (max-width: 767px) {
  .detail-thumb > img{
    width: 90%;
  }
}


.detail-text {
    width: auto;
    margin: 34px auto 0;
font-size: 18px;
}

em{
font-size: 16px;
}


.detail-table {
    margin-top: 82px;
}

@media (max-width: 767px) {
  .detail-table {
    width: 100%;
  }
  .detail-table > table{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .detail-text {
    width: 90%;
    font-size: 14px;
  }
}


.map {
    width: 800px;
    height: 600px;
    margin: 34px auto 0;
}

/* 個別ページの地図  */
@media (max-width: 767px) {
  .map {
    width: 90% !important;
    height: 400px !important;
  }
  .map > iframe{
    width: 100% !important;
    height: 100% !important;
  }
}


.back {
    margin: 41px 0;
    padding: 10px 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid #707070;
    border-radius: 34px;
    opacity: 1;
}


.arc {
    width: 300px;
    height: auto;
    margin: 1%;
}

.box-shape {
    padding: 1% 1.5%;
    background-color:#FCFCFC;
    box-shadow:2px 3px 4px 1px #b7b7b7;
    border: 1px solid #707070;
}


/* 地図の説明 */
.map-desc {
  width: 486px;
  height: 318px;
  position: absolute;
  top: 110px;
  left: 460px;
}

@media (max-width: 767px) {
  .cf {
    display: flex;
    flex-direction: column;
  }
  .box-shape {
    width: 70% !important;
    left: 15% !important;
    right: 0;
    font-size: 0.875rem;
  }
  .map-desc {
    height: auto;
    position: static;
    margin: 0 auto;
  }
}


.box-desc {
    width: 553px;
    height: auto;
    position: absolute;
    top: 225px;
}

@media (min-width: 568px) and (max-width: 767px) {
  .box-desc {
    width: 100%;
    right: 0;
    left: 0;
    top: 50%;
  }
}

@media (max-width: 567px) {
  .box-desc {
    width: 100%;
    right: 0;
    left: 0;
    top: 35%;
  }
}

.button-top {
    margin-top: 40px;
}

/* スマホ表示のみ */
.sp-only {
  display: none;
}

.button-top > a {
  display: inline-block;
  width: 440px;
  text-align: center;
  border: 1px solid #393939;
  border-radius: 6px;
  padding: 2% 5%;
  text-decoration: none;
}

@media (min-width: 568px) and (max-width: 767px) {
  .button-top > a {
    width: 60%;
    font-size: 16px;
  }

  .sp-only {
    display: block;
    font-size: 18px;
  }
  .pc-only {
    display: none;
  }
}

@media (max-width: 567px) {
  .button-top > a {
    width: 60%;
    font-size: 16px;
  }
  .button-top {
    margin-top: 0;
  }
  .sp-only {
    display: block;
    font-size: 18px;
    margin-top: 15px;
  }
  .pc-only {
    display: none;
  }
  .look-only {
    margin-top: 20px;
  }
}


.post-box .button-wrapper .button-top > a {
    display: inline-block;
    width: 219px;
    text-align: center;
    border: 1px solid #393939;
    border-radius: 6px;
    padding: 9px 14px;
    text-decoration: none;
}

.button-detail > a {
    font-size: 16px;
    display: inline-block;
    width: 219px;
    text-align: center;
    border: 1px solid #393939;
    border-radius: 6px;
    padding: 9px 14px;
    text-decoration: none;
}

.update-content {
    width: 838px;
    margin: 36px auto 0;
}

@media (max-width: 767px) {
  .update-content {
    width: 100%;
    margin: 10px auto 0;
  }
}



.news {
    margin: 25px 22px;
}

.news:first-child {
    margin: 16px 22px 25px 22px;
}

.box {
    max-width: 1500px;
    margin: 0 auto;
    height: 490px;
    position: relative;
}

@media (max-width: 767px) {
  .box {
    min-height: 300px;
    height: auto;
  }
  .box > img{
    width: 90%;
  }
}


.box img {
    max-width: 100%;
}

.box-title p {
    font-size: 26px;
    margin: 0;
    padding: 0;
}

.box-title  p span {
    font-size: 38px;
}

.box .button-wrapper .button-top {
    margin: 0;
}

/*
.box img {
    width: 100%;
    height: auto;
}
*/

.line {
  width: auto;
  height: 350px;
  text-align: center;
  margin: 4% 0;
}


.appbatch {
    display: flex;
    justify-content: space-around;
    width: 600px;
    margin: 29px auto 370px;
}

@media (max-width: 767px) {
  .appbatch{
    width: 100%;
    flex-direction: column;
    margin: 29px auto 0;
  }
  .appbatch > div{
    text-align: center;
  }
}


.post-box .button-wrapper {
    font-size: 16px;
}

.button-wrapper {
    text-align: center;
    font-size: 26px;
}

.button-wrapper span{
    font-size: 38px;
}

@media (max-width: 767px) {
  .button-wrapper span{
    font-size: 20px;
  }
}


.news-box .news {
    margin: 0 0 11px 0;
    border: 1px solid #171C1D;
    width: auto;
    height: 127px;
    padding: 8px 0 0 12px;
}

.news-box {
    width: 566px;
    margin: 0 auto;
}

@media (max-width: 767px) {
  .news-box{
    width: 100%;
  }
}


img{
  -webkit-backface-visibility: hidden;
}

@media (max-width: 767px) {
  img{
    -webkit-backface-visibility: hidden;
    width: 90%;
    margin: 0 auto;
  }
}

.access-content {
    width: 500px;
    /* float: right; */
    margin: 0 auto;
}

@media (max-width: 767px) {
  .access-content{
    width: 90%;
  }
  .access-content > iframe{
    width: 100% !important;
    height: 330px;
  }
}


.access-content p{
    margin-bottom: 25px;
}

.access-content h2{
    font-size: 26px;
    text-align: left;
}

.access-content h2:first-child{
    margin-top: 0;
}

.article-img {
    float: left;
    margin: 8px 13px 0 0;
}

.contact {
    width: 695px;
    margin: 0 auto;
}

@media (max-width: 767px) {
  .contact{
    width: 90%;
  }
  .article-img {
    margin: 8px 0 0 0;
  }
}


.contact h2 {
    font-size: 26px;
}

.contact-desc {
    margin-bottom: 36px;
}

.link {
    width: 695px;
    margin: 0 auto;
}

@media (max-width: 767px) {
  .link{
    width: 90%;
  }
}


.link-content{
    margin-bottom: 30px;
}

@media (max-width: 767px) {
  .link-content{
    font-size: 14px;
  }
}


.news-content {
    margin-bottom: 80px;
}

.confirm {
    margin: 41px auto;
    padding: 8px 32px;
    display: block;
    text-align: center;
    border: 1px solid #707070;
    border-radius: 34px;
    background-color: #FFFFFF;
    font-size: 14px;
    font-family: Yu Mincho, 游明朝, "Yu Mincho", YuMincho, serif;
}

form table {
    border: none;
    width: 100%;
    height: 34px;
    text-align: left;
    border-collapse: separate;
    border-spacing: 0 11px;
}

form table tr {
    border: none;
}

form table th {
    text-align: left;
    border: none;
}

.txt-content {
    width: 855px;
    margin: 0 auto;
}

@media (max-width: 767px) {
  .txt-content {
    width: 90%;
    font-size: 14px;
  }
}

.button-round {
    margin: 41px auto;
    padding: 10px 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid #707070;
    border-radius: 34px;
    font-size: 14px;
    opacity: 1;
}

.bcarea {
    border-bottom: 1px solid #707070;
}

.breadcrumbs {
    margin: 4px 48px;
}

.table1,th,td { 
    background-color: #09ccea;
border:none;
}

@media (max-width: 767px) {
  .table1 {
    height: 200px;
  }
  td {
    width: 90%;
    text-align: center;
    padding: 0;
  }
}



/* ドロワー ----------------------------- */
.drawer-container {
    /*display: none;
    */position: fixed;
    width: 60%;
    height: 100%;
    line-height: 83px;
    top: 0;
    right: -100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.drawer-container.open {
  display: block;
  line-height: 83px;
  width: 60%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 900px;
  background-color: #09ccea;
  z-index: 300;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}


/* ハンバーガーボタン -------------------- */
.navbar_toggle {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255,255,255,0.8);
  background-color: #09ccea;
  border-radius: 4px;
  position: fixed;
  z-index:9999;
  display: none;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.navbar_toggle.open {
  position: fixed;
  z-index: 9999;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 3px;
  width: 26px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  background: rgba(255,255,255,0.8);
  z-index: 9999;
  transition: ease .5s;
  -webkit-transition: ease .5s;
  -moz-transition: ease .5s;
  -ms-transition: ease .5s;
  -o-transition: ease .5s;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 6px auto;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}
/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
  background-color: rgba(255,255,255,0.8);
  pointer-events: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -9px;
  background-color: rgba(255,255,255,0.8);
  pointer-events: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .navbar_toggle {
    display: block;
    top: 30px;
    right: 30px;
  }
}

/* スペース用のimg画像 */
@media (max-width: 767px) {
  .space-image {
    height: 30px;
  }
}

/* お知らせのセクション非表示 */
@media only screen and (max-width: 567px) {
  .entry-content {
    /* display: none; */
  }
}

/* コンタクトフォームのinput */
@media (max-width: 767px) {
  input[type="text"], input[type="email"] {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 28px;
    font-size: 14px;
  }
}

/* パンフレットのimg画像 */
@media (max-width: 767px) {
  .book-thumbnail > a > img{
    width: 100%;
  }
}

/* スポットタイトル */
@media (max-width: 767px) {
  .spot-title {
    font-size: 20px;
    width: 100%;
  }
  .spot-title > img{
    width: 60%;
  }
}

/* 記事のヘッダー */
@media (max-width: 767px) {
  .article-header {
    width: 90%;
    margin: 0 auto;
  }
  /* 記事のセクション */
  .entry-content {
    width: 90%;
    margin: 0 auto;
  }
}

/* 個別ページの画像 */
@media (max-width: 767px) {
  .detail-text > img {
    width: 100%;
  }
}

/* モデルコース */
@media (max-width: 767px) {
  .model-img{
    width: 100%;
    height: auto;  
  }
  .model-img img{
    width: 100%;
    height: 75% !important;  
  }
}

/* ベーススタイル - PC/SP共通の初期化 */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* 横方向のスクロールを抑制 */
}

/* 2025.06追加 */

/* ========================================================= */
/* 初期設定追加 */
/* ========================================================= */

#content {
  margin-bottom: 50px!important;
}

h1.page-heading{
 font-size:150%;
 text-align: center;
}


h2.page-heading{
 font-size:135%;
}

.index-mg{
margin-bottom: 160px!important;
}

/* ========================================================= */
/* 新メニューに切り替え*/ 
/* ========================================================= */

nav.main-nav{
width: 100%!important;
text-align: center;
margin: 0 auto;
}

nav.main-nav ul{
padding: 0;
max-width: 100%;
margin: -20px auto 30px;
display: inline-block;
}

nav.main-nav ul li{
list-style: none;
display: inline-block;
width: 12%;
min-width: 120px;
}
nav.main-nav ul li a{
text-decoration: none;
color: #FFF;
}

nav.main-nav ul li.current a{
color: #FFF;
border-bottom:2px solid #00B0F0;
}

nav.main-nav ul li a:hover{
color:#EEE;
border-bottom:2px solid #00B0F0;
}

li.nav-ps{
position: relative;
top:10px;
}

/* ========================================================= */
/* PC版のデフォルトスタイル (769px 以上で適用) */
/* ========================================================= */

/* PC版ロゴの配置スタイル */
.grid-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.image-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
  align-self: center;
  position: relative;
  right: -15%;
}

.image-stack img {
 max-width: 100%;
 height: auto;
 display: block; /* ブロック要素にする */
 margin-left: auto;
 margin-right: auto; /* 左右のマージンを auto にして中央寄せ */
}

/* PC版ロゴ画像のサイズ */
.sub-logo img {
  min-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.kamui-logo img {
  min-width: 200px;
  width: 50%;
  display: block;
  margin: 0 auto;
}

/* PC版メニュー (sub-nav-pc) */
.sub-nav-pc {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
  align-self: start;
  justify-self: end;
  padding: 10px;
  z-index: 2;
  white-space: nowrap;
  position: relative;
  right: -25%!important;
  /* display: flex; align-items: center; flex-shrink: 0; min-width: fit-content; */
  /* sub-nav-pcの親にalign-items:centerを適用したので、ここでは個別にalign-selfを適用しない */
}

.sub-nav-pc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
  right: 60px;
}
.sub-nav-pc ul::before {
  content: '｜';
  color: #FFFFFF;
  display: inline-block;
  margin-right: 5px;
}
.sub-nav-pc ul::after {
  content: '｜';
  color: #FFFFFF;
  display: inline-block;
  margin-left: 5px;
}
.sub-nav-pc li a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  padding: 0 5px;
}
.sub-nav-pc li + li::before {
  content: '｜';
  color: #FFFFFF;
  display: inline-block;
  margin-right: 5px;
}

/* スマホ版メニュー (sub-navi-sp) の初期非表示 (PC版では見えない) */
.sub-navi-sp {
  display: none;
}

/* ハンバーガーアイコンの要素はPCサイズでは非表示 */
.hamburger-icon-wrap {
  display: none;
}

/* ========================================================= */
/* タブレット版のメディアクエリ */
/* ========================================================= */
@media (min-width: 1024px) and (max-width: 1239px){
/* 各ロゴのSP版配置 */
/*  .sub-logo { top: -20px!important; left: -125px!important; }
  .kamuri-logo { top: 50%; left: 5%; transform: translate(-50%, -50%); }
  .sub-nav-pc {position: absolute;right: 70%!important; }*/

.grid-container {
  margin-left: 15%;
}

/* 各ロゴ画像のSP時サイズ調整 */
.grid-container {
  max-width: 1024px; /* 最大幅を設定 */
  }
}

/* ========================================================= */
/* タブレット版のメディアクエリ2 */
/* ========================================================= */
@media (min-width: 901px) and (max-width: 1024px){
.grid-container {
  max-width: 901px; /* 最大幅を設定 */
}
.image-stack {
  margin: 10% auto!important;
  right: 0;
}
}

/* ========================================================= */
/* タブレット版のメディアクエリ2 */
/* ========================================================= */
@media (min-width: 768px) and (max-width: 901px){
.grid-container {
  max-width: 768px; /* 最大幅を設定 */
}

.image-stack {
  margin: 15% auto!important;
  right: 0;
}
}

/* ========================================================= */
/* タブレット版のメディアクエリ2 */
/* ========================================================= */
@media  (max-width: 767px){
.image-stack {
  margin: 20% auto!important;
  right: 0;
}
}

/* ========================================================= */
/* SP版のメディアクエリ (max-width: 1024px) */
/* ========================================================= */
@media (max-width: 1024px) {
  /* PC版の要素をSPで非表示 */
  .sub-nav-pc {
    display: none;
  }
  .main-nav{
    display: none;
  }

  /* SP版 .grid-container の設定を上書き */
  .grid-container {
    height: 35vh!important;
    min-height: unset;
    display: block;
    position: relative;
    grid-template-columns: unset;
    grid-template-rows: unset;
    gap: 0;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  /* SP版でのロゴ配置設定 */
  .sub-logo, .main-logo, {
    grid-column: unset; grid-row: unset;
    align-self: unset; justify-self: unset;
    display: block; width: auto; height: auto; padding: 0; margin: 0;
    position: absolute;
    z-index: 10;
  }

  /* 各ロゴ画像のSP時サイズ調整 */
  .sub-logo img { max-width: 100%; height: auto; display: block; } /* SPでのロゴサイズを調整 */
  .main-logo img { width: 325px; height: auto; display: block; } /* widthを%に変更 */

  /* 各ロゴのSP版配置 */
  .sub-logo { top: 10px; left: 10px; }
  .main-logo { top: 50%; left: 50%; transform: translate(-50%, -50%); }


  /* --- ハンバーガーメニューの表示とCSSでの開閉 --- */

  .hamburger-icon-wrap {
    display: block !important;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1002;
    background-color: transparent;
    border: 2px solid #ADD8E6;
    border-radius: 5px;
    padding: 6px 7px;
    width: auto;
    height: auto;
    overflow: visible;
    background-color: #09ccea;
  }

  /* ハンバーガーアイコン（label要素）のスタイル */
  .hamburger-icon {
    display: flex; flex-direction: column; justify-content: space-between;
    width: 30px; height: 24px;
    background: none; border: none; cursor: pointer; padding: 0;
    position: relative;
    z-index: 1003;
    outline: none; -webkit-tap-highlight-color: transparent;
  }
  .hamburger-icon span {
    display: block; width: 100%; height: 3px;
    background-color: #FFF;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
  }

  /* チェックボックス本体は完全に非表示 */
  #menu-toggle-checkbox { display: none; }

  /* メニュー開閉時のアイコンアニメーション (Xクローズ) */
  #menu-toggle-checkbox:checked + .hamburger-icon span:nth-child(1) { transform: translateY(10.5px) rotate(45deg); }
  #menu-toggle-checkbox:checked + .hamburger-icon span:nth-child(2) { opacity: 0; }
  #menu-toggle-checkbox:checked + .hamburger-icon span:nth-child(3) { transform: translateY(-10.5px) rotate(-45deg); }

  /* スマホメニュー本体 (sub-navi-sp) のスタイルと開閉 */
  .sub-navi-sp {
    display: block;
    position: fixed; top: 0; right: -100%;
    width: 80%; max-width: 300px; height: 100vh;
    background-color: #09ccea;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    padding-top: 80px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: auto;
    z-index: 1001;
  }
  /* チェックボックスがONの時にメニューを表示 */
  #menu-toggle-checkbox:checked ~ .sub-navi-sp {
    right: 0;
  }

  /* スマホメニュー内のリスト項目 (ul, li, a) のスタイル */
  .sub-navi-sp ul {
    list-style: none; margin: 0; padding: 0;
    width: 100%;
  }
  .sub-navi-sp li {
    /* li 自体は特に複雑なスタイル不要 */
  }
  .sub-navi-sp li a {
    display: block; padding: 15px 0; border-bottom: 1px solid #eee;
    color: #FFF; text-decoration: none; font-size: 16px;
  }
  .sub-navi-sp li:last-child a { border-bottom: none; }
}

/* ========================================================= */
/* 泉かむりの里パンフレット */
/* ========================================================= */
.pf-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.content-item {
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #ccc;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.content-item img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .content-item:nth-child(4) {
    grid-column: 1 / span 1;
    justify-self: start;
  }

  .content-item:nth-child(5) {
    grid-column: 2 / span 1;
    justify-self: center;
  }
}

@media (max-width: 768px) {
  .pf-container {
    grid-template-columns: 1fr;
  }
  .content-item:nth-child(4),
  .content-item:nth-child(5) {
    grid-column: auto;
    justify-self: auto;
  }
}

/* ========================================================= */
/* おもしろい市
/* ========================================================= */
.page-textlink{
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.page-textlink a:link{
  color: #388DFF;
  text-decoration-line: underline;

}

@media (min-width: 768px) {
.page-textlink br {
    display: none;
  }
}

/* ========================================================= */
/* おもしろい市カレンダー 
/* ========================================================= */
.cal-layout {
  text-align: center;
}

.cal-layout p {
  margin-bottom: 20px;
}

.google-cal iframe {
  width: 100%;
  height: 600px;
}
@media all and (min-width: 768px) {
  .google-cal iframe {
   width: 728px!important;
   height: 600px;
  }
}