/*給入住資訊的設定*/
 .contents .mainimg_area .page_title .jp {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 2.0;
    letter-spacing: 0.3em;
    top: 58px;
    position: relative;
    left: 6px;
}

.first_sight {
  width: 980px;
  padding: 0;
  margin: 0 auto;
  display: flex;
}

 .first_sight .text {
 	flex-basis: 60%;
   
    display: flex;
    flex-direction: column;
   
    justify-content: center;
 }
 .first_sight .phonetext {
 	display: none;
 }
.first_sight .text h2{
	font-size: 2.0rem;
    font-weight: bold;
    line-height: 2.6;
}
.first_sight .text h3{
	font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.8;
}
.first_sight .text h4{
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.8;
}
.first_sight .text h5{
	font-size: 1.6rem;
    font-weight: bold;
    line-height: 3.0;
}
.title_type{
	padding: 0 0 24px;
    margin: 30px auto 30px;
    color: #3c3228;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.3em;
    position: relative;
}
.title_type::after {
    content: "";
    background: url(images/title_deco01.webp) center bottom no-repeat;
    background-size: 110px 8px;
    width: 110px;
    height: 8px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.phonetitle_type{
	display: none;
}
.second_sight {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
.second_sight .image{
	display: flex;
    justify-content: center;
}
.second_sight .text{
	font-weight: bold;
	font-size: 2.0rem;
}
.second_sight h1{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px; 
}
.third_sight {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
.third_sight .text{
	font-weight: bold;
	font-size: 2.0rem;
	
}
.title_type04{
    padding: 0 0 24px;
    margin: 30px auto 30px;
    color: #3c3228;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.3em;
    position: relative;
}
.title_type04::after {
    content: "";
    background: url(images/title_deco01.webp) center bottom no-repeat;
    background-size: 110px 8px;
    width: 110px;
    height: 8px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.phonetitle_type04{
	display: none;
}
.four_sight {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
.four_sight .innerbox{
 display: flex;
 justify-content: center;
 align-items: center;
}
.four_sight .image{
	display: flex;
    justify-content: center;
}
.four_sight .text{
	font-weight: bold;
	font-size: 2.0rem;
	margin-left: 10px;
}
.inner_wrap .rule {
	padding: 0 0 24px;
    margin: 30px auto 30px;
    color: #3c3228;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.3em;
    position: relative;
}
.five_sight {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
#car_area h3,#subway_area h3{
	padding: 0 0 24px;
    margin: 30px auto 10px;
    color: #3c3228;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.3em;
    position: relative;
}
#car_area h3::after {
    content: "";
    background: url(images/information/page0.webp) center bottom no-repeat;
    background-size: cover;
    width: 250px;
    height: 140px;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    /* left: 0; */
    right: 50px;
}
#bus_area .icon img{
	margin: 0 auto;
}

@media screen and (max-width: 767px){
.contents .first_area {
    padding-top: 30px !important;
}
.contents .mainimg_area .page_title .jp {
    font-size: 2.6rem;
    font-weight: bold;
    top: -25px;
    position: relative;
    left: 5px;
	}
.menu {
    position: absolute;
    top: -60%;
    left: 50%;
    margin-left: -190px;
    padding-top: 20px;
    padding-left: 190px;
    width: 380px;
    height: 250px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
}
.inner_wrap1 {
    width: 100% !important;
    padding: 0 20px !important;
    }
.first_sight { 
	width: 100% !important;
    padding: 0 20px !important;
    flex-direction: column;
    }
.first_sight .text {
 	display: none;
 }
 .first_sight .phonetext {
 	display: block;
    text-align: left;   
 }
.first_sight .phonetext h2{
	font-size: 2rem;
    font-weight: bold;
    line-height: 2.0;
    text-align: center;
}
.first_sight .phonetext h3{
	font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.0;
    margin-left: 10px;
}
.first_sight .phonetext h4{
	font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.0;
    text-align: center;
}
.first_sight .phonetext h5{
	font-size: 1.4rem;
    font-weight: bold;
    line-height: 2.0;;
}
.title_type{
	display: none;
}
.phonetitle_type{
	display: block;
}
.phonetitle_type {
    
    color: #3c3228;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;

    position: relative;
}

.second_sight .text {
    font-weight: bold;
    font-size: 1.4rem;
}

.second_sight .image{
	margin: 0 auto;
	width: 100%;
}
.second_sight { 
	width: 100% !important;
    padding: 0 20px !important;
    flex-direction: column;
    }
 .third_sight { 
	width: 100% !important;
    padding: 0 20px !important;
    flex-direction: column;
    }
 .third_sight .text {
    font-weight: bold;
    font-size: 1.4rem;
}
 .four_sight { 
	width: 100% !important;
    padding: 0 20px !important;
    flex-direction: column;
    }
  .four_sight .text {
    font-weight: bold;
    font-size: 1rem;
    margin-left: 10px;
}
.title_type04{
   display: none;
    }
 .phonetitle_type04{
 	padding: 0 0 24px;
    margin: 30px auto 30px;
	display: block;
	color: #3c3228;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;

}
.phonetitle_type04::after {
    content: "";
    background: url(images/title_deco01.webp) center bottom no-repeat;
    background-size: 110px 8px;
    width: 110px;
    height: 8px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}   
  .five_sight { 
	width: 100% !important;
    padding: 0 20px !important;
    flex-direction: column;
    }  
    .contents .link_area .link_list li a {
    width: 100%;
    font-size: 1.5rem;
    text-align: left;
    padding-left: 13px
	}
	.contents .last_area {
    padding-bottom: 50px !important;
    text-align: center;
	}
	.panel_area .nav_block .nav_list li {
    width: 50px;
    max-height: 180px;
    margin: 10px 0 0;
}
#car_area h3{
	
    margin: 30px auto 60px;

}
#car_area h3::after {
	content: "";
    background: url(images/information/page0.webp) center bottom no-repeat;
    background-size: 149px 70px;
    width: 180px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 420px) and (min-width: 400px){
.contents .mainimg_area {
    height: 540px;
}
}
@media screen and (max-width: 340px) and (min-width: 300px){
.first_sight .phonetext h2 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.0;
    text-align: center;
}
.first_sight .phonetext h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.0;
    margin-left: 10px;
}
.second_sight h1 {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.title_type01 {
    font-size: 1.8rem;
    margin-top: 20px;
}
.contents .mainimg_area {
    height: 430px;
}

}