html {
    scroll-behavior: smooth;
}
div.domestic,
div.overseas {
    scroll-margin-top: 1em;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family:'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif !important;
    overflow-x: hidden;
}

.hero-container {
    width: 100%;
    height: 100vh;
    min-height: 650px;
    position: relative;
    background-image:
            radial-gradient(circle at 80% 20%, rgba(255, 136, 0, 0.25) 0%, rgba(0, 0, 0, 0) 50%),
            radial-gradient(circle at 20% 80%, rgba(0, 180, 216, 0.3) 0%, rgba(0, 0, 0, 0) 60%),
            url('../images/main_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 40px 20px;
    overflow: hidden;
}

.autumn-leaf {
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M25,5 L28,15 L38,12 L32,20 L42,22 L33,27 L38,37 L28,32 L27,45 L23,45 L22,32 L12,37 L17,27 L8,22 L18,20 L12,12 L22,15 Z' fill='%23ff6600' opacity='0.6'/%3E%3C/svg%3E");
    width: 70px;
    height: 70px;
    pointer-events: none;
}
.leaf1 { top: 10%; left: 8%; transform: rotate(15deg); width: 90px; height: 90px; filter: blur(1px); }
.leaf2 { top: 15%; right: 10%; transform: rotate(-25deg); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath d='M25,5 L28,15 L38,12 L32,20 L42,22 L33,27 L38,37 L28,32 L27,45 L23,45 L22,32 L12,37 L17,27 L8,22 L18,20 L12,12 L22,15 Z' fill='%23ffaa00' opacity='0.5'/%3E%3C/svg%3E");}
.leaf3 { bottom: 15%; left: 10%; transform: rotate(45deg); opacity: 0.4; width: 60px; height: 60px; }

.campaign-badge {
    background: linear-gradient(90deg, #6b0f1a 0%, #b91372 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    padding: 7px 28px;
    border-radius: 0;
    box-shadow: 0 6px 15px rgba(107, 15, 26, 0.4);
    margin-bottom: 25px;
    letter-spacing: 1.5px;
    border-left: 4px solid #ffb703;
    position: relative;
    z-index: 2;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.04); }
    100% { transform: scale(1); }
}

.main-title-wrap {
    max-width: 900px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    background: radial-gradient(circle, rgba(0, 8, 20, 0.6) 0%, rgba(0, 0, 0, 0) 70%);
    padding: 20px 20px;
    border-radius: 20px;
}
.main-title-wrap h1 {
    margin: 0;
}
.sub-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffe494;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.main-title {
    font-size: 54px;
    font-weight: 900;
    line-height: 1.3;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
    background: linear-gradient(to bottom, #ffffff 40%, #ffebad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lead-text {
    font-size: 16px;
    line-height: 1.9;
    max-width: 760px;
    margin-bottom: 45px;
    text-shadow: 0 2px 6px rgba(0,0,0,0.9);
    background: rgba(0, 15, 45, 0.75);
    padding: 24px 38px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.lead-text span.highlight {
    color: #ffb703;
    font-weight: 700;
}

.cta-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 2;
}

.cta-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    padding: 18px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.3);
    white-space: nowrap;
}

