@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Quicksand');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');


/***************************************************************

リセット

****************************************************************/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, textarea, p, table, th, td, button {
    margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: 0;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}

a img:hover{
    opacity: 0.7;
}


/***************************************************************

共通

****************************************************************/
.wow {
    visibility: hidden;
}

header#header.fixed {
    position: fixed;
    z-index: 1001;
    background: #fff;
    top: 0;
}
@media screen and (max-width: 736px) {
	#container.container-stop #hotel-header {
		display:none;
	}
}

#container.container-stop {
    transform: unset!important;
}


/***************************************************************

レイアウト

****************************************************************/

html {
    font-size: 62.5%;
    box-sizing: border-box;
}


body {
	color: #000;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS Pゴシック", sans-serif;
	font-family:  "Noto Sans Japanese", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
	*font-size: small;
	*font: x-small;
	line-height: 1.5;
	background: #fff;
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	min-width: 960px;
	background: #fff;
}

@media screen and (max-width: 736px) {
	body {
		min-width: 320px;
		height: 100%;
		font-size: 15px;
	}
}

a {
	position: relative;
}
a:link, a:visited {
    color: #09c;
	text-decoration: none;
}
a:hover, a:active {
    color: #09c;
	text-decoration: none;
}



a.button ,
div.button {
    display: inline-block;
    border: 3px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    overflow: hidden;
    background: white;
    color: #000;
    font-weight: normal;
	padding: 20px 50px;
    margin: 6px;
    line-height: 1.2;
    font-size: 18px;
    width: 100%;
box-sizing: border-box;

    position: relative;
}

a.button.nobg ,
div.button.nobg {
    display: inline-block;
    border: 0px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    overflow: hidden;
    background: white;
    color: #000;
    font-weight: normal;
	padding: 5px;
    margin: 6px;
    line-height: 1.2;
    font-size: 1.4rem;
	width: auto;
	box-sizing: border-box;
    position: relative;
	border-bottom: 1px #000 solid;
}

a.button:after,
div.button:after {
	content: "\F178";
    font-family: FontAwesome;
    margin: 0 0px 0 0px;
    padding: 0px;
    line-height: 1;
    position: absolute;
    top: 40%;
    right: 10px;
}
a.button.nobg:after,
div.button.nobg:after {
	content: "\F178";
    font-family: FontAwesome;
    margin: 0 0px 0 10px;
    padding: 0px;
    line-height: 1;
    position: relative;
    top: auto;
    right:auto;
    display: inline-block;
}


a.button.btn-leaflet:before{
    content: "";
    background-image: url(../images/icon/leaflet.svg);
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0px;
    padding: 0px;
    line-height: 1;
    position: absolute;
    top: 25%;
    left: 10px
}

a.button.btn-anc {
display: inline-block;
    border: 2px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    overflow: hidden;
    background: #ffffff;
    color: #000;
    font-weight: normal;
    padding: 10px 3.5rem;
    margin: 6px;
    line-height: 1.2;
    font-size: 1.3rem;
    width: auto;
    box-sizing: border-box;
    position: relative;
    width: auto;
}
a.button.btn-anc:after {
	content: "\F0D7";
    font-family: FontAwesome;
    margin: 0 0px 0 0px;
    padding: 0px;
    line-height: 1;
    position: absolute;
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}


a.txt-link:before{
	content: "\f105";
    font-family: FontAwesome;
    margin: 0 10px 0 0px;
    padding: 0px;
    line-height: 1;
}



a.button:hover{
    opacity: 0.6;
}

a.link{
    display: block;
    text-align: left;
}


* {
  /* -webkit-appearance: none;*/
}

.blockLink{cursor: pointer;}

