/*
エージェント別
*/
.l-pc { display: block !important; }
.l-pc__inline { display: inline !important; }
.l-sp { display: none !important; }
.l-sp__inline { display: none !important; }
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-pc { display: none !important; }
.l-pc__inline { display: none !important; }
.l-sp { display: block !important; }
.l-sp__inline { display: inline !important; }
}

.l-warp {
	background-image:  repeating-linear-gradient(45deg, #e0efff 25%, transparent 25%, transparent 75%, #e0efff 75%, #e0efff), repeating-linear-gradient(45deg, #e0efff 25%, #fff 25%, #fff 75%, #e0efff 75%, #e0efff);
	background-position: 0 0, 20px 20px;
	background-size: 40px 40px;
	color: #e0efff;
}


.p-fixNavi__menu {
  position: fixed;
  width: 7%;
  top: 10px;
  right: 0;
}

.p-fixNavi__menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.p-fixNavi__menu li {
  list-style-type: none;
  padding: 2px;
}

/********* pcのみ *********/
@media only screen and (min-width: 751px) {
.l-sec--slider a:hover,
.u-ov__alpha:hover {
 -webkit-transition: 0.3s ease-in-out;
 -moz-transition: 0.3s ease-in-out;
 -o-transition: 0.3s ease-in-out;
 transition: 0.3s ease-in-out;
 opacity: 0.5;
 filter: alpha(opacity=50);
 }
}

/*--------------------------------------------
ヘッダー
--------------------------------------------*/
.l-header {
	width: 100%;
	background-image: url("../images/main_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 1rem 0 8rem;
	margin-bottom: 3rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-header {
  background-image: url("../images/main_bg.jpg");
	padding: 1rem 0 1rem;
	margin-bottom: 2rem;
 }
}

.l-header-b{
	max-width: 1000px;
	margin: 0 auto !important;
	padding: 2rem 0 5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.l-header-b{
	padding: 1rem 0 2rem;
}
}

.l-header p {
  z-index: 1;
}

.l-header div.mc01 {
  width: 40%;
  max-width: 400px;
	margin: 0 auto 5rem;
	padding: 2rem 0 0
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.l-header div.mc01{
	width: 50%;
	margin: 0 auto 2rem;
}
}


/* ----------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------- */

.pic01 {
	width: 1200px;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.pic01 {
	width: 100%;
}
}


.main_c {
	max-width: 750px;
	width: 90%;
	margin: 0 auto 2rem;
}

.tour_btn {
	max-width: 1000px;
	width: 80%;
	margin: 0 auto 5rem;
}

.pic02_box {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.pic02_box {
}
}

.pic02 {
	width: 1200px;
  margin: 0 auto;
	position: absolute;
	top: -15rem;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.pic02 {
	width: 100%;
	top: -7rem;
}
}


h1 {
	margin: 10rem auto 2rem;
	max-width: 1000px;
	width: 90%;
	font-weight: 700;
	line-height: 2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h1 {
	margin: 4rem auto 1rem;
  font-size: 1.2rem;
 }
}

.main_txt {
	margin: 0 auto 2rem;
	max-width: 1000px;
	width: 90%;
	font-weight: 700;
	line-height: 2rem;
}


/* ----------------------------------------------------------------
スペシャルトリップ
---------------------------------------------------------------- */

.bg01 {
	background-color:#ffd866;
	padding: 0.2rem 0.8rem;
}

.l-sec--inner2 {
  width: 100%;
	max-width: 1000px;
	margin: 0 auto 3rem;
	border: 1px solid #a4a4a4;
	border-radius: 10px;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-color: #ffffff;
	padding: 0 0 1rem 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner2 {
	margin-bottom: 2rem;
 }
}


.section01 .t_ttl_box{
	max-width: 1000px;
	margin: 4rem auto 2rem;
	bottom: 100px;
	top: auto;
	right: 0;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.section01 .t_ttl_box {
    margin: 2rem auto 2rem;
  }
}

.t_c {
	color: #b10021;
	font-size: 2rem;
	text-align: center;
	display: inline-block;
	margin-right: 1rem;
	font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t_c {
	font-size: 1.4rem;
	margin-right: 0.2rem;
 }
}

.t_c {
    position: relative;
    padding: 0.5rem 1.5rem 0.5rem 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
}

.t_c::before,
.t_c::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: '';
}

.t_c::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}

