/* --------------------------- */
/* kv
/* --------------------------- */
.kv-wrapper{
  position: relative;
  width: 100vw;
  height: auto;
  }
.kv-copy-wrapper{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  letter-spacing: 1rem;
}
.kv-copy{
  font-size: 2.8rem;
  font-weight: lighter;
  color: #000;
  margin-bottom: 20px;
  margin-top: 15vh;
} 
.kv-subcopy{
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 0.3rem;
}
.kv-logo{
  width: 470px;
  max-width: 80%;
  margin: 40px auto 20px auto;
}
/* --------------------------- */
/* Message
/* --------------------------- */
.message-wrapper{
  margin: 0 auto;
  max-width: 80%;
}
.message-list{
  border: solid;
  border-color: #333;
  border-width: 1px;
  padding: 50px 100px;
}
.message-item{
  padding-left: 40px;
	line-height: 4rem;
	background: url(../images/check.png) left 0px top 3px no-repeat;
	background-size: 25px auto;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.message-text{
  font-size: 1.7rem;
  line-height: 4rem;
  text-align: center;
  margin-top: 50px;
}
.logo00{
  font-size: 2.1rem;
}
.logo02{
  font-size: 2.5rem;
}

/* --------------------------- */
/* About
/* --------------------------- */
.section-wrapper#about{
  margin-top: 50px;
}
.logo-gray{
  width: 40px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
}
.section-sub-title{
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.about-detail{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.3rem;
  padding: 10px;
  margin-bottom: 50px;
}
.about-detail02{
  font-size: 1.5rem;
  width: 70%;
  line-height: 1.8;
  margin: 0 auto;
  letter-spacing: 0.1rem;
  padding: 10px;
  margin-bottom: 30px;
}
.about-detail02{
  margin: 0 auto;
  margin-bottom: 50px;
}
.about-detail03{
  margin-bottom: 50px;
}
.about-img01{
  width: 100%;
  margin-bottom: 50px;
}
.about-img02{
  max-width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.about-img03{
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-inner.about03{
  margin-bottom: 100px;
}
/* 立体ボタン（ゴールド） */
.btn-wrapper{
  margin-bottom: 80px;
  padding-top: 10px;
}
a.btn_17 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 400px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: light;
  border: solid rgba(255, 255, 255, 0.615);
  border-width: 5px;
	background: #A69A5A;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
  background: linear-gradient(to top, #A69A5A, #c6bf5b);
	color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
a.btn_17:hover {
	color: #fff;
	opacity: 0.5;
}
/* --------------------------- */
/* Recommend
/* --------------------------- */
.section-wrapper#recommend{
  background-color: #D2E3E7;
  position: relative;
  padding: 0;
  padding-bottom: 100px;
}
.reccomend-wrapper{
  padding: 50px;
}
.recommend-text-wrapper{
  max-width: 80%;
  padding: 50px;
  margin: 0 auto;
  z-index: 2;
}
.recommend-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 50px;
  
}
.recommend-title{
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
}
.hr01{
  margin: 0 auto;
  margin-bottom: 50px;
}
.recommend-text{
  font-size: 1.7rem;
  line-height: 2.5;
  font-weight: bold;
}
/* --------------------------- */
/* Before&after
/* --------------------------- */
.befreafter-wrapper{
  justify-content: center;
  font-size: 1.3rem;
  text-align: center;
  margin: 0 auto;
}
.beforeafter-photo{
  width: 450px;
  padding: 20px 30px;
}
/* --------------------------- */
/* voice
/* --------------------------- */
.sns-wrapper.youtube{
  padding-top: 0;
}
.responsive {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.voice-list{
  margin-bottom: 50px;
}
.voice-img{
  width: 200px;
  padding: 20px;
}
.voice-title-wrapper{
  padding: 20px 10px;
}
.voice-item{
  background-color: #fff;
  padding: 40px 50px;
  margin: 20px;
}
.voice-title{
  font-size: 1.8rem;
  color: #007994;
  margin-bottom: 20px;
}
.voice-sub-title{
  color: #007994;
}
.voice-detail{
  padding: 20px;
}
.voice{
  font-size: 1.3rem;
}
/* 立体ボタン（画像） */
.btn-wrapper02{
  margin-bottom: 50px;
}
a.btn_1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 405px;
  height: 81px;
	margin: auto;
  background-image: url(../images/banner_btn.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.btn_1:hover {
	color: #fff;
	opacity: 0.5;
}
/* --------------------------- */
/* BIO
/* --------------------------- */
.section-wrapper#bio{
  background-color: #D2E3E7;
}
.bio-img01{
  width: 40%;
  min-width: 350px;
  height: auto;
  padding: 20px;
}
.bio-img02{
  width: 30%;
  min-width: 300px;
  height: auto;
  padding: 20px;
}
.bio-title{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.bio-sub-title{
  margin-bottom: 30px;
}
.bio-text-wrapper{
  width: 60%;
  min-width: 400px;
  padding: 20px;
  /* margin-bottom: 20px; */
}
.bio-text{
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.bio-text02{
  font-size: 1.1rem;
}
.achieve-wrapper{
  padding: 30px 80px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 20px;
  margin-bottom: 50px;
}
.achieve-list{
  font-size: 1.2rem;
}
.trainers-list{
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  align-content: flex-start;
}
.trainers-item{
  width: 200px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.trainers-img{
  width: 200px;
}
.trainers-name{
  font-size: 1.2rem;
  text-align: center;
}
/* --------------------------- */
/* fee
/* --------------------------- */
.section-wrapper#fee{
  background-image: url(../images/bg_fee.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.section-title.fee{
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.fee-list{
  width: 960px;
}
.ad-fee{
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 10px #AAAAAA;
  padding: 50px 100px 50px 100px;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 740px;
}
.ad-fee01{
  margin-bottom: 10px;
}
.ad-fee02{
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.ad-fee03{
  margin-bottom: 20px;
}
.ad-fee04{
  font-weight: bold;
  font-size: 3rem;
}
.session-wrapper{
  background-color: #fcfcfce8;
  padding: 60px 150px;
  text-align: center;
  margin-bottom: 50px;
}
.session-title{
  font-size: 2rem;
  margin-bottom: 20px;
}
.session-color01{
  font-weight: bold;
  background: linear-gradient(transparent 60%, #D0F0E8 30%);
  width: fit-content;
  padding: 10px;
  padding-bottom: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}
.session-color02{
  font-weight: bold;
  background: linear-gradient(transparent 60%, #E7C7C7 30%);
  width: fit-content;
  padding: 10px;
  padding-bottom: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}
.session-color03{
  font-weight: bold;
  background: linear-gradient(transparent 60%, #d6d6d6 30%);
  width: fit-content;
  padding: 10px;
  padding-bottom: 0;
  margin: 0 auto;
  margin-bottom: 20px;
}
.session-fee{
  font-size: 2.1rem;
  font-weight: bold;
}
.session02{
  margin-bottom: 20px;
}
.ad-fee06{
  background-image: url(../images/bg02.jpg);
  background-size: cover;
  border: solid 10px #A9CED6;
  padding: 50px 100px 50px 100px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.ad-fee07{
  font-size: 1.7rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.ad-fee08{
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.ad-fee09{
  margin-bottom: 10px;
}
.ad-fee10{
  margin-bottom: 40px;
}
.ad-fee10:last-of-type{
  margin-bottom: 0;
}
.ad-fee11{
  font-weight: bold;
  font-size: 2.5rem;
}
.seitai{
  background-color: #d2e3e7e9;
  padding: 50px 100px 50px 100px;
  margin-bottom: 50px;
}
.ad-fee12{
  background-image: url(../images/bg03.jpg);
  background-size: cover;
  border: solid 10px #A69A5A;
  padding: 50px 100px 50px 100px;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* --------------------------- */
/* Access
/* --------------------------- */
.access-img{
  width: 450px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.map-outer{
  position:relative;
  width:40%;
  height:0;
  padding-top:40%;
  margin: 10px 10px 10px 10px;
}
.map-outer iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.access-text-wrapper{
  padding: 30px;
}
.access-wrapper{
  margin-bottom: 70px;
}
.access-title{
  font-size: 2.2rem;
}
.access-title-ja{
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.access-text{
  font-size: 1.3rem;
  line-height: 1.5em;
}
.mail-link{
  text-decoration: underline;
  color: #007994;
  letter-spacing: 0;
}
/* --------------------------- */
/* Q&A
/* --------------------------- */
/* アコーディオンメニュー */
.ac-menu-wrapper{
  margin-bottom: 60px;
}
.ac-menu input {
  display: none;
}
.ac-menu label {
  color: #fff; /* 文字色 */
  font-size: 1.5rem; /* 文字サイズ */
  line-height: 2; /* 行間 */
  text-align: left; /* 文字列 */
  background: #85B4BF; /*背景色 */
  padding: 15px 50px 15px 50px; /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.ac-menu label:after {
  position: absolute;
  right: 20px; /* 左からの距離 */
  top: 50%; /* 上下中央配置 */
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
  content: "＋"; /* アイコン */
  color: #fff;
  font-weight: bold;
}
.ac-menu input:checked ~ label::after {
  content: "−"; /* クリック後のアイコン */
}
.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s; /* 開閉スピード */
}
.ac-menu input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 20px 50px; /* 中身の枠内の余白 */
  background: #fff; /* 中身の背景色 */
  margin-bottom: 10px;
}
.ac-menu-inside {
  color: #333; /* 中身の文字色 */
  font-size: 1.3rem; /* 中身の文字サイズ */
  line-height: 2; /* 行間 */
}
.ac-menu-title{
  margin-top: 30px;
  margin-bottom: 10px;
}
/* --------------------------- */
/* message
/* --------------------------- */
.kazu-wrapper{
  background-color: #ffffffde;
  padding: 100px 120px;
}
.kazu-text{
  font-size: 1.6rem;
  letter-spacing: 0.4rem;
  line-height: 2.4;
  margin-bottom: 50px;
}
.message-img{
  margin-right: 20px;
}
/* --------------------------- */
/* link
/* --------------------------- */
/* 立体ボタン（画像） */
.banner-wrapper02{
  margin-bottom: 50px;
}
a.banner01{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 400px;
  height: 45px;
	margin: 0 auto;
  background-image: url(../images/link01.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner01:hover {
	color: #fff;
	opacity: 0.5;
}
a.banner02{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 400px;
  height: 45px;
	margin: 0 auto;
  background-image: url(../images/link02.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner02:hover {
	color: #fff;
	opacity: 0.5;
}
a.banner03{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 400px;
  height: 45px;
	margin: 0 auto;
  background-image: url(../images/link03.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner03:hover {
	color: #fff;
	opacity: 0.5;
}
a.banner04{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 400px;
  height: 45px;
	margin: 0 auto;
  background-image: url(../images/link04.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner04:hover {
	color: #fff;
	opacity: 0.5;
}
a.banner05{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 400px;
  height: 45px;
	margin: 0 auto;
  background-image: url(../images/link05.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner05:hover {
	color: #fff;
	opacity: 0.5;
}
/* --------------------------- */
/* iPad
/* --------------------------- */
@media screen and (max-width:820px){
/* --------------------------- */
/* kv
/* --------------------------- */
.kv-copy-wrapper{
  width: 90%;
}
.kv-copy{
  font-size: 2.2rem;
  margin-bottom: 20px;
  margin-top: 10vh;
} 
.kv-subcopy{
  font-size: 1.3rem;
}
.kv-logo{
  width: 250px;
  max-width: 80%;
  margin: 20px auto 10px auto;
}
.kv-copy-en{
  width: 250px;
  max-width: 70%;
  margin: 0 auto;
}
/* --------------------------- */
/* Recommend
/* --------------------------- */
.section-wrapper#recommend{
  background-color: #D2E3E7;
  position: relative;
  padding: 80px 0;
}
.recommend-text-wrapper{
  max-width: 90%;
  padding: 20px;
  margin: 0 auto;
  z-index: 2;
}
.reccomend-wrapper{
  padding: 20px;
}
.recommend-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0;
  
}
/* --------------------------- */
/* BIO
/* --------------------------- */
.bio-img01{
  width: 40%;
  min-width: 300px;
  height: auto;
  padding: 20px;
}
.bio-img02{
  width: 30%;
  min-width: 250px;
  height: auto;
  padding: 20px;
}
.bio-title{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.bio-sub-title{
  margin-bottom: 30px;
}
.bio-text-wrapper{
  width: 60%;
  min-width: 300px;
  padding: 20px;
  /* margin-bottom: 20px; */
}
.bio-text{
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.bio-text02{
  font-size: 1.1rem;
}
.achieve-wrapper{
  padding: 30px 80px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 20px;
  margin-bottom: 50px;
}
.achieve-list{
  font-size: 1.2rem;
}
.trainers-list{
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
}
.trainers-item{
  width: 200px;
  margin-right: 30px;
  margin-bottom: 20px;
}
/* --------------------------- */
/* fee
/* --------------------------- */
.fee-list{
  width: 700px;
}
.ad-fee{
  padding: 50px 100px 50px 100px;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 430px;
}
/* --------------------------- */
/* Access
/* --------------------------- */
.map-outer{
  position:relative;
  width:50%;
  height:0;
  padding-top:40%;
  margin: 10px 10px 10px 10px;
}
.map-outer iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.access-text-wrapper{
  padding: 25px;
  padding-top: 0;
}
/* --------------------------- */
/* message
/* --------------------------- */
.kazu-wrapper{
  background-color: #ffffffde;
  padding: 50px 60px;
}
}
/* --------------------------- */
/* SP
/* --------------------------- */
@media screen and (max-width:430px){
  /* --------------------------- */
/* kv
/* --------------------------- */
.kv-copy-wrapper{
  width: 90%;
}
.kv-copy{
  font-size: 2.1rem;
  margin-bottom: 20px;
  margin-top: 15vh;
  letter-spacing: 0.5rem;
} 
/* --------------------------- */
/* Message
/* --------------------------- */
.message-wrapper{
  margin: 0 auto;
  max-width: 100%;
}
.message-list{
  border: solid;
  border-color: #333;
  border-width: 1px;
  padding: 20px 20px;
}
/* --------------------------- */
/* About
/* --------------------------- */
.section-sub-title{
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.about-detail{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.3rem;
  padding: 10px;
  margin-bottom: 50px;
}
.about-detail02{
  font-size: 1.5rem;
  width: 100%;
  line-height: 1.8;
  margin: 0 auto;
  letter-spacing: 0.1rem;
  padding: 10px;
  margin-bottom: 30px;
}
.about-detail02{
  margin: 0 auto;
  margin-bottom: 50px;
}
.about-detail03{
  margin-bottom: 50px;
}
.about-img01{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 50px;
}
.about-img02{
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.about-img03{
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-inner.about03{
  margin-bottom: 100px;
}
/* 立体ボタン（ゴールド） */
.btn-wrapper{
  margin: 0 auto;
  margin-bottom: 80px;
  padding-top: 10px;
}
a.btn_17 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 300px;
	margin: 0 auto;
	padding: 1rem 2rem;
  font-size: 1.3rem;
	font-weight: light;
  border: solid rgba(255, 255, 255, 0.615);
  border-width: 5px;
	background: #A69A5A;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
  background: linear-gradient(to top, #A69A5A, #c6bf5b);
	color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
}
a.btn_17:hover {
	color: #fff;
	opacity: 0.5;
}
/* --------------------------- */
/* Recommend
/* --------------------------- */
.section-wrapper#recommend{
  background-color: #D2E3E7;
  position: relative;
  padding: 50px 0;
}
.recommend-text-wrapper{
  font-weight: bold;
  max-width: 100%;
  padding: 20px;
  margin: 0 auto;
  z-index: 2;
}
.reccomend-wrapper{
  padding: 0;
}
.recommend-img{
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0; 
}
.recommend-title{
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
.hr01{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.recommend-text{
  font-size: 1.5rem;
  line-height: 2.5;
}
/* --------------------------- */
/* Before&after
/* --------------------------- */
.beforeafter-photo{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0;
}
/* --------------------------- */
/* voice
/* --------------------------- */
.voice-img{
  width: 200px;
  padding: 20px;
  margin: 0 auto;
}
.voice-title-wrapper{
  padding: 20px 10px;
}
.voice-item{
  background-color: #fff;
  padding: 20px 30px;
  margin: 0;
  margin-bottom: 30px;
}
/* 立体ボタン（画像） */
a.btn_1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 310px;
  height: 62px;
	margin: 0 auto;
  background-image: url(../images/banner_btn.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
/* --------------------------- */
/* BIO
/* --------------------------- */
.bio-text-wrapper{
  width: 60%;
  min-width: 300px;
  padding: 20px;
  /* margin-bottom: 20px; */
}
.bio-img02{
  width: 300px;
  margin: 0 auto;
  padding: 0;
}
.achieve-wrapper{
  padding: 20px 40px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0px;
  margin-bottom: 50px;
}
/* --------------------------- */
/* fee
/* --------------------------- */
.section-wrapper#fee{
  background-image: url(../images/bg_fee_sp.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.fee-list{
  width: 350px;
}
.ad-fee{
  padding: 50px 70px 50px 70px;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 200px;
}
.session-wrapper{
  background-color: #fcfcfce8;
  padding: 50px 10px;
  text-align: center;
  margin-bottom: 50px;
}
.ad-fee06{
  background-image: url(../images/bg02.jpg);
  background-size: cover;
  background-position: center;
  border: solid 10px #A9CED6;
  padding: 50px 15px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.ad-fee07{
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.ad-fee08{
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.ad-fee09{
  margin-bottom: 10px;
}
.ad-fee10{
  font-size: 1.2rem;
  margin-bottom: 40px;
}
.ad-fee10:last-of-type{
  margin-bottom: 0;
}
.ad-fee11{
  font-weight: bold;
  font-size: 2.1rem;
}
.seitai{
  background-color: #d2e3e7e9;
  padding: 50px 10px 50px 10px;
  margin-bottom: 50px;
}
.ad-fee12{
  background-image: url(../images/bg03_sp.jpg);
  background-size: cover;
  background-position: center;
  border: solid 10px #A69A5A;
  padding: 50px 15px;
  margin: 0 auto;
  margin-bottom: 50px;
}
/* --------------------------- */
/* Access
/* --------------------------- */
.access-img{
  width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.map-outer{
  position:relative;
  width:100%;
  height:0;
  padding-top:40%;
  margin: 10px 10px 10px 10px;
}
/* --------------------------- */
/* message
/* --------------------------- */
.kazu-wrapper{
  background-color: #ffffffde;
  padding: 30px 30px;
}
.kazu-text{
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
  line-height: 2.1;
  margin-bottom: 50px;
}
.message-img{
  margin: 0 auto;
  margin-bottom: 10px;
}
/* --------------------------- */
/* link
/* --------------------------- */
/* 立体ボタン（画像） */
.banner-wrapper02{
  margin-bottom: 50px;
}
a.banner01{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 300px;
  height: 33px;
	margin: 0 auto;
  background-image: url(../images/link01.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner01:hover {
	color: #fff;
	opacity: 0.5;
}
a.banner02{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
  width: 300px;
  height: 33px;
	margin: 0 auto;
  background-image: url(../images/link02.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner02:hover {
	color: #fff;
	opacity: 0.5;
}
a.banner03{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
  width: 300px;
  height: 33px;
	margin: 0 auto;
  background-image: url(../images/link03.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner03:hover {
	color: #fff;
	opacity: 0.5;
}
a.banner04{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
  width: 300px;
  height: 33px;
	margin: 0 auto;
  background-image: url(../images/link04.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner04:hover {
	color: #fff;
	opacity: 0.5;
}
a.banner05{
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
  width: 300px;
  height: 33px;
	margin: 0 auto;
  background-image: url(../images/link05.jpg);
  background-size: cover;
	transition: 0.5s ease-in-out;
  margin-bottom: 20px;
}
a.banner05:hover {
	color: #fff;
	opacity: 0.5;
}
}