@charset "UTF-8";
/*
Theme Name : オレンジエステート
Theme URI: http://orange-estate.com
Author:
Author URI:
Description:
Version: 1.0
*/
/*---font------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,400i");
/*---base------------------------------------------------------------------*/
/* reset
========================================================================== */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.78;
  color: #6f5240;
  background: #fff;
}

a {
  color: #6f5240;
  text-decoration: none;
  transition-property: all;
  transition-duration: .3s;
}

.fadebox {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* layout
---------------------------------------------------------------------------------------*/
.container {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

/* text-align
---------------------------------------------------------------------------------------*/
.text_center {
  text-align: center;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

/* clearfix
---------------------------------------------------------------------------------------*/
.clr:after {
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clr {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clr {
  height: 1%;
}

.clr {
  display: block;
}

/* btn
---------------------------------------------------------------------------------------*/
.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
}

.btn_more img {
  width: 130px;
}

.btn_satei img {
  width: 203px;
}

.btn_print img {
  width: 198px;
}

.btn_bukken img {
  width: 203px;
}

.btn_back img {
  width: 74px;
}

.btn_kakunin img {
  width: 201px;
}

.btn_submit img {
  width: 110px;
}

/* header
---------------------------------------------------------------------------------------*/
.front_header .header_reed {
  background: url("images/common/bg_header.jpg") center;
  background-size: cover;
}

.front_header .header_reed img {
  width: 110px;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .front_header .header_reed img {
    width: 23px;
    padding: 18px 0;
  }
}

.front_header .header_sns {
  width: 100%;
  margin-top: 25px;
}

.front_header .header_sns ul {
  float: right;
}

.front_header .header_sns ul li {
  float: left;
  margin-left: 15px;
}

.front_header .header_sns ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f89639;
  line-height: 1;
}

.front_header .header_sns ul li a:hover {
  background: #f15c27;
}

.front_header .header_sns ul li img {
  width: 18px;
  height: 18px;
}

.front_header .header_logo {
  width: 300px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .front_header .header_logo {
    width: 170px;
    margin: 20px auto 35px;
  }
}

.front_header .header_logo a:hover {
  opacity: 0.7;
}

.page_header {
  padding: 20px 0 15px;
}

@media screen and (max-width: 767px) {
  .page_header {
    padding: 0;
  }
}

.page_header .header_logo {
  float: left;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .page_header .header_logo {
    float: none;
    width: 28px;
    padding: 13px 0;
  }
}

.page_header .gnav {
  float: right;
}

.page_header .header_sns {
  margin-top: 17px;
  float: right;
}

.page_header .header_sns ul li {
  float: left;
  margin-left: 15px;
}

.page_header .header_sns ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f89639;
  line-height: 1;
}

.page_header .header_sns ul li a:hover {
  background: #f15c27;
}

.page_header .header_sns ul li img {
  width: 18px;
  height: 18px;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/* gnav
 ---------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .gnav ul {
    text-align: center;
    margin-top: 25px;
  }
  .gnav ul li {
    display: inline-block;
    margin: 0 20px;
    transition: all 0.2s;
  }
  .gnav ul li a:after {
    display: block;
    width: 0;
    margin-top: 5px;
    content: '';
    transition: all 0.3s ease;
    border-bottom: 4px solid #f89639;
  }
  .gnav ul li a:hover:after {
    width: 100%;
    border-bottom: 4px solid #f89639;
    margin-top: 5px;
  }
  .gnav ul .current_page_item a:after {
    width: 100%;
  }
  .gnav ul .nav_01 {
    width: 80px;
  }
  .gnav ul .nav_02 {
    width: 163px;
  }
  .gnav ul .nav_03 {
    width: 163px;
  }
  .gnav ul .nav_04 {
    width: 62px;
  }
  .gnav ul .nav_05 {
    width: 63px;
  }
  .gnav ul .sub-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gnav .nav_reed {
    padding: 15px 20px;
  }
  .gnav .nav_reed img {
    width: 80px;
  }
  .gnav .drawer-menu {
    background: url("images/common/header_reed.png") left 20px top 20px;
    background-size: 70px 42px;
    padding-top: 75px;
    background-repeat: no-repeat;
  }
  .gnav .drawer-menu li {
    border-bottom: 1px solid #fff;
  }
  .gnav .drawer-menu li ul {
    overflow: hidden;
  }
  .gnav .drawer-menu li ul li {
    border-top: 1px dotted #fff;
    border-bottom: none;
    float: left;
    width: 50%;
  }
  .gnav .drawer-menu li ul li:nth-child(odd) {
    border-right: 1px dotted #fff;
  }
  .gnav .drawer-menu li ul li a {
    padding: 12px 20px 12px 40px;
  }
  .gnav .drawer-menu li ul li a:after {
    content: " \f105" !important;
    font-family: FontAwesome;
    float: right;
    margin-right: 3px !important;
  }
  .gnav .drawer-menu li a {
    color: #fff;
    padding: 12px 20px;
    display: block;
  }
  .gnav .drawer-menu li a:after {
    content: " \f105";
    font-family: FontAwesome;
    float: right;
    margin-right: 3px;
  }
  .gnav .drawer-menu .sns_area {
    border-bottom: none;
    float: left;
    margin: 17px 0 17px 20px;
  }
  .gnav .drawer-menu .sns_area a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    line-height: 1;
  }
  .gnav .drawer-menu .sns_area a:after {
    display: none;
  }
  .gnav .drawer-menu .sns_area:hover {
    background: #f89639;
  }
  .gnav .drawer-menu .sns_area img {
    width: 18px;
    height: 18px;
  }
  .gnav .menu-item-has-children {
    cursor: pointer;
  }
  .gnav .menu-item-has-children a:after {
    content: " \f055" !important;
    font-family: FontAwesome;
    float: right;
    margin-right: 0 !important;
  }
  .gnav .menu-item-has-children a.active:after {
    content: " \f056" !important;
    font-family: FontAwesome;
    float: right;
  }
  .gnav .menu-item-has-children ul {
    display: none;
  }
}

/* drawer
 ---------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .drawer-open {
    overflow: hidden !important;
  }
  .drawer-nav {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 16.25rem;
    height: 100%;
    color: #fff;
    background-color: #f15c27;
  }
  .drawer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .drawer-open .drawer-overlay {
    display: block;
  }
  /*!------------------------------------*    Top
\*!------------------------------------*/
  .drawer--top .drawer-nav {
    top: -100%;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
  }
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    right: 0;
  }
  /*!------------------------------------*    Hamburger
\*!------------------------------------*/
  .page_header .drawer-hamburger {
    background-color: #f15c27;
  }
  .page_header .drawer-hamburger-icon,
  .page_header .drawer-hamburger-icon:after,
  .page_header .drawer-hamburger-icon:before {
    background-color: #fff;
  }
  .drawer-hamburger {
    position: absolute;
    z-index: 104;
    top: 15px;
    right: 15px !important;
    display: block;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    padding: 10px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: #fff;
    border-radius: 50%;
  }
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: #f89639;
  }
  .drawer-hamburger:hover .drawer-hamburger-icon,
  .drawer-hamburger:hover .drawer-hamburger-icon:after,
  .drawer-hamburger:hover .drawer-hamburger-icon:before {
    background-color: #fff;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin-top: 2px;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #f15c27;
  }
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    position: absolute;
    top: -7px;
    left: 0;
    content: ' ';
  }
  .drawer-hamburger-icon:after {
    top: 7px;
  }
  .drawer-open .drawer-hamburger {
    background-color: #f15c27;
  }
  .drawer-open .drawer-hamburger:hover {
    cursor: pointer;
    background-color: #f15c27;
  }
  .drawer-open .drawer-hamburger:hover .drawer-hamburger-icon {
    background-color: #f15c27;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: #f15c27;
  }
  .drawer-open .drawer-hamburger-icon:after,
  .drawer-open .drawer-hamburger-icon:before {
    top: 0;
    background-color: #fff;
  }
  .drawer-open .drawer-hamburger-icon:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0 0.75rem 0 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/*-----------
page_title
-----------*/
.page_title {
  background: url("images/common/bg_header.jpg") center;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  .page_title {
    padding: 40px 0;
  }
}

