@charset "UTF-8";
/*------------------------------------------------------------------------------
	タロス - CSS Modules Import
	Date: 2018-09-12
------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, 
pre, code, form, fieldset, legend, input, textarea,
p, blockquote{
	margin:0;
	padding:0;
}

/*- Redefine -------*/

body{
	background:#fff;
	line-height:1.5;
}


p, th, td{
	line-height:1.5;
	font-weight:normal;
}


b,
b *,
strong,
strong *{
	font-weight:bold;
}


h1,h2,h3,h4,h5,h6{font-size:100%;}

ul,
ul li{
	list-style-type:none;
}

a:link{
	color:#5285b8;
	text-decoration:none;
}
a:visited{
	color:#5285b8;
	text-decoration:none;
}
a:hover{
	color:#5285b8;
	text-decoration:underline;
}
a:active{
	color:#5285b8;
	text-decoration:underline;
}

img{
	border:0;
	vertical-align:bottom;
	}

@media (min-width: 768px) {
	.sp {
		display: none;
	}
}
@media (max-width: 767px) {
	.pc {
		display: none;
	}
}


/** 文字サイズ **/
.txt-s {
	font-size: 80%;
}
.txt-s2 {
	font-size: 85%;
}
.txt-l{
	font-size: 115%;
}


/** 行間 **/
.lh14{
	line-height:1.4;
}
.lh16{
	line-height:1.6;
}
.lh17{
	line-height:1.7;
}
.lh18{
	line-height:1.8;
}
.lh20{
	line-height:2.0;
}
.lh24{
	line-height:2.4;
}
.lh30{
	line-height:3.0;
}

/** 配置 **/
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.vtop{
	vertical-align:top;
}
.vbtm{
	vertical-align:bottom;
}
.vmdl{
	vertical-align:middle;
}
.fright{
	float:right;
}
.fleft{
	float:left;
}
.normal{
	font-weight:normal;
}

.bold{
	font-weight:bold;
}

.mincho{
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinPro-W3","ＭＳ Ｐ明朝", "MS PMincho";
}



/** 色 **/
.gray{
	color:#666;
}
.gray2{
	color:#999;
}
.red{
	color:#f00;
}
.red2{
	color:#c00;
}
.white{
	color:#fff;
}

/********** --PADDING ****************/

