/*
Theme Name:smilesquare_2025
*/

* {
	font-family:'Noto Sans JP', sans-serif;
}

/*font-family: 'Kosugi', sans-serif;*/

body {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	letter-spacing: 1px;
	background-color: #fffaeb;
	color: #000;
	z-index: 0;
}


#page {
	background-size: contain;
	background-position: top center;
	/*background-color: #d2e6cd;*/
	background-repeat: no-repeat;
}


/*各種基本クラス初期設定*/

.fixed {
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
}

a {
	transition: 0.3s ease-in-out;
}

a:hover {
	opacity: 0.6;
	filter: alpha(opacity=80);
}


.fade {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	height: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border:none!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 1rem;
	line-height: 180%;
}


/*文字サイズ・基本装飾*/
.title_subtext {
	color: #005c65;
	font-size: 1rem;
	display: block;
	font-weight: bold;
	padding: 5px 10px 5px 3%;
	margin: 10px auto;
}

.caprasimo {
  font-family: "Caprasimo", 'Noto Sans JP', sans-serif;
  font-weight: 400!important;
  font-style: normal;
}

/*.oswald{
    font-family: 'Oswald', sans-serif;
}*/

.link_box {
	border: #199eac 2px solid;
	padding: 11px 16px 11px 41px;
	color: #199eac;
	font-weight: bold;
	font-size: 0.8rem;
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 30px;
	margin-top: 30px;
}

.box .link_box:after {
	background: url(img/mushimegane.png) no-repeat;
	left: 14px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 33%;
	display: block;
	content: "";
}

.ma_link_box {
	color: #000;
	font-weight: bold;
	font-size: 0.8rem;
	background: #fefefe;
	border: solid 2px #000;
	border-radius: 22px;
	padding: 8px 16px;
}

.box {
	text-align: center;
}

.strong {
	font-weight: bold;
}

.green {
	color: #00A29A;
}

.underline {
	border-bottom: #00A29A solid 1px;
	padding-bottom: 4px;
}

.text_right {
	text-align: right !important;
}

.small {
	font-size: 80%;
	font-style: italic;
	color: #888;
}


/*YouTube Googlemap*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mapCas {
	width: 90%;
	height: 480px;
	margin: 10px auto;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
	width: 100% !important;
}


/*テーブル設定*/
table {
	clear: both;
	border-collapse: collapse;
	margin-top: 15px;
	margin-bottom: 55px;
	width: 100%;
}

th,
td {
	padding: 10px 5px 10px 7px;
	vertical-align: top;
	box-sizing: border-box;
}

th span,
td span {
	font-weight: bold;
	margin: 10px 0px;
}

th p,
td p {
	font-size: 100%;
	margin: 10px 0;
}


/*ACCORDION*/

#panel .search_btn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	    max-width: 50%;
	cursor: pointer;
	transition: .2s;
	margin-top: 10px;
	margin-bottom: 20px;
}

#panel .search_btn:hover {
	opacity: .7;
}

#panel2 .search_btn2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	    max-width: 50%;
	transition: .2s;
	margin-top: 0px;
	margin-bottom: 20px;
}

#panel2 .search_btn2:hover {
	opacity: .7;
}

#panel {
	width: 100%;
	margin-bottom: 30px;
}

#panel>h3 {
	border-left: none !important;
	border-bottom: solid 1px white !important;
	background-color: #199eac !important;
	color: #fff !important;
	cursor: pointer;
	padding: 10px 35px 10px 10px !important;
	position: relative;
	margin: 20px auto 30px !important;
	max-width: 96%;
	box-sizing: border-box;
	width: 300px;
	font-size: 100% !important;
	letter-spacing: 2px;
	border-radius: 50px;
	font-weight: bold;
	text-align: center;
	display: block;
}

#panel>h3:after {
	content: "▼";
	position: absolute;
	right: 10px;
}

#panel>.active:after {
	content: "▲";
	position: absolute;
	right: 10px;
}

#panel .ac {
	padding: 10px;
	box-sizing: border-box;
}

.menu_table {
	width: 96%;
	border: double 3px #ccc;
	margin: 20px auto;
}

.menu_table th,
.menu_table td {
	border: solid #ccc 3px;
}

.menu_table th {
	background: #8de7ef;
}


/*イメージ*/
img {
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
	box-sizing: border-box;
}


/*サイトヘッダー*/

#home #header {
	/*background: #E97DAD;
	background: #fff;*/
}

#home #header:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}


#header h1 {
	text-indent: 100%;
	white-space: nowrap;
	height: 80px;
	width: 340px;
}

#header h1 a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(img/logo.svg) no-repeat;
	display: block;
	height: 62px;
	width: 330px;
	background-size: cover;
}


.title_area {
position: relative;
    padding: 2% 0;
    background: url(img/bg_topline.svg);
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: center top;
}

.title__text {
    background: url(img/text_smile.svg);
    width: 100%;
    padding: 14% 0 0 0;
    margin: -10% auto 0;
    background-repeat: no-repeat;
}

.title_area .copy {
    font-size: clamp(1.1rem, 1.8rem, 2rem);
    letter-spacing: normal;
    width: 80%;
    display: block;
    margin: 0 auto;
}

.title_area .swiper-container{
	padding: 0 0 15%;
}

.swiper-container.pic_slide {
    width: 100%;
    margin-bottom: 0;
    padding: 3% 0;
}

.title_area article {
position: relative;
    /* max-width: 1600px; */
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.title_right {
	width: 50%;
}

.title_left {
	width: 50%;
	position: relative;
}

.title_left .eitto {
	position: absolute;
	bottom: -10%;
	z-index: 1;
	width: 18%;
	min-width: 118px;
	right: -5%;
}

.title_area .text-block {
    padding: 16px;
    font-size: 1.2rem;
    box-sizing: border-box;
    width: 60%;
    background: #f5ff6c;
    border: solid 2px;
    border-radius: 10px;
    position: relative;
    /* left: -7%; */
    margin: -10% auto 10% -7%;
}

.title_area .text-block .category {
	font-family: "Caprasimo", 'Noto Sans JP', sans-serif;
    position: absolute;
    top: -1.5rem;
    background: #fff;
    border: solid 2px;
    padding: 0 5%;
    left: calc(0% - 2px);
    border-radius: 5px 5px 0 0;
	
}

.title_area .tag-list {
    display: block;
    flex-wrap: wrap;
    text-align: left;
}

.title_area .tag-list li{
display:inline-block;
	margin-right:5px;
}

.title_area .tag-list .tag-parts a{
font-weight: 600;
    font-size: 0.95rem;
    background: #000;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50px;
    width: max-content;
    display: block;
}

.title_area .tag-list .tag-parts ::before{
	content:"#";
}

.post_tag {
    text-align: justify;
    padding: 10px 0;
    display: flex;
	flex-wrap: wrap;
    gap: 5px 0;
}

.post_tag li{
	    display: inline-block;
	margin-right:4px;
}

#sidebar #list ul li .post_tag li{
border:none;
margin:0px;	
margin-right:4px;
	padding:0;
}

.post_tag li a {
    border: 1px solid #555;
    color: #555;
    border-radius: 50px;
    padding: 1px 5px;
    display: block;
    width: fit-content;
}

.post_tag li a::before{
	content:"#";
}

.title_left .thumbnail {
	padding-top: 68%;
	border: solid 3px #000;
	border-radius: 2px;
}

.title_slider .swiper-wrapper{
	
}

.title_slider .swiper-button-prev,
.title_slider .swiper-button-next {
	height: 48px;
	width: 48px;
	top: 39%;
}

.title_slider .swiper-button-prev {
	left: -50px;
	background-image: url(img/arrow_left.png);
	background-size: 100%;
}

.title_slider .swiper-button-next {
	right: -50px;
	background-image: url(img/arrow_right.png);
	background-size: 100%;
}

.title_slider .swiper-button-prev::after,
.title_slider .swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 60px;
	margin: auto;
	width: 60px;
	display: block;
}


.title_right article {
	position: relative;
	padding: 0 2%;
	/* min-height: 530px; */
	padding-top: calc(((500 / 700) * 100%));
}



.people1 {
	width: 18%;
	position: absolute;
	top: -15%;
	left: 20%;
	z-index: -0;
}

.people2 {
	width: 25%;
	position: absolute;
	top: 9%;
	left: 14%;
	z-index: 2;
}

.people3 {
	width: 25%;
	position: absolute;
	bottom: 0%;
	right: 30%;
	z-index: 10;
}

.title1 {
	width: 90%;
	position: absolute;
	top: 0px;
	z-index: 1
}

.title2 {
	width: 32%;
	position: absolute;
	top: 23%;
	left: 30%;
	z-index: 4;
}

.title3 {
	width: 32%;
	position: absolute;
	top: 44%;
	left: 41%;
}

.mitsukaru {
	position: absolute;
	width: 37%;
	bottom: 25%;
	left: 5%;
}

.tag_area h2{
    width: 95%;
    margin: 0 auto 0.5%;
	font-size: 2rem;
}

.tag_area h2::before{
    content: "";
    background: url(img/tag_eitto.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 5rem;
    height: 4.5rem;
    position: relative;
    bottom: -1.5rem;
}

.tag_area .slide_area {
border-bottom: solid 1px;
    border-top: solid 1px;
    padding: 1.5% 0;
    width: 100%;
    overflow: hidden;
}

.tag_area .swiper-slide{
	width: fit-content;
	padding: 0 1% ;
	list-style:none;
}

.tag_loop .swiper-wrapper {
    transition: linear;
}

.tag_area .swiper-slide::before {
    content: "#";
}

.tag_area .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #45ff00;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 1s ease;
    transition-property: transform;
    z-index: -1;
}

.tag_area .swiper-slide:hover::after {
    transform: scaleX(1);
}

.tag_area .swiper-slide a{
    color: #000;
    font-weight: 600;
}

.maker_area {
    padding: 20px 0;
}

.maker_area h2 {
text-align: center;
    margin: 5% auto 1%;
    font-size: 2rem;
}

.tag_area h2 span {
    display: block;
    font-weight: 500;
    padding-top: 0%;
    padding-left: 5rem;
	font-size: 50%;
}

@media screen and (max-width: 768px){
	
.tag_area h2 span {
    padding-left: 4rem;
}
}

.maker_area h2 span {
display: block;
    font-size: 50%;
    font-weight: 500;
    padding-top: 0%;
}

.maker_loop .swiper-wrapper {
    transition: linear;
}

.maker_area .swiper-slide{
    width: 20%;
}

.maker_area .thumbnail {
    padding-top: 65%;
    border-radius: 200px;
    border: solid 1px;
}

.maker_area .main_img{
	
}

.maker_area .logo {
    width: 55%;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    border: solid 1px;
    box-sizing: border-box;
    padding: 1% 3%;
    position: absolute;
    bottom: -15%;
}

.maker_area .logo img{
    max-height: 36px;
    max-width: 100%;
    text-align: center;
    display: block;
    margin: auto;	
}

.newpickup_box .thumb img {
	image-rendering: auto;
    height: 120px;
    width: 100%;
    object-fit: cover;
    display: block;
}

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

.swiper-container.pic_slide {
    width: 100%;
    margin-bottom: 0;
    padding: 6% 0 4%;
}

	.title_slider .swiper-button-next {
		right: -30px !important;
		width: 30px !important;
		height: 30px !important;
	}

	.title_slider .swiper-button-prev {
		left: -30px !important;
		width: 30px !important;
		height: 30px !important;
	}

	.title_area article {
		flex-direction: column;

	}

	.title_right {
		width: 90%;
		margin: 50px auto 20px;
		display: flex;

	}

	.title_right article {
		padding-top: calc(((500 / 1000) * 100%));
	}

	.title_left {
		width: 100%;
		padding-bottom: 8%;
	}

	.title_right .eitto {
		width: 45%;
	}

	.people1 {
		width: 18%;
		top: -3%;
		left: 52%;
		z-index: -0;
	}

	.people2 {
		width: 25%;
		top: 50%;
		left: 4%;
		z-index: 2;
	}

	.people3 {
		width: 28%;
		top: 42%;
		left: 67%;
		z-index: 5;
	}

	.sanin {
		width: 70%;
		top: 0px;
		z-index: 1;
		position: absolute;
	}

	.title1 {
		width: 90%;
		top: 0px;
		z-index: 1
	}

	.title2 {
		width: 46%;
		top: 65%;
		left: 3%;
		z-index: 4;
	}

	.title3 {
		width: 44%;
		top: 65%;
		left: 48%;
		z-index: 7;
	}

	.mitsukaru {
		position: static;
		width: 92%;
		margin: auto;

	}

	.title_slider .swiper-button-prev::after,
	.title_slider .swiper-button-next::after {
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		height: 30px;
		margin: auto;
		width: 30px;
		display: block;
	}

}

/*サイドアイコン*/

.side_link {
	display: block;
	position: fixed;
	right: 1%;
	top: 36%;
	max-width: 15%;
	z-index: 10;
}

.side_link li {
	display: block;
	margin-bottom: 10px;
	width: 100px;
	max-width: 100%;
}


.side_link li a {
	display: block;

}



/*========= ナビゲーションのためのCSS ===============*/


.menu_bg {
	width: 65%;
	background: url() no-repeat center;
	background-size: cover;
	z-index: 0;
	position: relative;
}



.menu_bg h2 {
    display: flex;
    position: relative;
    color: #fff;
    width: 65%;
    margin: auto;
    top: 5%;
    font-size: 0.9rem;
    z-index: 3;
    max-width: 800px;
}

