@charset "UTF-8";
/* CSS Document */
/********************************************
	共通
*********************************************/
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	}


body {
	background: #212224;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	display: block;
	height: 100%;
	max-width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 15px;
	}
a,
a:hover {
	text-decoration: none;

	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
	}
	a:link {}
	a:visited {}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	outline: none;
	max-width:100%;
	}
img:hover { outline: none; }
a:hover img {
	opacity:0.75;
}
ul { list-style: none; }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: lighter;
	margin: 0;
	}


#wrap {
    color: #fff;
    max-width: 1300px;
    margin: 0 auto;
}

#wrap .intro {
    padding-top: 10%;
}

#wrap .intro h1 {
    font-size: 2.8rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 1.3;
}
#wrap .intro h1 br {
    display: none;
}

#wrap .intro .text {
    width: 85%;
    margin: 2rem auto;
    font-size: 1.2rem;
    line-height: 2.3;
    font-weight: 100;
    text-align: center;
}

.photo {
    text-align: center;
}
.guide {
    background: #2e2e31;
}

.guide .inner {
    padding: 3rem;
}

.guide .inner .int {
    display: flex;
}

.guide .inner .int .photo {
    width: 60%;
    position: relative;
}
.guide .inner .int .photo.sp {
    /*display: none;*/
}
.guide_intro {
    background: #3a3a40;
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
}

.guide_intro h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.guide_intro h2 br { display: none;}

.guide_intro .text {
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #e1e1e2;
  letter-spacing: -0.03em;
}
.guide_intro .text .text_ch {}
.guide_intro .text .text_ch.pc {}
.guide_intro .text .text_ch.sp {
    display: none;
}

.guide .inner .int .g_text {
    width: 40%;
}

.guide .inner .int .g_text dl {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.3rem;
}

.guide .inner .int .g_text dl dt {
    font-size: 1.3rem;
    font-weight: 400;
    /*background-color: #082050;*/
    width: 36px;
    height: 36px;
    text-align: center;
    /*border-radius: 50%;*/
    /*line-height: 36px;*/
    margin-right: 1rem;
    font-family: HelveticaNeue, 'Noto Sans JP', sans-serif;
  position: relative;
}
.guide .inner .int .g_text dl dt:before {
  background-color: #082050;
  bottom: 0;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 36px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  z-index: 1;
}
.guide .inner .int .g_text dl dt span {
  align-items: center;
  display: flex;
  height: 36px;
  justify-content: center;
  position: relative;
  width: 36px;
  z-index: 5;
}

.guide .inner .g_text dl dd h3 {
    font-size: 1.6rem;
    font-weight: 500;
}

.guide .inner .int .g_text dl dd span {
    font-size: 1.1rem;
    font-weight: 100;
    line-height: 1.5;
    margin-top: 0.3rem;
    display: block;
    color: #b5b5b6;
}
.guide .inner .int .g_text dl dd span small {
	display: block;
	font-size: 1.1rem;
}
.ch_name {
    width: 90%;
    background-color: #38383e;
    margin: 4rem auto 0;
    text-align: center;
    padding: 2rem 2rem 1.5rem;
}

.ch_name.sp {
    display: none;
}
.ch_name h2 {
    font-size: 1.7rem;
    font-weight: 400;
    margin-bottom: 0.1rem;
}

.ch_name ul {
    display: flex;
    flex-wrap: wrap;
}
.ch_name ul li {
    width: 12.5%;
    font-family: HelveticaNeue-Light, 'Noto Sans JP', sans-serif;
    padding: 2%;
    position: relative;
    }

.ch_name ul li:nth-child(1),
.ch_name ul li:nth-child(2),
.ch_name ul li:nth-child(3),
.ch_name ul li:nth-child(4),
.ch_name ul li:nth-child(5),
.ch_name ul li:nth-child(6),
.ch_name ul li:nth-child(7),
.ch_name ul li:nth-child(8) {
    border-bottom: rgba(175,175,168,0.3) 1px solid;
}

.ch_name ul li:nth-child(1),
.ch_name ul li:nth-child(9) {
    padding-left: 1%;
}

.ch_name ul li:nth-child(1),
.ch_name ul li:nth-child(9) {
    padding-left: 1%;

}

.ch_name ul li .ch_num {
    color: #afafb0;
    font-size: 1.7rem;
    font-weight: 100;
  display: inline-block;
  margin: 0 0 0.5rem;
}
.ch_name ul li .ch_num small {
    font-size: 1.1rem;
    margin-right: 0.2rem;
}

.ch_name ul li .img {
    margin: 0 0 0.3rem;
}

.ch_name ul li .tit {
    font-size: 1.2rem;
    color: #c0c0c1;
}

.ch_name ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 74%;
    top: 13%;
    right: 0;
    background: rgba(175,175,168,0.3);
}

.ch_name ul li:nth-child(1):before,
.ch_name ul li:nth-child(9):before {
   content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 10%;
    background: rgba(175,175,168,0.3);
    left: 0;
}