.p0{ padding:0px !important; }
.p5{ padding:5px !important; }
.p10{ padding:10px !important; }
.p15{ padding:15px !important; }
.p20{ padding:20px !important; }
.p25{ padding:25px !important; }
.p30{ padding:30px !important; }
.pt0{ padding-top:0px !important; }
.pt3{ padding-top:3px !important; }
.pt5{ padding-top:5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt35{ padding-top:35px !important; }
.pt40{ padding-top:40px !important; }
.pt45{ padding-top:45px !important; }
.pt50{ padding-top:50px !important; }
.pt55{ padding-top:55px !important; }
.pt60{ padding-top:60px !important; }
.pt65{ padding-top:65px !important; }
.pt70{ padding-top:70px !important; }
.pt75{ padding-top:75px !important; }
.pb0{ padding-bottom:0px !important; }
.pb3{ padding-bottom:3px !important; }
.pb5{ padding-bottom:5px !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.pb25{ padding-bottom:25px !important; }
.pb30{ padding-bottom:30px !important; }
.pb35{ padding-bottom:35px !important; }
.pb40{ padding-bottom:40px !important; }
.pb45{ padding-bottom:45px !important; }
.pb50{ padding-bottom:50px !important; }
.pb55{ padding-bottom:55px !important; }
.pb60{ padding-bottom:60px !important; }
.pb65{ padding-bottom:65px !important; }
.pb70{ padding-bottom:70px !important; }
.pb75{ padding-bottom:75px !important; }
.pl0{ padding-left:0px !important; }
.pl3{ padding-left:3px !important; }
.pl5{ padding-left:5px !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl35{ padding-left:35px !important; }
.pl40{ padding-left:40px !important; }
.pl45{ padding-left:45px !important; }
.pl50{ padding-left:50px !important; }
.pl55{ padding-left:55px !important; }
.pl60{ padding-left:60px !important; }
.pl65{ padding-left:65px !important; }
.pl70{ padding-left:70px !important; }
.pl75{ padding-left:75px !important; }
.pr0{ padding-right:0px !important; }
.pr3{ padding-right:3px !important; }
.pr5{ padding-right:5px !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr35{ padding-right:35px !important; }
.pr40{ padding-right:40px !important; }
.pr45{ padding-right:45px !important; }
.pr50{ padding-right:50px !important; }
.pr55{ padding-right:55px !important; }
.pr60{ padding-right:60px !important; }
.pr65{ padding-right:65px !important; }
.pr70{ padding-right:70px !important; }
.pr75{ padding-right:75px !important; }


/********** --MARGIN ****************/

.m0{ margin:0px !important; }
.m5{ margin:5px !important; }
.m10{ margin:10px !important; }
.m15{ margin:15px !important; }
.m20{ margin:20px !important; }
.m25{ margin:25px !important; }
.m30{ margin:30px !important; }
.mt0{ margin-top:0px !important; }
.mt3{ margin-top:3px !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{ margin-top:30px !important; }
.mt35{ margin-top:35px !important; }
.mt40{ margin-top:40px !important; }
.mt45{ margin-top:45px !important; }
.mt50{ margin-top:50px !important; }
.mt55{ margin-top:55px !important; }
.mt60{ margin-top:60px !important; }
.mt65{ margin-top:65px !important; }
.mt70{ margin-top:70px !important; }
.mt75{ margin-top:75px !important; }
.mb0{ margin-bottom:0px !important; }
.mb3{ margin-bottom:3px !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb35{ margin-bottom:35px !important; }
.mb40{ margin-bottom:40px !important; }
.mb45{ margin-bottom:45px !important; }
.mb50{ margin-bottom:50px !important; }
.mb55{ margin-bottom:55px !important; }
.mb60{ margin-bottom:60px !important; }
.mb65{ margin-bottom:65px !important; }
.mb70{ margin-bottom:70px !important; }
.mb75{ margin-bottom:75px !important; }
.ml0{ margin-left:0px !important; }
.ml3{ margin-left:3px !important; }
.ml5{ margin-left:5px !important; }
.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }
.ml25{ margin-left:25px !important; }
.ml30{ margin-left:30px !important; }
.ml35{ margin-left:35px !important; }
.ml40{ margin-left:40px !important; }
.ml45{ margin-left:45px !important; }
.ml50{ margin-left:50px !important; }
.ml55{ margin-left:55px !important; }
.ml60{ margin-left:60px !important; }
.ml65{ margin-left:65px !important; }
.ml70{ margin-left:70px !important; }
.ml75{ margin-left:75px !important; }
.mr0{ margin-right:0px !important; }
.mr3{ margin-right:3px !important; }
.mr5{ margin-right:5px !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }
.mr25{ margin-right:25px !important; }
.mr30{ margin-right:30px !important; }
.mr35{ margin-right:35px !important; }
.mr40{ margin-right:40px !important; }
.mr45{ margin-right:45px !important; }
.mr50{ margin-right:50px !important; }
.mr55{ margin-right:55px !important; }
.mr60{ margin-right:60px !important; }
.mr65{ margin-right:65px !important; }
.mr70{ margin-right:70px !important; }
.mr75{ margin-right:75px !important; }


img.btnDown{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

a:hover img.btnDown{
	border-top:2px solid #fff;
	border-bottom:0px solid #fff;
}


/* floar(clearfix) */
.cf,
.clearFix,
clr {
	zoom: 100%;
}
.cf:after,
.clearFix:after,
.clr:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}

.clrall,
.clear {clear:both}



* {
	max-width: 100%;
	box-sizing: border-box;
}
body, p, td, th, input , select , textarea {
	max-width: 100%;
	font-size: 14px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.8;
	color: #fff;
}
html, body{
	height:100%;
}
body{
	padding-top: 45px;
	background: #459ac9;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto !important;
}
iframe {
	max-width: 100%;
}
.table {
	display: table;
}
.cell {
	display: table-cell;
}
.ib {
	display: inline-block;
}
a img {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a img:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.pc {
	display: none;
}
.auto {
	margin-left: auto;
	margin-right: auto;
}

/* 横並びリスト */
.mod_list01 {
	display: flex;
	align-items: center;
}
.mod_list01 li {
}



/* HEADER */
#header {
}
#header .box1,
#header .box2 {
	padding-top: 5px;
}
#hdInfo {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	color: #333;
	background: #fff;
	z-index: 9999999999999;
}

#hdInfo a {
	color: #333;
}
#hdInfo .box1 a {
	display: flex;
	align-items: center;
}
#hdInfo .box1  .copy {
	white-space: nowrap;
}
#hdInfo .box1,
#hdInfo .inLink,
#hdInfo .tel,
#hdInfo .box2 {
	font-size: 12px;
	vertical-align: top;
}
#hdInfo .box1 .copy {
	padding: 2vw;
	font-size: 2vw;
	line-height: 1.3;
	color: #333;
}
#hdInfo .box1 .logo {
	width: calc(100vw - 90px - 90px - 30px - 45px);
}
#hdInfo .box1 {
	box-sizing: border-box;
}
#hdInfo .inLink li a{
	position: relative;
	display: block;
	padding: 4px 0 4px 10px;
	font-size: 12px;
	line-height: 1;
	color: #0099cc;
	text-decoration: none;
}
#hdInfo .inLink li a:hover {
	text-decoration: underline;
}
#hdInfo .inLink li a:before {
	position: absolute;
	display: block;
	content: "";
	top: 9px;
	left: 0;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left: 6px solid #0099cc;
}

#hdInfo .tel {
	position: relative;
	width: 45px;
}
#hdInfo .tel img {
	display: block;
	margin: 5px auto;
	width: 30px;
}
#hdInfo .tel div {
	position: absolute;
	width: 100%;
	top: 28px;
	font-size: 10px;
	text-align: center;
	color: #333;
}