.menu_bg h2 figure {
	width: 90%;
	margin: auto;
	text-align: center;
}

.menu_bg h2 span {
	width: 55%;
	padding: 10% 0;
}


.regular {
	font-size: 1.3rem;
}

#g-nav .ncon li a {
	font-size: 90%
}

.sub li a {
	font-size: 90%
}

#g-nav {
	/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
	position: fixed;
	display: flex;
	z-index: -1;
	opacity: 0;
	/*はじめは透過0*/
	/*ナビの位置と形状*/
	top: 0;
	width: 100%;
	height: 100vh;
	/*ナビの高さ*/
	background: #fff;
	/*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive {
	opacity: 1;
	z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {

	background: #E97DAD;
	/* background-size: cover; */
	z-index: 999;
	width: 35%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 8% 2%;
	box-sizing: border-box;
}

#g-nav.panelactive #g-nav-list h2 {
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-size: 1.3rem !important;
	padding: 2% 25% 0%;
}

/*ナビゲーション*/
#g-nav ul {
	display: none;
	/* position: absolute; */
	margin: 10px auto 10px;
	text-align: center;
	z-index: 999;
	top: 50%;
	left: 50%;
	/* transform: translate(-50%,-50%);*/
}

#g-nav.panelactive ul {
	display: block;
}

#g-nav.panelactive .contact_menu {
	writing-mode: lr;
	text-align: center;
}

#g-nav.panelactive .contact_menu li {
	text-align: center;
}

#g-nav.panelactive ul li .home {
	border: 1px solid #111;
	display: inline-block;
	font-size: 0.8rem;
	border-radius: 80px;
	padding: 10px 20px;
	margin-top: 50px;
}

#g-nav.panelactive .contact_menu .contact_link {
	position: relative;
	text-align: center;
	background: #111;
	border-radius: 100px;
	display: block;
	padding: 12px 22px;
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	width: 60%;
	margin: auto;
}

#g-nav.panelactive .contact_menu .contact_link:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 25px;
	background: url(img/mail_icon.png) no-repeat left;
	background-size: cover;
	margin-right: 12px;

}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: justify;
    vertical-align: middle;
}

#g-nav li a {
    color: #fff;
    text-decoration: none;
    text-align: left;
    padding: 5px 0 13px;
    /* border-bottom: 1px #eee solid; */
    display: block;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1.2rem;

}

#g-nav li a span {
	display: block;
	font-size: 75%;
}

#g-nav .sns_list a {
    padding: 5px 0;
    box-sizing: border-box;
}

#g-nav .sns_list a img{
	width: 30px;
}

.sns_list {
	display: inline-block;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
	position: fixed;
	z-index: 1000;
	top: 3%;
	right: 2%;
	cursor: pointer;
	width: 60px;
	height: 60px;
}

.openbtn1:after {}

@media screen and (max-width: 1079px) {
	.openbtn1 {
		right: 2%;
	}

	.menu_bg {
		width: 30%
	}

	#g-nav.panelactive #g-nav-list {
		width: 70%
	}
}

/*×に変化*/
.openbtn1 span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 2px;
	background-color: #111;
	width: 78%;
	top: 15px;
}

.menu_t {
	text-align: center;
	position: absolute;
	bottom: 2px;
	font-size: 85%;
	left: 22%;

}

.openbtn1 span:nth-of-type(1) {
	top: 22px;
}

.openbtn1 span:nth-of-type(2) {
	top: 29px;
}

.openbtn1 span:nth-of-type(3) {
	top: 32px;
	/*36*/
}

.openbtn1.active span:nth-of-type(1) {
	/*top: 24px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;*/
	top: 20px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 60%;
}

.openbtn1.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
	/*top: 36px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;*/
	top: 32px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 60%
}




/*ヘッダーメニュー*/

#headercont {
	width: 89%;
	margin: 0 auto;
	/* position: fixed; */
	left: 50%;
	/* transform: translateX(-50%); */
	padding: 16px 0;
	z-index: 10;
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top_mainmenu {
	width: 440px;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 16px;
}

#top_mainmenu ul {
	display: flex;
	box-sizing: border-box;
	justify-content: end;
	align-items: center;
	gap: 12px;
}

#top_mainmenu li a{
	width: 31px;
}

#top_mainmenu li.mypage {
	width: 152px;
	display: none;
}

#top_mainmenu li.mypage img {
	display: block;
}
#top_mainmenu li .line{
    background: #fff;
    border-radius: 50px;
    padding: 2px 9px;
    border: 1px solid #333;
    width: max-content;
    vertical-align: middle;
    color: #333;
}
#g-nav li .line{
background: #fff;
    border-radius: 50px;
    padding: 2px 9px;
    border: 1px solid #333;
    width: max-content;
    vertical-align: middle;
    color: #333;
    font-size: 70%;
    font-weight: 600;
}
#g-nav li .line:before{
    content: "";
    background: url(img/line.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin-right: 6px;
}

#top_mainmenu li .line:before{
    content: "";
    background: url(img/line.png);
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin-right: 6px;
}

/*ローダー*/

#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:#fffaeb;
	z-index: 9999;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 340px;
	height: 50px;
	margin-top: -60px;
	margin-left: -170px;
	text-align: center;
	color: #fff;
	z-index: 10000;
}


.sns_button {
	padding: 13px 5px !important;
}

.sns_button a {
	padding: 0px !important;
}



/*スライダー*/

.flexslider .slides {
	position: relative;
}

.no1,
.no2 {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.no1 {
	position: absolute;
	z-index: 11;
	max-width: 43%;
	left: 2%;
	top: 20%;
	height: auto;
}

.no1 img {
	margin: 0 auto 20px !important;
	max-width: 100% !important;
	display: block;
}

.no1 span {
	background: rgb(9, 70, 179, 0.8);
	padding: 6px 10px;
	font-weight: bold;
	color: #fff;
	font-size: 180%;
	margin-top: 10px;
}

.section {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}



#reservation_calendar,
#reservation_calendar table {
	max-width: 800px !important;
	max-width: 100% !important;
}

#reservation_calendar .status_list img {
	max-height: 25px;
	vertical-align: middle;
}

#reservation_calendar table td .status img {
	max-height: 30px;
}

@media screen and (max-width: 768px) {
	#reservation_calendar .status_list img {
		max-height: 22px;
		display: inline-block;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	#reservation_calendar .calendar_head .prev_btn {
		top: 15px;
		width: 60px;
	}

	#reservation_calendar .calendar_head .next_btn {
		top: 15px;
		width: 60px;
	}
}

/*トップページレイアウト*/


.weekly,
.picup,
.movie {
	padding: 50px 0px;
}



/* ギャラリー */
.gallery {
    padding: 2.5% 0 5%;
}


/* お客様の声 */
customer_voice {
    padding: 2.5% 0 5%;
}


/*バナー*/
.yubi{
	position:relative;
}
.yubi::after {
	content: "";
	position: absolute;
	background: url(img/click.svg) no-repeat;
	background-size:cover;
    width: 83px;
    height: 71px;
	right: -10px;
	bottom: -18px;
    animation: anime1 1.1s ease 0s infinite alternate;
    transform-origin: center;
}

@keyframes anime1 {
    from {
        transform: scale(0.90, 0.90);
    }

    to {
        transform: scale(1, 1);
    }
}

/*イベントサムネイル一覧*/

.magazine {
    padding: 2.5% 0 5%;
	position: relative;

}

.white_cont {
	background: #fefefe;
	border-radius: 14px;
	background-size: cover;
	padding: 0 0.8% 0.5%;
	box-sizing: border-box;
}

#pickupcontent .white_cont {
	padding: 0 0% 0.5%;
}

/*ハウスマガジン*/



.newpickup {
    display: flex;
    width: 100%;
    /* max-width: 1280px; */
    margin: auto;
    justify-content: center;
}

.newpickup .newpickup_left {
    width: 20%;
    padding: 2%;
    box-sizing: border-box;
}

.eitto_box {
	display: flex;
	justify-content: left;
}

.eitto_event {
	width: 45%;
	margin: auto;
	margin-top: 0px;
}

.newpickup_right {
	width: 80%;
	padding:2% 1%;
	box-sizing:border-box;
}

.newpickup h2 {
	    font-family: "Caprasimo", 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	
}

.newpickup h2 span {
	margin-top: 12px;
	font-size: 80%;
	display: block;
}

.newpickup h2.event_style:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background: #C82161;
	margin: 10px 0;
}

.newpickup_right .swiper-slide {

}

.newpickup_left,
.newpickup_right {
	display: inline-block;
	vertical-align: top;

	box-sizing: border-box;
	max-width: 100%;
	position: relative;
}



.magazine_title {
	display: flex;
}

.magazine_title h2 {
	display: flex;
	width: 400px;
}

.magazine_title h2 span:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background: #C82161;
	margin: 20px 0;
}

.magazine_title h2 span {
	font-size: 80%;
	font-weight:normal;
	display: block;
		    font-family: "Caprasimo", 'Noto Sans JP', sans-serif;

}

.magazine_title h2 .h2_left {
	width: 80%;
	font-weight:bold;
	font-size: 1.2rem;
	padding: 20px;
	box-sizing: border-box;
}

.magazine_title figure {
	width: 20%;
}

.houmaga_area {
	width: 96%;
	max-width: 1280px;
	margin: auto;
}

.houmaga_area .magazine_box {
	display: flex;
}

.houmaga_area article {}

.first_box {
	width: 40%;
}

.second_box {
width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.second_box .newpickup_box {
	width: 33%;
}

.banner {
	margin: 20px auto;

}


.newpickup_right .text_right {
	display: block;
	padding: 30px 2%;
}


.newpickup_box {
	display: block;
	padding: 7px;
	text-align: justify;
	font-size: 80%;
	max-width: 100%;

	display: inline-block;
	vertical-align: top;
	position: relative;
	    box-sizing: border-box;
}


.newpickup_box .thumb {
	width: 100%;
	margin: 0;
	display: block;
}

.first_box .newpickup_box .thumb a {
	/*height: 360px;*/
	overflow: hidden;
	display: block;
}

.second_box .newpickup_box .thumb a {
	/*height: 220px;*/
	overflow: hidden;
	display: block;
}

.newpickup_box .text-block {
	padding: 10px 0px 10px;
}

.entry-icon-new {
	position: absolute;
	background: #FBFB00;
	font-weight: bold;
	border-radius: 50%;
	padding: 12px 6px;
	font-size: 14px;
	z-index: 10;
}

.newpickup{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #fff;
}


.newpickup_right .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(img/sw_right.svg) no-repeat !important;
	right: 0px !important;
	left: auto !important;
	margin-top: -68px !important;
}

.newpickup_right .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(img/sw_left.svg) no-repeat !important;
	left: -25px !important;
	right: auto !important;
	margin-top: -68px !important;
}

#pickup_contents .container {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-inline: auto;
}


#pickup_contents .container .swiper-button-prev {
	background-image: url(img/top/arrow_l_43.svg);
	background-size: 43px auto;
	width: 43px;
	left: -50px;
	top: 150px;
}

#pickup_contents .container .swiper-button-next {
	background-image: url(img/top/arrow_r_43.svg);
	background-size: 43px auto;
	width: 43px;
	right: -50px;
	top: 150px;
}

.newpickup .swiper-button-next:after,.newpickup  .swiper-button-prev:after{
	font-size: 0;
}

#pickup_contents .container .swiper-button-disabled {
	display: none;
}

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


	.newpickup .newpickup_left {
		width: 100%;
	}



	.newpickup .banner {
		margin: 20px auto;
	}

	.newpickup .newpickup_right {
        width: 96%;
        margin: auto;
        padding: 5px 0;
        letter-spacing: 0;
	}



	.newpickup .newpickup_box {
		background: #fff;
		display: block;
		padding: 4px 2px;
		text-align: justify;
		font-size: 70%;
		width: 31%;
		max-width: 100%;
		margin: 5px 0px;
		display: inline-block;
		position: relative;
	}

	.newpickup .newpickup_box .entry-icon-new {
		top: -7px;
		left: -4px;
		padding: 7px 2px;
		font-size: 9px;
	}

	.newpickup .newpickup_box .thumb a {
		height: 75px;
		overflow: hidden;
		display: block;
	}

	.newpickup_box .text-block {
		padding: 4px 0px;
	}

	.newpickup .newpickup_box .magazine_logo {
		max-height: 16px !important;
		vertical-align: bottom;
	}

	.newpickup .newpickup_box .cat {
		color: #fff;
		padding: 0px 1px;
		font-size: 0.7rem;
		letter-spacing: 0px;
	}


	.text-block h3 {
		display: table-cell !important;
		vertical-align: middle;
		height: 44px;
		line-height: 130%;	
	}
	
	

	.text-block h3 a {
text-align: left !important;
        letter-spacing: 0 !important;
        font-size: 14px !important;
        font-weight: normal !important;
	}

	.date {
		display: block;
		color: #888;
		letter-spacing: 1px;
		font-size: 0.8rem;
	}

	.swiper-slide-visible {
		height: 4rem !important;
	}

	#footer.pickup_detail .footer_menu .logo_box {
		display: block !important;
		text-align: center !important;
	}

	#footer.pickup_detail .footer_menu .logo_box img {
		display: block !important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	#footer.pickup_detail .footer_menu .logo_box .copy {
		padding-top: 20px !important;
		margin-top: 20px;
	}


	.ft_bottom {
		text-align: center !important;
	}

}

.maker_button{
	max-width:88%;
	margin:0 auto 30px;
	width:720px;
	display:block;
}

