@charset "UTF-8";
/* CSS Document */

/*---------------------------------------------------------------------

	 共通

---------------------------------------------------------------------*/

body {
	-webkit-text-size-adjust: 100%;
	position: relative;
    min-width: 1100px;
}
.loader {
    display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 99999999999999;
	width: 100vw;
	height: 100vh;
	margin: -50px auto 0;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ddd;
  font-size: 10px;
  line-height: 10;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
#wrap{
	opacity : 0;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
    width: 100%;
    height: 100%;
	z-index: 9999999;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
a:focus, *:focus { outline:none; }
/* IE8+, Chrome */
input, button {
  outline: 0;
}
/* Firefox */
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
.pc_off {display: none !important;}
br.pc_off {display: none;}
.smt_off {display: inherit;}
br.smt_off {display: inherit;}

img {
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {transition: all 0.3s;}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
a img {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a.link {
	text-decoration: underline;
}
.contents {
	max-width: 1100px;
	margin: auto;
}
.contents2 {
	max-width: 1000px;
	margin: auto;
}
#page_top {
    width: 33px;
    height: 22px;
    position: fixed;
    right: 10px;
    bottom: 45px;
}
#page_top a {
  position: relative;
  display: block;
  text-decoration: none;
}
#header {
    position: relative;
}
#header_sub {
    position: relative;
    height: 196px;
}
.logo {
	position: absolute;
	left: 56px;
	top: 15px;
	z-index: 999;
	text-align: center;
	color: #fff;
}
.logo img {
	max-width: 145px;
    margin: 5px 0 0;
}
.logo h1 {
    font-size: 12px;
}
.logo h2 {
    font-size: 11px;
}
#header .logo h1,#header.logo h2 {
    color: #fff;
}
#header .logo a h1,#header.logo a h2,#header .logo a {
    color: #fff !important;
}
#header_sub .logo h1,#header_sub.logo h2 {
    color: #1F1F1F;
}
.logo a:hover {
    text-decoration: none;
}
ul.navi {
	position: absolute;
	right: 50%;
	top: 30px;
	-webkit-transform: translate(50%, 0%);
	-ms-transform: translate(50%, 0%);
	transform: translate(50%, 0%);
	z-index: 999;
	width: 620px;
	text-align: center;
}
#header ul.navi li a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
#header_sub ul.navi li a {
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 300;
}
ul.navi li {
	display: inline-block;
    margin-right: 54px;
}
ul.navi li:last-child {
    margin-right: 0;
}
ul.navi li a {
	padding: 6px;
	display: inline-block;
}
ul.navi li a:hover {
	text-decoration: none;
}
ul.navi li img {
    height: 18px;
}
.btn_contact {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
.btn_contact img {
    max-width: 229px;
    height: auto;
}
.btn_contact a {
	display: block;
    background: #ccc;
}
.btn_instagram {
	position: absolute;
	z-index: 999;
	top: 15px;
	right: 253px;
}
.btn_instagram img {
    width: 54px;
}
.zdo_drawer_menu {
    display: none;
}
@media screen and (max-width: 1200px) {
.contents {
	max-width: 90%;
}
}
@media screen and (max-width: 1100px) {
.contents2 {
	max-width: 90%;
}
}
.slide_new .bx-wrapper {
    max-height: 100vh;
    overflow: hidden;
}
.slide_new .bx-wrapper img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.bx-wrapper h2.main-copy img {
    display: block;
    width: auto;
}

.bx-wrapper h2.main-copy{
	position: absolute;
	left: -40px;
	top: 50%;
	z-index: 9999;
	margin: -80px 0 0 0;
}

.bx-wrapper h2.main-copy-l img {
    display: block;
    width: auto;
}
.slide_copy h2 {
	position: absolute;
	right: 50%;
	bottom: 50%;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	z-index: 999;
	width: 90%;
    margin: auto;
    text-align: center;
    max-width: 415px;
}
.slide_new {
    position: relative;
    margin-bottom: 100px;
}
.scroll_icon {
    width: 48px;
    position: absolute;
	right: 50%;
	bottom: 70px;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	z-index: 999;
}
.side_copyright {
	position: absolute;
	left: 37px;
	bottom: 30px;
	color: #fff;
	font-size: 13px;
	z-index: 999;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: sideways;
	letter-spacing: 3px;
}
.side_copyright img {
    max-width: 13px;
}
.information {
    width: 670px;
    margin: 0 auto 65px;
    display: flex;
	align-items: flex-start;
}
.ttl_information h2 img {
    max-width: 131px;
    margin-bottom: 5px;
    position: relative;
    top: -9px;
}
.ttl_information p {
    font-size: 14px;
}
.info_list_area {
    width: 75%;
    max-width: 700px;
    margin: 0 auto 0 30px;
    text-align: center;
    display: block;
}
.info_list_area ul {
	text-align: left;
	display: inline-block;
	width: 100%;
}
.info_list_area ul li {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
    margin-bottom: 7px;
}
.info_list_area ul li p.info_day {
    width: 132px;
	position: relative;
	padding-left: 24px;
    font-size: 15px;
    letter-spacing: 0;
}
.info_list_area ul li p.info_txt {
	width: 72%;
    font-size: 16px;
}
.info_list_area ul li p.info_day::before {
	content: "";
	display: inline;
	border-left: solid 12px #121111;
	height: 4px;
	position: absolute;
	left: 0;
	top: 15px;
}
.ttl_main {
    text-align: center;
    margin: 0 auto 45px;
}
.ttl_main img {
    max-width: 710px;
}
.case_list {
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}
.case_list li {
    width: 32%;
    text-align: left;
    margin-bottom: 50px;
}
.case_list li a:hover {
    text-decoration: none;
    color: #666;
}
.case_list::before {
    content: "";
    display: block;
    width: 32%;
    order: 1;
}
.case_list::after {
    content: "";
    display: block;
    width: 32%;
}
.case_img {
    margin-bottom: 10px;
    position: relative;
}
span.sold {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	background: #111;
	text-align: center;
	padding: 10px 30px;
	z-index: 9;
}
.case_img img {
    width: 100%;
    height: 100%;
    height: 248px;
	object-fit: cover;
}
/*
.case_img img.sold_img {
    background: #fff;
	opacity: 0.9;
}
*/
.case_info {
    margin: 0 auto 5px;
    display: flex;
	align-items: flex-start;
}
.case_info .cate_sale h3 {
	display: block;
	background: #13A4B1;
	width: 50px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	padding: 8px 0 0 10px;
	margin-right: 12px;
	position: relative;
	top: 5px;
}
.case_info .cate_rent h3 {
    display: block;
    background: #23BC7B;
	width: 50px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	padding: 8px 0 0 10px;
	margin-right: 12px;
    position: relative;
	top: 5px;
}
.case_info_txt {
    line-height: 1.5;
    letter-spacing: 0;
}
.case_info_txt h2 {
	font-size: 18px;
	font-weight: 500;
}
.case_info_txt p {
    font-size: 16px;
}
.case_address {
    font-size: 15px;
}
.wp-block-image {
    text-align: center;
}
.more_info {
	text-align: center;
	margin: 0 auto 100px;
	max-width: 270px;
	position: relative;
}
.more_info a {
	background: #111;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px 13px 0;
	border-radius: 60px;
	display: block;
	width: 100%;
}
.more_info a:hover {
    text-decoration: none;
    background: #333;
}
.more_info .Arrow-Right {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -6px;
}
.top_about {
    margin: 0 auto 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.top_about_img {
    max-width: 443px;
    height: auto;
    margin-right: 65px;
}
.top_about_txt {
    max-width: 570px;
}
.top_about_txt h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 20px;
}
.top_about_txt p {
	font-size: 18px;
	line-height: 2.2;
	margin-bottom: 40px;
}
.more_about {
	text-align: center;
	margin: 0 auto 0 0;
	max-width: 270px;
	position: relative;
}
.more_about a {
	background: #111;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px 13px 0;
	border-radius: 60px;
	display: block;
	width: 100%;
}
.more_about a:hover {
    text-decoration: none;
    background: #333;
}
.more_about .Arrow-Right {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -6px;
}
.footer_contact {
    background: #F8F8F8;
    padding: 50px 0 80px;
    text-align: center;
    position: relative;
}
.ttl_footer_contact {
    margin-bottom: 5px;
}
.ttl_footer_contact h2 {
	margin: 0;
	position: absolute;
	right: 50%;
	top: -16%;
	-webkit-transform: translate(50%, 0%);
	-ms-transform: translate(50%, 0%);
	transform: translate(50%, 0%);
}
.ttl_footer_contact h2 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 15px;
}
.ttl_footer_contact p {
    font-size: 16px;
    margin-bottom: 15px;
}
.bnr_contact {
	margin: 30px auto 0;
	max-width: 343px;
	position: relative;
}
.bnr_contact a {
	background: #111;
	color: #fff;
	font-size: 20px;
    font-weight: 400;
	padding: 16px 10px 20px 0;
	border-radius: 60px;
	display: block;
	width: 100%;
	letter-spacing: 1px;
}
.bnr_contact a:hover {
    text-decoration: none;
    opacity: 0.9;
}
.bnr_contact .Arrow-Right {
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	position: absolute;
	right: 45px;
	top: 50%;
	margin-top: -7px;
}
.copyright {
	text-align: center;
	font-size: 14px;
	margin: 20px 0 35px;
	letter-spacing: 2.5px;
}
.footer_contents {
    width: 91%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    padding-bottom: 50px;
}
.footer_left ul {
    display: inline-block;
    margin-top: 55px;
}
.footer_left ul:first-child {
    margin-right: 40px;
}
.footer_left ul li {
    margin-bottom: 7px;
}
.footer_left ul li a {
    font-size: 16px;
    letter-spacing: 0px;
}
.footer_right {
	text-align: right;
	margin-top: 21px;
}
.footer_right h1 img {
    max-width: 126px;
}
p.copyright {
    font-size: 13px;
    margin: 0 0 15px;
}
p.footer_btn_instagram img {
    max-width: 40px;
}
/*---------------------------------------------------------------------

	 下層

---------------------------------------------------------------------*/
.pankuzu {
	margin: 0 auto 15px;
}
ul.pankuzu li {
	display: inline-block;
	font-size: 14px;
}
ul.pankuzu li a {
	font-size: 14px;
}
ul.pankuzu li::after {
	content: "\03e";
	padding: 0 3px 0 5px;
	position: relative;
	top: -1px;
}
ul.pankuzu li:last-child::after {
	content: "";
}