#hdInfo .box2 {
	width: 45px;
}

#header .btnGnav {
	position: absolute;
	z-index: 1000;
	top: 18px;
	right: 5px;
	width: 35px;
	height: 40px;
	cursor: pointer;
}
#header .btnGnav .line {
	position: absolute;
	left: 0px;
	width: 30px;
	height: 3px;
	content: '';
	background: #666;
	transition: all 0.3s ease;
}
#header .btnGnav .line:nth-child(1) {
	top: 1px;
}
#header .btnGnav .line:nth-child(2) {
	top: 9px;
}
#header .btnGnav .line:nth-child(3) {
	top: 17px;
}
#header .btnGnav.is_open {
}
#header .btnGnav.is_open .line:nth-child(1) {
	top: 9px;
	transform: rotate(-45deg);
}
#header .btnGnav.is_open .line:nth-child(2) {
	opacity: 0;
}
#header .btnGnav.is_open .line:nth-child(3) {
	top: 9px;
	transform: rotate(45deg);
}

#header .btnGnav div {
	position: absolute;
	padding-right: 5px;
	width: 100%;
	bottom: 0px;
	font-size: 10px;
	text-align: center;
	color: #333;
	box-sizing: border-box;
}




/* #gNav
================================================ */
#gNav {
	display: none;
	position: fixed;
	top: 65px;
	right: 0;
	width: 40%;
	min-width: 230px;
	z-index: 999999999;
	background: rgba(0,0,0,0.8);
}
#gNav ul {
	padding: 10px;
}
#gNav li a {
	position: relative;
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#gNav li a:before {
	position: relative;
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	border: 5px solid transparent;
	border-left: 8px solid #fff;
}

#gNav .close {
	margin-top: 20px;
	padding: 0 80px;
	cursor: pointer;
}

/*!	#overlay
================================================ */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999999998;
}




/* FOOTER */

.pageTop {
	display:none;
	position:relative;
	height:0;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	right: 10px;
	display: block;
	width: 44px;
	hegiht:38px;
	padding:0px;
	z-index:9999;
}
.pageTop a img {
	position: relative;
	top: 0;
}

#footer {
	position: relative;
	background: #459ac9;
	background: #094567;
	border-top: 1px solid #fff;
}
#footer p {
	font-size: 12px;
}

#footer:before {
	position: absolute;
	display: block;
	content: "";
	top: -4px;
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}

.fnavBox {
	margin: auto;
	font-size: 12px;
}
.fnavBox,
.fnavBox p {
	font-size: 12px;
	color: #fff;
}
.addBox img {
	width: 50px;
}
.fnavBox .box1,
.fnavBox .box2 {
	padding: 10px 15px;
}
.fnavBox .box2 {
	display: table;
	margin: auto;
	padding-bottom: 15px;
}
.fnavBox .box1 {
}
.fnavBox .note {
	margin:  15px 0 30px;
	display: flex;
	justify-content: center;
}
.fnavBox .time,
.fnavBox .addBox {
	margin: auto;
}
.fnavBox .time {
	display: table;
}
.fnavBox .time li {
	display: table-row;
}
.fnavBox .time span {
	display: table-cell;
	vertical-align: top;
	white-space: nowrap;
	padding-bottom: 5px;
}
.fbnr {
	margin-top: 20px;
}
#footer a {
	font-size: 12px;
	color: #fff;
}
.fbnr li {
	padding: 0 5px 0 0;
}
.fbnr li:nth-child(4) {
	padding: 0 20px;
}
#footer .tel {
	padding: 20px 0 8px;
	text-align: center;
}
#footNav {
	border-top: 1px solid #fff;
	padding-top: 25px;
}
#footer .reserve {
	line-height: 1;
}
#footer .reserve a {
	margin: 10px auto;
	display: table;
	padding-left: 25px;
	background: url(/files/footer/fic_arw.png) left center/22px no-repeat;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
}

.shopList {
	padding: 20px 10px;
	color: #000;
	background: #d5d5d5;
}
.shopList a {
	color: #000 !important;
}
.shopList h4 {
	font-size: 20px;
	font-weight: 400;
	text-align: center;
}

.shopList .list {
	margin-top: 2vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:4vw;
}
.shopList .list li {
	width: calc(47% - 2vw);
	text-align: center;
	line-height: 1.5;
}

.shopList .list a {
	display:block;
}
.shopList .list a div img {
	margin: 10px 20px 10px 0;
	width: 80px;
	min-width: 80px;
	max-width: 80px;
}
.shopList .list a div.sn {
	padding: 12px 0 0 0;
	width: 90%;
	font-size: 13px;
	line-height: 1.5;
}
.shopList .list li img {
	margin-bottom: 10px;
}
.shopList .company {
	clear: both;
	margin: 30px auto;
	text-align: center;
}
.shopList .company div {
	margin: 10px auto;
	font-size: 13px;
}
#footer .copyright {
	clear: both;
	padding: 0 0 10px;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	color: #000;
}


