*{
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}
html {
	font-size:62.5%;
	-webkit-text-size-adjust:100%;
}
body{
	margin: 0 auto;
	font-size: 1.6rem;
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Meiryo, "ƒƒCƒŠƒI", sans-serif;
	color: #333;
	line-height: 1.7;
	word-wrap: break-word;
}
img{
	-ms-interpolation-mode:bicubic;
	vertical-align:bottom;
	max-width:100%;
}
a:link,
a:active,
a:visited{
	color: #000;
}
a:hover{
	opacity: 0.8;
}
/*header*/
#page_header {
	letter-spacing: .025em;
	line-height: 1.42857;
	font-family: Meiryo, "\30E1\30A4\30EA\30AA", Arial, sans-serif;
	font-size: 1rem;
	text-align: left;
	word-break: break-word;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	margin: 0 auto;
    padding: 0 10px;
}
#page_header *,
#page_header *::before,
#page_header *::after {
	box-sizing: border-box;
}
#page_header p {
	margin: 0;
	padding: 0;
}
#page_header a {
	text-decoration: none;
	color: #125687;
	background-color: transparent;
}
#page_header a:hover,
#page_header a:focus,
#page_header a:active {
	text-decoration: underline;
}
#page_header a:hover img,
#page_header a:focus img,
#page_header a:active img {
	opacity: .7;
}
#page_header a:not([href]):not([tabindex]) {
	text-decoration: none;
	color: inherit;
}
#page_header a:not([href]):not([tabindex]):hover,
#page_header a:not([href]):not([tabindex]):focus,
#page_header a:not([href]):not([tabindex]):active {
	text-decoration: none;
	color: inherit;
}
#page_header a:not([href]):not([tabindex]):focus {
	outline: 0;
}
#page_header img {
	max-width: 100%;
	vertical-align: middle;
}
#page_header [hidden] {
	display: none;
}
#page_header [tabindex="-1"]:focus {
	outline: none;
}
#page_header div,
#page_header p,
#page_header ul,
#page_header ol {
	font-size: inherit;
}
#page_header .link::before,
#page_header .link_02::before {
	display: none;
}
#page_header .str_segment {
	background: #fff;
}
#page_header .str_outer {
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}
#page_header .str_segment.-simple_header .str_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	padding: 20px 0 14px;
}
#page_header .str_segment.-simple_header .site_id a {
	display: inline-block;
}
#page_header .str_segment.-simple_header .site_id img {
	width: 194px;
	image-rendering: -webkit-optimize-contrast;
}
#page_header .str_segment.-site_nav {
	position: relative;
}
#page_header .str_segment.-site_nav::after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	content: "";
	background: #e5e5e5;
}

