/* ===========================================
Base Style
=============================================*/

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 100;
	src: url('../font/NotoSansCJKjp-Thin-subset.eot'); 
	src: url('../font/NotoSansCJKjp-Thin-subset.eot?#iefix') format('embedded-opentype'), 
		url(../font/NotoSansCJKjp-Thin-subset.woff) format('woff'),
 		url(../font/NotoSansCJKjp-Thin-subset.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: normal;
	src: url('../font/NotoSansCJKjp-Light-subset.eot'); 
	src: url('../font/NotoSansCJKjp-Light-subset.eot?#iefix') format('embedded-opentype'), 
		url(../font/NotoSansCJKjp-Light-subset.woff) format('woff'),
 		url(../font/NotoSansCJKjp-Light-subset.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: bold;
	src: url('../font/NotoSansCJKjp-Regular-subset.eot'); 
	src: url('../font/NotoSansCJKjp-Regular-subset.eot?#iefix') format('embedded-opentype'), 
		url(../font/NotoSansCJKjp-Regular-subset.woff) format('woff'),
 		url(../font/NotoSansCJKjp-Regular-subset.otf) format('opentype');
}

html {
	width: 100%;
 	height: 100%;
	font-family: 'Noto Sans Japanese', Avenir, Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:62.5%; /* 1em=10px */
}

body {
	width: 100%;
	height: 100%;
	background: #F0F0F0;
 	font-size:1.8rem;
 	line-height: 2.0;
	-webkit-text-size-adjust:100%;
	/* -webkit-font-smoothing: antialiased; */
 	color: #000;
 	overflow-y: scroll;
	position:relative;
 	z-index: 0;
}

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

a:link,
a:visited {
	color: #165E83;
	text-decoration: none;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

a:not(.no-hover):hover,
a:not(.no-hover):active {
	/* text-decoration: underline; */
	opacity: 0.75;
	filter: alpha(opacity=80);
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-o-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}

h1 {
	font-weight: 100;
	font-size: 5.0rem;
	line-height: 1.4;
	text-align: center;
}

h2 {
	font-weight: 100;
	font-size: 5.0rem;
	line-height: 1.4;
	text-align: center;
}

h2 {
	width: 100%;
	font-size: 1.0rem;
	line-height: 1;
	text-align: left;
	position: relative;
	overflow: hidden;
}

h2 img {
	width: 1180px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -590px;
}

h3 {
	font-weight: 100;
	font-size: 4.0rem;
	line-height: 1.4;
	text-align: center;
}

h4 {
	font-weight: 100;
	font-size: 3.6rem;
	line-height: 1.4;
	text-align: center;
}

h5 {
	font-weight: 100;
	font-size: 3.2rem;
	line-height: 1.4;
	text-align: center;
}

hr {
	border: 0;
    height: 1px;
    background: #F0F0F0;
}


/* ===========================================
Common Class
=============================================*/

/* Clearfix */
.cf:before,
.cf:after {
	content:"";
	display:block;
	overflow:hidden;
}

.cf:after {
	clear:both;
}

.cf {
	zoom:1;
}

/* Hide-txt */
.hide-txt {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.top-left {
	background-position: 0% 0%!important;
}

.top-center {
	background-position: 50% 0%!important;
}

.top-right {
	background-position: 100% 0%!important;
}

.middle-left {
	background-position: 0% 50%!important;
}

.middle-center {
	background-position: 50% 50%!important;
}

.middle-right {
	background-position: 100% 50%!important;
}

.bottom-left {
	background-position: 0% 100%!important;
}

.bottom-center {
	background-position: 50% 100%!important;
}

.bottom-right {
	background-position: 100% 100%!important;
}


p.caption,
span.caption {
	font-size:1.6rem;
	line-height: 2.0;
}

ul.attention {
	background: #F0F0F0;
	padding: 22px 30px 22px 20px;
	box-sizing: border-box;
}

ul.attention li {
	font-size: 1.4rem;
	line-height: 2.0;
	padding-left: 2em;
	margin-top: 10px;
	position: relative;
}

ul.attention li:before {
	content:"・";
	font-size: 2.8rem;
	line-height: 1.0;
	color: #B3B3B3;
	display: block;
	position: absolute;
	top:0;
	left: 0;
}

ul.attention li:first-child {
	margin-top: 0;
}

ul.attention.single li {
	padding-left: 10px;
}

ul.attention.single li:before {
	content:normal;
	position: static;
	top: auto;
	left: auto;
}

a.link-btn:link,
a.link-btn:visited {
	width: 100%;
	background: #165E83;
	font-size: 2.4rem;
	font-weight: 100;
	color: #FFF;
	text-align: center;
	padding: 8px;
	display: block;
	box-sizing: border-box;
}

a.link-btn:hover,
a.link-btn:active {
	/* background: rgba(22,94,131,0.75); */
	text-decoration: none;
}

.link-btn-blank {
	width: 100%;
	background: #f0f0f0;
	font-size: 2.4rem;
	font-weight: 100;
	color: #b3b3b3;
	text-align: center;
	padding: 8px;
	display: block;
	box-sizing: border-box;
	margin-top: 30px;
}

a.link-text-l {
	background: url('../img/common/link_arrow_l.png') no-repeat 0 50%;
	background-size: 32px;
	font-size: 2.4rem;
	padding-left: 46px;
}

a.link-text-m {
	background: url('../img/common/link_arrow_m.png') no-repeat 100% 50%;
	background-size: 13px 21px;
	font-size: 2.0rem;
	padding-right: 31px;
}

a.link-text-s {
	font-size: 1.8rem;
}

a.link-top {
	height: 32px;
	background: url('../img/common/link_top.png') no-repeat 100% 50%;
	background-size: 32px;
	font-size: 1.8rem;
	line-height: 32px;
	text-align: right;
	padding-right: 46px;
	display: inline-block;
}

a.link-detail {
	height: 32px;
	background: url('../img/common/link_arrow_l.png') no-repeat 100% 50%;
	background-size: 32px;
	font-size: 1.8rem;
	line-height: 32px;
	text-align: right;
	padding-right: 46px;
	display: inline-block;
}

a.link-blank {
	background: url('../img/common/link_blank.png') no-repeat 0 50%;
	background-size: 32px;
	font-size: 2.4rem;
	padding-left: 46px;
}

a.link-tel {
	height: 56px;
	background: url('../img/common/link_tel.png') no-repeat 0 50%;
	background-size: 56px;
	font-size: 3.6rem;
	line-height: 56px;
	text-align: left;
	padding-left: 71px;
	display: inline-block;
}

.tel a {
	pointer-events: none;
	color: #000;
}

ul.breadcrumb-list {
	font-size: 1.6rem;
	text-align: center;
	margin-top :16px;
}

ul.breadcrumb-list li {
	background: url('../img/common/breadcrumb_arrow.png') no-repeat 0 50%;
	background-size: 9px 14px;
	padding-left: 38px;
	margin: 0 14px;
	display: inline-block;
}

ul.breadcrumb-list li:first-child {
	background: none;
	padding-left: 0;
}

ul.breadcrumb-list li.current {
	font-weight: bold;
}

ul.breadcrumb-list a {
	color: #000;
}

ul.contents-list {
	width: 100%;
	max-width: 1106px;
	margin: 0 auto;
}

ul.contents-list li {
	width: 46.25%;
	border-top: 1px solid #f0f0f0;
	font-size: 2.0rem;
	padding: 16px 32px;
	margin: 0 1.25%;
	float: left;
	box-sizing: border-box;
}


ul.contents-list li:nth-child(odd) {
	margin: 0 1.25% 0 2.5%;
	clear: both;
}

ul.contents-list li:nth-child(even) {
	margin: 0 2.5% 0 1.25%;
}

ul.contents-list li:last-child,
ul.contents-list li:nth-last-child(2) {
	border-bottom: 1px solid #f0f0f0;
}

ul.contents-list li a {
	padding-left: 46px;
	background-image: url('../img/common/accordion_down.png') ;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 32px;
	display: block;
}

#contents ul.contents-list span.sub {
	background: none;
	font-size: 1.6rem;
	margin-top: 14px;
	display: block;
}

#contents ul.contents-list span.sub a {
	background: none;
}

ul.howto {
	width: 100%;
}

ul.howto li {
	list-style-type: decimal;
	list-style-position: inside;
	border-top: 1px solid #f0f0f0;
	font-size: 1.6rem;
	padding: 22px 32px 22px 70px;
	text-indent: -2.5em;
}

ul.howto li:first-letter {
	margin-left: 1.5em;
}

ul.howto li:first-child {
	border: none;
}

.top-main {
	width: 100%;
	max-height: 625px;
	background: #000;
	overflow: hidden;
	position: relative;
}

.top-main:after {
	content: "";
	display: block;
	padding-top: 48.8%;
}

.top-main .image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}

.top-main h2 {
	width: 100%;
	max-width: 1280px;
	height: 100%;
	max-height: 545px;
	text-align: center;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin:0 auto;
}

.top-main h2.left {
	text-align: left;
}

.top-main h2.right {
	text-align: right;
}

.top-main h2 img {
	width: 100%;
	height: auto;
	position: static;
	top: auto;
	left: auto;
	margin: 0;
}

.top-lead {
	font-size: 2.4rem;
	text-align: center;
	padding-top: 60px;
	margin: 0 auto;
}

.top-lead-link {
	font-size: 2.4rem;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
}

.attention-box {
	background: #F0F0F0;
	padding: 22px 32px 22px;
	box-sizing: border-box;
}

.attention-box .title {
	font-size: 1.6rem;
	font-weight: bold;
}

.attention-box .body {
	font-size: 1.4rem;
}

.vertical-catch {
	background: #FFF;
	overflow: hidden;
}

.vertical-catch .group {
	max-width: 1280px;
	margin: 50px auto 80px auto;
	overflow: hidden;
	position: relative;
}

.vertical-catch .group .glide {
	width: 92.2%;
	height: 545px;
	margin: 0 3.9%; /* 0 50px */
}

