@charset "utf-8";

/*common*/ /*common*/ /*common*/

body {
  font-size: 13px;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555555;
}

p {
  line-height: 2;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*ヘッダーとフッター*/ /*ヘッダーとフッター*/
header {
  text-align: center;
  margin: 20px auto;
}

.global-nav {
  margin: 20px auto;
  font-size: 1.5em;
}

.global-nav li {
  display: inline-block;
  margin-left: 20px;
}

.global-nav li:first-of-type {
  margin-left: 0;
}

.global-nav a {
  color: rgb(75, 75, 75);
}

.global-nav a span {
  font-size: 65%;
}

#logo img {
  margin: 10px 10px;
}

#logo:hover,
.global-nav a:hover {
  opacity: 0.5;
}

footer {
  text-align: center;
  padding: 50px;
  margin-top: 20px;
}
footer .link-wrap {
  margin-bottom: 60px;
}

footer .link-wrap h3 {
  margin-bottom: 30px;
}

footer .link-wrap h3 span {
  font-size: 120%;
  position: relative;
}
footer .link-wrap h3 span::before,
footer .link-wrap h3 span::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  flex-grow: 1;
  background-color: #000;
}
footer .link-wrap h3 span::before {
  position: absolute;
  top: 50%;
  left: -60px;
}
footer .link-wrap h3 span::after {
  position: absolute;
  top: 50%;
  left: 60px;
}

footer .link-wrap-inner {
  display: block;
  /* justify-content: center; */
}

footer .link-wrap-inner a {
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 10px 25px;
  margin-bottom: 30px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

footer .link-wrap-inner a:hover {
  color: #fff;
  background-color: #000;
}

footer .link-wrap-inner a:not(:first-of-type) {
  margin-left: 0px;
}

/*インデックス*/ /*インデックス*/ /*インデックス*/
#index {
  width: 100%;
  margin: 0 auto;
}

#index #main {
  overflow: hidden;
  position: relative;
}

#index #mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#index #main:hover #mask {
  opacity: 1;
}

#index #main img {
  max-width: 100%;
  height: 280px;
}

#index #main #caption {
  text-align: center;
  color: #fff;
}

#index #caption h1 {
  font-size: 25px;
  margin: 3px;
}

#index #caption h1 span {
  font-size: 60%;
}

#index #caption p {
  margin-top: 0;
}

#index #sub-flexcontainer section {
  margin-left: 15px;
  margin-bottom: 10px;
}

#index #sub-flexcontainer h2 {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid;
  display: inline-block;
}

#index #sub-flexcontainer dl {
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#index #sub-flexcontainer dt {
  font-weight: bolder;
  margin-top: 10px;
}

#index #sub-flexcontainer dd {
  margin-left: 0;
  margin-bottom: 5px;
}

#index #sub-flexcontainer p {
  margin-top: 0;
}

#index #sub-flexcontainer .red {
  background-color: salmon;
  padding: 0 15px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
}

#index .blog-toggle {
  background-color: skyblue;
  padding: 3px 15px;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  margin-top: 20px;
}

#index .blog-toggle:hover {
  cursor: pointer;
}

/*メニュー*/ /*メニュー*/ /*メニュー*/
#menu #wrap {
  width: 96%;
  line-height: 1.6;
  text-align: left;
  font-size: 15px;
  padding: 0 2%;
}

#menu h1 {
  font-size: 30px;
  margin: 20px auto;
  text-align: center;
}

#menu th,
#menu td {
  font-weight: normal;
}

#menu .menubox {
  width: 300px;
  margin-bottom: 50px;
}

#menu h2 {
  border-bottom: 2px solid;
}

#menu table {
  border-collapse: collapse;
  border-spacing: 0;
}

#menu th,
#menu td {
  width: 100%;
  line-height: 2;
  border-bottom: 1px solid;
}

#menu td {
  text-align: right;
}

#menu .detail {
  font-size: 80%;
  text-align: left;
}

#menu .detail th {
  line-height: 1.5;
}

#menu .border-dotted {
  border-bottom-style: dotted;
}

#menu .border-hidden {
  border-bottom-style: hidden;
}

/*ギャラリー*/ /*ギャラリー*/ /*ギャラリー*/
#gallery h1 {
  font-size: 30px;
  margin: 20px auto;
  text-align: center;
}

#gallery li img {
  max-width: 100%;
  height: auto;
}

#gallery .left li {
  margin-bottom: 10px;
}

#gallery .right li {
  margin-bottom: 10px;
}

/*アクセス*/ /*アクセス*/ /*アクセス*/
#access h1 {
  font-size: 30px;
  margin: 20px auto;
  text-align: center;
}

#access .map img {
  width: 95%;
  margin-left: 10px;
}

#access .text {
  text-align: left;
  margin-left: 10px;
}

#access p {
  line-height: 0.8;
}

/*レスポンシブ*/
@media screen and (min-width: 820px) {
  /* 画面サイズが950px以上の場合に適用 */

  body {
    width: 960px;
    margin: 0 auto;
    font-size: 14px;
  }

  #index #wrap {
    width: 864px;
    margin: 0 auto;
  }

  #index #main img {
    width: 864px;
    height: 360px;
  }

  #index #caption {
    margin-top: 30px;
  }

  #index #sub {
    margin-left: 0px;
    overflow: hidden;
  }

  #index #sub-flexcontainer {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  #index #sub-flexcontainer section {
    margin-left: 0px;
  }
  #index #sub-flexcontainer section:nth-last-of-type(2) {
    margin-left: 0px;
    width: 40%;
  }

  #index #sub-flexcontainer h2 {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 0;
  }
  #index #sub-flexcontainer dt {
    font-weight: bolder;
  }

  #index #sub-flexcontainer dd {
    margin-left: 0px;
    margin-bottom: 10px;
  }

  #menu #main {
    display: flex;
    justify-content: center;
  }

  /* #menu #left {
    margin-left: 40px;
  } */

  #menu #right {
    margin-left: 40px;
  }

  #gallery #main {
    display: flex;
    justify-content: center;
  }

  #gallery .left {
    margin-right: 5px;
  }

  #gallery .right {
    margin-left: 5px;
  }

  #access #wrap {
    width: 864px;
    margin: 0 auto;
  }

  footer .link-wrap {
    margin-bottom: 60px;
  }

  footer .link-wrap h3 span {
    font-size: 120%;
    position: relative;
  }
  footer .link-wrap h3 span::before,
  footer .link-wrap h3 span::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    flex-grow: 1;
    background-color: #000;
  }
  footer .link-wrap h3 span::before {
    position: absolute;
    top: 50%;
    left: -60px;
  }
  footer .link-wrap h3 span::after {
    position: absolute;
    top: 50%;
    left: 60px;
  }

  footer .link-wrap-inner {
    display: flex;
    justify-content: center;
  }

  footer .link-wrap-inner a {
    display: block;
    color: #000;
    border: 1px solid #000;
    padding: 10px 25px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }

  footer .link-wrap-inner a:hover {
    color: #fff;
    background-color: #000;
  }

  footer .link-wrap-inner a:not(:first-of-type) {
    margin-left: 50px;
  }
}

/*レスポンシブ*/
@media screen and (max-width: 440px) {
  /* 画面サイズが950px以上の場合に適用 */
  #menu #wrap {
    width: 80%;
    padding: 0 10%;
  }
}