@charset "UTF-8";
/*
	Filename: guide
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#guide
------------------------------------------------------*/
#guide .guide_title {
  padding: 40px 0;
}
#guide .guide_title h1 {
  margin-bottom: 40px;
  font-size: 4.5rem;
  color: #0F76B9;
  line-height: 1.3;
}
#guide .guide_title p {
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  #guide {
    padding-top: 74px;
  }
}
@media screen and (max-width: 750px) {
  #guide .guide_title h1 {
    margin-bottom: 15px;
    font-size: 32px;
  }
  #guide .guide_title p {
    font-size: 14px;
  }
}
/*-----------------------------------------------------
	#guide ナビ
------------------------------------------------------*/
.tabs ul.flex {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.tabs ul.flex li.tab_item {
  display: block;
  position: relative;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tabs ul.flex li.tab_item a {
  display: inline-block;
  padding: 0 24px 20px;
  color: #767676;
}
.tabs ul.flex li.tab_item::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}
.tabs ul.flex li.tab_item.tab_current a {
  color: #1A1A1A;
}
.tabs ul.flex li.tab_item.tab_current::after, .tabs ul.flex li.tab_item:hover::after {
  background: #0F76B9;
}
@media screen and (max-width: 750px) {
  .tabs ul.flex {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .tabs ul.flex li.tab_item {
    margin-bottom: 10px;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
  }
  .tabs ul.flex li.tab_item a {
    padding: 0 10px 10px;
  }
}
/*-----------------------------------------------------
	#guide レイアウト
------------------------------------------------------*/
.guide_col2.flex .guide_l {
  width: 66.2%;
}
.guide_col2.flex .guide_r {
  width: 24%;
}
.guide_col2.flex .guide_r .inner {
  position: sticky;
  top: 95px;
  overflow-y: auto;
  max-height: 100vh;
}
.guide_col2.flex .guide_r .flex {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
.guide_col2.flex .guide_r .flex:last-of-type {
  border-bottom: none;
}
.floor_num {
  width: 35.2%;
}
.floor_num h3 {
  padding-top: 12px;
  font-size: 2.4rem;
  color: #767676;
}
.floor_nav {
  width: 64.8%;
}
.floor_nav ul li a {
  display: block;
  padding: 12px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .guide_col2.flex .guide_l {
    width: 100%;
    order: 2;
  }
  .guide_col2.flex .guide_r {
    width: 100%;
    margin-top: 16px;
    order: 1;
  }
  .floor_num {
    width: 100%;
    margin-bottom: 12px;
  }
  .floor_num h3 {
    padding-top: 0;
    font-size: 16px;
  }
  .floor_nav {
    width: 100%;
  }
  .floor_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
  .floor_nav ul li {
    width: 32%;
    margin-bottom: 12px;
  }
  .floor_nav ul li a {
    padding: 0 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 414px) {
  .floor_nav ul li {
    width: 49%;
  }
}
/*-----------------------------------------------------
	#guide 共通
------------------------------------------------------*/
#guide .wrap img {
  max-width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}
#guide .wrap img.b_gray {
  margin-bottom: 32px;
  border: 1px solid #ccc;
}
.one_f, .two_f, .three_f {
  margin-bottom: 80px;
}
.guide_child {
  margin-bottom: 60px;
}
.guide_child h2 {
  margin-bottom: 16px;
}
.guide_child h3 {
  margin-bottom: 16px;
}
.guide_child img.w50 {
  width: 50%;
}
.guide_child p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.guide_child ul {
  margin-bottom: 10px;
  margin-left: 20px;
}
.guide_child ul li {
  line-height: 1.6;
  list-style-type: disc;
}
@media screen and (max-width: 750px) {
  #guide .wrap img {
    margin-bottom: 12px;
  }
  #guide .wrap img.b_gray {
    margin-bottom: 24px;
  }
  .one_f, .two_f, .three_f {
    margin-bottom: 60px;
  }
  .guide_child {
    margin-bottom: 40px;
  }
  .guide_child h2 {
    margin-bottom: 12px;
  }
  .guide_child h3 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .guide_child img.w50 {
    width: 100%;
  }
  .guide_child p {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .guide_child ul {
    margin-bottom: 12px;
  }
  .guide_child ul li {
    font-size: 14px;
  }
}
/*-----------------------------------------------------
	two_f
------------------------------------------------------*/
.two_f table.table_01 tr td:last-child {
  width: 50%;
  text-align: right;
}


/*-----------------------------------------------------
	diagram
------------------------------------------------------*/
.diagram, .information {
  margin-bottom: 80px;
}
.diagram .flex {
  margin-bottom: 80px;
}
.diagram h2 {
  margin-bottom: 16px;
}
.diagram img {
  margin-bottom: 16px;
}
.diagram h3 {
  margin-bottom: 16px;
}
.diagram p {
  margin-bottom: 16px;
}
.diagram .diagram_info {
  margin-bottom: 6px;
  font-size: 1.2rem;
  color: #767676;
}
.diagram .diagram_info + a {
  display: block;
  margin-bottom: 16px;
  font-size: 1.6rem;
}
.diagram .diagram_info i {
  margin-right: 6px;
}
.diagram .icon_link {
  width: 368px;
}
.diagram .icon_link::before {
  width: 24px;
  height: 24px;
  background: url("../img/common/open_in_new.svg") no-repeat center center;
  background-size: cover;
}
.diagram .icon_link a {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .diagram .icon_link {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .diagram, .information {
    margin-bottom: 60px;
  }
  .diagram .flex {
    margin-bottom: 60px;
  }
  .diagram h2 {
    margin-bottom: 12px;
  }
  .diagram img {
    margin-bottom: 12px;
  }
  .diagram h3 {
    margin-bottom: 12px;
  }
  .diagram p {
    margin-bottom: 12px;
  }
  .diagram .diagram_info {
    font-size: 11px;
  }
  .diagram .diagram_info + a {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .diagram .icon_link a {
    font-size: 14px;
  }
}
