﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-attachment: fixed;
			background-color: #19001C!important;
	color: #333;
	font-weight: normal;
	line-height: 1.6;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img {
	border: 0;
}
ul {
	list-style: none;
}
ol {
	margin-left: 30px;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #999;
	-webkit-box-shadow: 0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #fff, 0 0 8px #ccc, 0 0 8px #999;
}
#contents {
	margin: 0 auto;
	padding: 45px;
	background: #fff;
	font-size: 95%;
}
#contents_taipei {
	margin: 0 auto;
	padding: 45px;
	background: #fff;
	font-size: 95%;
}

#contents_taipei dt {
    margin-right: 1em;
    font-weight: bold;
    border-bottom: #003C35 dotted 2px;
    padding-left: 1em;
    padding-bottom: 0.5em;
    font-size: 120%;
	color: #003C35;
	font-weight: bold;
}
.headline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 20px;
}

.headline {
  font-family: "A P-OTF UD新ゴ Pr6N", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
               "メイリオ", Meiryo, sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.2;
  background: linear-gradient(135deg, #194F48, #A23C3F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: none;
  letter-spacing: 3px;
  margin-bottom: 12px;

  /* 立体感を出すシャドウ */
  text-shadow:
    2px 2px 4px rgba(0,0,0,0.3),  /* うっすら影 */
    -1px -1px 2px rgba(255,255,255,0.2); /* 光の反射っぽさ */
}

.sub-headline {
  font-size: 1.5rem;
  font-weight: 600;
  color: #194F48;
  letter-spacing: 1.5px;
  margin-top: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.15); /* ちょっと浮かす */
}

/* レスポンシブ対応 */
@media (max-width: 999px) {
  .headline {
    font-size: 2.6rem;
    letter-spacing: 2px;
  }
  .sub-headline {
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  .headline {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .sub-headline {
    font-size: 1rem;
  }
}

h1 {
	text-align: center;
}
h1 img{
	vertical-align: bottom;
}
h2{
	clear: both;
	text-align: left;
	font-size: 150%;
	padding: 0.3em 0.5em;
	margin: 1em 0.5em 1em 0;
	color: #FFF;
	background:#CC70BC;
}
.taipei_sub{
	clear: both;
	text-align: left;
	font-size: 150%;
	padding: 0.3em 0.5em;
	margin: 1em 0.5em 1em 0;
	color: #FFF;
	background:#003C35;
}



h3 {
	margin: 15px 0;
}
dt {
	margin-bottom: 10px;
	margin-top: 30px;
	padding: 10px 10px 10px 5px;
	border-bottom: 1px dashed #ccc;
	font-size: 110%;
	font-weight: bold;
}
#contents dt {
    margin-right: 1em;
    font-weight: bold;
    border-bottom: #CC70BC dotted 2px;
    padding-left: 1em;
    padding-bottom: 0.5em;
    font-size: 120%;
	color: #CC70BC;
}
#contents dt::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    padding-right: 1em;
}
#contents dd {
    margin: 20px;
}
dd {
}
/* 何もしていない時の背景 */
.btn_hover3 {
background-color: #3344AA;/*背景色*/
	border: 6px double #fff;
-webkit-transition: all 0.3s ease;/*ふわっとさせる間隔 Google Chrome、Safari*/
-moz-transition: all 0.3s ease;/*ふわっとさせる間隔 Firefox*/
-ms-transition: all 0.3s ease;/*ふわっとさせる間隔 IE*/
-o-transition: all 0.3s ease;/*ふわっとさせる間隔 Opera*/
transition: all  0.3s ease;/*ふわっとさせる間隔*/
padding:20px 0;/*文字と背景の余白*/
text-align: center;/*文字を揃える位置*/
border-radius: 3px;/*背景の角丸半径*/
cursor: pointer;/*ホバー時にカーソルの形状をポインターに*/
}




.fade-in {
  opacity: 1;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}
.top_image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	text-align: center;
}
.top_image{
	width: 100%;
	height: auto;
	align-items: center;

}

.top_image img {
	width: 100%;
	height: auto; 
	object-fit: cover;
	object-position: top; /* ここを変えて試してもOK */
}




@media (max-width: 1260px) {

	.top_image{
		display: block;
	}
	
	.top_image img{
		
		object-position: top 100%; /* ここを変えて試してもOK */
		width: 100%;
	}
	.pc-1260{
	display: none!important;
}
	
	.flex_item{
		width: 95%;
		margin: 0 auto;
		
	}
}