.blockLink:hover{background: #e2e2e2;}

.of_visible{
    overflow: visible!important;
}

/***************************************************************

検索フォーム

****************************************************************/



.searchform-box {
    border: 1px #000 solid;
	transform: skewX(-30deg);
}

.searchform-box .item{
	transform: skewX(30deg);
}
.searchform-box-ttl{
	transform:skewX(-0.1deg)!important;
	position: relative;
}
.searchform-box-ttl .inbody{
    top: 50%;
    line-height: 1;
    right: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.searchform-box-ttl h4{
    transform: skewX(30deg)!important;
	color:#fff;
}

.searchform-box-ttl h4 span{
	margin:0 auto 10px;
    font-size: 60%;
    display: block;
    font-weight: normal;
    font-style: italic;
}

.yewrap .searchform .inputwrap {
	margin: 0 8px 0 0;
	position: relative;
}
.yewrap .searchform .inputwrap:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.yewrap .searchform .inputwrap.datapicker {
	background: #fff;
}

.yewrap .searchform .inputwrap.datapicker:before {
	content: '';
	width: 27px;
	height: 23px;
	background: url(../images/icon/calendar_icon.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 22px;
}
.yewrap .searchform .inputwrap input {
	box-sizing: border-box;
	height: 70px;
	outline: none;
	cursor: pointer;
}
.yewrap .searchform .inputwrap , .yewrap .searchform .btnwrap,.datawrap {
	display: inline-block;
}
.yewrap .searchform .inputwrap .w280 {
	width: 280px;
}
.yewrap .searchform .btnwrap {
	margin: 0 0 0 13px;
}
.yewrap .searchform .btnwrap input[type="submit"] {
    width:200px;
    background-color: #000;
    border: none;
    box-sizing: border-box;
    height: 70px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.35em;
    background-image: url(../images/common/arrow_wi.png);
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: right 10px center;
    text-indent: -20px;
    outline: none;
    cursor: pointer;
}

.yewrap .searchform .btnwrap input[type="submit"].btn-eng{
    font-size: 16px;
    letter-spacing: 0;
}

.yewrap .searchform .selectcustom {
	width: 80px;
	height: 70px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
.yewrap .searchform .selectcustom select {
	position: relative;
	width: 100%;
	z-index: 1;
	height: 100%;
	cursor: pointer;
}
.yewrap .searchform .selectcustom select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	outline: none;
	border: 0;
	font-size: 18px;
	padding: 0 20px 0 10px;
	font-weight: bold;
}
.yewrap .searchform .selectcustom select option {
	font-size: 14px;
	font-weight: bold;
}
.yewrap .searchform .selectcustom select::-ms-expand {
	display: none;
}
.yewrap .searchform .selectcustom .control {
	width:40px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.yewrap .searchform .selectcustom .control .arrow {
	width: 100%;
	height: 35px;
	background: #fff;
	display: block;
	position: relative;
}
.yewrap .searchform .selectcustom .control .arrow.up:after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	display: block;
	transform: rotate(-45deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	left: 0;
	margin: auto;
}
.yewrap .searchform .selectcustom .control .arrow.down:after {
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	display: block;
	transform: rotate(-45deg);
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	margin: auto;
}
.yewrap .searchform .inputwrap .typedatepicker {
	background: none;
	border: none;
	padding: 0 25px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
	position: relative;
	z-index: 10;
}

.yewrap .searchform span.subtit {
	font-size: 1rem;
    position: absolute;
    z-index: 2;
}

#ui-datepicker-div {
	display: none;
	background: #efefef;
	padding: 15px 15px 18px;
	border-radius: 8px;
	z-index: 9999 !important;
}
#ui-datepicker-div .ui-datepicker-calendar {
	width: 100%;
	border: 1px solid #ccc;
}
#ui-datepicker-div .ui-datepicker-calendar td , #ui-datepicker-div .ui-datepicker-calendar th {
	border: 1px solid #ccc;
	text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar th {
	background: #e1e1e1;
	color: #737373;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
	background: #fff;
	font-size: 14px;
	color: #737373;
	text-decoration: none;
	padding: 4px;
	display: block;
}
#ui-datepicker-div .ui-datepicker-calendar td a:hover {
	background: #274a78;
	color: #000;
}
#ui-datepicker-div .ui-datepicker-header {
	position: relative;
	margin: 0 0 10px;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all {
	position: absolute;
	color: #d53636;
	cursor: pointer;
	font-size: 13px;
	text-decoration: underline;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-prev {
	left: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-corner-all.ui-datepicker-next {
	right: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.yewrap .otherbtn {
	width: 456px;
	max-width: 100%;
	margin: 0 auto;
}
.yewrap .otherbtn a {
	display: block;
	background-color: #000;
	font-size: 16px;
	padding: 13px 55px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	background-image: url(img/arrow_lowi.png);
	background-size: 32px;
	background-repeat: no-repeat;
	background-position:  right 13px center;
}

	#bookingslide {
	}
	#bookingslide.active {
		top: 77px;
		left: 0;
		opacity: 1;
	}
	#bookingslide .searchform {
	}
	.cf:before, .cf:after {
	    content: "";
	    display: table;
	}


#searchBox-plan{}

#searchBox-plan .yewrap .searchform .btnwrap {
    margin: 10px 0;
}

.yewrap  .relation_link {
	margin: 5px;
    text-align: center;
    font-size: 1.2rem;
}
.yewrap .relation_link li {
    list-style: none;
    display: inline-block;
    width: auto;
}
.yewrap .relation_link li a:link, .yewrap .relation_link li a:visited {
	color: #000;
    text-decoration: none;
    background: transparent;
    font-size: 1.2rem;
}

#searchBox-plan .yewrap .searchform .inputwrap.datapicker,
#searchBox-plan .yewrap .searchform .selectcustom,
#searchBox-plan .yewrap .searchform .selectcustom .control .arrow {
    background: transparent;
}




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

.yewrap .searchform .btnwrap {
    margin: 10px auto;
}
.yewrap .searchform .inputwrap, .yewrap .searchform .btnwrap, .datawrap {
    margin: 5px;
}
.yewrap .searchform .inputwrap .typedatepicker {
	padding: 0 10px;
    font-size: 20px;
}
.yewrap .searchform .selectcustom {
    width: 29%;
}

.yewrap .searchform .btnwrap input[type="submit"] {
    width: 100%;
    height: 60px;
    font-size: 16px;
width: 280px;
}



}




/***************************************************************

#searchBox

****************************************************************/
#searchBox .searchBox{
	display:none;
}
#searchBox .searchBox {
    background: rgb(0, 0, 0);
    max-width: 540px;
    width: 100%;
    position: absolute;
    z-index: 4;
    right: 0;
}

#searchBox #searchBox01{
    background: #00ace6;
}

#searchBox .searchBox .searchBox-inner{
    background: #008cbb;
    margin:10px;
    padding:5px;
}

ul.searchBox-plan {}

ul.searchBox-plan li {
    display: inline-block;
    font-size: 0;
    width: 50%;
}
ul.searchBox-plan li a {
    font-size: 1.6rem;
    display: block;
    color: #fff;
    background: #4fc6ef;
    padding: 4px;
}

ul.searchBox-plan li a.current {
    background: #0abefb;
    color: #0abefb;
    background: #fff;
    font-weight: 700;
}
div#searchBox-plan  .searchBox-plan-box{
	display:none;
}
div#searchBox-plan {
    background: #0abefb;
    background: #fff;
}