.ch_name ul li:nth-child(10) .ch_num,
.ch_name ul li:nth-child(11) .ch_num,
.ch_name ul li:nth-child(12) .ch_num,
.ch_name ul li:nth-child(13) .ch_num,
.ch_name ul li:nth-child(14) .ch_num,
.ch_name ul li:nth-child(15) .ch_num,
.ch_name ul li:nth-child(16) .ch_num {
    letter-spacing: -2px;
}

.ch_name ul li:nth-child(10) .ch_num small,
.ch_name ul li:nth-child(11) .ch_num small,
.ch_name ul li:nth-child(12) .ch_num small,
.ch_name ul li:nth-child(13) .ch_num small,
.ch_name ul li:nth-child(14) .ch_num small,
.ch_name ul li:nth-child(15) .ch_num small,
.ch_name ul li:nth-child(16) .ch_num small {
    letter-spacing: 0;
}

.btmBtnBlk{
  text-align: center;
  margin: 7rem 0 1.875rem;
}
.btn {
    display: inline-block;
}

.btn a {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 300;
    border: #adaeae 1px solid;
    padding: 2rem 5.5rem;
    position: relative;
  display: block;
}

.btn a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    width: 12px;
    height:12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s;
}

.btn a:hover {
    background: rgba(255,255,255,0.9);
    color: #212224;
}

.btn a:hover:after {
    border-color: #212224;
}

.btmLstBlk{
  margin: 0 auto 7.625rem;
}
.btmLst{
  margin: 0 auto;
  width: 67%;
}
.btmItm{
  font-size: 0.875rem;
  margin: 0 0 0.5rem;
  line-height: 1.75;
  padding: 0 0 0 1em;
  text-indent: -1em;
}


@media screen and (max-width: 1200px) {
#wrap .intro h1 {
    font-size: 2.2rem;
}
#wrap .intro .text {
    font-size: 1.1rem;
}	

}
@media only screen and (orientation: landscape) and (max-width: 1200px) {
  .guide .inner .int{
    flex-wrap: wrap;
  }
  #intImgSP{
    width: 100%;
  }
  .guide .inner .int .g_text{
    /*width: 100%;*/
  }
  .ch_name{
    margin: 4rem auto 4rem;
  }
  .ch_name ul li:nth-child(1),
  .ch_name ul li:nth-child(2),
  .ch_name ul li:nth-child(3),
  .ch_name ul li:nth-child(4),
  .ch_name ul li:nth-child(5),
  .ch_name ul li:nth-child(6),
  .ch_name ul li:nth-child(7),
  .ch_name ul li:nth-child(8){
    border-bottom: none;
  }
}

@media screen and (max-width: 1024px) {
#wrap .intro h1 br {
    display: block;
}

.guide .inner .int .photo {
    display: none;
  margin: 0 auto 2rem;
}

.guide .inner .int .photo.sp {
    /*display: block;*/
    width: 100%;
}

.guide .inner .int {
    display: block;
}

.guide {
    width: 90%;
    margin: 2rem auto;
}

.guide .inner .int .g_text {
    width: 100%;
    /*margin-top: 3rem;*/
}
.guide_intro h2 {
    text-align: center;
}
.ch_name.pc {
    display: none;
}

.ch_name.sp {
    display: block;
    width: 100%;
    margin: 4rem auto 3rem;
}

.ch_name ul li {
    width: 25%;
    font-family: HelveticaNeue-Light, 'Noto Sans JP', sans-serif;
    border-bottom: rgba(175,175,168,0.3) 1px solid;
    padding: 3% 2%;
    position: relative;
    }
.guide .inner .int .g_text dl dd span small { display: none
;}
.ch_name ul li:nth-child(5),
.ch_name ul li:nth-child(6),
.ch_name ul li:nth-child(7),
.ch_name ul li:nth-child(8) {
    border-bottom: none;
}

.ch_name ul li:nth-child(1),
.ch_name ul li:nth-child(9) {
    padding-left: 1%;
}

.ch_name ul li:nth-child(1),
.ch_name ul li:nth-child(9) {
    padding-left: 1%;
}

.ch_name ul li .ch_num {
    color: #afafb0;
    font-size: 1.7rem;
    font-weight: 100;
}
.ch_name ul li .ch_num small {
    font-size: 1.1rem;
    margin-right: 0.2rem;
}

.ch_name ul li .img {
    margin: 0 0 0.3rem;
}

.ch_name ul li .tit {
    font-size: 1.2rem;
    color: #c0c0c1;
}

.ch_name ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 74%;
    top: 13%;
    right: 0;
    background: rgba(175,175,168,0.3);
}

.ch_name ul li:nth-child(4):after, 
.ch_name ul li:nth-child(8):after, 
.ch_name ul li:nth-child(12):after, 
.ch_name ul li:nth-child(16):after,
.ch_name ul li:nth-child(1):before, 
.ch_name ul li:nth-child(9):before {
    content: none;
}

