/*
Theme Name: 
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
*/

/* -------------------------
Html, Body
------------------------- */

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #333333;
	font-size: 0.85rem;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 2px;
	-webkit-text-size-adjust: 100%;
}

h1,h2,h3{
font-family:”ＭＳ Ｐ明朝”, “MS PMincho”, “ヒラギノ明朝 Pro W3″, “Hiragino Mincho Pro”, serif;
}

/* -------------------------
link
------------------------- */
/* link */
a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:link, a:visited {
	color: #333333;
}
a:hover, a:active {
	color: #333333;
}
/* -------------------------
Parts
------------------------- */
/* ----title--- */

.contents h2,.contents h3{
    font-weight: bold;
    font-size: 1.0rem;
    color: #655b7d;
    padding: 10px 5px 5px 5px;
    margin:10px 0 10px 0 ;
    border-bottom: solid 1px #b9b4b8;

}


/* -------------------------
Container, Contents
------------------------- */
#contetWrap{

}
#container {
}
#container .contents {
	padding: 0 0 25px;
}
#container .contents {
	padding: 0px 10px 0px 10px;
}
#container .topContents {
    padding-top: 150%;

}
#container .contents h1, #container .contents h2, #container .topContents h3, .topContents h2 {
	padding-left: 1%;
	width: 97%;
}
/* -------------------------
otherpage
------------------------- */
.otherpage{
    width: 100%;
    background: url(images/common/bg.png) repeat-x 0 0;
    margin: 0 auto;
    overflow: hidden;
}

/* -------------------------
header
------------------------- */
header {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 70px;
    z-index: 99;
    padding: 10px;
}
header > .wrap {
	width: 100%;
	height: 60px;
    background: #403861;
	position: relative;
	z-index: 98;
}
header .wrap img {
	
	width: 240px;
}


/* -------------------------
index
------------------------- */
html, body {
    width: 100%;
    height: 100%;
}
.indexMain{

    background: url(images/index/main.png) no-repeat center top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
     
}

.top {
	position: relative;
}
.top .logo {
	position: absolute;
	left: 20px;
	top: 20px;
}
.top .logo img {
	width: 180px;
}
.topBnr img {
	width: 100%;
	display: block;
}

.topContents{
 position: relative;

    color: #fff;
}

.topContents ul{
   
    width: 60%;
    position: absolute;
    bottom: 10px;
    right: 10px;

}

.topContents ul li{

    padding: 10px 10px 10px 10px;
    background: #dda160;
    margin-top: 10px;
}
.topContents ul li a{
    color: #fff;
    position: relative;
    display: block;
    width: 100%;
}


.topContents ul li a::before, .topContents ul li a::after {
    position: absolute;
    top: 45%;
    right: 0px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
}
.topContents ul li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.topContents ul li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* -------------------------
nav
------------------------- */
/* ----header nav--- */

.menu {
    background: #fff;
	width: 100%;
	display: block;
}
.menu .wrap {
    margin-top:75px;
	width: 100%;
	text-align: center;
}




.panel_right {
	color: #fff;

	
	display: none;
	background-color: #fff;
	z-index: 200;
	width: 99.5%;

	margin: auto;
	border: 1px solid #ccc;
}

.panel_right a {
	font-weight: bold;
	display: block;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFF;
	color: #333;
	text-decoration: none;
}
.global_on {
    width: 70px;
    text-align: center;
    position: absolute;
    top: 0px;
    text-decoration: none;
    color: #fff;
    display: block;
    right: 0px;
    cursor: pointer;
    z-index: 100;
    padding: 0px;
}
.global_on img,.global_off img{
    width: 85% !important;
}


.global_off {

	display: none;
    text-align: center;
    position:absolute;
    top: 0px;
    text-decoration: none;
    color: #fff;
    right: 0px;
    cursor: pointer;
    z-index: 100;
    width: 70px;
    padding: 0px;
}
.closeBtn {
	cursor: pointer;
	color: #000;
	text-align: center;
	padding-top: 10px;
	width: 100%;
	height: 25px;
	display: block;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #dddddd 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 ); /* IE6-9 */
	border-top: solid 1px #EEEEEE;
}
.panel_right ul {
	overflow: hidden;
	list-style-type: none;
}