.t_c::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}

.t_ttl02{
	font-size: 5rem;
	color: #b10021;
	font-weight: 700;
	line-height: 1.5;
	display: inline-block;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t_ttl02 {
    font-size: 1.8rem;
  }
}


.t_ttl03{
	font-size: 1.6rem;
	font-weight: 700;
	color: #b10021;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t_ttl03 {
    font-size: 1rem;
  }
}

.text-divider {
  display: flex;
  align-items: center;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}

.text-divider {
  display: flex;
  align-items: center;
  --text-divider-gap: 1rem;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: var(--text-divider-gap);
}
.text-divider::after {
  margin-left: var(--text-divider-gap);
}


.l-sec--c {
	font-size: 2.4rem;
	font-weight: 700;
	padding: 2rem 0 1rem;
	text-align: center;
	color: #fcbc26;
	background:repeating-linear-gradient(
135deg,
#b10021,
#b10021 7px,
#b92121 0,
#b92121 15px
);
	margin: 0 0 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--c {
	padding: 1rem 0;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 0 1rem;
 }
}

.ttlbktype01{
	background:repeating-linear-gradient(
135deg,
#676767,
#676767 7px,
#757575 0,
#757575 15px
) !important;
}

.l-sec--c span.ttl {
	color: #003494;
	display: inline-block;
	margin-right: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	font-size: 4rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--c span.ttl {
  margin-right: 0.8rem;
	font-weight: 700;
	font-size: 1.4rem;
 }
}

.l-sec--c2 {
	font-size: 2.4rem;
	font-weight: 700;
	padding: 2rem 0 1rem;
	text-align: center;
	color: #000;
	font-family: 'Noto Serif JP', serif;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--c2 {
	padding: 1rem 1rem 1.2rem;
	font-size: 1.4rem;
	font-weight: 700;
 }
}

.l-sec--c2 span.ttl {
	color: #003494;
	display: inline-block;
	margin-right: 1.8rem;
	font-family: 'Noto Serif JP', serif;
	font-size: 4rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--c2 span.ttl {
  margin-right: 0.8rem;
	font-weight: 700;
	font-size: 1.4rem;
 }
}


ul.t-point {
	margin: 0 auto;
	width: 90%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
ul.t-point {
	margin: 0 0 0 1rem;
}
}

ul.t-point li {
	display: inline-block;
	margin: 0 0.5rem 0.5rem 0;
	padding: 0.2rem 0.7rem;
	border-radius: 30px;
	color: #FFFFFF;
	width: 48%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
ul.t-point li {
	display: inline-block;
	margin: 0 0.5rem 0.5rem 0;
	padding: 0.2rem 0.7rem;
	border-radius: 15px;
	color: #FFFFFF;
	width: 46%;
	text-align: center;
	font-size: 0.8rem;
}
}

li.l_yellow{
  background-color: #F0CC00;
}

li.l_blue{
  background-color: #0976E0;
}

li.l_green{
  background-color: #62A01A;
}

li.l_purple{
  background-color: #BA53CC;
}

li.l_orange{
	background-color: #FFA500;
}


.t-point2 {
	margin: 0 auto 1rem;
	font-weight: 700;
	transform: skewX(-12deg);
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.t-point2 {
	margin: 0 auto 1rem;
	font-weight: 700;
	transform: skewX(-12deg);
	text-align: center;
}
}

.t-point2 p{
	margin: 0 0.4rem 0 0;
	display: inline-block;
}

.day {
	font-size: 1.6rem;
	font-weight: 700;
}

.price {
	font-size: 2rem;
	color: #CA1215;
	font-weight: 700;
}

div.btn-s {
	display: block;
	width: 60%;
	margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
div.btn-s {
	width: 90%;
  }
}