.ch_name ul li:nth-child(10) .ch_num,
.ch_name ul li:nth-child(11) .ch_num,
.ch_name ul li:nth-child(12) .ch_num,
.ch_name ul li:nth-child(13) .ch_num,
.ch_name ul li:nth-child(14) .ch_num,
.ch_name ul li:nth-child(15) .ch_num,

.ch_name ul li:nth-child(16) .ch_num {
    letter-spacing: -2px;
}

.ch_name ul li:nth-child(10) .ch_num small,
.ch_name ul li:nth-child(11) .ch_num small,
.ch_name ul li:nth-child(12) .ch_num small,
.ch_name ul li:nth-child(13) .ch_num small,
.ch_name ul li:nth-child(14) .ch_num small,
.ch_name ul li:nth-child(15) .ch_num small,
.ch_name ul li:nth-child(16) .ch_num small {
    letter-spacing: 0;
}

.btmLstBlk{
  width: 90%;
  }
.btmLst{
  width: 90%;
}
.btmItm{}
}
@media screen and (max-width: 750px) {
#wrap .intro h1 {
    font-size: 1.6rem;
}

#wrap .intro .text {
    FONT-WEIGHT: 100;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: left;
    line-height: 2;
}

.guide .inner {
    padding: 2rem;
}

.guide_intro h2 {
    font-size: 1.4rem;
    text-align: center;
}
.guide_intro h2 br { display: block;}
.guide_intro .text {
    font-size: 1rem;
}
.guide_intro .text .text_ch {}
.guide_intro .text .text_ch.pc {
  display: none;
  }
.guide_intro .text .text_ch.sp {
  display: inline-block;
}

.guide .inner .int .g_text {
    /*margin-top: 2rem;*/
}

.guide .inner .g_text dl dd h3 {
    font-size: 1.3rem;
}
.guide .inner .g_text dl dd {
    width: 85%;
}
.guide .inner .g_text dl dd span {
    font-size: 1.1rem;
}

.ch_name {
    padding: 2rem 1rem;
}

.ch_name h2 {
    font-size: 1.5rem;
}

.ch_name ul li {
    width: 50%;
}
.ch_name ul li:nth-child(2):after, 
.ch_name ul li:nth-child(6):after, 
.ch_name ul li:nth-child(10):after, 
.ch_name ul li:nth-child(14):after {
    content: none;
}


.ch_name ul li:nth-child(5), .ch_name ul li:nth-child(6) {
    border-bottom: rgba(175,175,168,0.3) 1px solid;
}

.btmBtnBlk{
  margin: 5rem auto 2rem;
  }
.btn {
    width: 70%;
    
}

.btn a {
    font-size: 1.5rem;
    padding: 2rem 0;
    width: 100%;
    display: block;
}

.btmLstBlk{}
.btmLst{
  width: 100%;
}
.btmItm{}


}

@media screen and (max-width: 480px) {
#wrap .intro h1 {
    font-size: 1.5rem;
}

#wrap .intro .text {
    margin: 1rem auto;
    font-size: 15px;
    line-height: 1.7;
}
.guide .inner {
    padding: 2rem 0 1rem;
    width: 95%;
    margin: 0 auto;
}
.guide_intro h2 {
    font-size: 1.2rem;
    line-height: 1.5;
}

.guide_intro h2 br {
    display: block;
}

.guide_intro {
    padding: 1rem;
    width: 95%;
    margin: 0 auto 2rem;
}

.guide_intro .text {
    font-size: 15px;
}
.guide_intro .text .text_ch {}

.guide .inner .int .g_text dl dt {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
    /*line-height: 30px;*/
    margin-right: 0.5rem;
}
.guide .inner .int .g_text dl dt:before {
  height: 30px;
  width: 30px;
}
.guide .inner .int .g_text dl dt span {
  height: 30px;
  width: 30px;
}


.guide .inner .g_text dl dd h3 {
    font-size: 1rem;
}

.guide .inner .int .g_text dl dd span {
    font-size: 14px;
}

.ch_name.sp {
    margin: 1rem auto 1.5rem;
    padding: 1.3rem 1rem 0.5rem;
    width: 95%;
}

.ch_name h2 {
    font-size: 1.2rem;
}

.ch_name ul li .ch_num {
    font-size: 1.3rem;
}

.ch_name ul li .tit {
    font-size: 16px;
}
.ch_name ul li {
    padding: 4% 0;
}

.ch_name ul li:after {
    height: 84%;
    top: 8%;
}

.btmBtnBlk{
  margin: 2rem auto 2rem;
  }
.btn {
    width: 80%;    
}

.btn a {
    padding: 1.5rem 0;
    font-size: 1.2rem;
}

.btn a:after {
    width: 10px;
    height: 10px;
}
.btmLstBlk{
  margin: 0 auto 3rem;
  }
.btmLst{}
.btmItm{
  font-size: 14px;
  }
}