/* ----accordion---*/
.accordion{
    background: #fff;

}
.accordion img{
    width: 100%;
   
}
    

.accordion dl{   width:100%; margin:0 auto 30px; padding:0px; }
.accordion dt {

    background:url(images/common/down.png) 97% center no-repeat;
    background-size:35px auto;
    border-bottom:1px solid #e0dcbf; 
    height:40px; 
    text-indent:10px;
    line-height:40px; 
    color:#333; 
    font-weight:bold; 
    cursor:pointer;
  
}
.accordion dt.open {
    background:url(images/common/up.png) 97% center no-repeat;
    background-size:35px auto;


}
.accordion dd { background:#FFF; padding:10px; line-height:1.5; display:none;
overflow: hidden;
}
.accordion h3 {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0.8rem;
}
.accordion h4{
    color: #C4706D;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.accordion .photoType1{
    float: right;
    width: 45%;
    padding: 5px;
}

.accordion .photoType2{

    width: 100%;
   
}

.accordion .photo img{
    width: 100%;
}

.accordion ul li{
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom:solid 1px #e0dcbf;   
}



/* -------------------------
pageBottomnav
------------------------- */

.pageBottomnav {
    margin-top: 20px;
    width: 100%;
    display: block;
    text-align: center;
}
/* ----pagetopBtn--- */
.pagetopBtn{
    margin-bottom: 20px;
}

.pagetopBtn a img{
    max-width: 200px;
    width: 50%;
    text-align: center;
}

/* -------------------------
Block
------------------------- */
/* ----otherMain--- */
 .otherMain {
     width: 100%;
     height: 200px;
     background-color: #000;
     overflow: hidden;
     position: relative;
}
.otherMain p {
    width: 640px;
    margin-left: -320px;
    position: absolute;
    left: 50%;
    top: 0;
}


/* ----listBlock newsBlock--- */

.newsBlock {
	position: relative;
	margin-top: 10px;
	line-height: 40px;
	background: #fff;

}

.listBlock {  border: 1px solid #e0dcbf;
	position: relative;
	margin-top: 0px;
	line-height: 40px;
	width: 99.5%;
	background: #fff;

}


.listBlock ul li,.newsBlock ul li{
    text-align: left;
	background: #fff;
	padding-left: 10px;
	padding-bottom: 0px;
    border-bottom:solid 1px #e0dcbf;  
}
.listBlock ul li:last-child,.newsBlock ul li:last-child{
    border-bottom:none;  
}