.wallArea {
}
.fbBox,
.instaBox {
	padding: 15px;
}


.instaBoxIn {
	padding: 0 5px 0 7px;
	background: #fff;
	border: 1px solid #ccc;
}

.instaBoxIn .instaHead {
	display: table;
}
.instaBoxIn .instaHead div,
.instaBoxIn .instaHead p {
	display: table-cell;
	padding: 5px 0px 0 5px;
	color: #000;
	vertical-align: middle;
}
.instaBoxIn .instaHead img {
	width: 50px;
}
.instaBoxIn .instaHead p {
	text-align: center;
}


.loading {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
}


/* ------------------------------------- */
/* ページ大見出し */
/* ------------------------------------- */

#navi .wline {
	position: relative;
	padding-bottom: 12px;
	margin: 0 0 25px;
}
#navi .wline:before,
#navi .wline:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}
#navi .wline:before {
	bottom: 3px;
}
#navi .wline:after {
	bottom: 0px;
}

.mainContents h1 {
	padding-top: 15px;
	text-align: center;
}

#top #main_contents .messageTi,
#top #main_contents .conceptTi,
#top #main_contents .menuTi,
#top #main_contents .galleryTi,
#top #main_contents .reviewTi,
#top #main_contents .blogTi,
#top #main_contents .contactTi,
#top #main_contents .policyTi {
	text-align: center;
}
#top #main_contents .menuTi {
	padding-left: 0px;
}
#top #main_contents .menuTi:before {
	display: none;
}
#top #main_contents .wline {
	position: relative;
	padding-bottom: 12px;
	margin: 0 0 25px;
}
#top #main_contents .wline:before,
#top #main_contents .wline:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}
#top #main_contents .wline:before {
	bottom: 3px;
}
#top #main_contents .wline:after {
	bottom: 0px;
}

#top #main_contents .copy {
	position: relative;
	margin: 0 0 25px;
}
#top #main_contents .copy:before,
#top #main_contents .copy:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}
#top #main_contents .copy:before {
	top: calc(50% - 1px);
}
#top #main_contents .copy:after {
	top: calc(50% + 1px);
}

#top #main_contents .copy p {
	position: relative;
	margin: auto;
	display: table;
	max-width: 90%;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #459ac9;
	z-index: 2;
}
#top #main_contents .sNav {
	margin: 0 15px 30px;
}


.mainContents .messageTi img {
	width: 130px;
}
.mainContents .conceptTi  img {
	width: 130px;
}
.mainContents .menuTi  img {
	width: 87px;
}
.mainContents .galleryTi  img {
	width: 112px;
}
.mainContents .reviewTi  img {
	width: 294px;
}
.mainContents .blogTi  img {
	width: 66px;
}
.mainContents .contactTi  img {
	width: 130px;
}
.mainContents .policyTi  img {
	width: 252px;
}
.mainContents .wline {
	position: relative;
	padding-bottom: 12px;
	margin: 0 0 25px;
}
.mainContents .wline:before,
.mainContents .wline:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}
.mainContents .wline:before {
	bottom: 3px;
}
.mainContents .wline:after {
	bottom: 0px;
}

.mainContents .copy {
	position: relative;
	margin: 0 0 25px;
}
.mainContents .copy:before,
.mainContents .copy:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}
.mainContents .copy:before {
	top: calc(50% - 1px);
}
.mainContents .copy:after {
	top: calc(50% + 1px);
}

.mainContents .copy p {
	position: relative;
	margin: auto;
	display: table;
	max-width: 90%;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #459ac9;
	z-index: 2;
}

#topics_list3.mainContents .copy:before {
	top: 15px;
}
#topics_list3.mainContents .copy:after {
	top: 18px;
}



/* ------------------------------------- */
/* Review */
/* ------------------------------------- */



/* ------------------------------------- */
/* BLOG */
/* ------------------------------------- */

.blogList {
	margin: 25px 10px 0;
}
.blogList li {
	display: table;
	margin-top: 20px;
}
.blogList li div {
	position: relative;
	display: table-cell;
	color: #fff;
	vertical-align: top;
	z-index: +1;
}
.blogList li .thum {
	width: 138px;
}
.blogList li .thum img {
	width: 120px;
}
.blogList li .text {
	font-size: 12px;
}

.btnList img {
	width: 62px;
}

#topics_list1 .blogList {
	margin-bottom: 45px;
}