div#searchBox span.close {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0 0 0 auto;
}
div#searchBox span.close::before,
div#searchBox span.close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	left: 0;
    right: 0;
}
div#searchBox span.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


#searchBox02 {
    color: #fff;
}

#searchBox02 h3 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 21px;
    text-indent: 0;
    margin: 0px 0 10px 0;
    padding: 10px 0;
}
#searchBox02 .inbody p.ttl {
    padding: 5px 0;
    font-weight: bold;
    text-align: left;
}
#searchBox02 .inbody p {
    font-size: 12px;
}
#searchBox02 .inbody p.tel,
#searchBox02 .inbody p.fax,
#searchBox02 .inbody p.e-mail {
    font-size: 3.4rem;
    font-family: helvetica;
    font-weight: bold;
}


#plan2 .iframebox {
    width: 100%;
	width: 430px;
    margin: 0 auto;
}
#plan2 .iframebox iframe {
    width: 100%;
    padding: 0;
    height: 320px;
    /* height: auto; */
}

#plan2 .iframebox iframe.global {
    height: 430px;
}



#searchBox-plan .yewrap .searchform .inputwrap input,
#searchBox-plan .yewrap .searchform .selectcustom {
    height: 50px;
}
#searchBox-plan .yewrap .searchform .selectcustom .control .arrow {
    height: 25px;
}

#searchBox-plan .yewrap .searchform .selectcustom {
    width: 30%;
    margin: 5px;
}

#searchBox-plan .inputwrap.datapicker {
}

#searchBox-plan span.subtit {
    font-size: 1.2rem;
    position: absolute;
}

#searchBox-plan .yewrap .searchform .inputwrap .typedatepicker {
    padding: 10px 20px 0 10px;
}
#searchBox-plan .yewrap .searchform .selectcustom select {
    padding: 10px 20px 0 10px;
}

#searchBox-plan .yewrap .searchform .btnwrap input[type="submit"] {
    width: auto;
    padding: 0 40px;
	text-indent: 0;
}
@media screen and (max-width: 736px) {
	#searchBox .searchBox {
	    width: 100%;
	}
	#plan2 .iframebox {
	    width: 100%;
	}
}

/***************************************************************

コンテンツ

****************************************************************/



#container {
    position: relative;
    min-width: 1000px;
    overflow: hidden;
    background: #fff;
}


#header {
    width: 100%;
    min-width: 1200px;
    margin: 0px auto;
    position: relative;

}


#header .header-body {
    margin: 0 auto;
    padding: 0px 0;
    position: relative;
	font-size: 0;
    border-bottom: #e0e0e0 solid 1px;
}

#header .header-pc {
    padding: 10px 0;
}

#header .txt-description{
    padding: 2px;
    border-bottom: #e0e0e0 solid 1px;
text-align: left;
}
#header .txt-description p{
font-size: 11px;
    padding: 6px;
    color: #999;
    text-align: left;
    line-height: 1;
}

#header #logo{
	position: relative;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}
#header #logo img {
    display: inline-block;
    vertical-align: middle;
}

#header #logo h1{
    display: inline-block;
    padding: 10px 0;
    color: #5893ce;
    font-size: 14px;
}
/*ソーシャルリンク*/

#header .social{
    position: absolute;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    top: 0;
    right: 0;
    margin: 4px 0 0 0;
    overflow: hidden;
}


#header .social ul {
    text-align: right;
}

#header .social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}

#header .social li a {
	display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}
#header .social li a span {
    visibility: hidden;
}


#header .social li.tel a,
#header .social li.mail a {
	display: block;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 1.1rem;
    color: #fff;
    background: #000;
    border-radius: 9999px;
    padding: 2px 10px;
}
#header .social li.tel a:before {
    content: "\F095";
    font-family: FontAwesome;
    margin: 0 5px 0 0px;
    /* background: #FF00D5; */
    padding: 0px;
    line-height: 1;
    font-weight: normal;
}

#header .social li.mail a:before {
    content: "\F003";
    font-family: FontAwesome;
    margin: 0 5px 0 0px;
    padding: 0px;
    line-height: 1;
}



#header .social li.tel a span,
#header .social li.mail a span {
    visibility: visible;
}

#header .social li.twitter a {
    background-image: url(..//images/sns-icon-svg/icons8-twitter-filled.svg);
}
#header .social li.facebook a {
    background-image: url(..//images/sns-icon-svg/icons8-facebook-filled.svg);
}
#header .social li.googleplus a {
    background-image: url(..//images/sns-icon-svg/icons8-google-plus-filled.svg);
}
#header .social li.instagram a {
    background-image: url(..//images/sns-icon-svg/icons8-instagram.svg);
}
#header .social li.line a {
    background-image: url(..//images/sns-icon-svg/icons8-line-filled.svg);
}




#contents {
    width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}


h3 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 21px;
    text-indent: 0;
    margin: 0px 0 10px 0;
    padding: 10px 0;
}

h4 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 18px;
    text-indent: 0;
}

h5 {
    clear: both;
    width: auto;
    height: auto;
    font-size: 18px;
    text-indent: 0;
}


