@charset "utf-8";

/* -----------------------------------------------------------
	scroll
----------------------------------------------------------- */

html {
  scroll-behavior: smooth;
}

/* -----------------------------------------------------------
	facilities menu
----------------------------------------------------------- */

#right_con .fc_menu1 {
  text-align: right;
  margin-bottom: 30px;
}
#right_con .fc_menu1 li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  background: #777;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  padding: .5em .8em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
#right_con .fc_menu1 li {
  margin-left: 10px;
}

/* -----------------------------------------------------------
	right contents navi
----------------------------------------------------------- */

#right_con #pnav li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  margin: 0 10px 10px 0;
}
#right_con #pnav li a {
  position: relative;
  display: block;
  padding: 8px 10px;
  border: 1px solid #b39933;
  box-sizing: border-box;
  color: #b39933;
  text-decoration: none;
  -webkit-transition: background 500ms ease, color 500ms ease;
  -moz-transition: background 500ms ease, color 500ms ease;
  -o-transition: background 500ms ease, color 500ms ease;
  transition: background 500ms ease, color 500ms ease;
  font-size: 1em;
}
#right_con #pnav li a:before, #right_con #pnav li a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#right_con #pnav li a:after {
  content: "\f107";
  margin-left: .5em;
  line-height: 1;
  vertical-align: baseline;
}
#right_con #pnav li a:hover {
  background: #b39933;
  color: #fff;
}
#right_con #pnav {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* -----------------------------------------------------------
	line
----------------------------------------------------------- */

#right_con .bd {
  border-top: 1px solid #d4d4d4;
  padding: 0;
  margin: 20px 0;
}

.oribist_roomtype_line{
  width: 100%;
  margin: 30px 0 30px 0;
}
.oribist_roomtype_line p{
  width: 20%;
  border-bottom: solid 1px #bbbbbb;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	head1
----------------------------------------------------------- */

#right_con .head1 {
  text-align: center;
  font-size: 2.2em;
  line-height: 150%;
  margin: 70px 0 70px 0;
}
#right_con .head1:after {
  content: '';
  display: block;
  width: 100px;
  height: 6px;
  background: #b39933;
  margin: 15px auto 0;
}

/* -----------------------------------------------------------
	room type
----------------------------------------------------------- */

#right_con .spec_list1 ul {
  margin: 10px 0px 0px 0px;
  padding-right: 0px;
  padding-left: 25px;
}
#right_con .spec_list1 li {
  list-style: disc;
}

#right_con .spec_list3 ul {
  margin: 10px 0px 50px 0px;
  padding-right: 0px;
  padding-left: 25px;
}
#right_con .spec_list3 li {
  list-style: disc;
}

#right_con .spec_list4 ul {
  margin: 0px;
  padding-right: 0px;
  padding-left: 25px;
}
#right_con .spec_list4 li {
  list-style: disc;
}
#right_con .spec_list4 p {
  margin-top: 30px;
}

#right_con .main_visual {
  margin: 50px 0 50px 0;
}
#right_con .main_visual2 {
  margin: 50px 0 100px 0;
}
#right_con .main_visual3 {
  margin: 10px 0 100px 0;
}
#right_con .main_visual4 {
  margin: 10px 0 50px 0;
}

/* -----------------------------------------------------------
	facilities list1
----------------------------------------------------------- */

#right_con #fc_list1 {
  width: 950px;
  margin-bottom: 50px;
}
#right_con #fc_list1 ul {
  margin: 0;
  padding: 0;
  float: left;
}
#right_con #fc_list1 ul li{
  width: 280px;
  list-style: disc;
}
#right_con #fc_list1 .fc_space1 {
  margin-left: 20px;
}
#right_con #fc_list1 .fc_space2 {
  margin-left: 45px;
}
#right_con #fc_list1 ul .fc_head1{
  list-style: none;
  font-size: 1.2em;
  padding-bottom: 20px;
}

/* -----------------------------------------------------------
	list type
----------------------------------------------------------- */

#right_con .spec_list2 ul {
  margin: 10px 0px 0px 0px;
  padding-right: 0px;
  padding-left: 25px;
}
#right_con .spec_list2 li {
  list-style: circle;
}

/* -----------------------------------------------------------
	table type
----------------------------------------------------------- */

#right_con #box_style2 table {
  width: 440px;
  border-collapse: collapse; 
  color:#666666;
  margin-top: 20px;
  margin-bottom: 20px;
}
#right_con #box_style2 table th, #right_con #box_style2 table td {
  width: 110px;
  border: 1px solid #aaaaaa;
  padding: 10px;
}
#right_con #box_style2 table th {
  background-color: #F5F5F5;
}