#contents1000055 {
	color: #fff;
}
#contents1000055 .topics_ymd img,
#contents1000094 li .date img {
	display: inline;
	margin-right: 5px;
	vertical-align: middle;
}
#contents1000055 .topics_ymd {
	text-align: right;
}
#contents1000055 .ti {
	margin: 20px  0;
	padding-left: 30px;
	font-size: 16px;
	font-weight: 500;
	background: url("../../img/ico_title.png") left center no-repeat;
}
#contents1000055 .topics_contents {
	line-height: 2.2;
}
#contents1000055 .topics_contents p {
	margin: 0 0 1em;
	line-height: 2.2;
}
#contents1000055 .topics_contents a {
	color: #fff;
	text-decoration: underline;
}
#contents1000055 .topics_contents a:hover {
	color: #fff;
	text-decoration: underline;
}
#contents1000055 {
	padding: 15px 0 40px;
}
#contents1000053 {
	padding: 0 0 40px;
}
#contents1000055 .topics_detail {
	margin: 0 15px;
}
#contents1000094 .topics_list {
	margin: 0 15px 30px;
}
#contents1000094 h3 {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #fff;
}
#contents1000086 {
	margin: 0 15px 50px;
}
#contents1000086 h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	border-bottom: 1px solid #fff;
}
#contents1000094 li {
	margin-bottom: 15px;
}
#contents1000094 li a {
	color: #fff;
}
#contents1000094 li .date {
	font-size: 12px;
}



/* 	記事一覧 */
.page_links,
.pageinfo ul ,
.pager div {
	display: table;
	margin: auto;
	border-collapse:collapse;
}
.pager,
.page_links {
	margin: 80px auto 10px;
}
.pageinfo ul {
	margin: 10px auto 80px;
}

/* 	記事一覧ページナビ */
.page_links .summary,
.page_links .current,
.page_links a,
.page_links li,
.pageinfo li,
.pager .summary,
.pager .current,
.pager li {
	display: table-cell;
	padding: 5px 10px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #ccc;
}
.pager a {
	color: #fff;
}
.page_links a:hover {
	color: #fff;
	background: #a2cde4;
	border: 1px solid #ccc;
}
.page_links .current {
	background: #a2cde4;
	border: 1px solid #ccc;
}

ul.footpath {
	display: block;
	display: none;
	padding: 0 15px 10px;
}
ul.footpath li {
	display: inline;
	font-size: 11px;
	line-height: 1.4;
}
ul.footpath li:before {
	display: inline;
	content: ">";
}
ul.footpath li:first-child:before {
	display: none;
}
ul.footpath li a {
	color: #fff;
}



/* 	問い合わせ　メルマガ*/
.inquiry_detail {
	margin: 0 15px 50px;
}
.magazine_detail h2,
.inquiry_detail h2 {
	position: relative;
	margin: 0 0 30px;
	border-bottom: 4px solid #ccc;
}
.magazine_detail h2 span,
.inquiry_detail h2 span {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
}
.inquiry_detail h2.module_title {
	display: none;
}

#inquiry_div_name,
#inquiry_div_mail,
#inquiry_div_type,
#inquiry_div_email,
#inquiry_item_title_mail2,
#inquiry_div_message,
#inquiry_div_ext_title_01,
#inquiry_div_ext_title_02,
#inquiry_div_ext_title_03,
#inquiry_div_ext_title_04,
#inquiry_div_ext_title_05,
#inquiry_div_ext_title_06,
#inquiry_div_ext_title_07,
#inquiry_div_ext_title_08,
#inquiry_div_ext_title_09,
#inquiry_div_ext_title_10  {
	position: relative;
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
}
#inquiry_div_name:before,
#inquiry_div_mail:before,
#inquiry_div_type:before,
#inquiry_div_email:before,
#inquiry_item_title_mail2:before,
#inquiry_div_message:before,
#inquiry_div_ext_title_01:before,
#inquiry_div_ext_title_02:before,
#inquiry_div_ext_title_03:before,
#inquiry_div_ext_title_04:before,
#inquiry_div_ext_title_05:before,
#inquiry_div_ext_title_06:before,
#inquiry_div_ext_title_07:before,
#inquiry_div_ext_title_08:before,
#inquiry_div_ext_title_09:before,
#inquiry_div_ext_title_10:before  {
	position: absolute;
	display: block;
	content: "";
	top: 3px;
	left: 0px;
	width: 12px;
	height: 12px;
	background: #ccc;
}

#inquiry_p_ext_title_01 label {
	font-size: 16px;
	color: #ff9900;
}

.input_form {
	margin: 10px 0 30px;
}
.input_form label {
	display: inline-block;
	width: 48%;
}
.input_form label input[type=radio] {
	margin-right: 10px;
}
.input_form textarea,
.input_form input[type="text"]{
	width: 100%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #333;
}
.input_form textarea {
	height: 200px;
}
.required {
	padding: 1px 10px 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	background: #094567;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}
#inquiry_item_button_confirm,
#inquiry_item_button_send {
	margin: 20px auto;
	display: table;
	padding: 10px 30px;
	font-size: 20px;
	line-height: 1;
	color: #094567;
	background: #fff;
	border: 1px solid #094567;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}
 input[type="button"]#inquiry_item_button_confirm {
	display: none;
}
.reg .mail {
	display: table;
}
.reg .mail label {
	padding:0 15px 0 0;
	display: table-cell;
	vertical-align: middle;
}
.reg .mail #mail_address {
	padding: 5px;
	display: table-cell;
	font-size: 15px;
	border :1px solid #ccc;
	vertical-align: middle;
}
.reg .btn {
	margin: auto;
	display: table;
}
.reg .btn span {
	padding: 20px 10px;
	display: table-cell;
}