.item-container {
	font-size: 0rem;
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.item-container-body {
	font-size: 0rem;
	width: 1100px;
    position: relative;
    padding: 0 0px 0px 0px;
    margin: 0 auto;
    text-align: center;
}
.item-container-body.wide {
    width: 100%;
    position: relative;
    padding: 0 0px 0px 0px;
}


.item{
	font-size: 0rem;
	display: inline-block;
    margin: 0%;
    overflow: hidden;
    position: relative;
	width: 33%;
    vertical-align: top;
    border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    border: 0px #666 solid;
	text-align: center;
    padding: 0px;
  *display: inline;  
    *zoom: 1; 
    
}


/*width
----------------------------------------*/
.w05per { width: 5%; }
.w10per { width: 10%; }
.w15per { width: 15%; }
.w20per { width: 20%; }
.w25per { width: 25%; }
.w30per { width: 30%; }
.w33per { width: 33.3333333333333%; }
.w35per { width: 35%; }
.w40per { width: 40%; }
.w45per { width: 45%; }
.w50per { width: 50%; }
.w55per { width: 55%; }
.w60per { width: 60%; }
.w65per { width: 65%; }
.w70per { width: 70%; }
.w75per { width: 75%; }
.w80per { width: 80%; }
.w85per { width: 85%; }
.w90per { width: 90%; }
.w95per { width: 95%; }
.w100per { width: 100%; }


.item .photo img {
    max-width:100%;
    height:auto;
}

.item .inbody {
    margin: 0 auto;
    position: relative;
    padding: 10px;
    position: relative;
}

.item .inbody p.ttl {
    padding: 5px 0;
    font-weight: bold;
    text-align: left;
}


.item .inbody p.txt {
    padding: 5px 0;
    text-align: left;
}


.item.line {
    border-bottom: 1px #999 dotted;
}


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

#container {
    min-width: 0;
}

#header {
	border: 0;
    width: auto;
    min-width: auto;
}
#header  .header-body {
    width: auto;
    padding: 0!important;
}

#header #logo h1{
    font-size: 11px;
}


#header .txt-description {
    height: 40px;
    height: auto;
}

#header .txt-description p {
    width: 80%;
    line-height: 1.4;
}


#header .social {
    margin: 5px 0px;
    width: 100%;
    /* position: relative; */
}

#header .social ul {
text-align: center;
}
#header .social li a {
    width: 30px;
    height: 30px;
}

#header #logo {
text-align: center;
}

#header #logo img {
    display: block;
    vertical-align: middle;
    width: auto!important;
    max-width: none;
    height: 100%;
}


#header #logo h1 {
	display: block;
    height: 40px;
    padding: 2px 0;
}

#contents {
    width: auto;
}


.item-container-body {
    width:auto;
   position: relative;
    padding: 0 5px 0px;
}


.item,.w05per,.w10per,.w15per,.w20per,.w25per,
.w30per,
.w33per,
.w35per,
.w40per,
.w45per,
.w50per,
.w55per,
.w60per,
.w65per,
.w70per,
.w75per,
.w80per,
.w85per,
.w90per,
.w95per,
.w100per { width: 100%; }


.w05per-sp { width: 5%; }
.w10per-sp  { width: 10%; }
.w15per-sp  { width: 15%; }
.w20per-sp  { width: 20%; }
.w25per-sp { width: 25%; }
.w30per-sp { width: 30%; }
.w33per-sp { width: 33.3333333333333%; }
.w35per-sp { width: 35%; }
.w40per-sp { width: 40%; }
.w45per-sp { width: 45%; }
.w50per-sp { width: 50%; }
.w55per-sp { width: 55%; }
.w60per-sp { width: 60%; }
.w65per-sp { width: 65%; }
.w70per-sp { width: 70%; }
.w75per-sp { width: 75%; }
.w80per-sp { width: 80%; }
.w85per-sp { width: 85%; }
.w90per-sp { width: 90%; }
.w95per-sp { width: 95%; }
.w100per-sp { width: 100%; }


}

/***************************************************************

言語切替

****************************************************************/

#language{
    text-align: right;
}
#language dt{
    font-size: 1.2rem;
    display: inline-block;
font-style: italic;
}
#language dd{
    display: inline-block;
}
ul#qtranslate-chooser {
    font-size: 1.2rem;
    text-align: right;
    margin: 0 10px;
}
ul#qtranslate-chooser li {
display: inline-block;
}
ul#qtranslate-chooser li {
	border-left:1px #ccc solid;
}
ul#qtranslate-chooser li:first-child {
	border-left:0px #ccc solid;
}
ul#qtranslate-chooser li a {
    padding: 2px 5px;
    display: block;
    color: #000;
}

ul#qtranslate-chooser li.active {
    font-weight: bold;
}

@media screen and (max-width: 736px) {
	#language{
	    text-align: center;
	}

}

/***************************************************************

グローバルナビゲーション

****************************************************************/


#navBox {
    margin: 0px auto 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}

#gnav ul{
    overflow: hidden;
    width: auto;
    margin: 0px auto 0;
    font-size: 0rem;
    text-align: right;
}

#gnav ul li{
	display: inline-block;
    position: relative;
    margin: 0;
    vertical-align: top;
	width: 14.2%;

}

#gnav ul li a {
background: #fff;
    position: relative;
    /*
    padding: 24px 0;
    */
    display: block;
    color: #000000;
    letter-spacing: 1px;
    /* height: 120px; */
    /* width: 120px; */
    text-align: center;
    border-radius: 0;
    border-left: 1px #e0e0e0 dotted;
    font-size: 12px;
    font-size: 1.2rem;
	font-size: 0.9vw;
    box-sizing: border-box;
    letter-spacing: 0;

}
#gnav ul li a span.nav-box span {
    font-size: 7px;
    font-size: 0.7rem;
    display: block;
    opacity: 0.7;
    font-family: helvetica;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	transform:scale(0.8);
}

#gnav ul li a span.nav-box{
    position: relative;
    display: block;
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}
#gnav ul li a:hover ,
#gnav ul li a:hover  span.nav-box span,
#gnav ul li.current a,
#gnav ul li.current a span.nav-box span{
    background: #333;
    color: #fff;
}
 
