/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 09 2025 | 07:58:22 */
@charset "UTF-8";


/*------------------------
  default css reset
------------------------*/


html, body {
  overflow-x: hidden;
  width: 100%;
}
body {
  min-width: 0 !important;
}
.es-container.page-header {
	display: none;
}
.es-separate-container #primary,
.es-separate-container #secondary {
	padding-bottom: 0;
}
.es-container {
	max-width: 100%;
	padding: 0;
}
.entry-content p {
  margin-bottom: auto;
}
.entry-content h2::after {
  content: none;
}
.es_new_block.vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.es_new_block figure img.ofi {
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
@media (min-width: 481px) {
  #content .has-4-columns > * {
    width: calc(25% - 10px);
  }
}

footer .rights > p {
	margin: 0;
}
.site-footer {
	display: none;
}

.row>[class^=col-] {
  margin: auto;
}

p.aside::before, ul.aside > li::before {
  content: none;
}



@media screen and (max-width: 767px) {
  .entry-content > * {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .es_new_block.vertical-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .has-4-columns > * {
    width: calc(50% - 5px);
  }
}

/*
* Noto Sans Japanese (japanese) https://www.google.com/get/noto/
 */
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 200;
	src:	url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
			url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
			url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: bold;
	font-weight: 500;
	src:	url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
			url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
			url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }


/*--------------------------------------------------------------*/
/* general */
* {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 100;
	outline: none !important;
	border-radius: 0 !important;
	line-height: 1.6;
}

body {
	min-width: 320px;
}
body > .contents {
	width: 100% !important;
	overflow: hidden;
}

a {
	text-decoration: none !important;
	transition-duration: 0.5s;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

.db {
	display: block;
}
.dib {
	display: inline-block;
}

ul {
	list-style-type: none;
	padding: 0;
}
p,
p + p {
	margin: 0;
}

.text-white {
	color: #FFF;
}
.text-blue {
	color: #214AA2
}
.text-navy {
	color: #0d1e3c;
}
.text-red {
	color: #C81332;
}

.text-dec01 {
	color: #C30E23;
	background-color: #FFED00;
}

.text-dec02 {
	color: #214AA2;
	background-color: #FFED00;
}

.text-bold {
	font-weight: bold;
}


.bg-blue {
	background-color: #214AA2;
}
.bg-gray {
	background-color: #f6f6f6;
	padding: 23px 30px 30px 30px;
}


.fwn {
	font-weight: 200;
}
.lh27 {
	line-height: 27px;
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: “”;
vertical-align: middle;
}

/* pc sp
--------------------------------- */
.pc {
  display: inline-block;
}
.sp {
  display: none;
}

img {
	width: 100%;
	max-width: 100%;
}

a > img {
	transition-duration: 0.5s;
	opacity: 1;
}
a > img:hover {
	opacity: 0.8;
}



.cf::after {
	content: "";
	clear: both;
	display: block;
}

.row.narrow-gap{margin-right:-7.5px!important;margin-left:-7.5px!important}
.row.narrow-gap>[class^=col-]{margin-top:0!important;margin-bottom:15px!important;padding-right:7.5px!important;padding-left:7.5px!important}



/*--------------------------------------------------------------*/
/* header */
header {

}
header .lead {
	height: 73px;
	background-color: #214AA2;
	margin: 0;
	padding: 15px 0;
}
header .lead > .container .left {
	float: left;
	display: inline-block;
	width: calc(100% - 524px);
}
header .lead > .container .left > p {
	line-height: 19px;
	color: #FFF;
	font-size: 11px;
}

header .lead > .container .right {
	float: right;
	display: inline-block;
	width: 524px;
}
header .lead > .container .right > .header_button {
	float: right;
	display: inline-block;
	width: auto;
	height: 43px;
	margin: 0 8.5px;
}
header .lead > .container .right .header_button > img {
	width: auto;
	height: 43px;
	margin: 0;
}
header .lead > .container .right > a {
	float: right;
}
header .lead > .container .right > a > img {
	width: auto;
	height: 43px;
	margin: 0 0 0 22.5px;
}


header .header {
	height: 81px;
}
header .header > .container > h1 {
	float: left;
	display: inline-block;
	width: 225px;
	height: auto;
	margin: 22px 0 0 0;
}
header .header > .container > h1 > a {
	display: block;
	width: 100%;
	height: 100%;
}
header .header > .container > h1 > a:after {
	content: "";
	clear: both;
	display: block;
}
header .header > .container > h1 > a > img {
	float: left;
	width: 100%;
	height: auto;
}
header .header > .container > .header_logo {
	float: left;
	display: inline-block;
	width: 225px;
	height: auto;
	margin: 22px 0 0 0;
}
header .header > .container > .header_logo::after {
  content: none;
}
header .header > .container > .header_logo > a {
	display: block;
	width: 100%;
	height: 100%;
}
header .header > .container > .header_logo > a:after {
	content: "";
	clear: both;
	display: block;
}
header .header > .container > .header_logo > a > img {
	float: left;
	width: 100%;
	height: auto;
}

header .header > .container > .pc-menu {
	float: right;
	display: inline-block;
	margin: 0;
}
header .header > .container > .pc-menu::after {
	content: "";
	clear: all;
	display: block;
}
header .header > .container > .pc-menu > li {
	position: relative;
	float: left;
	display: inline-block;
	background-color: #FFF;
	height: 81px;
	border-bottom: 2px solid transparent;
	transition-duration: 0.5s;
}
header .header > .container > .pc-menu > li:hover {
	background-color: #F7F7F7;
}
header .header > .container > .pc-menu > li.active {
	border-bottom: 2px solid #C81332;
}
header .header > .container > .pc-menu > li:not(:first-child)::after {
	position: absolute;
	top: 26px;
	left: 0;
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	background-color: #DDD;
}
header .header > .container > .pc-menu > li > a {
	display: block;
	height: 79px;
	line-height: 79px;
	color: #494949;
	font-size: 15px;
	padding: 0 22px;
}
header .header > .container > .pc-menu > li > a > span {
	font-size: 11px;
}


header .header > .container > .sp-menu {
	float: right;
	display: inline-block;
	margin: 0;
}
header .header > .container > .sp-menu > li {
	float: left;
	display: inline-block;
	width: 47px;
	height: 46px;
	border-left: 1px solid #FFF;
}
header .header > .container > .sp-menu > li > a {
	display: block;
	width: 46px;
	height: 46px;
	background-color: #f2f2f2;
	text-align: center;
	padding: 6px 4px 0 4px;
}
header .header > .container > .sp-menu > li > a > img {
	float: left;
	width: auto;
	max-height: 32px;
}
header .header > .container > .sp-menu > li:last-child > a {
	background-color: #224ba3;
	padding: 14px 12px;
}
header .header > .container > .sp-menu > li:last-child > a > img:nth-child(2) {
	display: none;
}

#sp-menu {
	position: absolute;
	top: 46px;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	z-index: 10000;
}
header .header > .container > .sp-menu > li:last-child > a.is-open > img:nth-child(1) {
	display: none;
}
header .header > .container > .sp-menu > li:last-child > a.is-open > img:nth-child(2) {
	display: block;
}


.sp-menu-new-list {
    width: 100%;
	padding: 0 15px;
    margin: 0 auto 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sp-menu-new-list > li {
	width: 50%;
	border: 1px solid #a2aec1;
	border-style: none none solid none;
}
.sp-menu-new-list > li:nth-child(2n) {
  border-style: none none solid solid;
}
.sp-menu-new-list > li a {
	color: inherit;
	display: block;
	padding: 15px 5px 10px;
	position: relative;
}
.sp-menu-new-list > li .icon {
  display: block;
  width: 52px;
	margin: auto;
}
.sp-menu-new-list > li .text {
  display: block;
	text-align: center;
	margin-top: 10px;
}
.sp-menu-new-list > li .plus {
	color: #214ba3;
	font-size: 2rem;
	position: absolute;
	right: 10px;
	bottom: 20px;
}
.sp-menu-new-list > li .plus::before,
.sp-menu-new-list > li .plus::after {
	content: "";
	width: 20px;
	height: 1px;
	display: block;
	background: #214ba3;
}
.sp-menu-new-list > li .plus::after {
	transform: rotate(90deg) translateX(-1px);
}
.sp-menu-new-tel {
	width: 100%;
  padding: 10% 5%;
	text-align: center;
	background: #214ba3;
}

.sp-menu-modal {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s;
}
.sp-menu-modal.is-show {
	visibility: visible;
	opacity: 1;
}
.sp-menu-modal-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #214ba3;
	padding: 2%;
	margin: auto;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.sp-menu-modal-list li {
	width: 50%;
	padding: 2%;
	text-align: center;
}
.sp-menu-modal-list li a {
	color: inherit;
	padding: 15px 5px;
	display: block;
	background: #fff;
	font-weight: bold;
	text-align: center;
}



#sp-menu > .sp-menu-list > li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #9cacbc;
}
#sp-menu > .sp-menu-list > li > a,
#sp-menu > .sp-menu-list > li > ul > li > a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #FFF;
	font-size: 13px;
	padding: 0 16px;
}
#sp-menu > .sp-menu-list > li > a:hover {
	padding: 0 16px 0 26px;
}
#sp-menu > .sp-menu-list > li > ul > li {
	float: left;
	width: 100%;
	border-top: 1px solid #9cacbc;
}
#sp-menu > .sp-menu-list > li > ul > li > a {
	padding: 0 16px 0 40px;
}
#sp-menu > .sp-menu-list > li > ul > li > a:hover {
	padding: 0 16px 0 50px;
}
#sp-menu > .sp-menu-list > li > ul > li > a::before {
	content: "-";
	margin: 0 5px 0 -10px;
}
#sp-menu > .sp-menu-tel {
	padding: 19px 26px 37px 19px;
}