.reg .btn #sub,
.reg .btn #cancel {
	display: block;
	padding: 10px 30px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	background: #999;
	border: 0px;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
}
.reg .btn #cancel {
	background: #bbb;
}

.errtable {
	background: #f00;
	margin: 0 auto 80px;
	padding: 20px;
}
.errmsg {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.errtable li {
	color: #fff !important;
}
.input_form_header {
	margin: 80px 0;
}


/* プライバシーポリシー */

#container .policy dt {
	margin: 0 0 13px;
	padding: 8px 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	color: #a0011b;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #f3ebf3;
}
#container .policy dd {
	margin: 0 0 30px 30px;
}

ul.disc {
	margin: 5px 0;
	padding: 0 0 0 20px;
}
ul.disc li {
	list-style-type: disc;
}



/* Review */
.reviewHead {
	margin:0 10px;
}
.reviewHead p {
	margin:0 0 10px;
	font-size: 13px;
}
.reviewBox {
	position: relative;
	margin: -10px auto 10px;
	width: 100%;
	z-index: 10;
}
.reviewBox li {
	padding: 5px 10px 5px 10px;
	box-sizing: border-box;
}
.reviewBox li .box1 {
	display:table;
	margin-bottom: 10px;
	width: 100%;
}
.reviewBox li .box2,
.reviewBox li .name {
	display:table-cell;
	vertical-align: middle;
}
.reviewBox li .box2 {
	position: relative;
	padding: 10px;
	width: calc(100% - 80px);
	background: url("/files/top/review/bg_sp2.png") center right no-repeat;
	background-size: 100%;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}
.reviewBox li .box2:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	background: #ccc;
}
.reviewBox li .box2:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: "";
	width: calc(100% - 20px);
	height: 1px;
	background: #ccc;
	border-bottom: 1px solid #aaa;
}
.reviewBox li .inner {
	display:table;
	width: 100%;
	box-sizing: border-box;
}
.reviewBox li .inner div {
	display:table-cell;
	vertical-align: middle;
}

.reviewBox li .img {
	width: 80px;
	text-align: center;
	box-sizing: border-box;
}
.reviewBox li .star {
	color: #c6c6c6;
}
.reviewBox li .star span {
	color: #ff9900;
}
.reviewBox li .star.bigstar span,
.reviewBox li .star.bigstar {
	font-size: 28px;
}
.reviewBox li h3 {
	width: 230px;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	color: #333;
}
.reviewBox li .text p {
	padding: 0px 25px 0px 10px;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}
.reviewBox li .name {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
}
.reviewBox li .name img {
	display: block;
	width: 62px;
	margin: 10px auto;
}
.reviewBox li .name .date {
	font-size: 10px;
	line-height: 1.5;
}
#review .btnList,
#blog .btnList {
	position: relative;
	margin: -5px 10px 40px;
	float: right;
}
#review .btnList li {
	padding: 0 0 0 5px;
}
#contents1000058 .btn02 {
	padding: 0 10px 25px 0;
}
#contents1000058 .btn02 a {
	float: right;
	display: block;
	padding: 7px 0 10px 0;
	width: 150px;
	text-align: center;
	background: #fff;
}

.arwBtn01 a {
	padding: 5px 15px 5px 35px !important;
	position: relative;
	display: table !important;
	width: auto !important;
	height: auto !important;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
}
.arwBtn01 a:hover {
	background: rgba(69,154,201,0.9);
	background: rgba(255,255,255,0.7) !important;
}
.arwBtn01 a:before {
	position: absolute;
	display: block;
	content: "";
	top: 8px;
	left: 10px;
	background: url(/files/img/ico_arw_black.png) left center/20px no-repeat;
	width: 20px;
	height: 20px;
}




/* ------------------------------------- */
/* Review 詳細*/
/* ------------------------------------- */
.reviewNav {
	background: #fff;
	padding: 10px;
}
.navList {
	margin: 5px auto;
	display: table;
}
.navList li {
	display: table-cell;
	width: 150px;
	vertical-align: middle;
	box-sizing: border-box;
}
.navList li a {
	margin: auto;
	display: block;
	padding: 5px 5px 5px 25px;
	line-height: 1;
	color: #333;
	box-sizing: border-box;
}
.cr01 a {
	font-size: 12px;
	background: url(/files/review/ico01.png) center left no-repeat;
}
.cr02 a {
	font-size: 12px;
	background: url(/files/review/ico02.png) center left no-repeat;
}
.cr03 a {
	font-size: 13px;
	background: url(/files/review/ico03.png) center left no-repeat;
}
.cr04 a {
	font-size: 13px;
	background: url(/files/review/ico04.png) center left no-repeat;
}

