/* BASIC CONFIGRATION CSS */

body {
    font-family: "ヒラギノ角ゴ ProN W3","游ゴシック", YuGothic,  "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
    font-size: 16px;
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    }
    h4 {
      font-size: 20px;
    }
a {
  text-decoration: none;
  color:inherit;
    }
li {
  list-style: none;
  cursor: pointer;
    }
.wrapper {
  width: 100%;
  overflow: hidden;
}
.imageresize_line img{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.btn__tel {
  background: #990000;
  margin-left: auto;
  color: #fff;
  line-height: 40px;
  width: 200px;
  align-content: center;
  border-radius: 10px;
  text-align: center;
}
#header{
  width: 100%;
  }
  /* DOWN MAIN FOR HEIGHT MENU */
#main {
    margin-top: 150px;
    text-align: center;
  }
main {
  width:100%;
}
/*START HEADER*/
.container__top {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding-bottom: 50px;
  background-color: #fff;
}
.menu-right {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#navi {
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
}
/* チェックボックスを非表示 */
#navi input {
  display: none;
}
/* 左上ロゴ */
.menu-left img {
  align-items: center;
  margin-left: 10px;
}
/* 上部メニュー */
.menu {
  /* position: fixed; */
  background-color: #990000;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  color:#fff;
  font-size:20px;
  margin:0 auto;
  padding: 0;
}
.fixed {
  position: fixed;
  width: 1000px;
  top: 0;
  z-index: 1000;
}
li.menu-parent {
  text-align: center;
  width: 200px;
  line-height: 40px;
  font-size: 20px;
  margin:0;
  }
  li.menu-parent a,
  li.menu-parent span{
    display: block;
    padding: 0;
    align-items: center;
  }
.menu-parent a:hover {
      background-color: #cc9999;
  }
#menu-navibtn {
  display: none;
  cursor: pointer;
  cursor: hand;
}
/* AT SEEING SMART PHONE */
@media screen and (max-device-width: 480px) {
  body {
  max-width: 100vw;
  overflow-x: hidden;
}

  .menu {
    display: none;
  }
.container__top {
  flex-direction: column;
  margin: 0 auto;
}
 #header {
   width: 100vw;
 }
.container__top >.menu-right >.menu__right--telbtn {
  display: none;
}
.menu-right{
  width:100%;
}
.menu__right--title {
max-width: 100vw;
border-bottom: solid  10px #990000;
position: relative;
z-index: 1001;
text-align: left;
}
.menu__right--title p{
  text-align: center;
}
  #navi {
    background-color: #990000;
    max-width: 480px;
    z-index: 1000;
  }
  .menu-parent {
    height: auto;
    width: 100%;
    padding: 0px 20px;
    border-bottom: 1px solid #DDD;
  }
#main{
  margin-top: 200px;
}
  /* FOR DON'T MOVE MENU */
  #menu-navibtn:checked ~ #navi {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }
  /*MEIN CONTENTS VERTICAL AND REMOVE IMAGES  */
  main {
    width: 100vw;
    max-width: 480px;
  }
  .container__intro,
  .container__sale--intro,
  .container__rent--intro,
  .container__wait--intro,
  .container__unused--intro,
  .container__service--intro,
  .container__operators--intro  {
    /* max-width:95%; */
    height: auto;
    margin:0 auto;
  }
  h1 {
    font-size: 1.2rem;
  }

/*DISAPPEAR SLIDER AND ONLY IMAGES*/
  .container__slider {
    display: none;
  }
}

/* ドロップダウンメニュー */
.menu-parent {
  position: relative;
}
ul.menu-child {
  visibility: hidden;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(153, 0, 0, 0.8);
  padding: 0;
  }
ul.menu-child li {
    text-align: center;
  }