.maker_button a{
	display:block;
}

.maker_button span {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 2px dotted;
}

.post__thumb--img {
	width: 100%;
	margin: 0;
	display: block;
}

.post__thumb--img a {
	display: block;
	width: 100%;
}

.swiper-slide__inner--item {
	display: block;
	padding: 2%;
	text-align: justify;
	font-size: 80%;
}

.swiper-slide-visible {
	opacity: 0.5;
	height: 7rem !important;
}

.swiper-slide-visible img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.magazine .swiper-slide .post__thumb--img a {
	/*height: 140px;*/
	overflow: hidden;
}

.banner {
	padding: 15px 0 5px;
}

.banner a {
	display: block;
	margin: 10px auto;
	width: 800px;
	max-width: 90%;
}

.banner a img {
	padding-top: 0%;
}

.text-block {
	padding: 10px 0px 10px;
}

.text-block h3 a {
	font-weight: 600;
	color: #000;
	letter-spacing: 0.5px;
}

.title_area .text-block h3 a {
    font-size: 1.2rem;
    letter-spacing: normal;
}

.meta-block .magazine {
	display: none;
}

.meta-block .houmaga {
	background: #111;
}
.meta-block .momosblog{
	background: deeppink;
}

.meta-block .wall {
	background:gray;
}

.meta-block .money{
    background: slateblue;	
}

.meta-block .cat {
	margin:0 5px 5px 0;

}

.meta-block .design {
	background: darkorange;
	
}
	
.meta-block .life {
	    background: lightseagreen;
	}
	
.meta-block .date {

    color: #888;
    letter-spacing: 2px;
    font-size: 0.8rem;
    display: block;
    margin: 5px 0;
}
	

.swiper-container {
	margin-bottom: 20px;
}

.maker {
	color: darkgoldenrod;
	letter-spacing: 1px;
}

.magazine_logo {
	max-height: 22px;
	vertical-align: bottom;
}

.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #199eac;
}

/*バナー*/

.tenji_area {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.tenji_area article {
	padding-top: 60px;
	width: 96%;
	max-width: 1280px;
	margin: auto;
}

.tenji_area article h2 {
	max-width: 80%;
	width: 600px;
	margin: auto;
}

.bn_list {
	width: 100%;
	text-align: center;
	padding: 60px 0;
}

.bn_list li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}

/*イベントページ*/
.pdf_link {
	color: #fff;
	font-size: 110%;
	background: #E164A4;
	padding: 10px 15px;
	border-radius: 50px !important;
}



/*ウィークリーイベント*/
.weekly {
	text-align: center;
}

.weekly img {
	width: 1000px;
}


/*コラム column*/
.column_page {
	margin-top: 88px;
}

.column_page .small {
	font-style: italic;
	display: block;
}

.column_page .profile {
	padding-top: 70px;
}

#page #main .column_page p {
	line-height: 2;
	padding: 0 0 2rem 0;
	letter-spacing: 1px;
}

#page #main .column_page .interior p {
	padding: 0 0 4% 0;
	margin: 0;
}

#page #main .column_page .norice {
	text-align: center;
	font-size: 1.2rem;
}

#page #main .column_page .norice span {
	text-align: center;
	color: #199eac;
	font-family: "游明朝", YuMincho;
	font-weight: bold;
	font-size: 220%;
}

#page #main .column_page p a {
	color: #199eac;
	text-decoration: underline;
}

#page #main .column_page .bold {
	font-weight: bold;
}

.column_page hr {
	border: none;
	display: block;
	margin: 20px auto;
	border-top: solid #ddd 1px;
}

.kome {
	padding: 16px !important;
}

.kome img {
	margin: 0 auto;
	display: block;
}

.kome h3 {
	color: #199eac;
	font-weight: bold;
	text-align: center;
	font-size: 1.3rem;
}

.interior h3 {
	color: #199eac;
	font-weight: bold;
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 30px;
}

#page #main .marker {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

#page #main .marker-b {
	background: linear-gradient(transparent 60%, #66f5ff 60%);
}

#page #main .item_title {
	text-align: center;
	padding: 40px 0 8px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #199eac;
	border-bottom: solid 2px #199eac;
}

.italic {
	font-style: italic;
}

.column_page .profile .profile_inner {
	width: 80%;
	background: #f9f9f9;
	padding: 2% 3%;
}

.column_page .img_cont {
	padding-bottom: 40px;
	text-align: center;
}

.column_page .interior .img_cont {
	padding-bottom: 0;
}

.column_page .img_cont span {
	font-size: 0.8rem;
}

.profile_inner ul {
	text-align: left;
}

.profile_inner ul li {
	padding-bottom: 10px;
}

.profile_inner ul .name {
	font-size: 1.2rem;
}

.profile_inner ul li a {
	color: #0e6069;
	text-decoration: underline;
	word-break: break-all;
}

.profile h3 {
	color: #199eac;
	font-size: 2rem;
}

#page #main .profile_inner .shop_name {
	margin: 0 0 14px 0px;
	padding: 0;
	font-size: 1.3rem;
}

.prof_text {
	font-size: 0.88rem;
}

.prof_text span {
	font-weight: 500;
	display: block;
}

.recipe {
	margin-bottom: 60px;
}

.recipe ul {
	text-align: left;
}

.recipe_flow {
	margin-bottom: 60px;
}

.related__topic {
    text-align: center;
    border-radius: 30px;
    border: solid 2px;
    padding: 5% 1%;
}

.related__topic span {
    font-weight: bold;
}

.related__topic a {
    font-size: 90%;
    text-align: center;
}

.related__topic figure {
    width: 80%;
    margin: 0 auto !important;
}


/*ピックアップ*/

.picup h2 {
	display: flex;
	font-size: 1.2rem;

	max-width: 500px;
}

.picup h2 span:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background: #C82161;
	margin: 20px 0;
}

.picup h2 span {
	font-size: 80%;
	display: block;
		    font-family: "Caprasimo", 'Noto Sans JP', sans-serif;

}

.picup h2 figure {
	width: 20%;
}

.picup h2 .h2_right {
	width: 80%;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box;
}

.picup {
	margin-top: 100px;
}

.picup article {
	max-width: 1280px;
	width: 96%;
	margin: auto;
}

.statusIconArea {
	position: absolute;
	top: 5px;
	left: 5px;
}

.statusIcon {
	width: 48px;
	margin-right: 0px;
	display: inline-block;
}

.imgFit {
	width: 100%;
	height: auto;
}


/*ハウスメーカー*/
.housemaker {
	background: #fefefe;
	margin-top: 100px;
	width: 100%;
}

.housemaker h2 {
	max-width: 80%;
	display: inline-block;
	margin: 50px auto;
	box-sizing: border-box;
}

.housemaker .housemaker_img {
	margin-top: -74px;
}

.housemaker_list {
	max-width: 1280px;
	width: 100%;
	margin: auto;
	padding-bottom: 6%;
	text-align: center;
}

.housemaker_list .housemaker_list_inner ul li {
	display: inline-block;
	width: 22%;
	padding: 14px 3px;
}

.housemaker_list .housemaker_list_inner a {
	max-height: 70px;
	max-width: 300px;
	margin-bottom: 20px;
}

.housemaker_list .housemaker_list_inner .small_logo img {
	width: 89%;
}


/*ムービーコンテンツ*/
.movie_area {
    margin-top: 12%;
    background: lightpink;
}

.movie_area article {
    max-width: 1280px;
    width: 96%;
    margin: auto;
    padding: 0px 0 30px;
}

.movie_area .section h2 {
	display: inline-block;
	margin-top: -68px;
}

.movie_area .link_box {
    background: #dc152d;
    color: #fefefe;
    padding: 18px 38px;
    width: 25%;
    text-align: center;
    border: none;
    margin: 20px auto;
    display: block;
    font-weight: normal;
    font-family: "Caprasimo", 'Noto Sans JP', sans-serif;
    border-radius: 80px;
}

.movie_area .swiper-slide .post__thumb--img{
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
	margin:0;
}

.movie_area .movie_list {
    text-align: center;
    margin: 30px auto;
}

/*---------*/
/*住まいのご縁キャンペーン
/*-----------*/

.campaign_cont {
	margin-top: 80px;
}

.campaign .five_box {
	text-align: center;
}

.campaign img {
	max-width: 90%;
	height: auto;
}

#page #main .step_text p {
	font-weight: bold;
	margin-top: 0;
	font-size: 110%;
}

#page #main .step1 p {
	display: inline-block;
	width: 80%;
	vertical-align: top;
}

#page #main .cam_vol2 .step1 p,
#page #main .cam_vol2 .step2 p {
	display: block;
	margin: 0 auto;
	width: 80%;
	vertical-align: top;
}

#page #main .visit_step_inner_text .inner_text_big {
	font-weight: bold;
	font-size: 1.2rem;
	position: relative;
	padding: 0 0 16px 78px;
}

#page #main .visit_step_inner_text .inner_text_big:before {
	content: "";
	position: absolute;
	background: url(img/process1.png) no-repeat;
	height: 78px;
	width: 44px;
	left: 13px;
}

#page #main .inner_text_id {
	position: relative;
	padding: 0 0 0 76px;
}

.inner_text_id:before {
	content: "";
	background: url(img/process2.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 15px;

}

.visit_step_inner_text,
.visit_step_inner_text2 {
	background: #fdffe0;
	padding: 26px;
	border-radius: 14px;
}

.cam_vol2 .visit_step_inner_text,
.cam_vol2 .visit_step_inner_text2 {
	background: none;
	padding: 0 0 20px 0;
}

#page #main .cam_vol2 .step2 .visit_step p {
	font-size: 120%;
}

.visit_step_inner_text2 {
	margin-top: 20px;
}

#page #main .visit_step_inner_text2 .inner_text_big {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 0 0 0 50px;
	position: relative;
	padding: 0 0 0 76px;
}

.visit_step_inner_text2 .inner_text_big:before {
	content: "";
	position: absolute;
	background: url(img/process3.png) no-repeat;
	width: 55px;
	height: 57px;
	left: 9px;
	top: 7px;
}

.cam_vol2 .visit_step_inner {
	background: #fefefe;
	border-radius: 0;
	border-radius: 0 0 17px 17px;
}

.cam_link_box {
	display: block;
	margin: 25px auto;
	font-weight: bold;
	position: relative;
	animation: poyopoyo 2.8s ease-out infinite;
}

.campaign_link_box::before {
	width: 40px;
	right: -22px;
	top: 27px;
}











@keyframes poyopoyo {

	0%,
	40%,
	60%,
	80% {
		transform: scale(1.0);
	}

	50%,
	70% {
		transform: scale(1.06);
	}
}

.step_cont {
	margin-top: 44px;
}

.cam_vol2 .step_cont {
	background: #fffbd2;
	border-radius: 17px;
	padding: 20px 0;
	margin-top: 30px;
}

.cam_vol2 .step_cont .step_img {
	width: 23%;
	padding-bottom: 22px;
}

.step_cont .step_text a {
	color: #e7425e;
	text-decoration: underline;
}

.step_cont .step_text .cam_link_box2 {
	color: #fefefe;
	text-decoration: none;
	border-radius: 14px;
	background: #eb9d19;
	padding: 20px 34px;
	font-weight: bold;
	font-size: 150%;
	display: inline-block;
	width: 30%;
	margin: 0 auto;
	position: relative;
}

.step_cont .step_text .cam_link_box2::before {
	content: "";
	position: absolute;
	background: url(img/yubi.png) no-repeat;
	width: 40px;
	height: 40px;
	right: -10px;
	bottom: -18px;
}

.kaiin_link {
	display: block;
	padding: 20px 0 40px;
}

.kaiin_link span {
	font-weight: bold;
	font-size: 120%;
	display: block;
	margin-top: 10px;
	color: #e7425e;
	text-decoration: underline;
}

.under_line,
.under_line ul li {
	background: linear-gradient(transparent 50%, #ffff66 50%);
}

.under_line ul {
	padding-bottom: 30px;
	max-width: 390px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

.under_line ul li {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 12px;
	display: inline-block;
}

.step_text .visit_step {
	position: relative;
	margin-top: 28px;
	margin: 32px auto 0;
	width: 87%;
	padding-left: 39px;
}

.visit_step_inner {
	border: solid 3px #e7425e;
	padding: 46px 30px 28px;
	border-radius: 16px;
}

#page #main .visit_step h4 {
	display: inline-block;
	background: #e7425e;
	color: #fefefe;
	font-size: 1.5rem;
	border-radius: 24px;
	padding: 6px 22px;
	position: absolute;
	top: -40px;
	left: 10px;
}

#page #main .get .step_text img {
	width: 15%;
	vertical-align: top;
}

#page #main .get .step_text p {
	display: inline-block;
	width: 80%;
}

.campaign_wanted {
	position: relative;
	border: solid 3px #e7425e;
	border-radius: 13px;
	padding: 40px 32px 6px;
}

#page #main .campaign_wanted h4 {
	display: inline-block;
	color: #e7425e;
	font-weight: bold;
	font-size: 140%;
	background: #fefefe;
	padding: 18px;
	margin: 0;
	position: absolute;
	top: -35px;
	left: 31px;
	text-align: left;
}

#page #main .covid_wanted h4 {
	line-height: 1.1;
	padding: 8px 18px;
}

#page #main .covid_wanted h4 span {
	font-size: 70%;
}

#page #main .wanted_cont p {
	font-weight: bold;
	padding-left: 13px;
	padding-bottom: 0;
	border-left: solid 6px #e7425e;
	margin-bottom: 20px;
}