/*-----------
pagination
-----------*/
.pagination {
  clear: both;
  text-align: center;
  margin: 20px 0;
}

.pagination .screen-reader-text {
  display: none;
}

.pagination .page-numbers {
  padding: 10px 15px;
  border: 1px solid #cccccc;
}

.pagination .current {
  font-weight: bold;
  color: #cccccc;
}

/* footer
---------------------------------------------------------------------------------------*/
.footer {
  margin-top: 160px;
  margin-bottom: 98px;
}

@media screen and (max-width: 767px) {
  .footer {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 54px;
  }
}

.footer .footer_01 {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .footer .footer_01 {
    margin-bottom: 15px;
  }
}

.footer .footer_01 .logo_area {
  float: left;
}

@media screen and (max-width: 767px) {
  .footer .footer_01 .logo_area {
    float: none;
  }
}

.footer .footer_01 .logo_area .footer_logo {
  float: left;
  width: 245px;
}

@media screen and (max-width: 767px) {
  .footer .footer_01 .logo_area .footer_logo {
    float: none;
    width: 50%;
    margin: auto auto 10px;
  }
}

.footer .footer_01 .logo_area .footer_about {
  float: left;
  width: 270px;
  margin-left: 30px;
  margin-top: 30px;
  font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
  .footer .footer_01 .logo_area .footer_about {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    font-size: 1.2rem;
  }
}