/*main*/
main {
	background: #f5f5f5;
}
.main {
	max-width: 640px;
	margin: 0 auto;
	background-color: #fff;
}
.manimsubtx {
	padding: 20px 8px;
	/*padding: 8px 8px;*//*複数行になったら戻す*/
	background-color: #E27D39;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	/*font-size: 1.4rem;*//*複数行になったら戻す*/
	font-weight: normal;
	line-height: 1.5;
}
.accordion-menu:not(:nth-of-type(3)) {
	border-bottom: 1px solid #4a4a4a;
}
.accordion-menu dt {
 	position: relative;
	padding: 10px 50px 10px 75px;

}
.accordion-menu dt {
	font-size: 1.8rem;
	font-weight: normal;
}
.accordion-menu dt span {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 1.5;
}
.accordion-menu dt:after {
   content: "";
   position: absolute;
   border-right: 4px solid #c1132d;
   border-bottom: 4px solid #c1132d;
   width: 13px;
   height: 13px;
	top: 40%;
	right: 22px;
	transform: rotate(45deg);
   -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;	
}
.accordion-menu dt.aca:after {
   content: "";
   position: absolute;
   border-left: 4px solid #c1132d;
   border-top: 4px solid #c1132d;
   border-right: 0;
   border-bottom: 0;
   width: 13px;
   height: 13px;
	top: 40%;
	right: 22px;
   -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);	
}
.accordion-menu:first-of-type dt{
   background: url(../images/ac04_ic.png) no-repeat left 10px top 50%;
	background-size: 76px 70px;
}
.accordion-menu:nth-of-type(2) dt{
   background: url(../images/ac02_ic.png) no-repeat left 15px top 50%;
	background-size: 40px 40px;
}
.accordion-menu:nth-of-type(3) dt{
   background: url(../images/ac03_ic.png) no-repeat left 15px top 50%;
	background-size: 40px 40px;
}
.accordion-menu dd {
	padding: 15px 10px;
	padding: 15px;
	border-top: 1px solid #dcdcdc;
}
.accordion-menu dd span{
	display: inline-block;
	margin-top: 3px;
	line-height: 1.5;
}
.accordion-menu .btn a{
	display: block;
	position: relative;
	width: 60%;
	margin: 16px auto;
	padding: 10px 0;
	background-color: #c1132d;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.accordion-menu .btn a::before{
content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.flow {
	border-radius: 10px;
}
ol {
	background-color: none;
}
.flow h2 {
	background-color: #f5f5f5;
	z-index: -1;
	text-align: center;
	padding: 8px 0;
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-top: 1px solid #ababab;
	border-radius: 10px 10px 0 0;
	font-weight: bold;
}
li .circle{
	display: inline-block;
  float: left;
  margin-right: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #c1132d;
  text-align:center;
  line-height: 1.9;
  vertical-align: middle;
  color: #fff;
}
ol li {
	padding: 8px;
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;
	border-top: 1px solid #ababab;
}
ol li:last-of-type {
	border-bottom: 1px solid #ababab;
	border-radius: 0 0 10px 10px;
}
table {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	font-size: 1.3rem;
}
table th {
	padding: 7px 5px;
	vertical-align: middle;
}
table td {
    display: table-cell;
    vertical-align: middle;
}
table td a{
	display: block;
	padding: 7px 5px;
	vertical-align: middle;	
}
table th {
	width: 69%;
}
.hotelname {
	border-right: 3px solid #fff;
}
.hotelname,.hotelcode {
	font-size: 1.3rem;
	background-color: #918e8e;
	color: #fff;
}
table tr {
	border-bottom: 3px solid #fff;
}
table td:nth-of-type(odd) {
	border-right: 3px solid #fff;
	text-decoration: underline;
}
table tr:nth-of-type(even) {
	background-color: #e8e6e6;
}
table tr:nth-of-type(odd) {
	background-color: #f4f2f2;
}
h3{
	margin-top: 17px; 
}
.notes {
	font-size: 1.4rem;
}
.hotelprivilege_h2 {
	text-align: center;
}
.hotelprivilege h2{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 0 40px;
	background: url(../images/ot_ic01.png) no-repeat left 0 top 10px, url(../images/ot_ic01.png) no-repeat right 0 top 10px;
	background-size: 32px 34px;
	height: 52px;
}
.hotelprivilege ul {
	margin: 15px 0;
}

/*石田追記*/
.hotelprivilege ul li {
	max-width: 100%;
	margin-bottom: 10px;
	background: #f4f2f2;
	padding: 10px;
}
.hotelprivilege .hotel_wrap {display: flex;}
.hotelprivilege p {
	margin-bottom: 10px;
	line-height: 1.3;
}
.hotelprivilege ul li .hotelimg {
	width: 32%;
	margin-right: 5px;
}
.hotelprivilege ul li .tokuten {
	width: 70%;
	font-size: 1.2rem;
}
/*石田追記*/


.accordion-menu:last-of-type dd {
	border-bottom: 2px solid #dcdcdc;
}
/*.accordion-menu:last-of-type p {
	text-align: center;
}*/
form {
	width: 230px;
	margin: 0 auto;
}
form .box_txt {
	height: 30px;
	float: left;
	width: 70%;
	border: 1px solid #999;
}
.box_txt input {
	display: inline;
	width: 100%;
	height: 100%;
}
form .btn_input {
    height: 35px;
	float: left;
	width: 30%;
}
.btn_input input {
	height: 30px;
	background-color: #333;
	border: none;
	width: 100%;
	color: #fff;
	    font-size: 1.4rem;
}
.passnote {
    clear: both;
	color: #777777;
	font-size: 1.2rem;
	margin-top: 7px;
}
.form_box {
    margin-top: 10px;
	font-size: 1.4rem;
}
.ikspiari a{
	display: block;
	position: relative;
	width: 65%;
	text-decoration: none;
	margin: 15px auto;
	padding: 8px 0;
	background-color: #bfbfbf;
	color: #fff;
}
.ikspiariHP-banner {
	width: 90%;
	margin: 10px auto 0;
}

/*footer*/
footer {
	text-align: center;
	padding: 30px 15px;
	background-color: #f5f5f5;
}

/*ページトップ*/
.pagetop_wrap {
	position: fixed;
	right: 5px;
	bottom: 0;
	z-index: 998;
}
#page-top a{
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 20px;
    border-radius: 10%;
    background-color: #989798;
    display: block;
    position: relative;
}
#page-top a:after, #page-top a:hover:after {
    content: "";
    width: 8px;
    height: 8px;
    top: 42%;
    left: 38%;
    transform: rotate(-45deg);
    position: absolute;
}
#page-top a:after {
	border-top:	1px solid #fff;
	border-right:	1px solid #fff;
}
#page-top a:hover:after {
	border-top:	1px solid #fff;
	border-right:	1px solid #fff;
}
.copy {
	margin: 15px 0;
}

