@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,video,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,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;box-sizing: border-box;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote::before,blockquote::after,q::before,q::after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}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 #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
/* Google Translate Overrides対応 */
html, body{
  min-height: 0!important;
  height: auto!important;
  position: inherit!important;
}

body {
	font-size: 14px;
	font-family: "Yu Gothic","游ゴシック","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","Helvetica Neue","Helvetica","Arial",sans-serif;
/*
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
*/
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}

/*
body {
	background-image: url("../images/back_fall.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom
	background-color: rgba(255,255,255,0.5);
}
*/

#contents {
	width: 980px;
	margin: 0 auto;
/*	padding: 10px;
	background-color: rgba(255,255,255,0.9);
*/
}

header + #contents {
	padding-top: 50px;
}

.inner {
	vertical-align: top;
	position: relative;
	width: 980px;
	margin: 0 auto;
/*
	background-color: #fff;
*/
}

a {
	color: #043771;
}
a:hover {
	color: #144d8d;
}

h1 {
	font-size: 28px;
}

h2 {

	padding-top: 50px;
	padding-bottom: 1.0em;
/*	margin-top: 50px;
	margin-bottom: 1.0em;
*/
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
}

h2::before {
	content: '―';
	padding: 0 10px;
}

h2::after {
	content: '―';
	padding: 0 10px;
}

h2 span {
	position: relative;
	font-size: 12px;
}

h2 span::before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h2 span::after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h3 {
	margin-top: 50px;
	margin-bottom: 1.0em;
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.0;
	font-weight: bold;
}

h3::before {
	content: '―';
	padding: 0 10px;
}

h3::after {
	content: '―';
	padding: 0 10px;
}

h3 span {
	position: relative;
	font-size: 12px;
}

h3 span::before {
	position: absolute;
	top: 50%;
	left: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h3 span::after {
	position: absolute;
	top: 50%;
	right: -20px;
	z-index: 1;
	content: '';
	display: block;
	width: 1em;
	margin-top: -1px;
	border-top: 1px solid #333;
}

h4 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
}