.btn-domestic {
    background: linear-gradient(135deg, #2b9348 0%, #007200 100%);
    box-shadow: 0 8px 25px rgba(0, 114, 0, 0.5);
}
.btn-domestic:hover {
    background: linear-gradient(135deg, #38b000 0%, #008000 100%);
    box-shadow: 0 12px 30px rgba(0, 114, 0, 0.65);
    transform: scale(1.03) translateY(-2px);
}

.btn-overseas {
    background: linear-gradient(135deg, #e63946 0%, #b7094c 100%);
    box-shadow: 0 8px 25px rgba(183, 9, 76, 0.5);
}
.btn-overseas:hover {
    background: linear-gradient(135deg, #ff4d6d 0%, #c9184a 100%);
    box-shadow: 0 12px 30px rgba(183, 9, 76, 0.65);
    transform: scale(1.03) translateY(-2px);
}

.cta-btn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 30%;
    height: 200%;
    background: rgba(255,255,255,0.35);
    transform: rotate(30deg);
    animation: shine 4s infinite linear;
}
@keyframes shine {
    0% { left: -60%; }
    15% { left: 130%; }
    100% { left: 130%; }
}

.cta-btn-arrow {
    margin-left: 10px;
    font-size: 22px;
}

.alert-note {
    font-size: 14px;
    font-weight: 700;
    color: #fde3e3;
    background: rgb(217 4 41 / 0.3);
    padding: 14px 28px;
    border-radius: 8px;
    border-left: 5px solid #ef233c;
    max-width: 800px;
    text-align: left;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    line-height: 1.6;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(5px);
}

.sp-br {
    display: none;
}

@media (max-width: 992px) {
    .main-title { font-size: 48px; }
}
@media (max-width: 768px) {
    .main-title { font-size: 36px; }
    .sub-title { font-size: 16px; }
    .lead-text { font-size: 14px; padding: 18px 20px; margin-bottom: 35px; }
    .alert-note { font-size: 12px; padding: 12px 18px; }
    .autumn-leaf { width: 50px; height: 50px; }
    .cta-container {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }
    .cta-btn {
        width: 100%;
        font-size: 18px;
        padding: 16px 20px;
        white-space: normal;
    }
}
@media (max-width: 620px) {
    .lead-text {
        text-align: left;
    }
    .sp-br {
        display: block;
    }
    .main-title-wrap {
        padding: 20px 0;
        margin-bottom: 10px;
    }
    .main-title {
        font-size: 32px;
    }
}

@media (max-width: 376px) {
    .main-title { font-size: 30px; }
    .sub-title { font-size: 12px; }
    .main-title-wrap {
        padding: 0;
    }
    .cta-btn {
        font-size: 16px;
        padding: 8px;
    }
}

@font-face {
    font-family:fontello;
    src:url(/css/icon_fonts/font/fontello.eot?32974303);
    src:url(/css/icon_fonts/font/fontello.eot?32974303#iefix) format('embedded-opentype'),
    url(/css/icon_fonts/font/fontello.woff?32974303) format('woff'),
    url(/css/icon_fonts/font/fontello.ttf?32974303) format('truetype'),
    url(/css/icon_fonts/font/fontello.svg?32974303#fontello) format('svg');
    font-weight:400;
    font-style:normal
}
[class*=" icon-"]::before, [class^="icon-"]::before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;

    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;

    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.icon-airport::before {
    content: '\ed52';
}
.icon-search::before {
    content: '\e806';
}

a.btn_etc {
    border: none;
    color: #fff;
    background: #f11616;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    line-height: 1;
    border-radius: 3px;
}
a.btn_etc:hover {
    opacity: 0.7;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
    a.btn_etc {
        width: 90%;
    }
    a.btn_etc span {
        white-space: nowrap;
    }
}
@media (max-width: 376px) {
    a.btn_etc {
        width: 80%;
        padding: 6px;
    }
}


.prc_lst {
    max-width: 900px;
    margin: 0 auto .5em;
    width: 95%;
    font-size: 16px;
    list-style: none;
    display: grid;
    gap: 3px;
    padding: 0;
    grid-template-columns: auto auto auto auto auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
    .prc_lst {
        margin: 0 auto .5em;
        width: 100%;
        font-size: 12px;
        gap: 2px;
    }
}

.prc_lst li {
    padding: 0.5em;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.1;
}

.prc_lst li.prc_date {
    background-color: #bfd0e8;
}
.prc_lst li.prc_days {
    background-color: #ddefea;
    white-space: nowrap;
}
.prc_lst li.prc_dive {
    background-color: #ddefea;
    white-space: nowrap;
}
.prc_lst li.prc_price {
    background-color: #ddefea;
    white-space: nowrap;
    color: #e6382d;
}
.prc_lst li.prc_link {
    background-color: #FFFFFF;
    font-size: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 5 / 6;
}
.prc_lst li.prc_link2 {
    padding: 0.25em;
    background-color: #FFFFFF;
    font-size: 0.8em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.airport {
    max-width: 900px;
    margin: 0 auto 3px;
    width: 95%;
    text-align: center;
    background-color: #307fd3;
    font-weight: 700;
    color: #FFFFFF;
    padding: 0.5em;
}
@media only screen and (max-width: 992px) {
    .prc_lst li {
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 750px) {
    .prc_lst li {
        padding: 0.15em;
    }
    .airport {
        margin: 0 auto 2px;
        width: 100%;
        text-align: center;
        background-color: #307fd3;
        font-weight: 700;
        color: #FFFFFF;
        padding: 0.5em;
    }
}

.airport span {
    color: #e3c190;
}

.single-diver {
    position: relative;
    text-align: center;
}
.single-diver::after {
    content: "■シングルダイバー";
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.9em;
}
@media screen and (max-width: 750px) {
    .single-diver::after {
        position: static;
        transform: none;
        display: block;
        text-align: center;
        margin-top: 4px;
    }
}







.foot_bg {
    width: calc(100% + 200px);
    background-color:#00A2DF;
    padding: 3rem 100px 2rem;
    border-radius:50% 50% 0 0/20vw 20vw 0 0;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    margin: 20px -100px 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
    .foot_bg {
        width: calc(100% + 200px);
        background-color:#00A2DF;
        padding: 3rem 100px 2rem;
        border-radius:50% 50% 0 0/20vw 20vw 0 0;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
        margin: 20px -100px 0;
        padding-bottom: 120px;
    }
}

.foot_bg ul li {
    list-style-type: none;
    line-height: 1.7;
}
.foot_bg img {
    width: 100%;
}

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

.foot_logo{
    max-width: 150px;
    width: 30%;
    margin: 0 auto 2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
    .foot_logo{
        width: 30%;
        margin: 0 auto 2rem;
    }
}

.foot_info {
    font-size: 0.8rem;
    margin: 0 auto 1rem;
    max-width: 800px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
    .foot_info {
        font-size: 0.8rem;
    }
}

.foot_info li {
    font-size: 1rem;
    color: #fff !important;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
    .foot_info li {
        font-size: 0.8rem;
    }
}

.tel {
    font-size: 2rem;
    font-weight: 700;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
    .tel {
        font-size: 1.2rem;
        font-weight: 700;
    }
}


.copyright{
    color: #fff;
    font-size: 1rem;
    margin: 0 auto;
    max-width: 800px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
    .copyright{
        font-size: 0.4rem;
    }
}

.foot_insta {
    display: block;
    background-image: url(../images/social_instagram.png);
    background-size: 45px 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50px;
    height: 90px;
    width: 90px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    margin-left: auto;
    position: absolute;
    bottom:8rem;
    right:0;
}
/********* sp *********/
@media only screen and (max-width: 750px){
    .foot_insta {
        display: block;
        background-image: url(../images/social_instagram.png);
        background-size: 30px 30px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50px;
        height: 60px;
        width: 60px;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
        margin-left: auto;
        position: absolute;
        bottom:5rem;
        right:0;
    }
}


.foot_fb {
    display: block;
    background-image: url(../images/fb.png);
    background-size: 50px 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 50px;
    height: 90px;
    width: 90px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    margin-left: auto;
    position: absolute;
    bottom:8rem;
    right:8rem;
}
/********* sp *********/
@media only screen and (max-width: 750px){
    .foot_fb {
        display: block;
        background-image: url(../images/fb.png);
        background-size: 35px 35px;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50px;
        height: 60px;
        width: 60px;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
        margin-left: auto;
        position: absolute;
        bottom:5rem;
        right:5rem;
    }
}













/*
エージェント別
*/
.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 {
  overflow-x: hidden;
	background-color: #01a7ff;
background-image: url("../images/clean-gray-paper.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

/********* 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: 3rem 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-header {
  background-image: url("../images/main_bg.jpg");
	padding: 2rem 0;
 }
}



.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;
}
}

.padi{
	width: 30%;
	max-width: 300px;
	margin: 0 auto ;
}


/* ----------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------- */
.l-visual {
  width: 100vw;
  height: 100vh;
}

.vegas-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-visual--txt {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
  text-align: center;
  opacity: 0;
  animation: logo 1s ease 1s 1 normal forwards;
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-visual--txt h1 {
  max-width: 360px;
  width: 60%;
  margin: 0 auto;
}

.l-visual--txt p {
  text-align: center;
  margin-top: 50px;
  color: #fff;
}

.l-visual--txt p span {
  font-size: x-large;
  color: #f5d21e;
}

.sns{
	text-align: right;
	margin-bottom: 5rem
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.sns{
	margin-bottom: 2rem
}
}

.sns i {
	font-size: 4rem;
	color: #FFFFFF;
	display: inline-block;
	margin-right: 2rem;
}
/********* sp *********/
@media only screen and (max-width: 750px){
	.sns i {
	font-size: 3rem;
	display: inline-block;
	margin-right: 0.8rem;
}
}


/* ----------------------------------------------------------------
プロフィール
---------------------------------------------------------------- */
.l-profile {
  width: 100%;
  height: 600px;
  background: url(../images/main.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-profile {
  width: 100%;
  height: 600px;
  background: url(../images/main_sp.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  align-content: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
 }
}

.l-profile--wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.l-profile--wave img {
  width: 100%;
}

.l-profile--inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}

.l-profile--txt {
  width: 1000px;
  /*background-color: rgba(31,56,108,0.4);
  padding: 25px;
  box-sizing: border-box;*/
  color: #fff;
	margin-bottom: 5rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-profile--txt {
  width: 100%;
  padding: 15px;
	margin-bottom: 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
---------------------------------------------------------------- */

#gizagiza a , #gizagiza a:after , #gizagiza a:before , #gizagiza a span {
	content: "";
	width: 50px;
	height: 50px;
	background-color: #DA090C;
	position: absolute;
	top: 0px;
}
#gizagiza , #gizagiza a , #gizagiza a:after , #gizagiza a:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
}
#gizagiza a span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  text-align: center;
  z-index: 999;
  line-height: 50px;
  color: #fff;
}
#gizagiza {
  position:relative;
  width:50px;
  height:50px;
  background-color:#DA090C;
  margin:20px 0 0 40px ;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
#gizagiza {
  margin:20px 0 0 20px ;
}
}


.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--inner2 {
  width: 100%;
	margin-bottom: 2rem;
	border: 1px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(rgba(0, 27, 76, 0.9), rgba(0, 27, 76, 0.6)),
	url(../images/domestic_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 1rem;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner2 {
	margin-bottom: 1rem;
	padding: 0.8rem
 }
}

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

}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner {
  width: 49%;
	border: 1px solid #fff;
	padding: 0.8rem;
	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;
 }
}*/

h3 {
	   font-family: 'Noto Serif JP', serif;
     position: relative;
     display: inline-block;
     text-align: center;
     color:#fff;
     padding: 1.5rem;
	   width: 100%;
	   box-sizing: border-box;
	   font-size:3rem;
	background-color: #009be3;
}
/********* 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;
}

.domestic h3 {
    background-color: #2b9348;
}
.domestic h3:before {
    border-color: #2b9348 transparent;
}
.overseas h3 {
    background-color: #e63946;
}
.overseas h3:before {
    border-color: #e63946 transparent;
}





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

.l-sec--inner h4 {
  font-size: 1.8rem;
  font-weight: 400;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
}
/********* 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 1.5rem;
 }
}

.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: 400;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
	color: #FFFFFF;
}
/********* 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 0.8rem
 }
}

.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--c {
	font-size: 3rem;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
	padding: 1rem 0;
	text-align: center;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--c {
	padding: 1rem 0 1.2rem;
	font-size: 1.4rem;
	font-weight: 700;
 }
}

.l-sec--c span.ttl {
	color: #d59745;
	font-size: 0.65em;
}


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

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

.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: 50%;
	margin: 0 auto;
	text-align: center;
	border-radius: 2px;
	padding: 1rem 0.5rem;
	color: #fff;
	font-size: 1rem;
	border: thin solid #FFFFFF;
    background: #ed5c5c;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__pink a {
  border-radius: 2px;
  font-size: 0.8rem;
	padding: 0.5rem 0.5rem;
 }
}

.u-btn__pink a.btn_1:hover {
    opacity: 0.8;
    background: #f11616;
}





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

.u-btn__purple a:hover {
  color: #fff;
  background-color:#161515;
}

.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: solid 2px #dbdbdb;
  padding: 20px 0;
  font-size: 1rem;
 }
}



.day {
	font-weight: 700;
	display: block;
}

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



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

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: 1rem 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.btntype01 {
  padding: 0.5rem 0;
 }
}


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

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

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








.fukidashi {
	width: 100%;
	margin: 3rem auto;
}

.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 {
	padding: 0 1rem;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #FFFFFF;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.tourttl  {
	font-size: 1.2rem;
 }
	 }

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

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

.bgimg01{
    background: linear-gradient(rgba(0, 27, 76, 0.9), rgba(0, 27, 76, 0.6)),
	url(../images/domestic_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bgimg02{
    background: linear-gradient(rgba(0, 27, 76, 0.9), rgba(0, 27, 76, 0.6)),
    url(../images/overseas_bg.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: 2%;
 }
	 }

.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%;
 }
	 }


.tourttl a {
	color: #FFFFFF;
}

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

.fcy {
	color: #ffea00;
}