.wanted_cont ul {
	text-align: left;
	padding-bottom: 16px;
	font-weight: bold;
	font-size: 0.9rem;
}

.wanted_cont ul li {
	margin-left: 1em;
	text-indent: -1em;
	padding-bottom: 12px;
}

.wanted_cont ul li ul li {
	padding-bottom: 0px;
}

.wanted_cont ul .important {
	font-size: 0.9rem;
	text-decoration: underline;
}

.step_cont_inner {
	display: inline-block;
	width: 92%;
	vertical-align: top;
}

.cam_vol2 .visit_step {
	margin-top: 54px;
	margin-bottom: 70px;
}

.step3 .ya img {
	padding: 28px 0 0;
}

.cam_vol2 .step3 .ya img {
	padding: 0;
}

.cam_vol2 .campaign_cont .campaign_h3 {
	display: inline-block;
	background: #e73558;
	color: #fefefe;
	font-weight: bold;
	font-size: 150%;
	width: 50%;
	padding: 10px 0;
	border-radius: 30px;
}

#page #main .cam_vol2 .vol2_kikan {
	text-align: center;
	font-weight: bold;
	font-size: 160%;
}

#page #main .cam_vol2 .vol2_kikan span {
	font-size: 96%;
}

#page #main .cam_vol2 .step1 p,
#page #main .cam_vol2 .step2 p {
	font-size: 135%;
}

#page #main .cam_vol2 .visit_step h4 {
	position: static;
	display: block;
	border-radius: 17px 17px 0 0;
	margin: 0;
	padding: 14px 0;
}


/*---------*/
/*新生活応援キャンペーン
/*-----------*/

.campaign_chance {
	background: #fdfbe6;
	box-sizing: border-box;
	position: relative;
	padding: 60px 20px 20px 20px;
	border-radius: 26px;
}

.chance_title {
	position: absolute;
	left: 0px;
	top: -50px;
}

#page #main .campaign_week p {
	text-align: center;
	font-size: 200%;
	font-weight: 600;
	padding-bottom: 0;
}

.campaign_content {
	margin-bottom: 80px;
}

.cam_vol3 .step_cont {
	background: #fdfbe6;
	border-radius: 20px;
	padding: 40px 30px;
	margin-top: 30px;
	box-sizing: border-box;
	max-width: 740px;
	margin: 30px auto 30px;
	position: relative;
}

.cam_vol3 .step_cont .step_img {
	width: 86px;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

#page #main .cam_vol3 .step_text p {
	display: inline-block;
	vertical-align: middle;
	font-size: 130%;
	width: 80%;
	padding: 0 0 0 10px;
	margin: 0;
}

.cam_vol3 .campaign_cont .campaign_h3 {
	background: #e74e8c;
}

.cam_vol3 .step4 span {
	font-size: 90%;
	line-height: 0.2;
}

.company_list table tr:nth-child(odd) {
	background: #F1F3F8;
}

.company_list table {
	margin: 10px auto 30px;
	padding: 10px 0;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}


.table_title {
	border: 1px solid #fff;
	background: #DEC089;
}

.company_list table th,
.company_list table td {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 10px 8px;
}


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

	.company_list table th,
	.company_list table td {
		font-size: 90%;
	}

	.company_list table td {
		border-bottom: 1px solid #aaa;
	}
}

.company_list table th {
	text-align: left;
}

.company_list table td {
	text-align: left;
}

.company_list table th a {
	color: #111;
	letter-spacing: 0px;
}

.company_list table td span {
	font-size: 80%;
	margin: 0 3px;
	border-radius: 5px;
	padding: 2px 8px;
	box-sizing: border-box;

}

.company_list table td .area {
	display: inline-block;
	border-radius: 0px;
	text-align: center;
	margin: 0 5px;
	background: #FAD8EA;
	padding: 0 5px;
}

.company_list table td .yoyaku {

	display: inline-block;
	background: #00B2B2;
	color: #fff;
	padding: 1px 4px;
}

.company_list table td .noyoyaku {
	display: inline-block;
	background: orange;
	color: #fff;
	padding: 1px 12px;
}

.company_list table td .present {
	display: inline-block;
	background: #FF7373;
	color: #fff;
	padding: 1px 4px;
}

.campaignlink {
	background: #FF8000;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0;
	padding: 20px;
	display: inline-block;
	border-radius: 8px;
	margin: 20px auto;
}

.campaignlink2 {
	background: #00B285;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 0;
	padding: 20px;
	display: inline-block;
	border-radius: 8px;
	margin: 20px auto;
}





#related_detail .breadcrumbs{
	display:none;
}




/*新着情報・トピックス*/

.topics_area {
	background: url(img/topicsarea_bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0 60px;
}

.topics_area .cont {
	display: flex;
}

.topics_area h2 {
	font-weight: bold;
	font-size: 160%;
}

.topics_area h2 span {
	display: block;
}

.topics_area .left {
	width: 17%;
	padding: 1% 2%;
	box-sizing: border-box;
}

.topics_area .right {
	width: 83%;
	padding: 0% 2%;
	box-sizing: border-box;
	border-left: 1px solid #3F8EA8;
}

#list ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	display: inline-block;
}

.topics li {
	width: 50%;
	padding: 20px 0px;
	list-style: none;
	float: left;
	position: relative;
	box-sizing: border-box;
}

.topics_right {
	width: 50%;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0 5px;
	display: inline-block;
}

#list li h3 {
	color: #3F8EA8;
	font-size: 110%;
	font-weight: bold;
	margin: 5px 0px 3px;
	width: 100%;
	line-height: 130%;
	letter-spacing: 0;
	text-align: justify;
}

#list li h3 a {
	color: #777;
	font-weight: normal;
}

#list li p {
	padding: 5px 0px;
	font-size: 80%;
	margin: 0px;
	color: #888;
}

.thumbnail {
	position: relative;
	overflow: hidden;
	padding-top: 56%;
}

.thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.title_slider .thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 0%;
    background: #fff;
    padding: 4%;
    border-radius: 20px;
    border: solid;
}

.title_slider .new-badge {
    position: absolute;
    background: url(img/icon_top-new.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: -5%;
    right: -3%;
    width: 20%;
    height: 25%;
    z-index: 2;
}

.title_slider .thumbnail img{
	position: unset;
	top: 0%;
	left: 0%;
	transform: unset;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

#list .thumb {
	display: inline-block;
	width: 200px;
	height: 140px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	vertical-align: top;
}

#list .thumb img {
	max-width: none;
	margin: 0px auto;
	text-align: center;
	display: block;
	top: 50% !important;
	left: 50% !important;
	position: relative;
	width: 120%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

p.thumb img {
	float: left;
	position: absolute;
	max-width: 250px;
	height: auto;
}

#home .topics .date {
	color: #888;
	text-align: left;
	display: block;
	padding: 3px 0px;
	font-size: 95%;
}

.wp-pagenavi {
	text-align: center;
	margin: 40px 0 14px;
}

.wp-pagenavi a,
.wp-pagenavi span {
text-decoration: none;
    border: 2px solid #1e97a3;
    padding: 0px 6px;
    border-radius: 4px;
    margin: 4px;
    box-sizing: border-box;
	color:#333;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #777;
}


.readmore {
	display: block;
	float: right;
}

.topicsall {
	padding: 6px 20px;
	color: #007BBF;
	border: 1px solid #007BBF;
	text-align: center;
	display: block;
	max-width: 300px;
	margin: 20px auto;
}

#list li .link_box {
	font-size: 80%;
	font-weight: mormal;
}

.date {
	color: #888;
	letter-spacing: 2px;
	font-size: 0.8rem;
}

.cat {
	color: #fff;
	padding: 0px 5px;
	font-size: 100%;
	display: inline-block;
	letter-spacing: 0px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
}

.event,
#sidebar #list ul li .event {
	background: #2F72B9;
}

.column,
#sidebar #list ul li .column {
	background: #E94E8D;
}

.movie,
#sidebar #list ul li .movie {
	background: #E61D75;
}

.campaign,
#sidebar #list ul li .campaign {
	background: #FF9326;
}

#cboxTitle,
#cboxCurrent {
	display: none !important;
}



/*カテゴリー用記事リスト*/

#imagetopics {
	text-align: left;
}

#page #list ul {
	text-align: left;
}

#sidebar #list ul li {
margin: 5px 0px 15px;
    /* padding: 5px 0px 15px; */
    background: #fff;
    padding: 3.5%;
    border-radius: 8px;
    border: 1px solid #333;
}

#page #list .thumb {
	max-width: 100%;
	height: auto;
}

#page #list .thumb img {
	left: 0% !important;
	position: relative;
	width: 100%;
	-webkit-transform: translate(-0%, -0%);
	-ms-transform: translate(-0%, -0%);
	transform: translate(-0%, -0%);
}

.year {
	font-style: italic;
	font-weight: inherit;
}

.month-archive-list li {
	margin: 5px 0px;
}

/*おすすめ物件*/

.pickup_thumb {
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #d2e6cd;
}

/*おすすめ物件　写真*/
.pickup_thumb img.photo {
	max-width: none;
	margin: 0px auto;
	text-align: center;
	display: block;
	top: 50% !important;
	left: 50% !important;
	position: relative;
	width: 104% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.pickup_thumb img.photo:hover {
	width: 120% !important;

}

.pickup_thumb .sold_out {
	position: absolute;
	width: 160px !important;
}


.pickup_text {
	font-size: 96%;
	text-align: justify;
	padding: 8px 0px;
}

.pickup_text .maker_link{
	    background: #eee;
    color: #333;
    font-size: 0.8rem;
    padding: 2px 4px;
    border-radius: 10px;
    letter-spacing: 0;
    display: block;
    width: fit-content;
    margin: auto;
}

.property_type{
font-size: large;
    margin: 30px 0;
    display: block!important;

}

.picup_content h3 {
	text-align: left;
	line-height: 1.0em;
	letter-spacing: 0;
	font-weight: bold;
	padding: 5px 0px;
	display: block;
	font-size: 105%;
	color: #393939;
}

.pickup_text h3 a {
	color: #111;
	line-height: 150%;
	display: block;
	height: auto;
	font-weight: bold;
	font-size: 110%;
	letter-spacing: 1px;
}

.pickup_text .bukken_cat {
	text-align: left;
	letter-spacing: 0;
	font-size: 0.7rem;
}

.list_company_logo {
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid #eee;
}

.list_company_logo img {
	max-height: 45px;
	max-width: 30%;
}

.pink_bg {
	background: #FAF3FA;
	border: 1px solid #F4CCEC;
	padding: 10px;
	box-sizing: border-box;
	max-width: 800px;
	display: block;
	margin: 15px auto 5px;
}

.pink_bg p {
	text-align: center !important;
	font-weight: bold;
	font-size: 100%;
	padding: 0px !important;
	margin: 0 !important;
}

.pink_bg a {
	text-decoration: underline !important;
	color: darken !important;

}

/*ピックアップコンテンツ絞り込み*/

@media screen and (min-width: 768px) {

	#search_box {
		border-radius: 10px;
		border: 2px solid #666666;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 20px;
		font-size: 0.9rem;
	}

	#search_box2 {
		border-radius: 10px;
		border: 2px solid #666666;
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 30px;
		margin-bottom: 20px;
		padding-top: 10px;
		padding-bottom: 20px;
		font-size: 0.9rem;
	}

	.search_list {
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
	}
}

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

	#search_box {
		border-radius: 10px;
		border: 2px solid #666666;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 30px;
		margin-bottom: 20px;
		padding-bottom: 30px;
		font-size: 0.9rem;
		background: #fff;
	}

	#search_box2 {
		border-radius: 10px;
		border: 2px solid #666666;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 30px;
		margin-bottom: 20px;
		padding-bottom: 30px;
		font-size: 0.9rem;
		background: #fff;
	}

	.search_list {
		padding-bottom: 14px;
		padding-left: 14px;
		padding-right: 14px;
	}

}

#pickup_contents{
	padding:0 0 5%;
}

#message_box {
	padding-top: 10px;
	padding-bottom: 20px;
}

#message_box .results {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #232323;
}

#message_box .not_match {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #232323;
}

#message_box .results span {
	font-size: 24px;
	font-weight: 600;
	color: #B44300;
}



#search_box .btn_box,
#search_box2 .btn_box {
	text-align: center;
}


#search_box .btn_box .search_btn,
#search_box2 .btn_box .search_btn {
	width: 260px;
	color: #3D78A2;
	border: 5px solid #3D78A2;
	border-radius: 6px;
	background-color: #fff;
	padding: 10px 15px 10px 15px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	transition: .3s;
	cursor: pointer;
}


#search_box .reset_btn,
#search_box2 .reset_btn {
	text-align: center;
	cursor: pointer;
	text-decoration: underline;
	padding-top: 30px;
}

#search_box .reset_btn:hover,
#search_box2 .reset_btn:hover {
	text-decoration: none;
}


#search_box .btn_box .search_btn:hover,
#search_box2 .btn_box .search_btn:hover {
	color: #2F5C7D;
	border: 5px solid #2F5C7D;
	background-color: #EEEEEE;
}




.search_list h4 {
	margin: 10px 0 !important;
	border-left: 5px solid #666;
	padding-left: 15px;
	font-weight: 600 !important;
}

.search_list ul {
	text-align: left !important;
}

.search_list li {
	display: inline-block;
	text-align: left !important;
	padding-right: 10px
}

.search_vendor_list img {
	height: 36px;
	margin: 5px;
	cursor: pointer;
}


