@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

li {
  list-style: none;
}

/*---------------
   共通
---------------*/
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 1290px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
    font-size: calc((24/760)*100vw);
  }
}

a:hover img {
  opacity: .6;
  transition: .5s;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inherit !important;
  }
}

.inner {
  width: 1290px;
  min-width: 1290px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 640px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 2.6315789474vw;
  }
}

.shadow {
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.05);
}

.anchor {
  margin-top: -121px;
  padding-top: 121px;
}
@media screen and (max-width: 640px) {
  .anchor {
    margin-top: calc((-140/760)*100vw);
    padding-top: calc((140/760)*100vw);
  }
}
/*---------------
   header
---------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 121px;
  padding: 20px 0;
  background: #FFF;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.05);
  z-index: 9999;
}
@media screen and (max-width: 640px) {
  .header {
    height: calc((140/760)*100vw);
    padding: calc((30/760)*100vw) 0;
    box-shadow: 0px 0px calc((5/760)*100vw) 0 rgba(0, 0, 0, 0.05);
  }
}
.header .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.header .header_logo {
  width: 265px;
}
@media screen and (max-width: 640px) {
  .header .header_logo {
    width: calc((293/760)*100vw);
  }
}
.header .header_ico_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .header .header_ico_list {
    justify-content: center;
    margin: 0;
  }
}
.header .header_ico_list li {
  width: 23px;
  margin: 0 6px;
}
@media screen and (max-width: 640px) {
  .header .header_ico_list li {
    width: calc((50/760)*100vw);
    margin: 0 calc((7/760)*100vw);
    padding: calc((15/760)*100vw) 0;
  }
}
.header .drawer_button {
  display: none;
}
@media screen and (max-width: 640px) {
  .header .drawer_button {
    display: block;
    border: none;
    padding: 0;
    width: calc((80/760)*100vw);
    height: calc((50/760)*100vw);
    cursor: pointer;
    position: fixed;
    top: calc((45/760)*100vw);
    right: calc((30/760)*100vw);
    z-index: 1001;
    outline: none;
    background: url("../images/common/header_menu_close.png") top center no-repeat;
    background-size: contain;
  }
}
.header .drawer_button.active {
  top: calc((40/760)*100vw);
  right: calc((40/760)*100vw);
  width: calc((58/760)*100vw);
  height: calc((58/760)*100vw);
  background: url("../images/common/header_menu_open.png") top center no-repeat;
  background-size: contain;
}
.header .drawer_menu {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-top: -20px;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0 calc((30/760)*100vw);
  }
}
.header .drawer_menu li {
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu li {
    display: inline-block !important;
    width: 100%;
    border-bottom: #000 1px dotted;
    padding: calc((30/760)*100vw) 0;
    font-size: calc((30/760)*100vw);
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .header .drawer_menu li:first-child {
    border-top: #000 1px dotted;
  }
}
.header .drawer_menu li a {
  position: relative;
  color: #5d3107;
  letter-spacing: .15em;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu li a {
    margin: 0;
    padding: calc((30/760)*100vw);
  }
}
.header .drawer_menu li a:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 20px;
  height: 2px;
  background: #5d3107;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu li a:after {
    content: none;
  }
}
.header .drawer_menu li a:hover:after {
  width: 100%;
  transition: .3s;
}
.header .drawer_menu_wrapper {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .header .drawer_menu_wrapper {
    display: block;
    width: 100%;
    transition: all 0.2s;
    transform: translate(100%);
    position: fixed;
    top: calc((140/760)*100vw);
    right: 0;
    z-index: 1000;
    background: #FFF;
  }
}
@media screen and (max-width: 640px) {
  .header .drawer_menu_wrapper.open {
    transform: translate(0);
  }
}

/*---------------
   main
---------------*/
.main {
  margin-top: 121px;
}
@media screen and (max-width: 640px) {
  .main {
    margin-top: calc((140/760)*100vw);
  }
}