#gnav ul li:last-child {
    border-right: 0px #910782 dotted;
}


}


#gnav ul li a span.nav-box:before {
}


#quick-nav ul li{
    font-size: 0;
    width: 33.3333333333%;
    display: inline-block;
}

#quick-nav ul li.nav-web-eng {
    width: 100%;
}

#quick-nav ul li a {
	background: #000;
    position: relative;
    padding: 8px 0;
    display: block;
    color: #fff;
    letter-spacing: 0px;
    /* height: 120px; */
    /* width: 120px; */
    text-align: center;
    border-radius: 0;
    border-left: 1px #e0e0e0 dotted;
    font-size: 12px;
    font-size: 1.2rem;
	font-size: 0.8vw;
    line-height: 1.1;
    box-sizing: border-box;
    letter-spacing: 0;
}
#quick-nav ul li.nav-web a{
	background: #00ACE6;
}

#quick-nav ul li a span:before {
    content: "";
    height: 30px;
    width: auto;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 10px;
}
#quick-nav ul li.nav-web a span:before {
    background-image: url(../images/icon/nav-web.svg);
}
#quick-nav ul li.nav-tel a span:before {
    background-image: url(../images/icon/nav-tel.svg);
}
#quick-nav ul li.nav-tour a span:before {
    background-image: url(../images/icon/nav-tour.svg);
}

@media screen and (max-width: 736px) {
div#navBox {
    display: none!important;
}

#quick-nav ul li a span:before {
    height: 20px;
    margin: 0 auto 5px;
}
#quick-nav ul li:first-child a {
    border-left: 0px #e0e0e0 dotted;
}

#quick-nav ul li a {
    font-size: 1.2rem;
}



}


/***************************************************************

ページャー

****************************************************************/
.wp-pagenavi {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
}


/***************************************************************

ページ内ソーシャルボタン

****************************************************************/

div#pagein {
    margin: 30px 0;
}


#pagein .social {
position: relative;
display: block;
overflow: hidden;
margin:30px auto  10px;
}


#pagein .socialbtn {
width:25%;
    display: inline-block;
text-decoration:none;
font-size:14px;
line-height: 14px;
padding:20px 0;

}


#pagein a.facebook-iine{
color:#fff;
text-align:center;
background-color:#3b5998;
}
 
#pagein a.facebook-iine:hover{
background-color:#6277a1;
}
 
#pagein a.twitter-tweet{
color:#fff;
text-align:center;
background-color:#00acee;
}
 
#pagein a.twitter-tweet:hover{
background-color:#6aafca;
}


#pagein a.hatenabtn2{
color:#fff;
text-align:center;
background-color:#568BCA;
}
 
#pagein a.hatenabtn2:hover{
background-color:#6277a1;
}
 
 
#pagein a.gplusbtn{
color:#fff;
text-align:center;
background-color:#DD4B39;
}
 
#pagein a.gplusbtn:hover{
background-color:#E05D4C;
}
 
 
#pagein a.linebtn{
color:#fff;
text-align:center;
background-color:#31CB06;
}
 
#pagein a.linebtn:hover{
background-color:#9ad975;
}


@media screen and (max-width: 736px) {
#pagein .socialbtn {
    font-size: 11px;
    line-height: 1.2;
}

#pagein .socialbtn {
    width: 32%;
}

}



/***************************************************************

フッター

****************************************************************/


footer#footer{
    font-size: 0rem;
    width: 100%;
    margin: 0px auto 0;
    position: relative;
    text-align: center;
    padding: 0px 0 0px;
	background: #fff;
    border-top: 0px #9e9e9e solid;
}


#footer #fnav {
    margin: 30px 0;
}

#footer #fnav  ul{
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border-bottom: 0px #797878 solid;
    padding: 5px 0;
}

#footer #fnav ul li{
    color: #999;
    font-size: 11px;
    font-size: 1.1rem;
	display: inline-block;
	-webkit-transform: skewX(150deg);
	-moz-transform: skewX(150deg);
	transform: skewX(150deg);
	border-right: 1px solid #000;
}

#footer #fnav  ul li a {
    padding: 5px 25px;
    display: block;
    color: #333;
	transform: skewX(-150deg);
	padding:0 10px;
}



#footer #fnav  ul li a:hover{
}
 
#footer #fnav ul li:last-child {
	border-right: 1px #999 solid;
}

#footer p.name{
	font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin: 0 0 10px;
}
#footer #fnav  ul li a:before {
/*
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 10px 0 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 1;
*/
}

#footer p{
    font-size: 12px;
}

#footer p.address{
    margin: 5px 0px;
    font-size: 12px;
}

#footer p.address:before {
/*
    content: "\F041";
    font-family: FontAwesome;
    margin: 0 10px 0 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 1;
*/
}


#footer p.tel,
#footer p.fax,
#footer p.e-mail {
    font-size: 3.4rem;
    font-family: helvetica;
font-weight: bold;
}

#footer p.tel:before {
    content: "\F095";
    font-family: FontAwesome;
    margin: 0 0px 0 0px;
    /* background: #FF00D5; */
    padding: 0px;
    line-height: 1;
font-weight: normal;
}

#footer p.fax{
    font-size: 2.4rem;
    font-family: helvetica;
font-weight: bold;
}

#footer p.fax:before {
    content: "\F02F";
    font-family: FontAwesome;
    margin: 0 0px 0 0px;
    padding: 0px;
    line-height: 1;
}
#footer p.e-mail{
    font-size: 1.4rem;
    font-family: helvetica;
font-weight: bold;
}

#footer p.e-mail:before {
    content: "\F003";
    font-family: FontAwesome;
    margin: 0 0px 0 0px;
    padding: 0px;
    line-height: 1;
}