.review2Box {
	margin: 20px 10px 40px;
	padding: 15px 20px 30px;
	border: 1px solid #e8e8e8;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.35);
	background: #c8e1ef;
}
.review2info {
}
.review2info .info1,
.review2info .info2 {
	color: #333;
}
.review2info .info2 {
	text-align: right;
}
.review2info .info2 .name {
	font-size: 15px;
	font-weight: 600;
}
.review2info .info2 .date {
	font-size: 14px;
}
.review2info .info1 .star {
	font-size: 30px;
	color: #c6c6c6;
}
.review2info .info1 .star span {
	font-size: 30px;
	color: #ff9900;
}
.review2info .info1 .star.bigstar,
.review2info .info1 .star.bigstar span {
	font-size: 50px;
	line-height: 1;
}
.review2Tit {
	margin: 10px 0 20px 0;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	text-align: left !important;
}
.review2Text {
	color: #333;
}



/* BLOG */
#blog {
}
.blogList {
	margin: 25px 10px 0;
}
.blogList li {
	display: table;
	margin-top: 20px;
}
.blogList li div {
	position: relative;
	display: table-cell;
	color: #fff;
	vertical-align: top;
	z-index: +1;
}
.blogList li .thum {
	width: 138px;
}
.blogList li .text {
	font-size: 12px;
}

.btnList img {
	width: 62px;
}


/* メッセージ */
.mesBox {
	margin: 0 10px 30px 10px;
	background: #fff;
}
.mesBox .textArea {
	padding: 20px 15px;
}
.mesBox .textArea .txt01 {
	color: #333;
}
.mesBox .textArea .txtStrong {
	font-size: 16px;
	font-weight: 600;
}
.mesBox .textArea .txt02 {
	text-align: right;
	color: #333;
}
.mesBox .textArea .txt03 {
	margin-top: 15px;
	line-height: calc(30/14);
	color: #333;
}
.mesBox .picArea {
	text-align: center;
}
.mesBox .picArea img  {
	width: 100%;
	max-width: 380px;
}
.photo {
	margin: 30px 10px;
}


/* concept */
#contents1000015 {
	padding-bottom: 50px;
}
#contents1000015 .wrapper {
	margin: 0 10px;
}
#contents1000015 .videoWrap {
	position: relative;
}
#contents1000015 .videoWrap .lead {
	position: absolute;
	top: 20%;
	top: calc(50% - 44px);
	left: 0;
	width: 100%;
	font-size: 16px;
	text-align: center;
}
#contents1000015 .ph {
	margin: 30px 0;
	text-align: center;
}
#contents1000015 .inner01 {
	margin: 30px 0;
}
#contents1000015 .hl {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}
#contents1000015 .txtStrong {
	color: #99ffcc;
}
#contents1000015 .inner02 {
	margin: 80px;
}
#contents1000015 p {
	font-size: 14px;
	line-height: calc(34/16);
}

#contents1000015 .num li {
	display: table;
}
#contents1000015 .num li div {
	display: table-cell;
	padding: 10px 15px 0 0;
	font-size: 14px;
	line-height: 1.5;
	vertical-alogn: top;
}

#contents1000015 .note {
	margin: 15px 0 30px;
	padding: 10px 15px;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: calc(34/16);
}
.video {
	width: 100%;
}

#contents1000015 iframe {
	height: 200px;
}


/* メニュー */
.anchor {
	display: table;
	margin: -30px auto 30px;
}
.anchor li  {
	margin: 10px;
}
.anchor li img {
	width: auto !important;
	height: 40px !important;
}

.mainTi {
	position: relative;
	margin-bottom: 25px;
}
.mainTi .tit {
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	z-index: 999;
}
.galleryList,
.phList {
	margin: 0 0 40px 0;
}
.galleryList li,
.phList li {
	float: left;
	width: 50%;
	padding: 10px;
	font-size: 12px;
	text-align: center;
	box-sizing: border-box;
}
.galleryList li {
	padding: 0px 5px 10px 10px;
}
.galleryList li:nth-child(2n) {
	padding: 0px 10px 10px 5px;
}
.menuBox .menuTi {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
	font-weight: 400;
}
.menuBox .menuTi:before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 0;
	width: 55px;
	height: 1px;
	border-top: 1px solid #fff;
}

#top .sp_contents .menuTi {
	padding-left: 0;
}
#top .sp_contents .menuTi:before {
	display: none;
}
#contents1000027 .sNav {
	padding: 0 10px;
}
#contents1000128,
#contents1000129,
#contents1000130 {
	padding: 0 10px;
}
.menuList {
	padding: 20px 0 0 0;
	font-size: 14px;
}
.menuList dt {
	position: relative;
	margin-bottom: 20px;
	padding-left: 20px;
}
.menuList dt:before {
	position: absolute;
	display: block;
	content: "";
	top: 7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: #fff;
}
.menuList dd .txt01 {
	padding: 0 0 0 20px;
}
.menuList dd .txt02 {
	padding: 0 0 0 35px;
}
.menuList dd .detail {
	margin: 0 0 0 30px;
	padding-left: 10px;
	line-height: 1.9;
	border-left: 1px solid #fff;
}
#contents1000128 .txt14,
#contents1000129 .txt14,
#contents1000130 .txt14 {
	font-size: 12px;
}
#contents1000128 .clr1,
#contents1000129 .clr1,
#contents1000130 .clr1 {
	color: #99ffcc;
}
.menuBox {
	margin-bottom: 80px;
}


