@charset "UTF-8";
/* --------------------------------------------------
    COMMON
-------------------------------------------------- */
html { overflow-x: hidden; }
body, p { line-height: 1.8rem !important; }
.border { border-width: 2px !important; }
/*.bg-lightblue {	background: #EAF2F4; }

/* 半円背景各種
-------------------------------------------------- */

/* 半月（背景白） */
/*.half-white:after { background-color: #fff; }
/* 半月（背景薄青） */
/*.half-lightblue:after { background: #EAF2F4; }
/* 半月（背景緑） */
/*.half-info:after { background: #dc7eb5; }
/* 共通 */
.half {
    width: 100%;
    height: 150px;
    border-top-left-radius: 50% 120px;
    border-top-right-radius: 50% 120px;
    position: absolute;
    top: 0;
    left: -10%;
}
.half:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

/* 見出し青丸
-------------------------------------------------- */
.dot {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.dot:before, .dot:after {
	font-family: "Font Awesome 5 Free";/*忘れずに*/
	content: "\f111";/*アイコンのユニコード*/
	font-size: 1.6rem;/*サイズ*/
	color: #fff;
	padding: 0 10px;
	vertical-align: middle;
}
/* --------------------------------------------------
    header
-------------------------------------------------- */
/* 基本スタイル */
.full-width-container {
    width: 100%;
    position: relative;
}

.video-bg {
    width: 100%;
    height: auto;
}

.main-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 2em;
    z-index: 10;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.nav-container {
    position: absolute;
    width: 100%;
    top: 0;
}

.relative {
    position: relative;
}

.color-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.inner-container {
    max-width: 1200px;
    margin: 0 auto;
}

.logo-container {
    padding: 10px;
}

.main-logo {
    max-width: 150px;
    height: auto;
}

.nav-bg {
    /*
    background-color: #17a2b8;
*/
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' linecap='round' linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-nav .nav-item .nav-link {
    color: #070101;
    font-weight: bold;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #FFD700;
}

/* メディアクエリ */
@media (max-width: 768px) {
    .main-heading {
        font-size: 2em;
        top: 30%;
    }

    .navbar-collapse {
        text-align: center;
        max-height: 550px;
overflow-y: scroll;
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
    }
}

/*    グローバルナビ
-------------------------------------------------- */
.breadcrumb {
	background: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: '>';
	color: #fff;
}
/* --------------------------------------------------
    トップページ
-------------------------------------------------- */
.balloon {
	width: 130px;
	height: 130px;
	top: -50px;
	z-index: 10;
	left: -20px;
	font-size: 15px;
}
.balloon-s {
	width: 110px;
	height: 110px;
	top: -20px;
	z-index: 10;
	left: -20px;
	font-size: 14px;
}
.balloon:before, .balloon-s:before {
	content: "";
	position: absolute;
	bottom: -5px;
	right: -5px;
	margin-top: -15px;
	border: 10px solid transparent;
	border-left: 30px solid #f6f6f6 ;
	z-index: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

table tr:last-child {
	border-bottom: 1px solid #dee2e6;
}
table tr:nth-child(even) {
	background-color: #F9F9F9;
}
table tr:nth-child(odd) {
	background-color: #E4E9EF;
}
/* --------------------------------------------------
    サンプルページ
-------------------------------------------------- */
.season {
	width: 70px;
	height: 70px;
	left: 10px;
	padding: 0.34em;
}
.season div {
	display: block;
	width: 100%;
	height: 100%;
	border: 2.4px dotted #fff;
}
.title {
	border-bottom: 2px solid #17a2b8;
}
.stripe {
	background: repeating-linear-gradient(90deg, #fff 0, #fff 40%, #17a2b8 40%, #17a2b8 60%, #fff 60%, #fff 70%);
}

.rounded-circle {
    box-shadow: 0 12px 8px rgb(255 176 124 / 50%)
}
