@charset "utf-8";
/* -----------------------------------------------------------------------

tour.css

----------------------------------------------------------------------- */
@font-face {
    font-family: 'D-DIN-Condensed-Bold';
    src:url('D-DIN-Condensed-Bold.ttf.woff') format('woff'),
        url('D-DIN-Condensed-Bold.ttf.svg#D-DIN-Condensed-Bold') format('svg'),
        url('D-DIN-Condensed-Bold.ttf.eot'),
        url('D-DIN-Condensed-Bold.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

#tour .inner {
	padding-top: 0;
	padding-bottom: 30px;
}

.page-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
}

.section-title {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 2.8rem;
	margin: 0 0 10px;
}

h3 {
	color: #3e6f99;
	font-weight: 600;
	margin: 20px 0 10px;
}

.row-wrap {
	margin: 0 -10px;
}

.row {
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.col {
  position: relative;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

#tour p {
	font-size: 1.6rem;
    margin: 0 0 10px;
}

#tour ul {
    font-size: 1.6rem;
	list-style: none;
	margin-top: 30px;
}

#tour li {
	background: #f5f5f5;
	margin-bottom: 4px;
	position: relative;
	padding-left: 13.5rem;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
}

#tour li span {
	background: #606060;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 8px 0;
    width: 12rem;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

#program {
	background: url(../img/tour/program-bg.png) no-repeat;
	background-size: cover;
}

#program .inner {
	padding-top: 30px;
	padding-bottom: 30px;
}

#program .section-title {
	font-family: 'D-DIN-Condensed-Bold';
	font-size: 6rem;
	font-weight: normal;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	#program .section-title {
	font-family: 'D-DIN-Condensed-Bold';
	font-size: 6rem;
	font-weight: normal;
	line-height: 1;
}
}

#program dl {
	font-size: 1.6rem;
}

#program dt {
	color: #3e6f99;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

#program .blue-text {
	color: #3e6f99;
	font-size: 1.6rem;
}

#gallery .inner {
	padding-top: 40px;
	padding-bottom: 20px;
}

#gallery p {
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0 0 20px;
}

#gallery a.btn {
    background: #c23426;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
	font-weight: 500;
    padding: 8px 40px;
    text-decoration: none;
}

#gallery a.btn:hover {
	opacity: 0.6;
}

#gallery ul.grid {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 20px;
}

#info {
	background: #f5f5f5;
}

#info .inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

#info p {
	font-size: 1.6rem;
	font-weight: 500;
}

#info a, #program a {
	color: #004edc;
	text-decoration: underline;
}

#info a:hover, #program a:hover {
	text-decoration: none;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {
	.page-title {
		font-size: 3.6rem;
	}
	
	.section-title {
		line-height: 36px;
	}
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {
	.page-title {
		font-size: 3.8rem;
	}
}

@media screen and (min-width:768px) {
	.page-title {
		font-size: 4rem;
	}
	
	.medium-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	
	.medium-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
}

/*----------------------------------------------------------
	Display：1200px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width:1200px) {


}