@charset "UTF-8";
/*SP→PC*/

/*Smartphone only call*/
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/*SP+ALL*/
@media screen and (min-width: 320px) {
  img {
    width: 100%;
  }
  a:hover img {
    opacity: 0.8;
  }

  .textSmall {
    font-size: 10px;
  }
  .right {
    text-align: right;
  }
  .left {
    text-align: left;
  }
  /*CVボタン　センター寄せ*/
  .contact .cv {
    justify-content: center !important;
  }

  /*コンテンツの見出し*/
  h3 {
    border-left: 5px solid #4c5870;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 20px;
  }

  /*mainTitle*/
  .mainTitle {
    margin: 10px 20px 20px;
  }
  .mainTitle h1 {
	font-size: 22px;
    line-height: 1.5;
  }
  .mainTitle h1 span {
    margin-right: 10px;
    padding: 5px;
    font-size: 16px;
    border: 1px solid #707070;
    border-radius: 4px;
    vertical-align: middle;
    display: block;
    width: 40%;
    text-align: center;
  }
  .mainTitle img {
    margin-top: 10px;
  }

  /*point*/
  .point {
    padding: 10%;
    background-image: url("../images/bunjou/itami_nishino/bg.png");
    background-repeat: repeat;
    background-size: 10px;
    background-color: rgba(255, 255, 255, 0.562);
  }
  .point .wrap {
    padding: 10% 6%;
    background: #fff;
    border-radius: 20px;
  }
  .point .wrap h2 {
    width: 20%;
    margin: auto;
  }
  .point .wrap ul {
    margin: 30px auto 0;
  }
  .point .wrap ul li {
    margin-top: 10px;
    padding: 3px 0 5px 26px;
    font-size: 16px;
    background-image: url("../images/bunjou/square-check-regular.svg");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 4px;
    line-height: 1.5;
    vertical-align: middle;
    list-style-position: outside;
  }

  /*contact*/
  .contact {
    margin: 0px auto 0;
    padding: 10% 5%;
    width: 100%;
    background-color: #4c5870;
    text-align: center;
  }
  .contact,
  .contact a {
    color: #fff;
  }
  .contact .tel {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .contact .tel a {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .contact .cv a.cvBtn {
    margin: 10px;
    padding: 15px;
    display: block;
    font-size: 16px;
    line-height: 1.3;
    background: #fff;
    color: #4c5870;
    text-align: center;
  }
  .contact .cv a.cvBtn:hover {
    opacity: 0.8;
    /*background: #4C5870;*/
    /*color: #fff;*/
  }
  .contact .cv a.cvBtn::after {
    content: url(/_assets/images/common/icon-link-blue.svg);
    transform: scale(1.3);
    transform: translate(0px, 1px);
    padding-left: 5px;
    display: inline-block;
  }

  /*btnList*/
  .btnList {
    margin: 40px auto 40px;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btnList li {
    width: 50%;
    border-bottom: 2px solid #f3f3f3;
  }
  .btnList li a {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #000;
    width: 100%;
    padding: 1rem 0;
    opacity: 1;
    /*横から伸びる下線*/
    display: inline-block;
    position: relative;
  }
  .btnList li a::after {
    margin-bottom: -2px;
    background-color: #4c5870;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.1s;
    width: 100%;
  }
  .btnList li a:hover {
    opacity: 1;
    color: #4c5870;
  }
  .btnList li a:hover::after {
    transform: scale(1, 1);
  }

  /*localArea*/

  .localArea {
    margin: 40px 20px;
    font-size: 16px;
  }
  .localArea img {
    width: 100%;
    height: auto;
    margin: auto;
    display: block;
  }
  .localArea iframe {
    width: 100%;
    height: 300px;
  }
  /*ロケーション内の見出し*/
  h4 {
    font-size: 16px;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    font-weight: bold;
    color: #333;
    text-align: left;
    background-image: url("../images/bunjou/itami_nishino/bg.png");
    background-repeat: repeat;
    background-size: 10px;
    background-color: rgba(255, 255, 255, 0.562);
  }
  .locationArea ul {
    margin-bottom: 30px;
  }
  .locationArea ul li {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    /*	border-bottom: 1px solid #ccc;*/
    padding: 0.5em 1em;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .distance {
    width: 60%;
    text-align: right;
  }

  /*mapArea*/
  .mapArea {
    margin: 0px 20px;
    font-size: 16px;
  }
  .mapArea iframe {
    width: 100%;
    height: 300px;
  }

  .text {
    margin-top: 10px;
  }

  /*locationArea*/
  .locationArea {
    margin: 40px 20px;
    font-size: 16px;
  }

  /*kukakuArea*/
  .kukakuArea {
    margin: 40px 20px;
    font-size: 16px;
  }
  .kukakuArea .wrap {
    margin-bottom: 50px;
  }
  .kukakuname {
    font-size: 16px;
    text-align: center;
  }
  .photoArea img {
    width: 80%;
    margin: 10px auto;
    display: block;
  }
  .detailArea {
    margin: 30px 0;
  }
  .detailArea table {
    width: 100%;
    border-top: 1px solid #e8e7e9;
    border-right: 1px solid #e8e7e9;
    border-left: 1px solid #e8e7e9;
  }
  .detailArea tr {
    border-bottom: 1px solid #e8e7e9;
  }
  .detailArea th {
    border-right: 1px solid #e8e7e9;
    background-color: rgba(76, 88, 112, 0.05);
  }
  .detailArea th,
  .detailArea td {
    padding: 10px;
    vertical-align: middle;
  }
  .price {
    color: #c6000c;
  }
  .big {
    font-size: 30px;
    letter-spacing: 3px;
  }

  /*outlineArea*/
  .outlineArea {
    margin: 40px 20px;
    font-size: 16px;
  }
  .outlineArea table {
    font-size: 14px;
    width: 100%;
    margin: 0 auto 60px;
  }
  .outlineArea table tr {
    border-bottom: 1px solid #ccc;
  }
  .outlineArea table tr:first-child {
    border-top: 1px solid #ccc;
  }
  .outlineArea table th {
    padding: 10px 0 0 10px;
    display: block;
    text-align: left;
    font-weight: 300;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .outlineArea table td {
    padding: 0 0 10px 10px;
    display: block;
    text-align: left;
    font-weight: 300;
  }

  /*bannerArea*/
  .bannerArea {
    margin: 40px 20px;
  }

  .formAnnotation {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .formAnnotation a {
    margin: 0;
    font-size: 12px;
    text-decoration: underline;
  }

  .formAnnotation a::after {
    background: none;
  }
  
	.spacer{
		display: inline-block;
		width: 50px;
	}

}

@media screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
  .textSmall {
    font-size: 16px;
  }

  /*mainTitle*/
  .mainTitle {
  }
  .mainTitle h1 {
    margin: 3% 0;
    font-size: 40px;
    /*vertical-align: middle;
	display: table-cell;
	height: 100px;*/
  }
  .mainTitle h1 span {
    width: auto;
    margin-bottom: 5px;
    padding: 5px 10px 10px;
    font-size: 28px;
    border-radius: 10px;
    display: inline-block;
  }

  /*point*/

  .point {
    padding: 5%;
  }
  .point .wrap {
    padding: 2%;
    display: flex;
  }
  .point .wrap h2 {
    width: 20%;
    padding: 4%;
  }
  .point .wrap ul {
    width: 65%;
    margin: 5% auto 5%;
  }
  .point .wrap ul li {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 2px 0 5px 26px;
  }

  /*contact*/
  .contact {
    padding: 5%;
  }
  .contact .cv {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
  }
  /*btnList*/
  .btnList li {
    width: 20%;
  }

  /*localArea*/
  .localArea iframe {
    height: 400px;
  }
  .localArea img {
    width: 100%;
  }
  /*mapArea*/
  .mapArea iframe {
    height: 400px;
    margin-bottom: 10px;
  }
  .mapArea p {
    text-align: center;
  }

  /*kukakuArea*/
  .photoArea {
    display: flex;
    justify-content: space-between;
    gap: 1%;
  }
  .photoArea img {
    width: calc(100% / 2);
  }

  /*outlineArea*/
  .outlineArea table {
    font-size: 16px;
  }
  .outlineArea table th {
    width: 25%;
    padding: 3%;
    display: inline-block;
  }

  .outlineArea table td {
    padding: 3%;
    display: inline-block;
  }

  /*tempBanner*/
  .backtotop {
    display: block;
    margin: 40px auto 0px;
  }

  .formAnnotation {
    font-size: 14px;
    margin-bottom: 0;
  }

  .formAnnotation a {
    font-size: 14px;
  }
  
	.spacer{
		display: inline-block;
		width: 60px;
	}
  
  
  
}

@media screen and (min-width: 820px) {
  h3 {
    padding-left: 20px;
    margin-bottom: 40px;
    border-left: 10px solid #4c5870;
    font-size: 24px;
  }

  /*outlineArea*/
  .outlineArea table {
    font-size: 18px;
  }

  /*tempBanner*/
  .backtotop {
    margin: 40px auto 0px;
  }

  /*contact*/
  .contact {
    margin-bottom: 100px;
  }
  .contact .cv {
    max-width: 900px;
    margin: 3% auto 0;
  }
  .contact .cv div {
    width: 45%;
  }

  .contact .cv div > a {
    padding: 20px;
  }

  .contact .tel {
    font-size: 20px;
  }
  .contact .tel a {
    margin-right: 2%;
    font-size: 60px;
    letter-spacing: 3px;
  }

}

@media screen and (min-width: 1160px) {
  /*.textSmall {font-size: 20px;}*/
  .textSmallSmall {
    font-size: 12px;
  }

  /*コンテンツの見出し*/

  .mainTitle {
    width: 1160px;
    margin: auto;
  }
  .mainTitle img {
    width: 100%;
    height: 683px;
    margin: auto;
    display: block;
    text-align: center;
  }
  .mainTitle h1 {
    margin: 3% 0 2%;
    font-size: 50px;
  }
  .mainTitle h1 span {
    margin-bottom: 13px;
    font-size: 28px;
    border: 1px solid #707070;
    border-radius: 10px;
  }

  /*point*/
  .point {
    width: 1160px;
    margin: auto;
  }
  .point .wrap {
    padding: 3%;
  }
  .point .wrap h2 {
    width: 73px;
    padding: 0;
  }
  .point .wrap ul {
    width: 77%;
    margin: 0;
  }
  .point .wrap ul li {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 5px 40px;
    font-size: 27px;
    background-size: 30px;
  }

  /*localArea*/
  .localArea {
    width: 1160px;
    margin: 0 auto 50px;
  }
  .localArea iframe {
    height: 600px;
  }

  /*mapArea*/
  .mapArea {
    width: 1160px;
    margin: 0 auto 100px;
  }
  .mapArea iframe {
    height: 600px;
  }
  .text {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
  }

  /*locationArea*/
  /*ロケーション内の見出し*/
  h4 {
    font-size: 22px;
    padding: 5px 10px;
  }

  .locationArea {
    width: 1160px;
    margin: 0 auto 50px;
  }
  .locationArea .list {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .locationArea .list .listBlock {
    width: calc(100% / 2);
  }
  .locationArea ul li {
    font-size: 16px;
  }
  .distance {
    width: 50%;
    text-align: right;
    font-size: 14px;
  }

  /*kukakuArea*/
  .kukakuArea {
    width: 1160px;
    margin: 0 auto 100px;
  }
  .kukakuname {
    font-size: 24px;
  }

  .photoArea {
    gap: 50px;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0px;
  }
  .photoArea img.photo {
    width: 55%;
  }
  .photoArea img.kukaku {
    width: 50%;
    height: auto;
    margin-top: 40px;
  }
  .detailArea th,
  .detailArea td {
    padding: 10px 20px;
  }
  .detailArea th {
    width: 20%;
  }
  .detailArea td {
    width: 80%;
  }

  /*outlineArea*/
  .outlineArea {
    width: 1160px;
    margin: 0 auto 100px;
  }
  .outlineArea table {
    max-width: 900px;
  }
  .outlineArea table th {
    width: 30%;
  }
  .outlineArea table th,
  .outlineArea table td {
    padding: 3%;
  }

  /*bannerArea*/
  .bannerArea {
    max-width: 1160px;
    margin: 0 auto 100px;
  }

  /*tempBanner*/
  .backtotop {
    margin: 100px auto 50px;
  }

  /*btnList*/
  .btnList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1100px;
    margin: 80px auto 80px;
  }
  .btnList li {
    width: 20%;
    border-bottom: 2px solid #f3f3f3;
  }
  .btnList li a {
    width: 220px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding: 1.4rem 0;
    /*横から伸びる下線*/
    display: inline-block;
    position: relative;
  }
  .btnList li a::after {
    margin-bottom: -2px;
    background-color: #4c5870;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    width: 100%;
  }
  .btnList li a:hover::after {
    transform: scale(1, 1);
  }
  .btnList li a:hover {
    opacity: 1;
  }
}

/*
-----------------------------------------------
bunjouSlide　SP→PC
-----------------------------------------------*/
@media screen and (min-width: 320px) {

/*Slide*/

/*スライダー全体のサイズ調整*/
.bunjouSlide {
	height: 317px;
	margin-top: 5rem;
	margin-bottom: 30px;
}
.bunjouSlide ul.slide {
	width: 100%;
	margin-top: 2rem;
}
.bunjouSlide ul.slide li {
	margin: 0 0.2rem;
}
.bunjouSlide ul.slide li p {
	margin-top: 10px;
	font-size: 14px;
}
.bunjouSlide ul.slide li a:hover {
	opacity: 0.7;
}

/*画像サイズ変更箇所*/
.bunjouSlide ul.slide li div {
	width: 100%;
	height: 240px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bunjouSlide .slick-prev,
.bunjouSlide .slick-next {
	position: absolute;
	z-index: 20;
	display: block;
	width: 37px;
	height: 37px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	top: 43%;
	padding: 0;
	border: none;
	outline: none;
}
.bunjouSlide .slick-prev:hover,
.bunjouSlide .slick-next:hover {
	opacity: 0.7;
}
.bunjouSlide .slick-prev {
	left: 12px;
}
.bunjouSlide .slick-next {
	right: 12px;
}
.bunjouSlide .slick-prev:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 37px;
	background: url(/_assets/images/housegallery/btn-slide-l.png);
	background-size: cover;
}
.bunjouSlide .slick-next:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 37px;
	background: url(/_assets/images/housegallery/btn-slide-r.png);
	background-size: cover;
}
.bunjouSlide .slick-track {
	margin-left: inherit;
	margin-right: inherit;
}
.bunjouSlide .caption strong {
	margin-top: 14px;
	margin-bottom: 7px;
	display: block;
	font-size: 13px;
}
.bunjouSlide .caption {
	margin-right: 2rem;
	margin-left: 2rem;
	font-size: 12px;
}
.bunjouSlide .slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.bunjouSlide ul.slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0 20px;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 0;
}
.bunjouSlide ul.slick-dots > li {
	position: relative;
	display: inline-block;
	width: 7px !important;
	height: 7px;
	margin: 0 5px !important;
	padding: 0;
	cursor: pointer;
}
.bunjouSlide ul.slick-dots > li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 7px;
	height: 7px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.bunjouSlide ul.slick-dots > li button:hover,
.bunjouSlide ul.slick-dots > li button:focus {
	outline: none;
}
.bunjouSlide ul.slick-dots > li button:hover:before,
.bunjouSlide ul.slick-dots > li button:focus:before {
	opacity: 1;
}
.bunjouSlide ul.slick-dots > li button:before {
	font-size: 1px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 7px;
	content: "";
	opacity: 0.3;
	background-color: #4c5870;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.bunjouSlide ul.slick-dots > li.slick-active button:before {
	opacity: 1;
}

}


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

/*スライダー全体のサイズ調整*/
.bunjouSlide {
	height: 400px;
}

/*画像サイズ変更箇所*/
.bunjouSlide ul.slide li div {
	height: 350px;
}

}

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

/*スライダー全体のサイズ調整*/
.bunjouSlide {
	height: 500px;
}

/*画像サイズ変更箇所*/
.bunjouSlide ul.slide li div {
	height: 400px;
}

}


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




/*スライダー全体のサイズ調整*/
.bunjouSlide {
	width: 100%;
	height: 500px;
}
/*画像サイズ変更箇所*/
.bunjouSlide ul.slide li div {
	width: 640px;
	height: 400px;
}
.bunjouSlide ul.slide li div {
}
.bunjouSlide .slick-next {
	right: 50px;
}
.bunjouSlide .slick-prev {
	left: 50px;
}
}