div.btn-s a{
  display: block;
  margin: 0 auto 1rem;
  max-width: 1000px;
  padding: 1rem 1.6rem;
  background-color: #CC133B;
  color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
div.btn-s a {
	margin-bottom: 1rem;
  }
}

.mbtype01{
	margin-bottom: 2rem !important;
}

.btn_bg {
	background-color: #48AD4D !important;
}



/* ----------------------------------------------------------------
海外ダイビング
---------------------------------------------------------------- */

.bg02 {
/*	background-color:#000;*/
	padding: 0.2rem 0.8rem;
}

.tc_white{
	color: #FFFFFF !important;
}

.l-sec--txtarea {
  margin-bottom: 1.2rem;
	font-size: 1.2rem;
	color: #000000;
	padding: 0 2rem;
	font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--txtarea {
	font-size: 0.8rem;
  margin-bottom: 0.8rem;
	padding: 0 1rem;
 }
}

.l-sec--txtarea span {
	font-size: 1rem;
  font-weight: 700;
}




/* ----------------------------------------------------------------
エリア紹介
---------------------------------------------------------------- */

.bg03 {
	background-color:#FFFFFF;
	padding: 0.2rem 0.8rem;
}

h3 {
	   font-family: 'Noto Serif JP', serif;
     position: relative;
     display: inline-block;
     text-align: center;
     color:#fff;
     padding: 1rem;
	   width: 100%;
	   box-sizing: border-box;
	   font-size:2rem;
		background-color: #009be3;
	letter-spacing: 0.04rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h3 {
	font-size: 1.2rem;
 }
}


h3:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #009be3 transparent;
     border-width: 10px 10px 0 10px;
     bottom: -10px;
     left: 50%;
     margin-left: -10px;
}

h3 span {
	color: #f93157;
	font-size: 3.4rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h3 span {
  font-size: 1.8rem;
 }
}

div.btn-tlist {
	display: block;
	width: 100%;
}

div.btn-tlist a{
	display: block;
	margin: 0 auto 3rem;
	max-width: 1000px;
	padding: 1.6rem;
	background-color: #22919b;
	color: #FFFFFF;
	border-radius: 5px;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
div.btn-tlist a {
	margin-bottom: 1rem;
  }
}

ul.gentei{
	max-width: 1000px;
	width: 100%;
}

.gentei li{
	width: 49.7%;
	background-color: #fff100;
	padding: 1rem;
	border-radius: 10px;
	color: #2280be;
	margin-bottom: 1rem;
	display: inline-block;
	font-weight: 700;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.gentei li {
	width: 49%;
	background-color: #fff100;
	padding: 1rem;
	border-radius: 10px;
	color: #2280be;
	margin-bottom: 1rem;
	display: inline-block;
	font-weight: 700;
	text-align: center;
 }
}

.gentei li:nth-child(odd){
	margin-right: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.gentei li:nth-child(odd) {
	margin-right: 0;
 }
}

.mttype01{
	margin-top: 1rem !important;
}



/* ----------------------------------------------------------------
国内紹介
---------------------------------------------------------------- */

.bg04 {
  background-color: #F5F5F5;
  padding: 0.2rem 0.8rem 2rem;
}

.tc_bk{
	color: #000000 !important;
}

.l-details2 a {
	max-width: 1000px;
  display: block;
  border-radius: 50px;
  background: #e31414;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  padding: 1rem;
  line-height: 1;
	margin: 3rem auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .l-details2 a {
		width: 95%;
		margin: 2rem auto;
    font-size: 1rem;
  }
}





















.mc02 {
	max-width: 1000px;
  width: 95%;
	margin: 0 auto 6rem;
  font-size: 3rem;
	font-weight: 700;
  color: #fff;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.mc02 {
  font-size: 1.4rem;
	margin: 0 auto 2rem;
 }
}