.vertical-catch .group .glide .image {
	height: 545px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.vertical-catch .group h2 {
	width: 234px;
	position: relative;
	overflow: visible;
}

.vertical-catch .group h2 img {
	width: 234px;
	top: auto;
	left: auto;
	margin: 0;
}

.vertical-catch .group .badge {
	width: 92px;
	width: 92px;
	position: absolute;
	top: 500px;
}

.vertical-catch .group .badge img {
	width: 100%;
	height: auto;
}

.vertical-catch .group:nth-of-type(odd) .badge {
	margin-left: -32px;
	margin-right: 0;
	left: 9.375%;
	right: auto;
}

.vertical-catch .group:nth-of-type(even) .badge {
	margin-left: 0;
	margin-right: -32px;
	left: auto;
	right: 9.375%;
}

.vertical-catch .group.left .badge {
	margin-left: -32px;
	margin-right: 0;
	left: 9.375%;
	right: auto;
}

.vertical-catch .group.right .badge {
	margin-left: 0;
	margin-right: -32px;
	left: auto;
	right: 9.375%;
}

.vertical-catch .group:nth-of-type(odd) h2 {
	float: left;
	margin-left: 9.375%; /* 120px */
	margin-right: -35.46875%; /* -454px */
}

.vertical-catch .group:nth-of-type(even) h2 {
	float: right;
	margin-left: -35.46875%; /* -454px */
	margin-right: 9.375%; /* 120px */
}

.vertical-catch .group.left h2 {
	float: left;
	margin-left: 9.375%; /* 120px */
	margin-right: -35.46875%; /* -454px */
}

.vertical-catch .group.right h2 {
	float: right;
	margin-left: -35.46875%; /* -454px */
	margin-right: 9.375%; /* 120px */
}

.vertical-catch .group > .text {
	position: relative;
}

.vertical-catch .group:nth-of-type(odd) > .text {
	float: right;
	margin: 40px 11.71875% 0 35.46875%; /* 40px 150px 0 454px */
}

.vertical-catch .group:nth-of-type(even) > .text {
	float: left;
	margin: 40px 35.46875% 0 11.71875%; /* 40px 454px 0 150px */
}

.vertical-catch .group.left > .text {
	float: right;
	margin: 40px 11.71875% 0 35.46875%; /* 40px 150px 0 454px */
}

.vertical-catch .group.right > .text {
	float: left;
	margin: 40px 35.46875% 0 11.71875%; /* 40px 454px 0 150px */
}

.vertical-catch .group > .text > p {
	margin-top: 26px;
}

.vertical-catch .group > .text .attention-box {
	margin-top: 20px;
}

.vertical-catch .group .detail {
	clear: both;
	padding-top: 70px;
	margin: 0 11.796%;
}

.vertical-catch .group .detail .image {
	width: 27.71%;
	float: left;
}

.vertical-catch .group .detail .image img {
	width: 100%;
	height: auto;
}

.vertical-catch .group .detail .text {
	width: 69.02%;
	float: right;
}

.vertical-catch .group .detail .text h5 {
	line-height: 1.25;
	text-align: left;
	margin-top: -3px;
}

.vertical-catch .group .detail .text p {
	font-size: 1.6rem;
	margin-top: 16px;
}

.vertical-catch .group .detail .text .btn-detail {
	float: right;
	margin-top: 18px;
}

.vertical-catch .group .text .btn-detail {
	float: right;
	margin-top: 18px;
}

.recommend {
	max-width: 1280px;
	padding-top: 60px;
	margin: 0 auto;
}

.recommend h3 {
	height: 36px;
	font-size: 1.0rem;
}

.recommend h3 img {
	width: 152px;
	height: 36px;
}

.recommend #recommend-glide {
	width: 81.4%;
	height: 328px;
	margin: 40px auto 0 auto;
}

.recommend #recommend-glide .glide__slide {
	width: 100%;
	height: 328px;
	background: #000;
	position: relative;
}

.recommend #recommend-glide .glide__slide .image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	opacity: 0.6;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.recommend #recommend-glide .glide__slide:hover .image {
	opacity: 0.45;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.recommend #recommend-glide .glide__slide .text {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.recommend #recommend-glide .glide__slide p {
	width: 90%;
	font-size: 2.4rem;
	font-weight: 100;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 5%;
	font-weight: 500;
}

.recommend #recommend-glide .glide__slide  h4 {
	width: 90%;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 5%;
	font-weight: 500;
}

.recommend #recommend-glide .glide__slide  a {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

.recommend .btn-top {
	margin: 110px 3.9% 0 0;
	float: right;
}

.badge-detail {
	background: #FFF;
	overflow: hidden;
	padding: 0 0 80px 0;
	margin-top: 60px;
}

.badge-detail h2 {
	margin-top: 80px;
}

.badge-detail .group {
	max-width: 1280px;
	margin: 80px auto 0 auto;
	overflow: hidden;
	position: relative;
}

.badge-detail .group .glide {
	width: 92.2%;
	height: 560px;
	margin: 0 3.9%; /* 0 50px */
}

.badge-detail .group .image {
	height: 560px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.badge-detail .group .badge {
	width: 96px;
	position: absolute;
	top: 512px;
	right: 81.72%;
}

.badge-detail .group .badge img {
	width: 96px;
	height: auto;
}

.badge-detail .group .text {
	width: 60.625%;
	margin: 30px auto 0 auto;
}

.badge-detail .group .text h4 {
	text-align: left;
}

.badge-detail .group .text p {
	margin-top: 14px;
}

.badge-detail .group .text p .link-btn {
	margin-top: 30px;
}

.badge-detail .group .text p .link-btn-blank  {
	margin-top: 30px;
}

.badge-detail .group .text p .link-btn:nth-of-type(n+2),
.badge-detail .group .text p .link-btn-blank:nth-of-type(n+2) {
	margin-top: 10px;
}

.badge-detail .group .text p .link-btn-blank  {
	margin-top: 30px;
}

.badge-detail .group .text .attention {
	margin-top: 28px;
}

.right-left-detail,
.right-left-detail-s,
.right-left-detail-xs {
	background: #FFF;
	margin-top: 60px;
	padding: 70px 0 80px 0;
	overflow: hidden;
}

.right-left-detail h3,
.right-left-detail-s h3,
.right-left-detail-xs h3 {
	margin-bottom: 70px;
}

.right-left-detail .lead,
.right-left-detail-s .lead,
.right-left-detail-xs .lead {
	max-width: 800px;
	margin: 50px auto -9px auto;
}

.right-left-detail .group {
	max-width: 1280px;
	margin: 80px auto 0 auto;
	position: relative;
	zoom:1;
}

.right-left-detail .group:before,
.right-left-detail .group:after {
	content:"";
	display:block;
	overflow:hidden;
}

.right-left-detail .group:after {
	clear:both;
}

.right-left-detail-s .group,
.right-left-detail-xs .group {
	max-width: 1280px;
	margin: 60px auto 0 auto;
	display: table;
	table-layout:fixed;
}

.right-left-detail .group .image {
	width: 55.39%;
	box-sizing: border-box;
	position: relative;
}

.right-left-detail .group .image .glide--horizontal .glide__bullets {
	bottom: 20px;
	left: 2.5%;
	width: 95%;
	height: 10px;
	text-align: right;
}

.right-left-detail .group .text {
	width: 44.61%;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.right-left-detail .group > div.image:nth-of-type(1) {
	float: left;
	padding: 0 1.25% 0 3.9%;
}

.right-left-detail .group > div.image:nth-of-type(2) {
	float: right;
	padding: 0 3.9% 0 1.25%;
}

.right-left-detail .group > div.text:nth-of-type(1) {
	left:0;
	padding: 0 1.25% 0 3.9%;
}

.right-left-detail .group > div.text:nth-of-type(2) {
	right: 0;
	padding: 0 3.9% 0 1.25%;
}

.right-left-detail-s .group .image,
.right-left-detail-s .group .text,
.right-left-detail-xs .group .image,
.right-left-detail-xs .group .text {
	width: 50%;
	vertical-align: middle;
	display: table-cell;
}

.right-left-detail .group .image img,
.right-left-detail-s .group .image img,
.right-left-detail-xs .group .image img {
	width: 100%;
	height: auto;
	pointer-events: none;
}

.right-left-detail-s .group div:nth-of-type(1),
.right-left-detail-xs .group div:nth-of-type(1) {
	padding: 0 1.25% 0 3.9%;
}

.right-left-detail-s .group div:nth-of-type(2),
.right-left-detail-xs .group div:nth-of-type(2) {
	padding: 0 3.9% 0 1.25%;
}


.right-left-detail .group div:nth-of-type(1) h4,
.right-left-detail .group div:nth-of-type(1) h5 {
	text-align: right;
	margin: 24px 0;
}

.right-left-detail-s .group div:nth-of-type(1) h4,
.right-left-detail-s .group div:nth-of-type(1) h5,
.right-left-detail-xs .group div:nth-of-type(1) h4,
.right-left-detail-xs .group div:nth-of-type(1) h5 {
	text-align: right;
	margin: 5px 0 5px 17.59%;
}

.right-left-detail .group div:nth-of-type(1) p {
	text-align: left;
	margin: 24px 0;
}

.right-left-detail-s .group div:nth-of-type(1) p,
.right-left-detail-xs .group div:nth-of-type(1) p {
	text-align: left;
	margin: 5px 0 5px 17.59%;
}

.right-left-detail .group div:nth-of-type(2) h4,
.right-left-detail .group div:nth-of-type(2) h5,
.right-left-detail .group div:nth-of-type(2) p {
	text-align: left;
	margin: 24px 0;
}

.right-left-detail-s .group div:nth-of-type(2) h4,
.right-left-detail-s .group div:nth-of-type(2) h5,
.right-left-detail-s .group div:nth-of-type(2) p,
.right-left-detail-xs .group div:nth-of-type(2) h4,
.right-left-detail-xs .group div:nth-of-type(2) h5,
.right-left-detail-xs .group div:nth-of-type(2) p {
	text-align: left;
	margin: 5px 17.59% 5px 0;
}

.right-left-detail .group dl,
.right-left-detail-s .group dl,
.right-left-detail-xs .group dl {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1.6rem;
	line-height: 1.5;
	padding: 14px 0;
	margin-top: 18px;
}

.right-left-detail .group dt,
.right-left-detail-s .group dt,
.right-left-detail-xs .group dt {
	width: 24%;
	font-weight: bold;
	padding: 10px 0;
	float: left;
	clear: both;
}

.right-left-detail .group dd,
.right-left-detail-s .group dd,
.right-left-detail-xs .group dd {
	width: 76%;
	padding: 10px 0;
	float: right;
}

.right-left-detail .group .attention,
.right-left-detail-s .group .attention,
.right-left-detail-xs .group .attention {
	margin-top: 24px;
}

.particular {
	background: #FFF;
	padding: 80px 0 70px 0;
	margin-top: 60px;
}

.particular .inner {
	max-width: 1280px;
	margin: 0 auto;
}

.particular h2 {
	text-align: center;
	margin-bottom: 77px;
}

.particular h2 img {
	width: 560px;
	height: 96px;
	top: auto;
	left: auto;
	margin: 0;
}

.particular hr {
	margin-top: 52px;
}

.particular .group {
	width: 81.4%;
	margin: 70px auto 0 auto;
}

.particular .group_vds {
	width: 81.4%;
	margin: 0 auto 0 auto;
}

.particular .group h3,
.particular .group_vds h3 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.particular .group h3 img,
.particular .group_vds h3 img {
	width: 1042px;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -521px;
	display: block;
}

.particular .group .image,
.particular .group_vds .image {
	width: 100%;
	margin-top: 38px;
	position: relative;
}

.particular .group .image img,
.particular .group_vds .image img {
	width: 100%;
	height: auto;
	pointer-events: none;
}

.particular .group .body,
.particular .group .attention,
.particular .group_vds .body,
.particular .group_vds .attention {
	margin: 30px 3% 0 3%;
}

.particular .group .btn {
	margin: 40px 13% 0 13%;
}

.particular .group-s {
	width: 81.4%;
	margin: 70px auto 0 auto;
	display: table;
	table-layout:fixed;
}

.particular .group-s .image {
	width: 58.15%;
	margin: 38px 0 10px 0;
	vertical-align: top;
	display: table-cell;
	position: relative;
}

.particular .group-s .image img {
	width: 100%;
	height: auto;
}

.particular .group .image .badge-wrapper,
.particular .group-s .image .badge-wrapper {
	position: relative;
}

.particular .group .image .badge,
.particular .group-s .image .badge {
	width: 92px;
	height: 92px;
	position: absolute;
	bottom: -20px;
	left: 5.28%;
}

.particular .group-s .text {
	padding: 0 3% 0 3%;
	vertical-align: middle;
	display: table-cell;
}

.particular .group-s h5 {
	line-height: 1.375;
	text-align: left;
}

.particular .group-s p {
	margin-top: 17px;
}

.data-table {
	padding: 0 0 20px 0;
}

.data-table .inner {
	max-width: 1280px;
	margin: 0 auto;
}

.data-table .group {
	margin-top: 70px;
}

.data-table table {
	max-width: 638px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
	margin: 27px auto 0 auto;
}

.data-table th {
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	vertical-align: top;
	padding: 18px 5% 18px 0;
	
}

.data-table td {
	width: 79.15%;
	border-bottom: 1px solid #dcdcdc;
	padding: 18px 0;
}

.data-table ul.attention {
	padding: 12px 0 0 0;
}

.data-table ul.attention.single li {
	padding-left: 2em;
}

.data-table ul.attention.single li:before {
	content:"・";
	position: absolute;
	top:0;
	left: 0;
}
.bottom-link {
	background: #FFF;
	padding: 72px 0;
	margin-top: 58px;
}

.bottom-link ul {
	text-align: center;
}

.bottom-link ul li {
	margin-top: 20px;
}

.bottom-link ul li:first-child {
	margin-top: 0;
}

/* Wrapper */
#wrapper {
	width: 100%;
	min-height: 100%;
	position:relative;
	overflow: hidden;
}


/* Header */
#header {
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,0.84);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#c2000000,EndColorStr=#c2000000);
	position: fixed;
    top: 0;
	z-index: 9997;
}