/*--------------------------------------------------------------*/
/* footer */
footer {
	background-color: #fafafc;
}
footer > .container {
	padding: 34px 15px 42px 15px;
}
footer > .container h3 {
	width: 250px;
}
footer > .container p {
	line-height: 19px;
	color: #75849d;
	font-size: 10px;
}
footer .wrapper {
	text-align: center;
	padding: 50px 50px 0 50px;
}
footer .wrapper > a > img {
	width: 100%;
	max-width: 300px;
}

footer .rights {
	position: relative;
	height: 58px;
	background-color: #214aa2;
}
footer .rights > .to-top-btn {
	position: absolute;
	top: -40px;
	right: 0;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/uploads/sites/296/2021/05/gototop.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
footer .rights > p {
	line-height: 58px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}



/*--------------------------------------------------------------*/
/* elements */


/* button */
.btn-blue {
	display: inline-block;
	background-color: #1f4ca1;
	border: none;
	border-radius: 0;
	color: #FFF;
	padding: 15px 36px;
}

.btn-inverse {
	display: inline-block;
	border: 1px solid #0d1e3c;
	border-radius: 0;
	color: #0d1e3c;
	padding: 15px 36px;
}
.btn-inverse.bgw {
	background-color: #FFF;
}

.btn-inverse.add-arrow {
	background-image: url(/wp-content/uploads/sites/296/2021/05/top_search_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 6px 12px;
}
.btn-inverse.add-arrow:hover {
	background-position: right 10px center;
}


.btn-red {
	display: inline-block;
	background-color: #C81332;
	border: none;
	border-radius: 0;
	color: #FFF;
	padding: 15px 36px;
	transition-duration: 0.5s;
}
.btn-red.add-arrow {
	background-image: url(/wp-content/uploads/sites/296/2021/05/btn_arrow01.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 6px 11px;
}
.btn-red:hover {
	color: #FFF;
	background-position: right 10px center;
}
.md-btn .btn-red.add-arrow {
  width: 80%;
  max-width: 400px;
}


.ban-label {
	display: inline-block;
	background-color: #C81332;
	border: none;
	border-radius: 4px !important;
	color: #FFF;
	margin: 0 0 30px 0;
	padding: 6px 28px 6px 6px;
}
.ban-label > img {
	float: left;
	width: 24px;
	margin: 0 16px 0 0;
}


.login-btn {
	position: relative;
	height: 90px;
	padding: 17px 23px 17px 121px;
}
.login-btn:hover {
	color: #FFF;
}
.login-btn > img {
	position: absolute;
	top: 17px;
	left: 23px;
	width: 79px;
	height: 56px;
	transition-duration: 0.5s;
}
.login-btn:hover > img {
	left: 18px;
}

.login-btn > strong {
	display: block;
	color: inherit;
	font-size: 16px;
	font-weight: bold;
}
.login-btn > p {
	display: inline-block;
	border-bottom: 1px solid #FFF;
	color: inherit;
	font-size: 13px;
	margin: 5px 0 0 0;
	transition-duration: 0.5s;
}
.login-btn:hover > p {
	border-color: transparent;
}

/* section-header */
section {
	padding: 70px 0;
}
.section-header {
	padding: 0 0 36px 0;
}
.section-header > h3 {
	color: #0d1e3c;
	font-size: 23px;
	margin-top: 0;
    margin-bottom: 0;
}
.section-header > .aside {
	font-family: 'Oswald', sans-serif;
	color: #0229CE;
	font-size: 13px;
	margin: 12px 0 0 0;
}
section > .section-header:first-child,
section > .container > .section-header:first-child {
	text-align: center;
}

/* tab-list */

#main .tab-list {
  padding-top: 30px;
  margin-bottom: 0;
}
#main .tab-list li {
  text-align: center;
  margin-bottom: 10px;
}
#main .tab-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  color: inherit;
  border: 1px solid #262626;
}
#main .tab-list li.current a,
#main .tab-list li a:hover {
  color: #fff;
  background: #c61936;
  border: 1px solid #c61936;
}

.tab-section {
  display: none;
}
.tab-section:first-of-type {
  display: block;
}

/* qanda */

.faq-tab-section section {
  padding-top: 50px;
  padding-bottom: 0;
}
.faq-tab-section .md-btn {
  padding-top: 50px;
  padding-bottom: 70px;
}
.faq-tab-section .md-btn > div {
  margin-bottom: 20px;
}

.faq dl dt::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 1px;
  background: #666;
  transition: all 0.2s ease;
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.faq dl dt::before {
  opacity: 1;
  transition: all 0.2s ease;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 1px;
  background: #666;
}
.faq dl dt.js-active::after {
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}
.faq dl dt.js-active::before {
  opacity: 0;
}

.faq dl dt {
  background: #e5e5e5;
  padding: 7px 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.faq dl dt p {
  float: left;
  width: calc(100% - 86px);
  margin-left: 20px;
  margin-right: 40px;
  padding-top: 2px;
}
.faq span.q,
.faq span.a {
  width: 26px;
  display: inline-block;
  text-align: center;
  padding: 0px 3px 3px;
  font-size: 16px;
  float: left;
}
.faq span.q {
  color: #fff;
  background: #262626;
}
.faq span.a {
  border: 1px solid #262626;
}
.faq dl dd {
  padding: 10px;
  line-height: 2;
  overflow: hidden;
  display: none;
}
.faq dl dd .desc {
  float: left;
  width: calc(100% - 46px);
  margin-left: 20px;
}
.faq dl dd a {
  text-decoration: underline !important;
}

#faq-sale .md-btn .btn-red.add-arrow {
  height: 74px;
}
#faq-sale .md-btn > div:first-child .btn-red.add-arrow {
  padding-top: 25px;
}
/* property */

.property {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    margin: 0 0 30px;
    padding: calc(0.644013 * 100%) 0 0;
    position: relative;
    transition-duration: 0.5s;
}


.property > .property-header {
	position: relative;
}
.property > .property-header > .new-label,
.property > .property-header > .member-label {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 45px;
	height: 25px;
	line-height: 25px;
	background-color: #C81332;
	text-align: center;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	padding: 0;
	z-index: 1000;
}
.property > .property-header > .member-label {
	background-color: #224ba3;
}
.property > .property-header > .img {
	width: 100%;
	height: auto;
	transition-duration: 0.5s;
	opacity: 1;
}
.property:hover > .property-header > .img {
	opacity: 0.8;
}

.property > .property-info {
	background-color: #fafafa;
	padding: 15px;
}
.property > .property-info > .name {
	color: #0d1e3c;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	max-height: 30px;
	min-height: 30px;
}
.property > .property-info > .name > .invitation-label {
	float: right;
	display: inline-block;
	width: 45px;
	height: 18px;
	line-height: 18px;
	background-color: #a0a0a0;
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: 200;
}
.property > .property-info > .address {
	height: 40px;
	overflow: hidden;
	color: #0d1e3c;
	font-size: 12px;
	margin: 0 0 12px 0;
}
.property > .property-info > .text {
	height: 32px;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	color: #9e9e9e;
}
.property > .property-footer {
	margin: 0 0 20px 0;
}
.property > .property-footer::after {
	content: "";
	clear: both;
	display: block;
}
.property > .property-footer > li {
	float: left;
	display: inline-block;
	width: 50%;
	height: 36px;
	line-height: 36px;
	background-color: #f0f0f0;
	color: #0d1e3c;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	text-align: center;
}
.property > .property-footer > li:last-child {
	border-left: 1px solid #FFF;
}
.property > .property-footer > li > span {
	font-size: 9px;
	margin: 0 0 0 5px;
}

div.topics-wrapper ul li:nth-child(n+5) {
    display: none;
}

div.events-wrapper ul li:nth-child(n+5) {
    display: none;
}


div.estate-list4 div:nth-child(n+5) {
    display: none !important;
}
div.estate-list20 div:nth-child(n+21) {
    display: none !important;
}
div#estate-list div:nth-child(n+9) {
    display: none;
}

div#blog_link div:nth-child(n+5) {
    display: none;
}

