/* reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
article, footer, header, menu, nav, section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
/* reset end */
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
  color: #111;
  background: #fff;
  width: 100%;
  text-align: center;
}
a {
  text-decoration: none;
}
a,
a::before,
a::after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
picture {
  display: block;
}
h1, h2, h3, h4 {
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
}
.montB {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 800;
}
.mont {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

#selectLanguage a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-weight: 800;
  pointer-events: auto;
  color: #FFF;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#selectLanguage a.selected {
  pointer-events: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.picList,
.dlButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.dlButton a:first-of-type {
  margin-right: 10px;
}
.dlButton a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.wrapper {
  background-color: #0b1e38;
  color: #FFF;
}

.heading {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.heading::before,
.heading::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #e3bf00;
}

.heading::before {
	margin-right: 20px;
}
.heading::after {
	margin-left: 20px;
}

.textLinkS {
  color: #fff;
}

.tour-schedule {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tour-schedule h3 {
  text-align: center;
  color: #007bff;
}

.day {
  margin-top: 10px;
  padding: 15px;
  border-left: 4px solid #0b1e38;
  background-color: #f1f1f1;
  border-radius: 4px;
}

.day h4 {
  margin-top: 0;
  color: #0b1e38;;
}

.activity {
  margin-top: 10px;
}

.activity p {
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.5;
}

.activity p strong {
  color: #0b1e38;;
}

.triangle {
  width: 0;
  height: 0;
  margin: auto;
  margin-top: 4px;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 10px solid #555555;
  border-bottom: 0;
  border-bottom: 0;
}

.spot_t {
  position: relative;
  padding: 1.0rem;
  text-align: center;
}
.spot_t:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #fff;
}

a.btn {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn:hover {
	color: #0b1e38;
	background: #fff;
}

.alignment {
  padding-left: 2%;
  padding-right: 2%;
}

/* for smartphone and tablet */
@media screen and (max-width: 1023px) {
  body {
    line-height: 1.7;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
  }
  h1 {
    font-size: 24px;
    font-size: 2.6rem;
  }
  h2 {
    font-size: 24px;
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
  h2.en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h3.en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body.mont {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .header {
    background-image: url(../../../img/cyclingtour/yomiuri/main.jpg);
    background-size: cover;
    background-position: center;
    /*padding: 10px 3% 55px;*/
    height: 70vh;
    color: #fff;
  }
  .heading {
    font-size: 20px;
  }
  #selectLanguage {
    text-align: right;
    margin-bottom: 30px;
  }
  #selectLanguage span {
    display: none;
  }
  #selectLanguage a {
    padding: 5px;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .headerText h1 {
    width: 121px;
    margin: 0 auto 45px;
  }
  .headerText p {
    font-size: 11pt;
    font-weight: bold;
    position: absolute; /*自由に配置する指定*/
    bottom: 0; /*下寄せの指定*/
  }
  .appInfo {
    padding: 50px 10%;
  }
  .picList li:nth-child(-n+2) {
    margin-right: 1px;
  }
  .picList li:nth-child(n+4) {
    display: none;
  }

  .textArea {
    padding: 48px 0 60px;
  }
  .textArea h2 {
    line-height: 1;
  }
  .textArea p {
    margin-bottom: 24px;
  }
  .textLink a {
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px solid #111;
    color: #111;
    font-weight: bold;
    line-height: 2;
    padding-bottom: 3px;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
  }
  .textLink a.en {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
  }
  .textLink2 {
    margin-bottom: 48px;
  }
  .appInfo h2 {
    width: 58%;
    margin: 0 auto 24px;
  }
  .appInfo p {
    line-height: 1.9;
    margin-bottom: 40px;
  }
  .appInfo .appImage {
    margin-bottom: 24px;
  }
  .appFunc {
    display: none;
  }
  .footer {
    background-color: #eaeff3;
    padding: 10px 0;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .textLinkS {
    margin-bottom: 15px;
  }
  .textLinkS a {
    font-size: 12px;
    font-size: 1.2rem;
    /*border-bottom: 1px solid #111;
    color: #111;*/
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    padding-bottom: 1px;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
  }
  .textLinkS a.en {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
  }
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
}
/* for tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  body.mont {
    font-size: 13px;
    font-size: 1.3rem;
  }
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h2.en {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .header {
    background-image: url(../../../img/cyclingtour/yomiuri/main.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
  }
  .headerText p {
    font-size: 11pt;
    font-weight: bold;
    position: absolute; /*自由に配置する指定*/
    bottom: 0; /*下寄せの指定*/
    margin: 2%;
  }
  #selectLanguage a {
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .picList li:nth-child(-n+4) {
    margin-right: 1px;
  }
  .picList li:nth-child(n+4) {
    display: block;
  }
  .footer {
    background-color: #eaeff3;
    padding: 20px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .textLink a.en {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .textLinkS a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .textLinkS a.en {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pc {
    display: none;
  }
  .note {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* for pc */
@media screen and (min-width: 1024px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  h2 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h4 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .header {
    background-image: url(../../../img/cyclingtour/yomiuri/main.jpg);
    background-size: cover;
    background-position: center;
    padding: 85px 0 75px;
    color: #fff;
    position: relative;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx){
    .header {
      background-image: url(../../../img/cyclingtour/yomiuri/main.jpg);
    }
  }
  #selectLanguage {
    /*border-bottom: 1px solid #fff;*/
    position: absolute;
    top: 15px;
    right: 2px;
    padding-bottom: 3px;
  }
  #selectLanguage a {
    display: inline-block;
    margin-left: 2px;
    margin-bottom: 2px;
  }
  #selectLanguage span {
    margin-right: 5px;
  }

  .headerText h1 {
    margin-bottom: 40px;
  }
  .headerText p {
    line-height: 2.0;
    position: absolute; /*自由に配置する指定*/
    bottom: 0; /*下寄せの指定*/
    text-align: center;
  }
  .wrapper {
    background-color: #0b1e38;
    color: #FFF;
  }
  .picList li:nth-child(-n+4) {
    margin-right: 1px;
  }
  .textArea {
    padding: 60px 0;
    margin-left: 5%;
  }
  .textArea h2 {
    line-height: 1;
  }
  .textArea h2 {
    margin-bottom: 35px;
  }
  .textArea p {
    margin-bottom: 24px;
  }
  .textLink2 {
    margin-bottom: 48px;
  }
  .textLink a,
  .textLinkS a {
    /*border-bottom: 1px solid #111;
    color: #111;*/
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 3px;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "Montserrat", -apple-system, BlinkMacSystemFont, "Helvetica Neue",  Verdana, sans-serif;
  }
  .textLink a.en,
  .textLinkS a.en  {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
  }
  .textLink a:hover,
  .textLinkS a:hover {
    border-bottom: 1px solid #00A0E9;
    color: #00A0E9;
  }
  .wrapper2 {
    background-color: #dadee1;
    color: #000;
  }
  .appInfo {
    position: relative;
    margin-bottom: 90px;
  }
  .appInfo h2,
  .appInfo p,
  .dlButton {
    width: 410px;
  }
  .appInfo h2 {
    margin-bottom: 30px;
  }
  .appInfo p {
    margin-bottom: 35px;
  }
  .appImage {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .footer {
    margin-left: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 0 15px;
  }
  .textLinkS {
    margin-bottom: 20px;
  }
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    background-image: url(../../../img/cyclingtour/yomiuri/main.jpg);
    background-size: cover;
    background-position: center;
    height: 140vh;
  }
}