/* -----------------------------------------------------------
	box style1
----------------------------------------------------------- */

#right_con .box_style1 {
  width: 950px;
  margin: 30px 0;
}
#right_con .box_style1 p {
  float: left;
}
#right_con .box_style1 .txt_style1 {
  width: 470px;
  color: #4a4a4a;
  vertical-align: top;
}
#right_con .box_style1 .img_style1 {
  width: 430px;
  vertical-align: top;
  margin-left: 50px;
}

/* -----------------------------------------------------------
	box style2
----------------------------------------------------------- */

#right_con #box_style2 {
  padding: 60px 0 60px 30px;
}

/* -----------------------------------------------------------
	box style3
----------------------------------------------------------- */

#right_con .box_style3 {
  width: 950px;
  margin-bottom: 20px;
}
#right_con .box_style3 p {
  float: left;
}
#right_con .box_style3 img {
  width: 460px;
}
#right_con .box_style3 .img_style2 {
  margin-left: 30px;
}

/* -----------------------------------------------------------
	box style4
----------------------------------------------------------- */

#right_con .box_style4 {
  width: 950px;
  margin-bottom: 60px;
}
#right_con .box_style4 p {
  float: left;
}
#right_con .box_style4 img {
  width: 460px;
}
#right_con .box_style4 .img_style2 {
  margin-left: 30px;
}

/* -----------------------------------------------------------
	box style5
----------------------------------------------------------- */

#right_con .box_style5 {
  width: 950px;
  margin-bottom: 30px;
}
#right_con .box_style5 p {
  float: left;
}
#right_con .box_style5 img {
  width: 300px;
}
#right_con .box_style5 .img_style3 {
  margin-left: 25px;
}

/* -----------------------------------------------------------
	box style6
----------------------------------------------------------- */

#right_con .box_style6 {
  width: 950px;
  margin-bottom: 50px;
}
#right_con .box_style6 p {
  float: left;
}
#right_con .box_style6 img {
  width: 460px;
}
#right_con .box_style6 .img_style2 {
  margin-left: 30px;
}

/* -----------------------------------------------------------
	box style7
----------------------------------------------------------- */

#right_con .box_style7 {
  width: 950px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#right_con .box_style7 p {
  float: left;
}
#right_con .box_style7 img {
  width: 460px;
}
#right_con .box_style7 .img_style2 {
  margin-left: 30px;
}

/* -----------------------------------------------------------
	box style8
----------------------------------------------------------- */

#right_con .box_style8 {
  width: 950px;
  margin-bottom: 30px;
}
#right_con .box_style8 p {
  float: left;
}
#right_con .box_style8 img {
  width: 460px;
}
#right_con .box_style8 .img_style2 {
  margin-left: 30px;
}

/* -----------------------------------------------------------
	text style
----------------------------------------------------------- */

#right_con .text_style1 {
  margin-bottom: 50px;
}

#right_con .text_style2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

#right_con .text_style3 {
  margin-top: 50px;
}

#right_con .text_style4 {
  margin-top: 30px;
}

#right_con .text_style5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

/* -----------------------------------------------------------
	soine
----------------------------------------------------------- */

.oribist_scom{
  margin-left: 25px;
  margin-bottom: 50px;
}

/* -----------------------------------------------------------
	tax notice
----------------------------------------------------------- */

#oribist_tax_notice{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
#oribist_tax_notice table{
width: 100%;
border-collapse: collapse; 
margin-top: 20px;
margin-bottom: 20px;
}
#oribist_tax_notice table th, #oribist_tax_notice table td{
width: 50%;
border: 1px solid #bbbbbb;
padding: 10px;
color: #4d4d4d;
}
#oribist_tax_notice table th{
background-color: #F5F5F5;
}

#oribist_tax_notice2{
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
#oribist_tax_notice2 table{
width: 100%;
border-collapse: collapse; 
margin-top: 20px;
margin-bottom: 20px;
}
#oribist_tax_notice2 table th, #oribist_tax_notice2 table td{
width: 25%;
border: 1px solid #bbbbbb;
padding: 10px;
color: #4d4d4d;
}
#oribist_tax_notice2 table th{
background-color: #F5F5F5;
}
#oribist_tax_notice2 a{
  color: #0077a1;
  text-decoration: none;
}
#oribist_tax_notice2 a:hover{
  color: #0077a1;
  text-decoration: underline;
}


/* -----------------------------------------------------------
	text link
----------------------------------------------------------- */

#right_con .box_style1 a{
  font-weight: bold;
  color: #0077a1;
  text-decoration: none;
}
#right_con .box_style1 a:hover{
  font-weight: bold;
  color: #0077a1;
  text-decoration: underline;
}