.page_ttl .inner {
  position: relative;
  height: 385px;
}
@media screen and (max-width: 640px) {
  .page_ttl .inner {
    height: calc((300/760)*100vw);
  }
}
.page_ttl .page_ttl_ttl {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
.page_ttl .page_ttl_ttl .en {
  font-size: 7.0rem;
}
@media screen and (max-width: 640px) {
  .page_ttl .page_ttl_ttl .en {
    font-size: calc((70/760)*100vw);
  }
}
.page_ttl .page_ttl_ttl .jp {
  font-size: 3.0rem;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .page_ttl .page_ttl_ttl .jp {
    font-size: calc((40/760)*100vw);
  }
}

.breadcrumb .breadcrumb_list {
  margin: 1em 0;
}
.breadcrumb .breadcrumb_list li {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .breadcrumb .breadcrumb_list li {
    font-size: calc((24/760)*100vw);
  }
}
.breadcrumb .breadcrumb_list li:after {
  content: '>';
  display: inline-block;
  margin: 0 .5em 0 1em;
}
.breadcrumb .breadcrumb_list li:last-child:after {
  content: none;
}
.breadcrumb .breadcrumb_list li a {
  text-decoration: underline;
}
.breadcrumb .breadcrumb_list li a:hover {
  text-decoration: none;
}

.mttl {
  margin: 60px 0 30px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mttl {
    margin: calc((60/760)*100vw) 0 calc((30/760)*100vw);
    font-size: calc((36/760)*100vw);
  }
}

.content {
  padding: 80px 0 160px;
}
@media screen and (max-width: 640px) {
  .content {
    padding: calc((80/760)*100vw) 0 calc((160/760)*100vw);
  }
}
.content.blue {
  background: url("../images/common/content_bg_blue.png") bottom center no-repeat;
}
@media screen and (max-width: 640px) {
  .content.blue {
    background-size: calc((2000/760)*100vw);
  }
}
.content.blue .page_nav ul li a {
  background: #8399AD;
}
.content.blue .lttl .en {
  color: #8399AD;
}
.content.blue .lttl .jp {
  color: #07335d;
}
.content.brown {
  background: url("../images/common/content_bg_brown.png") bottom center no-repeat;
}
@media screen and (max-width: 640px) {
  .content.brown {
    background-size: calc((2000/760)*100vw);
  }
}
.content.brown .page_nav ul li a {
  background: #B39F8B;
}
.content.brown .lttl .en {
  color: #B39F8B;
}
.content.brown .lttl .jp {
  color: #5d3107;
}

.page_nav {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .page_nav {
    margin-bottom: calc((80/760)*100vw);
  }
}
.page_nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .page_nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page_nav ul li {
  margin: 0 5px;
}
@media screen and (max-width: 640px) {
  .page_nav ul li {
    width: 48%;
    margin: calc((20/760)*100vw) 0 0;
  }
}
@media screen and (max-width: 640px) {
  .page_nav ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.page_nav ul li a {
  display: block;
  width: 200px;
  padding: .6em;
  background: #CCC;
  border-radius: 30px;
  color: #FFF;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page_nav ul li a {
    width: 100%;
  }
}
.page_nav ul li a:hover {
  opacity: .6;
  transition: .5s;
}

.lttl {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  .lttl {
    margin-bottom: calc((50/760)*100vw);
  }
}
.lttl .en {
  font-size: 2.0rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .lttl .en {
    font-size: calc((30/760)*100vw);
  }
}
.lttl .jp {
  margin-bottom: 10px;
  font-size: 3.8rem;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .lttl .jp {
    margin-bottom: calc((10/760)*100vw);
    font-size: calc((50/760)*100vw);
  }
}

.btn_a {
  margin: 30px 0 0;
  font-size: 1.8rem;
  line-height: 1.0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn_a {
    margin-top: calc((30/760)*100vw);
    font-size: calc((30/760)*100vw);
  }
}
.btn_a a, .btn_a input {
  position: relative;
  display: inline-block;
  width: 285px;
  padding: 20px;
  border: none;
  color: #FFF;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 640px) {
  .btn_a a, .btn_a input {
    width: calc((450/760)*100vw);
    padding: calc((30/760)*100vw);
  }
}
.btn_a a::before, .btn_a a::after,
.btn_a input::before, .btn_a input::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
}
.btn_a.blue a {
  background: url("../images/common/btn_arrow_white.png") top 50% right 30px no-repeat, #07335d;
}
@media screen and (max-width: 640px) {
  .btn_a.blue a {
    background: url("../images/common/btn_arrow_white.png") top 50% right calc((40/760)*100vw) no-repeat, #07335d;
    background-size: calc((27/760)*100vw);
  }
}
.btn_a.blue a::before, .btn_a.blue a::after {
  border: solid #07335d;
}
.btn_a.blue a::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.btn_a.blue a::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
.btn_a.blue a:hover {
  background: url("../images/common/btn_arrow_blue.png") top 50% right 30px no-repeat, #FFF;
  color: #07335d;
  transition: .3s;
}
@media screen and (max-width: 640px) {
  .btn_a.blue a:hover {
    background: url("../images/common/btn_arrow_blue.png") top 50% right calc((40/760)*100vw) no-repeat, #FFF;
    background-size: calc((27/760)*100vw);
  }
}
.btn_a.blue a:hover::before, .btn_a.blue a:hover::after {
  width: 100%;
  height: 100%;
  border-color: #07335d;
}
.btn_a.blue.back a {
  background: url("../images/common/btn_arrow_white_back.png") top 50% left 30px no-repeat, #07335d;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .btn_a.blue.back a {
    width: calc((350/760)*100vw);
    padding: calc((20/760)*100vw);
    background: url(../images/common/btn_arrow_white_back.png) top 50% left calc((20/760)*100vw) no-repeat, #07335d;
    background-size: calc((27/760)*100vw);
    font-size: calc((24/760)*100vw);
  }
}
.btn_a.brown a {
  background: url("../images/common/btn_arrow_white.png") top 50% right 30px no-repeat, #5d3107;
}
@media screen and (max-width: 640px) {
  .btn_a.brown a {
    background: url("../images/common/btn_arrow_white.png") top 50% right calc((40/760)*100vw) no-repeat, #5d3107;
    background-size: calc((27/760)*100vw);
  }
}
.btn_a.brown a::before, .btn_a.brown a::after {
  border: solid #5d3107;
}
.btn_a.brown a::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.btn_a.brown a::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
.btn_a.brown a:hover {
  background: url("../images/common/btn_arrow_blue.png") top 50% right 30px no-repeat, #FFF;
  color: #5d3107;
  transition: .3s;
}
@media screen and (max-width: 640px) {
  .btn_a.brown a:hover {
    background: url("../images/common/btn_arrow_blue.png") top 50% right calc((40/760)*100vw) no-repeat, #FFF;
    background-size: calc((27/760)*100vw);
  }
}
.btn_a.brown a:hover::before, .btn_a.brown a:hover::after {
  width: 100%;
  height: 100%;
  border-color: #5d3107;
}