/*バナーエリア*/

.banner_area {
	background: #F1F2CC;
	padding: 20px 0 30px;
}

.banner_area h2 {
	display: inline-block;
	text-align: center;
	margin: 30px auto 50px;
	/*max-width: 70%;*/
	color: #199eac;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 2rem;
}

.banner_area h2:after {
	border-top: 2px solid #199eac;
	display: block;
	width: 100px;
	margin: 20px auto 0px;
	content: "";
}

.banner_area .cont {
	background: none;
	text-align: center;
}

.banner_area .cont ul li {
	max-width: 48%;
	width: 480px;
	display: inline-block;
	margin: 0px;
}

.banner_area .cont ul li a {
	display: block;
	margin-bottom: 10px;
}

/*グループロゴ*/

.group_area{
	background:#eee;
	padding:60px 0;
}

.group_area .section{
	overflow:hidden;

}


.loopswiper .swiper-slide{

}

.loopswiper .swiper-slide a{

    display: block;
    padding: 5%;
    box-sizing: border-box;
}

/*ハウスギャラリー*/

.house_gallery {
	background: #f6f6f6;
	padding: 12% 0;
	display: none !important;
}

.house_gallery h2 {
	text-align: center;
}

.house_gallery h2 img {
	width: 60%;
}

.house_gallery p {
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	padding: 20px 0;
}

.house_gallery .gallery_cont {
	width: 98%;
	margin: 50px auto 0;
}

.house_gallery .gallery_cont ul li {
	display: inline-block;
	width: 19%;
	position: relative;
}

.house_gallery .new {
	position: absolute;
	top: 8px;
	left: 8px;
	background: #f6cd5b;
	border-radius: 50%;
	padding: 16px 6px;
	font-size: 17px;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	position: relative;
}

.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 210px;
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box input:checked+label {
	background: inherit;
	height: 0;
}

.cp_box label:after {
	line-height: 2.5rem;
	font-size: 1.4rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 100%;
	max-width: 320px;
	padding: 7px 0;
	content: 'Read more';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: #172e25;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	overflow: hidden;
	height: 1028px;
	transition: all 0.5s;
}

.cp_box input:checked+label:after {
	content: 'Close';
}

.cp_box input:checked~.cp_container {
	height: auto;
	padding-bottom: 80px;
	transition: all 0.5s;
}

/*住宅関連企業*/

.r_h2 {
	display: block;
	margin: 80px auto 0;
	max-width: 400px;
	display: flex;
	font-size: 1.2rem;
	font-weight: bold;
}

.r_h2 span {
	font-size: 80%;
	display: block;
	font-weight:normal;
		    font-family: "Caprasimo", 'Noto Sans JP', sans-serif;	
}

.r_h2 span:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background: #C82161;
	margin: 20px 0;
}

.r_h2 .h2_right {
	width: 80%;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 20px;
	box-sizing: border-box;
}

.r_h2 figure {
	width: 20%;
}

#relatedcompany {
	width: 100%;
	max-width: 100%;
	text-align: center;
	padding: 0px 4% 80px;
	box-sizing: border-box;
}

#relatedcompany .white_cont {
	max-width: 1280px;
	margin: auto;
background:none;
	padding: 0px 2% 20px;
}

#relatedcompany .white_cont h2 {
	display: none;
}

#relatedcompany .related_content {
    margin: auto;
    max-width: 96%;
}

#relatedcompany .title_subtext {
	color: #ec9b11;
	text-align: center;
	display: none;
}

#relatedcompany .five_box {
	padding: 1% 1%;
}

#relatedcompany .five_box .related_catch {
	color: #ea668d;
	margin-bottom: 5px;
	display: block;
	text-align: justify;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0;
}

#relatedcompany .five_box .main_thumb {
	border-radius: 10px;
	height: 320px;
}

#relatedcompany .five_box h3 {
	display: block;
	text-align: justify;
	font-weight: bold;
	margin: 6px 0px;
	font-size: 110%;
}

#relatedcompany .five_box h3 a {
	color: #111;
}

#relatedcompany .five_box .related_cat {
	display: block;
	font-weight: bold;
	margin: 6px 0px;
	font-size: 100%;
}



#relatedcompany .five_box .related_cat .pin,
#relatedcompany .five_box .related_cat .tag {
	display: inline-block;
	padding-left: 30px;
}

#relatedcompany .five_box .related_cat .pin {
	background: url(img/area_icon.png;) no-repeat top left;
}

#relatedcompany .five_box .related_cat .tag {
	background: url(img/tag_icon.png;) no-repeat top left;
}

.main_thumb {
	display: block;
	width: 100%;
	height: 260px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #eee;
}

.main_thumb img.photo {
	max-width: none;
	margin: 0px auto;
	text-align: center;
	display: block;
	top: 50% !important;
	left: 50% !important;
	position: relative;
	width: 104% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.main_thumb img.photo:hover {
	width: 120% !important;

}

/*お問い合わせエリア*/

/*CONTACT*/

.contactus h2 {
	color: #000;
	font-size: 2rem;
	font-weight: 500;
}

.contactus h2:after {
	content: "";
	display: block;
	border-top: 3px silid #fff;
	width: 80px;
	margin: 10px auto;
}

.contactus {
	background-size: cover;
	padding: 80px 0px;
}

.contactus .cont {
	text-align: center;
	padding: 50px 0;
	border-radius: 15px;
}

.contactus .cont p {
	text-align: center;
}

.tel_cont {
	text-align: center;
	margin: 10px 10px;
}

.footer_info .tel_cont p {
	text-align: center;
	margin: 0px !important;
	padding: 14px 0;
	letter-spacing: 1px;
}

.tel_cont img {
	max-width: 80%;
	display: block;
	margin: auto;
}

.tel_num {
	text-align: center;
	position: relative;
	color: #e51f73;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.2;
}

.tel_num span {
	color: #333;
	font-size: 1.2rem;
}

.mail_ad {
	font-weight: bold;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 8px;
	font-size: 90%;
}

.mail_ad a {
	color: #333;
	text-decoration: underline;
}

.mail_cont {
	border-radius: 2px;
	margin: 10px 10px !important;
	padding: 20px 0px !important;
	margin: 10px 10px !important;
}

.mail_cont span {
	color: #fff;
	padding: 12px 30px;
	display: block;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

.mail_cont a img {
	display: inline-block;
	padding-right: 10px;
	position: relative;
	top: 5px;
}


/*コンテンツ・基本レイアウト*/
#wrap {
	margin: 0px auto;
	padding: 0px 0 0px 0;
	z-index: 3;
}

#page #wrap {
    margin: 0px auto;
    padding: 0;
    z-index: 3;
    border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

.cont {
	margin: 0px auto 0px;
	width: 100%;
	padding: 0px;
	z-index: 1;
	max-width: 1280px;
	box-sizing: border-box;
	/*background: #fefefe;*/
	border-radius: 4px;
}

#page .cont {

}

#page .smilecont {
    display: flex;
    max-width: none;
}

#footer .cont{
	padding-top:4%;
	max-width: 1280px;
}

.cont p {
	margin: 18px 0 10px;
    padding: 0 15px 0 15px;
    text-align: justify;
}

#main_con {
	max-width: 100%;
	width: 880px;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
}

/*共通ボックスCSS*/

.cont_box {
	width: 100%;
	text-align: center;
	margin: 10px auto 15px;
	display: flex;
}


.three_box,
.four_box,
.five_box,
.six_box,
.seven_box {
	padding: 3px;
	box-sizing: border-box;
}


.seven_box {
	width: 66%;
	max-width: 100%;
	margin: 10px auto 10px;
	display: inline-block;
	vertical-align: top;
}


.six_box {
	width: 58%;
	max-width: 100%;
	margin: 10px auto 10px;
	display: inline-block;
	vertical-align: top;
}

.four_box {
	width: 39%;
	max-width: 100%;
	margin: 10px auto 10px;
	display: inline-block;
	vertical-align: top;
	text-align: justify;
}


.five_box {
	width: 48%;
	max-width: 100%;
	margin: 10px 5px 10px;
	display: inline-block;
	vertical-align: top;
}

.two_box {
	width: 23%;
	max-width: 100%;
	margin: 10px auto 10px;
	display: inline-block;
	vertical-align: top;
	padding: 2px 5px;
	font-size: 80%;

	border-radius: 4px;

}

#pickup_contents .two_box {
	margin: 3px 0px !important;
}

.three_box {
	width: 30%;
	max-width: 100%;
	margin: 1%;
	display: inline-block;
	vertical-align: top;
}

.three_box img {
	vertical-align: top;
	width: auto;
}

/*単独ページの共通設定*/


#page #main p {
	font-size: 100%;
}

#page #main .postnav {
	border-top: solid 2px #111;
	padding-top: 24px;
	text-align: center;
}

#page #main .bukken_page h2,
#page #main .related_page h2 {
	margin: 20px 0 0px;
	color: #fff;
	font-size: 130%;
	padding: 15px 0px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

#page #main .keyword_list {
	letter-spacing: -.4em;
	text-align: left !important;
	padding-top: 10px;
	padding-bottom: 30px;
}

#page #main .keyword_list li {
	letter-spacing: normal;
	display: inline-block;
	margin-right: 20px;
	color: #aaaaaa;
}


#page #main h3 span {
	display: inline-block;
	font-size: 80%;
	text-align: left;
	background: #fff;
	padding: 0px 5px 0 5px;
}


.page_title {
	margin: 10px 0px 40px !important;
	padding: 0px 0px 0px 10px !important;
	text-align: left;
	    font-weight: 600;
	font-size: 1.6rem;
	border-left: solid 4px #C82161;
}

#home h4 {
	margin: 25px 0 15px;
}

#page #main h4 {

	padding: 4px 5px;
	margin: 20px 0;
	display: block;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0;
}


.page {
	margin: 0px auto 0px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*サイドバー */
#sidebar {
	width: 26%;
	vertical-align: top;
	display: inline-block;
	padding: 2%;

	    border-left: 1px solid #333;
	box-sizing: border-box;
}

#sidebar h2 {
	color: #C82161;
	padding: 0px 10px;
	margin: 0;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}

#sidebar .sideinfo {
	margin: 15px auto 5px;
	letter-spacing: 1px;
	text-align: left;
}

#sidebar .sidemenu ul {
	margin: 10px auto 20px;
}

#sidebar .sidemenu ul li {
	margin: 2px auto;
	padding: 12px 0;
	font-size: 100%;
	border-bottom: #0EACB8 solid 1px;
}

#sidebar .sidemenu ul li a {
	color: #0EACB8;
	padding: 15px 0 15px 25px;
	position: relative;
}

.postnav a {
    color: #fff;
    padding: 0 10%;
    background: #000;
    border-radius: 50px;
}

#sidebar #list li {
	font-size: 85%;
}

#sidebar #list li .footer {
	border: 1px solid #ccc;
	padding: 1px 14px;
	display: inline-block;
}

#sidebar .side_contact {
	background: #39d4c4;
	border: 3px solid #7aecf5;
	border-radius: 4px;
	padding: 14px 10px;
	margin: 10px 0;
	box-sizing: border-box;
	color: #fff;
	display: block;
	text-align: center;
}

#sidebar #list li .rightCon {
	padding-top: 10px;
}

#sidebar .cat {
	/*display: block;
	text-align: left;*/
}

#sidebar .date {
	color: #888 !important;
	background: none !important;
}

#sidebar #list ul li .cat-name {
	display: inline-block;
	background: #111;
}

/*フッター*/
#home #footer {
	min-width: 100%;
	position: relative;
	bottom: 0px;
	padding: 100px 0 60px;
}
#footer {
    background: url(img/footer_bg.webp);
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: center top;
}
#home #footer .cont {
	clear: both;
	margin: 0px auto;
	text-align: center;
	width: 94%;
	max-width: 1080px;
	line-height: 160%;
	padding: 38px 0px;
	background:none;
}

#footer.pickup_detail {
	border-top: 2px solid #000;
}

#footer.pickup_detail ul.other_links {
	display: flex;
	justify-content: right;
	padding-top: 10px;
	padding-right: 30px;
}

#footer.pickup_detail ul.other_links li {
	padding-right: 50px;
}

#footer.pickup_detail ul.other_links li a {
	font-size: 14px;
	color: #333;
}


#footer.pickup_detail .footer_menu {
	padding-top: 80px;
	padding-bottom: 40px;
	display: flex;
	border-bottom: 2px solid #000;
	justify-content: center;

}

#footer.pickup_detail .footer_menu .l_menu {
	width: 50%;
	max-width: 600px;
}

#footer.pickup_detail .footer_menu .logo_box {
	display: flex;
	align-items: center;
	justify-content: center;
}

#footer.pickup_detail .footer_menu .logo_box .copy {
	padding-left: 20px;
	font-weight: 600;
}

#footer.pickup_detail .footer_menu .r_menu {
	width: 50%;
	max-width: 700px;
}

#footer.pickup_detail .footer_menu .r_menu ul {
	display: flex;
	flex-wrap: wrap;
}

#footer.pickup_detail .footer_menu .r_menu li {
	width: 160px;
	font-weight: 600;
	padding-bottom: 30px;
}

#footer.pickup_detail .footer_menu .r_menu li p.en {
	font-size: 1.2em;
}

#footer.pickup_detail .footer_menu .r_menu li p.ja {
	font-size: .8em;
}

#footer.pickup_detail .footer_menu .r_menu li a {
	text-align: left;
	color: #000;
}

