@charset "utf-8";

/* ===== reset Style ===== */

/*フォントサイズ マージン・パディング リセット*/
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;
    vertical-align:baseline;
    background:transparent;
}

/*ブロック要素へ変更*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないよう*/
nav ul {
    list-style:none;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃える*/
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくように
また、マウスオーバー時にヘルプカーソルの表示が出るように*/
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

/*隣接するセルのボーダーを重ねて表示し間隔を0に指定*/
table {
    border-collapse:collapse;
    border-spacing:0;
}

/*========================================
BASIC
=======================================*/

html{
	font-size: 62.5%;
}

html,
body{
	height: 100%;
}

body{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	color:#000;
	background-color: none;
	font-family: Helvetica, Arial, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

input{
	font-family: monospace;
}

a{
	color:#000;
	text-decoration:none;
}

a:hover{
	color:#7f7f7f;
}

/* レスポンシブ　font-size基準 */
h1 { font-size: 32px; font-size: 3.2rem; }　/* = 16px */
h2 { font-size: 24px; font-size: 2.4rem; }　/* = 16px */
h3 { font-size: 20px; font-size: 2.0rem; }　/* = 16px */
h4 { font-size: 18px; font-size: 1.8rem; }　/* = 16px */
p { font-size: 16px; font-size: 1.6rem; }　/* = 16px */
dt { font-size: 14px; font-size: 1.4rem; }　/* = 14px */
dd { font-size: 14px; font-size: 1.4rem; }　/* = 14px */

/*========================================
page styles
=======================================*/

img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

.modal-wrapper{
	margin: 0 40px;
	width: 900px;
 	background-color:none;
	background: none;
	position: relative;
}

.modal-contents{
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
}

.modal{
	float: left;
	width: 70%;
}

.photo{
	width: 100%;
}

.description{
	float: left;
	width:25%;
	margin: 20px 2% 0 3%;
}

.description p{
	margin: 0 0 25px;
	color: #000;
}

.place-mordal{
	font-weight: bold;
	font-size: 1.6rem;
	font-size:16px;
	line-height: 1.6;
}

.copy-mordal{
	font-size: 1.4rem;
	font-size:14px;
	line-height: 1.4;
}

p.spec{
	color: #666;
	font-size: 1.3rem;
	font-size:13px;
	line-height: 1.5;
}

.bx-wrapper
.bx-viewport {
    background: #fff none repeat scroll 0 0;
    border: none;
    box-shadow: none;
    left: 0px;
    transform: translateZ(0px);
}

#thumb-pager{
	width: 100%;
	margin: 0 auto 3px;
}

#thumb-pager a{
	display: block;
	width: 7.66%;;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    float: left;
}

#thumb-pager a img{
	width: 100%;
	height: auto;
}

.outside-pagenation{
	width: 100%;
	z-index: 99999;
}

/* privacy */

.modal-privacy{
	width:100%;
	margin: 0 auto;
	background-color: #FFF;
}

.modal-privacy .inner{
	width:85%;
	margin: 0 auto;
}

.modal-privacy h1{
	font-size:1.7em;
	padding:50px 0 30px;
	text-align:center;
}

.modal-privacy h2{
	font-size:1.1em;
	padding:0 0 8px;
	text-align:left;
}

.modal-privacy p{
	margin:0 0 25px;
	line-height:1.8;
}

/* ===== Self Clearing ===== */

.clearfix:after{
display:block;
visibility:hidden;
clear:both;
height:0;
content:".";
font-size:0;
line-height:0;
}

.clearfix{
zoom:1;
}

@media only screen and (max-width: 979px) {

.modal-wrapper{
	width: 90%;
	margin: 0 5%;
}

.modal-contents{
	width: 100%;
}

.fancybox-inner,
.fancybox-wrap,
.fancybox-overlay{
	width: 100% !important;
}



.fancybox-skin{
	background-color: none !important;
}
.modal-contents{
	width: 100%;
	margin: 0 auto;
}

.photo li img{
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
}

/************************
SP メディアクエリ設定 768以下
************************/

@media only screen and (max-width: 768px) {

.modal-contents{
	width: 100%;
	margin: 0 auto;

}

.modal-wrapper{
	width: 100%;
	margin: 0;
}

#thumb-pager{
	margin: 0 auto 25px;
}

.modal{
	float: left;
	width: 100%;
}

.description{
	width:95%;
	float: none;
	margin: 20px auto 10px;
}

.description p{
	margin: 0 0 25px;
	color: #000;
}

.description p.spec{
padding: 0 0 20px 0;
margin: 0;
}


#thumb-pager a{
	width: 20%;
}

#slider-prev .bx-prev{
	left:0;
}

#slider-next .bx-next{
	right:0px;
}

}