/* 物件一覧 */

.property_list {
    margin: 0 auto 150px;
}

/* 物件詳細 */
#gallery {
  max-width: 1100px;
  margin: 26px auto 0px;
  position: relative;
}
#gallery img {
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slideshow-container {
  position: relative;
  width: 1100px;
  height: 733px;
  background: #ddd;
  overflow: hidden;
}
.slideshow span.image-wrapper {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
ul.thumbs {
  overflow: hidden;
  width: 1100px;
  margin: 10px auto 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: start;
  justify-content: start;
  align-items: flex-start;
}
ul.thumbs li {
  position: relative;
  cursor: pointer;
  width: 9%;
  height: 65px;
  margin: 5px;
  overflow: hidden;
}
ul.thumbs li img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
a.prev {
  position: absolute;
  left: -22px;
  top: 50%;
  margin-top: -24px;
}
a.next {
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -24px;
}
a.next {
    background: url("../images/next.png") no-repeat 0 0 /44px auto;
    display: inline-block;
    width: 44px;
    height: 44px;
    z-index: 8;
    cursor: pointer;
}
a.prev {
    background: url("../images/prev.png") no-repeat 0 0 /44px auto;
    display: inline-block;
    width: 44px;
    height: 44px;
    z-index: 8;
    cursor: pointer;
}
.ttl_property h3.cate_sale {
    display: inline-block;
	background: #13A4B1;
	width: 50px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	padding: 8px 0 0 10px;
}
.ttl_property h3.cate_rental {
    display: inline-block;
	background: #23BC7B;
	width: 50px;
	height: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	padding: 8px 0 0 10px;
}
.ttl_property h4 {
    display: inline-block;
	font-size: 36px;
    font-weight: 500;
	margin: 0 40px 0 10px;
}
.ttl_property p {
    display: inline-block;
	font-size: 22px;
}
.property_address {
    font-size: 15px;
    margin-bottom: 30px;
}
.property_txt {
	margin-bottom: 70px;
	letter-spacing: 0;
}
.flex_img2 {
    margin: 0 auto 40px;
    display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex_img2 img {
    width: 48.5%;
}
.img1 {
    width: 100%;
    height: auto;
    margin: 0 auto 100px;
}
h2.ttl_border {
    font-size: 32px;
    font-weight: 500;
    color: #151515;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
h2.ttl_border::before {
    border-bottom: 4px solid #151515;
    bottom: -10px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.property_description {
    margin: 0 auto 90px;
}
.property_description table {
    width: 100%;
    margin: 0 auto 130px;
}
.property_description table {
  width: 100%;
  margin: 0 auto 55px;
}
.property_description table tr td {
    font-size: 16px;
}
.property_description table tr td:first-child {
  border-top: solid 1px #707070;
}
.property_description table tr td:nth-child(odd) {
  border-bottom: solid 1px #707070;
  border-right: solid 2px #fff;
  font-weight: 500;
  text-align: right;
  padding: 15px 15px 15px 10px;
  vertical-align: top;
  width: 14%;
}
.property_description table tr td:last-child {
  border-bottom: solid 1px #C6C6C6;
}
.property_description table tr td:nth-child(even) {
  border-top: solid 1px #C6C6C6;
  padding: 15px 10px 15px 15px;
}
.gmap {
    margin: 0 auto 130px;
}
.gmap iframe {
    height: 694px !important;
    width: 100% !important;
}

/* AAOについて */

h3.about_copy {
	text-align: center;
	font-size: 37px;
	font-weight: 600;
	letter-spacing: 2.5px;
    margin-bottom: 25px;
}
.about_txt_area {
	margin: 0 auto 150px;
	background: url("../images/bg_line.png") no-repeat left -250px top 50%/595px auto,url("../images/bg_line.png") no-repeat right -250px top 50%/595px auto;
    height: 262px;
}
.about_txt_area p {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}
.about_txt_area p:last-child {
    margin-bottom: 0;
}

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

.privacy h4 {
	font-weight: 500;
	margin-top: 30px;
}
.privacy {
    margin: 0 auto 100px;
}

@media screen and (max-width: 1350px) {
ul.navi li {
    margin-right: 35px;
}
}
@media screen and (max-width: 1250px) {
ul.navi li {
    margin-right: 25px;
}
#header ul.navi li a {
    font-size: 17px;
}
}
@media screen and (max-width: 1200px) {
ul.navi {
    right: 53%;
}
.top_about_img {
    margin-right: 7%;
    width: 36%;
}
.top_about_txt {
    width: 54%;
}
.top_about_txt h3 {
    font-size: 3vw;
    margin-bottom: 10px;
}
.top_about_txt p {
    font-size: 17px;
    margin-bottom: 30px;
}
}


/*---------------------------------------------------------------------

	 メールフォーム

---------------------------------------------------------------------*/

.wpcf7-list-item {
	margin: 0;
}
.wpcf7-checkbox label {
    margin-right: 20px;
}

.checkButtonArea,.checkButtonArea input {
    font-weight: 500;
}
.checkButtonArea {
	text-align: center;
	margin-bottom: 120px;
}
input[type="submit"] {
	background: #111 !important;
	color: #fff;
	padding: 20px 16px !important;
	width: 300px !important;
	border-radius: 60px;
    font-weight: 500;
}
input[type="submit"]:hover {
    cursor: pointer;
}
.require {
	color: #e93814;
	font-size: 14px;
	padding: 2px 5px;
}
.contact_note {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 20px;
}
.contact_note span {
    color: #e93814;
}
table.contact_form {
	width: 100%;
	float: left;
    margin: 0 auto 30px;
	font-size: 14px;
	border-collapse: inherit;
}
td.vt {
	vertical-align: top;
	padding-top: 20px !important;
}
table.contact_form tr {
	line-height: 2;
	padding: 6px 0;
}
table.contact_form tr td:nth-child(odd) {
	padding: 9px 5px 5px 5px;
	text-align: left;
	width: 19%;
    font-size: 16px;
}
table.contact_form tr td:nth-child(even) {
	padding: 15px 5px 16px 35px;
}
input.textVer {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 100%;
}
input.wpcf7-text {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 65%;
}
.mr4p {
	margin-right: 4%;
}
select.wpcf7-form-control {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 65%;
}
input.wpcf7-form-control {
    padding: 13px;
	border: none;
	background: #f6f6f6;
}
input.textVerS {
	width: 40%;
}
input.wpcf7-email {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 65%;
}
input.wpcf7-tel {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 65%;
}
.your-address input.wpcf7-text {
	width: 100%;
}
textarea.wpcf7-textarea {
	padding: 13px;
	border: none;
	background: #f6f6f6;
	width: 100% !important;
	height: 350px !important;
}
button.submit {
	background: #000;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	width: 300px;
	position: relative;
	left: 50%;
	margin-left: -150px;
	margin-top: 0;
	letter-spacing: 0.05em;
	margin-bottom: 70px;
}
button.submit:hover {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
	display: table;
	margin: 20px auto 70px;
	padding: 10px 30px;
	width: 60%;
	text-align: center;
}
/* thanks */
.btn_back {
    margin-bottom: 120px;
}
.btn_back a {
    background: #111;
    color: #fff;
    display: block;
    width: 300px;
    margin: 80px auto 50px;
    text-align: center;
    padding: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 60px;
}
.btn_back a:hover {
	text-decoration: none;
}
.thanksArea {
	width: 730px;
	margin: auto;
}
.thanks_ttl {
	margin: 30px auto 10px;
	font-size: 19px;
}

h3.ttl_contact {
    text-align: center;
    margin: 0 auto 10px;
}
h3.ttl_contact img {
    width: 220px;
}
h3.ttl_contact::before {
	content: "";
	display: inline-block;
	background: url("../images/ttl_sub_circle.png") no-repeat left 0px top 50%/70px auto;
	width: 70px;
	height: 31px;
	position: relative;
	left: -20px;
	top: 10px;
}
h3.ttl_contact:after {
    content: "";
    display: inline-block;
    background: url("../images/ttl_sub_circle.png") no-repeat right 0px top 50%/70px auto;
    width: 70px;
    height: 31px;
    position: relative;
	right: -20px;
	top: 10px;
}

/*---------------------------------------------------------------------

	 Wordpress blog

---------------------------------------------------------------------*/

.info_list li {
    border-bottom: solid 1px #CCCCCC;
    padding: 21px 0;
}
.info_list li span.info_list_day {
	padding-left: 35px;
	margin-right: 30px;
	position: relative;
}
.info_list li span.info_list_day::before {
	content: "";
	display: inline;
	border-left: solid 18px #707070;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
}
.paging-navigation {
	display: none;
}

.entry-title2 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	padding: 0 0 0px;
}
.entry-title2 a {
	
	color: #333;
	text-decoration: none;
}
.entry-title2 a:hover {	
	color: #666;
}
header.entry-header2 {
	margin: 0 0 10px;
	padding-bottom: 5px;
	height: inherit !important;
	position: static;
	padding-top: 0 !important;
}
p.date-color {
	font-size: 14px;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	text-align: right;
}

h3.pagename_news {
	position: absolute;
	left: 50%;
	margin-left: -143px;
}

.entry-contents-area {
	margin: 0 0 50px 0;
	padding: 0 0 0 0;
}

.entry-contents-area a.post-thumbnail {
	display: none;
}

.entry-contents-area .post-thumbnail {
	display: none;
}

.entry-title a {
	text-decoration: none;
}

.entry-title {
	border-bottom: solid 2px #000;
	padding: 0px 0 6px;
	margin: 0px auto 5px;
	font-size: 20px;
}

p.datearea {
	text-align: right;
	font-size: 12px;
	padding-right: 5px;
}

.widget-title {
    border-bottom: 2px solid #111;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
}

.category-ul li a {
	color: #333;
	text-decoration: none;
}

.category-ul li a:hover {
	color: #999;
}

.widget-area ul li {
	padding: 8px 0 6px 2px;
	border-bottom: 1px dotted #b5b5b5;
	margin: 3px 0;
	font-size: 14px;
}

.widget_recent_entries {
	margin-bottom: 30px;
}

.widget_categories {
	margin-bottom: 30px;
	margin-top: 30px;
}

.widget-area ul li a {
	text-decoration: none;
	display: inline;
	color: #333;
}

.widget-area ul li a:hover {
	color: #4da8ba;
}

.entry-content {
	margin: 0 0 100px 0;
}

.category-ul li {
	padding: 8px 0 6px 2px;
	border-bottom: 1px dotted #b5b5b5;
}

.comment-form-comment textarea {
	width: 100%;
}

.nav-links {
	-moz-hyphens: auto;
	border-top: 1px solid #666;
	word-wrap: break-word;
}

.post-navigation, .image-navigation {
	margin: 24px auto 48px;
	max-width: 100%;
}

.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
	border-bottom: 1px solid #666;
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a, .image-navigation a {
	color: #2b2b2b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71429;
	text-transform: none;
}

.comments-area {
	margin: 48px auto;
	max-width: 740px;
}

.comment-reply-title, .comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: outside none none;
	margin: 0 0 48px;
}

.comment-author {
	font-size: 14px;
	line-height: 1.71429;
}

.comment-list .reply, .comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a, .comment-list .pingback a, .comment-metadata a {
	color: #767676;
}

.comment-author a:hover, .comment-list .pingback a:hover, .comment-list .trackback a:hover, .comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article, .comment-list .pingback, .comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article, .comment-list > .pingback:first-child, .comment-list > .trackback:first-child {
	border-top: 0 none;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	left: 0;
	padding: 2px;
	position: absolute;
	top: 0;
	width: 18px;
}

.bypostauthor > article .fn::before {
	content: "";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author, .comment-awaiting-moderation, .comment-content, .comment-list .reply, .comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link::before {
	content: "";
}

.comment-reply-link::before, .comment-reply-login::before {
	content: "";
	margin-right: 2px;
}

.comment-content {
	-moz-hyphens: auto;
	word-wrap: break-word;
}

.comment-content ul, .comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > *:last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: outside none none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-bottom: 24px;
	margin-top: 0;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
	color: #767676;
}

.comment-notes, .comment-awaiting-moderation, .logged-in-as {
	font-size: 14px;
	line-height: 1.71429;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
	width: 50%;
}

.form-allowed-tags, .form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a::before {
	content: "";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next, .comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-bottom: 0;
	margin-top: 36px;
}

.archive-header {
	padding: 10px;
	font-size: 12px;
	background: #eeebbe;
}

.page-title {
	padding: 10px;
	font-size: 12px;
	background: #f5f5f5;
	margin-bottom: 20px;
}
.notfound {
	font-size: 37px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	color: #ccc;
}
.notfound_note {
	font-size: 17px;
	text-align: center;
	margin-bottom: 130px;
}

#contents-area {
	width: 100%;
    max-width: 1100px;
	margin: 0 auto 100px;
	overflow: hidden;
	padding-top: 20px;
}

