@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,500,0,0');

/* ============================================
   Base / Common
   ============================================ */   
article{}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.Inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* 共通見出し */
.CommonTtl{
    display: inline-block;
    color: #1f70c4;
    margin-bottom: 40px;
    letter-spacing: 2px;
    position: relative;
    padding: .7em 1.3em;
}

.CommonTtl::before,
.CommonTtl::after {
    display: inline-block;
    position: absolute;
    width: 1em;
    height: 1em;
    content: '';
}

.CommonTtl::before {
    top: 0;
    left: 0;
    border-top: 3px solid #2589d0;
    border-left: 3px solid #2589d0;
}

.CommonTtl::after {
    bottom: 0;
    right: 0;
    border-bottom: 3px solid #2589d0;
    border-right: 3px solid #2589d0;
}





.min{font-family: "Noto Serif JP", serif;}

h2{font-size: 26px;}

.Tour,.Features,.Relief,.Canada,.Cebu,.Recommend,.FAQ{
    padding: 64px 0;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 2px dotted #1f70c4;
}

td.comment{text-align: left;padding-left: 7px !important;}

/* ============================================
   MV (Main Visual)
   ============================================ */
#MV{background-image: url(../images/MV.jpg);margin: 0 auto;background-position: center;background-repeat: no-repeat;width: auto;height: 310px;display: flex;justify-content: center;}
#MV .Inner{
    padding-top: 60px;
}
#MV .Inner h1{padding-top: 0;}
#MV .Inner h1 img{}

#MV .Inner .mv-title {
  text-shadow: 2px 2px 10px rgb(0 0 0);
  display: inline-block;
  padding: 40px 60px;
  background-color: rgb(0 0 0 / 40%);
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 52px;
  letter-spacing: 16px;
  text-indent: 16px;
}

#MV .Inner .eng-title {
  display: block;
  font-family: 'Times New Roman', serif;
  font-style: italic;
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 0.3em;
  font-weight: bold;
}


/* ============================================
   About Section Wrapper
   ============================================ */
#About{font-family: Arial;font-size: 16px;color: #38393A;}

/*-------------------------------------Intro*/
#About .Intro{
    padding: 40px 0;
    text-align: center;
}
#About .Intro .Ttl{
    margin-bottom: 16px;
    font-size: 24px;
    color: #1f70c4;
}
#About .Intro .Txt{color: #243035;font-size: 16px;line-height: 1.8;}
#About .Intro .Txt p {}
#About .Intro .Txt span{
    display: block;
}

/*-------------------------------------Tour*/
#About .Tour{}

/*-------------------------------------Features*/
#About .Features .table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 20px 0;
  -webkit-overflow-scrolling: touch;
}

#About .Features .comparison-table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #ddd;
  table-layout: fixed;
}

#About .Features .comparison-table th, 
#About .Features .comparison-table td {
  padding: 16px;
  border: 1px solid #ddd;
  vertical-align: middle;
  line-height: 1.5;
}

#About .Features .comparison-table tbody th {
  background-color: #f8f9fa;
  width: 20%;
  font-weight: bold;
  text-align: center;
}

#About .Features .comparison-table thead th {
  background-color: #1f70c4;
  color: #fff;
}

#About .Features .comparison-table thead th.empty {
  background-color: #fff;
  border-top: none;
  border-left: none;
}

#About .Features .comparison-table ul {
  margin: 0;
  padding-left: 1.2em;
}

#About .Features .comparison-table li {
  margin-bottom: 4px;
}
#About .Features .comparison-table li:before{content: "\e7fd";display:block;float:left;margin-left: -16px;width: 2em;text-align:center;font-family: 'Material Symbols Outlined';color: #1f70c4;font-weight: bold;}


#About .Features .note {
  font-size: 14px;
  color: #e73562;
  display: block;
  margin-top: 4px;
}

#About .Features .text-left {
  text-align: left;
}


/*-------------------------------------Relief*/
#About .Relief{background-image: url(../images/bg_point.webp);background-position: center top;background-repeat: no-repeat;position: relative;padding: 64px 0;background-size: cover;}
#About .Relief .CommonTtl{
}

#About .Relief .Inner{}
#About .Relief .Inner .Photo{
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}
#About .Relief .Inner .Photo img{object-fit: cover;width: 50%;}
#About .Relief .Inner .Photo img + img{}
#About .Relief .Inner .MainTxt{
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.8;
}
#About .Relief .Inner .Box{}
#About .Relief .Inner .Box .MainTtl{
    background-color: #1f70c4;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 24px;
    font-size: 20px;
}
#About .Relief .Inner .Box .Entry{
    text-align: start;
}
#About .Relief .Inner .Box .Entry + .Entry{
    margin-top: 16px;
}
#About .Relief .Inner .Box .Entry .Ttl{
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 600;
}
#About .Relief .Inner .Box .Entry .Ttl span{
    color: #fff;
    padding: 5px 10px;
    margin-right: 8px;
    font-size: 18px;
    background-color: #1f70c4;
}
#About .Relief .Inner .Box .Entry .Txt{
    font-size: 16px;
}


/*-------------------------------------Canada+Cebu*/
#About .Canada,#About .Cebu{}
#About .Canada .MainTtl{}
#About .Cebu .MainTtl{}

