@charset "utf-8";

@import "common.css";

/*-----------------------------------
    トップページ共通
------------------------------------*/
.section {
  margin-bottom: 70px;
}
.section img {
  max-width: 850px;
}
.section .sec_title {
  font-size: 40px;
  text-align: center;
}
.section .sec_title_text {
  text-align: center;
  max-width: 980px;
  margin: 30px auto;
}
.section .img {
  float: left;
  width: 75%;
}
.section .sec_box_text {
  float: right;
  width: 23%;
}
.section .sec_box_text p {
  margin-bottom: 15px;
}
.section .sec_box_text dl {
  margin-top: 20px;
}
.section .sec_box_text dl dt {
  font-weight: bold;
}
.section .sec_box_text dl dd {
  margin-bottom: 15px;
}
.section .sec_box_text dl dd li {
  border: 1px solid #666;
  padding: 0 5px;
  display: inline-block;
  margin-top: 3px;
  text-align: center;
  font-size: 14px;
}
.section .img_right .img {
  float: right;
}
.section .img_right .img img {
  float: right;
}
.section .img_right .sec_box_text {
  float: left;
}
/*-----------------------------------
    sec_main
------------------------------------*/
#sec_main {
  position: relative;
}
#sec_main #main_text {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 2%;
  z-index: 11;
  color: rgba(0, 0, 0, 0.3);
}
#sec_main .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  background: #999;
  opacity: 1;
}
#sec_main .swiper-pagination-bullet-active {
  background: #70b3d1;
}
#sec_main .swiper-pagination {
  text-align: right;
  padding-right: 2%;
}
/*-----------------------------------
    topics
------------------------------------*/
#topics {
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  display: table;
  margin-bottom: 30px;
}
#topics ol {
    border: 1px solid #cbcbcb;
    padding: 10px;
    text-align: center;
    margin: 1em 0;
}
#topics ol li:first-child {
    border-bottom: 1px solid #ceaa83;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}
#topics dl {
  overflow: hidden;
  display: table-cell;
  width: 80%;
  padding: 30px 5%;
}
#topics dl dt {
  float: left;
  font-weight: bold;
}
#topics dl dt .fa {
  vertical-align: -2px;
  padding-right: 0.3em;
}
#topics dl dt span {
  font-size: 14px;
  padding-right: 1em;
}
#topics dl dt time {
  padding-right: 1em;
}
#topics dl dd {
  margin-left: 100px;
}
#topics dl dd a {
  text-decoration: underline;
}
#topics dl dd a:hover {
  text-decoration: none;
}
#topics #topics-list {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 20%;
  border-left: 1px solid #cccccc;
  padding: 20px 0;
  margin: 10px 0;
}
/*-----------------------------------
    plan
------------------------------------*/
#plan {
  margin-bottom: 70px;
}
#plan ul li {
  float: left;
  width: 50%;
}
#plan ul li .img {
  float: left;
  width: 160px;
}
#plan ul li .img img {
  max-width: 160px;
}
#plan ul li .plan_text {
  float: left;
  width: 65%;
  padding: 10px 5%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#plan ul li .plan_text h2 {
  background: url(/images/icon_arw_blue.png) no-repeat left center;
  padding-left: 37px;
  margin-bottom: 10px;
}
#plan ul li .plan_text p {
  text-decoration: underline;
}
#plan ul li a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#plan ul li a:hover .plan_text h2,
#plan ul li a:hover .plan_text p {
  color: #70b3d1;
  text-decoration: none;
}
/*-----------------------------------
    about
------------------------------------*/
#about .sec_box_text {
    z-index: 11;
    position: relative;
    right: 15%;
    top: 2vw;
    background: #fff;
    padding: 6px;
}
@media (max-width: 980px) {
    #about .sec_box_text {  
    z-index: 0;
    position: relative;
    right: 0;
    top: 0;
    background: #fff;
    }
}
/*-----------------------------------
    room
------------------------------------*/
#room {
  margin: 5% auto 5%;
}
#room h2 {
  color: #ceaa83;
  font-size: 3.5rem;
  text-align: center;
  line-height: 0.7em;
}
#room h2 span {
  color: #000;
  font-size: 0.5em;
}
#room .img_right {
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  #room {
    margin: 20% auto 10%;
  }
}