.bg {
	padding: 2rem 0 3rem;
	width: 100%;
  margin: 0 auto;
  width: 100%;
	margin-bottom: 3rem;
	background-color: #3fbeef;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

h2 {
	padding: 0 0 2rem;
	margin: 0 auto;
	width: 85%;
  margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #FFFFFF;
	max-width: 750px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h2 {
  font-size: 1rem;
 }
}


ul.wcd{
	padding: 2rem;
	color:#041145;
	font-weight: 400;
	max-width: 800px;
	margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
ul.wcd {
	padding: 0 1rem 0 2rem;
 }
}


ul.wcd li{
	color:#fff;
	margin: 0rem 0rem 0.6rem 1.3rem;
	font-size: 1.4rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
ul.wcd li {
	margin: 0rem 0rem 0.3rem 1.3rem;
	font-size: 1rem;
 }
}

.wcd li i {
	margin-right: 0.5rem;
	color:#ebd32f;
	font-size: 2rem;
	vertical-align:-3px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.wcd li i {
	margin-right: 0.5rem;
	font-size: 1.4rem;
	vertical-align:-3px;
 }
}

.wcd li{
	text-indent: -1rem;
}

/* ----------------------------------------------------------------
sec
---------------------------------------------------------------- */

.fukidashi {
	width: 100%;
	margin: 1rem auto 3rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.fukidashi {
	margin: 0 auto 2rem;
 }
}

ul.tokuten{
	max-width: 1000px;
	width: 100%;
	margin-bottom: 1rem;
}

.tokuten li{
	width: 49%;
	background-color: #fff100;
	padding: 1rem;
	border-radius: 50px;
	color: #2280be;
	margin-bottom: 1rem;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	font-size: 1.2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tokuten li {
	width: 48%;
	font-size: 0.8rem;
	letter-spacing: 0.01rem;
 }
}

.tokuten li:nth-child(odd){
	margin-right: 0.5rem;
}





.contents {
	display:flex;
	flex-wrap:wrap;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0.5rem;
	position: relative;
}

.bgimg01{
	background: linear-gradient(rgba(0,153,255,1), rgba(0,153,255,0.5)),
	url("../images/ama04.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bgimg02{
	background: linear-gradient(rgba(0, 27, 76, 0.8), rgba(0, 27, 76, 0.5)),
	url(../images/kume06.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bgimg03{
	background: linear-gradient(rgba(0, 27, 76, 0.8), rgba(0, 27, 76, 0.5)),
	url(../images/miya02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bgimg04{
	background: linear-gradient(rgba(0, 27, 76, 0.8), rgba(0, 27, 76, 0.5)),
	url(../images/onna06.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


.boxmg01:nth-child(odd){
	margin-right: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boxmg01:nth-child(odd) {
	margin-right: 0;
 }
	 }

.boxmg02:nth-child(odd){
	margin-right: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boxmg02:nth-child(odd) {
	margin-right: 2%;
 }
	 }

.boxmg03:nth-child(even){
	margin-right: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boxmg03:nth-child(even) {
	margin-right: 2%;
 }
	 }

.boxmg04:nth-child(odd){
	margin-right: 0.5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.boxmg04:nth-child(odd) {
	margin-right: 2%;
 }
	 }





.position_box{
	position: absolute;
}

.l-sec {
  padding: 80px 0 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec {
  padding: 40px 0;
 }
}

.pctr {
  padding: 80px 0 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.pctr {
  padding: 40px 0 0 0;
 }
}

.bk-blue {
  background-color: #e9f3fb;
}


.l-sec--inner3 {
  width: 100%;
	max-width: 1000px;
	margin: 0 auto 3rem;
	border: 16px solid #009be3;
	border-radius: 10px;
	overflow: hidden;
background-color: #f5ebdf;
background-image: url("https://www.transparenttextures.com/patterns/natural-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner3 {
	margin-bottom: 2rem;
 }
}

.l-sec--inner {
  width: 49.5%;
	margin-bottom: 2rem;
	border: 1px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;

}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner {
  width: 100%;
	border: 1px solid #fff;
	margin-bottom: 1rem;
 }
}



.w100{
	width: 100%!important;
}

/*h3 {
	font-size: 3rem;
	font-weight: 700;
	margin: 0 auto 4rem;
	font-family: 'Noto Serif JP', serif;
	width: 95%;
}*/
/********* sp *********/
/*@media only screen and (max-width: 750px) {
h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
 }
}*/



.l-sec--inner h4 {
  font-size: 1.6rem;
  font-weight: 700;
	line-height: 1.6;
	color: #000000;
	padding: 0 1.6rem 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h4 {
  font-size: 0.8rem;
	letter-spacing: 0.01rem;
	line-height: 1.4;
	padding: 0 0.8rem 1rem;
 }
}

.l-sec--inner h3 p {
	color: #4A008E;
	font-size: 9rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h3 p {
  font-size: 6rem;
  height: 20px;
  margin-right: 10px;
 }
}

.l-sec--inner h3 span {
	color: #4A008E;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 12px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h3 span {
  font-size: 1.8rem;
  height: 30px;
  margin-right: 20px;
 }
}


.l-sec--inner2 h4 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.8;
	color: #000000;
	padding: 0 2rem;
	margin-bottom: 1rem;
}
.l-sec--inner2 h5 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.0;
	color: #000000;
	padding: 0 2rem;
	margin-bottom: 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
	.l-sec--inner2 h4 {
		font-size: 1.2rem;
		letter-spacing: 0.01rem;
		line-height: 1.4;
		padding: 0 0.8rem;
		margin-bottom: 1rem;
	}
	.l-sec--inner2 h5 {
		font-size: 0.8rem;
		letter-spacing: 0.01rem;
		line-height: 1.0;
		padding: 0 0.8rem;
		margin-bottom: 1rem;
	}
}

.l-sec--inner2 h3 p {
	color: #4A008E;
	font-size: 9rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner2 h3 p {
  font-size: 6rem;
  height: 20px;
  margin-right: 10px;
 }
}

.l-sec--inner2 h3 span {
	color: #4A008E;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 12px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner2 h3 span {
  font-size: 1.8rem;
  height: 30px;
  margin-right: 20px;
 }
}


.l-sec--inner3 h4 {
  font-size: 2.4rem;
  font-weight: 400;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
	color: #000;
	padding: 0 2rem;
	margin-bottom: 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner3 h4 {
  font-size: 1.2rem;
	letter-spacing: 0.01rem;
	line-height: 1.4;
	padding: 0 0.8rem;
	margin-bottom: 1rem;
 }
}

.l-sec--inner3 h3 p {
	color: #4A008E;
	font-size: 9rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner3 h3 p {
  font-size: 6rem;
  height: 20px;
  margin-right: 10px;
 }
}

.l-sec--inner3 h3 span {
	color: #4A008E;
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	margin-right: 12px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner3 h3 span {
  font-size: 1.8rem;
  height: 30px;
  margin-right: 20px;
 }
}







.l-sec--slider {
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--slider {
  margin-bottom: 15px;
 }
}

/* 読み込み対応 */
.l-sec--slider {
  display: none;
}

.l-sec--slider.slick-initialized{
  display: block;
}

.l-sec--slider li {
  max-width: 320px;
  margin: 0 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--slider li {
  max-width: 100%;
  margin: 0;
 }
}

.l-sec--movie--list {
  overflow: hidden;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie--list {
  margin-bottom: 25px;
 }
}

.l-sec--movie--list li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie--list li {
  width: 100%;
  margin-bottom: 10px;
 }
}

.l-sec--movie--list li:nth-child(even) {
  margin-right: 0;
}

.l-sec--movie--list li .l-sec--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.l-sec--movie--list li .l-sec--movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-sec--movie {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px;
 }
}

.l-sec--movie iframe {
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
 }
}