/* パソコン用 */
@media screen and (min-device-width: 481px) {
  .menu-parent:hover .menu-child {
    visibility: visible;
    opacity: 1;
  }
  .container__not-slider {
    display: none;
  }

}
/* FOR SMART PHONE*/
@media screen and (max-device-width: 480px) {
  /* AT CLICK HAMBURGER MENU */

  #menu-navibtn:checked ~ * .menu {
    display: block;
    opacity: 1;
  }
  #menu-navibtn:checked ~ * .menu-parent {
    max-height: inherit;
    overflow-y: visible;
  }
  #menu-navibtn:checked ~ * .menu-child {
    max-height: inherit;
    overflow-y: visible;
    visibility: visible;
  }
  #menu-navibtn:checked ~ * .container__top {
    display: none;
  }
  /* CHILD MENUES */
  .menu-parent .menu-child {
    position: relative;
    padding: 0;
    opacity: 1;
    top: 0;
    width: 100%;
  }


}

/* HUMBURGER*/
#navi #navibtn {
  display: none;
}
@media screen and (max-device-width: 480px) {
  #navi #navibtn {
    display: block;
    position: fixed;
    right: 2%;
    z-index: 1001;
  }
  #navibtn span {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #990000;
  }
  #navibtn span span {
    display: block;
    overflow: hidden;
    width: 1px;
    height: 1px;
  }
  #navibtn span span::before,
  #navibtn span span::after,
  #navibtn span::after {
    position: absolute;
    left:10px;
    content:"";
    width: 20px;
    height: 3px;
    background-color: #FFF;
  }
  /* 上の棒 */
  #navibtn span span::before {
    top:10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::before {
    top:19px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* 下の棒 */
  #navibtn span::after {
    bottom:10px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn > span::after {
    bottom:18px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  /* 中の棒 */
  #navibtn span span::after {
    top:18px;
  }
  #menu-navibtn:checked ~ #navi label#navibtn span span::after {
    display: none;
  }
}

/*END header*/


/*START EXCLUSIVE TOP-PAGE(index.html)*/
/*SLIDER*/
.container__actions {
  padding-top:20px;
  padding-bottom: 40px;
}
.container__slider {
  padding-top: 10px;
  margin: 0 auto;
  width: 80%;
  }
.container__slider img {
    height: 300px;
    width: 100%;

}
.container__not-slider{
  max-width: 99vw;
  position: relative;
  left: -6%;
}
.container__not-slider img {
  width:100%;
  text-align: center;
}

/*END SLIDER*/
/*START WHAT'S-NEW*/
.container__whatsnew {
  background-color:#ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.container__whatsnew >.imageresize_line >img {
  position: relative;
  bottom: -25px;
}

.iframe-wrap {
  position: relative;
  width: 80%;
  padding-top: 30%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc;
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}
@media screen and (max-device-width: 480px) {
.iframe-wrap {
   height:200px;
}
}
/*END WHAT'S-NEW*/