/*-----------------------------------
    access-page
------------------------------------*/
#access-page {
  margin: 5% auto 5%;
}
#access-page h2 {
  color: #ceaa83;
  font-size: 3.5rem;
  text-align: center;
  line-height: 0.7em;
}
#access-page h2 span {
  color: #000;
  font-size: 0.5em;
}

#access-page #gmap {
  position: relative;
}
#access-page #gmap iframe {
  width: 100%;
  height: 500px;
}
#access-page #gmap .company_map {
  background: #fff;
  width: 300px;
  height: 440px;
  padding: 15px 3% 0;
  position: absolute;
  right: 47px;
  top: 30px;
}
#access-page #gmap .company_img {
  width: 240px;
  margin: auto;
}
#access-page #gmap h3 {
  text-align: center;
  margin: 15px auto;
  line-height: 1.4;
}
#access-page #gmap h3 span {
  background: linear-gradient(transparent 70%, #f8ee4a 0%);
  line-height: 1;
  display: inline-block;
  font-size: 20px;
}
#access-page #gmap p {
  text-align: center;
}
#access-page #gmap .address {
  margin-bottom: 10px;
  font-size: 14px;
}
#access-page #gmap .tel {
  color: #e46668;
  font-weight: bold;
}
#access-page #gmap .tel a {
  color: #e46668;
}
#access-page .gmap_anno {
  margin: 20px 0 30px;
}
#access-page .carnavi {
  float: left;
  width: 70%;
}
#access-page #maplink {
  float: right;
  width: 25%;
  max-width: 220px;
}
#access-page #maplink a {
  color: #fff;
  background: #111;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  padding: 10px 20px;
  border: 2px solid #111;
  text-align: center;
}
#access-page #maplink a:hover {
  background: #fff;
  color: #111;
}
#access-page #maplink a i {
  padding-left: 5px;
}
#access-page .access_load .box {
  float: left;
  width: 350px;
  margin-left: 55px;
}
#access-page .access_load .box.kokudo {
  margin-left: 0;
}
#access-page .access_load .box.kokudo dl {
  margin-bottom: 246px;
}
#access-page .access_load .box h3 {
  text-align: center;
  border: 1px solid #111;
  padding: 10px;
  margin-bottom: 25px;
  font-size: 18px;
}
#access-page .access_load .box .load_detail .loadline {
  background: url(/images/border_accessload.jpg) repeat-y 88px top;
  min-height: 369px;
}
#access-page .access_load .box .load_detail .circle {
  display: block;
  float: left;
  background: #fff;
  border: 5px solid #999;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