.btn_hover3 a{
	display: block;
}

.btn_hover3:hover {
  background: #FF3B72;
}

/* 何もしていない時の背景 */
.btn_hover4 {
background-color: #3E304E;/*背景色*/
	border: 6px double #fff;
-webkit-transition: all 0.3s ease;/*ふわっとさせる間隔 Google Chrome、Safari*/
-moz-transition: all 0.3s ease;/*ふわっとさせる間隔 Firefox*/
-ms-transition: all 0.3s ease;/*ふわっとさせる間隔 IE*/
-o-transition: all 0.3s ease;/*ふわっとさせる間隔 Opera*/
transition: all  0.3s ease;/*ふわっとさせる間隔*/
padding:20px 0;/*文字と背景の余白*/
text-align: center;/*文字を揃える位置*/
border-radius: 3px;/*背景の角丸半径*/
cursor: pointer;/*ホバー時にカーソルの形状をポインターに*/
}

.btn_hover4 a{
	display: block;
}

.btn_hover4:hover {
  background: #FF3B72;
}




table.border {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 5px;
}
table.border th, table.border td {
	border: 1px solid #666;
	padding: 6px;
}
table.border th {
	text-align: center;
	font-weight: normal;
	background-color: #ddd;
}
.schedule table th{
	text-align: center;
	font-weight: 500;
	color: #333;
	background:#FCEDEF;
}
.schedule table td{
	vertical-align: top;
}

.flight table{ width: 100%; }
.flight table, .flight table th, .flight table td{
	padding: 5px;
	border:  solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
}
.flight table th{
	text-align: center;
	font-weight: 500;
	color: #333;
	background:#EFEAEA;
}
.flight td{
	text-align: center;
}
/*util*/

.toTop {
	text-align: right;
}
.large {
	font-size: 16px;
}
.small {
	font-size: 80%;
}
.att {
	color: #f00;
}
.arr {
	margin: 10px 0;
	text-align: center;
}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

.mt60{margin-top: 60px;}
.fwb{font-weight: bold;}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.longurl{word-break: break-all;}
.margin5 {
	margin: 5px 0;
}
.margin10 {
	margin: 10px 0;
}
.margin20 {
	margin: 20px 0;
}
.margin-top10 {
	margin-top: 10px;
}
.margin-top5 {
	margin-top: 5px;
}
.marginL8 {
	margin-right: 8px;
}
table.border {
	border-collapse: collapse;
	border-spacing: 0;
}
table.border th, table.border td {
	border: 1px solid #666;
	padding: 6px;
}
table.border th {
	text-align: center;
	font-weight: normal;
	background-color: #eee;
}
.schedule table{ width: 100%; }
.schedule table, .schedule table th{
	padding: 5px;
	border: solid 1px #999;
	border-collapse: collapse;
	vertical-align: middle;
	font-size: 95%;
}
.schedule table td{
	padding: 5px;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	border-collapse: collapse;
	vertical-align: top;
	text-align: center;
}
table.middle_table{	width: 75%; }
.strong {
	font-weight: bold;
	color: #FF0000;
}
.textbox {
	padding: 3px 5px;
	border: 1px solid #000;
	position: relative;
}
.box {
	margin: 5px 0;
	padding: 5px 10px;
	border: 1px solid #666;
}
.bold {
	font-weight: bolder;
}
.kanri {
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #000;
}
.disc li{ 
	list-style: inside disc;
	margin-left: 1em;
	text-indent: -1em;
}
.decimal li{ 
	list-style: inside decimal;
	margin-left: 1em;
	text-indent: -1em;
}
.disc li li,
.decimal li li,
.list li li {
	text-indent: 0em;
}
.list li {
	list-style: none;
	margin-left: 1em;
}
.list li::before {
	content: "※";
	margin-left: -1em;
}
#flow dt {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #000;
    background: #000;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 105%;
}
#flow dt::before {
	content: "";
    padding-right: 0;
}
#flow dd {
    width: 76%;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 10px 2%;
}
#bank {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	margin-top: 10px;
}
.qa dt {
	color: #f00;
}
#flow li {
	padding-left: 13px;
	background: url(img/list_bg.gif) no-repeat 0 6px;
}