#About .Canada .MainTtl .logo,#About .Cebu .MainTtl .logo{
    margin-right: -18px;
}
#About .Canada .MainTtl .logo img,#About .Cebu .MainTtl .logo img{width: 50%;}

#About .Canada .MainTtl,#About .Cebu .MainTtl{margin-bottom: 16px;font-size: 24px;display: flex;justify-content: center;align-items: center;}
#About .Canada .MainTxt{}
#About .Cebu .MainTxt{}
#About .Canada .MainTxt,#About .Cebu .MainTxt{
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.8;
}


#About .Canada .Inner,#About .Cebu .Inner{}
#About .Canada .Inner .PointTtl,#About .Cebu .Inner .PointTtl{
    background-color: #1f70c4;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 24px;
    font-size: 20px;
}

#About .Canada .Inner .Photo,#About .Cebu .Inner .Photo{
    display: flex;
    justify-content: center;
    margin-top: 24px;
}
#About .Canada .Inner .Photo img,#About .Cebu .Inner .Photo img{object-fit: cover;width: 50%;}
#About .Canada .Inner .Photo img + img,#About .Cebu .Inner .Photo img + img{}
#About .Canada .Inner .MainTxt,#About .Cebu .Inner .MainTxt{}
#About .Canada .Inner .Box,#About .Cebu .Inner .Box{}
#About .Canada .Inner .Box .MainTtl,#About .Cebu .Inner .Box .MainTtl{}
#About .Canada .Inner .Box .Entry,#About .Cebu .Inner .Box .Entry{
    text-align: start;
}
#About .Canada .Inner .Box .Entry + .Entry,#About .Cebu .Inner .Box .Entry + .Entry{
    margin-top: 16px;
}
#About .Canada .Inner .Box .Entry .Ttl,#About .Cebu .Inner .Box .Entry .Ttl{
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: bold;
}
#About .Canada .Inner .Box .Entry .Ttl:before,#About .Cebu .Inner .Box .Entry .Ttl:before{content: "\ef4a";display:block;float:left;margin-left: -10px;width: 2em;text-align:center;font-family: 'Material Symbols Outlined';color: #1f70c4;font-weight: bold;}

#About .Canada .Inner .Box .Entry .Ttl span,#About .Cebu .Inner .Box .Entry .Ttl span{
    /* color: #fff; */
    padding: 2px 5px;
    margin-right: 8px;
    font-size: 18px;
    background-image: linear-gradient(90deg, rgb(255 214 255), rgb(177 251 233));
    border: 1px solid #b3d1e4;
}
#About .Canada .Inner .Box .Entry .Txt,#About .Cebu .Inner .Box .Entry .Txt{
}

/*-------------------------------------Recommend*/
#About .Recommend{
}

#About .Recommend .Box{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: stretch;
}
#About .Recommend .Box .point{
    /* width: 48%; */
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto;
}
#About .Recommend .Box .point.alone{border: solid 2px #1f70c4;}
#About .Recommend .Box .point.family{border: solid 2px #1f70c4;}
#About .Recommend .Box .point .SubTtl{
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 3px;
}
#About .Recommend .Box .point.alone .SubTtl{
    background-color: #1f70c4;
}
#About .Recommend .Box .point.family .SubTtl{
    background-color: #1f70c4;
}
#About .Recommend .Box .point ul{
    text-align: start;
    padding: 10px;
    line-height: 1.3;
    flex-grow: 1;
    margin: 0;
}
#About .Recommend .Box .point li{padding-left: 8px;line-height: 1.8;font-size: 16px;}
#About .Recommend .Box .point li::before{}
#About .Recommend .Box .point li + li{}
#About .Recommend .Box .point  li:before{content: "\e7fd";display:block;float:left;margin-left: -16px;width: 2em;text-align:center;font-family: 'Material Symbols Outlined';color: #1f70c4;font-weight: bold;}


/*-------------------------------------FAQ*/
#About .FAQ{
    border-bottom: none;
}
#About .FAQ .Inner{
    text-align: left;
    margin-bottom: 64px;
}
#About .FAQ .Inner .Entry{}
#About .FAQ .Inner .Entry + .Entry{
    margin-top: 24px;
}
#About .FAQ .Inner .Entry .Ask{font-weight: bold;margin-bottom: 8px;font-size: 18px;color: #1f70c4;}
#About .FAQ .Inner .Entry .Txt{
    font-size: 16px;
}
#About .FAQ .Inner .Entry .Ask:before,
#About .FAQ .Inner .Entry .Txt:before{
	float:left;
	margin-left: -26px;
	width:1em;
	text-align:center;
	font-family: 'Zen Old Mincho', serif;
	font-size: 18px;
	/* font-style: italic; */
	line-height: 1;
	margin-top: 2px;
}
#About .FAQ .Inner .Entry .Ask:before{content: "Q";}
#About .FAQ .Inner .Entry .Txt:before{content: "A";font-weight: bold;color: #e73562;}

.button_st02{
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-bottom: 0px;
	width: 600px;
}

.button_st02 a {
    background: #ff9119;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 85%;
    padding: 20px 10px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	border-radius: 30px;
	
}
.button_st02 a:hover {
    background: #ffb25f;
    color: #FFF;
}
.button_st02 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_st02 a:hover:after {
    border-color: #FFF;
}

.bn{text-align: center;padding: 10px 0px 10px 0px;}
.bn img{width: 40%;}
.bn img:hover {opacity: 0.5;}