.l-sec--pdf {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf {
  margin-bottom: 25px;
 }
}

.l-sec--pdf img {
  width: auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf img {
  width: 80%;
 }
}

.l-sec--pdf--list {
  width: 80%;
  margin: 0 auto 5px;
  overflow: hidden;
}

.l-sec--pdf--list li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf--list li {
  width: 100%;
  margin-bottom: 10px;
 }
.l-sec--pdf--list li:last-child {
  width: 100%;
  margin-bottom: 0;
 }
}

.l-sec--pdf--list li:nth-child(even) {
  margin-right: 0;
}

.l-sec--pdf--list img {
  width: 100%;
}

.l-sec--pdf--listtxt {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf--listtxt {
  margin-bottom: 25px;
 }
}

.l-sec--btnarea {
  overflow: hidden;
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--btnarea {
  margin-bottom: 10px;
 }
}

.l-sec--btnarea li {
  float: left;
  width: 100%;
  margin-right: 2%;
	color: #FFFFFF;

}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--btnarea li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
 }
}

.l-sec--btnarea li:last-child {
  margin-right: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--btnarea li:last-child {
  margin-right: 0;
  margin-bottom: 0;
 }
}

.u-btn__pink a {
  display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-radius: 2px;
	padding: 1rem 0.5rem;
	color: #fff;
	font-size: 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__pink a {
  border-radius: 2px;
  font-size: 0.8rem;
	padding: 1rem 0.5rem;
 }
}