.btn_b {
  margin: 30px 0 0;
  font-size: 1.8rem;
  line-height: 1.0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn_b {
    margin-top: calc((30/760)*100vw);
    font-size: calc((30/760)*100vw);
  }
}
.btn_b a {
  position: relative;
  display: inline-block;
  width: 285px;
  padding: 20px;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 640px) {
  .btn_b a {
    width: calc((450/760)*100vw);
    padding: calc((30/760)*100vw);
  }
}
.btn_b a::before, .btn_b a::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 640px) {
  .btn_b a::before, .btn_b a::after {
    width: calc((15/760)*100vw);
    height: calc((15/760)*100vw);
  }
}
.btn_b.blue a {
  background: url("../images/common/btn_arrow_blue.png") top 50% right 30px no-repeat, #e6eaee;
  color: #07335d;
}
@media screen and (max-width: 640px) {
  .btn_b.blue a {
    background: url("../images/common/btn_arrow_blue.png") top 50% right calc((40/760)*100vw) no-repeat, #e6eaee;
    background-size: calc((27/760)*100vw);
  }
}
.btn_b.blue a::before, .btn_b.blue a::after {
  border: solid #07335d;
}
.btn_b.blue a::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.btn_b.blue a::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
.btn_b.blue a:hover::before, .btn_b.blue a:hover::after {
  width: 100%;
  height: 100%;
  border-color: #07335d;
}
.btn_b.brown a {
  background: url("../images/common/btn_arrow_brown.png") top 50% right 30px no-repeat, #eeeae6;
  color: #5d3107;
}
@media screen and (max-width: 640px) {
  .btn_b.brown a {
    background: url("../images/common/btn_arrow_brown.png") top 50% right calc((40/760)*100vw) no-repeat, #eeeae6;
    background-size: calc((27/760)*100vw);
  }
}
.btn_b.brown a::before, .btn_b.brown a::after {
  border: solid #5d3107;
}
.btn_b.brown a::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.btn_b.brown a::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}
.btn_b.brown a:hover::before, .btn_b.brown a:hover::after {
  width: 100%;
  height: 100%;
  border-color: #5d3107;
}