.contents-area:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.left {
	width: 240px;
    width: 21.8%;
	float: left;
	margin-top: 14px;
	margin-bottom: 70px;
}

.right {
	width: 820px;
    width: 74.54%;
	float: right;
}

.left a {
	display: inline !important;
}


.secondary {
	margin-top: 13px;
}

.eventcalendar {
	margin: 0 0 80px 0;
}

.eventcalendar .entry-header {
	display: none;
}

.ai1ec-calendar-toolbar {
	border: none;
}

.entry-content b, .entry-content strong {
	font-weight: 700;
}

.entry-content h1 {
	font-size: 22px;
	font-weight: bold;
}
.entry-content h2 {
	font-size: 30px;
	font-weight: bold;
}
.entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	clear: both;
	font-weight: 700;
	margin: 10px 0 0 0;
	font-size: 19px;
	padding-bottom: 3px;
	padding-top: 5px;
}

.photo-comment {
	margin: 5px 0 0 0;
	padding: 0 5px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
	margin: 0 0 20px;
}

.works-thumb-photo {
	max-height: 183px;
	overflow: hidden;
	margin-bottom: 10px;
}

h1.screen-reader-text {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	background: #f8f8f8;
	margin-bottom: 20px;
	display: block;
}

.pagination span {
	padding: 7px;
	border: solid 1px #ccc;
	background: #f8f8f8;
}