/* column */
.column > .column-header {
	position: relative;
}
.column > .column-header > .new-label {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 45px;
	height: 25px;
	line-height: 25px;
	background-color: #C81332;
	text-align: center;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	padding: 0;
	z-index: 1000;
}
.column > .column-header > .img {
	width: 100%;
	height: auto;
	opacity: 1;
	transition-duration: 0.5s;
}
.column:hover > .column-header > .img {
	opacity: 0.8;
}
.column > .column-info {
	background-color: #FFF;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 0 20px 0;
	padding: 15px;
}
.column > .column-info > .name {
	position: relative;
	height: 47px;
	line-height: 16px;
	overflow: hidden;
	color: #0d1e3c;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
.column > .column-info > .name::after {
	content: "";
	position: absolute;
	background-color: #FFF;
	height: 100%;
	width: 100%;
}

.column > .column-info > .text {
	position: relative;
	height: 58px;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	color: #9e9e9e;
}
.column > .column-info > .text::before {
	content: "…";
	position: absolute;
	top: 38.6px;
	right: 0;
	background-color: #FFF;
}
.column > .column-info > .text::after {
	content: "";
	position: absolute;
	background-color: #FFF;
	height: 100%;
	width: 100%;
}

.column > .column-info > .date {
	line-height: 18px;
	font-size: 12px;
	color: #9e9e9e;
	margin: 5px 0 0 0;
}
.column > .column-info > .date::before {
	float: left;
	content: "";
	display: inline-block;
	width: 13px;
	height: 18px;
	background-image: url(/wp-content/uploads/sites/296/2021/05/top_column_icon_calendar.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 5px 0 0;
}

.buttons-wrapper {
	padding-top: 15px;
}


/* shop */
.shop::after {
	content: "";
	clear: both;
	display: block;
}
.shop > .left {
	float: left;
	width: 46%;
	margin: 0 4.6% 0 0;
}
.shop > .left > .map {
	width: 100%;
	height: auto;
}
.shop > .right {
	float: left;
	width: 49.4%;
}
.shop > .right > .name {
	font-size: 14px;
	line-height: 1.2;
	margin: 0 0 13px 0;
	padding: 0 0 0 0;
}
.shop > .right > .name > img {
	float: left;
	width: 10px;
	height: 10px;
	margin: 5px 9px 0 0;
}
.shop > .right > .address {
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 12px 0;
}
.shop > .right > .address > img {
	float: left;
	width: auto;
	height: 13px;
	margin: 2px 10px 0 2px;
}
.shop > .right > .tel {
	font-size: 12px;
	line-height: 1.2;
	margin: 0 0 13px 0;
}
.shop > .right > .tel > img {
	float: left;
	width: auto;
	height: 13px;
	margin: 1px 7px 0 0;
}
.shop > .right > .map-button {
	display: inline-block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	background-image: url(/wp-content/uploads/sites/296/2021/05/footer_contact_store_icon04.png);
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 12px;
	text-align: center;
}
.shop > .right > .name:nth-child(n + 2) {
	margin-top: 7px;
}

.shop-hakusan > .right > .name,
.shop-hakusan > .right > .address,
.shop-hakusan > .right > .tel {
	margin-bottom: 5px;
}
.shop-hakusan > .right > .map-button {
    display: block;
    width: 115px;
    height: auto;
    line-height: 20px;
    font-size: 10px;
}

/* search-menu */
.search-menu {
	position: relative;
	display: inline-block;
	width: 100%;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	padding: 100px 0 23px 0;
}
.search-menu:hover {
	background-color: #EEE;
}
.search-menu::before {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 15px solid #FFF;
	border-right: 15px solid #FFF;
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.search-menu > img {
	width: 90px;
	height: auto;
	margin: -95px 0 0 0;
}
.search-menu > div > h4 {
	display: inline-block;
	color: #464646;
	font-size: 15px;
	margin: 0 0 5px 0;
	padding: 0;
}
.search-menu > div > h4::after {
	float: right;
	content: "";
	display: block;
	width: 8px;
	height: 15px;
	background-image: url(/wp-content/uploads/sites/296/2021/05/top_search_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 2px 10px 0 10px;
	transition-duration: 0.5s;
}
.search-menu:hover > div > h4::after {
	margin: 2px 5px 0 15px;
}
.search-menu > div > p {
	width: 100%;
	line-height: 11px;
	text-align: center;
	color: #3b3b3b;
	font-size: 10px;
	padding: 0;
}


/* feature-link */
.feature-link {
	position: relative;
	display: block;
	width: 100%;
}
.feature-link > img {
	width: 100%;
	height: auto;
}
.feature-link > p {
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: rgba(235, 209, 0, 0.8);
	background-image: url(/wp-content/uploads/sites/296/2021/05/top_feature_arrow.png);
	background-repeat: no-repeat;
	background-position: right 7px center;
	background-size: 6px auto;
	color: #323105;
	font-size: 10px;
	transition-duration: 0.5s;
	padding: 0 7px;
}
.feature-link:hover > p {
	background-position: right 3px center;
}

.feature-btm-margin {
	margin-bottom: 20px;
}



/* recommend3 */

.point {
	background-color: #EEEFEF;
	padding: 10px;
	border:3px solid #B5B6B6;
	position: relative;
}

.point:before {
	content:"";
	display:block;
	height:30%;
	border-left:3px solid #C30E23;
	position:absolute;
	top:0;
	margin-left:-13px;
}

.point h4 {
	width: 80%;
	float: left;
	margin: 0;
    font-size: 18px;
    clear: inherit;
}

div.point h6 {
    color: #181d62;
    display: block;
    float: right;
    font-size: 40px;
    height: 100px;
    margin: 0;
    width: 20%;
    clear: inherit;
}
div.point p::before {
	content:"";
	display:block;
	clear: both;
}
div.point p {
	margin: 30px 0 0 0;
}


#recommend3 div.point-dd {
	margin-bottom: 40px;
}

#recommend3 div.point-dd h5 {
	font-size: 18px;
    margin: 0 0 24px;
    padding: 15px 0;
    position: relative;
	border-bottom: 1px solid #eee;
}
#recommend3 div.point-dd h5::after {
    background-color: #c6152e;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}

#recommend3 div.point-dd p.recommend-arrowlist01 {
    text-indent: -1em;
    margin-left: 1em;
}

#recommend3 div.point-dd p.recommend-arrowlist01::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    vertical-align: 0px;
}



/* topic-list */
.topic-list {
  margin: 0;
}
.topic-list::after {
	content: "";
	clear: both;
	display: block;
}
.topic-list > li {
	float: left;
	width: 100%;
	min-height: 22px;
	line-height: 22px;
	color: #505050;
	font-size: 11px;
	margin: 0 0 24px 0;
	padding: 0 0 0 170px;
}
.topic-list > li > .label {
	float: left;
	display: inline-block;
	width: 85px;
	height: 22px;
	line-height: 22px;
	background-color: #214aa2;
	color: #FFF;
	font-size: 9px;
	text-align: center;
	margin: 0 0 0 -170px;
	padding: 0;
}
.topic-list > li > .date {
	float: left;
	display: inline-block;
	width: 85px;
	height: 22px;
	line-height: 22px;
	color: #505050;
	font-size: 10px;
	text-align: center;
	margin: 0 0 0 -85px;
}


/* subsidiaries */
h3.page-header {
	position: relative;
	font-size: 26px;
	margin: 0 0 24px 0;
	padding: 15px 0;
}
h3.page-header::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #c6152e;
}

h3.page-header + div.lead {
	margin: 0 0 20px 0;
}

h1.page-header {
	position: relative;
	font-size: 26px;
	margin: 0 0 24px 0;
	padding: 15px 0;
}
h1.page-header::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: #c6152e;
}

h1.page-header + div.lead {
	margin: 0 0 20px 0;
}


div.lead > p {
	line-height: 27px;
	font-size: 14px;
}


div.lead > p + p {
	margin-top: 20px;
}

div.lead > p.signature {
	text-align: right;
}
div.lead > p.signature > img {
	max-width: 270px;
}



/* page-breadcrumb */
.page-breadcrumb {
	display: block;
	width: 100%;
	height: 12px;
	background-color: transparent;
	margin: 14px 0 20px 0;
	padding: 0;
}
.page-breadcrumb::after {
	content: "";
	clear: both;
	display: block;
}
.page-breadcrumb > li {
	float: left;
	display: inline-block;
	height: 12px;
	line-height: 12px;
	border-left: 1px solid #acadad;
}
.page-breadcrumb > li:first-child {
	border: none;
}
.page-breadcrumb > li > a {
	display: block;
	height: 12px;
	line-height: 12px;
	color: #CCC;
	font-size: 10px;
	padding: 0 7px;
}
.page-breadcrumb > li:last-child > a {
	color: #333;
}

/* page-header */
.page-header-wrapper + section {
	padding-top: 0;
}

.page-header-wrapper {
	position: relative;
}
.page-header-wrapper > img {
	width: 100%;
	height: auto;
}
.page-header-wrapper > .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);

}
.page-header-wrapper > .caption > h2 {
	color: #FFF;
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.page-header-wrapper > .caption > .aside {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: 1;
	margin: 15px 0 0 0;
}

/* sub-section */
.sub-section > h4 {
	widows: 100%;
	line-height: 20px;
	font-size: 17px;
	font-weight: bold;
	border-left: 5px solid #204aa1;
	margin: 35px 0 15px 0;
	padding: 0 0 0 8px;
}

.dl-horizontal {
	margin: 0;
}
.dl-horizontal > dt {
	text-align: left;
}
.dl-horizontal > dd > img {
	width: auto;
	height: 14px;
	margin: -3px 5px 0 0;
}


/* p-panel */
.p-panel {
	position: relative;
	height: 300px;
	background-color: #edf2f5;
	border-radius: 7px !important;
	text-align: center;
	margin: 0;
	padding: 0;
}
.p-panel > h5 {
	display: inline-block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	background-color: #1f4ca1;
	border-radius: 7px 7px 0 0 !important;
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.p-panel > p {
	position: absolute;
	bottom: 38px;
	width: 100%;
	padding: 0 10px;
}



/* reason-wrapper */
.reason-wrapper {
	position: relative;
	background-color: #f4f4f4;
	padding: 50px 35px 60px 58px;
}
.reason-wrapper > img:first-child {
	position: absolute;
	top: 50px;
	left: 38px;
	width: calc(100% - 70px);
}
.reason-wrapper > div {
	padding-top: 23%;
	padding-right: 20%;
}

#membership .reason-wrapper > img:first-child {
	top: 50px;
	left: 58px;
	width: calc(100% - 105px);
}
#membership .reason-wrapper > div {
	padding-top: 21%;
}