.table_basic {
  width: 100%;
  border-top: #CCC 1px solid;
}
.table_basic tr {
  border-bottom: #CCC 1px solid;
}
.table_basic th, .table_basic td {
  padding: 1em 0;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

.contact .required {
  display: inline-block;
  color: #cc0000;
}
.contact .contact_form {
  /* iOSでのデフォルトスタイルをリセット */
}
.contact .contact_form_wrap {
	padding: 0 60px 50px;
	background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 640px) {
	.contact .contact_form_wrap {
		padding: 0 calc((30/760)*100vw) calc((30/760)*100vw);
	}
}
.contact .contact_form input, .contact .contact_form select, .contact .contact_form textarea {
  padding: .3em;
  background: #F0EDE9;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .contact .contact_form input, .contact .contact_form select, .contact .contact_form textarea {
    font-size: calc((24/760)*100vw);
  }
}
.contact .contact_form input[size="20"] {
  width: 325px;
}
@media screen and (max-width: 640px) {
  .contact .contact_form input[size="20"] {
    width: 100%;
  }
}
.contact .contact_form input[size="30"] {
  width: 450px;
}
@media screen and (max-width: 640px) {
  .contact .contact_form input[size="30"] {
    width: 100%;
  }
}
.contact .contact_form textarea {
  width: 620px;
}
@media screen and (max-width: 640px) {
  .contact .contact_form textarea {
    width: 100%;
  }
}
.contact .contact_form input[type="submit"],
.contact .contact_form input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
.contact .contact_form input[type="submit"]::-webkit-search-decoration,
.contact .contact_form input[type="button"]::-webkit-search-decoration {
  display: none;
}
.contact .contact_form input[type="submit"]::focus,
.contact .contact_form input[type="button"]::focus {
  outline-offset: -2px;
}
.contact .contact_text {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact .contact_text {
    margin-bottom: calc((30/760)*100vw);
  }
}
.contact .contact_table {
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  .contact .contact_table {
    margin-bottom: calc((50/760)*100vw);
  }
}
.contact .contact_table th {
  padding-right: 1em;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .contact .contact_table th {
    position: relative;
    width: 7em;
    white-space: normal;
  }
}
.contact .contact_table th .required {
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  .contact .contact_table th .required {
    position: absolute;
    top: calc((30/760)*100vw);
    right: calc((10/760)*100vw);
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .contact .contact_table td .address {
    margin-top: .5em;
  }
}
.contact .btn_a {
  margin: 30px 0 0;
  font-size: 1.8rem;
  line-height: 1.0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contact .btn_a {
    margin-top: calc((30/760)*100vw);
    font-size: calc((30/760)*100vw);
  }
}
.contact .btn_a input {
  position: relative;
  display: inline-block;
  width: 285px;
  padding: 15px;
  border: none;
  outline: none;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .contact .btn_a input {
    width: calc((450/760)*100vw);
		margin-top: calc((10/760)*100vw);
    padding: calc((20/760)*100vw);
  }
}
.contact .btn_a input:hover {
  cursor: pointer;
}
.contact .btn_a.blue input {
  background: url("../images/common/btn_arrow_white.png") top 50% right 30px no-repeat, #07335d;
}
@media screen and (max-width: 640px) {
  .contact .btn_a.blue input {
    background: url("../images/common/btn_arrow_white.png") top 50% right calc((40/760)*100vw) no-repeat, #07335d;
    background-size: calc((27/760)*100vw);
    border: #07335d 2px solid;
  }
}
.contact .btn_a.blue input:hover {
  background: url("../images/common/btn_arrow_blue.png") top 50% right 30px no-repeat, #FFF;
  border: #07335d 2px solid;
  color: #07335d;
  transition: .3s;
}
@media screen and (max-width: 640px) {
  .contact .btn_a.blue input:hover {
    background: url("../images/common/btn_arrow_blue.png") top 50% right calc((40/760)*100vw) no-repeat, #FFF;
    background-size: calc((27/760)*100vw);
  }
}
.contact .btn_a.brown input {
  background: url("../images/common/btn_arrow_white.png") top 50% right 30px no-repeat, #5d3107;
  border: #5d3107 2px solid;
}
@media screen and (max-width: 640px) {
  .contact .btn_a.brown input {
    background: url("../images/common/btn_arrow_white.png") top 50% right calc((40/760)*100vw) no-repeat, #5d3107;
    background-size: calc((27/760)*100vw);
  }
}
.contact .btn_a.brown input:hover {
  background: url("../images/common/btn_arrow_blue.png") top 50% right 30px no-repeat, #FFF;
  border: #5d3107 2px solid;
  color: #5d3107;
  transition: .3s;
}
@media screen and (max-width: 640px) {
  .contact .btn_a.brown input:hover {
    background: url("../images/common/btn_arrow_blue.png") top 50% right calc((40/760)*100vw) no-repeat, #FFF;
    background-size: calc((27/760)*100vw);
  }
}

.bns_sns .content {
  padding-bottom: 80px;
  background: #e6eaee;
}
.bns_sns .bns_sns_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.bns_sns .bns_sns_list_item {
  margin: 0 10px;
}
.bns_sns .bns_sns_list_item a:hover {
  opacity: .6;
  transition: .5s;
}

.center {
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .center.sp_left {
    text-align: left !important;
  }
}

/*---------------
   トップページ、不動産情報ページ
---------------*/
.property .property_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .property .property_list {
    display: block;
    margin-bottom: calc((80/760)*100vw);
  }
}
.property .property_list_item {
  position: relative;
  width: 390px;
  margin: 30px 0 0 30px;
  padding: 30px 25px 120px 25px;
  background: #FFF;
}
@media screen and (max-width: 640px) {
  .property .property_list_item {
    width: 100%;
    margin: calc((40/760)*100vw) 0 0;
    padding: calc((30/760)*100vw) calc((30/760)*100vw) calc((150/760)*100vw) calc((30/760)*100vw);
  }
}
.property .property_list_item:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .property .property_list_item:nth-child(-n+3) {
    margin-top: calc((40/760)*100vw);
  }
}
.property .property_list_item:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .property .property_list_item:first-child {
    margin-top: 0;
  }
}
.property .property_list_img {
  margin: -30px -25px 0;
}
@media screen and (max-width: 640px) {
  .property .property_list_img {
    margin: calc((-30/760)*100vw) calc((-30/760)*100vw) 0;
  }
}
.property .property_list_ttl {
  margin: 20px 0;
  font-size: 2.0rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .property .property_list_ttl {
    margin: calc((30/760)*100vw) 0;
    font-size: calc((30/760)*100vw);
  }
}
.property .property_list_detail li {
  padding-left: 1em;
  text-indent: -1em;
}
.property .property_list_detail li:before {
  content: '・';
  color: #5d3107;
}
.property .property_list_detail li .price {
  color: #cc0000;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .property .property_list_detail li .price {
    font-size: calc((30/760)*100vw);
  }
}
.property .property_list_btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .property .property_list_btn {
    bottom: calc((30/760)*100vw);
  }
}
.property .property_list_label {
  display: inline-block;
  position: absolute;
	top: 0;
	left: 10px;
  box-sizing: border-box;
	z-index: 11;
  padding: .5em .2em;
  margin: -10px 0 0 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.0rem;
  color: #FFF;
  background: #F68B1E;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 640px) {
  .property .property_list_label {
    left: calc((20/760)*100vw);
		margin-top: calc((-20/760)*100vw);
		padding: 1em .2em;
		font-size: calc((30/760)*100vw);
  }
}

