@charset "UTF-8";

@import url(/css/sanitize.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body {
	background-color: #fff;
	/*max-width: 1280px;*/
	margin: 0 auto;
	padding: 0;
	font-family:  'Noto Sans JP', sans-serif;
	color: #333;
	text-align: center;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
}
@media (max-width: 743px){
	*{
		font-size: 12px;
	}
}
h1{
	display: contents;
}

/*共通*/
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.link_color{
	color:#0C8895;
	text-decoration:underline;
}
.FontDesignation{
	font-family: "Cinzel", serif !important;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	margin: 0px auto;
}
.Subhead_En{
	font-size: 40px;
	display: block;
	margin: 0px auto;
}
.SubHead_JP{
	font-size: 14px;
	font-weight: lighter;
	margin: 0px auto;
	display: block;
}
.Common_Foot{ 
	padding-bottom: 128px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #333;
}
.BG_wave{
	background-image: url(../images/TOP/BG/BG_wave.jpg);
	background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.BG_wave_parts{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.subtitle {
	color: #0C8895;
	border-bottom: 1px solid #0C8895;
}
.table_contents{
	border-spacing: 0px 4px;
}
.table_tr_title{
	background-color: #CDEEF4;
	padding: 8px 12px 8px 36px;
  }
  .table_tr_contents{
	border: 1px solid #CDEEF4;
	padding-left: 16px;
  }
  span{
	display: inline-block;
	}

  @media (max-width: 743px){
	.Subhead_En{
		font-size: 24px;
	}
	.SubHead_JP{
		font-size: 10px;
	}
	.Common_Foot{ 
		padding-bottom: 88px;
	}
	.table_contents{
		border-spacing: 0px 2px;
	}
	.table_tr_title{
		background-color: #CDEEF4;
		padding: 4px 6px 4px 16px;
	  }
	  .table_tr_contents{
		border: 1px solid #CDEEF4;
		padding-left: 8px;
	  }
	  .SubHead{
		margin-top: 24px;
		margin-bottom: 0;
	  }
  }

/*ヘッダー*/
.TOP_head{
	height: 104px;
	position: relative;
	z-index: 1;
}
.head_logo{
	position: absolute;
	top: 32px;
	left: 56px;
}
.head_menu{
	display: flex;
	justify-content: right;
	align-items: center;
	padding-right: 56px;
	height: 104px;
	margin: 0;
}
.head_text{
	margin: 0px 16px;
}
.head_Icon_Line{
	margin-left: 32px;
	margin-right: 8px;
}

.menu-link{
	display: none;
}
.hamburger_container{
	display: flex;
	justify-content: end;
	height: 64px;
	position:relative;
	align-content: center;
	z-index: 2;
	margin-right: 12px;
}
.hamburger-button{
	display: none;
	position: relative;
	display: flex;
	justify-content: right;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

@media (max-width: 1279px) {
	.head_logo{
	left: 24px;
    width: 118px;
	height: auto; 
    }
	.head_menu{
	padding-right: 24px;
	height: 88px;
	}
	.head_Icon_Line{
	margin-left: 24px;
	margin-right: 4px;
	}
	.head_text{
		margin: 0px 12px;
	}
}
@media (max-width: 743px){
	.head_logo{
		left: 12px;
		top: 12px;
		width: 84px;
		height: auto;
	}
	.hamburger-button{
		display: inline-block;
		justify-content: right;
	}
	.TOP_head{
		height: 64px;
	}
	.head_logo{
		width: 84px;
		height: auto;
	}
	.head_menu{
		display:none;
	}
	.nav-menu {
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
		padding-left: 16px;
        transform: translateX(200%);
        overflow: auto;
        background-color: rgba(255, 255, 255, 0.8);
      }

      .nav-menu.active {
        transform: translateX(0);
		z-index: 1;
      }
	  .menu-item {
        width: 100%;
		text-align: left;
      }
	  .menu-link {
		display: inline-block;
        text-align: left;
		margin: 10px 0px;
      }
	  .hamburger_img {
		background-image: url(../images/CommonParts/icon/menu.svg);
		position: relative;
		width: 32px;
		height: 40px;
	  }
	  .hamburger_img.active {
		background-image: url(../images/CommonParts/icon/menu_close.svg);
	  }
	  .menu-list{
		padding-left: 0;
		margin-top: 84px;
	  }
	  .hb-icon{
		margin-top: 64px;
		display: flex;
		justify-content: center;
	  }
	  .Icon_humburger{
		width: 44px;
		height: auto;
	  }
	  .hb-icon-LINE{
		margin-left: 8px;
	  }
	  .hamburger_container.active{
		position: fixed;
		top: 0;
		right: 12px;
	  }
}
@media (min-width: 744px){
	.nav-menu {
        padding-top: 0 !important;
      }
}


/*ファーストビュー*/
.FV_container{
	position: relative;
	display: inline-block;
	margin-bottom: 160px;
}
.FV{
	width: 90%;
	height: auto;
	-webkit-mask-image: radial-gradient(circle at top left, transparent 200px, black 201x);
	mask-image: radial-gradient(circle at top left, transparent 200px, black 201px);
}
.FV, .FV_tablet{
	animation: 0.6s fadeinimg 0.6s forwards;
	opacity: 0;
}
@keyframes fadeinimg {
	0% {
		transform: scale(1.1);
		opacity: 0;
	  }
	  100% {
		opacity: 1;
		transform: scale(1);
	  }
}

.FV_text{
	position: absolute;
	bottom: 25%;
	right: 10%;
	animation: 0.8s fadeintext 0.8s forwards;
	opacity: 0;
}
@keyframes fadeintext {
	0% {
		bottom: 0%;
  }
	100% {
		bottom: 25%;
		opacity: 1;
  }
}

.TOP_head{
	animation: 1.5s fadeinhead 1.5s forwards;
	opacity: 0;
}
@keyframes fadeinhead {
	100% {
		opacity: 1;
  }
}

.FV_wave_parts{
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}
.FV_tablet{
	display: none;
}
.SectionTitle_SP{
	display: none;
}
@media (max-width: 1279px) {
	.FV_container{
		margin-bottom: 64px;
	}
	.FV{
		display: none;
	}
	.FV_tablet{
		display: inline-block;
		width: 90%;
		height: auto;
		-webkit-mask-image: radial-gradient(circle at top left, transparent 120px, black 121px);
	mask-image: radial-gradient(circle at top left, transparent 120px, black 121px);
}
.FV_text{
	width: 400px;
	height: auto;
	bottom: 15%;
}
	}
@media (max-width: 743px){
	.FV_container{
		margin-bottom: 48px;
	}
	.FV_tablet{
		z-index: 0;
		-webkit-mask-image: radial-gradient(circle at top left, transparent 88px, black 89px);
		mask-image: radial-gradient(circle at top left, transparent 88px, black 89px);
	}
	.FV_text{
		width: 230px;
		height: auto;
	}
	.SectionTitle{
		display: none;
	}
	.SectionTitle_SP{
		display: inline-block;
	}
}

/*アバウト*/
.About{
	display: flex;
	justify-content: center;
}
.About_text{
	max-width: 556px;
	margin: 16px auto;
	line-height: 2.5em;
}
.About_TextBlock{
	margin: auto 12px;
}
.About_decLeft{
	width: 197px;
	height: 348px;
	position: relative;
}
.bubble_left{
	width: 80px;
	height: 119px;
position: absolute;
top: -40px;
left: 117px;
}
.fish_aji{
	width: 133px;
	height: 133px;
	position: absolute;
	left: 21px;
	top: 84px;
}
.mukibutsu_sango{
	width: 148px;
	height: 148px;
	position: absolute;
	left: 0px;
	top: 160px;
}
.About_decRight{
	width: 198px;
	height: 326px;
	position: relative;
}
.fish_kasago{
	width: 151px;
	height: 151px;
	position: absolute;
	top: -40px;
	left: 0px;
}
.bubble_right{
	width: 127px;
	height: 156px;
	position: absolute;
	top: 130px;
	left: 71px;
}
.bubble_left, .Staff_dec_bubble_left{
	animation: bubble 2s ease-in-out infinite alternate;
}
@keyframes bubble {
	0% {
	  transform:translate(0, 0) rotate(-6deg);
	}
	50% {
	  transform:translate(0, -6px) rotate(0deg);
	}
	100% {
	  transform:translate(0, 0) rotate(6deg);
	}
  }
  .bubble_right, .Staff_dec_bubble_right{
	animation: sakana 2s ease-in-out infinite alternate;
}
@keyframes sakana {
	0% {
	  transform:translate(0, 0) rotate(6deg);
	}
	50% {
	  transform:translate(0, 6px) rotate(0deg);
	}
	100% {
	  transform:translate(0, 0) rotate(-6deg);
	}
  }

@media (max-width: 1279px) {
	.About_decImg{
		display: none;
	}
	.About_decLeft{
		width: 0;
		height: 0;
	}
	.About_decRight{
		width: 0;
		height: 0;
	}
}

/*キャンペーン*/
.Campaign_Item_Container{
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.Campaign_Item{ 
	width: 384px;
	height: 207px;
	padding: 32px 60px;
background-color: #fff;
border-radius: 4px;
}

.Campaign_Item_Center{
margin: 0px 8px;
}

.Campaign_Item_text{
	color:#0C8895;
}

@media (max-width: 1279px){
	.Campaign_Item{ 
		width: 227px;
		height: 205px;
		padding: 24px 30px;
	}
	.Campaign_Item_Center{
		margin: 0px 4px;
		}
		.Campaign_Item_text{
			margin-top: 4px;
		}
}
@media (max-width: 743px){
	.Campaign_Item_Container{
		display: inline-block;
	}
	.Campaign_Item{
		width: 350px;
		height: 149px;
		padding: 24px 48px;
		border-radius: 2px;
	}
	.Campaign_Item_Center{
		margin: 12px 0px;
		}
	.Campaign_Item_img{
		width: 65px;
		height: auto;
	}
}

/*ライセンス、講習*/
.LC_Item{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 128px;
}
.LC_Item_explanation{
	max-width: 584px;
	text-align: left;
}
h3{
	color: #0C8895;
	font-size: 24px;
}
.LC_Item_dec{
position: relative;
z-index: 2;
}
.LC_Item_dec::after{
	content:  url(../images/TOP/parts/LicenceCourse/2Days.svg);
	position: absolute;
	top: -70px;
	left: 448px;
	opacity: 60%;
	z-index: -1;
}
.LC_Item_Title{
	padding-bottom: 24px;
	border-bottom: 1px solid #0C8895;
}
.LC_Item_Img{
	width: 560px;
	height: 420px;
	border-radius: 4px;
}
.LC_Item_Img_left{
	margin-right: 24px;
}
.LC_Item_Img_right{
	margin-left: 24px;
}
.LC_Item_price{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-top: 8px;
	height: 35px;
	color: #0C8895;
	font-weight: bold;
}
.LC_Item_Text{
	margin-top: 24px;
	margin-bottom: 32px;
}
.LC_Item_Btn_Container{
	text-align: right;
}
.LC_Item_Btn{
	display: inline-block;
	color: #fff;
	background-color: #0C8895;
	padding: 8px 32px;
	border-radius: 30px;
	border: none;
}
.LC_caution_Container{
	display: flex;
	justify-content: center;
}
.LC_caution{
	justify-content: center;
	text-align: left;
	width: 1168px;
	border: 1px solid #0C8895 ;
	border-radius: 4px;
	padding: 32px 56px;
	margin-bottom: 100px;
}
.CreditCard{
	display: inline-block;
}
.CreditCard_img{
	align-self: flex-start;
	padding-right: 12px;
}
.CardTitle{
	margin-top: 24px;
	margin-bottom: 12px;
	padding: 7px 0px;
}
.LC_Item_start{
	margin-top: 64px;
}
.LC_Item_end{
	margin-bottom: 64px;
}
.LC_Item_Img_responsive{
	display: none;
}
@media (max-width: 1279px){
	.LC_Item{
		display: inline-block;
		height: auto;
	}
	.LC_Item_Img{
		width: 697px;
		height: auto;
	}
	.LC_Item_dec{
		margin-top: 48px;
		margin-bottom: 0;
	}
	.LC_Item_Img_left{
		margin-right: 0px;
	}
	.LC_Item_Img_right{
		margin-left: 0px;
	}
	.LC_Item_start{
		margin-top: 64px;
	}
	.LC_Item_Img_responsive{
		display: inline-block;
	}
	.LC_Item_Img_right{
		display: none;
	}
	.LC_Item_explanation{
		display: inline-block;
		max-width: 697px;
	}
	.LC_Item_experience{
		margin-top: 16px;
		margin-bottom: 0;
	}
	.LC_Item_dec::after{
		top: -52px;
		left: 561px;
	}
	.LC_caution{
		width: 697px;
	}
}
@media (max-width: 743px){
	.LC_Item{
		margin-bottom: 64px;
	}
	h3{
		font-size: 14px;
	}
	.LC_Item_Img{
		width: 350px;
		height: auto;
		border-radius: 2px;
	}
	.LC_Item_dec{
		margin-top: 24px;
	}
	.LC_Item_dec::after{
		content:  url(../images/TOP/parts/LicenceCourse/2Days_SP.svg);
		top: -20px;
		left: 290px;
		width: 58px;
		height: auto;
	}
	.LC_Item_explanation{
		display: inline-block;
		max-width: 350px;
	}
	.LC_Item_price{
		margin-top: 4px;
		height: 20px;
	}
	.LC_Item_Title{
		padding-bottom: 12px;
	}
	.LC_Item_Text{
		margin-top: 12px;
		margin-bottom: 24px;
	}
	.LC_Item_Btn{
		padding: 6px 24px;
	}
	.LC_Item_start{
		margin-top: 32px;
	}
	.LC_Item_end{
		margin-bottom: 32px;
	}
	.LC_Item_experience{
		margin-top: 8px;
	}
	
	.LC_caution{
		width: 350px;
		border-radius: 2px;
		padding: 16px 28px;
	}
	.CardTitle{
		margin-top: 12px;
		margin-bottom: 8px;
	}
	.CreditCard_img{
		align-self: flex-start;
		padding-right: 4px;
	}
	.CreditCard_img_Visa{
		width: 46px;
		height: auto;
	}
	.CreditCard_img_master{
		width: 45px;
		height: auto;
	}
	.CreditCard_img_jcb{
		width: 40px;
		height: auto;
	}
	.CreditCard_img_amex{
		width: 32px;
		height: auto;
	}
}

/*モーダル*/
body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
  }
  #modal-overlay{
	display: none;
	background: rgba(0, 0, 0, .7); 
	width: 100%;
	height: 100%;
	position: fixed; 
	top: 0;
	left: 0;
	z-index: 1000;
  }
  .modal-style{
	display: none;
	background: white;
	width: 90%;
	height: 80%;
	border-radius: 4px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
  }

  .modal-style h3{
	text-align: center;
	align-content: center;
	color: #fff;
	background-color: #0C8895;
	margin: 0;
	border-radius: 4px 4px 0px 0px;
	height: 12%;
  }
  .mordal-close-buttons{
display: inline-block;
color: #fff;
background-color: #0C8895;
padding: 8px 56px;
border-radius: 30px;
border: none;
  }
  .modal_Btn_Container{
	position:fixed;
	left:calc(50% - 160px/2);
	width: 100%;
	height: 12%;
	align-content: center;
  }
.modal_contents_container{
	margin-left: 56px;
	margin-right: 56px;
	overflow-y: scroll;
    height: 76%;
}
.modal_contents_container::-webkit-scrollbar{
	display: none;
}
.modal_contents{
	margin-bottom: 24px;
}
.modal_table_contents{
	width: 100%;
}
.modal_table_tr_title{
	width: 20%;
}
.modal_list{
	list-style-type: disc;
}

@media (max-width: 743px){
	.modal-style{
		width: 95%;
		border-radius: 2px;
	}
	.modal-style h3{
		border-radius: 2px 2px 0px 0px;
		height: 14%;
	  }
	  .modal_contents_container{
		margin-left: 12px;
		margin-right: 12px;
		height: 74%;
	}
	.modal_contents ul{
		padding-left: 16px;
	}
}

/*スタッフ*/
.Staff{
	background-image: url(../images/TOP/BG/BG_wave.jpg);
	background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
	padding-bottom: 191px;
	padding-top: 5px;
}
.Staff_BG_wave_parts{
	width: 100%;
	display: block;
}
.Staff_Content_Container{
	display: flex;
	justify-content: center;
	}
.Staff_Content{
	background-color: #FEFDFB;
	width: 1088px;
	height: 530px;
	position: relative;
	margin-top: 40px;
	border-radius: 4px;
}
.Staff_img_main{
	width: 299px;
	height: 399px;
	position: absolute;
	top: -40px;
	left: -40px;
	opacity: 0;
}
@keyframes fadeinStaffimg {
	0% {
		transform: translateX(-180px);
		opacity: 0;
	  }
	  100% {
		top: -40px;
		left: -40px;
		transform: translateX(0);
		transform: rotate(-4deg);
		opacity: 1;
	  }
}
.Staff_img_sub{
	width: 304px;
	height: 228px;
	position: absolute;
	top: 418px;
	left: 12px;
	opacity: 0;
}
@keyframes fadeinStaffSubimg {
	0% {
		transform: translateX(-90px);
		opacity: 0;
	  }
	  100% {
		top: 418px;
		left: 12px;
		transform: translateX(0);
		transform: rotate(2deg);
		opacity: 1;
	  }
}
.Staff_Content.is-animated .Staff_img_main{
	animation: 0.6s fadeinStaffimg 0.6s forwards;
} 
.Staff_Content.is-animated .Staff_img_sub{
	animation: 1s fadeinStaffSubimg 1s forwards;
} 
.Staff_dec_bubble_left{
	width: 95px;
	height: 117px;
	position: absolute;
	top: 496px;
	left: -40px;
}
.Staff_dec_bubble_right{
	width: 120px;
	height: 156px;
	position: absolute;
	top: -56px;
	right: 24px;
}
.Staff_decImg_konbu{
	width: 248px;
	height: 248px;
	position: absolute;
	top: 441px;
	right: -84px;
}
.Staff_Profile_Career{
	display: flex;
}
.Staff_Profile_Licence{
	display: inline-block;
	text-align: left;
	padding-left: 0px;
}
.Staff_Profile{
	text-align: left;
	padding-bottom: 24px;
	border-bottom: 1px solid #0C8895;
	padding-top: 32px;
	padding-left: 338px;
	margin-right: 32px;
}
.Staff_Profile_Comment{
	text-align: left;
	padding-bottom: 128px;
	padding-left: 338px;
	margin-right: 32px;
}
.Staff_Profile_name{
	position: relative;
}
.Staff_Profile_name::after{
	content: url(../images/TOP/parts/staff/Staff_name.svg);
	position: absolute;
	top: -16px;
	padding-left: 16px;
}
.Staff_dec_bubble_responsive{
	display: none;
}
@media (max-width: 1279px){
	.Staff{
		padding-bottom: 195px;
	}
	.Staff_Content{
		width: 697px;
		height: 606px;
		margin-top: 332px;
	}
	.Staff_img_main{
	top: -316px;
	left: 0px;
	}
	@keyframes fadeinStaffimg {
		0% {
			transform: translateX(-180px);
			opacity: 0;
		  }
		  100% {
			top: -316px;
	        left: 0px;
			transform: translateX(0);
			transform: rotate(-4deg);
			opacity: 1;
		  }
	}
	.Staff_img_sub{
	width: 384px;
	height: auto;
	top: -246px;
	left: 302px;
	}
	@keyframes fadeinStaffSubimg {
		0% {
			transform: translateX(-90px);
			opacity: 0;
		  }
		  100% {
			top: -246px;
			left: 302px;
			transform: translateX(0);
			transform: rotate(2deg);
			opacity: 1;
		  }
	}
	.Staff_Content.is-animated .Staff_img_main{
		animation: 0.6s fadeinStaffimg 0.6s forwards;
	} 
	.Staff_Content.is-animated .Staff_img_sub{
		animation: 1s fadeinStaffSubimg 1s forwards;
	}
	.Staff_Profile{
		padding-top: 120px;
		padding-left: 0;
		margin-left: 32px;
		margin-right: 32px;
	}
	.Staff_Profile_Comment{
		text-align: left;
		padding-bottom: 78px;
		padding-left: 0px;
		margin-left: 32px;
		margin-right: 32px;
	}
	.Staff_Profile_name{
		margin-top: 0;
	}
	.Staff_Profile_Born{
		margin-top: 0;
		margin-bottom: 0;
	}
	.Staff_decImg_konbu{
		width: 193px;
		height: auto;
		top: 544px;
	    right: 0px;
	}
	.Staff_dec_bubble_left{
		display: none;
	}
	.Staff_dec_bubble_right{
		display: none;
	}
	.Staff_dec_bubble_responsive{
		display: flex;
		position: absolute;
		top: 544px;
		left: 20px;
		width: 125px;
		height: auto;
	}
}
@media (max-width: 743px){
	.Staff{
		padding-bottom: 120px;
	}
	.Staff_Content_Container{
		margin-top: 16px;
	}
	.Staff_Content{
		width: 350px;
		height: auto;
		margin-top: 160px;
		border-radius: 2px;
	}
	.Staff_img_main{
		width: 134px;
		height: auto;
		top: -144px;
		left: 28px;
		}
		@keyframes fadeinStaffimg {
			0% {
				transform: translateX(-180px);
				opacity: 0;
			  }
			  100% {
				top: -144px;
				left: 28px;
				transform: translateX(0);
				transform: rotate(-4deg);
				opacity: 1;
			  }
		}
		.Staff_img_sub{
		width: 160px;
		height: auto;
		top: -112px;
		left: 160px;
		}
		@keyframes fadeinStaffSubimg {
			0% {
				transform: translateX(-90px);
				opacity: 0;
			  }
			  100% {
				top: -112px;
				left: 160px;
				transform: translateX(0);
				transform: rotate(2deg);
				opacity: 1;
			  }
		}
		.Staff_Content.is-animated .Staff_img_main{
			animation: 0.6s fadeinStaffimg 0.6s forwards;
		} 
		.Staff_Content.is-animated .Staff_img_sub{
			animation: 1s fadeinStaffSubimg 1s forwards;
		}
		.Staff_Profile{
			padding-top: 60px;
			margin-left: 12px;
			margin-right: 12px;
			padding-bottom: 12px;
		}
		.Staff_Profile_name::after{
			content: url(../images/TOP/parts/staff/Staff_name_SP.svg);
			top: -12px;
	        padding-left: 12px;
		}
		.Staff_Profile_name{
			margin-bottom: 0;
		}
		.Staff_Profile_Comment{
			padding-bottom: 40px;
			margin: 12px 16px auto 16px;
		}
		.Staff_decImg_konbu{
			width:  97px;
			height: auto;
			top: 396px;
		}
		.Staff_dec_bubble_responsive{
			width: 62px;
			height: auto;
			top: 412px;
			left: -6px;
		}
}


/*お問い合わせ*/
.Contact{
	background-color:#F4FDFF ;
	padding-top: 64px;
}
.Contact_Btn_Container{
	margin-top: 64px;
}
.Contact_Btn{
	display: inline-block;
	color: #fff;
	padding: 16px 64px;
	border-radius: 100px;
}
/*.Contact_Btn_A::before{
	content:url('../images/TOP/icon/Icon_Phone.svg');
	vertical-align: middle;
	padding-right: 4px;
}*/
.Contact_Btn_A{
	background-color: #B3443D;
	margin-right: 80px;
}
/*.Contact_Btn_B::before{
content: url('../images/TOP/icon/Icon_mail.svg');
vertical-align: middle;
padding-right: 4px;
}*/
.Contact_Btn_B{
	background-color: #E88039;
}

@media (max-width: 743px){
	.Contact{
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.Contact_Btn_Container{
		margin-top: 24px;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.Contact_Btn_A{
		margin-right: 0;
		margin-bottom: 16px;
	}
	.Contact_Btn{
		padding: 8px 32px;
		border-radius: 100px;
	}
}

/*Footer*/
footer{
	background-color: #0C8895;
	padding-bottom: 70px;
}
.Foot_menu{
	display: flex;
	justify-content: center;
	padding-top: 48px;
	padding-bottom: 64px;
	margin: 0;
}
.Foot_text{
	margin: auto 64px;

}
.Foot_a{
	color: #fff;
}
.Footer_Icon{
	padding-bottom: 24px;
	border-bottom: 1px solid #fff;
}
.adress_container{
	display: flex;
	justify-content: center;
}
.adress{
	text-align: left;
	margin-left: 12px;
	font-size: 13px;
}
.ShopInfo{
	color: #fff;
	margin-top: 32px;
}
.adressNumber, .mail{
	font-size: 13px;
}
.Icon_Line_Foot{
	margin-right: 8px;
}
.Foot_a_shop{
	font-weight:  normal;
	font-size: 13px;
}
@media (max-width: 743px){
	footer{
		padding-bottom: 32px;
	}
	.Foot_menu{
		padding-top: 32px;
		padding-bottom: 32px;
		display: inline-block;
		text-align: center;
		padding-left: 0;
	}
	.Foot_text{
		margin: 5px 0px;
	}
	.Icon_Foot{
		width: 44px;
		height: auto;
	}
	.Icon_Line_Foot{
		margin-right: 4px;
	}
	.Footer_Icon{
		padding-bottom: 12px;
	}
	.ShopInfo{
		margin-top: 16px;
	}
	.adress{
		font-size: 9px;
		font-weight: lighter;
	}
	.Foot_a_shop{
		font-size: 9px;
		font-weight: lighter;
	}
	.adressNumber, .mail{
		font-size: 9px;
		font-weight: lighter;
	}
}

/*下層*/
.Bg-Blue{
	background-color: #CDEEF4;
}
.Bg-img{
	background-image:url("../images/CommonParts/UnderLayer_title/bubble.png");
	background-repeat: no-repeat;
	background-size: 50px 67px;
	background-position: right 38% bottom 72%;
}
.Contents_Title{
    padding: 38px 0 0 0;
	color: #0C8895;
}
.En{
	font-size: 40px;
}
.Ja{
	font-size: 16px;
    font-weight: lighter;
    margin: 0px;
}
.BG_wave_parts_UL{
	width: 100%;
	vertical-align: bottom;
	margin-top: 20px;
}
.UL_title_buble{
	width: 50px;
	height: 67px;
	float: right;
}
.main{
	position: relative;
	top: 130px;
}
.contents{
	display: block;
	margin-bottom: 80px;
}

.UnderLrayer{
	background-color: rgb(255 255 255 / 0.8);
	padding-top: 8px;
	padding-bottom: 8px;
	display: flex;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.UL_head_logo{
	width: 88px;
	height: auto;
	margin-left: 56px;
}
.UL_title{
	background-color: #CDEEF4;
}
.UL_title_container{
	display: flex;
	justify-content: left;
	margin-left: 56px;
	padding-top: 135px;
	position: relative;
}



.UL_title_En{
	font-size: 36px;
	color: #0C8895;
}
.UL_title_subtext{
	color: #0C8895;
	font-size: 16px;
    text-align: left;
	margin-left: 56px;
	position: absolute;
	top: 260px;
}
@media (min-width: 744px){
	.hb-icon{
		display: none;
	}
	.UL_head_menu{
		position: fixed;
		right: 0;
	}
}
@media (max-width: 743px){
	.main{
	position: relative;
	top: 86px;
	}
	.UL_head_logo{
		width: 56px;
		margin-left: 12px;
	}
	.UL_title_buble{
		width: 50px;
		height: 73px;
	}
	.UL_title_container{
		margin-left: 12px;
		padding-top: 120px;
	}
	.UL_title_En{
		font-size: 34px;
	}
	.UL_title_subtext{
		font-size: 14px;
		margin-left: 12px;
		top: 150px;
	}
	.hb-icon{
		display: inline-block;
	}
	.BG_wave_parts_UL{
		width: 100%;
		vertical-align: bottom;
		margin-top: 24px;
	}
	.En{
		font-size: 24px;
	}
	.Ja{
		font-size: 10px;
		font-weight: lighter;
		margin: 0px;
	}
	.Bg-img{
		background-image:url("../images/CommonParts/UnderLayer_title/bubble.png");
		background-repeat: no-repeat;
		background-size: 28px 40px;
		background-position: right 30% bottom 66%;
	}
}

/*価格表*/
.Price_table{
	width: 100%;
	text-align: left;
}
.Price_title{
	font-size: 24px;
	text-align: left;
	margin-left: 56px;
}
.Price_table{
	border-collapse:collapse;
	width: 90%;
	margin: 0 auto;
}
.Table_1{
width: 50%;
padding-left: 2px;
padding-bottom: 4px;
}
.Table_2, .Table_3{
	width: 25%;
	padding-bottom: 4px;
}
.Table_4{
	width: 75%;
	padding-left: 2px;
padding-bottom: 4px;
}
.Price_subtitle{
	color: #0C8895;
	border-bottom: 1px solid #0C8895;
}
.Price_contents{
	border-bottom: 1px solid #ccc;
	border-spacing: 16px auto 4px auto;
}
.space{
	padding-top: 16px;
}
.Price_CommonBottom{
	margin-bottom: 80px;
}
.Price_LastBottom{
	padding-bottom: 120px;
}
@media (max-width: 1279px) {
	.Table_1{
		width: 60%;
		}
		.Table_2, .Table_3{
			width: 20%;
		}
		.Table_4{
			width: 80%;
		}
}
@media (max-width: 743px){
	.Price_title{
		font-size: 14px;
		text-align: left;
		margin-left: 12px;
	}
	.Price_table{
		border-collapse:collapse;
		width: 95%;
		margin: 0 auto;
	}
	.Table_1{
		width: 50%;
		}
		.Table_2, .Table_3{
			width: 25%;
			padding-left: 8px;
		}
		.Table_4{
			width: 75%;
			padding-left: 8px;
		}
		.Price_CommonBottom{
			margin-bottom: 40px;
		}
		.Price_LastBottom{
			margin-bottom: 64px;
		}
}


/*ファンダイビング*/
.map{
	width: 1168px;
	margin-bottom: 32px;
}
.accordion_container{
	display: inline-block;
	margin-bottom: 128px;
}
.accordion{
	margin-bottom: 36px;
	width: 1168px;
}
summary {
	display: block;
  }
  summary::-webkit-details-marker {
	display: none;
  }
  .summary_inner_title{
	font-size: 20px;
	font-weight: 500;
  }
  .summary_inner_left{
	display: flex;
	align-items: center;
  }
  .summary_inner{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	border: 1px solid #0C8895;
	border-radius: 4px;
  }
.tag{
	color: #fff;
	padding: 4px 16px;
	border-radius: 30px;
	margin-left: 16px;
}
.tag_beginner{
	background-color: #5EA55E;
}
.tag_Intermediate{
	background-color: #D09C16;
}
.tag_advanced{
	background-color: #5552C7;
}
.accordion_icon {
	display: block;
	position: relative;
	width: 32px;
	height: 32px;
	background-image: url("../images/Fun/parts/plus.svg");
  }

  
  /* アコーディオンが開いた時のスタイル */
  details[open] {
	border: 1px solid #0C8895;
	border-radius: 4px;
  }
  details[open] .summary_inner{
	border: none;
	background-color: #0C8895;
	border-radius: 0;
  }
  details[open] .tag{
	background-color: #fff;
  }
  details[open] .tag_beginner{
	color: #5EA55E;
  }
  details[open] .tag_Intermediate{
	color: #D09C16;
  }
  details[open] .tag_advanced{
	color: #5552C7;
  }
  details[open] .summary_inner_title{
	color: #fff;
  }
  details[open] .accordion_icon{
	background-image: url("../images/Fun/parts/minus.svg");
  }
  .accordion_contents{
	display: flex;
	margin: 32px;
	align-items: center;
  }
  .spot_img{
	width: 300px;
	height: 300px;
  }
  .accordion_contents_text{
	text-align: left;
	margin-left: 24px;
  }
  .diver_table_title{
	width: 780px;
	padding-left: 2px;
	padding-bottom: 4px;
	margin-top: 24px;
	margin-bottom: 12px;
	text-align: left;
  }
  .diver_table_contents{
	width: 780px;
  }
  .diver_table_tr_title{
	width: 153px;
  }
  .accordion_list{
	list-style: disc;
	padding-left: 0;
  }
  .diver_table_title_chibishi{
	width: 1104px;
  }
  .diver_table_contents_chibishi{
	width: 1104px;
	text-align: left;
  }
  .map_SP{
	display: none;
  }

  @media (max-width: 1279px){
	.map{
		width: 697px;
		height: auto;
	}
	.accordion{
		margin-bottom: 36px;
		width: 697px;
	}
	.accordion_contents{
		display: inline-block;
	  }
	.diver_table_title{
		width: 633px;
	}
	.diver_table_contents{
		width: 633px;
	  }
	  .accordion_contents_text{
		margin-left: 0px;
	  }
	  .diver_table_title_chibishi{
		margin-top: 0;
	  }
  }
  @media (max-width: 743px){
	.map{
		display: none;
	}
	.map_SP{
		display: inline-block;
		width: 350px;
		height: auto;
		margin-bottom: 16px;
	}
	.accordion{
		margin-bottom: 16px;
		width: 350px;
	}
	.summary_inner_title{
		font-size: 14px;
	  }
	  .tag{
		padding: 2px 8px;
		margin-left: 8px;
	}
	.summary_inner{
		padding: 4px 16px;
		border-radius: 2px;
	}
	.accordion_icon {
		width: 24px;
		height: 24px;
		background-image: url("../images/Fun/parts/plus_SP.svg");
	}
	details[open] .accordion_icon{
		background-image: url("../images/Fun/parts/minus_SP.svg");
	  }
	  .spot_img{
		width: 248px;
		height: 248px;
	  }
	  .diver_table_title{
		width: 300px;
	}
	.diver_table_contents{
		width: 300px;
	  }
	  .accordion_contents{
		margin: 24px;
	  }
	  .diver_table_tr_title{
		width: 130px;
	  }
	  .spot_explanation{
		margin-top: 16px;
		margin-bottom: 0;
	  }
	  .diver_table_title{
		margin: 12px auto;
	  }
	  .diver_table_title_chibishi{
		margin-top: 0;
	  }
	  .accordion_container{
		margin-bottom: 64px;
	}
	details[open] {
		border-radius: 2px;
	  }
  }

/*
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html {
  font-size: 16px;
}

body {
  font-family: 'Noto Sans Japanese', serif;
  font-size: 1.2rem;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}

*, *::before, *::after {
  box-sizing: border-box;
}
/*
a:link, a:visited, a:hover, a:active {
  color: #0000ff;
  text-decoration: none;
}

.wrap {
	background-image: url("../images/turtle.jpg");
	background-position: 50% 50%; 
	background-size: cover;
	padding: 1em;
	min-height: 800px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#text {
	color : #ffffff;
	font-size:  0.8em;
	border : solid 2px #fff ;
	padding :  20px;
	width: 90%;
	text-align: center;

}
#text a {
	color : #ffffff;
}
#text img {
	vertical-align: bottom;
	margin-right: 10px;
}

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


}*/