@charset "UTF-8";

@font-face {
  font-family: 'mamelon'; //好きな名前を設定します。
/*  src: url('../font/Mamelon-3.5HiRegular.woff2') format('woff');*/
  src: url('../font/Mamelon-3.5HiRegular.woff2') format('woff2');
}

html {
  font-size: 62.5%;
}

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

body {
  background-color: #fff;
  color: #7C6C63;
  text-align: center;
  font-size: 1.8rem;
  font-family: 'mamelon', "Meiryo", "Hiragino Kaku Gothic ProN",  sans-serif;
  line-height: 1.75;
}

a {
  text-decoration: none;
  color: #7C6C63;
}

ul {
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


img {
  vertical-align: top;
}


/* 共通 */

main {
  background-image: url(../images/common/background.jpg);
  background-size: cover;
}

.arc-wrapper {
  width: 100%;
  position: relative;
}

.arc {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 130px;
  width: 100%;
  border-bottom-right-radius: 2000px 100px;
  border-bottom-left-radius: 2000px 100px;
  margin-left: ;
  margin-right: ;
  padding-left: ;
  padding-right: ;
  background: #fff;
  z-index: 0;
}

.title-section {
  z-index: 999;
  position: relative;
}

.contents {
  width: 1000px;
  margin: 0 auto;
}

.inner-contents {
  padding-top: 40px;
  padding-left: 40px;
  width: 90%;
}

.link-translate {
  display: inline-block;
  transition: 0.3s;
}

.link-translate:hover {
  transform: translateY(-3px);
  transition: 0.3s !important;
}

.heading-wrapper {
}

.heading-top {
}

.heading {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}

.second-heading {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
}

.three-heading {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 15px;
}

.images {
  width: 100%;
}

.circle-title {
  width: 120px;
}

.back-top-section {
  text-align: right;
}

.back-top {
  display: inline-block;
  width: 80px;
  transition: 0.3s;
}

.yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.page-title-under {
  line-height: 1;
  letter-spacing: 0.3em;
  font-size: 1.2rem;
  font-weight: bold;
}

.purple-line-wrapper {
  width: 60px;
  height: 3px;
  margin: 20px auto 15px;
}

.purple-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.purple-title {
  width: 180px;
}

.frame-short {
  width: 370px;
}

.responsive-appearance {
  display: none;
}

.responsive-disapear {
  
}

.blue-text {
  color: #88C5C7;
}

/* 共通のフェードインアニメーション */

.fade-in-animation {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(30px);
}

.fade-in-animation-right {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateX(60px);
}

.fade-in-animation-left {
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateX(-60px);
}

.active {
	opacity: 1;
	visibility: visible;
	 transform: translateY(0) translateX(0);
  -webkit- transform: translateY(0) translateX(0);
}


/* header */

.header-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.header-wrapper-top {
  margin-bottom: 0px;
}

.header-illust {
  position: absolute;
  z-index: 1;
  top: 5px;
}

.header-illust-left {
  left: 5px;
  width: 433px;
}

.header-illust-right {
  right: 5px;
  width: 566px;
}

@media screen and (max-width:1300px) {
.header-illust-left {
  width: 33%;
}

.header-illust-right {
  width: 46%;
}
}

.header-contents {
  position: relative;
  z-index: 999;
}

.header-heading-wrapper {
  width: 380px;
  margin: 0 auto 50px;
  padding-top: 70px;
}

.header-list-wrapper {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
}

.header-list {
  width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.8rem;
}

.header-list li {
  width: 160px;
  padding: 15px 0;
  position: relative;
}

.invisible-li {
    display: none;
  }

.header-list-line {
  width: 1px;
   position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.header-list-line-last {
  left: auto;
  right: 0;
}


/* footer */

.footer-wrapper {
  padding: 30px 0 40px;
}

.footer-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  font-size: 2.1rem;
  margin-bottom: 45px;
}

.footer-list li {
  width: 200px;
  position: relative;
}

.footer-list li a {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.3s;
  white-space: nowrap;
}

.footer-list li a:hover {
  top: 52%;
}

.footer-list li.footer-frame-long {
  width: 300px;
}

.copyright-wrapper {
  font-size: 1.2rem;
  line-height: 1;
}


/* top page */

.wrapper-top {
  margin-top: 80px;
  padding-bottom: 10px;
}

.top-text-section {
  position: relative;
  z-index: 999;
  font-size: 2.1rem;
}

.top-link-section {
  margin-top: 140px;
}

.top-link-wrapper {
  width: 690px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top-link {
  width: 330px;
}

.top-children-four {
  width: 495px;
  margin: 50px auto 0;
}

.normal-section {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 40px;
  text-align: left;
}

.white-section {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 15px;
}

.location-section {
  margin-bottom: 40px;
}

.location-box:first-child {
  padding-top: 0;
}

.location-box {
  padding-top: 30px;
  width: 100%;
}

.location-box p span {
  margin-left: 40px;
}

.location-box p span.handa-span {
  margin-left: 50px;
}

.location-dot-line {
  background-size: 6px 2px;
  background-image: linear-gradient(to right, #BE9C6D, #BE9C6D 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
  height: 2px;
  margin-top: 30px;
  width: 100%;
}

.information-section {
  margin-bottom: 50px;
}

.information-link {
  border-bottom: 1px solid #7C6C63;
  line-height: 1;
}

.access-section {
  margin-bottom: 50px;
}

.access-wrapper {
  text-align: left;
  display: flex;
  align-items: flex-start;
  padding: 0 40px;
  margin-bottom: 30px;
}

.access-text-wrapper {
  display: flex;
  margin-top: 50px;
  margin-left: 40px;
}

.access-text-wrapper p:first-child {
  margin-right: 25px;
}

.google-map-wrapper iframe {
  border: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: none; 
  width: 100%;
  height: 350px;
}

.overview-section {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-bottom: 100px;
  position: relative;
}

.overview-contents {
  width: 100%;
  padding-top: 50px;
}

.overview-top-text {
  margin-left: 40px;
}

.overview-box {
  padding: 0 20px;
}

.overview-line {
  height: 2px;
  background-color: #BE9C6D;
  width: 100%;
  margin: 20px auto 30px;
}

.overview-children {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 285px;
}

.director-section {
  margin-bottom: 20px;
}

.open-section {
  margin-bottom: 30px;
}

/* responsove start */

@media screen and (max-width:900px) {
  
/* 共通 */
  
  
body {
  font-size: 1.3rem;
  line-height: 1.5;
}
  
.contents {
  width: 90%;
  margin: 0 5%;
}
  
.inner-contents {
  padding-top: 40px;
  padding-left: 40px;
  width: 90%;
}  

.heading {
  font-size: 2.4rem;
  line-height: 1;
}

.second-heading {
  font-size: 1.8rem;
  line-height: 1;
}
  
.three-heading {
  font-size: 1.6rem;
  margin-bottom: 15px;
}

.inner-contents {
}

.link-translate {
  display: inline-block;
  transition: 0.3s;
}

.link-translate:hover {
  transform: translateY(-3px);
}

.heading-wrapper {
}

.circle-title {
  width: 100px;
  margin: 0 auto;
}

.back-top-section {
  text-align: right;
}

.back-top {
  display: inline-block;
  width: 60px;
  transition: 0.3s;
}

.page-title-under {
  line-height: 1;
  letter-spacing: 0.3em;
  font-size: 1.2rem;
  font-weight: bold;
}

.purple-line-wrapper {
  width: 60px;
  height: 3px;
  margin: 20px auto 15px;
}
  
.purple-title-wrapper {
  display: block;
  margin-bottom: 70px;
}

.purple-title {
  width: 130px;
  padding: 10px 0 18px;
  margin: 0 auto;
  display: block;
}

.frame-short {
  width: 100%;
}

.frame-short-reverse {
  transform: scale(1, -1);
}

  
.responsive-appearance {
  display: block;
}

.responsive-disapear {
  display: none;
}

  
/* header ハンバーガメニュー */
  
  
.header-navi-trigger{
  display: inline-block;
  position: fixed;
  top: 3px;
  right: 3px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9999;
}
  
.header-menu, .header-menu span {
  display: inline-block;
  transition: all .4s;
}

.header-menu {
  position: relative;
  width: 50px;
  height: 50px;
}

.header-menu span {
  position: absolute;
  width: 80%;
  height: 5px;
  background-color: #BE9C6D;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

.header-menu:nth-of-type(1) {
  top: 10px;
}

.header-menu span:nth-of-type(2) {
  top: 15px;
}

.header-menu span:nth-of-type(3) {
  top: 30px;
}

.header-menu.active span:nth-of-type(1) {
  left: 0;
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}

.header-menu.active span:nth-of-type(2) {
  opacity: 0;
}

.header-menu.active span:nth-of-type(3) {
  left: 0;
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
  
  
/* header */

.header-wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}

.header-wrapper-top {
  margin-bottom: 0px;
}

.header-illust-left {
  left: 1px;
  width: 30%;
}

.header-illust-right {
  right: 1px;
  width: 38%;
}
 
.header-illust {
  position: absolute;
  z-index: 1;
  top: -30%;
}
  
.header-contents {
  position: relative;
  z-index: 999;
}

.header-heading-wrapper {
  width: 300px;
  margin: 50px auto 50px;
  padding-top: 0px;
}

.header-list-wrapper {
  display: none;
  width: 100%;
  background-color: #fff;
  z-index: 9990;
  position: fixed;
  top: 0;
  left: 0;
}

.header-list {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 1.8rem;
  background-color: #fff;
}

.header-list li {
  width: 100%;
  padding: 15px 0;
  position: relative;
  background-size: 6px 2px;
  background-image: linear-gradient(to right, #BE9C6D, #BE9C6D 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
}

.header-list li:last-child {
  display: block;
  height: 2px;
  padding: 0px;
}  

.invisible-li {
  display: block;
  height: 3px;
  padding: 0px;
}

.header-list-line {
  display: none;
}

.header-list-line-last {
  display: none;
}

/* footer */

.footer-wrapper {
  padding: 20px 0 40px;
}

.footer-list {
  width: 100%;
  display: block;
  font-size: 1.5rem;
  margin-bottom: 45px;
}

.footer-list li {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.footer-list li a {
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.footer-list li a:hover {
  top: 52%;
}

.footer-list li.footer-frame-long {
  width: 250px;
}

.copyright-wrapper {
  font-size: 1rem;
  white-space: nowrap;
}

  
/* top page */

.wrapper-top {
  margin-top: 0px;
  padding-bottom: 10px;
}

.top-text-section {
  font-size: 1.6rem;
}

.top-link-section {
  margin-top: 140px;
}

.normal-section {
  display: block;
  padding: 30px 0;
  text-align: center;
}

.white-section {
}

.location-section {
  margin-bottom: 40px;
}

.location-box:first-child {
  padding-top: 0;
}

.location-box {
  padding-top: 30px;
  width: 100%;
}

.location-box p span {
  display: block;
  margin-left: 0;
}

.location-box p span.handa-span {
  margin-left: 0;
}

.location-dot-line {
  margin-top: 20px;
  width: 100%;
}

.information-section {
  margin-bottom: 50px;
}

.information-link {
  border-bottom: none;
  line-height: 1.1;
  text-decoration: underline;
}  

.access-section {
  margin-bottom: 20px;
  margin-top: 60px;
}

.access-wrapper {
  text-align: center;
  display: block;
  padding: 0;
  margin-bottom: 30px;
}

.access-text-wrapper {
  display: block;
  margin-top: 30px;
  margin-left: 0px;
  line-height: 1.8;
}

.access-text-wrapper p:first-child {
  margin-right: 0;
}

.google-map-wrapper iframe {
  border: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  max-width: none; 
  width: 100%;
  height: 350px;
}
  
.overview-section {
  padding: 30px 10px;
  position: relative;
  text-align: center;
}

.overview-contents {
  width: 100%;
  padding-top: 50px;
}
  
.overview-box p {
  text-align: left;
}

.overview-top-text {
  margin-left: 0px;
}

.overview-box {
  padding: 0 10px;
}

.overview-line {
  height: 2px;
  background-color: #BE9C6D;
  width: 100%;
  margin: 20px auto 30px;
}

.overview-children {
  position: static;
  margin: 20px auto;
  width: 285px;
}

.director-section {
  margin-bottom: 20px;
}

.open-section {
  margin-bottom: 30px;
} 


/* responsive finish */
  
}

@media screen and (max-width:700px) {

.top-link-wrapper {
  width: 100%;
  display: block;
}

.top-link {
  width: 280px;
  margin: 0 auto 30px;
}

.top-children-four {
  width: 300px;
  margin: 0px auto 60px;
}  
  
/* responsive finish */  
}