.reason-wrapper > div > p {
	line-height: 1.8;
}
.reason-wrapper > div > ul {
	background-color: #e1e8f0;
	margin: 35px 0;
	padding: 20px 15px 20px 33px;
}
.reason-wrapper > div > ul > img {
	float: right;
	width: 60px;
	margin: -33px -45px 0 0;
}
.reason-wrapper > div > ul > li {
	margin: 3px 0;
}
.reason-wrapper > div > ul > li::before {
	content: "・";
	margin: 0 0.3em 0 -1.3em;
}


#analytics {
	background-color: #eaeaea;
}
#analytics > .container > h4,
#pros > .container > h4,
#voice > .container > h4 {
	color: #003e93;
	font-size: 27px;
	margin: 0 0 35px 0;
}
#analytics > .container > h4 > span,
#voice > .container > h4 > span {
	font-size: 18px;
}


#analytics > .container > .row > [class^=col-] {
	padding: 0 0 20px 0;
}
#analytics > .container > .row > [class^=col-]:nth-child(odd) {
	background-color: #f9f9f9;
}
#analytics > .container > .row > [class^=col-]:nth-child(even) {
	background-color: #f4f4f4;
}
#analytics > .container > .row > [class^=col-] > h5 {
	text-align: center;
	margin-bottom: 0;
	padding-top: 10px;
}
#analytics > .container > .row > [class^=col-] > h5 > span {
	font-size: 10px;
}
.chart {
	position: relative;
	padding: 35px;
}
.chart > .center {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 80px;
	height: 80px;
#	background-color: rgba(0, 0, 0, 0.2);
	transform: translate(-50%, -50%);
	text-align: center;
}
.chart > .center > img {
	width: auto;
	height: 50px;
	margin: 15px 0 0 0;
}
.chart > .tip {
	position: absolute;
	color: #617faa;
	font-size: 10px;
	text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
	line-height: 12px;
}

#chart1 > #tip1 {
	top: 10%;
	left: 75%;
}
#chart1 > #tip2 {
	top: 45%;
	left: 87%;
}
#chart1 > #tip3 {
	top: 75%;
	left: 80%;
}
#chart1 > #tip4 {
	top: 88%;
	left: 50%;
}
#chart1 > #tip5 {
	top: 85%;
	left: 20%;
}
#chart1 > #tip6 {
	top: 20%;
	left: 5%;
}

#chart2 > #tip1 {
	top: 40%;
	left: 70%;
}
#chart2 > #tip2 {
	top: 65%;
	left: 5%;
}
#chart2 > #tip3 {
	top: 25%;
	left: 3%;
}
#chart2 > #tip4 {
	top: 10%;
	left: 20%;
}
#chart2 > #tip5 {
	top: 5%;
	left: 48%;
}

#chart3 > #tip1 {
	top: 45%;
	left: 80%;
}
#chart3 > #tip2 {
	top: 85%;
	left: 25%;
}
#chart3 > #tip3 {
	top: 60%;
	left: 5%;
}
#chart3 > #tip4 {
	top: 35%;
	left: 5%;
}
#chart3 > #tip5 {
	top: 15%;
	left: 5%;
}
#chart3 > #tip6 {
	top: 5%;
	left: 30%;
}

#chart4 > #tip1 {
	top: 30%;
	left: 80%;
}
#chart4 > #tip2 {
	top: 85%;
	left: 55%;
}
#chart4 > #tip3 {
	top: 75%;
	left: 5%;
}
#chart4 > #tip4 {
	top: 30%;
	left: 3%;
}
#chart4 > #tip5 {
	top: 10%;
	left: 20%;
}


#pros > .container > ul {
	background-color: #dbecf6;
	margin: 0;
	padding: 0;
}
#pros > .container > ul::after {
	content: "";
	clear: both;
	display: block;
}
#pros > .container > ul > li {
	float: left;
	display: inline-block;
	width: 50%;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 34px 220px 34px 34px;
}
#pros > .container > ul > li > h5 {
	margin: 0 0 20px 0;
}
#pros > .container > ul > li > h5 > img {
	width: auto;
	max-width: 100%;
	height: 31px;
}
#pros > .container > ul > li > p > img {
	float: right;
	width: 200px;
	height: auto;
	margin-right: -210px;
}
#pros > .container > ul > li > p {
	font-size: 13px;
	line-height: 23px;
}

#pros > .container > .tour {
	margin: 60px 0 0 0;
}
#pros > .container > .tour > div {
	background-color: #f6f3e4;
	padding: 40px 46px 43px 46px;
}
#pros > .container > .tour > div > img {
	width: 430px;
	margin: 0 0 23px 0;
}
#pros > .container > .tour > div > p > .text-sm {
	font-size: 12px;
}
#pros > .container > .tour > div > div > .btn-inverse {
	margin: 23px 0 0 0;
}


#voice {
	background-color: #ededed;
}
#voice .comment {
	position: relative;
	padding-top: 110%;
}
#voice .comment > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: auto;
}

#voice .comment > div {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5% 25% 5% 5%;
}

#voice .comment > div > h5 {
	line-height: 1.4;
	margin: 0 0 10px 0;
}
#voice .comment > div > p {
	font-size: 12px;
	line-height: 1.4;
}
#voice .comment > div > p.name {
	text-align: right;
}



/* form-table */
.form-table {
	width: 100%;
}
.form-table > tbody > tr > th {
	width: 196px;
	background-color: #e1e8f0;
	border: 1px solid #FFF;
	font-weight: bold;
	line-height: 32px;
	vertical-align: top;
	padding: 14px 23px;
}
.form-table > tbody > tr > td {
	background-color: #f6f6f6;
	border: 1px solid #FFF;
	padding: 14px 25px;
}
.form-table > tbody > tr > th > span {
	color: #C81332;
	font-weight: bold;
	margin: 0 0 0 5px;
}
form > .form-table > tbody > tr > th {
	padding: 18px 18px;
}
form > .form-table > tbody > tr > td {
	padding: 18px 23px;
}



.form-table .radio-inline,
.form-table .checkbox-inline {
	font-weight: 100;
	margin: 0 26px 0 0;
}

.form-table .input-group {
	float: left;
	margin: 0 30px 0 0;
}
.form-table .input-group > .unstyled {
	background-color: transparent;
	border: none;
}
.form-table .input-group > .unstyled:first-child {
	padding-left: 0;
}

.form-table .input-group > .input-group-btn > button {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	background-color: #1f4ca1;
	border: none;
	border-radius: 17px !important;
	color: #FFF;
	font-size: 10px;
	margin: 0 0 0 10px;
	padding: 0 17px;

}
.form-table .form-control {

	box-shadow: none;
}
.form-table input[type=text].form-control,
.form-table input[type=tel].form-control,
.form-table input[type=email].form-control,
.form-table input[type=number].form-control,
.form-table select {
	height: 32px;
	padding: 5px 12px;
}



/* privacy-policy */
#privacy-policy h4 {
	border: none;
	margin: 30px 0 15px 0;
	padding: 0 0 0 1em;
}
#privacy-policy h4:first-letter {
	margin-left: -1.1em;
}
#privacy-policy .sub-section > p {
	line-height: 27px;
	margin-bottom: 30px;
	padding: 0 0 0 1em;
}
#privacy-policy .sub-section > ul {
  margin-left: 0;
}
#privacy-policy .sub-section > ul > li {
	line-height: 27px;
	font-weight: bold;
	padding: 0 0 0 1em;
}


/* record-table */
.record-table {
	width: 100%;
	margin: 0 0 30px 0;
}
.record-table > thead > tr > th {
	background-color: #3671c1;
	border: 1px solid #3671c1;
	color: #FFF;
	padding: 11px 15px;
}
.record-table > tbody > tr > td {
	background-color: #FFF;
	border: 1px solid #3671c1;
	border-top: none;
	border-bottom: none;
	padding: 12px 15px;
}
.record-table > tbody > tr:nth-child(even) > td {
	background-color: #e1e8f0;
}
.record-table > tbody > tr:last-child > td {
	border-bottom: 1px solid #3671c1;
}



/*--------------------------------------------------------------*/
/* .contents */
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    width: 100%;
    max-width: none;
}
.carousel-inner > .item > a:hover > img {
  transform: scale(1);
}