.property .property_list_label:before {
  position: absolute;
  content: '';
  top: 1px;
  left: -9px;
  border: none;
  border-left: solid 10px transparent;
  border-bottom: solid 10px #FBBD8E;
}
@media screen and (max-width: 640px) {
	.property .property_list_label:before {
		top: calc((1/760)*100vw);
		left: calc((-18/760)*100vw);
		border-left: solid calc((20/760)*100vw) transparent;
		border-bottom: solid calc((20/760)*100vw) #FBBD8E;
	}
}

.property .property_list_label.label2 {
	left: 60px;
}
@media screen and (max-width: 640px) {
  .property .property_list_label.label2{
    left: calc((100/760)*100vw);
  }
}
/*---------------
   footer
---------------*/
.footer {
  background: #5d3107;
  color: #FFF;
}
.footer .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  padding: 80px 30px;
}
@media screen and (max-width: 640px) {
  .footer .inner {
    display: block;
    padding: calc((80/760)*100vw) calc((30/760)*100vw);
  }
}
.footer .footer_logo {
  width: 392px;
  margin: 0 0 20px 5px;
}
@media screen and (max-width: 640px) {
  .footer .footer_logo {
    width: calc((390/760)*100vw);
    margin: 0 auto calc((20/760)*100vw);
  }
}
.footer .footer_flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer .footer_flex {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin-bottom: calc((20/760)*100vw);
  }
}
.footer .footer_ico_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer .footer_ico_list {
    order: 2;
    justify-content: flex-start;
    width: calc((335/760)*100vw);
  }
}
.footer .footer_ico_list li {
  width: 30px;
  margin: 0 5px;
}
@media screen and (max-width: 640px) {
  .footer .footer_ico_list li {
    width: calc((50/760)*100vw);
    margin: 0 calc((20/760)*100vw) 0 0;
  }
}
.footer .footer_address {
    margin-bottom: 20px;
    width: 300px;
    font-style: normal;
    line-height: 2.0;
    text-align: right;
}
@media screen and (max-width: 640px) {
  .footer .footer_address {
    order: 1;
    width: calc((335/760)*100vw);
    margin: 0;
    font-size: calc((20/760)*100vw);
  }
}
.footer .footer_group {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .footer .footer_group {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    justify-content: center;
  }
}
.footer .footer_group dt {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .footer .footer_group dt {
    margin: 0;
    font-size: calc((20/760)*100vw);
  }
}
.footer .footer_group dd {
  width: 150px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .footer .footer_group dd {
    width: calc((160/760)*100vw);
    margin-left: calc((30/760)*100vw);
  }
}
.footer .footer_nav {
  width: 180px;
  margin-left: 105px;
}
.footer .footer_nav li {
  padding-left: 20px;
}
.footer .footer_nav li a {
  display: inline-block;
}
.footer .footer_nav li a:hover {
  text-decoration: underline;
}
.footer .footer_nav > li > a {
  position: relative;
  padding: 7px 0;
}
.footer .footer_nav > li > a:before {
  position: absolute;
  top: 15px;
  left: -20px;
  content: '';
  width: 10px;
  height: 10px;
  border-top: #FFF 1px solid;
  border-right: #FFF 1px solid;
  transform: rotate(45deg);
}
.footer .footer_nav > li .sub {
  margin-top: -5px;
}
.footer .footer_nav > li .sub li a {
  padding: 5px 0;
}
.footer .footer_nav_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .footer .footer_nav_wrap {
    display: none;
  }
}
.footer .footer_copy {
  background: #eeeae6;
  color: #000;
  text-align: center;
  line-height: 1.9;
}
@media screen and (max-width: 640px) {
  .footer .footer_copy {
    font-size: calc((20/760)*100vw);
    line-height: 3.0;
  }
}


.link a:link,.link a:visited {
    text-decoration: underline;
}
.link a:hover,.link a:active {
    text-decoration: none;
}
span.center {
  text-align: center !important;
}