#footer.pickup_detail .footer_menu .r_menu ul.footsns li {
	width: inherit !important;
	font-weight: 600;
	padding-bottom: 30px;
	padding-right: 20px;
}






.footmenu {
	margin: 5px auto 5px;
	font-size: 90%;
	text-align: left;
}

.footmenu ul {
	vertical-align: top;
	padding: 10px 20px;
	text-align: left;
	margin: 0 5px;
}

.footmenu ul li {
	margin: 5px 0;
	padding: 3px 24px 3px 0px;
	display: inline-block;
	min-width: 134px;
}

.footmenu ul li a {
    color: #000000;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    line-height: 100%;
}

.footmenu ul li a span {
    font-size: 0.8rem;
    color: #e51f73;
    font-weight: 600;
}

.footmenu .footmenu_list ul {
	border-top: solid 1px #333;
}

.footmenu .footmenu_list ul li {
	min-width: 258px;
}

.footmenu .footsns li {
	min-width: 10px;
	padding: 8px;
}

.footlogo {
	max-width: 100%;
	padding-top: 0px;
	margin-top: 50px;
	display: block;
	text-align: center;
}

.footlogo img {
	max-width: 60%;
	display: block;
	margin: 10px auto 30px;
}

.ft_bottom {
	text-align: left;
	font-size: 0.8rem;
	color: #000;
	padding: 78px 2%;
	    font-weight: normal;
    font-family: "Caprasimo", 'Noto Sans JP', sans-serif;
}

.footer_info {
	text-align: left;
}

.footer_info img {
	max-width: 80%;
}

.footer_info hr {
	width: 49%;
	margin: 0 auto;
	border: solid 1px #333;
}

.footer_info p {
	padding-left: 10px;
	text-align: center;
}

.footer_info h2 {
	text-align: center;
	    font-family: "Caprasimo", 'Noto Sans JP', sans-serif;
	
}

.footer_info .tel {
	padding-left: 12px;
}

/*固定ページメインタイトル*/

#pageheader {
    width: 100%;
    padding: 60px 0;
    margin: 0 auto;
    background-size: cover;
    position: relative;
    border-top: 1px solid #333;
}

.pageheader_cont {

	max-width: 90%;
	margin: 0 auto;
	height: auto;
	padding:0 2.5%
	z-index: 10;
	position: relative;
}

.pageheader_cont h2 {
	color: #333 !important;
	font-size: 160% !important;
	margin: 10px auto;
	padding: 0px 0px 0px 20px;
	border: none;
	letter-spacing: 3px;
	font-weight: bold;
}




/*メインコンテンツ*/
#main {
	max-width: 100%;
	width: 780px;
	font-size: 100%;
	z-index: 1;
	padding: 5px;
	vertical-align: top;
	display: inline-block;
}

#page #main {
	max-width: 98%;
	width: 71%;
	padding: 14px 24px;
	display: inline-block;
	box-sizing: border-box;
	/*background: #fff;*/
	margin: 0 auto;
}

#page #main2 {
	width: 71%;
	font-size: 100%;
	z-index: 1;
	padding: 14px 24px;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 auto;
	border-radius: 4px;
}

.post {
	padding: 0px 0 20px 0px;
	z-index: 1;
}

#page #main2 .post .magazine_title {
	text-align: center;
	color: #1e97a3;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 0.8;
	padding-top: 29px;
	padding-bottom: 12px;
}

#page #main2 .post .magazine_title span {
    font-weight: normal;
    color: #333;
    font-size: 1rem;
    padding: 11px 10px;
}

.picup_inner .magazine_title {

	color: #1e97a3;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 0.8;
	padding-top: 29px;
	padding-bottom: 12px;
}

.picup_inner .magazine_title span {
	font-weight: bold;
	color: #333;
	font-size: 1rem;
}

/*カテゴリー一覧設定*/

/*トピックス専用*/
.topics_h3 {
    background: none;
    font-weight: 600;
    font-size: 1rem;
}

.cate_block {
	width: 48%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin: 20px auto 36px;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

.cate_block h3 a {
    color: #333;
    border: none;
}

.cate_block .date {
    font-family: "Caprasimo", 'Noto Sans JP', sans-serif;
    font-weight: 400 !important;
    color: #333;
    text-align: justify;
    font-size: 1rem;
    text-align: right;
    display: block;
    padding: 5px 0;
}

.cate_block a{
	display:block;
	border-radius:6px;
	border:1px solid #333;
	overflow:hidden;
	box-sizing:border-box;
}

.cate_block .meta-block {
	padding: 10px 0px;
}

.cate_right {
    display: block;
    box-sizing: border-box;
    text-align: left;
    padding: 6px 0;
}

.cate_right .summary {
	color: #888;
}

.morelink a {
	background: #2968BE;
	border-radius: 5px;
	padding: 2px 8px;
	color: #fff;
	display: inline-block;
}


/*各固定ページ設定*/

.page_content {
	font-size: 98%;
}

.page_content h2 {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding: 5px 0px 10px
}

.page_content h3 {
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	margin: 15px 0px 5px;
}

#page .link_box {
	border: 2px solid #1e97a3;
	padding: 12px 10px;
	display: inline-block;
	border-radius: 50px;
	color: #1e97a3;
	font-weight: bold;
	font-size: 110%;
}

.space {
	border: none;
	display: block;
	height: 20px;
	margin: 10px auto;
}

.concept {
	text-align: left;
}

/*利用規約*/

.terms {
	text-align: left;
}

.terms .gray {
	background: #eee;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 1%;
	text-align: left;
	margin-bottom: 30px;
}

.terms .gray p {
	margin: 5px 0px;
}



/*個人情報保護方針*/
.privacy {
	text-align: left;
}

.privacy ul {
	text-align: left;
	margin: 20px 0px;
}

.num_list {
	padding-left: 2em;
	text-indent: -2em;
}



/*物件情報ページ*/

.entrytext {
	max-width: 820px;
	margin: auto;
}

.housemaker_title {
	text-align: center;
	max-width: 800px;
	margin: auto;
	margin-bottom: 55px;
}

.housemaker_title img {
	max-height: 60px;

}

.bukken_cat {
	text-align: center;
	display: block;
}

.bukken_cat li {
	padding: 5px 5px 5px 15px;
	font-weight: bold;
	font-size: 110%;
	display: inline-block;
}

.bukken_cat .pin {
	background: url(img/pin.png) no-repeat left;
	background-size: 12px;
}

.bukken_cat .tag {
	background: url(img/tag.png) no-repeat left;
	background-size: 12px;
}

.rec_point {
	/* background: #fbf9d3; */
	border-radius: 15px;
	padding: 1% 4% 2% 4%;
	margin: auto;
	box-sizing: border-box;
	max-width: 800px;
	margin: 20px auto;
}

.rec_point h3 {
	background: url(img/point_43.svg) no-repeat left;
	padding: 5px 5px 5px 40px;
	background-size: 33px auto;
	font-weight: bold;
	font-size: 110%;
}

#page #main .rec_point p {
	font-size: 90%;
	font-weight: bold;
	margin: 10px auto 0;
	padding: 0;
}

.rec_point ul {
	font-size: 90%;
}

.rec_point ul li {
	font-weight: bold;
	display: block;
	margin: 8px auto;
	padding-left: 1em;
	text-indent: -1em;
}

.rec_point_other {
	display: block;
	margin: 20px auto;
	max-width: 800px;
	padding: 1%;
	box-sizing: border-box;
}

#page #main .rec_point_other h4{
	text-align:left;
}
.rec_point_other{
	text-align:left;
}
.rec_point_other a{
    background: hotpink;
    color: #fff;
    padding: 3px;
    font-weight: bold;	
}

#page #main .rec_point_other p {
	font-size: 95%;
	text-align: left;
}

.bukken_info {
	width: 100%;
	max-width: 700px;
	margin: 15px auto;
	font-size: 90%;
}

.bukken_info th,
.bukken_info td {
	padding: 5px;
	border: 1px solid #dddddd;
	text-align: left;
}

.bukken_info th {
	background: #eeeeee;
}

.bukken_info td {
	background: #ffffff;
}

.bukken_info td a {
	color: #199eac;
}



.bukken_detail,
.event_detail {
	width: 100%;
	max-width: 800px;
	margin: 15px auto;
	font-size: 90%;
}

.bukken_detail th,
.bukken_detail td,
.event_detail th,
.event_detail td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
}

.bukken_detail th,
.event_detail th {
	background: #e2f1e7;
	width: 20%;
}

.bukken_detail td,
.event_detail td {
	background: #fbfcf3;
}

.madori {
	max-width: 800px;
	margin: 20px auto;
	display: block;
	width: 100%;
	text-align: center;
}

#page #main h2.en_title {
	font-size: 180%;
	/* color: #199eac; */
}

.presented_section .en_title:after {
	border-top: 2px solid #E164A4;
	;
	display: block;
	width: 100px;
	margin: 0px auto 0px;
	content: "";
}

.event_contact .en_title:after {
	border-top: 2px solid #E164A4 !important;
	display: block;
	width: 100px;
	margin: 20px auto 0px;
	content: "";
}

#page #main .related_title {
	font-size: 180%;
	color: #3a99d5;
}

.presented_section .related_title:after {
	border-top: 2px solid #3a99d5;
	display: block;
	width: 100px;
	margin: 20px auto 0px;
	content: "";
}

.event_contact .related_title:after {
	border-top: 2px solid #3a99d5 !important;
	display: block;
	width: 100px;
	margin: 20px auto 0px;
	content: "";
}


.presented_section {
	text-align: center;
	margin: 40px auto;
	display: block;
}

.presented_section .gmap {
	width: 100%;
	max-width: 800px;
	margin: auto;
}


.presented_info {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.presented_info p {
	text-align: center !important;
	font-size: 88% !important;
}

.weblink {
	background-color: #E5E5E4;
	/* border: 1px solid #199eac; */
	border-radius: 12px;
	padding: 15px 40px;
	color: #333;
	display: inline-block;
	margin: 10px;
	font-weight: 600;
}

.presented_contact,
.event_contact {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 30px auto;
	border-radius: 10px;
	padding: 10px 10px 25px;
	box-sizing: border-box;
}

.presented_contact {
	/* background: url(img/foot_bg.png) no-repeat; */
	background-size: cover;
}

.event_contact {
	background: #F9E5EF;
	background-size: cover;
}

.presented_contact .en_title {
	color: #333 !important;
}

.event_contact .en_title {
	color: #E164A4 !important;
}

.presented_contact ul,
.event_contact ul {
	display: block;
	text-align: center;
}

.presented_contact .button,
.event_contact .button {
	text-align: center;

}

.presented_contact .button a {
	display: block;
	background: #040000;
	/* border: 1px solid #199eac; */
	padding: 5%;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}

.event_contact .button a {
	display: block;
	background: #fff;
	border: 1px solid #E164A4;
	padding: 5%;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #E164A4;
}

.contact_area .button a {
	/* display: block; */
	background: #DD2F6C;
	/* border: 1px solid #199eac; */
	padding: 20px 30px 20px 30px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	border-radius: 20px;
}

.contact_area span {
	background-color: #DD2F6C;
	padding: 5px 0 5px 41px;
}

.contact_area .info_tel {
	background: url(img/tel_41.svg) no-repeat left;
	background-size: 30px auto !important;
	background-size: 15%;
}

.presented_contact .button .info_tel2 {
	background: url(img/tel_41.svg) no-repeat left;
	background-size: 30px auto;
	background-size: 15%;
}


.presented_contact .button a span,
.event_contact .button a span {
	padding: 5px 0 5px 41px;
}

.presented_contact .button .info_tel {
	background: url(img/icn_tel_30.svg) no-repeat left;
	background-size: 30px auto;
	background-size: 15%;
}

.presented_contact .button .info_mail {
	background: url(img/icn_eml_37.svg) no-repeat left;
	background-size: 37px auto;
	background-size: 15%;
}

.presented_contact .button .info_data {
	background: url(img/icn_eml_37.svg) no-repeat left;
	background-size: 37px auto;
	background-size: 15%;
}

.event_contact .button .info_tel {
	background: url(img/foot_tel_pink.png) no-repeat left;
	background-size: 15%;
}

.event_contact .button .info_mail {
	background: url(img/foot_contact_pink.png) no-repeat left;
	background-size: 15%;
}

.bukken_ank {
	background: #199eac !important;
	display: block;
	margin: 20px auto;
	width: 300px;
	text-align: center;
	max-width: 80%;
	padding: 12px 0px;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
}

#topics_data img {
	max-width: 80%;
	width: 600px;
}


/*各物件イベントテーブル*/
.event_content table {
	width: 86%;
}

.event_content tr th,
.event_content tr td {
	text-align: left;
	border-bottom: dotted 1px #199eac;
	padding: 16px;
}

.event_content tr th {
	background: #d2e6cd;
}

.event_contact {
	margin-top: 110px;
}

.event_contact h3 {
	color: #199eac;
	font-size: 1.4rem;
	border-bottom: solid 1px #199eac;
	width: 86%;
}

.red {
	color: #dd3737;
}

.event_link {
	color: #199eac;
	text-decoration: underline;
}



/*お問合せ*/
.contact_table {
	width: 100%;
}

.contact_table td,
.contact_table th {
	padding: 15px 8px;
	font-size: 95%;
}

.contact_table td {
	border: 1px solid #ddd;
	padding: 15px 10px;
}

.contact_table th {
	background: #C9DDE7;
	min-width: 190px;
	text-align: left;
	border: 1px solid #ccc;
	letter-spacing: 0;
}