a:hover {
	opacity: 0.8;
}
#date {
	margin: 20px auto;
}
#date table {
	margin: 0 auto;
	line-height: 120%;
}
#date td{
	padding: 10px;
}
.toi {
	border-bottom: #ccc dotted 2px;
	border-top: #ccc dotted 2px;
	text-align: center;
	margin: 20px auto;
	padding: 10px 0;
}
.kntlogo {
	float: right;
	margin-right: 30px;
}
.blue{
	color: blue;
}
.toko { font-size:15px; width: 400px; color:#333333; border-left:#333333 solid 9px; margin-top:25px ; margin-bottom: 20px;  padding:10px 0 10px 12px; border-top: 1px #333 solid; border-bottom: 1px #333 solid; border-right: 1px #333 solid;
}

.red{
	font-weight: bold;
	color: red;
}

.va_top{
	vertical-align: top!important;
}

.t_c{
	text-align: center;
}

.t-l{
	text-align: left!important;
}

.va_m{
	vertical-align: middle!important;
}

@media (max-width: 999px) {
	#wrapper{
		width: 100%!important;
	}
	.point_box{
	width: 100%;
	margin: 0 auto;
}
	.flex{display: block;}
	.point p{
		width: auto;
	}
	#contents{
		padding: 5px;
	}
	
	table{
		max-width: 100%;
	}
	table.middle_table{	width: 100%; }
}

@media (max-width: 600px) {
	body{
		font-size: 90%;

	}
	
	img{
		max-width: 100%;
	}
	.contents_box{
	padding:15px;
	margin: 0 auto;
}
	.logo_knt{
	max-width: 90%;
}
	.teble_scroll {
    overflow-x: auto;
    display: block;
	font-size: 80%;
}
	#footer{
		margin: 10px;
	}
	.w-90{
		width: 90%;
		margin: 0 auto;
	}
}

.pc{
	display: block;
}
.sp{
	display: none;
}

@media (max-width: 600px) {
	.pc{
	display: none;
}
.sp{
	display: block;
	}}



.margin10 {
    margin: 10px 0;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.large {
    font-size: 1.2em;
}

        /* Color palette variables */
        :root {
            --dark-purple: #19001C;
            --medium-purple: #CC70BC;
            --light-purple: #AA9CBE;
            --pale-lavender: #CBCFE2;
            --white: #FFFFFF;
        }

/* Button container */
.button-container {
    text-align: center;
    margin: 30px 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Button base styles */
.btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

/* YES button styles */
.btn-yes {
    background: linear-gradient(135deg, var(--medium-purple) 0%, var(--light-purple) 100%);
    color: var(--white);
    border: 2px solid var(--medium-purple);
}

.btn-yes:hover {
    background: linear-gradient(135deg, var(--light-purple) 0%, var(--medium-purple) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(204, 112, 188, 0.3);
    color: var(--white);
    text-decoration: none;
}

/* NO button styles */
.btn-no {
    background: linear-gradient(135deg, var(--pale-lavender) 0%, var(--white) 100%);
    color: var(--dark-purple);
    border: 2px solid var(--light-purple);
}

.btn-no:hover {
    background: linear-gradient(135deg, var(--light-purple) 0%, var(--pale-lavender) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(170, 156, 190, 0.3);
    color: var(--dark-purple);
    text-decoration: none;
}

/* Active states */
.btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
        /* Full width button styles */
        .btn-full {
            display: block;
            width: 100%;
            max-width: none;
            padding: 20px 40px;
            font-size: 1.3em;
            margin: 20px 0;
            text-align: center;
            box-sizing: border-box;
        }

        .btn-apply {
            background: linear-gradient(135deg, var(--medium-purple) 0%, var(--dark-purple) 100%);
            color: var(--white);
            border: 2px solid var(--medium-purple);
            text-decoration: none;
        }

        .btn-apply:hover {
            background: linear-gradient(135deg, var(--dark-purple) 0%, var(--medium-purple) 100%);
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(204, 112, 188, 0.4);
            color: var(--white);
            text-decoration: none;
        }
/* Responsive design */
@media (max-width: 768px) {
    body {
        padding: 10px;
    }
    
    .w-90 {
        width: 95%;
        padding: 20px;
    }
    
    .button-container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .btn {
        width: 100%;
        max-width: 200px;
        padding: 15px 20px;
        font-size: 1em;
    }
    
    .large {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .w-90 {
        padding: 15px;
    }
    
    .btn {
        padding: 12px 15px;
        font-size: 0.95em;
        min-width: 100px;
    }
    
    .large {
        font-size: 1em;
    }
    
    body {
        font-size: 14px;
    }
}

/* Accessibility improvements */
.btn:focus {
    outline: 3px solid var(--medium-purple);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
    
    .btn:hover {
        transform: none;
    }
}