.pagination span.dots {
	border: none !important;
	background: none !important;
}

.pagination a {
	padding: 7px;
	border: solid 1px #ccc;
	background: #fff !important;
}

.pagination a:hover {
	text-decoration: none;
	background: #f8f8f8 !important;
}

.comment-form-comment textarea {
	width: 100%;
	padding: 10px;
}

p.form-submit {
	margin-top: 10px;
}

span.edit-link {
	display: inline-block;
	background: #666;
	padding: 2px 8px;
	margin-left: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

span.edit-link a {
	color: #fff;
	font-size: 12px;
}

.entry-content h4 {
	margin-bottom: 10px;
}

article.post {
	margin-bottom: 30px;
	overflow: hidden;
}

.entry-contents-area {
	overflow: hidden;
}
.entry-meta {
	clear: both;
}

header.page-header {
	max-width: 1000px;
	margin: 20px auto 0;
}

.st-post-tags {
	margin: 45px 0;
	padding: 40px 0;
	border-top: solid 1px #d5d5d6;
	border-bottom: solid 1px #d5d5d6;
}

p.keyword {
	display: inline-block;
	font-size: 15px;
	color: #666;
	margin-right: 5px;
}

.st-post-tags {
	color: #afafaf;
	font-size: 13px;
}

.st-post-tags a {
	color: #afafaf;
	font-size: 13px;
	padding-left: 5px;
}

.st-post-tags a:hover {
	color: #4da8ba;
}

.author-info {
	border: 1px solid #ddd;
	box-sizing: border-box;
	clear: both;
	display: block;
	overflow: hidden;
	overflow-wrap: break-word;
	width: 100%;
	padding: 20px;
	position: relative;
}

.author-avatar {
	float: left;
	padding: 20px;
}

h3.author-title {
	font-size: 16px;
	font-weight: bold;
	left: 84px;
	line-height: 25px;
	position: absolute;
	top: 25px;
}

p.author-bio {
	font-size: 14px;
	line-height: 21px;
	margin-top: 20px;
}

h2.author-heading {
	background: #f8f8f8;
	padding: 5px 10px;
}

.author-description {
	margin-top: 15px;
}

a.author-link {
	color: #33bad2;
	padding-left: 10px;
}

a.author-link:hover {
	text-decoration: underline;
}

span.years {
	font-size: 17px;
	font-family: 'Spinnaker', sans-serif;
	color: #518c97;
	text-align: center;
	margin: 10px auto;
}



.wp-pagenavi {
	text-align: center;
	margin: 50px auto !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 10px 15px !important;
    margin: 3px;
}

.wp-pagenavi a, .wp-pagenavi span.extend {
}

.wp-pagenavi a.larger {
	padding: 10px 15px !important;
}

.wp-pagenavi a.nextpostslink {
	padding: 10px 15px !important;
}

.wp-pagenavi a.last {
	padding: 10px 15px !important;
}
.wp-pagenavi a.first {
	padding: 10px 15px !important;
}
.wp-pagenavi a.previouspostslink {
	padding: 10px 15px !important;
}
.wp-pagenavi a.smaller {
	padding: 10px 15px !important;
}

.wp-pagenavi a, .wp-pagenavi span {
	margin-bottom: 10px;
}

.wp-pagenavi a {
    text-decoration: none;
    border: 1px solid #000 !important;
    padding: 3px 5px;
    margin: 0 3px !important;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #000 !important;
    padding: 3px 5px;
    margin: 2px;
	margin-bottom: 10px !important;
}



.wp-pagenavi span.current {
    font-weight: normal !important;
	background: #000 !important;
	color: #fff !important;
}

.wp-pagenavi a:hover {
	background: #000 !important;
	color: #fff !important;
	transition-duration: 0.5s;
	transition-timing-function: ease;
}

#comments {
	display: none;
}

.cate-title {
	text-align: center;
	margin: 0 auto 40px;
	background: #f0f0f0;
	padding: 8px;
}

.date {
	font-size: 12px;
}
.info_ttl {
	font-weight: bold;
}
.info_cont {
	font-size: 14px;
}
.entry-content .more_info {
    margin-top: 40px;
}