.carousel-control,
.carousel-control:hover {
	width: 50px;
	background: none !important;
	text-align: center;
}
.carousel-control > i {
	float: none;
	position: absolute;
	top: 50%;
	left: 12px !important;
	right: auto !important;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

#information .sec-cm h3 {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  border-left: 5px solid #204aa1;
  margin: 0;
  padding: 0 0 0 8px;
}
#information .sec-cm iframe {
  display: block;
  width: 100%;
  height: 257px;
  margin: 25px auto;
}
#information .sec-cm .btn-fb {
  margin-bottom: 10px;
}
#information .sec-cm .btn-red {
  font-weight: 400;
  width: 100%;
  padding: 20px 25px 20px 65px;
  line-height: 1.4;
  position: relative;
}
#information .sec-cm .btn-red br {
  line-height: 1;
}
#information .sec-cm .btn-fb .btn-red {
  background-color: #3b5998;
}
#information .sec-cm .btn-yt .btn-red {
  background-color: #cd322d;
}
#information .sec-cm .btn-fb .btn-red::before {
  content: "";
  width: 23px;
  height: 42px;
  background: url(/wp-content/uploads/sites/296/2021/05/top_information_btn_fb.png) no-repeat left bottom / 23px;
  position: absolute;
  left: 20px;
  bottom: 0;
}
#information .sec-cm .btn-yt .btn-red::before {
  content: "";
  width: 36px;
  height: 25px;
  background: url(/wp-content/uploads/sites/296/2021/05/top_information_btn_yt.png) no-repeat left bottom / 36px;
  position: absolute;
  left: 15px;
  top: 17px;
}

#information .sec-cm .bnr {
  margin-top: 38px;
}

#information .sec-member-in {
  border: 5px solid #69390e;
  background: #f9f3e7;
}
#information .sec-member h3 {
  margin: 3px 0 0;
}
#information .sec-member .update {
  text-align: right;
  margin:-10px 15px 0 0;
}
#information .sec-member-contents {
  padding: 15px;
}
#information .sec-member .bkndata {
  width: 100%;
  margin-bottom: 15px;
}
#information .sec-member .bkndata thead th {
  background: #f1eadf;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
}
#information .sec-member .bkndata tbody th,
#information .sec-member .bkndata tbody td {
  background: #fff;
  padding: 10px 0;
  font-weight: 400;
}
#information .sec-member .bkndata tbody th {
  font-size: 18px;
  min-width: 140px;
}
#information .sec-member .bkndata tbody td {
  font-size: inherit;
}
#information .sec-member .bkndata th,
#information .sec-member .bkndata td {
  border: 1px solid #b5b5b5;
  text-align: center;
  letter-spacing: 0.05em;
  width: 25%;
}
#information .sec-member .bkndata td span {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 2px;
}
#information .sec-member .description p {
  margin-bottom: 15px;
}
#information .sec-member .graph figure {
  margin-bottom: 0;
}
#information .sec-member .graph figcaption {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}
#information .sec-member .btn-member {
  width: 100%;
}
#information .sec-member .btn-red {
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  width: 100%;
}
#information .sec-member .btn-red span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
  padding: 0px 10px;
  background: #fff;
}
#information .sec-member .news-ttl {
  background: url(/wp-content/uploads/sites/296/2021/05/top_information_ttl_news.png) no-repeat left center / 45px;
  padding-left: 55px;
  font-size: 20px;
  color: #165eb6;
}
#information .sec-member .news-ttl span {
  font-weight: 400;
  padding: 0 5px;
  background: linear-gradient(transparent 70%, #ffef00 30%);
}
#information .sec-member .news-contents {
  height: 100px;
  background: #fff;
  overflow-y: scroll;
}
#information .sec-member .news-contents dl {
  padding: 10px 25px;
  margin-bottom: 0;
}
#information .sec-member .news-contents dl dt {
  color: #1a728f;
  font-weight: normal;
  margin-bottom: 5px;
}

#search {
	background-color: #FFF;
	background-image: url(/wp-content/uploads/sites/296/2021/05/top_search_bg_town.png);
	background-repeat: repeat-x;
	background-position: center bottom -30px;
	background-size: auto 90px;
}


#area {
	background-color: #f7f6fb;
	background-image: url(/wp-content/uploads/sites/296/2021/05/top_column_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}
#area .sect1 {
	height: 225px;
	background-color: #FFF;
	background-image: url(/app/uploads/sites/296/2025/04/sale_img04.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	border: 1px solid #f3f0ef;
}
#area .sect1 > div {
	position: relative;
	height: 223px;
	padding: 24px 28px 24px 35%;
}
#area .sect1 > div > img {
	position: absolute;
	top: -24px;
	right: 4px;
	float: right;
	width: 164px;
}
#area .sect1 > div > h4 {
	display: inline-block;
	width: 100%;
	margin: 0;
}
#area .sect1 > div > h4 > img {
	width: 100%;
	max-width: 400px;
}
#area .sect1 > div > p.lead {
	font-size: 14px;
	font-weight: bold;
	margin: 19px 0 8px -5px;
}
#area .sect1 > div > p {
	line-height: 24px;
	font-size: 14px;
}



#area h3 {
	width: 100%;
	height: 60px;
	background-color: #214AA2;
	margin: 0 0 20px 0;
	padding: 10px 0;
	text-align: center;
}
#area h3 > img {
	height: 40px;
}

#area .sect2 {
	margin: 32px 0;
}
#area .sect2 > h3 > img {
	width: auto;
	max-width: 90%;
	max-height: 40px;
}
#area .sect2 > .area-map {
	background-color: #FFF;
	padding: 15px;
}
#area .sect2 > .area-map > #ward-map {
	width: 100%;
}

#area .sect3 {
	margin: 32px 0;
}
#area .sect3 > h3 > img {
	width: auto;
	max-width: 90%;
	height: 40px;
}
#area .sect3 > .steps-box > .steps {
	background-color: #FFF;
	padding: 15px 15px 30px 15px;

}
#area .sect3 > .steps-box > .steps > .steps-list::after {
	content: "";
	clear: both;
	display: block;
}
#area .sect3 > .steps-box > .steps > .steps-list {
  margin: 0 0 10px;
}
#area .sect3 > .steps-box > .steps > .steps-list > li {
	float: left;
	display: inline-block;
	width: 50%;
	margin: 15px 0;
	padding: 0 15px 0 0;
    overflow: hidden;
}
#area .sect3 > .steps-box > .steps > .steps-list > li > img {
	float: left;
	width: 96px;
	height: 96px;
	margin: 0 15px 0 0;
}
#area .sect3 > .steps-box > .steps .steps-item-info {
    float: left;
    width: calc(100% - 111px);
}
#area .sect3 > .steps-box > .steps > .steps-list .steps-item-info h4 {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0 10px 0;
}
#area .sect3 > .steps-box > .steps > .steps-list .steps-item-info > p {
	line-height: 18px;
	font-size: 12px
}
#area .sect3 > .steps-box > .steps > p > a {
	color: #214AA2;
	text-decoration: underline !important;
}

#area .sect3 > .steps-box > .steps > p {
	margin-bottom: 20px;
}



#topics {
	padding-top: 0;
}


#column {
	background-color: #fafafc;
	background-image: url(/wp-content/uploads/sites/296/2021/05/top_column_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 100%;
}

#contents {
	position: relative;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}
#contents > .container > .banner-slider > .owl-controls > .owl-nav > div {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #214AA2;
	border-radius: 50% !important;
	color: #FFF;
	transform: translateY(-50%);
}

#contents > .container > .banner-slider > .owl-controls > .owl-nav > .owl-prev {
	left: 0;
	transform: translate(-120%, -50%);
}
#contents > .container > .banner-slider > .owl-controls > .owl-nav > .owl-next {
	right: 0;
	transform: translate(120%, -50%);
}




#shops {
	border-top: 1px solid #f2f2f2;
}

#invitation > .container > .cf {
	position: relative;
	margin: 0 0 72px 0;
}
#invitation > .container > .cf > .btn-red {
	position: absolute;
	top: 66%;
	right: 25%;
}


#link {
	height: 80px;
	border-top: 1px solid #f2f2f2;
	padding: 0;
}
#link ul {
	display: block;
	width: 100%;
	height: 79px;
	text-align: center;
	margin: 0;
}
#link ul > li {
	display: inline-block;
	background-color: #FFF;
	transition-duration: 0.5s;
}
#link ul > li:hover {
	background-color: #F7F7F7;
}
#link ul > li > a {
	display: block;
	height: 79px;
	line-height: 79px;
	color: #676767;
	font-size: 12px;
	text-align: center !important;
	padding: 0 10px !important;
}


.flow-list {
	margin: 30px 0 0 0;
}
.flow-list > li {
	position: relative;
	background-color: #F6F6F6;
	margin: 0 0 54px 0;
	padding: 26px 81px 50px 141px;
}
.flow-list > li:not(:last-child)::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 25px solid #F6F6F6;
	border-right: 37px solid transparent;
	border-left: 37px solid transparent;
	transform: translate(-50%, 100%);
}

.flow-list > li > img:first-child {
	position: absolute;
	top: 32px;
	left: 32px;
	width: 80px;
}
.flow-list > li > img:nth-child(2) {
	position: absolute;
	top: -7px;
	right: 33px;
	width: 67px;
}
.flow-list > li:last-child > img:nth-child(2) {
	position: absolute;
	top: -7px;
	right: 25px;
	width: 94px;
}

.flow-list > li > h4 {
	font-size: 23px;
	line-height: 1.4;
	margin: 0 0 18px 0;
	padding: 0;
}
.flow-list > li > h4 > span {
	font-size: 16px;
	color: #C81332;
	margin: 0 0 0 5px;
}
.flow-list > li > p {
	font-size: 14px;
	line-height: 27px;
}

