@charset "UTF-8";


main article:nth-child(1),
main article:nth-child(2){
  padding-bottom: 0;
}
.image {
	padding-bottom: 20px;
}
.image img{
  height: auto;
}
section.main-text {
  max-width: 980px;
  width: 100%
}
section .txtWrapper {
	max-width: 980px;
	width: 100%;
	margin: 0 auto 60px;
	text-align: left;
	/*background: url("../img/bg_txt.png") no-repeat scroll center center / contain ;*/
}
section .txtWrapper p {
	padding-bottom: 1em;
	line-height: 2;
	font-size: 15px;
	/*font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
}
section ul.tab-area{
  overflow: hidden;
  margin-bottom: 80px;
}
section ul.tab-area li{
  float: left;
  width: 50%;
}
section ul.tab-area li:first-child{
  padding-left: 30px;
  padding-right: 20px;
}
section ul.tab-area li:last-child{
  padding-left: 20px;
  padding-right: 30px;
}
section ul.tab-area li a img{
  height: auto;
}
section ul.tab-area li{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section ul.tab-area li.hide{
  opacity: 0.5;
}
section ul.tab-area li:hover{
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h3 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 24px;
	color: #000;
	text-align: center;
	background: url("../img/line_ttl.png") no-repeat scroll center bottom;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
section dl dt {
	padding-left: 50px;
	margin-bottom: 25px;
	min-height: 40px;
	font-size: 20px;
	color: #000;
	background: url("../img/line_cap.png") no-repeat scroll left bottom / contain;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
section dl dd {
	max-width:800px;
	width: 88.8%;
	margin: 0 auto 85px;
}
section dl dd .image {
	max-width: 800px;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	margin-bottom: 20px;
}
 section dl dd .image > img {
    height: auto;
    width: 100%;
}
section dl dd p {
	line-height: 1.8;
}

div.bg-cover{
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fafafa;
  width: 100%;
}
div.oneday{
  background-color: #fff;
  border: 3px solid #fd9780;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 40px;
  padding: 36px;
  padding-top: 46px;
  padding-bottom: 0;
}
div.oneday h4{
  text-align: center;
  margin-bottom: 10px;
}
div.oneday h4 img{
  width: 224px;
  height: auto;
}
div.oneday p.subtitle{
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 40px;
}
div.oneday dl{
  overflow: hidden;
  border-bottom: 3px #a6def7 dotted;
  margin-bottom: 20px;
}
div.oneday dl:last-child{
  border: none;
  margin-bottom: 0;
}
div.oneday dl dt{
  font-weight: bold;
  background-image: none;
  color: #fd9780;
  font-size: 20px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  float: left;
  width: 80px;
  clear: left;
  padding-left: 0px;
  margin-bottom: 20px;
  min-height: auto;
}
div.oneday dl dd {
  float: left;
  width: 88.8%;
  margin: 0;
  margin-bottom: 20px;
}

section dl.tab-a > dd,
section dl.tab-s > dd{
  margin-bottom: 0px;
}
div.oneday dl dd p{
  font-size: 16px;
}
div.oneday dl dd p img.schedule-image{
  width: 200px;
  height: auto;
}
div.oneday dl dd p img.point{
  margin-top: 10px;
  width: 74px;
  height: auto;
}
div.oneday dl dd p span.point{
  margin-top: 10px;
  font-size: 14px;
  color: #86cbec;
  font-weight: bold;
}
div.tab-change{
  margin-top: 48px;
}
div.tab-change a{
  margin: 0 auto;
  display: block;
  width: 400px;
  height: 130px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

div.tab-change a:hover{
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section dl dd p.txt span{
  font-size: 15px;
  font-weight: bold;
  color: #86cbec;
}
section.hearing{
  padding-top: 100px;
}
section.useful div.list div h4{
  font-weight: bold;
  font-size: 18px;
  color: #86cbec;
}
section.useful div.list div p span{
  font-weight: bold;
}
section.useful div.list > div {
  margin-top: 80px;
  overflow: hidden;
}
section.useful div.list div.full {
  padding: 30px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #fafafa;
}
section.useful div.list div.half{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
section.useful div.list div.half div {
  width: 48.5%;
  float: left;
  padding: 30px;
  margin-top: 20px;
  min-height: 170px;
  background-color: #fafafa;
}
section.useful div.list div.half div:nth-child(odd) {
  margin-right: 1.5%;
}
section.useful div.list div.half div:nth-child(even) {
  margin-left: 1.5%;
}
section.useful p.attention {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  color: #999;
  margin-top: 40px;
}


@media only screen and (max-width: 980px) {
  main{
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  main{
    padding-left: 0px;
    padding-right: 0px;
  }
  section dl dt {
    background: url(../img/line_cap_sp.png) no-repeat scroll left bottom;
  }
  p.txt{
    font-size: 24px;
  }
  div.sp-inner{
    padding-left: 30px;
    padding-right: 30px;
  }
  h2 {
    width: 100%;
  }
	.image,
	section .txtWrapper,
	section dl dt,
	section dl dd .txt{
		width: 91%;
		margin-left: auto;
		margin-right: auto;
	}
  section dl dd p.txt span{
    font-size: 24px;
  }
	.image {
		padding-bottom: 50px;
	}
	section .txtWrapper .txt,
	.txt {
		font-size: 22px;
	}
  section .txtWrapper p.main-msg{
    padding-left: 18px;
    padding-right: 18px;
  }
	section .txtWrapper p {
		text-align: left;
	}
  section dl dd p.bold{
    font-weight: bold;
  }
	section dl dt {
		padding-left: 60px;
		margin-bottom: 35px;
    margin-left: 30px;
    margin-right: 30px;
		min-height: 50px;
		font-size: 27px;
		background: url("../img/line_cap_sp.png") no-repeat scroll left bottom ;
	}
	section dl dd {
		width: 100%;
	}
	section dl dd .image {
		width: auto;
		height: 100%;
	}



  section ul.tab-area li:first-child{
    padding-left: 0px;
  }
  section ul.tab-area li:last-child{
    padding-right: 0px;
  }

  div.oneday dl dt{
    font-size: 28px;
    margin-right: 16px;
    margin-left: 0;
  }

  div.oneday dl dd p{
    font-size: 24px;
  }
  div.oneday h4{
    margin-bottom: 32px;
  }
  div.oneday p.subtitle{
    font-size: 18px;
  }

  div.oneday dl dd p span.point {
    font-size: 18px;
  }
  div.oneday dl dd {
    width: 80.7%;
  }
  div.oneday dl dd p img.schedule-image{
    width: 100%;
  }
  div.oneday dl dd p img.point{
    width: 90px;
    height: auto;
    margin-top: 24px;
  }

  div.tab-change a {
      margin: 0 auto;
      display: block;
      width: 100%;
      height: auto;
      background-repeat: no-repeat;
  }
  div.tab-change a img{
    height: auto;
  }
  div.tab-change.to-a a img{
    height: auto;
    padding-right: 3.5%;
  }
  div.tab-change.to-s a img{
    height: auto;
    padding-left: 3.5%;
  }

  section.full{
    padding-left: 0;
    padding-right: 0;
  }
  section.full div.inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  section.useful div.list div.half div {
    width: 100%;
    float: none;
    min-height: auto;
  }
  section.useful div.list div.half div:nth-child(odd) {
    margin-right: 0%;
  }
  section.useful div.list div.half div:nth-child(even) {
    margin-left: 0%;
  }
  section.useful div.list div.half div {
    margin-top: 30px;
  }
  section.useful p.attention {
    font-size: 16px;
  }
}