.footer .footer_01 .logo_area .footer_about ul {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .footer .footer_01 .logo_area .footer_about ul {
    margin-bottom: 0;
  }
}

.footer .footer_01 .logo_area .footer_about ul li {
  float: left;
  border-left: 1px solid #f15c27;
  line-height: 1;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .footer .footer_01 .logo_area .footer_about ul li {
    float: none;
    display: inline-block;
  }
}

.footer .footer_01 .logo_area .footer_about ul li:last-child {
  border-right: 1px solid #f15c27;
}

.footer .footer_01 .logo_area .footer_about ul li a {
  color: #f15c27;
}

.footer .footer_01 .logo_area .footer_about ul li a:hover {
  color: #f89639;
}

.footer .footer_01 .logo_area .footer_about .copy {
  color: #f15c27;
}

.footer .footer_01 .logo_area .footer_about .copy small {
  font-size: 1.1rem;
}

.footer .footer_01 .footer_sns {
  float: right;
  margin-top: 30px;
}

.footer .footer_01 .footer_sns li {
  float: left;
  margin-left: 15px;
}

.footer .footer_01 .footer_sns li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f89639;
  line-height: 1;
}

.footer .footer_01 .footer_sns li a:hover {
  background: #f15c27;
}

.footer .footer_01 .footer_sns li img {
  width: 18px;
  height: 18px;
}

.footer .footer_line {
  background: url("images/common/orange_rep.png") center repeat-x;
  width: 100%;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .footer .footer_line {
    height: 25px;
  }
}

.footer_fix {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f15c27;
  padding: 15px 0;
}

.footer_fix .pc_only .footer_address {
  float: left;
  color: #fff;
  line-height: 1.4;
}

.footer_fix .pc_only .footer_address .tel {
  font-family: 'Source Sans Pro', sans-serif;
}

.footer_fix .pc_only .footer_address .tel span {
  font-size: 2.2rem;
  display: inline-block;
  font-weight: bold;
}

.footer_fix .pc_only .ico_map {
  float: left;
  margin-left: 15px;
  margin-top: 15px;
}

.footer_fix .pc_only .ico_map a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 1;
  background: #fff;
  color: #f15c27;
}

.footer_fix .pc_only .ico_map a:hover {
  background: none;
  color: #fff;
}

.footer_fix .pc_only .ico_map a img {
  width: 45px;
  height: 45px;
  padding: 7px;
}

.footer_fix .pc_only ul {
  float: right;
  margin-top: 10px;
}

.footer_fix .pc_only ul li {
  float: left;
  line-height: 1;
  margin-left: 20px;
}

.footer_fix .pc_only ul li .fa {
  margin-right: 5px;
  font-size: 1.8rem;
}

.footer_fix .pc_only ul li a {
  display: block;
  border: 2px solid #fff;
  border-radius: 30px;
  padding: 15px 35px;
  background: #fff;
  color: #f15c27;
}

.footer_fix .pc_only ul li a:hover {
  background: none;
  color: #fff;
}

