/*
Theme Name: seasir
Description: 沖縄ケラマダイビングはマリンハウスシーサー -2019
Version: 1.0
*/

@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,
tr,th,td,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video,input,button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
   -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
body,html{height:100%}body{width:100%;line-height:1}
article,aside,dialog,figure,footer,header,hgroup,nav,section {
  display: block;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  /* text-decoration: none; */
}
a:hover,
a:active {
  outline: 0;
		color: #f00;
	/*display: block;*/
	cursor: pointer;
}
button {
  color: inherit;
}

del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 3px;
  border: 0;
  border-top: 3px solid #000;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
seciton {
  display: block;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Color Setting  red#ff0000 pink#ff5a5a or#ff8a00
----------------------------------------------- */
/* Base
----------------------------------------------- */
body {
  font-family: "メイリオ",Meiryo,"Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  letter-spacing: 0em;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
label,
button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}
b,
strong {
  font-weight: 600;
}
table {
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  word-break: break-all;
}

/*
a {
  color: #000;
}
*/

a img {
  transition: 1s;
}
a img:hover {
  opacity: 0.6;
}
::-moz-selection {
  background: #ff747c;
}
::selection {
  background: #ff747c;
}
.cf::before,
.cf::after {
  display: table;
  content: "";
}
.cf::after {
  clear: both;
}
.retina {
  transform: scale(0.5);
}
.pc {  display: block }
.sp-only {
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 790px) {
	body {
	  font-size: 14px;
	  line-height: 1.2;
	}
  .sp-only {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: visible;
  }
}

#breadcrumbs {
  margin: 0 0 60px;
	padding:0 0 20px;
	font-size: 14px;
	text-align: left;
	display: flex;
	border-bottom: 1px solid #ccc;
}
#breadcrumbs li {
	margin: 0 30px 0 0;
	display: inline-block;font-family: 'Catamaran', sans-serif; font-weight:300;
	position: relative
}

#breadcrumbs li a {display:block;}
#breadcrumbs li a:after {
		margin:0 -10px 0 0;
		content:" ";
		display:inline-block;
		width:5px;
		height:10px;
	 	background:url(img/arrow-right.png) no-repeat;
		background-size:contain;
		vertical-align:middle;
		position: absolute;
		top:7px;
		right: -8px;
}

#breadcrumbs li a span { position:relative; z-index:1;  }
#breadcrumbs li a span:after { position:absolute; bottom:-5px; left: 33%; right: 33%; height:1px; content:""; background: transparent; z-index:-1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
#breadcrumbs li a:hover span:after { left:0; right:0; background:#00abd6;}

@media screen and (max-width: 640px) {
  #breadcrumbs  {
    font-size: 11px;
    flex-wrap: wrap;
  }
  #breadcrumbs li {
  	margin: 0 30px 5px 0;
    line-height: 0.9;
  }
  #breadcrumbs li a:after {
  		top:2px;
  }
}

.preloader .preloader-img {
	position: absolute;
	z-index:88888;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 7px solid #888;
	border-right-color: transparent;
	animation: spin 2.2s linear infinite;
    margin-left: -20px !important;
}
.module--wrap {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
section {
  padding: 60px 0 0;
  position: relative;
}
section:last-of-type {
  padding: 60px 0 1px;
}


.read {
	margin: 0 auto;
	text-align: center;
}
.read p {
	padding-bottom: 15px;
	text-align: left;
}
.shrink {
	letter-spacing: -0.5px !important;
}
.disc, ul.disc li {
	padding: 0 0 0 10px;
}
.disc:before, ul.disc li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #e60012;
	position: relative;
	top:-3px;
	left:-6px;
}
.heading-bdr {
  padding: 2px 0 2px 15px;
  border-left: 4px solid #f00
}
.marker {
	padding: 3px;
	color: #fff;
	background: #dd4460;
	text-align: left;
}
.marker--y {
	background-image: linear-gradient(to right, #feef18 50%, transparent 50%);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 200% 8px;
	display: inline;
}
.btn {
  display: inline-block;
  position: relative;
  border-radius: 10px;
}
.btn a {
  display: block;
  color: #fff;
    transition: 1s;
}




@media screen and (max-width: 640px) {
  .pc, br.pc {
		display: none;
	}
	.module--wrap {
		box-sizing: border-box;
  }
  section {
    padding: 40px 0 0;
    position: relative;
  }
  section:last-of-type {
    padding: 0 0 1px;
  }
	.shrink {
		letter-spacing: -1px !important;
	}
	.read p {
		padding-bottom: 15px;
		text-align: left;
	}
	.heading-disc {
		padding: 0 0 0 10px;
	}
	.heading-disc:before {
		width: 6px;
		height: 6px;
		top:-3px;
		left:-6px;
	}
  .heading-bdr {
    padding: 2px 0 2px 10px;
  }
}




/*  Contents
----------------------------------------------- */

#fllink {
  width: 100%;
  background: #000;
  color: #fff;
  font-size: 13px;
  padding: 4px 10px;
  /* border-bottom: solid 2px #ff0000; */
}