h5 {
	margin-bottom: 0.25em;
	padding-left: 25px;
	font-size: 16px;
	background: url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom: 0.25em;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

p {
	margin:0 0 1em 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

video {
	max-width: 100%;
	vertical-align: bottom;
}


em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

.recommended {
	font-weight: bold;
	color: #fff;
	padding: 2px 4px 2px 4px;
	background-color: rgb(15, 120, 200);
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
	list-style-position: outside;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	overflow-wrap: break-word;
}

table.nth tr:nth-child(even) td {  
	background-color: #f8f8f8;  
}  

table.noborder{
	border: none;
}

/*  table scroll  */
div.scroll-table {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.scrollTxt{
	display: none;
}


@media screen and (max-width:979px) {
	.scrollTxt{ display: inherit; }
	.scrollTxt span::before{ content: "←"; }
	.scrollTxt span::after{ content: "→"; }
}


/*
.scrollTxt{
	display: table;
	margin: 8px auto 0;
	padding: 0 20px;
	position:
	relative;
	font-size: 12px;
	letter-spacing: 0;
}

.scrollTxt::before{
	content: "";
	display: block;
	background: #222;
	width: 100%;
	height: 2px;
	margin:-1px 0 0;
	position: absolute;
	top: 50%;
	left: 0;
}

.scrollTxt span{ display: inline-block; background: #fff; padding: 0 8px; position: relative; }
.scrollTxt span::before{ content: ""; display: block; width: 0; height: 0; margin:-5px 0 0; position: absolute; top: 50%; border: 5px solid transparent; }
.scrollTxt span::after{ content: ""; display: block; width: 0; height: 0; margin:-5px 0 0; position: absolute; top: 50%; border: 5px solid transparent; }
.scrollTxt span::before{ border-right: 10px solid #222; left: -30px; }
.scrollTxt span::after{ border-left: 10px solid #222; right: -30px; }

@media print, screen and (max-width:320px){
	.scrollTxt{ padding: 0 12px;}
	.scrollTxt span::before{ left: -24px;}
	.scrollTxt span::after{ right: -24px;}
}
*/
/* table-scroll 終わり */




.noborder td {
	border: none;
	padding: 3px;
}
div.pagetop {
	position: relative;
}

.pagetop div.text {
	background: rgba(0,0,0,.5);
	margin:0;
	padding:10px 20px;
	position: absolute;
	top: 60%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:400px) {
	.pagetop div.text h2{ font-size: 16px; }
	.h2, h3{ font-size: 14px; }
}

div.text h2{
	color: #fff;
	display: inline;
}

div.text h2::before{ content: ""; padding: 0; }
div.text h2::after{ content: ""; padding: 0; }


.inside_border {
	position: relative;
	outline: 1px solid #fff;
	outline-offset: -4px;
}

.red {
	font-weight: bold;
	color: #f00;
}

.blue {
	font-weight: bold;
	color: #00f;
}

.green {
	font-weight: bold;
	color: #0f0;

}

.black {
	font-weight: bold;
	color: #000;
}


.shadow_red {
	text-shadow: 2px  2px 5px #f00,
		    -2px  2px 5px #f00,
		     2px -2px 5px #f00,
		    -2px -2px 5px #f00;
	background: rgba(0,0,0,.0);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
	.	font-size: 14px;

}

.shadow_blue {
	text-shadow: 2px  2px 5px #00f,
		    -2px  2px 5px #00f,
		     2px -2px 5px #00f,
		    -2px -2px 5px #00f;
	background: rgba(0,0,0,.0);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
}

.shadow_magenta {
	text-shadow: 2px  2px 5px #f0f,
		    -2px  2px 5px #f0f,
		     2px -2px 5px #f0f,
		    -2px -2px 5px #f0f;
	background: rgba(0,0,0,.0);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
}

.shadow_brown {
	text-shadow: 2px  2px 5px #630,
		    -2px  2px 5px #630,
		     2px -2px 5px #630,
		    -2px -2px 5px #630;
	background: rgba(0,0,0,.0);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
}

.shadow_green {
	text-shadow: 2px  2px 5px #0C0,
		    -2px  2px 5px #0C0,
		     2px -2px 5px #0C0,
		    -2px -2px 5px #0C0;
	background: rgba(0,0,0,.0);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
}

.shadow_yellow {
	text-shadow: 2px  2px 5px #ff0,
		    -2px  2px 5px #ff0,
		     2px -2px 5px #ff0,
		    -2px -2px 5px #ff0;
	background: rgba(0,0,0,.0);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
}

.shadow_black {
	text-shadow: 2px  2px 5px #000,
		    -2px  2px 5px #000,
		     2px -2px 5px #000,
		    -2px -2px 5px #000;
	background: rgba(0,0,0,.0);
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-weight: bold;
	color: #fff;
	pointer-events: none;
}

.plan_twoCol {
	font-size: 28px;
}

.rollover{
	position: relative;
}

.large_photo{
	box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
	padding: 0 10px 10px 0;
}

/* INPUT */

input{
	padding-left: 0.5em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea{
	padding-left: 0.5em;
	padding-right: 0.5em;
	resize: vertical;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 240px;
}

input[type="submit"]{
	width: 80%;
	color: #fff;
	background-color: #000;
	border-style: none;
	padding: 10px;
}

input[type="submit"]:hover{
	background-color: #333;
	border-style: none;
	padding: 10px;
}

input[type="submit"]:active{
	background-color: rgb(15, 120, 200);
}

input[type="button"]{
	width: 80%;
	color: #fff;
	background-color: #000;
	border-style: none;
	padding: 10px;
}

input[type="button"]:hover{
	background-color: #333;
	border-style: none;
	padding: 10px;
}

input[type="button"]:active{
	background-color: rgb(15, 120, 200);
}


.box{
	padding-left: 0.5em;
	border-width: 1px;
	border-color: #7a7a7a;
	border-style: solid;
}

.require{
	color: #f00;
	font-size: 75%;
}

.no_require{
	color: #00f;
	font-size: 75%;
}

.larger{
	font-size: 200%;
}

/* 電話予約 */
.reservation_tel { font-size: 32px; }

.reservation_tel_box {
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	width: auto;
}

/* ラインマーカー風 */

.marker_magenta {
	background: linear-gradient(transparent 60%, #ff66ff 60%);
}

.marker_cyan {
	background: linear-gradient(transparent 60%, #ff66ff 60%);
}

.marker_yellow {
	background: linear-gradient(transparent 60%, #ff66ff 60%);
}

/* リストマーク */
/* チェックマーク */

ul.check li {
	position: relative;
	list-style: none;

}
ul.check li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.2em;
	width: 8px;
	height: 3px;
	border-left: 2px solid rgb(15, 120, 200);
	border-bottom: 2px solid rgb(15, 120, 200);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.check li.ckblue::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.2em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #28acd6;
	border-bottom: 2px solid #28acd6;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.check li.ckgold::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.2em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #ccb72c;
	border-bottom: 2px solid #ccb72c;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.check li.ckblack::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1.2em;
	width: 8px;
	height: 3px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

img.icon {
	vertical-align: text-bottom;
	width: 22px;
	height: 22px;
}

img.LINE {
	vertical-align: 10px;
	margin-top: 4px;
	height: 32px;
}
span.LINE {
	border-radius: 5px;
	padding: 5px 20px;
	margin: 0px 10px 0px 0px;
	background-color: #00b900;
	font-weight: bold;
	font-family: "Helvetica";
}

/*================================================
 *  Google Map用
 ================================================*/
.gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gmap_square {
  padding-top: 100%;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin: 0 auto 50px auto;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
/*	margin-bottom:10px; */
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 10px 0 0;
}

@media screen and (max-width:767px) {
	.imgL {
		margin-bottom:20px;
	}
	.imgL img {
		float:none;
		margin:0 0 10px 0;
	}
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 0 10px;
}

@media screen and (max-width:767px) {
	.imgR {
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	.imgR img {
		float:right;
		margin:0 0 10px 0;
	}
}

/* 写真ズーム */
.zoom {
	overflow: hidden;
}
.zoom img {
	display: block;
	-moz-transition: -moz-transform 0.8s linear;
	-webkit-transition: -webkit-transform 0.8s linear;
	-o-transition: -o-transform 0.8s linear;
	-ms-transition: -ms-transform 0.8s linear;
	transition: transform 0.8s linear;
}
.zoom img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.zoom img {
	margin-bottom: 0;
}

/* オーバーレイ */
.overlay {
	position: relative;
}
.overlay::after{
	background: rgba(0,0,0,.5);
	content: "　";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: all .3s ease-out;
	pointer-events: none;
}
.overlay:hover::after {
	background: rgba(0,0,0,.1);
	transition: all .3s ease-out;
}
.overlay img {
	margin-bottom: 0;
}

/* ボタン */
.btn a {
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	z-index: 1;
	background: #000;
}
.btn a:hover {
	color: #fff;
	background: #333;
}

.btn a:active {
	background: rgb(15, 120, 200);
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:60px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((480 / 980) *100%);
	height: auto;
	margin:0 0 20px 0;
}
.twoCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.twoCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.twoCol .inner > a {
	width: 100%;
	height: 100%;
}
.twoCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.twoCol .inner img {
	width:100%;
}
.twoCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.twoCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner > a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}

/* 4カラム（スマートフォンでは2カラム) */
.fourCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.fourCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 23.46%;
	width: calc((230 / 980) *100%);
	margin: 0 0 20px 0;
}
.fourCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.fourCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.fourCol .inner > a {
	width: 100%;
	height: 100%;
}
.fourCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.fourCol .inner img {
	width: 100%;
}
.fourCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.fourCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.fourCol {
		margin-bottom: 20px;
	}
	.fourCol .inner {
		box-sizing: border-box;
		width: 48.98%;
		width: calc((480 / 980) *100%);
		margin-bottom: 10px;
	}
}

/* お知らせ */
.information {
	margin-bottom: 80px;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: none;
}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}

@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
/*
	background: #000;
*/
	background: rgba(0,0,0,.9);
	z-index: 100;
}

header::after {
	content: ""; 
	display: block;
	clear: both;
}

header h1 {
	float: left;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	padding: 0 0 0 10px;
	color: #fff;
}

header h1 img {
	vertical-align: middle;
}

@media screen and (max-width:768px) {
	header h1 {
		padding: 0 0 0 10px;
	}
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
/* PC用 */
@media print, screen and (min-width:769px) {
	nav.gnav::after {
		content: '';
		display: block;
		clear: both;
	}
	nav.gnav {
		display: block !important;
		float: right;
	}

	/* 共通 */
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li {
		position: relative;
/* hover時にborder表示のためline-height: 50px;を削除 */
/*
		line-height: 50px;
*/
		margin: 0;
		padding: 0;
		list-style: none;
	}
	nav.gnav ul li a {
		display: block;
/* メニューの透過処理のため
		background: #000;
*/
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
/* 一段目のメニュー幅をテキストに合わせて可変化のためと修正とhover時にborderによる下線表示のため: 直下のpaddingとmarginを追加 */
		padding: 8px 10px 3px 12px;
		margin: 5px 0 8px 0;
	}
	nav.gnav ul li:hover > a {
		color: #fff;
		background: #333;
		border-bottom: 2px solid #fff;
	}

	/* 1段目 */
	nav.gnav > ul > li {
		position: relative;
/* 一段目のメニュー幅をテキストに合わせて可変化のため修正
		width: 110px;
*/
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
/* hover時にborder表示のためline-height: 50px;を削除 */
/*
		line-height: 50px;
*/
	}
	nav.gnav > ul > li.subnav a {
/* 一段目のメニュー幅をテキストに合わせて可変化のため修正: 直下のpadding-rightを修正 元は20px */
		padding-right: 30px;
	}
	nav.gnav > ul > li.subnav > a::after {
		position: absolute;
		content: "";
		top: 50%;
		width: 0;
		height: 0;
		margin-top: -2.5px;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}

	/* 2段目 */
	nav.gnav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 180px;
		margin: 0;
		padding: 0;
	}
	nav.gnav ul li ul li {
		overflow: hidden;
		height: 0;
		color: #fff;
		transition: .2s;
	}
	nav.gnav ul li ul li a {
		padding: 0 15px;
		margin: 0;
		text-align: left;
		background: #333;
		font-weight: bold;
	}
	nav.gnav ul li ul li a:hover {
		background: #444;
		border-bottom: 0px solid #fff;
	}
	nav.gnav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #555;
	}
	nav.gnav ul li:hover ul li:last-child {
		border-bottom: none;
	}
	nav.gnav > ul > li:last-child > ul {
		width: 250px;
		left: -152px;
	}
	nav.gnav ul li ul li ul::before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}
	nav.gnav > ul > li:last-child ul li ul::before {
		position: absolute;
		content: "";
		top: 17.5px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav.gnav ul li ul li ul {
		top: 0;
		left: 100%;
	}
	nav.gnav ul li ul li ul li {
		width: 100%;
	}
	nav.gnav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #555;
	}
	nav.gnav > ul > li:last-child > ul li ul {
		left: -100%;
	}
	nav.gnav ul li ul li ul li a {
		background: #444;
	}
	nav.gnav ul li ul li ul li a:hover {
		background: #666;
	}

	/* 3段目 */
	nav.gnav > ul {
		display: block !important;
	}
	#spMenu {
		display: none;
	}

	.sp {
		display:none;
	}

}