.footer_fix .pc_only ul img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.footer_fix .sp_only ul {
  text-align: center;
}

.footer_fix .sp_only ul li {
  display: inline-block;
  line-height: 1;
  padding: 0 6px 0 10px;
  border-left: 1px solid #fff;
  vertical-align: middle;
}

.footer_fix .sp_only ul li:last-child {
  border-right: 1px solid #fff;
}

.footer_fix .sp_only ul li .fa {
  margin-right: 5px;
  font-size: 1.8rem;
}

.footer_fix .sp_only ul li a {
  display: block;
  color: #fff;
}

.footer_fix .sp_only ul li a:hover {
  opacity: 0.7;
}

.footer_fix .sp_only ul img {
  width: 20px;
  height: 20px;
}


/* 20251024 add css */

.footer_address--plus{
  display: flex;
  margin-bottom: 120px;
}

.fa__col--p{
  width: 50%;
}

.fa__col--p h3{
  width: 320px;
  max-width: 100%;
  border-bottom:1px solid #F15C27;
  color: #F15C27;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 5px;
  margin:0 0 18px;
}

.fa__col--p a.fa__tel{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color:#6f5240;
  margin:0 0 5px;
}

.fa__col--p p{
  font-size: 16px;
  font-weight: bold;
  color:#6f5240;
  margin:0 0 15px;
}

.fa__col--p .fa__map{
  display: block;
  width: 83px;
  height: 30px;
  border:1px solid #F15C27;
  box-sizing: border-box;
  background: #F15C27;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 29px;
  text-decoration: none;
  transition: 0.4s;
}

.fa__col--p .fa__map:hover{
  background: #fff;
  color:#F15C27;
}


.map__flex{
  display: flex;
  margin:120px 0 80px;
}

.mf__left{
  width: 53%;
}

.mf__right{
  width: 47%;
  box-sizing: border-box;
  padding-left: 40px;
}

.map__flex .mf__right img{
  width: 400px;
  max-width: 100%;
  margin-top: 55px;
  display: block;
  margin-left: auto;
}

.mf__left h3{
  font-size: 20px;
  font-weight: bold;
  color:#F15C27;
  margin:0 0 18px;
}

.mf__table__row{
  border-top:1px solid #6f5240;
  display: flex;
  padding: 20px 0;
}

.mf__table__row .mf__text1{
  width: 150px;
  box-sizing: border-box;
  padding-right: 20px;
  font-size: 14px;
  font-weight: bold;
  color:#6f5240;
  margin:0 ;
}

.mf__table__row .mf__text2{
  width: calc(100% - 150px);
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color:#6f5240;
  margin:0 ;
}

.mf__text2.pe-none{
  pointer-events: none;
}

.mf__table__row .mf__text2 a{
  transition: 0.4s;
}

.mf__table__row .mf__text2 a:hover{
  opacity: 0.6;
}








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

  .footer_address--plus{
    text-align: left;
    display: block;
  }

  .fa__col--p{
    width: 100%;
    max-width:350px;
    margin:0 auto;
  }

  .footer_address--plus .fa__col--p:first-child{
    margin-bottom: 60px;
  }

  .footer {
    margin-top: 80px;
  }

  .footer_address--plus{
    margin-bottom: 80px;
  }

  .fa__col--p h3{
    width: 100%;
  }

  .fa__col--p h3{
    font-size: 21px;
  }

  .fa__col--p a.fa__tel{
    font-size: 18px;
  }

  .map__flex{
    display: block;
    margin:80px 0 40px;
  }

  .mf__left{
    width: 100%;
  }
  
  .mf__right{
    width: 100%;
    padding-left: 0;
  }

  .map__flex .mf__right img{
    width: 100%;
    margin-top: 15px;
  }
  
  .mf__table__row .mf__text1{
    width: 80px;
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 13px;
    font-weight: bold;
    color:#6f5240;
    margin:0 ;
  }
  
  .mf__table__row .mf__text2{
    width: calc(100% - 80px);
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    color:#6f5240;
    margin:0 ;
  }

  .access .map.map2{
    margin-bottom: 100px!important;
  }

  .fa__col--p p{
    font-size: 15px;
  }












}