#header .pc {
	display: block;
}

#header img.pc,
#header span.pc,
#header br.pc {
	display: inline;
	height: 56px;　　　/* 追加点 */
}

#header .sp {
	display: none;
}

#header img.sp,
#header span.sp,
#header br.sp {
	display: none;
}
	
#header .inner {
	min-width: 945px;
	/* max-width: 1280px; */
	margin: 0 auto;
	position: relative;
}

#header.sogo.navi-yes h1 {
	width: 50px;
	height: 64px;
	font-size: 1.0rem;
	position: absolute;
	top: 8px;
	left: 12px;
}

#header.sogo.navi-no h1 {
	width: 50px;
	height: 64px;
	font-size: 1.0rem;
	position: absolute;
	top: 8px;
	left: 50%;
	margin-left: -25px;
	z-index: 1;
}

#header.sogo.navi-yes h1 img,
#header.sogo.navi-no h1 img {
	width: 50px;
	height: 64px;
}

#header.shisetsu.navi-yes h1 {
	font-size: 1.0rem;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 1;
}

#header.shisetsu.navi-no h1 {
	width: 100%;
	height: 80px;
	font-size: 1.0rem;
	line-height: 80px;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 1;
}

#header .right-btn {
	width: 22.5%;
	max-width: 260px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
}

#header .btn-confirm {
	width: 50%;
	min-height: 56px;
	position: relative;
	float: left;
}

#header .btn-confirm a:link,
#header .btn-confirm a:visited {
	width: 100%;
	min-height: 56px;
	background: #E69E95;
	display: block;
}

#header .btn-confirm a:hover,
#header .btn-confirm a:active {
	/* background: rgba(222,126,113,0.75); */
}

#header .btn-confirm a > img {
	width: 70px;
	height: 17px;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
}

#header .btn-confirm a .accordion {
	padding-bottom: 20px;
	display: none;
}

#header .btn-confirm a .accordion img {
	width: 75%;
	height: auto;
	margin: 0 auto;
	display: block;
}

#header .btn-search {
	width: 11.86%;
	max-width: 140px;
	min-height: 56px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
}

#header .right-btn .btn-search {
	width: 50%;
	min-height: 56px;
	position: relative;
	top: auto;
	right: auto;
	float: right;
}

#header .btn-search a:link,
#header .btn-search a:visited {
	width: 100%;
	min-height: 56px;
	background: #DE7E71;
	display: block;
}

#header .btn-search a:hover,
#header .btn-search a:active {
	/* background: rgba(222,126,113,0.75); */
}

#header .btn-search a > img {
	width: 69px;
	height: 17px;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
}

#header .btn-search a .accordion {
	padding-bottom: 20px;
	display: none;
}

#header .btn-search a .accordion img {
	width: 99px;
	height: 101px;
	margin: 0 auto;
	display: block;
}

#header .btn-inquiry {
	width: 157px;
	height: 56px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
}

#header .btn-inquiry a:link,
#header .btn-inquiry a:visited {
	width: 157px;
	height: 56px;
	background: #DE7E71;
	display: block;
}

#header .btn-inquiry a:hover,
#header .btn-inquiry a:active {
	/* background: rgba(222,126,113,0.75); */
}

#header .btn-inquiry a img {
	width: 93px;
	height: 19px;
	padding: 18px 32px;
	display: block;
}

#header .btn-back {
	width: 20px;
	height: 24px;
	background: url('../img/header/btn_back_pc.png') no-repeat 0 0;
	background-size: 20px 24px;
	position: absolute;
	top: 28px;
	left: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 3;
}

#header .btn-back a {
	display: block;
}

#header .navi.pc ul {
	text-align: center;
	margin: 0 164px 0 74px;
}

#header.shisetsu .navi.pc ul {
	text-align: center;
	margin: 0 164px;
}

#header .navi.pc ul li {
	height: 80px;
	font-size: 1.0rem;
	color: #FFF;
	line-height: 80px;
	padding: 0 0.5%;
	margin: 0 1%;
	display: inline-block;
	box-sizing: border-box;
}

#header.shisetsu .navi.pc ul li {
	padding: 0 1.5%;
	-webkit-transition: padding 0.25s ease-in-out;
	-moz-transition: padding 0.25s ease-in-out;
	-o-transition: padding 0.25s ease-in-out;
	transition: padding 0.25s ease-in-out;
}

@media screen and (max-width:1100px) {
	#header.shisetsu .navi.pc ul li {
		padding: 0 1%;
	}
}

#header .navi.pc ul li.current {
	border-bottom: 6px solid #B3B3B3;
	/* pointer-events: none; */
}

#header .navi.pc ul li:first-child {
	margin-left: 0;
}

#header .navi.pc ul li:last-child {
	margin-right: 0;
}

#header .navi.pc ul li a {
	padding: 0 10px;
	display: block;
}

#header.shisetsu .navi.pc ul li a {
	padding: 0;
}

#header .navi.pc ul li > img {
	margin: 0 10px;
}

#header .navi.pc ul li a:hover,
#header .navi.pc ul li a:active {
	opacity: 0.5;
}

#header .navi.sp .btn-menu {
	width: 20px;
	height: 16px;
	position: absolute;
	top: 32px;
	left: 35px;
	cursor: pointer;
	z-index: 3;
}

#header .navi.sp .btn-menu img {
	vertical-align: top;
}

#drawer-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	display: none;
}

#drawer {
	width: 100%;
	background: #F0F0F0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#drawer .inner {
	min-height: 100vh;
	overflow: hidden;
}

#drawer.sogo .logo {
	width: 56px;
	height: 71px;
	margin: 25px auto;
}

#drawer.shisetsu .logo {
	width: 100%;
	height: auto;
	background-color: #000;
	position: relative;
}

#drawer.shisetsu .logo:after {
	content: "";
	display: block;
	padding-top: 33.3%;
}

#drawer.shisetsu .image {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
}

#drawer.shisetsu .logo a {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#drawer.shisetsu .logo a img {
	width: auto;
	height: 57px;
}

#drawer .main-menu {
	
}