/* タブレット・スマートフォン用 */
@media screen and (max-width:768px) {
	nav.gnav {
		display: none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 50px;
		right: 0;
		width: 100%;
		height: 88%;
		height: -webkit-calc(100% - 50px);
		height: calc(100% - 50px);
	}
	nav.gnav li {
		position: relative;
		width: 100%;
		float: none;
		margin: 0;
		text-align: left;
		list-style: none;
		border-bottom: 1px solid #333;
		font-weight: bold;
/* メニューを透過に
		background: #000;
*/
		background: rgba(0,0,0,.9);
	}
	nav.gnav li:first-child {
		border-top: 0;
	}
	nav.gnav li:last-child {
		border-bottom: 0;
	}
	nav.gnav li a {
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
/* メニューを透過に
		background: #000;
*/
	}

	nav.gnav li span {
		font-weight: bold;
	}

	nav.gnav li a:hover {
		color: #fff;
		background: transparent; /* メニューの透過のため追加 */
/* メニューの透過処理ためサブメニュー上下矢印も透過処理
		background: #222; 
*/
	}
	nav.gnav ul ul {
		display: none;
		position: relative;
	}
	nav.gnav li li{
		background: transparent; /* メニューの透過のため追加 */
	}
	nav.gnav li li a {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 30px 10px 34px;
		text-align: left;
	}
	nav.gnav li li li a {
		padding: 10px 20px 10px 48px;
	}
/* 背景傾けて矢印をつくるのではなくボーダーで作るため、追加 ここから*/
	nav.gnav .subnav > a::after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-bottom: solid 3px #fff;
		border-right: solid 3px #fff;
		border-top: solid 0px #fff;
		border-left: solid 0px #fff;
	}
	nav.gnav .subnav.active > a::after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: 0px;
		border-bottom: solid 0px #fff;
		border-right: solid 0px #fff;
		border-top: solid 3px #fff;
		border-left: solid 3px #fff;
	}
