body{
  min-width: 1220px;
}

#htlMainContent {
  margin-left: 0;
  width: 100vw;
  min-width: 1220px;
}

#htlContents {
  margin-left: 0;
}


.rev{
  display: none;
}

.revelation{
  display: none;
}

div#RthCustomizeW{
  width: 100%;
}

body{
    margin: 0;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    color: #210a06;
}

div#page-access{
  font-size: 1rem;
}

h2{
    font-size: 2rem;
    color: #036d68;
    letter-spacing: 0.05rem;
    padding-top: 32px;
}

span.line{
    display: block;
}

#htlSide-A{
  display: none;
}

a{
  text-decoration: none;
  color:#210a06;
  cursor: pointer;
  text-decoration: none; 
}

a:link{
 color:#210a06; 
}


body section#firstView{
    width: 100%;
    height:calc(448/1280*100vw);
    background-image: url(images/firstView/firstView_image.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body section#firstView div.wrap{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

body section#firstView h1{
    width: 320px;
}

body section#firstView h1 img{
    width: 100%;
    height:auto;
}

body section#map{
    margin: 128px auto 0;
    max-width: 1040px;
}

body section#map h2{
    text-align: center;
}

body section#map div.access{
    margin-top: 32px;
}

body section#amakusaBridge {
    margin: 128px auto 256px;
    overflow: hidden;
}

body section#amakusaBridge div.sectionOne{
    max-width: 1040px;
    height: 420px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

body section#amakusaBridge div.sectionOne div.wrap{
    width:100%;
    display: flex;
    justify-content: flex-end;
}

body section#amakusaBridge div.sectionOne div.wrap h2{
    writing-mode: vertical-rl;
    padding-right: 208px;
    line-height: 1.5em;
    padding-top: 0px;
}

body section#amakusaBridge div.sectionOne div.image{
    display: flex;
    min-width: 1280px;
    width: 100%;
    margin: auto;
    position: absolute;
    justify-content: flex-start;
}

body section#amakusaBridge div.sectionOne div.image img{
    max-width: 640px;
    height: auto;
}


body section#amakusaBridge div.sectionTwo{
    max-width: 1040px;
    margin: auto;
    height: 280px;
    position: relative;
    display: flex;
    flex-direction: row;
}

body section#amakusaBridge div.sectionTwo div.wrap{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: flex-start;   
}

body section#amakusaBridge div.sectionTwo div.wrap div.box{
    width: 446px;
}

body section#amakusaBridge div.sectionTwo div.wrap div.box p{
    line-height: 2em;
}

body section#amakusaBridge div.sectionTwo div.image{
    display: flex;
    min-width: 1280px;
    width: 100%;
    margin: auto;
    position: absolute;
    justify-content: flex-end;
}

body section#amakusaBridge div.sectionTwo div.image img{
    max-width: 640px;
    height: auto;
}

body nav{
    max-width: 1040px;
    margin: 128px auto 0;
}

body nav ul{
    display: flex;
}

body nav ul li a{
    padding: 88px 56px 88px 64px;
    cursor: pointer;
    text-decoration: none;
    color: #210a06;
}

body nav ul li a:hover{
  text-decoration: none !important;
}

body nav ul li a:link:hover{
  color:#210a06; 
}


body nav ul li a.car{
    background-image: url(images/nav/arow.svg),url(images/nav/car.svg);
    background-repeat: no-repeat, no-repeat;
    background-position:center bottom 24px,center top 16px;
}

body nav ul li a.train{
    background-image: url(images/nav/arow.svg),url(images/nav/train.svg);
    background-repeat: no-repeat, no-repeat;
    background-position:center bottom 24px,center top 16px;
}

body nav ul li a.bus{
    background-image: url(images/nav/arow.svg),url(images/nav/bus.svg);
    background-repeat: no-repeat, no-repeat;
    background-position:center bottom 24px,center top 16px;
}

body nav ul li a.ship{
    background-image: url(images/nav/arow.svg),url(images/nav/ship.svg);
    background-repeat: no-repeat, no-repeat;
    background-position:center bottom 24px,center top 16px;
}

body nav ul li a:not(.ship){
    border-right: 1px solid #cbcbd5;
}

body section.list{
    max-width: 1040px;
    margin: 128px auto 0;
}