.listBlock ul li a ,.newsBlock ul li a {
	position: relative;
	padding-top: 10px;
	display: block;
	overflow: hidden;
}
.listBlock ul li a::before, .listBlock ul li a::after,.newsBlock ul li a::before, .newsBlock ul li a::after {
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}
.listBlock ul li a::before ,.newsBlock ul li a::before{
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.listBlock ul li a::after ,.newsBlock ul li a::after{
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.listBlock ul li div:first-child ,.newsBlock ul li div:first-child {
	float: left;
	display: block;
	margin-right: 10px;
	line-height: 20px;
}
.listBlock ul li div:last-child,.newsBlock ul li div:last-child  {
	padding-right: 30px;
}
.listBlock ul li div img ,.newsBlock ul li div img {
	width: 100px;
}

.listBlock ul li div.pdf img ,.newsBlock ul li div.pdf img {
    width: 35px;
}


.listBlock ul li p:first-child,.newsBlock ul li p:first-child {
	font-weight: bold;
	font-size: 0.8rem;
}
.listBlock ul li p ,.newsBlock ul li p {
	line-height: 20px;
}

.listBlock ul.accordionBox li p {
    padding-top: 20px;
}

.listBlock ul li .sub ,.newsBlock ul li .sub{
    font-size: 0.7rem;
    margin-top: 5px;
    line-height: 16px;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
}
/* ----listBlock-1column--- */
.listBlock-1column{
    
    border: 1px solid #e0dcbf;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.listBlock-1column h3,.listBlock-1column h4{
    font-size: 0.8rem;
    border: none;
    padding: 0;
    margin: 5px 0px 5px 0px;
}
.listBlock-1column p{
    margin-bottom: 10px;
}


.listBlock-1column img{
    width: 100%;
}


.listBlock-1column ul li{
    position: relative;
}

.listBlock-1column ul li img{
    width: 100%;
}

.listBlock-1column ul li a{
    position: relative;
    padding: 10px 40px 10px 0px;
    display: block;
    overflow: hidden;
}


.listBlock-1column ul li a::before, .listBlock-1column ul li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #888;
    border-radius: 4px;
}
.listBlock-1column ul li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.listBlock-1column ul li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* ----listBlock-2column--- */


.listBlock-2column{
  overflow: hidden;


}
.listBlock-2column ul {
    display: table;
}

.listBlock-2column h4 {
    margin-bottom: 5px;
    line-height: 1.5em;
    color: #C4706D;
}

.listBlock-2column li:first-child{
    border-right: solid 3px #f9f7ea;
    
}
.listBlock-2column li{
    border-bottom: solid 3px #f9f7ea;
    /* position: relative; */
    /* top: 0; */
    /* left: 0px; */
    width: 46.1%;
   display: table-cell;
    margin: 10px 0 5px 0;
    padding: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    
}
.listBlock-2column li .box{
    padding: 5px;
    background-image: url(../images/common/arrow_home.png);
}


.listBlock-2column li img{
    width: 100%;
}

/* ----infoBlock --- */
.infoBlock{
    width: 100%;
    
}
.infoBlock ul{
    margin-top: 10px;
    border: 1px solid #e0dcbf;
}
.infoBlock ul{
    margin-top: 10px;
    border: 1px solid #e0dcbf;
}

.infoBlock ul li{
    list-style-type: none;
    padding: 0;
    border-top: 1px solid #e0dcbf;
    margin: 0;
    background: #fff;
}

.infoBlock ul li:first-child{
    border-top: none;
}


.infoBlock ul li a{
    position: relative;
    padding: 10px;
    display: block;
    overflow: hidden;
    
}
.infoBlock ul li a::before, .infoBlock ul li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #888;
    border-radius: 4px;
}
.infoBlock ul li a::before {
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.infoBlock ul li a::after {
    margin-top: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.infoBlock ul.home li a{
  
    margin-right: 8px!important;
    background:url(images/common/homeIcon.png) no-repeat right 3px;
    background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    -webkit-background-size: 25px 25px;

}

.infoBlock ul.home li a::before {
    width: 0px;
    height: 0px;
}
.infoBlock ul.home li a::after {
    width: 0px;
    height: 0px;
}


/* ----changeImgBlock photolistBlock--- */


.photoBlock {
	width: 100%;
}
.photoBlock .main img {
	width: 100%;
}
.phonav {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}



/* ----bookingBlock--- */
.bookingBlock {
    text-align: center;
	margin-top: 20px;
	line-height: 40px;
	width: 100%;

}
.bookingBlock a img{
    max-width: 600px;
    width: 100%;

     
}



/* -------------------------
footer
------------------------- */
footer {
	color: #fff;
    background: #463e67;
    padding-top: 5px;
}

/* -------------------------
news
------------------------- */
#news{
    border-top: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    padding: 10px 0 10px 0;
}


/* -------------------------
tel
------------------------- */
#tel{
    border-top: 1px solid #e5e5e5;
    background: #fff;
    text-align: center;
    padding: 20px 0 10px 0;
}
#tel h3{margin-bottom: 10px;}
#tel p{}
#tel a{} 
/* -------------------------
copylight
------------------------- */
.copylight {
    display: block;
    border-top: 1px solid #e5e5e5;
    background: #f5f5f5;
	font-size: 0.6rem;
	text-align: center;

    padding-top:5px;
	padding-bottom: 5px;
}
/* -------------------------
pcNav
------------------------- */
.pcNav {
    display: block;
    font-size: 0.6rem;
    text-align: center;

    width: 100%;
}
.pcNav img{
    
    width: 200px;
}

/* -------------------------
bannerBlock
------------------------- */
   
.bannerBlock {
	background: url(images/common/nav_bg.jpg) 0px 0px repeat;
	text-align: center;
	width: 100%;
	padding-bottom:10px;
	padding-top:10px;
}
.bannerBlock ul li {
	margin-top: 10px;
	width: 100%;
}
.bannerBlock ul li img {
	margin-bottom: 0px;
	width: 95%;
}	