#drawer .main-menu li {
	height: 60px;
	background: #FFF;
	font-size: 1.0rem;
	line-height: 60px;
	margin-bottom: 1px;
	clear: left;
}

#drawer .main-menu li.current {
	background: #B3B3B3;
	color: #FFF;
	/* pointer-events: none; */
}

#drawer .main-menu li a {
	display: block;
	text-decoration: none;
}

#drawer .main-menu li .thumb {
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-right: 20px;
	float: left;
	display: block;
	overflow: hidden;
}

#drawer .btn-close {
	position: absolute;
	top: 32px;
	left: 37px;
	cursor: pointer;
}

#drawer .reservation-menu {
	margin-top: 30px;
}

#drawer .reservation-menu.tel {
	margin-top: 15px;
}

#drawer .reservation-menu li {
	width: 100%;
	height: 60px;
	background: #FFF;
	border-right: 1px solid #F0F0F0;
	font-size: 1.0rem;
	line-height: 1;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
}

#drawer .reservation-menu li:before {
	content: "";
	width: calc( 92.5% - 80px );
	height: 1px;
	background: #F0F0F0;
	position: absolute;
	left: 80px;
	top: 0;
	display: block;
}

#drawer .reservation-menu li:first-child:before {
	content: none;
}

#drawer .reservation-menu li:after {
	content: "";
	width: 6px;
	height: 10px;
	background-image: url(../img/common/link_arrow_m.png);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 7.5%;
	display: block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#drawer .reservation-menu li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#drawer .reservation-menu li i {
	font-size: 2.5rem;
	margin: 0!important;
	position: absolute;
	top: 50%;
	left: 40px;
	display: block;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#drawer .reservation-menu li span {
	font-size: 1.3rem;
	line-height: 1.3;
}

#drawer .reservation-menu li a > span {
	width: calc( 92.5% - 80px );
	position: absolute;
	top: 50%;
	left: 80px;
	display: block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#drawer .reservation-menu li span .caption {
	font-size: 1.0rem;
	margin-left: 15px;
	display: inline-block;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

#drawer .reservation-menu li:nth-child(2) i {
	margin: 26px 0 12px 0;
}

#drawer .language-menu {
	text-align: center;
	margin: 30px 0 60px 0;
}

#drawer .language-menu li {
	width: 100%;
	background: #FFF;
	font-size: 1.3rem;
	line-height: 1;
	margin-bottom: 1px;
	padding: 16px 0;
	display: inline-block;
	box-sizing: border-box;
}

#drawer .language-menu li:nth-child(even) {
	border-left: 1px solid #F0F0F0;
}

#drawer .history-list-yes {
	background: #FFF;
	text-align: center;
	padding: 26px 0;
	margin-top: 30px;
	overflow: hidden;
}

#drawer .history-list-yes h4 {
	font-size: 1.0rem;
}

#drawer .history-list-yes .history-list-menu {
	margin-top: 26px;
}

#drawer .history-list-yes .history-list-menu li {
	font-size: 1.2rem;
	margin: 0 3px;
	display: inline-block;
}

#drawer .history-list-yes .history-list-menu li:first-child {
	margin-left: 0;
}

#drawer .history-list-yes .history-list-menu li:last-child {
	margin-right: 0;
}

#drawer .history-list-yes .history-list-menu li a {
	display: block;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#drawer .history-list-yes .history-list-menu li .thumb {
	width: 72px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 5px;
	/* border-radius: 78px; */
	overflow: hidden;
	display: block;
}

.history-list-menu a:hover,
.history-list-menu a:active {
	opacity: 1.0;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#drawer .history-list-yes .history-list-link {
	font-size: 1.6rem;
	text-align: right;
	margin: 20px 12px 0 0;
}

#drawer .history-list-yes .history-list-banner {
	width: 93%;
	margin: 25px auto 0 auto;
}

#drawer .history-list-yes .history-list-banner img {
	width: 100%;
	height: auto;
}

#drawer .history-list-no {
	background: #FFF;
	text-align: center;
	padding: 26px 23px;
	margin-top: 30px;
	overflow: hidden;
}

#drawer .sub-menu {
	background: #FFF;
	padding: 26px 13px;
	margin-top: 30px;
}

#drawer .sub-menu li {
	font-size: 1.4rem;
	margin-top: 12px;
}

#drawer .sub-menu li:first-child {
	margin-top: 0;
}

#drawer .copyright-text {
	font-size: 0.9rem;
	line-height: 1.75;
	margin: 26px 0 0 13px;
}

#drawer .copyright-logo {
	margin: 2px 0 30px 13px;
	display: block;
}


/* Footer */
#footer {
	width: 100%;
	margin-top: 59px;
}

#footer .pc {
	display: block;
}

#footer .sp {
	display: none;
}

#footer .shisetsu-menu {
	background: #FFF;
	margin-top: 1px;
	padding: 70px 0;
}

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

#footer .shisetsu-menu ul li {
	display: inline-block;
	margin: 0 3%;
}

#footer .kisetsu-list {
	padding: 80px 0;
}

#footer .kisetsu-list .inner {
	min-width: 945px;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#footer .kisetsu-list h4 {
	font-size: 1.0rem;
}

#footer .kisetsu-list h4 img {
	width: 264px;
	height: auto;
}

#footer .kisetsu-list .kisetsu-list-menu {
	text-align: center;
	margin-top: 50px;
}

#footer .kisetsu-list .kisetsu-list-menu li {
	width: 29%;
	height: auto;
	background: #000;
	color: #FFF;
	display: inline-block;
	margin: 0 1.25%;
	overflow: hidden;
	position: relative;
}

#footer .kisetsu-list .kisetsu-list-menu li:after {
	content: "";
	display: block;
	padding-top: 62.9%;
}

#footer .kisetsu-list .kisetsu-list-menu li .image {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
}

#footer .kisetsu-list .kisetsu-list-menu li a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#footer .kisetsu-list .kisetsu-list-menu li .text {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

#footer .kisetsu-list .kisetsu-list-menu li p {
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#footer .kisetsu-list .kisetsu-list-menu li h5 {
	font-size: 2.4rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#footer .kisetsu-list .kisetsu-list-link {
	position: absolute;
	top: -5px;
	right: 3.9%;
}

#footer .shisetsu-directions {
	background: #FFF;
}


#footer .shisetsu-directions .inner {
	width: 81.4%;
	max-width: 1042px;
	background-image: url('../img/footer/shisestu_data_icon_map.png');
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 60px;
	margin: 0 auto;
	padding: 50px 288px 50px 90px;
	box-sizing: border-box;
	position: relative;
}

#footer .shisetsu-directions .inner .address {
	font-size: 2.6rem;
	line-height: 1.384;
}

#footer .shisetsu-directions .inner .gmap {
	font-size: 2.0rem;
	margin: 8px 0 0 0;
}

#footer .shisetsu-directions .inner .gmap img {
	display: none;
}

#footer .shisetsu-reservation {
	background: #FFF;
	margin-bottom: 60px;
}

#footer .shisetsu-reservation .inner {
	width: 81.4%;
	max-width: 1042px;
	background-image: url('../img/footer/shisestu_data_icon_tel.png');
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 60px;
	border-top: 1px solid #dcdcdc;
	margin: 0 auto;
	padding: 50px 288px 50px 90px;
	box-sizing: border-box;
	position: relative;
}

#footer .shisetsu-reservation .inner .tel {
	font-size: 2.0rem;
	line-height: 1.8;
}

#footer .shisetsu-reservation .inner .tel a {
	font-size: 3.0rem;
}

#footer .shisetsu-reservation .inner .overseas {
	font-size: 1.4rem;
}

#footer .shisetsu-directions .link,
#footer .shisetsu-reservation .link {
	height: 72px;
	margin-top: -36px;
	position: absolute;
	top: 50%;
	right: 0;
}

#footer .shisetsu-directions .link li,
#footer .shisetsu-reservation .link li {
	width: 144px;
	height: 72px;
	border-right: 1px solid #dcdcdc;
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
}

#footer .shisetsu-directions .link li a,
#footer .shisetsu-reservation .link li a {
	display: block;
}

#footer .shisetsu-directions .link li:last-child,
#footer .shisetsu-reservation .link li:last-child {
	border: none;
}

#footer .shisetsu-directions .link li i,
#footer .shisetsu-reservation .link li i {
	width: 42px;
	height: 42px;
	margin: 0 auto 3px auto;
	display: block;
}

#footer .shisetsu-directions .link li i img,
#footer .shisetsu-reservation .link li i img {
	width: 100%;
	height: auto;
}

#footer .history-list-yes {
	background: #FFF;
	padding: 50px 0;
}

#footer .history-list-yes .inner {
	min-width: 945px;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

#footer .history-list-yes h4 {
	font-size: 1.0rem;
}

#footer .history-list-yes h4 img {
	width: 192px;
	height: 31px;
}

#footer .history-list-yes .history-list-menu {
	text-align: center;
	margin-top: 50px;
}

#footer .history-list-yes .history-list-menu li {
	display: inline-block;
	margin: 0 1.0%;
}

#footer .history-list-yes .history-list-menu li .thumb {
	width: 170px;
	height: 170px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-bottom: 10px;
	/* border-radius: 85px; */
	display: block;
	overflow: hidden;
}

#footer .history-list-yes .history-list-link {
	position: absolute;
	top: -5px;
	right: 3.9%;
}

#footer .history-list-yes .history-list-banner {
	width: 76.4%;
	margin: 50px auto 0 auto;
}

#footer .history-list-yes .history-list-banner img {
	width: 100%;
	height: auto;
}

#footer .history-list-no {
	background: #FFF;
	padding: 60px;
	/* margin-top: 1px; */
}

#footer .history-list-no .link-btn {
	width: 372px;
	margin: 0 auto;
}

#footer .footer-menu {
	background: #FFF;
	padding: 60px 0;
	margin-top: 60px;
}

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

#footer .footer-menu ul.main-menu li {
	height: 48px;
	line-height: 48px;
	display: inline-block;
	margin: 0 30px;
}

#footer .footer-menu ul.main-menu li a {
	display: block;
}