#access-page .access_load .box .load_detail .circle + span {
  float: left;
  display: block;
  vertical-align: top;
  padding-top: 7px;
  padding-left: 10px;
  font-weight: bold;
}
#access-page .access_load .box .load_detail hr {
  border-bottom: none;
  background: #cccccc;
  float: right;
  width: 240px;
  margin-bottom: 15px;
}
#access-page .access_load .box .load_detail dl {
  clear: both;
  overflow: hidden;
}
#access-page .access_load .box .load_detail dt {
  padding-left: 74px;
  overflow: hidden;
  line-height: 1.2;
  height: 50px;
}
#access-page .access_load .box .load_detail dd {
  line-height: 1.2;
  overflow: hidden;
  padding: 0 0 25px;
  height: 57px;
}
#access-page .access_load .box .load_detail dd p {
  float: left;
}
#access-page .access_load .box .load_detail dd .min {
  width: 105px;
  padding-right: 40px;
  text-align: right;
  font-weight: bold;
}
#access-page .access_load .box .load_detail dd .line {
  padding-left: 10px;
}
#access-page .access_load .box .load_detail .goal {
  overflow: hidden;
  padding-left: 75px;
  color: #70b3d1;
  line-height: 1.3;
}
#access-page .access_load .box .load_detail .goal .circle {
  float: none;
  border: 5px solid #70b3d1;
  padding-top: 4px;
  font-size: 16px;
}
#access-page .access_load .box .load_detail .goal .circle + span {
  float: none;
  display: block;
  padding-left: 0;
}
@media (max-width: 980px) {
  #access-page {
    margin: 20% auto 10%;
  }
  #contents #access-page #gmap {
    position: static;
  }
  #contents #access-page #gmap .company_map {
    position: static;
    width: 100%;
  }
  #contents #access-page .gmap_anno {
    margin-top: 10px 0 20px;
  }
  #contents #access-page .gmap_anno .carnavi {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #contents #access-page .gmap_anno #maplink {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #contents #access-page .access_load .box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #contents #access-page .access_load .box .load_detail {
    display: none;
  }
  #contents #access-page .access_load .box h3 {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
  }
  #contents #access-page .access_load .box h3:after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "▼";
  }
  #contents #access-page .access_load .box h3.access_open:after {
    content: "▲";
  }
  #contents #access-page .access_load .box hr {
    float: left;
    margin-left: 110px;
  }
}
/*-----------------------------------
    access
------------------------------------*/
#access #gmap {
  position: relative;
}
#access #gmap iframe {
  width: 100%;
  height: 500px;
}
#access #gmap .company_map {
  background: #fff;
  width: 300px;
  height: 440px;
  padding: 15px 3% 0;
  position: absolute;
  right: 47px;
  top: 30px;
}
#access #gmap .company_img {
  width: 240px;
  margin: auto;
}
#access #gmap h3 {
  text-align: center;
  margin: 15px auto;
  line-height: 1.4;
}
#access #gmap h3 span {
  background: linear-gradient(transparent 70%, #f8ee4a 0%);
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}
#access #gmap p {
  text-align: center;
}
#access #gmap .address {
  margin-bottom: 10px;
  font-size: 14px;
}
#access #gmap .tel {
  color: #e46668;
  font-weight: bold;
}
#access #gmap .tel a {
  color: #e46668;
}
#access .gmap_anno {
  margin: 20px 0 30px;
}
#access .carnavi {
  float: left;
  width: 70%;
}
#access #maplink {
  float: right;
  width: 25%;
  max-width: 220px;
}
#access #maplink a {
  color: #fff;
  background: #111;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  padding: 10px 20px;
  border: 2px solid #111;
  text-align: center;
}
#access #maplink a:hover {
  background: #fff;
  color: #111;
}
#access #maplink a i {
  padding-left: 5px;
}
#access .access_load .box {
  float: left;
  width: 350px;
  margin-left: 55px;
}
#access .access_load .box.kokudo {
  margin-left: 0;
}
#access .access_load .box.kokudo dl {
  margin-bottom: 246px;
}
#access .access_load .box h3 {
  text-align: center;
  border: 1px solid #111;
  padding: 10px;
  margin-bottom: 25px;
  font-size: 18px;
}
#access .access_load .box .load_detail .loadline {
  background: url(/images/border_accessload.jpg) repeat-y 88px top;
  min-height: 369px;
}
#access .access_load .box .load_detail .circle {
  display: block;
  float: left;
  background: #fff;
  border: 5px solid #999;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