.line {
	border: 1px solid #d7d7d7;
	margin: 20px 0;
	padding: 20px 35px;
}
.line > h5 {
	font-weight: 200;
	line-height: 27px;
	margin: 0;
}
.line > p {
	line-height: 27px;
}

.flow-list > li > ul > li {
	border-top: 1px solid #ececec;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
}
.flow-list > li > ul > li > h5,
.flow-list > li > ul > li > p {
	line-height: 1.6;
	margin: 0;
}

@media screen and (max-width: 600px) {
    .page-id-2923 #main .pull-right,
	#main .flow-list .pull-right {
        width: 100% !important;
		float: none !important;
        margin: 0 0 20px !important;
        display: block !important;
	}
}


#ward-map > #map-layer > #base > .ward {
	fill: #f4f5f5;
	stroke: #fff;
	stroke-width: 2px;
	transition: 0.5s;
}
#ward-map > #map-layer > #hover > a > .ward {
	opacity: 0;
	fill: #004189;
	transition: 0.5s;
}
#ward-map > #map-layer > #hover > a > .ward:hover,
#ward-map > #map-layer > #hover > a > .ward.hover {
	opacity: 1;
	transform: scale(1.2);
	cursor: pointer;
}

#ward-map > #button-layer > a > .button > .button-back {
	fill: #004189;
	stroke: #fff;
	stroke-width: 2px;
	transition: 0.5s;
	cursor: pointer;
}
#ward-map > #button-layer > a > .button > .shadow {
	opacity: 0;
	pointer-events: none;
	transition: 0.5s;
}
#ward-map > #button-layer > a > .button > .word {
	fill: #fff;
	pointer-events: none;
	transition: 0.5s;
}
#ward-map > #button-layer > a > .button > .caret {
	fill: #f7f8f8;
	transition: 0.5s;
	pointer-events: none;
	transform: translateX(-5px);
}

#ward-map > #button-layer > a > .button > .button-back:hover,
#ward-map > #button-layer > a > .button.hover > .button-back {
	fill: #FFF;
}
#ward-map > #button-layer > a > .button > .shadow:hover,
#ward-map > #button-layer > a > .button.hover > .shadow {
	opacity: 0.3;
}
#ward-map > #button-layer > a > .button > .word:hover,
#ward-map > #button-layer > a > .button.hover > .word {
	fill: #0f2647;
}
#ward-map > #button-layer > a > .button > .caret:hover,
#ward-map > #button-layer > a > .button.hover > .caret {
	fill: #0f2647;
	transform: translateX(2px);
}


#ward-map > #map-layer > #base > .kita-ku,
#ward-map > #map-layer > #hover > a > .kita-ku {
	transform-origin: 40% 30%;
}
#ward-map > #map-layer > #base > .arakawa-ku,
#ward-map > #map-layer > #hover > a > .arakawa-ku {
	transform-origin: 80% 50%;
}
#ward-map > #map-layer > #base > .taito-ku,
#ward-map > #map-layer > #hover > a > .taito-ku {
	transform-origin: 80% 60%;
}
#ward-map > #map-layer > #base > .shinjuku-ku,
#ward-map > #map-layer > #hover > a > .shinjuku-ku {
	transform-origin: 20% 80%;
}
#ward-map > #map-layer > #base > .toshima-ku,
#ward-map > #map-layer > #hover > a > .toshima-ku {
	transform-origin: 30% 50%;
}
#ward-map > #map-layer > #base > .bunkyo-ku,
#ward-map > #map-layer > #hover > a > .bunkyo-ku {
	transform-origin: 50% 60%;
}
#ward-map > #map-layer > #base > .chiyoda-ku,
#ward-map > #map-layer > #hover > a > .chiyoda-ku {
	transform-origin: 50% 80%;
}


/* shops & staff */
#hakusan h4,
#sendagi h4,
#otowa h4 {
	font-size: 30px;
	margin: 0 0 20px 0;
}
#hakusan p + p,
#sendagi p + p,
#otowa p + p {
	margin-top: 15px;
}

.shop-nav {
	display: block;
	background-color: #3772c2;
	color: #fff !important;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 2px;
	padding: 10px 20px 10px 0;
}
.shop-nav-arrow {
	width: 7px;
	height: 11px;
	margin: 0 10px 0 5px;
	transform: rotate(90deg);
	transition-duration: 0.5s;
}
a.shop-nav:hover > .shop-nav-arrow {
	margin: 0 15px 0 0;
}

#hakusan {
	margin-top: 40px;
}

.shop-image-list {
	margin: 0 0 20px 0;
}
.shop-image-list::after {
	content: "";
	clear: both;
	display: block;
}
.shop-image-list > li {
	float: left;
	display: inline-block;
}
.shop-image-list > li > img {
	width: 100%;
	height: auto;
}

.shop-image-list > li:nth-child(1) {
	width: 100%;
	margin: 0 0 16px 0;
}
.shop-image-list > li:nth-child(2),
.shop-image-list > li:nth-child(3),
.shop-image-list > li:nth-child(4) {
	width: 31%;
	height: auto;
}
.shop-image-list > li:nth-child(3),
.shop-image-list > li:nth-child(4) {
	margin: 0 0 0 3.5%;
}


.shop-service {
	margin: 15px 0 0 -10px;
	color: #fff;
}
.shop-service li {
	float: left;
	display: inline-block;
	text-align: center;
	background-color: #e89700;
	margin: 0 0 15px 10px;
	padding: 4px 20px;
}

img.freedial-img {
	width: 32px;
	height: 18px;
	margin-right: 5px;
}
a.freedial {
	font-weight: bold;
	color: #000;
}

#map-box1 ,
#map-box2 ,
#map-box3 {
	width: 100%;
	height: 300px;
}


.route-wrapper {
	background-color: #f6f6f6;
	padding: 23px 0 62px 0;
}
.route-wrapper h4 {
	font-size: 23px;
	font-weight: 200;
	text-align: center;
	margin: 0 0 40px 0;
}
.route-wrapper .route-step {
	position: relative;
	width: 100%;
	height: 245px;
	background-color: #FFF;
	margin-bottom: 60px;
}
.route-wrapper > .container > .row > [class^=col]:not(:nth-child(1)) > .route-step::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -21px;
	display: block;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 14px solid #7d7d7d;
	border-bottom: 8px solid transparent;
	transform: translateY(-50%);
}

.route-wrapper .route-step > img {
	width: 100%;
	height: auto;
}
.route-wrapper .route-step > p {
	font-size: 12px;
	padding: 13px 16px;
}

.route-wrapper .btn-inverse {
	min-width: 500px;
}


/* sitemap */
.sitemap::after {
	content: "";
	clear: both;
	display: block;
}
.sitemap > li {
	float: left;
	display: inline-block;
	width: 48%;
	margin: 0 0 17px 0;
	border-bottom: 1px solid #EEE;
}
.sitemap > li:nth-child(1) {
	margin-right: 50%;
}
.sitemap > li:nth-child(3),
.sitemap > li:nth-child(5),
.sitemap > li:nth-child(7),
.sitemap > li:nth-child(9),
.sitemap > li:nth-child(11) {
	margin-left: 4%;
}

.sitemap > li > a {
	position: relative;
	display: block;
	width: 100%;
	background-image: url(/wp-content/uploads/sites/296/2021/05/sitemap_arrow01.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: auto 14px;
	color: #000;
	font-size: 18px;
	padding: 12px 15px;
	transition-duration: 0.5s;
}
.sitemap > li > a::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	display: block;
	width: 5px;
	height: 20px;
	background-color: #214AA2;
}
.sitemap > li:nth-child(1) > a {
	font-weight: bold;
}
.sitemap > li > a:hover {
	background-color: #F7F7F7;
	background-position: right 15px center;
}



/* news */

h3.page-header + div.left-section {
	margin: 0 0 20px 0;
	width: 80%;
	float: left;
	padding-right: 50px;
}
div.left-section > p {
	line-height: 27px;
	font-size: 14px;
}

div.left-section img {
	width: auto;
}

@media screen and (max-width: 767px) {
	div.left-section img {
		height: auto;
		width: 100%;
	}
}

div.left-section + div.right-section {
	margin: 0 0 20px 0;
	width: 18%;
	float: left;
}
div.right-section > p {
	line-height: 27px;
	font-size: 14px;
}


div.sidebox_archive h2.side_ttl{
    background: #214AA2 none repeat scroll 0 0;
    padding: 8px 13px;
	color: #fff;
	font-size: 12px;
	margin: 0;
}

div.sidebox_archive .sidebox_inner {
}

div.sidebox_archive li {
    border-bottom: 1px dashed #bfbfbf;
}

div.sidebox_archive li a {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/sites/296/2021/05/icon_arw_gray.png") no-repeat scroll 15px 23px;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 1;
    padding: 20px 15px 15px 35px;
}


.border-box {
	border: 3px solid #BBBBBB;
	padding: 30px;
	margin-bottom: 25px;
}

.border-box h5 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	color: #1E2188;
	font-size: 18px;
	margin: 0 0 10px;
}
.border-box p {
	line-height: 180%;
	margin-bottom: 20px;
}

.border-box div {
	text-align: center;
}

.border-box-area-ul {
	margin: 0 0 30px;
}

.border-box-area-ul li {
	display: inline-block;
	border-right: 1px solid #BBB;
	padding-right: 10px;
	padding-left: 10px;
}