body section.list div.title{
    padding-left: 160px;
    height: 128px;
    padding-bottom: 32px;
    border-bottom: 1px solid #cbcbd5;
    background-image: url(images/accsess_car/car_icon.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 128px;
    display: flex;
    align-items: center;
}

body section#bus div.title {
 padding-left: 160px;
    height: 128px;
    padding-bottom: 32px;
    border-bottom: 1px solid #cbcbd5;
    background-image: url(images/bus/bus_icon.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 128px;
    display: flex;
    align-items: center;   
}

body section#train div.title{
    padding-left: 160px;
    height: 128px;
    padding-bottom: 32px;
    border-bottom: 1px solid #cbcbd5;
    background-image: url(images/train/train_icon.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 128px;
    display: flex;
    align-items: center;
}

body section#ship div.title{
    padding-left: 160px;
    height: 128px;
    padding-bottom: 32px;
    border-bottom: 1px solid #cbcbd5;
    background-image: url(images/ship/ship_icon.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 128px;
    display: flex;
    align-items: center;    
}


body section.list div.wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

body section.list ul{
    width: 868px;
    margin-top: 32px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

body section.list ul li{
    width: 268px;
}

body section.list ul li:first-of-type{
    padding-right: 32px;
    margin-bottom: 72px;
}


body section.list ul li:nth-of-type(2){
    padding-right: 32px;
    margin-bottom: 72px;

}


body section.list ul li div.text{
    width: 100%;
    height: 64px;
    padding-bottom: 16px;
    border-bottom: #036d68 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

body section.list ul li div.text p{
    font-size: 1.25rem;
    line-height: 1.6em;
    text-align: center;
    color: #036d68;
}

body section.list ul li div.text p span{
    font-size: 1rem;
    display: block;
}



body section.list ul li div.image{
    width:268px; 
    margin-top:16px;
}

body section.list ul li div.image img{
    width: 100%;
}

body section#train div.wrap{
    display: flex;
    justify-content: center;
}

body section#train ul {
    width: 632px;
}

body section#bus ul {
    width: 632px;
}


body section.list div.introduction{
    margin-top: 48px;
}

body section.list div.introduction h3{
    font-size: 1.25rem;
    color: #036d68;
    padding-bottom: 24px;
    border-bottom: 1px solid #036d68;
    padding-left: 16px;
    background-image: url(images/text_icon.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: left top 4px;
}

body section.list div.introduction p{
    margin-top: 32px;
}

body section.list div.introduction p.r1{
    line-height: 1.6em;
}

body section.list div.introduction p.low{
    margin-top: 16px;
}

body section#bus div.introduction ul{
    display: block;
}

body section#bus div.introduction ul li{
    width: auto;
}

body section#bus div.introduction ul li:first-of-type{
    margin-bottom:16px;
}

body section#bus div.introduction ul li:nth-of-type(2){
    margin-bottom: 16px;
}

body section#ship div.wrap{
    display: flex;
    justify-content: center;
}

body section#ship div.wrap ul{
    display: flex;
    justify-content: center;
}

body section#contact{
  max-width: 1040px;
  margin: 128px auto;
  display: flex;
  flex-direction:column;
  align-items: center;
}

body section#contact div.reserve{
  width: 670px;
  height: 256px; 
}
 
body section#contact div.reserve a{
  width: 100%;
  display: block;
  height: auto;
}

body section#contact div.reserve a img{
  width: 100%;
  height: auto;
}




body section#contact div.box{
  width: 672px;
  display: flex;
  margin-top: 64px;
  justify-content: space-between;
}

body section#contact p{
  margin-bottom: 1rem;
}

body section#contact div.box div.access{
  width: 320px;
  height: 88px;
  background-color:#036D68; 
}

body section#contact div.box div.access a{
  display: inline-block;
  width: 100%;
  padding-left: 56px;
  line-height: 5.5em;
  box-sizing: border-box;
  background-image: url(images/contact/navi_miniicon.svg), url(images/contact/section5_linkArrow.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left 40px center, right 24px center;
  background-size: 12px, 40px;
  color: #fff;
  font-size: 1rem;
}

body section#contact div.box div.rager {
 width: 320px;
  height: 88px;
  display: flex;
  align-items: center;
  background-color:#B25638; 
}

body section#contact div.box div.rager a{
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  line-height: 5.5em;
  padding-left: 56px;
  background-image: url(images/contact/navi_miniicon.svg), url(images/contact/section5_linkArrow.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left 40px center, right 24px center;
  background-size: 12px, 40px;
  color: #fff;
  font-size: 1rem;
}



body  footer{
  width: 100%;
  height: 288px;
  background-color:#210A06;
  color: #fff; 
}

body footer div.fot_content{
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body footer div.fot_content div.left{
  flex:1;
}

body footer div.fot_content div.left p.top{
  line-height: 80px;
  padding-left: 220px;
  background-image: url(images/footer/footer_logo.svg);
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: left;
}

body footer div.fot_content div.left p.under{
    margin-top: 16px;
}

body footer div.fot_content div.right{
  flex:1;
  margin-bottom: 32px;
}

body footer div.fot_content div.right ul.navigation{
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}

body footer div.fot_content div.right ul.navigation li a{
  color: #fff;
}

body footer div.fot_content div.right ul.navigation li:not(:last-of-type){
    padding-right: 16px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}


body footer div.fot_content div.right ul.navigation li:not(:first-of-type){
    padding-left: 16px;
    box-sizing: border-box;
}

/*scroll*/

.fadein{
  opacity: 0;
  transform: translate(0,200px);
  transition: all 1200ms;
}

.fadein.second{
  transition-delay: 200ms;
}

.fadein.third{
 transition-delay: 400ms; 
}


.fadein.fourth{
 transition-delay: 600ms; 
}


.fadein.fifth{
 transition-delay: 800ms; 
}

.fadein.six{
 transition-delay: 1000ms; 
}

.fadein.seven{
 transition-delay: 1200ms; 
}


.revelation.scrollin{
  opacity : 1;
  transform : translate(0, 0);
}

.fadein.scrollin{
  opacity : 1;
  transform : translate(0, 0);
}
