@import url(base.css);
@import url(common.css);
@import url(lib.css);
@import url(lity.css);
/* ---------------------------------

---------------------------------- */
@media screen and (min-width: 640px) {
	ul.menu__second-level {
	    visibility: hidden;
	    opacity: 0;
	    z-index: 1;
	}

	li.page_fleetweek {
	    position: relative;
	}

	li.page_fleetweek ul.menu__second-level {
	    position: absolute;
	    top: 100px;
	    width: 100%;
	    background: #132e56;
	    -webkit-transition: all .2s ease;
	    transition: all .2s ease;
	}

	li.menumenu a{
	    border: none!important;
	}

	li.page_fleetweek:hover ul.menu__second-level {
	    top: 70px;
	    visibility: visible;
	    opacity: 1;
	}
}

@media screen and (max-width: 640px) {
	.menu__second-level{
		margin-left:50px;
	}
}

.container.mt {
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .container.mt {
    padding-top: 50px;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
@media screen and (max-width: 640px) {
  header {
    background: #132e56;
    height: 50px;
  }
}
header #gnav p.sitename2 {
  width: 300px;
  float: left;
  position: relative;
  top: 25px;
}
@media screen and (max-width: 640px) {
  header #gnav p.sitename2 {
    top: 12px;
    left: 12px;
    width: 120px;
  }
}
header #gnav p.sitename2 a {
  display: block;
}
header #gnav p.sitename2 a img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  header #gnav aside {
    display: none;
    height: 1000%;
  }
}
@media screen and (max-width: 640px) {
  header #gnav aside.open p.sitename2 {
    float: none;
    top: -8px;
    left: -8px;
    margin-bottom: 15px;
  }
}

#wrapper {
  padding-top: 82px;
}
@media screen and (max-width: 640px) {
  #wrapper {
    padding: 0;
  }
}