.u-btn__arrow a {
  display: block;
  max-width: 360px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px #3f5392 solid;
  padding: 0 15px;
  color: #134186;
  font-size: 1.8rem;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__arrow a {
  max-width: 90%;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
 }
}

.u-btn__arrow a:hover {
  color: #007bbb;
}

.u-btn__arrow a::after {
  content: "";
  background: url(../images/bk_btn.png) no-repeat;
  background-position: center top;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.kokuchi {
  display: inline-block;
  border-top: 1px #1e50a2 solid;
  border-bottom: 1px #1e50a2 solid;
  padding: 15px 50px;
  text-align: center;
  margin: 100px auto 0;
}

.contact{
	padding: 1rem;
	border: thin solid #061431;
	text-align: center;
	background-color: #FFFFFF;
	color: #061431;
	font-weight: 400;
	font-size: 1.8rem;
	margin: 5rem auto 5rem;
	max-width: 1000px;
	width: 90%;
}

.fbg{
	background-color: #E6E2E2;
	padding: 5% 3.5%;
	margin-bottom: 2rem;
}

label {
	display: block;
	padding: 0 0 0.3rem 0.3rem;
	font-size: 0.8rem;
}

input[type="text"], input[type="tel"], input[type="email"] {
	height: 3rem;
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem 0.5rem;
	font-size: 1.1rem;
	border-radius: 3px;
	border: thin solid #B3B1B1;
}

textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem 0.5rem;
	font-size: 1.1rem;
	border-radius: 3px;
	border: thin solid #B3B1B1;
}

.ffd{
	margin-bottom: 0.7rem;
}

.u-btn2 {
-webkit-appearance: none;
display: inline-block;
text-align: center;
border-radius: 3px;
border: 1px
#e2041b solid;
background-color:
#E2041B;
color:
#FFF;
padding: 1rem;
width: 100%;
margin-bottom: 20px;
font-size: 16px;
}

.itiday{
	letter-spacing: 0.01rem;
  margin-bottom: 1rem;
	font-size: 1.2rem;
	background-color: #ECECEC;
	padding: 5%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.itiday{
	font-size: 1rem;
 }
}

/* ----------------------------------------------------------------
copyright
---------------------------------------------------------------- */
.l-copyright {
	border-top: thin solid #dbdbdb;
	padding: 40px 0;
	margin: 0 auto;
	font-size: 0.7rem;
	line-height: 1rem;
	text-align: center;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-copyright {
  border-top: thin 1px #dbdbdb;
  padding: 20px 0;
  font-size: 0.6rem;
 }
}





.itiday p {
	margin-bottom: 1rem;
}





h2 {
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	margin: 0 auto 3rem;
	width: 95%;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
h2 {
	margin: 0 auto 1rem;
  font-size: 1.2rem;
 }
}


.ptype01{
	padding-bottom: 1rem;
}

.topc {
	color: #FEFEFE;
	font-size: 2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.topc {
  font-size: 1rem;
 }
}

.itiarea {
	background-color: #133065;
	color: #FFFFFF;
	padding: 5%;
	font-weight: 400 !important;
	line-height: 3rem !important;
	margin-bottom: 0 !important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.itiarea  {
	line-height: 1.6rem !important;
 }
}

.mtype0 {
	margin-bottom: 0;
}