.fancybox-toolbar {
	top: auto !important;
	bottom: 5px !important;
	right: 5px !important;
}
.fancybox-button--thumbs,
.fancybox-button--play,
.fancybox-button--zoom {
	display: none !important;
}
.fancybox-button--close {
	padding: 0px !important;
	width: 40px !important;
	height: 40px !important;
	border: 2px solid #fff !important;
}
.fancybox-button--close:before {
	position: absolute;
	content: "";
	top: 18px;
	left: -9px;
	width: 53px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
}
.fancybox-button--close:after {
	position: absolute;
	content: "";
	top: 18px;
	right: -9px;
	width: 53px;
	height: 2px;
	background: #fff;
	transform: rotate(-45deg);
}
.fancybox-button--close svg {
	display: none !important;
}
.fancybox-caption {
	bottom: 120px !important;
	margin: auto !important;
	padding: 0 !important;
	width: 100% !important;
	background: none !important;
}
.fancybox-caption__body {
	padding: 5px !important;
	margin: auto !important;
	display: table !important;
	color: #fff !important;
	background: rgba(0,0,0,0.5) !important;
}

.winePic img {
	float: right;
	width: 70px;
	margin: 0 0 0 15px;
}

.blink{
	animation:BLINK 1s ease-in-out infinite alternate;
}
@keyframes BLINK {
	0% {
		opacity:1.0;
	}
	50% {
		opacity:1.0;
	}
	100% {
		opacity:0;
	}
}


.menuBtn {
	margin: 0 auto 2em;
	width: 90%;
	max-width: 250px;
}

.menuBtn a,
.menuBtn2 a {
	position: relative;
	display: block;
	text-align: center;
	padding: 10px 10px;
	font-size: 1.15em;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 600;
	color: #459ac9;
	background: #fff;
	border: 1px solid #459ac9;
	-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;
}
.menuBtn a:hover ,
.menuBtn2 a:hover {
	color: #fff;
	background: #459ac9;
	border: 1px solid #fff;
}

.menuBtn a::after,
.menuBtn2 a::after {
	position: absolute;
	content: "";
	top: 5px;
	right: 5px;
	border: 5px solid transparent;
	border-right: 5px solid #459ac9;
	border-top: 5px solid #459ac9;
}
.menuBtn a:hover::after,
.menuBtn2 a:hover::after {
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
}


.menuBtns {
	display: flex;
}

.menuBtn2 a {
	font-size: 1em;
	padding: 8px;
}
.rBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 60px;
	height: 30px;
	color: #fff;
	border: 1px solid #666;
}







#title h1 {
	position: relative;
	text-align: center;
	padding-top: 35px;
}
#title  .copy {
	position: relative;
	margin-top: 5px;
	margin-bottom: 30px;
}
#title  .copy:before,
#title  .copy:after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	border-top: 1px solid #fff;
}
#title  .copy:before {
	top: calc(50% - 1px);
}
#title  .copy:after {
	top: calc(50% + 1px);
}

#title  .copy p {
	position: relative;
	margin: auto;
	display: table;
	max-width: 90%;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #459ac9;
	z-index: 2;
}



/* お問い合わせ */
.contact-form {
	margin-bottom: 1em;
}

.contact-form dt {
	position: relative;
}
.contact-form dt .required {
	position: absolute;
	top: 4px;
	right: 15px;
	padding: 3px 10px 4px;
}

.contact-form dd {
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	width: 100%;
	padding: 5px;
	color: #333 !important;
	box-sizing: border-box;
}

#form_submit_button {
	margin: 2em auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	background: #333;
	border: 0px;
	cursor: pointer;
}

.error {
	margin: 2em auto;
	padding: 2em;
	border: 1px solid #fff;
}
.error-mes {
	margin-top: 1em;
	padding: 2em;
	background: #fff;
}
.error_messe {
	color: #f00 !important;
}

.btn-area {
	display: flex;
	align-items: center;
	justify-content: center;
}


.btn-area {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.btn-area input[type=button],
.btn-area input[type=submit] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40vw;
	height: 50px;
	font-size: 18px;
	color: #fff;
	background: #333;
	border: 0px;
	cursor: pointer;
}
.btn-area input[type=button] {
	font-size: 13px;
	color: #333;
	background: #efefef;
}

.formTable {
	margin: 2em auto;
	text-align: left;
	width: 100%;
}
.formTable th {
	position: relative;
	display: block;
	padding: 10px 0 0 16px;
	font-size: 12px;
	line-height: 20px;
}
.formTable th::before {
	position: absolute;
	content: "";
	top: 16px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #fff;
}
.formTable td {
	display: block;
	padding: 0 0  10px;
	font-size: 15px;
	line-height: 1.5;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}


#gNav .hSns  {
	display:flex;
	justify-content: center;
	gap: 5px;
}

#gNav .hSns li  {
	background: #fff;
	width: 46px;
}
#gNav .hSns li a::before {
	display: none;
}