.select-box {
  background: #FFFDF4;
  border: 2px solid #D2BA85;
  border-radius: 5px;
  color: #0C2245;
  font-size: 1.0rem;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  vertical-align: middle;
  width: 30%;
}
.select-box2 {
  background: #FFFDF4;
  border: 2px solid #D2BA85;
  border-radius: 5px;
  color: #0C2245;
  font-size: 1.0rem;
  height: 30px;
  line-height: 30px;
  text-indent: 5px;
  vertical-align: middle;
  width: 17%;
}

/* ----search--- */

.search_bt input[type="button"] {
	cursor: pointer;
	width: 90%;
	background: #dda160;
	color:#FFFFFF;
	border: none;
	border-radius: 3px;
	font-size: 0.9rem;
	text-align: center;
 	padding: 10px;
	margin-top:15px;
}
.search_bt2 {
　	width: 90%;
	text-align: center;
	margin-left:5%;
	margin-right:5%;
    }
.search_bt2 input[type="button"] {
	cursor: pointer;
	width: 45%;
	background: #463e67;
	color:#FFFFFF;
	border: none;
	border-radius: 3px;
	font-size: 0.9rem;
	text-align: center;
 	padding: 10px ;
	margin-top:15px;
	float:left;
}
.search_bt3 input[type="button"] {
	cursor: pointer;
	width: 45%;
	background: #463e67;
	color:#FFFFFF;
	border: none;
	border-radius: 3px;
	font-size: 0.9rem;
	text-align: center;
 	padding: 10px;
	margin-right:5%;
	margin-top:15px;
	float:right;
}
.search_bt4 input[type="button"] {
	cursor: pointer;
	width: 90%;
	background: #cccccc;
	color:#000000;
	border: none;
	border-radius: 3px;
	font-size: 0.9rem;
	text-align: center;
 	padding: 10px;
	margin-top:15px;
}

.search_bt .bt {
	cursor: pointer;
	width: 35%;
	background: #A04A7B0;
	background: -moz-linear-gradient(top, #ffffff, #fff 25%, #A04A7B);
	background: -o-linear-gradient(top, #ffffff, #fff 25%, #A04A7B);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.3, #fff), to(#A04A7B));
	background: linear-gradient(top, #ffffff, #fff 25%, #f0f0f0 100%);
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #fff inset;
	-moz-box-shadow: 1px 1px 1px #fff inset;
	-webkit-box-shadow: 1px 1px 1px #fff inset;
	font-size: 0.7rem;
	text-align: center;
	text-shadow: 0px 1px 1px #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
 	padding: 10px;
	margin-top:15px;
	float:left;
}
.kensakuBlock {
	background: url(images/common/nav_bg.jpg) 0px 0px repeat;
	text-align: center;
	width: 100%;
	padding-bottom:10px;
	padding-top:10px;
}
.kensakuBlock p{
	font-size: 0.9rem;
}
.formsize{
	font-size: 1.5rem;
}
.formsize2{
	font-size: 1.0rem;
}
.ml20 { margin-left: 20px; }
.left {	float: left;}
.pp_cookie_cont {
    border-top: 1px solid #c8ba97;
    background-color: rgba(201, 195, 171, 1);
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 1000;
    display: none;
    padding: 0px 0;
}
.pp_cookie {
    max-width: 940px;
    display: table;
    margin: 0 auto;
    padding: 16px 0;
}

.pp_cookie > .ct {
    width: 80%;
    padding: 0 36px 0 12px;
}

.pp_cookie > div {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    box-sizing: border-box;
    padding: 0;
}

.pp_cookie > .btn {
    width: 20%;
    min-width: 48px;
    line-height: 0%;
    white-space: nowrap;
    padding: 0 12px 0 0;
}

.pp_cookie > .btn .btn_agree {
    background-color: #5a5059;
    color: #fff;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.5em;
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 8px 24px 8px 24px;
}

.pp_cookie > .ct .txt {
    color: #221b0b;
    font-size: 0.8rem;
    line-height: 1.7;
    text-align: left;
    margin: 0;
    padding: 0;
}