.link_area {
	background: linear-gradient(to right, #093fb6 0%, #4887cd 100%);
	box-sizing: border-box;
	margin: 50px auto 0px;
	border-radius: 10px;
	text-align: center;
}

.link_area .link_box {
	display: block;
	background: #fff;
	text-align: center;
	margin-bottom: 0;
}


.side_button {
	display: block;
	position: fixed;
	right: 5px;
	top: 15%;
	max-width: 7%;
	z-index: 100;
}

.side_button li.tel {
	margin-bottom: 10px;
}

.sidebutton_calendar {
	display: block;
}

.sidebutton_contact {
	display: block;
}

.topics_table {
	max-width: 98%;
	width: 800px;
	margin: 20px auto 30px;
	display: block;
	border: 1px solid #199eac;
	border-radius: 10px;
}

.topics_table tbody {
	max-width: 100%;
	display: block;
}

.topics_table tbody tr {
	width: 100%;
	display: block;
}

.topics_table td h3 {
	color: #d02986;
	font-weight: bold;
}

.topics_table td,
.topics_table th {
	padding: 18px 8px;
	font-size: 95%;
}

.topics_table td {
	background: #fff;
	box-sizing: border-box;
	width: 100%;
	border-radius: 0px 10px 10px 0px;
}

.topics_table th {
	min-width: 100px;
	/* background: url(img/topics_th.jpg); */
	background-color: #DC4894;
	background-size: cover;
	border-radius: 10px 0px 0px 10px;
}

.topics_table h2 {
	color: #fff !important;
	letter-spacing: 2px !important;
	font-size: 230% !important;
	font-family: 'Oswald', sans-serif;
	margin: 0px !important;
	padding: 0 !important;
	text-align: left !important;
}

.topics_table .eitto {
	width: 54px;
	margin-top: 40px;
}

.more-link,
.more-link:hover {
	color: #111111;
}

.gallery {
	clear: both;
}

.gallery img {
	border: none !important;
	padding: 5px;
	box-sizing: border-box;
}


/*　ロールアップ　*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 100;
}

#page-top a {
	background: url(img/up.png) no-repeat;
	;
	text-decoration: none;
	color: #fff;
	width: 45px;
	height: 45px;
	text-indent: -99999px;
	display: block;
}

#page-top a:hover {
	width: 45x;
	margin-bottom: 0px;
	height: 45px;
}


/*　スマイルアイコン非表示　*/
img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}


/*タブ*/

.cp_tab *,
.cp_tab *:before,
.cp_tab *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_tab {
	margin: 1em auto;
}

.cp_tab>input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	appearance: none;
	display: none;
}

.cp_tab .cp_tabpanel {
	display: none;
	width: 100%;
	opacity: 0;
	padding: 0.5em 1em;
	transform: translateY(-10px);
	-webkit-transition: opacity 0.5s, -webkit-transform 1.5s;
	transition: opacity 1.5s, -webkit-transform 1.5s;
	transition: transform 1.5s, opacity 1.5s;
	transition: transform 1.5s, opacity 1.5s, -webkit-transform 1.5s;
}

.cp_tab>input:first-child:checked~.cp_tabpanels>.cp_tabpanel:first-child,
.cp_tab>input:nth-child(3):checked~.cp_tabpanels>.cp_tabpanel:nth-child(2),
.cp_tab>input:nth-child(5):checked~.cp_tabpanels>.cp_tabpanel:nth-child(3),
.cp_tab>input:nth-child(7):checked~.cp_tabpanels>.cp_tabpanel:nth-child(4),
.cp_tab>input:nth-child(9):checked~.cp_tabpanels>.cp_tabpanel:nth-child(5),
.cp_tab>input:nth-child(11):checked~.cp_tabpanels>.cp_tabpanel:nth-child(6) {
	display: block;
	opacity: 1;
	color: #333;
	box-sizing: border-box;
	padding: 4%;
}

.cp_tab>label {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
	background: rgb(200, 200, 200, 0.87);
	color: #fff;
}

.cp_tab>input:checked+label {
	margin-bottom: 6px;
	font-weight: bold;
	background: rgb(255, 255, 255, 0.9);
	color: #333;
}

.cp_tab .cp_tabpanel {
	padding: 20px 0px;
	border-top: 1px solid #cccccc;
}

/*ドロップダウンメニューCSS*/
.dropmenu {
	zoom: 1;
	list-style-type: none;
	padding: 0;
}

.dropmenu:before,
.dropmenu:after {
	content: "";
	display: table;
}

.dropmenu:after {
	clear: both;
}

.dropmenu li {
	position: relative;

}

.dropmenu li a {
	display: block;
}

.dropmenu li ul {
	list-style: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	width: 240px !important;
	border-radius: 5px;
}

.dropmenu li ul li {
	margin: 0px !important;
	background: #fff !important;
	width: 240px !important;
	line-height: 150%;
	opacity: 0.8;
}

.dropmenu li ul li a {
	padding: 10px 5px !important;
	border-top: 1px solid #cccccc;
	text-align: center;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: normal;
	color: #513F2D;
	width: 230px !important;
}

.dropmenu li:hover>a {
	background: #dddddd;
	color: #ffffff;
}

.dropmenu li a:hover {
	color: #ffffff;
	background: none;
}

.dropmenu li ul li a:hover {
	background: #eeeeee;
	color: #ffffff !important;
}


/*フェードイン*/
.fade-in2 li ul {
	opacity: 0;
	top: 50%;
	visibility: hidden;
	transition: .5s;
	width: 100%;
}

.fade-in2 li:hover ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.fade-in2 li ul li a:hover {
	opacity: 1 !important;
}


/*パンくずリスト*/
.breadcrumbs {
	font-size: 80%;
	margin-left: 5px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 2.3;
}

.breadcrumbs span {
	padding: 0 4px;
}

.breadcrumbs a {
	color: #fff;
	background: #C82161;
	padding: 2px 3px;
}

/*レスポンシブ基本CSS*/

.pcheader {
	display: block;
}


.pc {
	display: block;
}

.mobile {
	display: none !important;
}


#sns {
	padding: 50px 0px 0px;
}


@media screen and (max-width: 1460px) {
	.no1 {
		max-width: 50%;
	}

	.no1 span {
		font-size: 170%;
		letter-spacing: 0;
	}

	.picup_content h3 {
		display: table-cell !important;
		vertical-align: middle;
		height: 40px;
		line-height: 130%;
	}

}


@media screen and (max-width: 1024px) {
	#header h1 {
		height: 50px;
		width: 250px;

	}

	#header h1 a {
		height: 50px;
		width: 250px;
	}

	.magazine .swiper-slide .post__thumb--img a {
		/*height: 180px;*/
		overflow: hidden;
	}

	.cont {
		max-width: 96%;
		display: block;
		margin: auto;
		        flex-direction: column;
	}

	.campaign_chance {
		padding: 30px 20px 20px 20px;
	}

	.chance_title {
		top: -26px;
	}

	#page #main .campaign_week p {
		font-size: 140%;
	}

	#page #main .cam_vol3 .step_text p {
		padding: 0;
	}


	/*----- 202307 new KV ------*/
	.newKV-wrapper {
		padding: 140px 2rem 3rem;
	}

	.newKV-event {
		top: 88%;
		transform: translateY(-76%);
	}

	.newKV-event .thumbnail {
		border-radius: 20px;
	}

	.swiper-container.eventSwiper {
		width: 88%;
	}

	.newKV-event .text-block {
		font-size: 18px;
		width: 90%;
		padding: 10px;
		margin-top: 8px;
	}

	.newKV-event_eitto {
		right: 0px;
		width: 14%;
		min-width: 94px;
	}

	.eventKV-slider .swiper-button-prev,
	.eventKV-slider .swiper-button-next {
		height: 36px;
		width: 36px;
	}

	.eventKV-slider .swiper-button-next {
		right: -38px;
	}

	.eventKV-slider .swiper-button-prev {
		left: -38px;
	}


}


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

	img {
		image-rendering: auto;
	}

	.mobileheader {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}

	.section {
		width: 98%;
	}

	#loader {
		left: 50%;
	}

	#top-kvContainer .top-kv {
		width: 160%;
		height: 80vh;
		padding-bottom: 58%;

		background-size: cover;
		background-position: center;
		margin-left: -30%;
	}

	.title_left .text-block {
		padding: 5px;
		font-size: 0.8rem;
	}

	.newpickup {
		flex-direction: column;
	}

	.newpickup .newpickup_left {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex-flow: column-reverse;
        text-align: center;
		margin: 0 auto;
	}
	
	.newpickup_right{
		margin: 0 auto;
	}
	
.entry-icon-new {
    position: absolute;
    background: #FBFB00;
    font-weight: bold;
    border-radius: 50%;
    padding: 10px 6px;
    font-size: 9px;
    z-index: 10;
}	
	

	.eitto_event {
		width: 60%;
	}


	.two_box,
	.three_box,
	.four_box,
	.five_box,
	.seven_box,
	.six_box {
		max-width: 100%;
		width: 100%;
		margin: 0px;
		box-sizing: border-box;
	}

	#home #header {
		box-sizing: border-box;
	}

	#header h1 a {
		height: 40px;
		width: 200px;
	}

	#headercont {
		width: 92%;
		height: 48px;
	}

	#page #wrap {

	}
	
	

	#top_mainmenu ul {
		display: none;
	}


	.mobileheader {
		display: block !important;
		width: 100%;
	}

	#pageheader {
		padding: 50px 0px 50px;
	}

	#list {
		max-width: 97%;
		margin: auto;
		margin-bottom: 28px;
	}

	#page #main2 {
		width: 100%;
		display: block;
	}

	#page #main p {
		font-size: 88%;
	}


	.button_menu {
		display: none;
	}


	.contactus .cont {
		width: 94%;
	}

	.mail_cont {
		margin: 10px 10px 20px !important;
		max-width: 80% !important;
	}

	.footer_info,
	.footer_info p {
		text-align: center;
	}
	.footer_info{
		padding-bottom:5%;
	}
.footmenu ul li a {
    font-size: 1rem;
}


	#main {
		box-sizing: border-box;
	}

	#page #main {
		padding: 14px 12px;
		width: 100%;
	}

	#home .cont {
		box-sizing: border-box;
	}

	.cate_block {
		width: 49%;
	}

	.cate_left {
		padding: 0;
	}


	#sidebar {