#footer p.e-mail a {
}

#footer p.copyright {
    font-size: 10px;
    margin: 5px 0;
    color: #666;
}

#footer ul.flist li {
	color: #000;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
    padding: 5px 0;
}


#footer a {
	color: #333;
}


#footer .link_more a {
    padding: 4px 8px;
    color: #fff;
    font-size: 11px;
    background: transparent;
    color: #2b8cbb;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 0px #9adaf9 solid;
    border-left: 0;
    border-right: 0;
}



#footer .social ul {
    text-align: center;
}

#footer .social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}

#footer .social li a {
display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
#footer .social li a span {
    visibility: hidden;
}



#footer .social li.twitter a {
    background-image: url(..//images/sns-icon-svg/icons8-twitter-filled.svg);
}
#footer .social li.facebook a {
    background-image: url(..//images/sns-icon-svg/icons8-facebook-filled.svg);
}
#footer .social li.googleplus a {
    background-image: url(..//images/sns-icon-svg/icons8-google-plus-filled.svg);
}
#footer .social li.instagram a {
    background-image: url(..//images/sns-icon-svg/icons8-instagram.svg);
}
#footer .social li.line a {
    background-image: url(..//images/sns-icon-svg/icons8-line-filled.svg);
}


@media screen and (max-width: 736px) {
#footer #fnav ul {
    width: auto;
}

#footer #fnav ul li {
    font-size: 11px;
    font-size: 1.1rem;
    border-left: 0px #999 solid;
}


#footer #fnav ul li a {
    display: block;
    font-size: 12px;
}

#footer p.tel,
#footer p.fax,
#footer p.e-mail {
    text-align: center!important;
}


}


/***************************************************************

デフォルト

****************************************************************/


#main-column h2 {
    font-size: 18px;
    text-align: left;
    border-bottom: 1px #ffa84c solid;
    margin: 0 0 10px 0;
    position: relative;
}

#main-column h2 span{
    border-bottom: 3px #ff6600 solid;
    padding: 0px 5px;
    display: inline-block;
    text-align: center;
  *display: inline;  
    *zoom: 1; 
}

#main-column h2 span:before {
    margin: 0 5px 0 0;
    content: " ";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
  *display: inline;  
    *zoom: 1; 
}

.link_more{
    text-align: right;
    display: block;
    margin: 10px 0;
}

.link_more a{
    padding: 4px 8px;
    color: #fff;
    font-size: 14px;
    background: transparent;
    color: #2b8cbb;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: 1px #9adaf9 solid;
    border-left: 0;
    border-right: 0;
}

.link_more a:after {
    content: "\F105";
    font-family: FontAwesome;
    margin: 0 0px 0 10px;
    /* background: #FF00D5; */
    padding: 0px;
    font-size: 12px;
    line-height: 1;
}



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




}

/***************************************************************

右カラム

****************************************************************/


#side-column a:link,
#side-column  a:visited {
    color: #666;
    text-decoration: none;
}


#side-column .widget {
    padding: 10px;
    border: 1px #e2e2e2 solid;
    margin: 0 0 10px 0;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#side-column h3 {
    font-size: 11px;
    text-align: left;
    margin: 0 0 0px 0;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #000000;
}

#side-column .widget.widget_text h3:before {
    content: "\F002";
    font-family: FontAwesome;
    margin: 5px;
    padding: 0px;
    color: #00b2b2;
    font-size: 14px;
    line-height: 1;

}

#side-column .widget li {
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px #999 dotted;
    margin: 10px 0;
    display: block;
    text-align: left;
}

#side-column .widget li a:before {
    content: "\F0DA";
    font-family: FontAwesome;
    margin: 5px;
    padding: 0px;
    font-size: 14px;
    line-height: 1;

}


/*************************************************************

パンくず

**************************************************************/


.breadcrumb {
    position: relative;
    width: 96%;
    margin: 0 auto;
    text-align: right;
    padding: 10px 0;
    font-size: 11px;
}
.breadcrumb ol {
    margin: 0 auto;
    padding: 5px 0 20px;
    overflow: hidden;
}

.breadcrumb li {
    float: left;
    font-size: 11px;
    padding-left: 4px;
    position: relative;
    margin-left: 4px;
}
.breadcrumb li span {
    padding-right: 4px;
}

.breadcrumb li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.breadcrumb li:after {
    content: "/";
    margin: 0 2px;
}

.breadcrumb li:last-child:after {
    content: "";
    margin: 0 2px;
}


.breadcrumb a {
    color: #393939;
    position: relative;
    text-decoration: underline;
}


.pagenav{
    text-align: right;
    font-size: 11px;
	margin: 10px 0;
}

.pagenav span.current{
font-weight: bold;
    border-right: 1px #ccc solid;
    padding: 2px 6px;
}

.pagenav a{
    padding: 2px 6px;
    border-right: 1px #ccc solid;
}
.pagenav a:last-child{
    border-right: 0px #ccc solid;
}

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

.breadcrumb {
    width: 100%;
}

}


/***************************************************************

スマホメニュー

****************************************************************/


.slidemenu-right {
    display: none;
}

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


	.header-sp {
    width: auto;
    height: 135px;
    margin: 0 0 0px 0;
    background: #E00053;
    border-bottom: 1px #E2E2E2 solid;
    padding: 0px;
    background: #fff
	}


	.header-sp #logo{
	    position: relative;
	    text-align: left;
    	width: 100%; 
	    float: left;
	    z-index: 100;
	    top: 0px;
	    padding: 0 5px;
	}
	.header-sp #logo img{
    width: auto!important;
    padding: 5px 0 0 0!important;
    }

	.header-sp #logo a{
	    width: 100%;
	    text-align: center;
	    display: block;
    }

    
	.slidemenu-right {// SPメニュー
	    right: 0;
	    display: block;
	}