.border-box-area-ul li:first-child {
	padding-left: 0px;
}
.border-box-area-ul li:last-child {
	border-right: none;
}
.border-box-area-ul-outer {
  margin: 0;
}
.border-box-area-ul-outer > li {
	display: inline-block;
	width: 33%;
}

.border-box-area-ul-outer > li > p {
	margin-bottom: 0;
}
.border-box-area-ul-outer > li > ul {
	margin-bottom: 10px;
}


.sec-companybn01 {
	margin-top: 70px;

}
.sec-companybn01 img {
	width: auto;
	height: 130px;
}
.sec-companybn01 div:nth-child(1) {
	text-align: right;
}
@media screen and (max-width: 480px) {
	.sec-companybn01 img {
		width: auto;
		height: auto;
	}
	.sec-companybn01 div:nth-child(1), .sec-companybn01 div:nth-child(2) {
		text-align: center;
	}
}



.sp {
	display: none !important;
}
.pc {
	display: inline-block !important;
}
.max480 {
  display: none !important;
}

/*--------------------------------------------------------------*/
/* responsive */
/* XXS : W <= 480px */
@media screen and (max-width: 480px) {
  .max480 {
    display: block !important;
    line-height: 1;
  }
	#departments > .container > div > div.cf > img {
		width: 100% !important;
		height: auto !important;
	}
  #information .sec-member .bkndata thead th {
    font-size: 14px;
  }
  #information .sec-member .bkndata tbody th {
    font-size: 15px;
    min-width: 80px;
    line-height: 1.4;
    letter-spacing: 0;
  }
  #information .sec-member .bkndata td span {
    font-size: 16px;
    letter-spacing: 0;
  }
  #information .sec-member .mikoukai .graph figure,
  #information .sec-member .mikoukai .graph figcaption {
    width: 70%;
    float: none;
    margin: 10px auto 0;
    font-size: 16px;
  }
  #information .sec-member .btn-red {
    font-size: 14px;
  }
  #information .sec-member .btn-red span {
    display: block;
    width: 80%;
    margin: auto;
    margin-bottom: 5px;
    font-size: 16px;
  }
  #information .sec-cm h3 {
    font-size: 15px;
  }
  #information .sec-cm iframe {
    height: 180px;
  }

}

/* XS : W < 768px */
@media screen and (max-width: 767px) {
	.sp {
		display: inline-block !important;
	}
	.pc {
		display: none !important;
	}

	.btn-inverse,
	.btn-red {
		max-width: 100% !important;
	}

	section {
		padding: 24px 0;
	}

	header > .lead {
		display: none;
	}
	header > .header {
		height: 46px;
	}
	header > .header > .container {
		padding: 0;
	}

	header > .header > .container > h1 {
		width: 183px;
		height: 32px;
		margin: 10px 0 0 11px;
	}
	header > .header > .container > .header_logo {
		width: 183px;
		height: 32px;
		margin: 10px 0 0 11px;
	}

	.page-header-wrapper > .caption > h2 {
		font-size: 20px;
		line-height: 22px;
	}
	.page-header-wrapper > .caption > .aside {
		font-size: 12px;
		margin: 0;
	}

  #information .sec-member {
    margin-bottom: 30px;
  }
  #information .sec-member .graph figure {
    width: 40%;
    float: right;
  }
  #information .sec-member .graph figcaption {
    width: 60%;
    float: left;
    color: #C30E23;
    font-size: 22px;
    margin-top: 6%;
  }
  #information .sec-member .btn-member {
    padding: 15px;
  }

	#search {
		padding-bottom: 55px;
	}
	.search-menu {
		padding: 78px 0 23px 0;
	}
	.search-menu:hover {
		background-color: #EEE;
	}
	.search-menu > img {
		width: 68px;
		height: auto;
		margin: -73px 0 0 0;
	}
	.search-menu > div > h4 {
		padding: 0;
	}
	.search-menu > div > h4 {
		font-size: 13px;
	}
	.search-menu > div > h4::after {
		width: 5px;
		height: 11px;
		background-image: url(/wp-content/uploads/sites/296/2021/05/top_search_btn_arrow.png);
		margin: 4px 3px 0 5px;
	}
	.search-menu:hover > div > h4::after {
		margin: 4px 0 0 8px;
	}

	.section-header {
		padding: 0 0 16px 0;
	}
	.section-header > h3 {
		font-size: 21px;
		margin: 0;
		text-align: center;
	}
	.section-header > .aside {
		font-family: 'Oswald', sans-serif;
		color: #517bb3;
		font-size: 12px;
		margin: 7px 0 0 0;
		text-align: center;
	}




	#area > .container > .sect1 {
		height: auto;
		background-image: none;
	}
	#area > .container > .sect1 > div {
		height: auto;
		padding: 24px 28px;
	}
	#area > .container > .sect1 > div > img {
		position: absolute;
		top: -40px;
		right: 0px;
		float: right;
		width: 85px;
	}
	#area > .container > .sect1 > div > .lead {
		margin: 8px 0;
	}

	#area > .container > div > .sect2 > h3,
	#area > .container > div > .sect3 > h3 {
		margin-bottom: 0;
	}

	#voice .comment > img {
		position: absolute;
		left: 10%;
		width: 80%;
	}
	#voice .comment > div {
		padding: 5% 15%;
	}

	/* topic-list */
	.topic-list {

	}
	.topic-list::after {
		content: "";
		clear: both;
		display: block;
	}
	.topic-list > li {
		font-size: 12px;
		line-height: 1.6;
		margin: 0 0 10px 0;
		padding: 23px 0 0 0;
	}
	.topic-list > li > .label {
		width: 70px;
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		margin: -23px 0 0 0;
	}
	.topic-list > li > .date {
		width: 60px;
		height: 20px;
		line-height: 20px;
		color: #5575b7;
		margin: -23px 0 0 70px;
	}

	.topics-wrapper > .buttons-wrapper {
		text-align: center !important;
		padding: 0 0 35px 0;
	}
	.events-wrapper > .buttons-wrapper {
		text-align: center !important;
		padding: 0 0 0 0;
	}
	.topics-wrapper > .buttons-wrapper > .btn-inverse,
	.events-wrapper > .buttons-wrapper > .btn-inverse {
		width: 250px;
	}

	#topics > .container > .row > .col-sm-5 > a:nth-child(1) {
		margin: 33px 0 0 0 !important;
	}
	#topics > .container > .row > .col-sm-5 > a:nth-child(2) {
		margin: 15px 0 0 0 !important;
	}
	#topics > .container > .row > .col-sm-5 > a:nth-child(3) {
		margin: 15px 0 0 0 !important;
	}

	.property > .property-info {
		padding: 8px;
	}
	.property > .property-info > .address {
		margin-bottom: 3px;
	}
	.property > .property-footer > li {
		font-size: 14px;
	}
	.property > .property-footer > li > span {
		margin: 0;
	}

	.column > .column-info {
		padding: 8px;
	}

	#column {
		background-image: none;
	}
	#column > div:nth-child(1) > div:nth-child(3) > a {
		width: 250px;
	}

	/* shop */
	.shop {
		margin: 0 0 23px 0;
	}
	.shop > .right > .name {
		margin: 0 0 10px 0;
	}
	.shop > .left {
		width: 37%;
	}
	.shop > .right {
		width: 58.4%;
	}

	#link {
		height: auto;
	}
	#link ul {
		height: auto;
		text-align: left;
		margin: 16px 0;
	}
	#link ul > li {
		float: left;
		display: inline-block;

	}
	#link ul > li > a {
		min-width: 80px;
		height: 30px;
		line-height: 30px;
		text-align: left;
		padding: 0 15px 0 0;
	}


	footer > .container > .row > div:nth-child(1) {
		padding: 0 15px 20px 15px;
	}
	footer > .container > .row > div:nth-child(1) > h3 {
		margin: 0 0 10px 0;
	}
	footer > .container > .row > div:nth-child(2) {
		border-top: 1px solid #DDD;
	}
	footer > .container > .row > div:nth-child(2) > .wrapper {
		padding: 30px 0 0 0;
	}


	.record-table > thead > tr {
		background-color: #3671c1;
	}
	.record-table > thead > tr > th {
		float: left;
		display: inline-block;
		line-height: 1.2;
	}
	.record-table > thead > tr > th:nth-child(1) {
		top: 0;
		width: 100%;
		padding: 2px 0 0 15px;
	}
	.record-table > thead > tr > th:nth-child(2) {
		width: 100%;
		padding: 0 0 0 15px;
	}
	.record-table > thead > tr > th:nth-child(3) {
		width: 70%;
		padding: 0 0 4px 15px;
	}
	.record-table > thead > tr > th:nth-child(4) {
		width: 30%;
		padding: 0 0 4px 15px;
	}

	.record-table > tbody > tr {
		background-color: ;
	}
	.record-table > tbody > tr > td {
		float: left;
		display: inline-block;
		line-height: 1.2;
	}
	.record-table > tbody > tr > td:nth-child(1) {
		top: 0;
		width: 100%;
		border-bottom: none;
		padding: 2px 0 0 15px;
	}
	.record-table > tbody > tr > td:nth-child(2) {
		width: 100%;
		border-bottom: none;
		padding: 0 0 0 15px;
	}
	.record-table > tbody > tr > td:nth-child(3) {
		width: 70%;
		border-right: none;
		padding: 0 0 4px 15px;
	}
	.record-table > tbody > tr > td:nth-child(4) {
		width: 30%;
		border-left: none;
		padding: 0 0 4px 15px;
	}


	.form-table {
		width: 100%;
	}
	.form-table > tbody > tr > th {
		display: inline-block;
		width: 100%;
		padding: 0 10px !important;
	}
	.form-table > tbody > tr > td {
		display: inline-block;
		width: 100%;
		border-bottom: 15px solid #FFF;
		padding: 10px !important;
	}
	.form-table > tbody > tr > td > .input-group,
	.form-table > tbody > tr > td > .form-control {
		width: 100% !important;
		box-shadow: none !important;
	}

	.form-control {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.form-table > tbody > tr > td > .input-group.w360 {
		height: 70px;
	}
	.form-table > tbody > tr > td > .input-group.w360 > .input-group-addon {
		vertical-align: top
	}
	.form-table > tbody > tr > td > .input-group.w360 > .input-group-btn {
		display: block;
		width: 100%;
		margin: 32px 0 0 0;
	}
	.form-table > tbody > tr > td > .input-group.w360 > .input-group-btn > .btn {
		float: right;
	}

	.dl-horizontal > dt {
		width: 100%;
		margin: 0 0 0 -5px !important;
		padding: 0 !important;
	}
	.dl-horizontal > dd {
		width: 100%;
		margin: 0 0 10px 0 !important;
		padding: 0 !important;
	}


	.flow-list > li {
		padding: 60px 10px 20px 10px !important;
	}
	.flow-list > li > img:first-child {
		position: absolute;
		top: 10px;
		left: 15px;
		width: 40px;
	}
	.flow-list > li > img:nth-child(2) {
		position: absolute;
		top: -5px;
		right: 15px;
		width: 50px;
	}
	.flow-list > li:last-child > img:nth-child(2) {
		position: absolute;
		top: -10px;
		right: 15px;
		width: 50px;
	}


	.flow-list > li > h4 {
		margin: 0 0 10px 0;
	}
	.flow-list > li > p.cf > img {
		margin: 0 !important;
	}

	.reason-wrapper {
		padding: 20px;
	}
	.reason-wrapper > img:first-child {
		position: static;
		width: 100% !important;
	}
	.reason-wrapper > div {
		padding-top: 0;
		padding-right: 0;
	}
	#membership .reason-wrapper > div {
		padding-top: 0;
	}


	:not(:last-child) > .p-panel {
		margin: 0 0 15px 0;
	}
	.p-panel > p {
		padding: 0 10px;
	}

	#analytics > .container > .row {
		margin-left:; -15px;
	}


	#pros > .container > ul > li {
		width: 100%;
		padding: 20px 15px;
	}
	#pros > .container > ul > li > p > img {
		width: 80px;
		margin: 0 0 10px 15px;
	}

	#pros > .container > .tour > div {
		padding: 20px;
	}


	#invitation > .container > .cf {
		text-align: center;
		margin: 0 0 15px 0;
	}
	#invitation > .container > .cf > .btn-red {
		position: static;
		width: 100%;
		margin: 0;
	}

	.login-btn {
		position: relative;
		height: auto;
		padding: 10px 10px 10px 65px;
	}
	.login-btn > img {
		position: absolute;
		top: 17px;
		left: 10px;
		width: 45px;
		height: auto;
		transition-duration: 0.5s;
	}
	.login-btn > strong {
		height: 18px;
		line-height: 18px;
	}
	.login-btn > p {
		height: 16px;
		line-height: 16px;
		margin: -4px 0 0 0;
	}

	.shop-nav {
		font-size: 14px;
		padding: 5px 15px 5px 0;
	}

	#hakusan h4,
	#sendagi h4,
	#otowa h4,
	.route-wrapper h4 {
		margin-bottom: 10px;
	}
	.route-wrapper > .container > .row > [class^=col-] > .route-step {
		height: auto;
		min-height: 200px;
		margin-bottom: 40px;
	}
	.route-wrapper > .container > .row > [class^=col-]:nth-child(1) > .route-step,
	.route-wrapper > .container > .row > [class^=col-]:nth-child(2) > .route-step {
		margin-bottom: 20px;
	}
	.route-wrapper > .container > .row > [class^=col-]:nth-child(3) > .route-step::before {
		top: -14px;
		right: -20px;
		left: auto;
		transform: rotateZ(135deg);
	}
	.route-wrapper > .container > .row > [class^=col-] > .route-step > p {
		min-height: 75px;
		padding: 5px 10px 10px 10px;
	}
	.route-wrapper .btn-inverse {
		width: 100%;
		min-width: auto;
	}

	.shop-service > li {
		font-size: 12px;
		margin: 0 0 5px 10px;
		padding: 1px 5px;
	}

	.shop-image-list {
		margin-top: 10px;
	}

	#map-box1,
	#map-box2,
	#map-box3 {
		margin-top: 10px;
	}

	#privacy-policy h4 {
		margin: 30px 0 10px 0;
	}
	#privacy-policy .sub-section > p {
		line-height: 1.6;
	}
	#privacy-policy .sub-section > ul > li {
		line-height: 1.6;
	}

	.sitemap > li {
		width: 100%;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}

	/* news */

	h3.page-header + div.left-section {
		margin: 0 0 50px 0;
		width: 100%;
		float:none;
	}
	div.left-section > p {
	}
	div.left-section + div.right-section {
		margin: 30px 0 30px 0;
		width: 100%;
		float: none;
	}
	div.right-section > p {
	}

	.border-box-area-ul-outer > li {
		width: 100%;
	}

}