/* 背景傾けて矢印をつくるのではなくボーダーで作るため、追加 ここまで*/

/* 背景傾けて矢印をつくるのではなくボーダーで作るため、削除
	nav.gnav .subnav > a::before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		background: #fff;
	}
	nav.gnav .subnav > a::after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		margin-top: -10px;
		background: #000;
	}
	nav.gnav .subnav a:hover::after {
		background: #222;
	}
	nav.gnav .subnav.active > a::before {
		margin-top: 0;
	}
	nav.gnav .subnav.active > a::after {
		margin-top: 5px;
	}
*/
	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
		background: transparent;
	}

	#spMenu {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	#spMenu:hover {
		cursor: pointer;
	}

	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 30px;
		border-radius: 5%;
		background: #333;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 14px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #f1f1f1;
		transition: .2s;
	}
	#navBtnIcon::before,
	#navBtnIcon::after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 14px;
		height: 2px;
		background: #f1f1f1;
		transition: 0.3s;
	}
	#navBtnIcon::before {
		margin-top: -6px;
	}
	#navBtnIcon::after {
		margin-top: 4px;
	}
	#navBtn .close {
		background: transparent;
	}
	#navBtn .close::before,
	#navBtn .close::after {
		margin-top: 0;
	}
	#navBtn .close::before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	#navBtn .close::after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	.pc {
		display:none;
	}

}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
	margin-top: 80px;
	background: #ddd;
}