.slidemenu li {
    font-size: 15px!important;
}

.slidemenu h3.EnjoyPanel {
    font-size: 12px;
    padding: 4px;
    color: #fff;
    text-shadow: -1px -1px 0 #FF6600, 1px -1px 0 #FF6600, -1px 1px 0 #FF6600, 1px 1px 0 #FF6600;
    background: #ffa84c;
    background: -moz-linear-gradient(top, #ffa84c 0%, #f44900 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#f44900));
    background: -webkit-linear-gradient(top, #ffa84c 0%,#f44900 100%);
    background: -o-linear-gradient(top, #ffa84c 0%,#f44900 100%);
    background: -ms-linear-gradient(top, #ffa84c 0%,#f44900 100%);
    background: linear-gradient(to bottom, #ffa84c 0%,#f44900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#f44900',GradientType=0 );
margin: 0;
}
.slidemenu h3.HotelPanel {
    font-size: 12px;
    font-weight: bold;
    padding: 8px;
    color: #fff;
    text-shadow: -1px -1px 0 #43260E, 1px -1px 0 #43260E, -1px 1px 0 #43260E, 1px 1px 0 #43260E;
    background: #7c542a;
    background: -moz-linear-gradient(top, #7c542a 0%, #482910 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c542a), color-stop(100%,#482910));
    background: -webkit-linear-gradient(top, #7c542a 0%,#482910 100%);
    background: -o-linear-gradient(top, #7c542a 0%,#482910 100%);
    background: -ms-linear-gradient(top, #7c542a 0%,#482910 100%);
    background: linear-gradient(to bottom, #7c542a 0%,#482910 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c542a', endColorstr='#482910',GradientType=0 );
margin: 0;
}
.slidemenu h3.GuidePanel {
    font-size: 12px;
    padding: 8px;
    color: #fff;
    text-shadow: -1px -1px 0 #5EA400, 1px -1px 0 #5EA400, -1px 1px 0 #5EA400, 1px 1px 0 #5EA400;
    background: #96ca00;
    background: -moz-linear-gradient(top, #96ca00 0%, #62a700 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#96ca00), color-stop(100%,#62a700));
    background: -webkit-linear-gradient(top, #96ca00 0%,#62a700 100%);
    background: -o-linear-gradient(top, #96ca00 0%,#62a700 100%);
    background: -ms-linear-gradient(top, #96ca00 0%,#62a700 100%);
    background: linear-gradient(to bottom, #96ca00 0%,#62a700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96ca00', endColorstr='#62a700',GradientType=0 );
margin: 0;
}


.menu-container .menu ul li a {
    font-size: 15px;
}


}


/***************************************************************

タブメニュー

****************************************************************/

.tb-menu {
    margin: 0 0 20px 0;
}

.tb-menu ul{
    border-bottom: 5px #2196F3 solid;
    text-align: center;
}

.tb-menu  li{
	display: inline-block;
    border: 1px #9E9E9E solid;
    border-right: 0px;
    width: 19%;
    border-bottom: 0px;
    *display: inline;  
    *zoom: 1;  
}

.tb-menu  li:last-child{
    border-right: 1px #9E9E9E solid;
}
.tb-menu  li a{
	padding: 10px 5px;
    display: block;
	font-weight: bold;
}

.tb-menu  li a span{
    display: block;
    font-weight: normal;
}

.tb-menu  li a.select,
.tb-menu  li a:hover{
    background: #2196F3;
    color: #fff;
}

/*************************************************************

ページトップ
**************************************************************/

.backtotop {
	position: fixed;
	right: 5px;
	bottom: 5px;
	z-index: 9000;
	display: none;
}

.backtotop a:link {
    display: block;
    color: #FFFFFF;
    padding: 10px 6px;
    margin: 0;
    background-color: #000;
    border-radius: 0px;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
}
.backtotop a:hover {
  opacity: 0.5;
}

.backtotop i {
    margin: 0 0px 0 0;
    font-size: 180%;
    display: block;
}



/*************************************************************

*IMG:

**************************************************************/

img {
	vertical-align: top;
}
.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}

@media screen and (max-width: 736px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

.img_100per {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}


.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	margin-right: 30px;
	z-index: 2;
}

.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	margin-left: 30px;
	z-index: 2;
}

.over_h {
	overflow: hidden;
}

@media screen and (max-width: 736px) {
	.img_float_l,
	.img_float_r  {
		float: none;
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0 auto 10px;
		text-align: center;
	}
	.img_float_l img,
	.img_float_r img {
		max-width: 100%;
	}
}

/* 画像にボーダーを付ける場合
----------------------------------------*/
.ph_border {
	border: 5px solid #f0f0f0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*************************************************************

*font-family:

**************************************************************/
.eng {
	font-family: 'Droid Serif', serif;
font-family: 'Lato', sans-serif;
font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
.eng_b {
	font-family: 'Droid Serif', serif;
font-family: 'Lato', sans-serif;
font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}

.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
}

.mincho_b {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E","MS P明朝", "MS 明朝", serif;
	font-weight: bold;
}

/*************************************************************

*color:

**************************************************************/

.color_red { color: #ff0000; }
.color_blue { color: #3d85e8; }
.color_geen { color: #18b018; }
.color_orange { color: #ff7011; }
.color_gray { color:#999999; }
.color_white { color:#fff; }
.color_gold { color:#cfa607; }
.color_purple { color:#c08dff; }

/*************************************************************

*レスポンシブ

**************************************************************/

/* PCだけ表示 */
.visible_pc {
	display: block !important;
}
/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline-block !important;
}
/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

.visible_pc_tb {
	display: table-cell !important;
}
@media screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}
	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline-block !important;
	}

	.visible_pc_tb {
		display: none !important;
	}

	.maximg_sp{
		max-width:100%;
		height:auto;
	}

}


/*************************************************************

*hr

**************************************************************/

hr {
	clear: both;
    border: none;
    border-top: solid 0px #7e6a2c;
    height: 1px;
    color: transparent;
    margin: 10px 0;
}

hr.border {
    clear: both;
    border: none;
    border-top: solid 1px #ddd;
    height: 1px;
    color: #FFFFFF;
    margin: 40px 0;
}


hr.clear {
clear: both;
    border-bottom: none;
    height: 0;
    color: transparent;
    margin: 0;
    border: 0;
    margin: 30px 0;
}
}

@media screen and (max-width: 736px) {
	hr {
	    margin: 15px 0;
	}
}

/*************************************************************

*.clearfix

**************************************************************/

.clearfix { zoom:1; }

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

/*************************************************************

*.align

**************************************************************/

.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }



/*************************************************************

*.vertical-align

**************************************************************/

.vertical-align_t {     vertical-align: top; !important; }
.vertical-align_m {     vertical-align: middle;!important; }
.vertical-align_b {     vertical-align: bottom; !important; }


/*************************************************************

*font

**************************************************************/

.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontb { font-weight: bold !important; }
.fontul { text-decoration: underline !important; }
.fontlt { text-decoration: line-through !important; }
.fontobl { font-style: oblique !important; }

.fontvt {
	vertical-align: text-top !important;
	font-size: 50% !important;
}
.fontvb {
	vertical-align: text-bottom !important;
	font-size: 50% !important;
}

.fontn { font-weight: normal; }
.fontb { font-weight: normal; }

/*************************************************************

*JS用

**************************************************************/

.hide {
    display: none;
}



/*****************
プラグイン
***********************************************/

/* 
 * Naver v3.1.2 - 2014-10-24 
 * A jQuery plugin for responsive navigation. Part of the Formstone Library. 
 * http://formstone.it/naver/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */

.naver {
    margin: 0 0 10px 0;
}
.naver,
.naver *,
.naver *:before,
.naver *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.naver-handle {
  width: 100%;
    background: #03A9F4;
	border-bottom: 0px solid #cccccc;
	color: #FFFFFF;
  cursor: pointer;
  display: none;
  font-size: 14px;
  margin: 0;
  padding: 12px 15px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.naver-handle:after {
  height: 3px;
  width: 15px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  background: #fff;
  box-shadow: 0 5px 0 #fff, 0 -5px 0 #fff;
  content: '';
  display: block;
  margin: auto 0;
}
.naver.open .naver-handle:after {
  width: 15px;
  height: 15px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  content: "\00d7";
  font-size: 22px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
}
.naver-wrapper {
  border: none;
  height: auto;
  margin: 0;
  padding: 0;
	border-bottom: 2px #03A9F4 solid;
}

.naver-container:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.naver.enabled .naver-handle {
  display: block;
}
.naver.enabled .naver-wrapper {
  height: 0px;
  overflow: hidden;
}
.naver.enabled .naver-container {
background: #000000;
    border: 0px solid #cccccc;
    border-width: 0 0px 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px solid #000;
}


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

#container.slideOpen {
    position: fixed;
    width: inherit;

}


/*slidemenu*/
.slidemenu {
    background-color: #F3F3F3;
}
.slidemenu li {
	list-style: none;
    border-top: 1px solid #FFFAFA;
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
    line-height: 1.6;
}
.slidemenu li a {
	padding: 7px 0 7px 10px;
    display: block;
    text-decoration: none;
    color: #000;
}
.slidemenu li a:before{
	content:"●";
}

.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    /*border-bottom: none;*/
}
.slidemenu .slidemenu-header {
	height: 40px;
    border-bottom: 0px solid #D9E5EA;
    box-shadow: 0 0px 0px rgba(34,25,25,.4);
    -moz-box-shadow: 0 0px 0px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 0px 0px rgba(34,25,25,.4);
    background-color: #000000;
}
.slidemenu .slidemenu-header div {
    padding: 19px 5px 0;
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    text-align: center;
}



.menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
.menu-button-right {
    right: 0px;
    border-left: 0px solid #ddd;
}

.button.menu-button-right {
    width: 50px;
    height: 40px;
    position: absolute;
    display: block;
    text-align: center;
	right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
}
.button.menu-button-right:before{
	content: "\f039";
    font-family: FontAwesome;
    font-size: 2.8rem;
    line-height: 1.5;
    color: #fff;
	color: #333;
}


.slideOpen .button.menu-button-right:before {
    content: "\f00d";
    font-family: FontAwesome;
    color: #333;
}
.slideOpen .button.menu-button-right {
    background-color: #fff;
}


/*plugin*/

.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}

.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
    background: #fff;
border-left: 1px #000 solid;
}


.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
    display: block;
}

}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0px #ccc;
	-webkit-box-shadow: 0 0 0px #ccc;
	box-shadow: 0 0 0px #ccc;
	border:  0px solid #fff;
	left: 0px;
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ddd;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    outline: 0;
    -moz-border-radius: 99999px;
    -webkit-border-radius: 99999px;
    border-radius: 99999px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #aaa;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/bx_controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/bx_controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
    top: 110%;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/bx_controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/bx_controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}





/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}