#fllink a {
  color: #fff;
}

#fllink ul {
  display: flex;
}

header {
}
.h1--wrap {
  width: 960px;
  margin: 10px auto 10px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}
.h1--wrap .logo {
  width: 150px;
  margin: 0 20px 0 0;
}
.h1--wrap h1, .h1--wrap p {
  padding: 0 0 10px;
  font-weight: 600;
}
nav {
  height: 40px;
  background: #ff5a5a;
}
.fixednav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index		: 888;
}
nav ul {
  width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
nav ul li {
  line-height: 40px;
  color: #fff;
  font-size: 600;
}
nav ul li a, nav ul li a:hover {
  color: #fff
}
header .spnav--open {
	display: none;
}

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

  #fllink {
    position: fixed;
    top: 0;
    z-index: 9999;
}

  header {
  }

  .h1--wrap {
    width: 100%;
    margin: 0;
    /*margin: 0 0 90px;*/
    padding: 10px 0 0;
    text-align: left;
    display: block;
    position: relative;
  }
  .h1--wrap .logo {
    display: none
  }
  .h1--wrap h1, .h1--wrap p{
    margin: 70px 0 0 0;
    font-size: 14px;
    padding: 0;
  }
  /*.h1--wrap h1, .h1--wrap p{
    padding: 20px 0;
    position: absolute;
    z-index: 333;
    bottom: -80px;
  }*/
  nav {
    position: relative;
    z-index: 333;
  }
  nav ul {
    width: 100%;
    margin: 30px auto 0;
    padding:30px;
    text-align: left;
    display: block;
  }
  nav ul li {
    border-bottom: 1px solid #fff:
  }
  header nav { position: fixed; background-color: #ff0000; width: 100%; height: auto;
    top: 0; left: 0; right: 0; bottom: 0; padding: 0; overflow: hidden; max-height: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; -webkit-overflow-scrolling: touch;
  }
	header nav.active { max-height: 1500px; -webkit-transition: 1s; -moz-transition: 1s; -o-transition: 1s; transition: 1s; overflow-y: hidden; }
  header .spnav--open {
    display: block;
    background-color: #ff0000;
    width: 100%;
    padding: 5px 5%;
    position: fixed;
    top: 20px;
    z-index: 8888;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .spnav--open .logo {
    width: 30%;
  }
  header .spnav--open i:first-of-type {
    font-size: 25px;
    position: relative;
    top: 3px;
  }

  header .spnav--open span { font-size: 16px; display: block; text-align: center; color: #fff; }
  header .spnav--open span.active { display: none; }
  header .spnav--open.active .default { display: none; }
  header .spnav--open.active .active { display: block; }
}

.module--slide {
  margin: 30px auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .module--slide {
    margin: 0;
  }
}
h2 {
  margin: 0 0 40px;
  padding: 0 0 30px;
  font-size: 38px;
  font-weight: 600;
}
h2.catch {
  text-align: center;
  font-size: 44px;
  font-weight: 600;
}
.bg--color {
  margin: 40px 0 0;
  padding: 20px 0;
  background: #ffe6e6;
}
.map {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap
}
.map dl {
  width: 260px;
  height: 270px;
  position: relative;
}
.map dl dd {
  width: 130px;
  height: 30px;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  z-index: 1;
}
.map dl dd a {
  color: #000;
  display: block;
}
dl dd.aka {
  bottom: 20px;
  left: -50px;
}
dl dd.aka.disc:before {
	content: '';
	width: 12px;
	height: 12px;
}
dl dd.naha {
  bottom:  37px;
  left: 48px;
}
dl dd.naha.disc:before {
	content: '';
	width: 12px;
	height: 12px;
  position: absolute;
  top:10px;
  left:10px;
}

.map .txt {
  width: 450px;
  padding: 0 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.9px;
  text-align: left
}
.map .txt p {
  padding: 0 0 15px;
}

.map ul {
	width: 100%;
  margin: 20px 0 0;
  text-align: center;
}
.map ul li {
  width: 30%;
  height: 80px;
  margin: 0 10px;
	background: #ff8a00;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  display: inline-block;
  position: relative;
}
.map ul li a {
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  display: block;
}
.map ul li:hover {
  opacity: 0.8;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.map figure {
  position: absolute;
  top: -110px;
  right: -250px;
}


@media screen and (max-width: 640px) {
  h2 {
    margin: 0 0 40px;
    padding: 0 0 30px;
    font-size: 26px;
  }
  h2.catch {
    margin: 0;
    padding: 0 0 20px;
    font-size: 28px;
  }
  .bg--color {
    margin: 0;
  }
  .map {
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }
  .map dl {
    width: 40%;
    height: auto;
  }
  .map dl:before {
      content: "";
      display: block;
      padding-top: 1%; /* 1:1 */
  }

  .map dl dd {
    font-size: 14px;
  }
  dl dd.aka {
    bottom: 0;
    left: -38px;
  }
  dl dd.aka.disc:before {
  	content: '';
  	width: 6px;
  	height: 6px;
    position: relative;
    top:0;
    left:-19px;
  }
  dl dd.naha {
    bottom:  5px;
    left: -3px;
  }
  dl dd.naha.disc:before {
  	content: '';
  	width: 6px;
  	height: 6px;
    position: absolute;
    top:5px;
    left:34px;
  }
  .map .txt {
    width: 60%;
    padding: 10px 3%;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .map ul li {
    width: 45%;
    height: 50px;
    margin: 0 5px;
  }
  .map ul li a {
    line-height: 50px;
    font-size: 16px;
  }
  .map .disc:before {
  	content: '';
  	width: 5px;
  	height: 5px;
  }
  .map figure {
    display: none;
  }
}





h2.hr {
  margin: 0 0 40px;
  padding: 0 0 30px;
  font-size: 38px;
  font-weight: 600;
  position: relative;
}
h2.hr::after {
  content: " ";
  width: 90px;
  height: 1px;
  background: #ff0000;
  position: absolute;
  left: calc(50% - 45px);
  bottom: 10px;
  z-index: 1;
}
.module--slider-bnr {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.slider-bnr {
  margin: 0 0 40px;
  height: 280px;
  overflow: hidden;
}
.slider-bnr li {
  margin: 0 10px;
}
.slick-dots  {
	margin: 20px 0 0;
}
.slick-dots li {
  margin: 0;
	display: inline-block;
}
.slick-dots li button {
    color: #fff
}
.slick-dots li button:before {
  content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #ddd;
	position: relative;
}
.slick-dots li.slick-active button:before {
	background: #000;
}
.bnr {
  text-align: center;
  margin: 40px auto;
  position: relative;
}
.bnr--mt0 {
  margin-top: -10px;
  position: relative;
}
.bnr a, .bnr--mt0 {
  display: block;
}
.bnr i, .bnr--list li i, .bnr--mt0 i {
  position: absolute;
  top: 30px;
  left: 20%;
  z-index: 1;
}

.h3--ttl {
  margin: 0 0 30px;
  padding: 5px 0;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  background: #ff5a5a;
}
.h3--ttl h3 {
  font-size: 18px;
  color: #000;
  display: block;
}
.menu--wrap {
  margin: 0 0 70px;
  text-align: left;
}
.menu--wrap article {
  width: 31.4%;
  margin: 0 2.3% 28px 0;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.menu--wrap article:nth-of-type(3n), .bnr--list li:nth-of-type(3n) {
  margin: 0 0 28px
}
.menu--wrap article a {
  display: block;
  text-align: left;
  color:#333;
}
.menu--wrap article span {
  width: 100%;
  max-height: 230px;
}
.menu--wrap article h4 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: bold
}
.bnr--list {
  margin: 40px 0 0;
  text-align: left;
}
.bnr--list li {
  width: 31.4%;
  max-height: 234px;
  margin: 0 2.3% 28px 0;
  display: inline-block;
  overflow: hidden;
  position: relative;
  background: #e5e5e5
}
.bg-group { background:#fff }
.bg-group h2 {
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
  color: #fff;
  background: #000
 }
.bg-group .bnr.recruit {
  width: 300px;
}
figure.bnr {
  margin: 40px auto 30px;
  padding: 0 auto;
  text-align: center;
}
figure.bnr.topberry {
  margin: 80px auto 30px;
}
figure.bnr.topberry img {
  width: 180px;
  margin: 80px auto 30px;
}
figure.bnr.umi img {
  width: 300px;
}
figure.bnr a {
  display: block;
}
figure.bnr img {
  margin: 0 auto 40px;
  display: block;
}
figure.bnr figucaption {
  margin: 30px 0 0;
  font-size: 18px;
  font-weight: 600;
}


@media screen and (max-width: 640px) {
  h2.hr {
    margin: 0 0 5px;
    padding: 0 0 30px;
    font-size: 24px;
    position: relative;
  }
  h2.hr::after {
    bottom: 15px;
  }
  .module--slider-bnr {
    margin: 0 0 60px;
  }
  .slider-bnr {
    margin: 0 0 20px;
    height:200px;
  }
  .slider-bnr li {
    margin: 0 10px;
  }
  .slick-dots {
  	margin: 10px 0 0;
  }
  .slick-dots li {
    margin: 0;
  	display: inline-block;
  }
  .slick-dots li button:before {
  	width: 8px;
  	height: 8px;
  }
  .bnr {
    margin: 40px 3% 30px;
  }
  .bnr--mt0 {
    margin: -10px 3% 0;
    margin-right: 3%;
  }
  .h3--ttl {
    margin: 0 0 20px;
    padding: 5px 0 5px 3%;
    font-size: 17px;
    text-align: left;
  }
  .h3--ttl h3 {
    font-size: 14px;
  }
  .menu--wrap {
    margin: 0 3% 30px;
    text-align: left;
  }
  .menu--wrap article {
    width: 100%;
    margin: 0 0 20px;
  }
  .menu--wrap article:nth-of-type(3n) {
    margin: 0 0 20px;
  }
  .menu--wrap article a {
    display: flex;
    justify-content: space-between;
  }
  .menu--wrap article span {
    max-width: 44%;
    max-height: 130px;
  }
  .menu--wrap article .txt {
    width: 53%;
  }

  .menu--wrap article h4 {
    margin: 0 0 10px;
    font-size: 15px;
  }
  .bnr--list {
    margin: 30px 3% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
  }
  .bnr--list li, .bnr--list li:nth-of-type(3n) {
    width: 48.5%;
    margin: 0 0 15px;
  }
  .bnr--list li img {
    width: 100%;
    height: 100%;
      object-fit: cover;
  }

  .bg-group h2{
    margin: 100px 0 0;
  }
   .bg-group .menu--wrap article span {
     max-width: 38%;
     max-height: 130px;
   }
   .bg-group .menu--wrap article .txt {
     width: 60%;
     border: 1px solid #fff
   }
   .bg-group .bnr.recruit {
     width: 45%;
     margin: 15px auto 20px;
     text-align: center;
   }

  figure.bnr {
    margin: 30px auto;
    padding: 0 auto;
  }
  figure.bnr.topberry {
    margin: 60px auto 30px;
  }
  figure.bnr.topberry img {
    width: 35%;
    margin-bottom: 20px;
  }
  figure.bnr.umi img {
    width: 50%;
    margin-bottom: 20px;
  }

  figure.bnr figucaption {
    margin: 0;
    font-size: 14px;
  }
}


footer {
  border-top: 6px solid #f00;
  background: #f4f4f4;
}
footer .module--wrap {
  padding: 30px 0;
}
.btn-pagetop {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  background: #f00;
  position: absolute;
  top: -70px;
  right: 0
}
footer .btn-pagetop a {
	width: 100%;
  padding: 30px 0;
	color: #fff;
	display: block;
}
footer .btn-pagetop a:before {
  content: "";
  z-index: 1;
  bottom: 0;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
footer ul {
  margin: 0 0 20px;
  font-weight: 600;
}
footer ul li {
  margin: 0 40px 0 0;
  display: inline-block;
}
footer ul.pc {
  font-weight: 400;
}
.ftr-logowrap {
 margin: 80px auto 0;
 font-size: 14px;
 font-weight: 600;
}
.ftr-logowrap .logo {
 width: 140px;
 margin: 0 auto 10px;
}

@media screen and (max-width: 640px) {
  footer {
  border-bottom: 10px solid #f00;
  }
  footer .module--wrap {
    padding: 30px 0 15px;
  }
  .btn-pagetop {
    width: 50px;
    height: 50px;
    top: calc(100% - 50px );
  }
  footer .btn-pagetop a {
    padding: 20px 0;
  }
  footer ul {
    margin: 0;
    padding: 0 3% 20px;
    font-weight: 500;
  }
  footer ul li {
    margin: 0 0 10px;
    display: block;
  }
  .ftr-logowrap {
   margin: 20px auto 0;
   font-size: 14px;
  }

}

/*  Category
----------------------------------------------- */

.menu {
  padding: 0 30px 120px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
.menulist .menu--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}
.menulist .menu--wrap h2 {
  margin: 20px 0 10px;
  font-size: 20px;
  font-weight: bold
}
.menu h1 {
  margin: 0 0 30px;
  padding: 5px 10px;
  text-align: left;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  background: #000
}
.menu .catch {
  width: 900px;
  margin: 30px 0 0;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
}
figure.t-center {
  margin: 60px auto;
}
.menu .httl {
	margin: 0 0 40px;
  font-size: 30px;
  font-weight: 600;
}
.menu h3.httl {
	margin: 40px 0 20px;
}
.menu article {
	margin: 50px 0
}
.menu article h3 {
  font-size: 30px;
  font-weight: 600;
}
.menu article h3.small {
  font-size: 24px;
}
.menu article figure {
	margin: 30px 0 0;
  height: 300px;
  display: flex;
}
.menu article figure img {
	width: 450px;
  	min-width: 450px;
  height: auto;
  margin: 0 30px 0 0;
  display: inline-block;
}
.menu article figcaption {
  display: inline-block;
}
.menu .btn.width {
  width: 100% !important;
  margin: 30px 0 50px;
  padding: 12px 0;
  font-size: 30px;
  border-radius: 5px;
}
.menu section.kugiri {
  padding: 0 0 30px;
}
.menu section.kugiri article {
	margin: 50px 0 0;
}
figure.padi5star {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .menu {
    padding: 0 5% 80px;
    font-size: 15px;
    line-height: 1.4;
  }
  .menulist .menu--wrap h2 {
    width: 53%;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 0.9;
  }

  .menulist .menu--wrap {
    display: block;
  }
  .menu h1 {
    margin: 0 0 30px;
    padding: 5px 10px;
    text-align: left;
    font-size: 16px;
  }
  .menu .catch {
    width: 100%;
    margin: 30px 0 0;
    font-size: 18px;
  }
  figure.t-center {
    margin: 30px auto;
  }
  .menu .httl {
    margin: 0 0 30px;
    font-size: 18px;
  }
  .menu h2.ttlbar {
    padding: 3%;
    line-height: 1.1;
    font-size: 17px;
  }
  .menu article {
  	margin: 30px 0
  }
  .menu article h3 {
    font-size: 18px;
  }
  .menu article h3.small {
    font-size: 17px;
  }
  .menu article figure {
  	margin: 20px 0 0;
    height: auto;
    display: block;
  }
  .menu article figure img {
  	width: 100%;
    	min-width: 100%;
    height: auto;
    margin: 0 0 20px;
    display: block;
  }
  .menu article figcaption {
    display: block;
  }
  .menu .btn.width, .menu .btn.width50 {
    width: 100%;
    margin: 30px 0;
    padding: 10px 0;
    font-size: 15px;
    line-height: 17px
  }
  .module--wrap.menu p.red {
    padding-bottom: 30px;
  }

}





/* Page
----------------------------------------------- */
.pages {
	padding: 0 30px 120px;
  font-size: 18px;
  line-height: 1.5;
	text-align: left;
}
.pages h1 {
	margin: 0 0 40px;
  font-size: 40px;
  font-weight: 600;
}
.pages h2 {
  margin: 0 0 40px;
  padding: 0 0 30px;
  text-align: left;
}
.pages .httl {
	margin: 30px 0 0;
  font-size: 30px;
  font-weight: 600;
}
.page--read {
  padding: 0 0 60px;
}
.page--read p {
  padding: 0 0 15px;
}
.ttlbar {
  margin: 0 0 40px;
  padding: 5px 0 5px 20px;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  background: #ff5a5a;
}
h2.ttlbar {
  padding: 5px 0 5px 20px;
}
.pages .ttlbar.gray {
  padding: 4px 0 4px 20px;
  font-size: 26px;
  color: #050000;
  background: #f4f4f4;
}
.pages figure figucaption {
  display: block;
	padding: 20px 0 0;
}
.pages figure figucaption i {
  font-size: 20px;
  color: #f00
}
dl.border {
  margin: 40px 0;
  padding: 30px 30px 0;
  border: 1px solid #ddd
}
dl.border dt {
  margin: 0 0 40px;
  padding: 5px 10px;
  background: #f4f4f4;
}
dl.border dd {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
dl.border dd span {
  width: 20%;
}
dl.border dd p {
  width: 70%;
  margin: 0 0 0 30px;
}
.bikkuri {
  margin: 30px auto;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  position: relative;
}
.bikkuri::before {
  content: " ＼";
  color:#e4007f;
  font-size: 30px;
  position: relative;
  top: 3px;
  left: -10px;
}
.bikkuri::after {
  content: " ／";
  color:#e4007f;
  font-size: 30px;
  position: relative;
  top: 3px;
  right: -10px;
}
.pages--contents .bg-gray {
	padding: 15px
}

@media screen and (max-width: 640px) {
  .pages {
  	padding: 0 5% 80px;
    font-size: 15px;
    line-height: 1.4;
  }
  .pages h1 {
  	margin: 0 0 20px;
    font-size: 24px;
    line-height: 1;
  }
  .pages .httl {
    font-size: 20px;
    line-height: 0.9;
  }
  .page--read {
    padding: 20px 0 40px;
  }
  .page--read p {
    padding: 0 0 10px;
  }
  .ttlbar {
    margin: 0 0 10px;
    padding: 3%;
    font-size: 20px;
  }
  .pages .ttlbar.gray {
    padding: 5px 5%;
    font-size: 20px;
  }
  .pages figure figucaption {
    display: block;
  	padding: 20px 0 0;
  }
  .pages figure figucaption i {
    font-size: 20px;
    color: #f00
  }
  .pages figure figucaption {
    display: block;
  	padding: 10px 0 0;
  }
  .pages figure figucaption i {
    font-size: 17px;
  }
  dl.border {
    margin: 40px 0;
    padding: 30px 5% 0;
  }
  dl.border dt {
    margin: 0 0 30px;
    padding: 5px 10px;
  }
  dl.border dd {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  dl.border dd span {
    width: 100%;
  }
  dl.border dd p {
    width: 100%;
    margin: 20px 0;
    text-align: left;
  }
  .bikkuri {
    font-size: 20px;
    line-height: 1.2
  }
  .bikkuri::before {
    position: absolute;
    top: 10px;
    left: -5px;
  }
  .bikkuri::after {
    position: absolute;
    top: 10px;
    right: -5px;
  }
}

.company dl {
  margin: 20px 0 60px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
.company dl dt {
  width: 20%;
  padding: 20px;
  font-weight: 600;
	background:#f9f9f9;
	border-right:1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}
.company dl dd {
  width: 80%;
  padding: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.company dl dd iframe {
  width: 100%;
  margin: 30px 0 0;
  height: 400px
}
.company dl.bordernone {
  border: none;
}
.company dl.bordernone dt {
	background:#fff;
	border-right: none;
}

@media screen and (max-width: 640px) {
  .company dl {
    margin: 20px 0 60px;
    display: block;
  }
  .company dl dt {
    width: 100%;
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
  }
  .company dl dd {
    width: 100%;
    padding: 20px 10px;
  }
  .company dl dd iframe {
    width: 100%;
    margin: 20px 0 0;
    height: 300px
  }
  .company dl.bordernone {
    border: none;
  }
  .company dl.bordernone dt {
  	background:#fff;
  	border-right: none;
  }
  .company dl.bordernone dt {
    padding: 20px 0 0;
  	border-bottom: none;
  }
  .company dl.bordernone dd {
    padding: 10px 0;
  }
}




.privacy .bg-lightgray {
  padding: 40px
}
.privacy ol li {
  padding: 0 0 30px
}
.privacy ol li ul {
  padding: 30px 0 0 30px
}
.privacy ol li li{
  padding: 0 0 10px;
  list-style-type: circle
}
.privacy dl {
  padding: 40px 0 0;
  border-top: 1px solid #999
}
.privacy dl dt {
  padding: 0 0 15px;
  font-weight: 600
}
.privacy .t-right .small {
  margin: 30px 0 15px;
  display: block;
}
@media screen and (max-width: 640px) {
  .privacy .bg-lightgray {
    padding: 5% 5% 5% 10%
  }
  .privacy ol li {
    padding: 0 0 20px
  }
  .privacy ol li ul {
    padding: 30px 0 0 5px
  }
  .privacy dl {
    padding: 30px 0 0;
    border-top: 1px solid #999
  }
}


.divetravel2018 dl dt,
.divetravel2018 .heading-bdr {
  font-weight: bold;
  font-size: 26px;
}
.divetravel2018 dl dd {
  margin: 0 0 60px;
}
.divetravel2018 strong:last-of-type {
  padding-top: 50px;
  line-height: 1.5
}
@media screen and (max-width: 640px) {
  .divetravel2018 dl dt,
  .divetravel2018 .heading-bdr {
    font-size: 20px;
  }
  .divetravel2018 dl dd {
    margin: 0 0 30px;
  }

}

.safety .wrap {
  margin: 40px;
}
.safety .wrap p {
  margin: 0 0 20px;
  text-decoration: underline;
}
.t-right {
  margin: 60px 0;
}

.sns ul.nav {
  margin: 30px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sns ul.nav li {
  width: 20%;
  margin: 0 0 20px;
  font-size: 16px;
  letter-spacing: -0.8px;
}
.sns ul.nav li a i {
  font-size: 20px;
  color: #f00;
}
.sns ul.list {
  margin: 30px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sns ul.list li {
  width: 22%;
  margin: 0 1% 20px;
}
.sns ul.list li a {
  padding: 15px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  background: #60B99A;
  display: block;
}
.sns ul.list li a img {
  margin: 0 auto 5px;
  display: block;
}
ul.list li:before {
  font-family: 'fontello';
  font-size: 30px;
}
ul.list li.fb::before { content: '\f301'; color: #385495 }
ul.list li.blog::before { content: '\f315'; color: #8cd808 }
ul.list li.youtube::before { content: '\f313'; color: #d51818 }
ul.list li.instagram::before { content: '\f32d'; color: #978a75 }

@media screen and (max-width: 640px) {
  .sns ul.nav {
    margin: 30px 0 40px;
  }
  .sns ul.nav li {
    width: 50%;
    margin: 0 0 10px;
    font-size: 14px;
  }
  .sns ul.nav li a i {
    font-size: 18px;
  }
  .sns ul.list {
    margin: 10px 0 30px;
  }
  .sns ul.list li {
    width: 44%;
    margin: 0 2% 20px;
  }
  .sns ul.list li a {
    padding: 15px 5px 5px;
  }
  ul.list li:before {
    font-size: 20px;
  }
  .sns h2.ttlbar {
    font-size: 16px !important;
  }
}

.pointcard .bg-lightgray {
  padding: 30px 30px 60px;
}
.pointcard .bg-lightgray h4 {
  padding: 40px 0 20px;
  font-size: 22px;
  font-weight: 600
}
.point-guide {
  margin: 60px 0;
}
.point-guide div {
  width: 100%;
  margin: 30px 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd
}
.point-guide p span {
  padding: 0 30px 0 0;
  font-size: 24px;
}
.point-guide p:first-of-type {
  font-weight: 600;
  font-size: 20px;
  display: flex;
}
.point-guide .good {
  padding: 30px 0 0 125px;
  background: url(img/good.gif) no-repeat 0 32px;
}
.bg-cream {
  margin: 60px 0 30px;
  padding: 30px;
  background: #f3faa8
}
.bg-cream .httl {
  margin: 30px 0 20px;
  font-weight: 600
}
.bg-cream strong {
  margin: 60px 0 20px;
  display: block;
}
.bg-cream a {
  font-size: 20px;
  font-weight: 600;
  color: #0060ff
}
.bg-cream a:hover {
  color: #dd4460
}
.bg-cream i {
  font-size: 22px;
    color: #ff5a5a;
}

@media screen and (max-width: 640px) {
  .pointcard .bg-lightgray {
    padding: 30px 5%;
  }
  .pointcard .bg-lightgray h4 {
    font-size: 16px;
  }
  .point-guide div {
    padding: 0;
    border-bottom: none
  }
  .point-guide p span {
    margin: 0 0 10px;
    padding: 3px 5px;
    font-size: 18px;
    display: block;
    background: #ddd
  }
  .point-guide p:first-of-type {
    font-size: 15px;
    display: block;
  }
  .point-guide .good {
    padding: 30px 0 0 110px;
    background-position: 0 30px;
  }
  .bg-cream {
    padding: 20px 5%;
  }
  .bg-cream a {
    font-size: 18px;
  }
  .bg-cream i {
    font-size: 19px;
  }
}


.premium h2.ttlbar {
  margin: 60px 0 30px;
}
.premium .page--read {
  padding: 30px 0;
}
.premium .page--read ul.border {
  margin: 30px 0;
  padding: 30px 30px 10px;
  border: 1px solid #ff5a5a;
}
.premium .page--read ul.border li {
  padding: 0 0 20px;
  font-weight: 600
}
.linkbtn {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.linkbtn li, .btn.width {
  width: 30%;
  margin: 0 15px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;	background: #ff8a00;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  border-radius: 50px;
}
.btn.width50 {
  width: 60%;
margin: 30px 20% 50px;
padding: 12px 0;
font-size: 20px;
border-radius: 5px;
  text-align: center;
  font-weight: 600;	background: #ff8a00;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.linkbtn li a, .btn.width a, .menu .btn.width a, .btn.width50 a {
  color: #fff;
  display: block;
}
.linkbtn li:hover, .btn.width:hover, .btn.width50:hover {
  opacity: 0.8;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
dl.style1 {
  margin: 50px 0 30px;
  border: 1px solid #ccc;
  position: relative;
}
dl.style1 dt {
  padding: 3px 30px;
  font-weight: 600;
  display: inline-block;
  background: #ddd;
  position: absolute;
  top: -20px;
  left: 30px;
}
dl.style1 dd {
  padding: 40px 30px 10px;
}
dl.style1 dd p {
  width: 40%;
  margin: 0 30px 0 0;
  padding: 0 0 5px;
  display: inline-block;
}
.btn.width {
  width: 60%;
  margin: 50px 20% 20px;
}
.premium p a {
  color: #ff5a5a;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .premium h2.ttlbar {
    margin: 30px 0;
  }
  .premium .page--read {
    padding: 30px 0;
  }
  .premium .page--read ul.border {
    margin: 20px 0;
    padding: 5%;
  }
  .premium .page--read ul.border li {
    padding: 0 0 5px;
  }
  .linkbtn {
    display: block;
  }
  .linkbtn li, .btn.width {
    width: 80%;
    margin: 0 10% 15px;
    line-height: 50px;
    font-size: 16px;
  }
  dl.style1 {
    margin: 50px 0 30px;
    border: 1px solid #ccc;
    position: relative;
  }
  dl.style1 dt {
    width: 90%;
    padding: 3px 10px;
    top: -20px;
    left: 5%;
  }
  dl.style1 dd {
    padding: 40px 5% 5%;
  }
  dl.style1 dd p {
    width: 80%;
    margin: 0;
    display: block;
  }
  .btn.width {
    width: 100%;
    margin: 40px 0 20px;
  }
  .premium p a {
    color: #ff5a5a;
    text-decoration: underline;
  }
  .premium .bg-cream li  {
    padding: 0 0 10px;
  }
}









/* ------------------------
  anime
------------------------ */
@keyframes my-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.is-view {
  transition-duration: 0.9s;
  transition-timing-function: ease;
}
.is-view.is-off {
  opacity: 0;
  transform: translateY(10%);
}

/*  common - components
----------------------------------------------- */
.fL { float: left; }
.fR { float: right; }
.edge { margin:0 !important; }

.t-left { text-align:left; }
.t-right { text-align: right; }
.t-center { text-align: center; display: block; }
.red { color:#dd4460 }
.blue { color:#0189d0 }

.bold { font-weight:bold !important; }
.large { font-size: 1.4em; }
.small { font-size: .80em;  }
.kyakuchu { padding-top:-3px 3px 0; color:#0360aa; font-weight: bold; font-style: normal !important; font-size: .8em; display: inline-block }
strong {
		font-size: 1.2em;
}
.bg-gray { background:#ccc; }
.bg-lightgray { background:#f4f4f4; }
.bg-pink { background:#fdedef; }

.pb10 { padding-bottom:10px; }
.pb20 { padding-bottom:20px; }
.pb30 { padding-bottom:30px; }
.p10 { padding-top:10px; padding-bottom:10px; }
.p50 { padding: 50px }
.p40 { padding: 40px }
.p80 { padding-top:80px; padding-bottom:80px; }
.pt40 { padding-top:40px; }
.pl10 { padding-left: 10px; }
.m15 { margin-top:15px; margin-bottom:15px; }
.m30 { margin-top:30px; margin-bottom:30px; }
.m50 { margin-top:50px; margin-bottom:50px; }
.m60 { margin-top:60px; margin-bottom:60px; }
.mt0 { margin-top:0 !important; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt30 { margin-top:30px; }
.mt50 { margin-top:50px; }
.mt60 { margin-top:60px; }
.mt120 { margin-top:120px !important; }
.mb5 { margin-bottom:5px; }
.mb15 { margin-bottom:15px; }
.mb30 { margin-bottom:30px !important;  }
.mb60 { margin-bottom:60px; }
.mb100 { margin-bottom:100px; }

.border { border:1px solid #999; }
.color { color:#0360aa }
.block { display: inline-block }

.sankaku { margin:0 10px 0; padding:0 0 0 15px; display: inline; position:relative; }
.sankaku:before {content: ' ';height: 0;width: 0;border: 4px solid transparent;border-left-color: #018bd5;position: absolute;left: 0%;top: 4px;}
.shadow { text-shadow: 2px 2px 2px #fff,   position:relative; top: -8px }
i.new { margin:-2px 5px 0 0; padding:1px 4px; font-size:12px; line-height:1; font-weight:bold; color:#fff !important; background:#ec5a0a; display: inline-block; }
.ovout {
	overflow:auto;
}


.underline {  text-decoration: underline }


/* -------------------
	Icon - FONT
------------------------ */
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?54127296');
  src: url('font/fontello.eot?54127296#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?54127296') format('woff2'),
       url('font/fontello.woff?54127296') format('woff'),
       url('font/fontello.ttf?54127296') format('truetype'),
       url('font/fontello.svg?54127296#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?54127296#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-dir:before { content: '\e800'; } /* '?' */
.icon-cancel:before { content: '\e801'; } /* '?' */
.icon-mail:before { content: '\e802'; } /* '?' */
.icon-right-open-big:before { content: '\e803'; } /* '?' */
.icon-call:before { content: '\e804'; } /* '?' */
.icon-check:before { content: '\e805'; } /* '?' */
.icon-left-open-big:before { content: '\e806'; } /* '?' */
.icon-cancel-1:before { content: '\e807'; } /* '?' */
.icon-ok-circle-1:before { content: '\e808'; } /* '?' */
.icon-cancel-2:before { content: '\e809'; } /* '?' */
.icon-down-dir-1:before { content: '\e80a'; } /* '?' */
.icon-export-1:before { content: '\e80b'; } /* '?' */
.icon-up:before { content: '\e80c'; } /* '?' */
.icon-facebook-rect:before { content: '\f301'; } /* '?' */
.icon-twitter-bird:before { content: '\f303'; } /* '?' */
.icon-youtube:before { content: '\f313'; } /* '?' */
.icon-blogger-rect:before { content: '\f315'; } /* '?' */
.icon-instagram:before { content: '\f32d'; } /* '?' */
.mincho{
     font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
del { text-decoration: line-through; padding: 0 10px 0 0; }

 /* slick */
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*ライトボックス用CSS開始*/
.popup {
    display: none;
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background: #FFF9AE;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    text-align: center;
    border-radius: 8px;
    width: 350px; 
    height: 300px; 
}

.popup img 	{
	 width: auto;
	 height: auto;
	 border-radius: 5px;
     margin-top: 20px;
	 margin-bottom: 10px;
	  }


.closeBtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}
/*ライトボックス用CSS終了*/