.applycation {
  width: 500px;
  margin: 25px auto;
}
@media screen and (max-width: 640px) {
  .applycation {
    margin: 15px auto;
    width: 100%;
  }
}
.applycation a {
  display: block;
  transition: .3s;
}
.applycation a:hover {
  opacity: 0.7;
  transition: .3s;
}
.applycation a img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  body.page_about {
    padding-top: 50px;
  }
}
body.page_about article.about01 {
  padding-top: 120px;
  height: 800px;
  background: url(../img/about/about01.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  body.page_about article.about01 {
    padding: 50px 0;
    height: inherit;
  }
}
body.page_about article.about01 h1 {
  padding: 0;
  border: none;
  text-align: left;
}
body.page_about article.about01 p {
  width: 600px;
  line-height: 2.5em;
  font-size: 17px;
}
@media screen and (max-width: 640px) {
  body.page_about article.about01 p {
    width: 100%;
    font-size: 16px;
    line-height: 2em;
    padding: 15px;
    background: rgba(255, 255, 255, 0.8);
  }
}
body.page_about article.about02 {
  padding-top: 120px;
  height: 800px;
  background: url(../img/about/about02.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  body.page_about article.about02 {
    height: inherit;
    padding: 50px 0;
  }
}
body.page_about article.about02 h2 {
  text-align: left;
  font-size: 20px;
  line-height: 1em;
  border-left: solid 5px #132e56;
  border-bottom: none;
  margin-bottom: 10px;
  padding-left: 12px;
}
body.page_about article.about02 .concept {
  width: 700px;
}
@media screen and (max-width: 640px) {
  body.page_about article.about02 .concept {
    width: 100%;
  }
}
body.page_about article.about02 .concept h3 {
  font-size: 35px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  body.page_about article.about02 .concept h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
body.page_about article.about02 .concept dl {
  background: rgba(255, 255, 255, 0.6);
  padding: 40px;
  font-size: 22px;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  body.page_about article.about02 .concept dl {
    font-size: 16px;
    padding: 30px;
  }
}
body.page_about article.about02 .concept dl dt {
  font-weight: bold;
  font-size: 25px;
}
@media screen and (max-width: 640px) {
  body.page_about article.about02 .concept dl dt {
    font-size: 20px;
  }
}
body.page_about article.about02 .concept dl dd {
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  body.page_about article.about02 .concept dl dd {
    margin-bottom: 10px;
  }
}
body.page_about article.about02 .concept dl dd:last-child {
  margin-bottom: 0;
}
body.page_about article.about03 {
  background: none;
  padding: 50px;
}
@media screen and (max-width: 640px) {
  body.page_about article.about03 {
    padding: 40px 0px;
  }
}
body.page_about article.about03 .concept {
  width: 700px;
  margin: 0 auto;
  line-height: 1.5em;
}
@media screen and (max-width: 640px) {
  body.page_about article.about03 .concept {
    width: 100%;
  }
}
body.page_about article.about03 .concept h3 {
  font-size: 35px;
  margin-bottom: 30px;
}
body.page_about article.about03 .concept p.kankanlogo {
  border: solid 3px #132e56;
}
body.page_about article.about03 .concept p.kankanlogo img {
  width: 100%;
}
body.page_about article.about03 .concept dl {
  background: #132e56;
  padding: 40px;
}
@media screen and (max-width: 640px) {
  body.page_about article.about03 .concept dl {
    padding: 20px;
  }
}
body.page_about article.about03 .concept dl dt, body.page_about article.about03 .concept dl dd {
  color: white;
  line-height: 1.5em;
}
body.page_about article.about03 .concept dl dt {
  font-weight: bold;
  font-size: 22px;
  border-left: solid 4px white;
  line-height: 1em;
  margin-bottom: 15px;
  padding-left: 12px;
}
@media screen and (max-width: 640px) {
  body.page_about article.about03 .concept dl dt {
    font-size: 18px;
  }
}
body.page_about article.about03 .concept dl dd {
  font-size: 18px;
  margin-bottom: 22px;
}
@media screen and (max-width: 640px) {
  body.page_about article.about03 .concept dl dd {
    font-size: 16px;
  }
}
body.page_about article.about03 .concept dl dd:last-child {
  margin-bottom: 0;
}

.fcontact {
  background: #e8e8e8;
  padding: 50px 0;
}
.fcontact article {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .fcontact article {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .fcontact article {
    width: 100%;
    padding: 0 20px;
  }
}
.fcontact article h3 {
  margin-bottom: 20px;
  text-align: center;
}
.fcontact article h3 span.en {
  font-size: 45px;
  display: block;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 7px;
  color: #132e56;
}
@media screen and (max-width: 640px) {
  .fcontact article h3 span.en {
    font-size: 30px;
  }
}
.fcontact article h3 span.ja {
  border: solid 1px #888;
  padding: 3px 15px;
  font-size: 16px;
  line-height: 1.4em;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .fcontact article h3 span.ja {
    font-size: 14px;
  }
}
.fcontact article p {
  font-size: 15px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .fcontact article p {
    font-size: 13px;
    text-align: left;
  }
}
.fcontact article dl {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .fcontact article dl {
    width: 100%;
    text-align: left;
    font-size: 13px;
  }
}
.fcontact article dl dt, .fcontact article dl dd {
  padding: 10px 15px;
  text-align: center;
}
.fcontact article dl dt {
  font-weight: bold;
  background: #132e56;
  color: white;
}
.fcontact article dl dd {
  background: white;
  text-align: center;
}
.fcontact article dl dd a.btn {
  display: inline-block;
  border: solid 1px #132e56;
  padding: 5px 20px;
  border-radius: 20px;
}
.fcontact article dl dd a.btn:hover {
  text-decoration: none;
}

body.page_shedule article.sche01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  body.page_shedule article.sche01 {
    background: #f3f3f3;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
body.page_shedule article.sche01 h1.img {
  margin-top: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  body.page_shedule article.sche01 h1.img {
    margin-top: 20px;
  }
}
body.page_shedule article.sche01 h1.img img {
  width: 100%;
}
body.page_shedule article.sche01 p.ex {
  font-size: 18px;
  line-height: 2.5em;
  margin-bottom: 50px;
  border: solid 1px #132e56;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  body.page_shedule article.sche01 p.ex {
    background: white;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: left;
    line-height: 2em;
  }
}
body.page_shedule article.sche01 p.sub {
  font-size: 14px;
  color: #666;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  body.page_shedule article.sche01 p.sub {
    margin-bottom: 20px;
  }
}
body.page_shedule article.sche01 p.photo {
  text-align: center;
}
@media screen and (max-width: 640px) {
  body.page_shedule article.sche01 p.photo img {
    width: 100%;
  }
}
body.page_contest .container table.table03 tr td {
	width:50%;
}
body.page_contest .container table.table04 tr td {
	width:25%;
	padding:10px 0px;
}

body.page_contest .container table.table04 tr {
	border-bottom:1px solid #aaa;
}

@media screen and (max-width: 640px) {
  body.page_ticket article.ticket01 {
    margin-top: 30px;
  }
  body.page_contest .container table.table03 tr td {
	width:100%;
}
body.page_contest .container table.table04 tr td {
	width:46%;
	display:inline-block;
	padding-bottom:30px;
}

body.page_contest .container table.table04 tr {
	border-bottom:0px;
}

}



body.page_ticket article.ticket01 p.extra {
  text-align: center;
  margin: 15px 0;
  display: block;
  border: solid 1px #132e56;
  padding: 15px;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  body.page_ticket article.ticket01 p.extra {
    text-align: left;
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  body.page_fleetweek article.fleet01 {
    margin-top: 30px;
  }
  body.page_cm article.fleet01 {
    margin-top: 30px;
  }
  body.page_precautions article.fleet01 {
    margin-top: 30px;
  }
}
body.page_fleetweek article.fleet01 p.ex01 {
  line-height: 2em;
}
body.page_fleetweek article.fleet01 p.ex04 {
  line-height: 2em;
}
@media screen and (max-width: 640px) {
  body.page_fleetweek article.fleet01 p.ex01 {
    font-size: 15px;
  }
  body.page_fleetweek article.fleet01 p.ex04 {
    font-size: 15px;
  }
}
body.page_fleetweek article.fleet01 p.ex02 {
  font-weight: bold;
  margin-bottom: 5px;
}
body.page_fleetweek article.fleet01 p.ex02 span {
  font-weight: normal;
  display: block;
}
body.page_fleetweek article.fleet01 ul {
  zoom: 1;
}
body.page_gallery article.fleet02 ul {
  zoom: 1;
}
body.page_fleetweek article.fleet01 ul:after {
  display: table;
  clear: both;
  content: "";
}
body.page_fleetweek article.fleet01 ul:before {
  display: table;
  content: "";
}
body.page_gallery article.fleet02 ul:after {
  display: table;
  clear: both;
  content: "";
}
body.page_gallery article.fleet02 ul:before {
  display: table;
  content: "";
}

body.page_fleetweek article.fleet01 ul li {
  width: 28%;
  float: left;
  margin: 2%;
  text-align:center;
}
body.page_gallery article.fleet02 ul li {
  width: 8%;
  float: left;
  margin: 1%;
}
@media screen and (max-width: 640px) {
  body.page_fleetweek article.fleet01 ul li {
    width: 50%;
    padding: 2%;
    margin: 0;
  }
  body.page_gallery article.fleet02 ul li {
    width: 23%;
    padding: 2%;
    margin: 0;
  }
}
}
body.page_fleetweek article.fleet01 ul li img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  body.page_contest .container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  body.page_contest .container table tr th, body.page_contest .container table tr td {
    display: block;
  }
  
  body.page_fleetweek .container table tr th, body.page_fleetweek .container table tr td {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  body.page_contest .container table tr td {
    border-top: none;
  }
  body.page_fleetweek .container table tr td {
    border-top: none;
  }
	body.page_contest .container table tr td img {
  max-width: 100%;
}

body.page_fleetweek .container table tr td img {
 max-width: 100%;
}

}

@media screen and (max-width: 640px) {
  body.page_faq article.art01 {
    margin-top: 30px;
  }
}
body.page_faq ul.faqlist {
  width: 800px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  body.page_faq ul.faqlist {
    width: 100%;
    margin-bottom: 40px;
  }
}
body.page_faq ul.faqlist li {
  border: solid 1px #132e56;
  padding: 40px;
  margin-top: -1px;
}
@media screen and (max-width: 640px) {
  body.page_faq ul.faqlist li {
    padding: 20px;
  }
}
body.page_faq ul.faqlist li dl dt, body.page_faq ul.faqlist li dl dd {
  font-size: 17px;
  zoom: 1;
}
body.page_faq ul.faqlist li dl dt:after, body.page_faq ul.faqlist li dl dd:after {
  display: table;
  clear: both;
  content: "";
}
body.page_faq ul.faqlist li dl dt:before, body.page_faq ul.faqlist li dl dd:before {
  display: table;
  content: "";
}
@media screen and (max-width: 640px) {
  body.page_faq ul.faqlist li dl dt, body.page_faq ul.faqlist li dl dd {
    font-size: 15px;
    display: flex;
  }
}
body.page_faq ul.faqlist li dl dt span.icon, body.page_faq ul.faqlist li dl dd span.icon {
  display: block;
  float: left;
  width: 30px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: white;
  font-size: 20px;
  line-height: 1em;
  border-radius: 5px;
  line-height: 30px;
  background: #132e56;
}
@media screen and (max-width: 640px) {
  body.page_faq ul.faqlist li dl dt span.icon, body.page_faq ul.faqlist li dl dd span.icon {
    float: none;
    height: 30px;
    margin-right: 10px;
  }
}
body.page_faq ul.faqlist li dl dt span.ex, body.page_faq ul.faqlist li dl dd span.ex {
  display: block;
  float: right;
  width: 670px;
}
@media screen and (max-width: 640px) {
  body.page_faq ul.faqlist li dl dt span.ex, body.page_faq ul.faqlist li dl dd span.ex {
    float: none;
    width: 100%;
  }
}
body.page_faq ul.faqlist li dl dt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}
body.page_faq ul.faqlist li dl dd span.icon {
  background: tomato;
}

@media screen and (max-width: 640px) {
  body.page_form article {
    margin-top: 30px;
  }
}