#footer .footer-menu ul.main-menu li img {
	width: 48px;
	height: 48px;
	vertical-align: top;
	margin-right: 12px;
}

#footer .footer-menu ul.sub-menu {
	text-align: center;
	margin-top: 50px;
}

#footer .footer-menu ul.sub-menu li {
	height: 18px;
	font-size: 1.4rem;
	line-height: 18px;
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #E6E6E6;
}

#footer .footer-menu ul.sub-menu li:last-child {
	border-right: none;
}

#footer .catch-copy {
	background: #FFF;
	color: #686A69;
	text-align: center;
	padding: 114px 0 0 0;
	margin-top: 1px;
}

#footer .catch-copy i {
	width: 100px;
	margin: 40px auto 0 auto;
	display: block;
}

#footer .catch-copy i img {
	width: 100px;
	height: 100px;
}

#footer .catch-copy h3 {
	line-height: 1;
}

#footer .catch-copy h3 img {
	width: 426px;
	height: 38px;
}

#footer .catch-copy p {
	line-height: 1;
	margin-top: 26px;
}

#footer .catch-copy p img {
	width: 252px;
	height: 23px;
}

#footer .pr{
	background:#fff;
  padding: 50px 0;
  text-align: center;
}

#footer .pr img{
	width: auto;
	height: 75px;
}

#footer .footer-menu.footer-menu2 {
	margin-top: 0;
	padding-top: 0;
}

#footer .footer-menu.footer-menu2 ul.sub-menu{
	margin-top: 0;
	padding-top: 0;
}

#footer .bottom {
	background: #FFF;
	text-align: center;
	padding: 110px 0 60px 0;
}

#footer .bottom .inner {
	min-width: 945px;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}

#footer .bottom .copyright {
	width: 100%;
	height: 24px;
	line-height: 24px;
	position: relative;
}

#footer .bottom .copyright p {
	height: 24px;
	font-size: 1.2rem;
	text-align: right;
	color: #666;
	position: absolute;
	right: 50px;
}

#footer .bottom .copyright i {
	height: 24px;
	display: block;
	position: absolute;
	left: 50px;
}

#footer .bottom .copyright i img {
	width: 120px;
	height: 24px;
}


/* modal */
#colorbox .pc {
	display: block;
}

#colorbox img.pc,
#colorbox span.pc,
#colorbox br.pc {
	display: inline;
}

#colorbox .sp {
	display: none;
}

#colorbox img.sp,
#colorbox span.sp,
#colorbox br.sp {
	display: none;
}
	
#modal-object {
	display: none;
}

#modal-shisetsu-list h3{
	font-size: 1.0;
	line-height: 1;
}

#modal-shisetsu-list h3 img {
	width: 209px;
	height: 39px;
}

#modal-shisetsu-list .list {
	margin-top: 40px;
}

#modal-shisetsu-list .list li {
	width: 32.26%;
	position: relative;
	margin: 40px 1.6% 0 0;
	float: left;
}

#modal-shisetsu-list .list li a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#modal-shisetsu-list .list li:nth-child(3n) {
	margin: 40px 0 0 0;
}

#modal-shisetsu-list .list li .image {
	width: 100%;
	height: 185px;
	background-size: cover;
	display: table;
	table-layout: fixed;
}

#modal-shisetsu-list .list li .image .caption {
	background: rgba(0,0,0,0.36);
	font-weight: 100;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	opacity: 0;
}

#modal-shisetsu-list .list li .text .name {
	font-size: 1.6rem;
	color:#165e83 ;
	text-align: center;
}

#modal-shisetsu-search h3{
	font-size: 1.0rem;
	line-height: 1;
}

#modal-shisetsu-search h3 img {
	width: 395px;
	height: 38px;
}

#modal-shisetsu-search .list {
	margin-top: 40px;
}

#modal-shisetsu-search .list li {
	width: 31%;
	min-height: 64px;
	margin: 40px 3.5% 0 0;
	overflow: hidden;
	float: left;
	position: relative;
}

#modal-shisetsu-search .list li:nth-child(3n) {
	margin: 40px 0 0 0;
}

#modal-shisetsu-search .list li i {
	width: 64px;
	heigh: 64px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#modal-shisetsu-search .list li i img {
	width: 100%;
	height: auto;
}

#modal-shisetsu-search .list li p {
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#modal-shisetsu-search .list li .name {
	font-size: 2.4rem;
	margin: 6px 0 0 80px;

}

#modal-shisetsu-search .list li .price {
	font-size: 1.6rem;
	color: #808080;
	margin: 10px 0 0 80px;
}

#modal-shisetsu-search .attention {
	max-width: 574px;
	margin: 60px auto 0 auto;
}

#modal-shisetsu-search .reservation {
	text-align: center;
	margin: 40px 0 0 0;
}

#modal-shisetsu-search .reservation h5 {
	font-size: 2.4rem;
}

#modal-shisetsu-search .reservation .tel {
	font-weight: bold;
	margin-top: 18px;
}

#modal-shisetsu-search .reservation .overseas {
	font-size: 1.8rem;
	margin-top: 14px;
}

/* Contents */
#contents {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#contents .pc {
	display: block;
}

#contents img.pc,
#contents span.pc,
#contents br.pc {
	display: inline;
}

#contents .sp {
	display: none;
}

#contents img.sp,
#contents span.sp,
#contents br.sp {
	display: none;
}