.container__intro {
   margin-top: 0;
   height: auto;
   background-image: url("images/nagasakitown.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   display: flex;
   justify-content: center;
   align-items: center;
 }
.container__intro--catch {
  width: 80%;
  height: 90%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 30px;
  line-height: 1.7rem;
}

.container__activity {
  height: 700px;
  background-image: url("images/akiya_frame.png"),url("images/akiya_m.jpg") ;
  background-repeat: no-repeat,no-repeat;
  background-size: contain,cover;
  background-position: center,center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container__activity--catch {
  width: 55%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 20px,60px, 30px;
  margin: 50px 5px;
  line-height: 1.9rem;
}
.container__activity  h3 {
  position:relative;
  right: -20%;
}
/* AT SEEING SMART PHONE */
@media screen and (max-device-width: 480px) {
  .container__activity {
    max-width: 100vw ;
    height: auto;
    margin: 0 auto;
      background-image: url("images/akiya_m.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  }
  .container__activity  h3 {
    position: relative;
    left: 0;
  }
  .container__activity--catch{
    width: 90vw;
    max-width:480px;
    margin: 0 auto;
  }
  .container__contents--catch img{
    width:90vw;
    position: relative;
    left: 0;
  }
  .container__activity > .container__contents--catch img {
    position: relative;
    left: 0;
    width: 80%;
  }
  .container__contents--catchsa .container__contents--catch img {
    max-width: 70%;
  }
  .item__contents--unused > .container__contents--catch img {
    position: relative;
    left: 0;
  }

}


/*END EXCLUSIVE TOP-PAGE (index.html)*/

/* START GENERAL-PURPOSE TO TODOACTIONS(sales/unused/wait)*/
.font--emphasis {
  color:#990000;
  font-size: 1.5rem;
}
.container__todo--catch {
  width: 80%;
  height: 90%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 30px;
  line-height: 1.7rem;
}
.container__contents--catch {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 30px;
  max-width: 80%;
  min-width: 240px;
}

.container__goodbad {
  width:100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  align-items: top;
  justify-content: space-around;
  padding-bottom: 30px;
}
.container__goodbad li {
  text-align: left;
}
.container__message {
  padding-top: 40px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  background-image: url("images/message.png");
  background-position: 90% 65%;
  background-repeat: no-repeat;
}
.container__message h3 {
  position: relative;
  right: -20%;
}

.container__activuty--btn{
  display: inline-block;
  padding-bottom:-10% ;
  padding-left: 50%;
}
.hover2 {
  display: inline-block;
  padding: 0.6em 2em;
  margin: 0 0 1em;
  background: #990000;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
}
.hover2:hover {
  background: #fff;
  color: #990000;
  border-radius: 10px;
}
.container__activuty--btnleft{
  display: flex;
  position: relative;
  left:5px;
}
.container__message >.imageresize_line >img,
.container__goodbad--unused >p >img{
  position: relative;
  bottom: -25px;
}
/* AT SEEING SMART PHONE CONTENTS*/
@media screen and (max-device-width: 480px) {
  .container__activuty--btnleft{
    max-width: 99vw;
    min-width: 50%;
    }
  .hover2 {
    max-width: 60%;
    min-width: 40%;
  }
.item__contents--sale img,
.item__contents--rent img,
.item__contents--unused > img {
display: none;
}
.item__contents--unused,
.item__contents--service{
  position: relative;
  left: -5px;
  max-width: 480px;
  height: auto;
  margin:0 auto;
}
#main > .container__contents--catch img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.item__contents--unused .container__contents--catch img {
  max-width: 70vw;
  margin:0 auto;
}
.container__contents--catchop img{
  max-width:70vw;
}
.goodbad__sale--left,
.goodbad__rent--left,
.goodbad__wait--left {
  background-size: 100px;
}
.goodbad__sale--right,
.goodbad__rent--right,
.goodbad__wait--right {
  background-size: 82px;
}
.goodbad__sale--left ul,
.goodbad__sale--right ul,
.goodbad__rent--left ul,
.goodbad__rent--right ul,
.goodbad__wait--left ul,
.goodbad__wait--right ul {
  padding-left: 0;
}

.container__message {
  background-image: none;
}
.container__message img{
 max-width: 90%;
}

.container__message > p.imageresize_line {
  width: 100vw;
}

.container__message--sale,
.container__message--rent,
.container__message--wait,
.container__message--unused,
.container__message--service {
  position: relative;
  margin:0 auto;
  /* left: -10px; */
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
}
}




/* END todo.共通コンテンツ用*/

/* START EXCLUSIVE (sale.html)*/
.container__sale--intro {
  margin-top: 0;
  height: auto;
  width: 100%;
  background-image: url("images/sale.jpg") ;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
 }



.container__contents--sale {
  display:flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.item__contents--sale {
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.item__contents--sale:nth-child(1),
.item__contents--sale:nth-child(5) {
    background-color:  rgba(0, 51, 153, 0.3);
    width:460px;
}
.item__contents--sale:nth-child(4),
.item__contents--sale:nth-child(8),
.item__contents--sale:nth-child(10) {
    width:460px;
    background-image: url("images/point_sale.png") ;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center center;
    border: solid 2px #003399;
    height: auto;
    text-align: left;
}
.item__contents--sale:nth-child(2) img,
.item__contents--sale:nth-child(6) img {
  width: 460px;
  vertical-align: middle;
  justify-content: center;
}
.item__contents--sale:nth-child(3) img,
.item__contents--sale:nth-child(7) img {
  width:150px;
  padding-left: 140px;
}
.item__contents--sale:nth-child(9) {
  width: 440px;
  background-image: url("images/sale4.jpg");
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.goodbad__sale--left {
  border: solid 2px #003399;
  border-radius: 10px;
  width:400px;
  height: 300px;
  padding: 20px 20px;
  background-image: url("images/good_blue.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.goodbad__sale--right {
  border: solid 2px #003399;
  border-radius: 10px;
  width:400px;
  height: 300px;
  padding: 20px 20px;
  background-image: url("images/bad_blue.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: rgba(0, 51, 153, 0.3);
}
.container__message--sale{
  padding: 30px 30px 0 30px;
  width: 80%;
  height: 90%;
  background-image: url("images/blue7.png");
  background-position: left top;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
/*END EXCLUSIVE (sale.html)*/


/* START EXCLUSIVE RENT(rent.html)*/
.container__rent--intro {
  margin-top: 0;
  height: auto;
  width: 100%;
  background-image: url("images/rent.jpg") ;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
 }



.container__contents--rent {
  display:flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.item__contents--rent {
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.item__contents--rent:nth-child(1),
.item__contents--rent:nth-child(5) {
    background-color:  rgba(0, 51, 0, 0.3);
    width:460px;
}
.item__contents--rent:nth-child(4),
.item__contents--rent:nth-child(8),
.item__contents--rent:nth-child(10) {
    width:460px;
    background-image: url("images/point_rent.png") ;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center center;
    border: solid 2px #003300;
    height: auto;
    text-align: left;
}
.item__contents--rent:nth-child(2) img,
.item__contents--rent:nth-child(6) img {
  width: 460px;
  vertical-align: middle;
  justify-content: center;
}
.item__contents--rent:nth-child(3) img,
.item__contents--rent:nth-child(7) img {
  width:150px;
  padding-left: 140px;
}
.item__contents--rent:nth-child(9) {
  width: 440px;
  background-image: url("images/rent4.jpg");
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.goodbad__rent--left {
  border: solid 2px #003300;
  border-radius: 10px;
  width:400px;
  height: 300px;
  padding: 20px 20px;
  background-image: url("images/good_green.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.goodbad__rent--right {
  border: solid 2px #003300;
  border-radius: 10px;
  width:400px;
  height: 300px;
  padding: 20px 20px;
  background-image: url("images/bad_green.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: rgba(0, 51, 0, 0.3);
}
.container__message--rent{
  padding: 30px;
  width: 80%;
  height: 90%;
  background-image: url("images/green7.png");
  background-position: left top;
  background-repeat: no-repeat;
}
/*END EXCLUSIVE RENT(rent.html)*/

/* START EXCLUSIVE WAIT(wait.html)*/
.container__wait--intro {
  margin-top: 0;
  height: auto;
  width: 100%;
  background-image: url("images/wait2.jpg") ;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
 }
.goodbad__wait--left {
  border: solid 2px #ff6699;
  border-radius: 10px;
  width:400px;
  height: 300px;
  padding: 20px 20px;
  background-image: url("images/good_pink.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.goodbad__wait--right {
  border: solid 2px #ff6699;
  border-radius: 10px;
  width:400px;
  height: 300px;
  padding: 20px 20px;
  background-image: url("images/bad_pink.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: rgba(255, 102, 153, 0.3);
}
.container__message--wait{
  padding: 30px;
  width: 80%;
  height: 90%;
  background-image: url("images/pink7.png");
  background-position: left top;
  background-repeat: no-repeat;
}
/*END EXCLUSIVE WAIT(wait.html)*/

/* START EXCLUSIVE UNUSED(unused.html)*/
.container__unused--intro {
  margin-top: 0;
  height: auto;
  width: 100%;
  background-image: url("images/unused5.jpg") ;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
 }
.container__contents--unused {
  display:flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.item__contents--unused {
  padding: 10px;
  margin-top: 30px;
}
.item__contents--unused:nth-child(1),
.item__contents--unused:nth-child(4),
.item__contents--unused:nth-child(5){
    background-color:  rgba(255, 255, 204, 0.6);
    width:610px;
    padding-top: 20px;
}

.item__contents--unused:nth-child(2) img,
.item__contents--unused:nth-child(3) img,
.item__contents--unused:nth-child(6) img, {
  width: 300px;
  vertical-align: middle;
  justify-content: center;
}
.container__message--unused{
  padding: 30px 30px 0 30px;
  width: 80%;
  height: 90%;
  background-image: url("images/bad_yellow.png"),url("images/bad_yellow.png"),url("images/message.png");
  background-position: 5% 10%,95% 10%,right bottom;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.container__message--unused li {
  text-align: left;
  position: relative;
  left:20%;
}

@media screen and (max-device-width: 480px) {
.container__message--unused {
  background-image:url("images/yellow_bad2.png");
  background-position: right 80%;
  background-repeat: no-repeat;
}

.container__message--unused p.imageresize_line img {
width:100%;
}
.container__message--unused ul{
  position:relative;
  left: -25%;
}
}

/*END EXCLUSIVE UNUSED(unused.html)*/

/* START EXCLUSIVE SERVICE(service.html)*/
.container__service--intro {
  margin-top: 0;
  height: auto;
  width: 100%;
  background-image: url("images/service2.jpg") ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container__contents--service {
  display:flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.item__contents--service li {
  text-align: left;
}
.item__contents--service {
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.item__contents--service .target {
  display:inline-block;
   vertical-align: middle;
   line-height:normal;
}
.item__contents--service:nth-child(1),
.item__contents--service:nth-child(4),
.item__contents--service:nth-child(7),
.item__contents--service:nth-child(10) {
    background-color:  rgba(153, 0, 0, 0.3);
    width:450px;
    height: auto;
    min-height: 250px;

}
.item__contents--service:nth-child(2),
.item__contents--service:nth-child(5),
.item__contents--service:nth-child(8),
.item__contents--service:nth-child(11) {
    width:450px;
    height: auto;
    /* height: 250px; */
    background-image: url("images/point_service.png") ;
    background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-position:center center;
    border: solid 2px #990000;
    text-align: left;}

.item__contents--service:nth-child(3) ,
.item__contents--service:nth-child(6),
.item__contents--service:nth-child(9) {
  width:100%;
  text-align: center;
}
.container__goodbad--service {
  padding: 20px auto;
  width: 100%;
  height: 415px;
  display: flex;
  flex-direction: column;
  margin: 20px 0 20px 0;
  align-items: center;
  justify-content: center;
  background-image: url("images/good_red.png");
  background-size: 100px;
  background-repeat:repeat;
  }
.goodbad__service--left {
  justify-content: center;
  border: solid 2px #990000;
  border-radius: 10px;
  width:520px;
  height: 330px;
  padding: 20px 10px;
  background-color:#fff;
}
.icon__service-good {
  text-align: right;
}

.goodbad__service--left li {
  text-align: left;
  position: relative;
  left:-15px;
  line-height: 2rem;
  font-size: 1.1rem;
}
.container__message--service{
  padding: 30px;
  width: 80%;
  height: 90%;
  background-image: url("images/red7.png");
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-device-width: 480px) {
.container__goodbad--service {
  background-image: none;
  width:90vw;
  margin:10px 5px;
  padding-top: 0;
}
.goodbad__service--left {
  width: 90vw;
  height: auto;
  position: relative;
  left: 10px;
  margin:10px 5px;
  padding-top: 0;
}
.goodbad__service--left li {
  line-height: 1.6rem;
  font-size: 0.9rem;
  left: -30px;
}
.contents--catch--service img {
  padding: 20px 0 5px 0;
  width: 90vw;
}
}

/*END EXCLUSIVE SERVICE(service.html)*/


/* START EXCLUSIVE OPERATORS(operators.html)*/
.container__operators--intro {
  margin-top: 0;
  height: auto;
  width: 100%;
  background-image: url("images/nagasaki-town2.jpg") ;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
 }
.container__contents--operators {
  display:flex;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 30px 0;
  }
.item__contents--operators {
  margin: 20px 0 5px 0;
  height: auto;
}
.item__contents--operators p,
.item__contents--operators h3,
.item__contents--operators h2 {
  padding: 0 10px;
}
.item__contents--operators p{
  font-size:0.9rem;
}
.item__contents--operators:nth-child(1),
.item__contents--operators:nth-child(4),
.item__contents--operators:nth-child(5),
.item__contents--operators:nth-child(8),
.item__contents--operators:nth-child(9) {
    background-color:  rgba(153, 0, 0, 0.4);
    width:610px;
    padding: 20px 10px 10px 20px;
    text-align: left;
}

.item__contents--operators:nth-child(2) img,
.item__contents--operators:nth-child(3) img,
.item__contents--operators:nth-child(6) img,
.item__contents--operators:nth-child(7) img,
.item__contents--operators:nth-child(10) img {
  width:360px;
  height: auto;
}
.container__information {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  }
.container__information--box {
    margin-top: 30px;
    width:100%;
    padding-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    }
.information__operators--left {
  margin:0 5px;
  width:50%;
  height: auto;
}
.information__operators--left li{
  text-align: left;
  line-height: 1.8rem;
}
.information__operators--right {
  border: solid 2px #ccc;
  width:400px;
  height: auto;

  }
.container__information >.imageresize_line >img {
    position: relative;
    bottom: -25px;
  }
@media screen and (max-device-width: 480px) {
  .container__information--box{
    flex-direction: colmun;
    flex-wrap: wrap;
    }
  .information__operators--left {
    width:95vw;
    height: auto;
  }
  .container__information > .container__contents--catch img {
    width: 80%;
    position: relative;
    left: 0;
  }
  .information__operators--right {
    /* display: none; */
    position: relative;
    /* left:5%; */
    max-width:98%;
    height: 200px;
  }
  .information__operators--right iframe {
    max-width: 98%;
  }
}
/*END EXCLUSIVE OPERATORS(operators.html)*/

/* START BUTTON FOR BACK TO TOP OF PAGE*/
#page-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 50%;
}
#page-top a {
    display: inline-block;
    background: #990000;
    text-decoration: none;
    color: #fff;
    width: 55px;
    height: 15px;
    /* line-height: 55px; */
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}
#page-top a:hover {
    text-decoration: none;
    background: #cc9999;
}
/* END BUTTON FOR BACK TO TOP OF PAGE*/

/* START 全般footer用*/
footer {
  background-color: #990000;
    padding:0 20px 5px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    }
.container__footer {
  padding-left: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  text-align: left;
  height: 270px;
}
.footer--left {
  align-items: left;
}
.footer--left h2{
  color:#fff;
  border-bottom: solid 1px #000;
}
.footer--left .mainadress {
  text-align: left;
  margin-top: -30px;
}

.footer--left h4 {
  position: relative;
  bottom:5px;
  left:-200px;
  border:solid 1px #fff;
  text-align: center;
  border-radius: 10px;
}
.footer--center,.footer--right  {
  color:#fff;
  padding-left:40px;
  line-height: 2rem;
  padding-top: 50px;
}
.no-rink {
 pointer-events: none;
}

 footer >.copyright {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  line-height: 1.5rem;
  }
#footer_btn{
    width:100vw;
  }
  #footer_btn a {
    display: none;
  }

/* AT SEEING SMART PHONE FOOTER*/
@media screen and (max-device-width: 480px) {
footer {
  max-width: 100vw;
  /* max-width: 480px; */
  padding: 0;
}
.footer--center,.footer--right,.footer--left >.btn__tel  {
    display: none;
  }
.footer--left{
  width: 90%;
}
#footer_btn a {
    width: 50%;
    max-width: 480px;
    display: flex;
    flex-wrap: nowrap;
    margin:5px;

}
  #footer_btn .footer_btn--left a{
    width:50vw;
    position: fixed;
    bottom: 0;
    right:50%;
    z-index: 9999;


  }

  #footer_btn .footer_btn--right a{
    width: 50vw;
    position: fixed;
    bottom: 0px;
    left: 50%;
    bottom: 0px;
    z-index: 9999;
    padding: 0 auto;

  }

.footer_btn--left img, .footer_btn--right img {
	max-width: 100%;
}
}