/*---------------------------------------ここからPC---------------------------------------*/
@media (min-width: 640px){
	body{
		font-size: 1.7rem;
	}
	.main {
		border-right: 2px solid #fff;
		border-left: 2px solid #fff;
	}
	.accordion-menu dt {
		font-size: 2.2rem;
		padding: 10px 50px 10px 85px;
		cursor: pointer;
	}	
	.accordion-menu dt span {
		font-size: 1.6rem;
	}
	.accordion-menu:first-of-type dt{
		background-size: 87px 80px;
	}
	.accordion-menu:nth-of-type(2) dt{
		background-size: 50px 50px;
	}
	.accordion-menu:nth-of-type(3) dt{
		background-size: 50px 50px;
	}
	.accordion-menu .btn a {
		width: 50%;
		margin: 16px auto;
		padding: 15px 0;
		font-size: 1.8rem;
	}	
	.accordion-menu .btn a::before {
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}	
	#page-top a {	
		right: 50px;
		bottom: 50px;
	}
	table {
		font-size: 1.6rem;
		margin: 15px auto;
	}
	.hotelname, .hotelcode {
		font-size: 1.6rem;
	}
	.notes {
		font-size: 1.5rem;
	}
	.hotelprivilege h2 {
		font-size: 1.8rem;
	}
	.manimsubtx {
		font-size: 1.8rem;
	}
	
/*石田追記*/
.hotelprivilege ul li {
	max-width: 100%;
	margin-bottom: 20px;
	background: #f4f2f2;
	padding: 10px;
}
.hotelprivilege .hotel_wrap {display: flex;}
.hotelprivilege p {margin-bottom: 15px;}
.hotelprivilege ul li .hotelimg {
	width: 38%;
	margin-right: 15px;
}
.hotelprivilege ul li .tokuten {
	width: 70%;
	font-size: 1.4rem;
}
/*石田追記*/
	
	
	
	/*form*/
	.box_txt {
			height: 35px;
	}
	.box_txt input {
		 height: 99%;
	}
	.btn_input {
			height: 35px;
	}
	form .box_txt {
		height: 35px;
	}
	.btn_input input {
			height: 35px;
	}
	.ikspiariHP-banner {
		width: 70%;
	}
}	
/*clearfix*/
ol li:after,
.hotelprivilege ul:after,
.formbox_contents01:after,
form:after{
	   content:" ";
    display:block;
    clear:both;
}

/*---------------------------------------ここから追記---------------------------------------*/
.link_navi {
	padding: 2%;
	margin: 3% auto;
	text-align: center;
	border: solid 5px #ABABAB;
	width: 98%;
	font-size: 1.4rem;
}