/* ===========================================
SP
=============================================*/

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

	.recommend #recommend-glide .glide__slide p {
		font-weight: bold;
	}
	
	.recommend #recommend-glide .glide__slide  h4 {
		font-weight: bold;
	}


	body {
 		font-size:1.3rem;
 		line-height: 1.7;
	}
	
	h1 {
		font-size: 3.2rem;
		line-height: 1.4;
	}
	
	h2 {
		font-size: 3.2rem;
		line-height: 1.4;
	}
	
	h2 {
		font-size: 1.0rem;
		line-height: 1;
	}
	
	h2 img {
		width: 755px; /* 590px */
		margin-left: -377px;
	}
	
	h3 {
		font-size: 2.5rem;
		line-height: 1.4;
	}
	
	h4 {
		font-size: 2.0rem;
		line-height: 1.4;
	}
	
	h5 {
		font-size: 2.0rem;
		line-height: 1.4;
	}
	
	p.caption,
	span.caption {
		font-size:1.0rem;
		line-height: 1.6;
	}
	
	ul.attention {
		padding: 11px 20px 11px 7px;
	}
	
	ul.attention li {
		font-size: 1.0rem;
		line-height: 1.6;
		margin-top: 5px;
	}
	
	ul.attention li:before {
		font-size: 2.0rem;
		line-height: 0.8;
	}
	
	ul.attention.single li {
		padding-left: 13px;
	}
	
	a.link-btn:link,
	a.link-btn:visited {
		font-size: 1.8rem;
		padding: 8px;
	}
	
	.link-btn-blank {
		font-size: 1.8rem;
		padding: 8px;
	}
	
	a.link-text-l {
		background: url('../img/common/link_arrow_l.png') no-repeat 0 50%;
		background-size: 24px;
		font-size: 1.8rem;
		padding-left: 34px;
	}
	
	a.link-text-m {
		background: url('../img/common/link_arrow_m.png') no-repeat 100% 50%;
		background-size: 12px 20px;
		font-size: 1.6rem;
		padding-right: 26px;
	}
	
	a.link-text-s {
		font-size: 1.3rem;
	}
	
	a.link-top {
		height: 24px;
		background: url('../img/common/link_top.png') no-repeat 100% 50%;
		background-size: 24px;
		font-size: 1.8rem;
		line-height: 24px;
		padding-right: 34px;
	}
	
	a.link-blank{
		background: url('../img/common/link_blank.png') no-repeat 0 50%;
		background-size: 24px;
		font-size: 1.8rem;
		padding-left: 34px;
	}
	
	a.link-detail {
		height: 24px;
		background: url('../img/common/link_arrow_l.png') no-repeat 100% 50%;
		background-size: 24px;
		font-size: 1.8rem;
		line-height: 24px;
		text-align: right;
		padding-right: 34px;
	}
	
	a.link-tel {
		height: 32px;
		background: url('../img/common/link_tel.png') no-repeat 0 50%;
		background-size: 32px;
		font-size: 2.4rem;
		line-height: 32px;
		padding-left: 42px;
	}
	
	.tel a {
		pointer-events: auto;
		color: #165E83;
	}
	
	ul.breadcrumb-list {
		font-size: 1.2rem;
		margin-top :10px;
	}

	ul.breadcrumb-list li {
		background: url('../img/common/breadcrumb_arrow.png') no-repeat 0 50%;
		background-size: 6px 9px;
		padding-left: 20px;
		margin: 0 6px;
	}
	
	ul.contents-list {
		width: 93%;
		margin: 0 auto;
	}
	
	ul.contents-list li {
		width: 100%;
		font-size: 1.5rem;
		padding: 14px 15px;
		margin: 0;
		float: none;
	}
	
	ul.contents-list li:nth-child(odd),
	ul.contents-list li:nth-child(even) {
		margin: 0;
	}
	
	ul.contents-list li:nth-last-child(2) {
		border-bottom: none;
	}
	
	ul.contents-list li a {
		background-image: url('../img/common/accordion_down.png') ;
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 24px;
		padding-left: 34px;
		display: block;
	}
	
	#contents ul.contents-list span.sub {
		font-size: 1.3rem;
		margin-top: 10px;
	}
	
	#contents ul.contents-list span.sub.pc {
		display: none;
	}
	
	ul.howto li {
		font-size: 1.3rem;
		padding: 10px 16px 10px 32px;
		text-indent: -1.5em;
	}
	
	ul.howto li:first-letter {
		margin-left: 0.5em;
	}
	
	.top-main {
		/* max-height: 455px;
		height: 455px; */
		max-height: none;
	}
	
	.top-main:after {
		/* content: normal; */
		padding-top: -webkit-calc(100% + 80px);
		padding-top: calc(100% + 80px);
	}
	
	.top-main .image {
		height : -webkit-calc(100% - 80px);
		height : calc(100% - 80px);
		top: 80px;
	}
	
	.top-main h2 {
		/* max-width: 375px;
		max-height: 375px; */
		max-width: none;
		max-height: none;
	}

	.top-lead {
		width: 85.068%;
		font-size: 1.6rem;
		line-height: 2;
		text-align: left;
		padding: 32px 0;
	}

	.top-lead-link {
		width: 85.068%;
		font-size: 1.6rem;
		line-height: 2;
		text-align: left;
		padding: 16px 0;
	}
	
	.attention-box {
		padding: 11px 20px;
	}
	
	.attention-box .title,
	.attention-box .body {
		font-size: 1.3rem;
		line-height: 1.7;
	}
	
	.vertical-catch .group {
		margin: 15px auto 40px auto;
		overflow: hidden;
	}
	
	.vertical-catch .group .glide {
		width: 93.068%;
		height: 349px;
		margin: 0 3.466%; /* 13px */
	}
	
	.vertical-catch .group .glide .image {
		height: 349px;
	}
	
	.vertical-catch .group .badge {
		width: 75px;
		width: 75px;
		margin: 0!important;
		position: absolute;
		top: 299px;
	}
	
	.vertical-catch .group:nth-of-type(odd) .badge {
		left: auto;
		right: 7.466%;
	}
	
	.vertical-catch .group:nth-of-type(even) .badge {
		left: 7.466%;
		right: auto;
	}
	
	.vertical-catch .group.left .badge {
		left: auto;
		right: 7.466%;
	}
	
	.vertical-catch .group.right .badge {
		left: 7.466%;
		right: auto;
	}
		
	.vertical-catch .group h2 {
		width: 90px;
	}
	
	.vertical-catch .group h2 img {
		width: 90px;
	}
	
	.vertical-catch .group:nth-of-type(odd) h2 {
		float: left;
		margin-left: 7.466%; /* 28px */
		margin-right: 4.533%; /* 17px */
	}
	
	.vertical-catch .group:nth-of-type(even) h2 {
		float: right;
		margin-left: 4.533%;
		margin-right: 7.466%;
	}
	
	.vertical-catch .group.left h2 {
		float: left;
		margin-left: 7.466%; /* 28px */
		margin-right: 4.533%; /* 17px */
	}
	
	.vertical-catch .group.right h2 {
		float: right;
		margin-left: 4.533%;
		margin-right: 7.466%;
	}
	
	.vertical-catch .group > .text,
	.vertical-catch .group:nth-of-type(odd) > .text,
	.vertical-catch .group:nth-of-type(even) > .text,
	.vertical-catch .group.left > .text,
	.vertical-catch .group.right > .text {
		float: none;
		margin: 40px 7.466% 0 7.466%;
	}
	
	.vertical-catch .group > .text > p {
		margin-top: 22px;
		font-size: 1.5rem;
	}
	
	.vertical-catch .group > .text .attention-box {
		clear: both;
		margin-top: 34px;
	}
	
	.vertical-catch .group .detail {
		padding-top: 35px;
		margin: 0 7.466% 0 3.466%;
	}
	
	.vertical-catch .group .detail .image {
		width: 30.52%;
	}
	
	.vertical-catch .group .detail .text {
		width: 63.47%;
	}
	
	.vertical-catch .group .detail .text h5 {
		
	}
	
	.vertical-catch .group .detail .text p {
		font-size: 1.2rem;
		margin-top: 12px;
	}
	
	.vertical-catch .group .detail .text .btn-detail {
		float: right;
		margin-top: 16px;
	}
	
	.recommend {
		padding: 30px 0;
	}
	
	.recommend h3 {
		height: 22px;
	}
	
	.recommend h3 img {
		width: 102px;
		height: 22px;
	}
	
	.recommend #recommend-glide {
		width: 93%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	.recommend #recommend-glide .glide__slide:after {
		content: "";
		display: block;
		padding-top: 31.5%;
	}
	
	.recommend #recommend-glide .glide__slide {
		height: auto;
	}
	
	.recommend #recommend-glide .glide__slide p {
		font-size: 1.2rem;
	}
	
	.recommend .btn-top {
		display: none;
	}
	
	.badge-detail {
		padding: 0 0 40px 0;
		margin-top: 30px;
	}
	
	.badge-detail h2 {
		margin-top: 40px;
	}
	
	.badge-detail .group {
		margin: 40px auto 0 auto;
	}
	
	.badge-detail .group .glide {
		width: 100%;
		height: auto;
		margin: 0;
	}
	
	.badge-detail .group .image {
		height: auto;
	}
	
	.badge-detail .group .image:after {
		content: "";
		display: block;
		padding-top: 63%;
	}
	
	.badge-detail .group .badge {
		width: 60px;
		top: -65px;
		right: -4.7%;
	}
	
	.badge-detail .group .badge img {
		width: 60px;
		height: auto;
	}
	
	.badge-detail .group .text {
		width: 85%;
		margin: 24px auto 0 auto;
		position: relative;
	}
	
	.badge-detail .group .text p {
		margin-top: 8px;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	
	.badge-detail .group .text p .link-btn,
	.badge-detail .group .text p .link-btn-blank {
		margin-top: 16px;
	}
	
	.badge-detail .group .text p .link-btn:nth-of-type(n+2),
	.badge-detail .group .text p .link-btn-blank:nth-of-type(n+2) {
		margin-top: 5px;
	}
	
	.badge-detail .group .text .attention {
		margin-top: 15px;
	}
	
	.right-left-detail,
	.right-left-detail-s,
	.right-left-detail-xs {
		background: #FFF;
		margin-top: 30px;
		padding: 32px 0 36px 0;
		overflow: hidden;
	}
	
	.right-left-detail h3,
	.right-left-detail-s h3,
	.right-left-detail-xs h3 {
		margin-bottom: 0;
	}
	
	.right-left-detail .lead,
	.right-left-detail-s .lead,
	.right-left-detail-xs .lead {
		max-width: none;
		margin: 16px 9.06% -16px 9.06%;
	}
	
	.right-left-detail .group,
	.right-left-detail-s .group,
	.right-left-detail-xs .group {
		margin: 36px 3.466% 0 3.466%;
		position: relative;
		display: block;
	}
	
	.right-left-detail .group div.image,
	.right-left-detail-s .group div.image {
		width: 100%;
		padding: 0!important;
		margin: 0;
		float: none!important;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		z-index: 2;
	}
	
	.right-left-detail .group .image .glide--horizontal .glide__bullets {
		bottom: -15px;
		text-align: center;
	}
	
	.right-left-detail .group .image img,
	.right-left-detail-s .group .image img {
		width: 100%;
		height: auto;
	}
	
	.right-left-detail .group div.text,
	.right-left-detail-s .group div.text {
		width: 91.406%;
		padding: 63.2% 0 0 0!important;
		margin: 0 auto 0 auto;
		float: none!important;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		display: block;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		z-index: 1;
	}
	
	.right-left-detail .group div.text h4,
	.right-left-detail .group div.text h5 {
		text-align: left;
		padding: 0;
		margin: 24px 0 0 0;
	}
	
	.right-left-detail-s .group div.text h4,
	.right-left-detail-s .group div.text h5 {
		text-align: left;
		padding: 0;
		margin: 16px 0 0 0;
	}
	
	.right-left-detail .group div.text p,
	.right-left-detail-s .group div.text p {
		text-align: left;
		padding: 0;
		margin: 8px 0 0 0;
	}
	
	.right-left-detail-xs .group div.image {
		vertical-align: top;
	}
	
	.right-left-detail-xs .group div:nth-of-type(1) {
		padding: 0 2.266% 0 3.466%;
	}
	
	.right-left-detail-xs .group div:nth-of-type(2) {
		padding: 0 3.466% 0 2.266%;
	}
	
	.right-left-detail-xs .group div:nth-of-type(1) h4,
	.right-left-detail-xs .group div:nth-of-type(1) h5 {
		line-height: 1.375;
		text-align: right;
		margin: 0;
	}
	
	.right-left-detail-xs .group div:nth-of-type(1) p {
		font-size: 1.0rem;
		text-align: left;
		margin: 5px 0 0 0;
	}
	
	.right-left-detail-xs .group div:nth-of-type(2) h4,
	.right-left-detail-xs .group div:nth-of-type(2) h5 {
		line-height: 1.375;
		text-align: left;
		margin: 0;
	}
	
	.right-left-detail-xs .group div:nth-of-type(2) p {
		font-size: 1.2rem;
		line-height: 1.8;
		text-align: left;
		margin: 5px 0 0 0;
	}
	
	.right-left-detail .group dl,
	.right-left-detail-s .group dl,
	.right-left-detail-xs .group dl {
		font-size: 1.0rem;
		line-height: 1.6;
		padding: 4px 0;
		margin-top: 5px;
	}
	
	.right-left-detail .group dt,
	.right-left-detail-s .group dt,
	.right-left-detail-xs .group dt {
		width: 36.75%;
		padding: 2px 0;
	}
	
	.right-left-detail .group dd,
	.right-left-detail-s .group dd,
	.right-left-detail-xs .group dd {
		width: 63.25%;
		padding: 2px 0;
	}
	
	.right-left-detail .group .attention,
	.right-left-detail-s .group .attention,
	.right-left-detail-xs .group .attention {
		margin-top: 10px;
	}
	
	.particular {
		padding: 40px 0 36px 0;
		margin-top: 30px;
	}
	
	.particular h2 {
		margin-bottom: 0;
	}
	
	.particular h2 img {
		width: 280px;
		height: 49px;
	}
	
	.particular hr {
		margin-top: 36px;
	}
	
	.particular .group {
		width: 85%;
		margin: 30px auto 0 auto;
	}
	
	.particular .group_vds {
		width: 85%;
		margin: 0 auto 0 auto;
	}
	
	.particular .group h3 img,
	.particular .group_vds h3 img {
		width: 521px;
		margin-left: -260px;
	}
	
	.particular .group .image,
	.particular .group_vds .image {
		margin-top: 20px;
	}
	
	.particular .group .image .glide--horizontal .glide__bullets,
	.particular .group_vds .image .glide--horizontal .glide__bullets {
		bottom: -20px;
	}
	
	.particular .group .btn,
	.particular .group .body,
	.particular .group .attention,
	.particular .group_vds .body,
	.particular .group_vds .attention {
		margin: 20px 0 0 0;
	}
	
	.particular .group-s {
		width: 85%;
		margin: 30px auto 0 auto;
		display: table;
		table-layout:fixed;
	}
	
	.particular .group-s .image {
		width: 47.33%;
		margin: 38px 0 10px 0;
		vertical-align: top;
		display: table-cell;
	}
	
	.particular .group-s .image img {
		width: 100%;
		height: auto;
	}
	
	.particular .group .image .badge,
	.particular .group-s .image .badge {
		width: 48px;
		height: 48px;
		position: absolute;
		bottom: -10px;
		left: 6.62%;
	}
	
	.particular .group-s .text {
		padding: 0 0 0 5.32%;
		vertical-align: middle;
		display: table-cell;
	}
	
	.particular .group-s p {
		font-size: 1.2rem;
		line-height: 1.8;
		margin-top: 5px;
	}
	
	.data-table {
		padding: 0 0 10px 0;
	}
	
	.data-table .group {
		margin-top: 34px;
	}
	
	.data-table table {
		width: 85%;
		max-width: none;
		font-size: 1.2rem;
		line-height: 1.8;
		text-align: left;
		margin: 5px auto 0 auto;
	}
	
	.data-table th {
		border-top: 1px solid #dcdcdc;
		border-bottom: none;
		font-weight: bold;
		vertical-align: top;
		padding: 20px 5% 20px 0;
		
	}
	
	.data-table td {
		width: 66.45%;
		border-top: 1px solid #dcdcdc;
		border-bottom: none;
		padding: 20px 0;
	}
	
	.data-table .group table tr:first-child th,
	.data-table .group table tr:first-child td {
		border-top: none;
	}
	
	.data-table ul.attention {
		margin-top: 10px;
		padding: 11px 20px 11px 7px;
	}
	
	.data-table ul.attention.single li {
		padding-left: 13px;
	}
	
	.data-table  ul.attention.single li {
		padding-left: 13px;
	}
	
	.data-table  ul.attention.single li:before {
		content:normal;
		position: static;
		top: auto;
		left: auto;
	}
	
	.data-table.accordion {
		background: #FFF;
		padding: 0;
		margin-top: 30px;
		overflow: hidden;
	}
	
	.data-table.accordion .group {
		border-bottom: 1px solid #f0f0f0;
		margin: 0;
	}
	
	.data-table.accordion .title {
		width: 85%;
		height: 24px;
		background-image: url('../img/common/accordion_down.png');
		background-repeat:  no-repeat;
		background-position:  100% 50%;
		background-size: 24px;
		line-height: 24px;
		text-align: left;
		padding: 24px 0;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.data-table.accordion .group.open .title {
		background-image: url('../img/common/accordion_up.png');
	}
	
	.data-table.accordion h4 {
		text-align: left;
		padding: 0;
		margin: 0;
	}
	
	.data-table.accordion .body {
		display: none;
	}
	
	.data-table.accordion table {
		margin: 0 auto;
	}
	
	.data-table.accordion th {
		border-top: 1px solid #f0f0f0;
	}
	
	.data-table.accordion td {
		border-top: 1px solid #f0f0f0;
	}
	
	.bottom-link {
		padding: 36px 0;
		margin-top: 30px;
	}
	
	.bottom-link ul li {
		margin-top: 10px;
	}
	
	.bottom-link ul li:first-child {
		margin-top: 0;
	}
	
	#header {
		
	}
	
	#header .pc {
		display: none;
	}
	
	#header img.pc,
	#header span.pc,
	#header br.pc {
		display: none;
	}
	
	#header .sp {
		display: block;
	}
	
	#header img.sp,
	#header span.sp,
	#header br.sp {
		display: inline;
		height: 23px;　　　/* 追加点 */
	}
	
	#header .inner {
		min-width: 0;
		max-width: none;
		margin: 0 auto;
		position: relative;
	}
	
	#header.sogo.navi-yes h1,
	#header.sogo.navi-no h1 {
		width: 48px;
		height: 61px;
		margin-left: -24px;
		position: absolute;
		top: 9px;
		left: 50%;
	}
	
	#header.sogo.navi-yes h1 img,
	#header.sogo.navi-no h1 img {
		width: 48px;
		height: 61px;
	}
	
	#header.shisetsu.navi-yes h1,
	#header.shisetsu.navi-no h1 {
		width: 100%!important;
		height: 80px!important;
		line-height: 80px;
		text-align: center;
		position: relative!important;
		top: auto!important;
		left: auto!important;
	}
	
	#header .btn-back {
		width: 16px;
		height: 20px;
		background: url('../img/header/btn_back_sp.png') no-repeat 0 0;
		background-size: 16px 20px;
		top: 30px;
		left: 38px;
	}
	
	#header .right-btn {
		top: 20px;
		right: 20px;
	}
	
	#header .btn-confirm {
		display: none;
	}
	
	#header .btn-search {
		width: 85px;
		min-height: 40px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	#header .right-btn .btn-search {
		width: 85px;
		min-height: 40px;
		position: relative;
		top: auto;
		right: auto;
	}
	
	#header .btn-search a:link,
	#header .btn-search a:visited {
		width: 85px;
		min-height: 40px;
		background: #DE7E71;
		display: block;
	}
	
	#header .btn-search a:hover,
	#header .btn-search a:active {
		background: rgba(222,126,113,0.75);
	}
	
	#header .btn-search a img {
		width: 59px;
		height: 15px;
		padding: 12px 13px;
		display: block;
	}
	
	#header .btn-search a .accordion {
		display: none!important;
	}
	
	#header .btn-inquiry {
		width: 98px;
		height: 40px;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	
	#header .btn-inquiry a:link,
	#header .btn-inquiry a:visited {
		width: 98px;
		height: 40px;
		background: #DE7E71;
		display: block;
	}
	
	#header .btn-inquiry a:hover,
	#header .btn-inquiry a:active {
		background: rgba(222,126,113,0.75);
	}
	
	#header .btn-inquiry a img {
		width: 73px;
		height: 15px;
		padding: 12px 13px;
		display: block;
	}
	
	#footer.sogo {
		margin-top: 30px;
	}
	
	#footer.shisetsu {
		margin-top: 49px;
	}
	
	#footer .pc {
		display: none;
	}
	
	#footer .sp {
		display: block;
	}
	
	#footer .footer-navi {
		background: #FFF;
		text-align: center;
		padding: 10px 0;
		margin-top: 30px;
		overflow: hidden;
	}
	
	#footer .footer-navi .inner {
		width: 85%;
		margin: 0 auto;
	}
	
	#footer .footer-navi ul.main-menu {
		text-align: left;
	}
	
	#footer .footer-navi ul.main-menu li {
		background-image: url(../img/footer/navi_arrow_sp.png);
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: 6px 10px;
		border-top: 1px solid #dcdcdc;
		font-size: 1.3rem;
		margin: 0;
	}
	
	#footer .footer-navi ul.main-menu li.top {
		font-size: 1.6rem;
		border-top: none;
	}
	
	#footer .footer-navi ul.main-menu li a {
		padding: 10px 0;
		display: block;
	}
	
	#footer .shisetsu-directions {
		background: #FFF;
		margin-top: 20px;
	}
	
	#footer .shisetsu-directions .inner {
		width: 85%;
		background-image: url('../img/footer/shisestu_data_icon_map.png');
		background-position: 0 25px;
		background-repeat: no-repeat;
		background-size: 48px;
		margin: 0 auto;
		padding: 25px 0 10px 0;
		box-sizing: border-box;
		position: relative;
	}
	
	#footer .shisetsu-directions .inner .address {
		font-size: 1.6rem;
		line-height: 1.625;
		margin-left: 63px;
	}
	
	#footer .shisetsu-directions .inner .gmap {
		font-size: 1.3rem;
		margin-top: 8px;
		margin-left: 63px;
	}
	
	#footer .shisetsu-directions .inner .gmap img {
		width: 6px;
		height: 10px;
		margin: -2px 0 0 4px;
		display: inline;
	}
	
	#footer .shisetsu-reservation {
		background: #FFF;
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	#footer .shisetsu-reservation .inner {
		width: 85%;
		background-image: url('../img/footer/shisestu_data_icon_tel.png');
		background-position: 0 25px;
		background-repeat: no-repeat;
		background-size: 48px;
		border-top: none;
		margin: 0 auto;
		padding: 25px 0 10px 0;
		box-sizing: border-box;
		position: relative;
	}
	
	#footer .shisetsu-reservation .inner .tel {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-left: 63px;
	}
	
	#footer .shisetsu-reservation .inner .tel a {
		font-size: 2.2rem;
	}
	
	#footer .shisetsu-reservation .inner .overseas {
		font-size: 1.0rem;
		margin-top: 2px;
		margin-left: 63px;
	}
	
	#footer .shisetsu-directions .link,
	#footer .shisetsu-reservation .link {
		height: auto;
		margin-top: 20px;
		position: relative;
		top: auto;
		right: auto;
	}
	
	#footer .shisetsu-directions .link li,
	#footer .shisetsu-reservation .link li {
		width: 100%;
		height: auto;
		background-image: url(../img/footer/navi_arrow_sp.png);
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: 6px 10px;
		border-top: 1px solid #dcdcdc;
		border-right: none;
		font-size: 1.3rem;
		text-align: left;
		display: block;
	}
		
	#footer .shisetsu-directions .link li a,
	#footer .shisetsu-reservation .link li a {
		padding: 10px 0;
		display: block;
	}
	
	#footer .shisetsu-directions .link li:last-child,
	#footer .shisetsu-reservation .link li:last-child {
		border-top: 1px solid #dcdcdc;
	}
	
	#footer .shisetsu-directions .link li i,
	#footer .shisetsu-reservation .link li i {
		display: none;
	}
	
	#footer .history-list-yes {
		background: #FFF;
		text-align: center;
		padding: 26px 0;
		margin-top: 20px;
		overflow: hidden;
	}
	
	#footer .history-list-yes .inner {
		min-width: 0;
	}
	
	#footer .history-list-yes h4 {
		font-size: 1.0rem;
	}
	
	#footer .history-list-yes h4 img {
		width: 120px;
		height: 20px;
	}
	
	#footer .history-list-yes .history-list-menu {
		margin-top: 26px;
	}
	
	#footer .history-list-yes .history-list-menu li {
		font-size: 1.2rem;
		margin: 0 8px;
		display: inline-block;
	}
	
	#footer .history-list-yes .history-list-menu li:first-child {
		margin-left: 0;
	}
	
	#footer .history-list-yes .history-list-menu li:last-child {
		margin-right: 0;
	}
	
	#footer .history-list-yes .history-list-menu li a {
		display: block;
		text-decoration: none;
		-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		-o-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
	}
	
	#footer .history-list-yes .history-list-menu li .thumb {
		width: 67px;
		height: 67px;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
		margin-bottom: 5px;
		/* border-radius: 67px; */
		overflow: hidden;
		display: block;
	}
	
	#footer .history-list-yes .history-list-link {
		font-size: 1.6rem;
		text-align: right;
		margin: 20px 12px 0 0;
	}
	
	#footer .history-list-yes .history-list-banner {
		width: 85%;
		margin: 25px auto 0 auto;
	}

	#footer .history-list-yes .history-list-banner img {
		width: 100%;
		height: auto;
	}
	
	#footer .history-list-no {
		background: #FFF;
		text-align: center;
		padding: 26px 23px;
		margin-top: 20px;
		overflow: hidden;
	}
	
	#footer .shisetsu-menu {
		background: transparent;
		margin-top: -19px;
		padding: 0 0 30px 0;
	}
	
	#footer .shisetsu-menu ul li {
		height: 20px;
		border-right: 1px solid #DBDBDB;
		font-size: 1.3rem;
		line-height: 20px;
		padding: 0 15px;
		margin: 0;
		display: inline-block;
	}
	
	#footer .shisetsu-menu ul li:last-child {
		border-right: none;
	}
	
	#footer .shisetsu-menu ul li a.link-text-l {
		background: none;
		font-size: 1.4rem;
		padding-left: 0;
	}	
	
	#footer .kisetsu-list {
		padding: 25px 0;
		margin-top: 1px;
	}
	
	#footer .kisetsu-list .inner {
		min-width: 0;
		max-width: none;
	}
	
	#footer .kisetsu-list h4 img {
		width: 225px;
		height: auto;
	}
	
	#footer .kisetsu-list .kisetsu-list-menu {
		margin-top: 25px;
	}
	
	#footer .kisetsu-list .kisetsu-list-menu li {
		width: 93%;
		height: auto;
		display: block;
		margin: 0 3.5% 13px 3.5%;
	}
	
	#footer .kisetsu-list .kisetsu-list-menu li:after {
		padding-top: 31.51%;
	}
	
	#footer .kisetsu-list .kisetsu-list-menu li.text {
		width: 92.28%;
		left: 3.86%;
	}
	
	#footer .kisetsu-list .kisetsu-list-menu li p {
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	#footer .kisetsu-list .kisetsu-list-menu li h5 {
		font-size: 1.8rem;
		font-weight: bold;
	}
	
	#footer .kisetsu-list .kisetsu-list-link {
		text-align: right;
		margin: 15px 3.5% 0 0;
		position: static;
		top: auto;
		right: auto;
	}
	
	#footer .kisetsu-list .kisetsu-list-link a.link-text-m {
		background: url('../img/common/link_arrow_m.png') no-repeat 100% 50%;
		background-size: 12px 20px;
		font-size: 1.6rem;
		padding-right: 26px;
	}
	
	#footer .footer-menu {
		padding: 10px 7.466% 30px 7.466%;
		margin-top: 20px;
	}
	
	#footer .footer-menu ul.main-menu {
		text-align: left;
	}
	
	#footer .footer-menu ul.main-menu li {
		width: 50%;
		height: 32px;
		font-size: 1.3rem;
		line-height: 32px;
		border-right: none;
		display: inline-block;
		padding: 0;
		margin: 20px 0 0 0;
		box-sizing: border-box;
	}
	
	#footer .footer-menu ul.main-menu li:nth-child(even) {
		padding-left: 2.266%;
	}
	
	#footer .footer-menu ul.main-menu li img {
		width: 32px;
		height: 32px;
		vertical-align: top;
		margin-right: 7px;
	}
	
	#footer .footer-menu ul.sub-menu {
		border-top: 1px solid #dcdcdc;
		padding-top: 10px;
		margin-top: 30px;
	}
	
	#footer .footer-menu ul.sub-menu li {
		width: 100%;
		border-right: none;
		font-size: 1.6rem;
		padding: 0;
		margin: 20px 0 0 0;
		box-sizing: border-box;
	}
	
	#footer .catch-copy {
		padding: 60px 0 0 0;
	}
	
	#footer .catch-copy h3 {
		font-size: 2.0rem;
	}
	
	#footer .catch-copy i {
		width: 57px;
		margin: 25px auto 0 auto;
	}
	
	#footer .catch-copy p {
		margin: 15px auto 0 auto;
	}
	
	#footer .catch-copy i img {
		width: 57px;
		height: 57px;
	}
	
	#footer .catch-copy h3 img {
		width: 213px;
		height: 19px;
	}
	
	#footer .catch-copy p img {
		width: 145px;
		height: 13px;
	}
	
	#footer .pr{
		text-align: center;
    background-color: #fff;
    padding: 60px 0 30px;
	}
	
	#footer .footer-menu.footer-menu2{
		margin-top: 0;
	}
	
	#footer .footer-menu.footer-menu2 ul.sub-menu{
		border-top:none;
		margin-top: 0;
	}
	
	#footer .footer-menu.footer-menu2 ul.sub-menu li{
		font-size: 1.3rem;
	}
	
	#footer .footer-menu.footer-menu2 ul.sub-menu li:nth-child(3) {
		width: auto;
		display:inline-block;
		border-right: 1px solid #E6E6E6;
		text-align: right;
		padding-right: 15px;
	}
	
	#footer .footer-menu.footer-menu2 ul.sub-menu li:last-child {
		border-right: none;
		width: auto;
		display:inline-block;
		text-align: left;
		padding-left: 15px;
	}
	
	#footer .bottom {
		padding: 50px 0 25px 0;
	}
	
	#footer .bottom .inner {
		min-width: 0;
	}
	
	#footer .bottom .copyright {
		height: 12px;
		line-height: 12px;
	}

	#footer .bottom .copyright p {
		height: 12px;
		font-size: 0.9rem;
		right: 7.466%;
	}
	
	#footer .bottom .copyright i {
		height: 12px;
		left: 7.466%;
	}
	
	#footer .bottom .copyright i img {
		width: 60px;
		height: 12px;
	}
	
	/* modal */
	#colorbox .pc {
		display: none;
	}
	
	#colorbox img.pc,
	#colorbox span.pc,
	#colorbox br.pc {
		display: none;
	}
	
	#colorbox .sp {
		display: block;
	}
	
	#colorbox img.sp,
	#colorbox span.sp,
	#colorbox br.sp {
		display: inline;
	}
	
	#modal-shisetsu-list h3 img {
		width: 126px;
		height: 24px;
	}
	
	#modal-shisetsu-list .list {
		margin: 15px 0;
	}
	
	#modal-shisetsu-list .list li {
		width: 100%;
		margin: 25px 0 0 0;
		float: none;
		display: table;
		table-layout: fixed;
	}
	
	#modal-shisetsu-list .list li:nth-child(3n) {
		margin: 25px 0 0 0;
	}
	
	#modal-shisetsu-list .list li .image {
		width: 48%;
		height: auto;
		vertical-align: middle;
		display: table-cell;
		table-layout: auto;
	}
	
	#modal-shisetsu-list .list li .image img {
		width: 100%;
		height: auto;
	}
	
	#modal-shisetsu-list .list li .text {
		width: 52%;
		line-height: 1.3;
		text-align: left;
		vertical-align: middle;
		display: table-cell;
		padding-left: 4%;
		box-sizing: border-box;
	}
		
	#modal-shisetsu-list .list li .text .caption {
		font-size: 1.2rem;
	}
	
	#modal-shisetsu-list .list li .text .name {
		font-size: 1.6rem;
		color:#165e83;
		text-align: left;
		margin-top: 6px;
	}
	
	#modal-shisetsu-list .list li .text .place {
		font-size: 1.2rem;
		color:#165e83;
		margin-top: 4px;
	}
	
	#modal-shisetsu-search h3 img {
		width: 237px;
		height: 24px;
	}
	
	#modal-shisetsu-search .list {
		max-width: 574px;
		margin: 10px auto 0 auto;
	}
	
	#modal-shisetsu-search .list li,
	#modal-shisetsu-search .list li:nth-child(3n) {
		width: 50%;
		min-height: 48px;
		margin: 30px 0 0 0;
	}
	
	#modal-shisetsu-search .list li i {
		width: 48px;
		heigh: 48px;
	}
	
	#modal-shisetsu-search .list li .name {
		font-size: 1.6rem;
		margin: 6px 0 0 55px;
	}
	
	#modal-shisetsu-search .list li .price {
		font-size: 1.0rem;
		margin: 8px 0 0 55px;
	}
	
	#modal-shisetsu-search .attention {
		margin: 30px auto 0 auto;
	}
	
	#modal-shisetsu-search .reservation {
		margin: 30px 0 0 0;
	}
	
	#modal-shisetsu-search .reservation h5 {
		font-size: 1.6rem;
	}
	
	#modal-shisetsu-search .reservation .tel {
		font-size: 2.4rem;
		margin-top: 6px;
	}
	
	#modal-shisetsu-search .reservation .overseas {
		font-size: 1.2rem;
		margin-top: 6px;
	}
	
	/* Contents */
	#contents .pc {
		display: none;
	}
	
	#contents img.pc,
	#contents span.pc,
	#contents br.pc {
		display: none;
	}
	
	#contents .sp {
		display: block;
	}
	
	#contents img.sp,
	#contents span.sp,
	#contents br.sp {
		display: inline;
	}
	
}