.mtype2 {
	margin-bottom: 2rem !important;
}

h1.second {
	width: 20%;
  max-width: 400px;
	margin: 0 auto 0;
}

.l-header-b-second {
	max-width: 1000px;
	margin: 0 auto 2rem !important;
	padding: 1rem 0 1rem;
}

.pic {
	margin-bottom: 2rem;
}

.btntype01 {
	padding: 0.6rem 0;
	background-color: #22919b;
	position: absolute;
  bottom: 0px;
	width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.btntype01 {
  padding: 0;
 }
}


.btntype02 {
	padding: 2rem 0;
	margin: 0 1rem;
}

.ptype02 {
	width: 90%;
	color: #FFFFFF;
}

.ptype03 {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 3rem;
}





.logo {
	max-width: 200px;
	width: 20%;
	margin: 0 auto 3rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.logo {
	max-width: 500px;
	width: 30%;
	margin: 0 auto 1rem;
 }
}

.cright {
	text-align: right;
	font-size: 0.8rem;
	margin-bottom: 1rem;
}



.txttype01 {
	max-width: 750px;
	width: 85%;
	padding: 0 0 2rem;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px){
.txttype01{
	font-size: 1rem;
}
}

.tokyo {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	margin: 0 auto 6rem;
	width: 95%;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
	padding: 1rem 0;
  border-bottom: thin solid;
  border-top: thin solid;
	background-color:rgba(0,0,0,0.4)
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tokyo {
	font-size: 1rem;
 }
}

.swiper-container
{
	margin-bottom: 2rem;
}

.plantype01 {
	padding: 0 0 1rem;
	font-size: 1.6rem;
}

.plantype01 p {
	display: inline-block;
	margin-right: 1rem;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.plantype01 p {
	display: inline;
 }
}

.plantype01 i {
	margin-right: 1rem;
	color: #135C9A;
}

.tourttl {
	font-size: 1.6rem;
	font-weight: 700;
	color: #000000;
	border-top: dotted #FFFFFF 1px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tourttl  {
	font-size: 1rem;
 }
	 }

.tourttl a {
	display: block;
	padding: 1rem 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tourttl a  {
 }
	 }

p.tourttl:last-of-type{
	margin-bottom: 7rem;
	border-bottom: dotted #FFFFFF 1px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
p.tourttl:last-of-type {
	margin-bottom: 6rem;
 }
	 }


.uline {
background:linear-gradient(transparent 70%, #F877D2 0%);
}




.tourttl a {
	color: #000000;
}



.fcy {
	color: #AA0002;
}

/********* 2022 *********/


.btn_area {
	padding: 0.6rem;
	border-radius: 50px;
	color: #FFFFFF;
	background-color: #2E2929;
	margin-bottom: 7rem;
	margin-left: 1rem;
	width: 45%;
	font-size: 1rem;
	text-align: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
  .btn_area {
  padding: 0.6rem;
	border-radius: 20px;
	color: #FFFFFF;
	background-color: #2E2929;
	margin-bottom: 4.4rem;
	margin-left: 1rem;
	width: 45%;
	font-size: 0.8rem;
	text-align: center;
  }
}


.pic-area {
	width: 100%;
	height: 200px;
  object-fit: cover;
	margin-bottom: 1rem;
}





.foot-bnr {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 2rem;
}

.foot-bnr li {
	margin: 0 auto 0.5rem;
}

.yellow{
	color: #ffea00;
}

.black{
	color: #000;
}

/* リボン　*/

.ribbon1 {
  /*display: inline-block;*/
  position: relative;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 1.2rem;/*文字の大きさ*/
  background: rgb(231,23,68);
  background: linear-gradient(90deg, rgba(0,155,227,1) 0%, rgba(0,155,227,1) 51%, rgba(0,155,227,1) 100%);
  color: #fff100;/*文字色*/
  box-sizing: border-box;
	margin: 2rem auto 0;
	width: 60%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.ribbon1 {
	margin: 1rem auto 0;
	width: 90%;
	font-size: 1rem;
  }
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #f5ebdf;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #f5ebdf transparent transparent;
  border-style: solid;
}