border: none;
        width: 100%;
        padding: 3% 6%;
	}

	#sidebar #list ul li {
		
	}

	#sidebar .cat {
		text-align: left;
	}

	.footmenu {
		text-align: center;
	}

	.footmenu ul {
		padding: 10px 0px;
		font-size: 90%;
		text-align: left;
	}

	.footmenu ul li {
		min-width: 130px;
	}

	#footer .cont {
		width: 97%;
		padding: 38px 14px;
	}

	.footsns {
		text-align: center;
		padding: 0;
	}

	#list ul {
		font-size: 100%;
		line-height: 160%;
		letter-spacing: 0px;
	}

	#list ul li {
		margin-bottom: 5px;
	}

	.sub_area {
		text-align: left;
	}

	.sub_area .five_box {
		width: 46%;
		margin: 1% !important;
	}

	.contact_table td,
	.contact_table th,
	.service td,
	.service th {
		display: block;
	}

	.magazine_other p {
		width: 90%;
		font-size: 1rem;
	}

	.magazine_des h2 img {
		width: 46%;
	}

	.movie_area {
		margin-top: 20%;
	}

	.movie_area .link_box {
		width: 82%;
	}

	.movie_area h2 img {
		width: 70%;
		text-align: center;
		margin: 0 auto;
		display: block;
	}

	.magazine {
        margin-top: 6%;
        overflow: hidden;
		width: 100%;
	}

	.houmaga_area .magazine_box {
		display: flex;
		flex-direction: column;
	}

	.first_box {
		width: 96%;
		margin: auto;
	}

	.first_box .newpickup_box .thumb a {
		height: 230px;
	}

	.second_box {
        width: 96%;
        display: flex;
        flex-wrap: wrap;
		margin: 0 auto;
	}

	.second_box .newpickup_box .thumb a {
		/*height: 120px;*/
		overflow: hidden;
	}

	.second_box .newpickup_box {
		width: 50%;
		box-sizing:border-box;
		padding: 1%;
		margin: 0%;
	}

	.second_box .text-block {
		padding: 4px 0px;
		font-size: 80%;
	}

	.bn_list li {
		width: 86%;
		display: block;
		vertical-align: top;
		margin: auto;
	}

	.swiper-slide .post__thumb--img {
		margin: 0px;
	}

	.magazin_content .mobile {
		margin-top: 43px;
	}

	.magazine .swiper-slide .post__thumb--img a {
		/*height: 238px;*/
	}

	.weekly,
	.picup,
	.housemaker,
	.movie_area {
		padding: 40px 0px;
	}

	#pickupcontent .white_cont {
		background: none;
	}

	.picup {
		margin-top: 20%;
	}


	.pickup_thumb {
		display: block;
		width: 100%;
		height: 150px;
	}

	.housemaker h2 {
		margin: auto;
	}

	.housemaker_list .housemaker_list_inner {
		width: 100%;
		display: block;
		border-radius: 12px;
	}

	.housemaker_list .housemaker_list_inner ul li {
		display: inline-block;
		width: 32%;
		padding: 4px 0px;
	}

	.title_subtext {
		text-align: center;
		padding: 5px 0 12px;
		font-size: 0.8rem;
		letter-spacing: 0px;
	}

	.picup_content .two_box {
        width: 49%;
        padding: 2px 3px;
        /* display: inline-block; */
        box-sizing: border-box;
	}

	.bukken_detail th,
	.bukken_detail td,
	.event_detail th,
	.event_detail td,
	.bukken_info th,
	.bukken_info td {
		padding: 10px;
		display: block;
		width: 100%;
	}

	.bukken_cat li {
		padding: 5px 2px 5px 13px;
		font-weight: bold;
		font-size: 100%;
		display: inline-block;
	}


	.list_company_logo img {
		max-width: 59%;
	}

	.housemaker .housemaker_img {
		text-align: center;
	}

	.housemaker_list {
		text-align: center;
	}

	.housemaker_list .housemaker_list_inner a {
		margin-bottom: 0px;
		max-height: initial;
		display: block;
		box-sizing: border-box;
	}

	#reservation_calendar .calendar_head h3 {
		font-size: 18px !important;
	}


	#reservation_calendar table th {
		font-size: 15px !important;
		padding: 5px !important;
	}

	#reservation_calendar table td .day_box {
		height: 30px !important;
	}

	#reservation_calendar table td .status {
		height: 40px !important;
	}

	#reservation_calendar table td {
		font-size: 14px !important;
	}

	#reservation_calendar table td .status img {
		max-height: 25px !important;
	}

	#reservation_calendar table td {
		height: auto !important;
	}

	#relatedcompany .five_box {
		padding: 1% 2% 14%;
		display: inline-block;
	}

	.presented_info p {
		text-align: left !important;
	}

	.slide_topics_inner {
		position: absolute;
		right: auto;
		left: 39px;
		top: -170px;
		height: 150px;
		width: 80%;
		background: #fefefe;
	}

	.topics_table td,
	.topics_table th {
		display: block;
	}

	.topics_table td {
		border-radius: 0px 0px 10px 10px;
	}

	.topics_table th {
		min-width: 100px;
		/* background: url(img/topics_th2.jpg); */
		background-color: #DC4894;
		background-size: cover;
		border-radius: 10px 10px 0px 0px;
	}

	.event_content tr th,
	.event_content tr td {
		display: block;
	}

	.event_content table {
		width: 100%;
	}

	#page #main .rec_point_other p {
		font-size: 88%;
	}

	.column_page {
		margin-top: 28px;
	}

	#page #main .column_page p {
		padding: 0 0 1rem 0;
	}

	.column_page .profile {
		padding-top: 20px;
	}

	.column_page .profile .profile_inner {
		width: 83%;
		padding: 6%;
	}

	.page_title {
		font-size: 1.2em;
	}

	#page #main .profile_inner .shop_name {
		font-size: 94%;
	}

	.step_cont_inner {
		width: 82%;
	}

	.step2 img {
		width: 15%;
	}

	.cam_vol2 .step2 img {
		width: auto;
	}

	.cam_vol2 .step_cont .step_img,
	.cam_vol2 .step1 .step_text img {
		width: 48%;
	}

	.campaign_link_box {
		font-size: 134%;
		width: 83%;
	}

	.cam_vol3 .step_cont {
		padding: 40px 16px;
	}

	.cam_vol3 .step_cont .step_text .step_img {
		width: 20%;
		padding-bottom: 14px;
	}

	#page #main .cam_vol2 .step2 .visit_step p {
		font-size: 100%;
	}

	.under_line ul li {
		font-size: 90%;
	}

	.step_text .visit_step {
		position: relative;
		margin-top: 28px;
		margin: 32px auto 0;
		width: 79%;
		padding-left: 8px;
	}

	#page #main .visit_step h4 {
		left: -3px;
	}

	.visit_step_inner {
		padding: 46px 16px 28px;
	}

	.campaign_wanted {
		padding: 30px 18px 26px;
		font-size: 90%;
	}

	#page #main .campaign_wanted h4 {
		top: -23px;
		left: 20px;
	}

	.covid_wanted {
		padding: 60px 18px 26px;
	}

	#page #main .covid_wanted h4 {
		font-size: 120%;
	}

	#page #main .step1 p {
		width: 77%;
	}

	.step1 .step_text img,
	.step3 .step_text img {
		width: 16%;
	}

	.visit_step_inner_text2 .inner_text_big:before {
		left: 39%;
		top: -1px;
	}

	#page #main .visit_step_inner_text .inner_text_big:before {
		left: 39%;
		top: -28px;
	}

	.inner_text_id:before {
		top: 21px;
		left: 40%;
	}

	#page #main .visit_step_inner_text .inner_text_big,
	#page #main .visit_step_inner_text2 .inner_text_big,
	#page #main .inner_text_id {
		font-size: 1rem;
		padding: 63px 0 16px 0px;
	}

	.campaign img {
		max-width: 100%;
	}

	.campaign .campaign_topimg img {
		width: 96%;
		max-width: 100%;
	}

	.cam_vol2 .campaign_cont .campaign_h3 {
		font-size: 120%;
		width: 100%;
		padding: 10px 0;
	}

	#page #main .cam_vol2 .step_text p,
	.cam_vol2 .step_cont_inner {
		display: block;
		width: 90%;
		margin: 0 auto;
		font-size: 100%;
	}

	.cam_vol2 .visit_step {
		width: 100%;
		margin: 54px auto 0;
	}

	.step_cont .step_text .cam_link_box2 {
		width: 63%;
		font-size: 130%;
	}

	.visit_step_inner_text,
	.visit_step_inner_text2 {
		padding: 58px 13px 20px;
	}

	#page #main .get .step_text p {
		width: 78%;
	}

	#page #main .cam_vol2 .get .step_text p {
		width: 100%;
	}

	#page #main .cam_vol2 .get .step_text img {
		width: auto;
	}

	.house_gallery h2 img {
		width: 96%;
	}

	.house_gallery .gallery_cont ul li {
		width: 32%;
	}

	.house_gallery .gallery_cont {
		margin: 14px auto 0;
	}

	.cp_box .cp_container {
		height: 740px;
	}

	.house_gallery p {
		font-size: 0.9rem;
	}

	.house_gallery .new {
		top: 5px;
		left: 6px;
		padding: 12px 6px;
		font-size: 9px;
	}

	#page #main .cam_vol2 .step2 p {
		font-size: 100%;
		width: 100%;
	}

	.housemaker_title img {
		max-height: 50px;
	}

	.banner_area h2 {
		font-size: 1.3rem;
	}

	/*----- 202307 new KV ------*/
	.newKV-event {
		right: 0;
	}

	.newKV-wrapper {
		padding: 88px 0 72px;
	}

	.newKV-event .text-block {
		font-size: 14px;
		padding: 6px 12px;
		bottom: 14px;
	}

	.newKV-event_eitto {
		min-width: 66px;
		bottom: 17px;
		right: 8px;
	}

	.newKV-event .thumbnail {
		border-radius: 16px;
		border: solid 2px #000;
	}

	.eventKV-slider .swiper-button-prev::after,
	.eventKV-slider .swiper-button-next::after {
		height: 32px;
		width: 32px;
	}

	.eventKV-slider .swiper-button-next {
		right: -22px;
	}

	.eventKV-slider .swiper-button-prev {
		left: -22px;
	}

	.newKV-linkArea {
		width: 90%;
		margin: auto;
		display: flex;
		bottom: 0;
		justify-content: space-between;
		padding-bottom: 48px;
	}

	.newKV-linkArea_image {
		display: block;
		width: 36%;
	}

	.newKV-linkList {
		flex-wrap: wrap;
		width: 58%;
		margin: 0;
		gap: 8px;
	}

	.newKV-mainImage {
		width: 100%;
		padding-bottom: 16px;
	}

	.newKV-event {
		position: relative;
		width: 100%;
		top: auto;
		bottom: 0;
		transform: none;
	}



	/* topics */

	.topics_table th {
		position: relative;
		padding-top: 10px !important;
		padding-bottom: 5px !important;
	}

	.topics_table h2 {
		color: #fff !important;
		letter-spacing: 2px !important;
font-size: 130% !important;
		font-family: 'Oswald', sans-serif;
		margin: 0px !important;
		padding: 0 !important;
		text-align: left !important;
padding: 20px 0 20px 70px !important;
		line-height: 1em;
	}

	.topics_table .eitto {
		position: absolute;
		width: 54px;
		margin: 0;
		left: 10px;
		top: -20px;
	}

	#footer.pickup_detail .footer_menu {
		display: block;
		border-bottom: 2px solid #000;

	}

	#footer.pickup_detail .footer_menu .l_menu {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	#footer.pickup_detail .footer_menu .r_menu {
		padding-top: 60px;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	
	
.newpickup_right .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -6px !important;
}
.newpickup_right .swiper-button-next, .swiper-container-rtl .swiper-button-prev {

    right: -6px !important;
	}
	
	
	
}

@media screen and (max-width: 599px) {
	#wpadminbar {
		position: fixed !important;
	}

	.cate_block {
		width: 100%;
		display: block;
		padding: 0;
	}

	.pickup_thumb {
		display: block;
		width: 100%;
		height: 110px;
	}

	.magazine_des h2 img {
		width: 80%;
	}

	.magazine .swiper-slide .post__thumb--img a {
		/*height: 100px;*/
	}
	.newpickup .swiper-slide .post__thumb--img {
		margin: 0px;
	}
	.swiper-slide .post__thumb--img {
		margin: 0px;
	}

	.statusIcon {
		width: 40px;
		margin-right: 0px;
	}

	#footer.pickup_detail .footer_menu .r_menu {
		width: 84%;
	}
	
    .eitto_event {
        width: 15%;
    }


}

.statusIconArea {
	position: absolute;
	top: 5px;
	left: 5px;
}

.statusIcon {
	width: 48px;
	margin-right: 0px;
	display: inline-block;
}

.imgFit {
	width: 100%;
	height: auto;
}

.swiper-slide .post__thumb--img {
	margin: 0 0 5px;
}

.swiper-slide .post__thumb--img a {
	width: 100%;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#pickupcontent .property_head {
	/* display:flex; */
	justify-content: space-between;
}


#pickupcontent .property_banner {}

#property_banner {
	max-width: 1145px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}

#property_banner img {
	margin-top: 30px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: .3s;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#property_banner img:hover {
	opacity: .7;
}



#home .houmaga{

}

#home .houmaga h2{
	margin: 20px 0 35px;
    display: block;
}

#home .houmaga h3 {
    font-weight: bold;
}

#home .writer {
    text-align: right;
    margin: 6px 0;
}

#home .writer article{
display: flex;
    justify-content: end;
    text-align: left;
}

#home .writer figure {
    max-width:70px;
}

#home  .second_box .writer figure {
    max-width:50px;
}

#home .writer figure img{
	border-radius:150px;
}


#home .writer p{
    margin: 0;
    font-size: 80%;
    line-height: 130%;
    padding: 15px 8px;
}


#home .second_box .writer p{
    margin: 0;
    font-size: 80%;
    line-height: 130%;
    padding: 10px;
}


/* メーカー一覧 */

.event_list
{
	display:flex;
	flex-wrap: wrap;
}

.event_list .slide_item
{
	width:280px;
	margin-left:16px;
	margin-right:16px;
	padding-bottom:40px;
}

.event_list .slide_item .post__thumb--img a
{
	height:170px;
	overflow: hidden;
}

.event_list .slide_item .cat{
	text-align: justify;
    font-size: 80%;
}

#pickup_detail_list .two_box
{
	padding-bottom:30px;
}

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

/******** 2025　追加******/

.title_area .text-block .category {
    font-size: 0.9rem;
    font-weight: 500;
    top: -1rem;
    border: solid 1px;
}

.title_area .tag-list .tag-parts {
    font-size: 0.6rem;
}

.title_slider .thumbnail {
    border-radius: 10px;
    border: solid 1px;
}

.title_area .copy {
        width: 90%;
        font-size: 1rem;
}

.title_area .swiper-slide {

    box-sizing: border-box;
}

.title_area .text-block {
    padding: 7px 20px 5px;
    width: 100%;
}

.title_slider .new-badge {
    top: 0%;
    right: 3%;
    width: 20%;
    height: 25%;
}

.title_area .text-block h3 a {
    display: block;
    line-height: 1.1;
}
	
.title_area .tag-list .tag-parts a {
    font-weight: 600;
    font-size: 0.75rem;
	}	

.tag_area .slide_area {
    padding: 4.5% 0;
}

.maker_area .swiper-slide {
    width: 45%;
}

.tag_area h2::before {
    content: "";
    background: url(img/tag_eitto.webp);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 4rem;
    height: 3.5rem;
    position: relative;
    bottom: -1rem;
}	

#page #main2 .post .magazine_title {
    text-align: center;
    color: #1e97a3;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 0.8;
    padding-top: 29px;
    padding-bottom: 12px;
}
	
#page .smilecont {
    display: flex;
    max-width: none;
    flex-direction: column;
}
	
.side_link {
display: flex;
        position: fixed;
        bottom: 0%;
        left: 50%;
        max-width: 50%;
        z-index: 10;
        top: auto;
        margin-left: -25%;

}	

    .eitto_event {
        width: 15%;
    }
#relatedcompany .five_box .main_thumb {
    border-radius: 10px;
    height: 200px;
}
	
}

#home .swiper-button-prev,#home .swiper-container-rtl .swiper-button-next{
  font-size: 1.5rem;
  color: #000;
}
#home .swiper-button-prev{

    background: url(img/sw_left.svg) no-repeat !important;
	background-size:contain;
    width: 20px;
}
#home .swiper-button-next{

    background: url(img/sw_right.svg) no-repeat !important;
	background-size:contain;
    width: 20px;
}