/* XS - XXS : 480px < W < 768px */
@media screen and (min-width: 481px) and (max-width: 767px) {

}

/* W < 768px */
@media screen and (max-width: 767px) {

}

/* SM : 768px <= W < 992px */
@media screen and (min-width: 768px) and (max-width: 991px) {
	header .lead > .container .left > p {
	    font-size: 10px;
	    line-height: 1;
	}
	header .header > .container > .pc-menu > li > a {
	    padding: 0 12px;
	}
	header .header > .container > .pc-menu > li > a > span {
		display: none;
	}

  #information .sec-member {
    margin-bottom: 30px;
  }
	#area .sect1 {
		height: auto;
		background-position: left 28px top 24px;
		background-size: auto 120px;
	}
	#area .sect1 > div {
		height: auto;
		padding: 24px 28px 24px 30%;
	}
	#area .sect1 > div > img {
		position: absolute;
		top: -40px;
		right: 4px;
		float: right;
		width: 120px;
	}
	#area .sect1 > div > p.lead {
		font-size: 14px;
		font-weight: bold;
		margin: 19px 0 8px -5px;
	}
	#area .sect1 > div > p {
		line-height: 24px;
		font-size: 14px;
	}


	.chart > .center {
	    width: 50px;
	    height: 50px;
	}
	.chart > .center > img {
	    height: 30px;
	    margin: 10px 0 0 0;
	}



	#pros > .container > ul > li {
		float: left;
		display: inline-block;
		width: 50%;
		border-top: 1px solid #FFF;
		border-left: 1px solid #FFF;
		padding: 34px 120px 34px 34px;
	}
	#pros > .container > ul > li > p > img {
		float: right;
		width: 100px;
		height: auto;
		margin-right: -110px;
	}








}

/* SM : 991px >= W */
@media screen and (max-width: 991px) {
	#area > .container > div > .sect3 > .steps-box > .steps {
		padding: 15px 5px 30px 15px;
	}
	#area > .container > div > .sect3 > .steps-box > .steps > .steps-list > li {
		width: 100%;
	}
	#area > .container > div > .sect3 > .steps-box > .steps > .steps-list > li > h4 {
		font-size: 15px;
		margin: 5px 0 8px 0;
	}
	#area > .container > div > .sect3 > .steps-box > .steps > .steps-list > li > p {
		font-size: 13px;
		line-height: 19px;
	}


	#analytics h5 > span {
		display: block;
	}



}


/* SM : 991px <= W */
@media screen and (min-width: 991px) {
	#area .sect3 > .steps-box > .buttons-wrapper > .btn-inverse {
		min-width: 230px;
	}
}

/* MD : 992px <= W < 1200px */
@media screen and (min-width: 992px) and (max-width: 1199px) {

}

/* LG : 1200x <= W */
@media screen and (min-width: 1200px) {

}






/*--------------------------
 customer_interview page
--------------------------*/
.cusi-sub-section {
	max-width: 920px;
	margin: 60px auto 0;
}
.cusi-sub-section:nth-of-type(1) {
	margin-top: 0;
}
.cusi-sub-section > h4 {
	font-size: 22px;
  line-height: 1.6;
}
.cusi-sub-section-block {
	margin-top: 40px;
}
.cusi-sub-section-block-img {
	margin-bottom: 20px;
}
.cusi-sub-section-block-img-caption {
	font-size: 13px;
  margin-top: 10px;
}
.cusi-sub-section-block .cusi-section-block-title {
	color: #214AA2;
	line-height: 1.6;
    font-size: 18px;
}
.cusi-section-block-text p {
	margin-top: 20px;
	line-height: 1.8;
}

@media screen and (max-width: 767px) {
	.cusi-sub-section > h4 {
		font-size: 18px;
	}
}