#access .access_load .box .load_detail .circle + span {
  float: left;
  display: block;
  vertical-align: top;
  padding-top: 7px;
  padding-left: 10px;
  font-weight: bold;
}
#access .access_load .box .load_detail hr {
  border-bottom: none;
  background: #cccccc;
  float: right;
  width: 240px;
  margin-bottom: 15px;
}
#access .access_load .box .load_detail dl {
  clear: both;
  overflow: hidden;
}
#access .access_load .box .load_detail dt {
  padding-left: 74px;
  overflow: hidden;
  line-height: 1.2;
  height: 50px;
}
#access .access_load .box .load_detail dd {
  line-height: 1.2;
  overflow: hidden;
  padding: 0 0 25px;
  height: 57px;
}
#access .access_load .box .load_detail dd p {
  float: left;
}
#access .access_load .box .load_detail dd .min {
  width: 105px;
  padding-right: 40px;
  text-align: right;
  font-weight: bold;
}
#access .access_load .box .load_detail dd .line {
  padding-left: 10px;
}
#access .access_load .box .load_detail .goal {
  overflow: hidden;
  padding-left: 75px;
  color: #70b3d1;
  line-height: 1.3;
}
#access .access_load .box .load_detail .goal .circle {
  float: none;
  border: 5px solid #70b3d1;
  padding-top: 4px;
  font-size: 16px;
}
#access .access_load .box .load_detail .goal .circle + span {
  float: none;
  display: block;
  padding-left: 0;
}
/*-----------------------------------
    contact
------------------------------------*/
#contact {
  margin: 5% auto 5%;
}
#contact h2 {
  color: #ceaa83;
  font-size: 3.5rem;
  text-align: center;
  line-height: 0.7em;
}
#contact h2 span {
  color: #000;
  font-size: 0.5em;
}
@media (max-width: 980px) {
  #contact {
    margin: 20% auto 10%;
  }
}
/*-----------------------------------
    media@
------------------------------------*/
@media (max-width: 1160px) {
  #access .access_load .box {
    width: 32%;
    margin-left: 2%;
  }
  #access .access_load .box .load_detail hr {
    width: 65%;
  }
}
@media (max-width: 980px) {
  #sec_main {
    padding-top: 50px;
  }
  #sec_main #main_text {
    display: none;
  }
  #contents {
    padding-top: 0;
  }
  #contents #contents {
    padding: 0 3%;
  }
  #contents .section .sec_title_text {
    text-align: left;
  }
  #contents .section .sec_box_text {
    width: 100%;
    float: none;
  }
  #contents .section .img {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #contents .section .img img {
    float: none;
    max-width: 980px;
  }
  #contents #topics {
    border: none;
  }
  #contents #topics dl {
    width: 100%;
    display: block;
    padding: 3%;
  }
  #contents #topics #topics-list {
    width: 100%;
    display: block;
    border: 1px solid #cccccc;
    padding: 10px 0;
    position: relative;
  }
  #contents #topics #topics-list:before {
    content: "> ";
  }
  #contents #plan li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #contents #access #gmap {
    position: static;
  }
  #contents #access #gmap .company_map {
    position: static;
    width: 100%;
  }
  #contents #access .gmap_anno {
    margin-top: 10px 0 20px;
  }
  #contents #access .gmap_anno .carnavi {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  #contents #access .gmap_anno #maplink {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #contents #access .access_load .box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #contents #access .access_load .box .load_detail {
    display: none;
  }
  #contents #access .access_load .box h3 {
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
  }
  #contents #access .access_load .box h3:after {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "▼";
  }
  #contents #access .access_load .box h3.access_open:after {
    content: "▲";
  }
  #contents #access .access_load .box hr {
    float: left;
    margin-left: 110px;
  }
}
@media (max-width: 640px) {
  #sec_main .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background: #999;
    opacity: 1;
  }
  #sec_main .swiper-pagination {
    bottom: 3px;
  }
  #sec_main .swiper-pagination-bullet-active {
    background: #70b3d1;
  }
  #contents #topics dl dt {
    float: none;
  }
  #contents #topics dl dd {
    margin-left: 0;
  }
  #contents #plan li {
    display: table;
  }
  #contents #plan li .img {
    display: table-cell;
    width: 30%;
    float: none;
  }
  #contents #plan li .plan_text {
    float: none;
    display: table-cell;
    width: 70%;
    padding: 0 0 0 3%;
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  #contents .section {
    margin-bottom: 40px;
  }
  #contents .section .sec_title {
    font-size: 30px;
  }
  #contents .section .sec_title_text {
    margin: 20px auto;
  }
  #contents #topics {
    margin-bottom: 20px;
  }
  #contents #plan {
    margin-bottom: 40px;
  }
  #contents #plan li .plan_text h2 {
    font-size: 16px;
    background-size: 20px;
    padding-left: 25px;
    margin-bottom: 5px;
  }
  #contents #plan li .plan_text p {
    font-size: 12px;
  }
  #contents #room .img_right {
    margin-bottom: 20px;
  }
  #contents #access .access_load .box h3 {
    font-size: 14px;
  }
}