@media screen and (min-width: 1160px) {
/*スライド*/
.bunjouSlide {
	max-width: 1160px;
	margin: 5rem auto 30rem;
}
.bunjouSlide {
	height: 317px;
}
.bunjouSlide ul.slide {
	width: 100%;
	margin-top: 5rem;
}
.bunjouSlide ul.slide li {
	width: 640px;
	margin: 0 0.3rem;
}
.bunjouSlide ul.slide li div {
	width: 100%;
	height: 500px;
	height: 480px;
}
.bunjouSlide .slick-prev,
.bunjouSlide .slick-next {
	width: 60px;
	height: 60px;
	top: 45%;
}
.bunjouSlide .slick-prev {
	left: 230px;
}
.bunjouSlide .slick-next {
	right: 230px;
}
.bunjouSlide .slick-prev:before {
	width: 60px;
	height: 60px;
}
.bunjouSlide .slick-next:before {
	width: 60px;
	height: 60px;
}
.bunjouSlide .slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.bunjouSlide ul.slick-dots {
	padding: 0;
	margin: 0;
}
.bunjouSlide ul.slick-dots > li {
	width: 20px !important;
	height: 20px;
	margin: 0 3px !important;
	padding: 0;
}
.bunjouSlide ul.slick-dots > li button {
	width: 12px;
	height: 12px;
}
.bunjouSlide ul.slick-dots > li button:before {
	width: 12px;
	height: 12px;
}

.bunjouSlide .caption {
	font-size: 16px;
}
.bunjouSlide .caption strong {
	font-size: 20px;
}


}



/*
-----------------------------------------------
movieWrap　SP→PC
-----------------------------------------------*/
@media screen and (min-width: 320px) {
.movieWrap {
	max-width: 1160px;
	margin: auto;
}
.movieBox {
	width: 90%;
	margin: 4rem auto;
}
.youtube {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
	margin: 10px auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}

@media screen and (min-width: 1160px) {
	.movieWrap .movieBox {
		margin: 90px auto ;
		width: 60%;
	}
}

