/* =================================================================
		#トップ注釈
================================================================= */

.sec-description {
  /* background: url(/assets/images/test01.jpeg) center center / cover no-repeat; */
  /* padding: 40px 0; */
  /* text-align: center; */

  margin: 16 8px;
  padding: 32px 16px;
  position: relative;

  /* color: #004cba; */

  /* background: linear-gradient(90deg, #ffffff, transparent); */
  /* background-color: #00c300; */
}

.sec-description .title {
  font-size: 30px;
  margin-bottom: px;
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
  z-index: 10;
}

.sec-description .subtitle-small {
  font-size: 16px;
  margin-bottom: px;
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
  z-index: 10;
}

.sec-description .subtitle-medium {
  font-size: 20px;
  margin-bottom: px;
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
  z-index: 10;
}

.sec-description .subtitle-large {
  /* color: #fff; */
  font-size: 24px;
  margin-bottom: px;
  text-align: center;
  margin: 0 auto 24px;
  position: relative;
  z-index: 10;
}

.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.img_size_small {
  height: auto;
  overflow: hidden;
  width: 360px;
}

.site-test {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  /* margin: 0 auto; */
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /* text-align: right; */
}

.center-align {
  text-align: center;
}

/* =================================================================
		#お知らせ
================================================================= */
.home-infomation {
  /*background-image: url(/images/info_bg_n0000.png);*/
  margin: 16px 8px;
  padding: 32px 16px;
  position: relative;
  z-index: 1;
}



/* =================================================================
		#釣果情報
================================================================= */
.fishing-information {
  margin: 16px 8px;
  padding: 32px 16px;
  position: relative;
  z-index: 1;
  color: #87cefa;
}





/* =================================================================
		#トップ動画
================================================================= */
.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

.header-moive {
  text-align: center;
}

/* =================================================================
		#バナーメニュー
================================================================= */
.banner-manu {
  margin: 16px 0px;
  padding: 32px 16px;
  position: relative;
  z-index: 1;
  color: #87cefa;
}


/* =================================================================
		#共通パーツ
================================================================= */

/* 角丸ボタン */
a.radius-btn {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 40px;
  padding: 8px 64px;
}




.home-btn {
  /* width: calc(100% - 32px); */
  margin: 0 auto 24px;
}

.home-btn .exp {
  font-size: 1.4rem;
  line-height: 1.4;
}

.home-btn .banner-bt {
  margin-bottom: 0;
  text-align: center;
}

.sec-title {
  margin-bottom: 0;
  text-align: center;
}

.home-about a {
  /*background: url(/images/btn_about_n0000.jpg) center center / cover no-repeat;*/
  padding: 32px 8px;
}

/* =================================================================
		#アクセス
================================================================= */



/* =================================================================
		#ご予約・お問い合わせ
================================================================= */



/* =================================================================
		#フッター
================================================================= */

/* =================================================================
		#移動してきた(コピペ元)
================================================================= */
.banner-btn {
  width: calc(100% - 32px);
  margin: 0 auto 24px;
}

.banner-btn a {
  height: 110px;
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
}


/* =================================================================
		#移動してきた(googleMap)
================================================================= */
#googlemap {
  width: 100%;
  max-width: 1000px;
  height: 42vh;
  position: relative;
  margin: 0 auto 16px;
}

#googlemap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* =================================================================
		#移動してきた(アクセス)
================================================================= */
.btn-map-wrap {
  text-align: center;
  /* margin-bottom: 16px; */
  padding-top: 8pt;
  padding-bottom: 8pt;
}

/* =================================================================
		#移動してきた(ご予約・お問い合わせ)
================================================================= */
.contactbox {
  /* background: url(/assets/images/test01.jpeg) center center / cover no-repeat; */
  background: url(/assets/images/sample08.png) center center / cover no-repeat;
  padding: 40px 0;
}

/* =================================================================
		#移動してきた(link text style)
================================================================= */

a {
  outline: none;
  color: #000;
}

a:link {
  color: #000;
  text-decoration: none;
}

/* ここから全てコピペ */

body {
  overflow-x: hidden;
  background-color: #fff;
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* TK: 自分で追加 */
  margin: 0%;
}

@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
    letter-spacing: normal;
  }
}

/* for tablet */
body.tablet {
  min-width: 1080px
}

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  text-align: left;
}

ul li {
  list-style: none;
}

figure {
  margin: 0;
  line-height: 0;
}

figcaption {
  line-height: 1.7;
}

th,
td {
  vertical-align: top;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.4;
}

em {
  font-weight: bold;
  font-style: normal;
}

p {
  margin: 0;
}

address {
  font-style: normal;
}



/* =================================================================
		#footer
================================================================= */

.site-footer {
  /*background-image: url(/images/foot_bg_n0000.png);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 16px 80px;
  text-align: center;
  color: #fff;
  position: relative;
}

.site-footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.site-footer * {
  position: relative;
  z-index: 2;
}

.foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 16px;
}

.foot-nav li {
  width: 47%;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.foot-nav li a {
  color: #fff;
}

.foot-support {
  max-width: 880px;
  margin: 0 auto 24px;
}

.foot-support dt {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 16px;
  font-size: 1.4rem;
}

.foot-support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.foot-support-list li {
  width: 42%;
  height: 40px;
  margin: 0 6px;
}

.foot-support-list li a {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.foot-support-casting a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.foot-support-casting img {
  width: 78%;
}

.foot-support-daiwa a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.foot-support-daiwa img {
  width: 72%;
}

.copyright {
  font-size: 1.1rem;
}

.copyright .shipname {
  text-transform: uppercase;
}

.copyright a {
  color: #fff;
}