.fnav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 50px;
	padding: 20px 0;
}

.fnav > ul {
	width: 33%;
	margin-bottom: 0;
	font-size: 12px;
}
.fnav > ul li {
	text-align: left;
}

.copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	background: #000;
}

.copyright a:link {
	text-decoration: none;
	color: #fff;
}

.copyright a:hover {
	text-decoration: none;
	color: #fff;
}

.copyright a:visited {
	text-decoration: none;
	color: #fff;
}

@media screen and (max-width:767px) {
	footer {
		margin-top: 40px;
	}

	.fnav {
		display: block;
		margin: 0;
	}
	.fnav > ul {
		width: 100%;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 10;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background: rgba(0, 0, 0, 0.5);
}
.totop img:hover {
	background: rgba(51, 51, 51, 0.5);
}
.totop img:active {
	background: rgba(15, 120, 200, 1.0);
}

/*================================================
 *  GoToトラベルキャンペーン + 岩手応援プロジェクト
 ================================================*/
.gotopc {
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 101;
}

.gotopc a {
	display: block;
}

.gotopc img {
	width: 150px;
	height: 140px;
	background: rgba(27, 171, 222, 0.8);
}

.gotosp {
	position: fixed;
	top: 10px;
	right: 50px;
	z-index: 101;
}

.gotosp a {
	display: block;
}

.gotosp img {
	width: 110px;
	height: 32px;
	background: rgba(0, 0, 0, 0.8);
}

.iwate_oen_sp {
	position: fixed;
	top: 10px;
	right: 50px;
	z-index: 99;
}

.iwate_oen_sp a {
	display: block;
}

.iwate_oen_sp img {
	width: 64px;
	height: 32px;
}

.iwate_oen_pc {
	position: absolute;
	top: 65px;
	left: 15px;
	z-index: 99;
}

.iwate_oen_pc img {
	width: 150px;
/*
	height: 112px;
*/
	background: rgba(249, 219, 232, 0.8); 
	opacity: 0.8;
}
.iwate_oen_pc_text {
	padding: 5px 0px;
/*
	background: #8ec43e;
	background: rgba(142, 196, 62, 0.8);
	background: rgba(242, 243, 244, 0.8);
*/
	background: rgba(249, 219, 232, 0.8); 
	text-align: center;
	font-weight: bold;
	color: rgba( 0, 0, 0, 0.8);

}
/*================================================
 *  スライドショー
 ================================================*/
.slide {
	padding-top: 50px;
	overflow: hidden;
	position: relative;

}

.cover {
	position: absolute;
	z-index: 20;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	margin-top: 50px;
}

.slideInner {
	list-style: none;
	margin: 0;
	padding: 0;
}
.slideInner li {
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

/*================================================
 *  タブレット・スマートフォン向けデザイン
 ================================================*/
/* テンプレートより小さくなった場合に適用 */
@media screen and (max-width:979px) {
	.inner {
		width: 100%;
	}

	#contents {
		box-sizing: border-box;
		width: 100%;
		padding: 0 10px;
	}

	footer {
		width: 100%;
	}

	.lock {
		position: fixed;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
	}


}

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

body{
	font-size: 14px;
}

.plan_twoCol {
	font-size: 14px;
}

.plan_fourCol {
	font-size: 12px;
}

}

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

body{
	font-size: 12px;
}

.plan_twoCol {
	font-size: 12px;
}

.plan_fourCol {
	font-size: 11px;
}

}
