@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 1;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

/****************************************
 	基本設定								*
*****************************************/
body {
	background-color: #fff;
	font-size: 13px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Lucida Grande",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}

/****************************************
 	レビュー								*
*****************************************/
/* https://www.tripadvisor.jp/Hotel_Review-g1121172-d1129860-Reviews-Nakagawa-Takahama_cho_Oi_gun_Fukui_Prefecture_Chubu.html */
#wrapper{
	
}
#wrapper p.attention{
	padding: 10px 10px 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.33;
	color: #2e2e2e;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#review{
	
}
#review ul{
	padding: 10px;
}
#review li{
	
}
#review li:not(:last-child){
	margin-bottom: 10px;
}
#review .main{
	overflow: hidden;
	min-height: 183px;
	border: 4px solid #f1f1f1;
	border-radius: 4px;
	height: 100%;  
}
#review .inner{
	overflow: hidden;
	min-height: 183px;
	padding: 15px;
	border: 1px solid #e3e3e3;
	color: #4a4a4a;
}
#review .side{
	display: inline-block;
	float: left;
	width: 125px;
	text-align: center;
	vertical-align: top;
}
#review .side .image{
	display: inline-block;
	padding: 3px;
	width: 74px;
	height: 74px;
	border: 2px solid #ededed;
	border-radius: 100%;
}
#review .side .image img{
	padding: 0;
	width: 74px;
	height: 74px;
	border: medium none;  
	border-radius: 100%;
}
#review .side h3{
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: bold;
}
#review .side p{
	font-size: 11px;
}
#review .side p:not(:last-child){
	margin-bottom: 5px;
}
#review .side p.ago{
	display: inline-block;
	padding: 3px;
	background-color: #999;
	font-size: 10px;
	color: #fff;
}
#review .side p.sex1,
#review .side p.sex2{
	font-weight: bold;
}
#review .side p.sex1{
	color: #0b6cda;
}
#review .side p.sex2{
	color: #ed7e8e;
}
#review .content{
	display: inline;
	overflow: hidden;
}
#review .content h2{
	margin-left: 125px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	color: #fe6394;
}
#review .content .info{
	overflow: hidden;
}
#review .content .evaluation{
	float: left;
	margin-bottom: 3px;
}
#review .content .evaluation span{
	font-size: 16px;
	color: #ffcc00;
}
#review .content .evaluation.rate1 span:nth-child(1) ~ span,
#review .content .evaluation.rate2 span:nth-child(2) ~ span,
#review .content .evaluation.rate3 span:nth-child(3) ~ span,
#review .content .evaluation.rate4 span:nth-child(4) ~ span,
#review .content .evaluation.rate5 span:nth-child(5) ~ span,
#review .content .evaluation.rate6 span:nth-child(6) ~ span,
#review .content .evaluation.rate7 span:nth-child(7) ~ span{
	color: gray;
}
#review .content .evaluation b{
	vertical-align: middle;
	font-size: 10px;
}
#review .content .date{
	float: right;
	font-size: 11px;
	color: #999;
}
#review .content p.body{
	overflow: hidden;
	display: inline;
	font-size: 12px;
	line-height: 16px;
}

#nothing{
	padding: 20px;
}
#nothing .inner{
	border: 4px solid #f1f1f1;
	border-radius: 4px;
}
#nothing .content{
	padding: 15px;
	border: 1px solid #e3e3e3;
	color: #4a4a4a;
}

#review.big .side{
	width: 250px;
}
#review.big .side .image{
	width: 150px;
	height: 150px;
}
#review.big .side .image img{
	width: 150px;
	height: 150px;
}
#review.big .side h3{
	margin-top: 9px;
	font-size: 19px;
}
#review.big .side p{
	font-size: 19px;
}
#review.big .side p.ago{
	padding: 5px;
	font-size: 18px;
}
#review.big .content h2{
	font-size: 24px;
	line-height: 26px;
	margin-left: 250px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#review.big .content .evaluation{
	margin-bottom: 6px;
}
#review.big .content .evaluation span{
	font-size: 20px;
}
#review.big .content .evaluation b{
	font-size: 14px;
}
#review.big .content .date{
	font-size: 16px;
}
#review.big .content p.body{
	font-size: 24px;
	line-height: 28px;
}

@media screen and (max-width: 480px){
	
	#review ul{
		padding-right: 5px;
	}
	/*
	#review .side{
		width: 70px;
		padding-top: 22px;
	}
	#review .side .image{
		width: 32px;
		height: 32px;
	}
	#review .side .image img{
		width: 32px;
		height: 32px;
	}
	*/
	#review .main h2{
		font-size: 12px;
	}
	
}
