@charset "utf-8";

/* ----------------------------------------------------------------------
footer
---------------------------------------------------------------------- */

.l-footer img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    max-width: 100%
}
.l-footer a {
    display: inline;
    transition: all 100ms ease-out;
    text-decoration: none;
    color: #333
}
@media only screen and (min-width:768px) {
    .l-footer a:active,
    .l-footer a:focus,
    .l-footer a:hover {
        opacity: .7;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""
        text-decoration: none;
        color: #333
    }
}
@media only screen and (min-width:768px) {
    .l-footer a:active img,
    .l-footer a:focus img,
    .l-footer a:hover img {
        opacity: .7;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)""
        text-decoration: none;
        color: #333
    }
}
@media only screen and (max-width:767px) {
    .js-small-menu-body {
        opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)""
        position: absolute
    }
}
@media only screen and (min-width:768px) {
    .gnav-sub {
        opacity: 0;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)""
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10500
    }
}

@media only screen and (min-width:768px) {
    .l-outer {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0.9375rem;
        overflow: hidden
    }
}
@media only screen and (min-width:768px) {
    .l-outer.is-max-small {
        max-width: 840px
    }
}
.l-outer h2:first-child {
    margin-top: 0
}
@media only screen and (max-width:767px) {
    .l-side-margin {
        margin-left: 15px;
        margin-right: 15px
    }
}
@media only screen and (min-width:768px) {
    .l-column {
        display: -ms-flexbox;
        display: flex;
        line-height: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: start
    }
}
@media only screen and (min-width:1025px) {
    .l-column {
        margin-left: -10px;
        margin-right: -10px
    }
}
@media only screen and (min-width:768px) {
    .l-column-cols-2,
    .l-column-cols-3,
    .l-column-cols-4 {
        min-width: 0
    }
}
@media only screen and (min-width:768px) {
    .l-column-cols-2 > *,
    .l-column-cols-3 > *,
    .l-column-cols-4 > * {
        margin-left: 10px;
        margin-right: 10px
    }
}
@media only screen and (min-width:768px) {
    .l-column-cols-2 {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%
    }
}
@media only screen and (min-width:768px) {
    .l-column-cols-3 {
        -ms-flex: 0 1 33.333%;
        flex: 0 1 33.333%;
        max-width: 33.333%
    }
}
@media only screen and (min-width:768px) {
    .l-column-cols-4 {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%
    }
}
@media only screen and (min-width:768px) {
    .l-2column {
        display: -ms-flexbox;
        display: flex
    }
}
.l-2column-main {
    width: 100%
}
@media only screen and (max-width:767px) {
    .l-2column-main {
        padding: 0 15px
    }
}
@media only screen and (min-width:768px) {
    .l-2column-main {
        margin-right: 20px
    }
}
@media only screen and (max-width:767px) {
    .l-2column-side {
        margin-top: 70px;
        width: 100%;
        padding: 0 15px
    }
}
@media only screen and (min-width:768px) {
    .l-2column-side {
        -ms-flex: 0 0 230px;
        flex: 0 0 230px
    }
}
@media only screen and (min-width:768px) {
    .l-row-2,
    .l-row-3 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }
}
@media only screen and (min-width:768px) {
    .l-row-2 > li,
    .l-row-3 > li {
        overflow: hidden;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 10px
    }
}
@media only screen and (min-width:768px) {
    .l-row-2 > li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-width: 0;
        max-width: 50%
    }
}
@media only screen and (min-width:768px) {
    .l-row-3 > li {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        min-width: 0;
        max-width: 33.333%
    }
}
@media only screen and (min-width:768px) {
    .l-row-3.is-narrow > li {
        padding: 0 5px
    }
}
.l-section-margin {
    margin-bottom: 70px
}
@media only screen and (min-width:768px) {
    .l-section-margin {
        margin-bottom: 80px
    }
}
.l-contents-margin {
    margin-bottom: 30px
}
@media only screen and (min-width:768px) {
    .l-contents-margin {
        margin-bottom: 40px
    }
    .ft-security-body dl{
        background: #fff;
    }
}
.l-base-margin {
    margin-bottom: 50px
}


@media only screen and (max-width:767px) {
    .ft-security {
        border-top: 1px solid #ddd;
        background: #fff;
    }
}
@media only screen and (min-width:768px) {
    .ft-security {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px
    }
}
@media only screen and (max-width:767px) {
    .ft-security li {
        border-bottom: 1px solid #ddd
    }
}
@media only screen and (min-width:768px) {
    .ft-security li {
        min-width: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 50%
    }
}
.ft-security .ft-security-body {
    height: 100%;
    padding: 0 10px
}
.ft-security .ft-security-body > a,
.ft-security .ft-security-body > dl {
    font-size: 12px;
    padding: 10px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5
}
@media only screen and (min-width:768px) {
    .ft-security .ft-security-body > a,
    .ft-security .ft-security-body > dl {
        height: 100%;
        width: 100%;
        border: 1px solid #ddd;
        padding: 10px
    }
}
.ft-security dt {
    line-height: 0
}
.ft-security dd {
    margin-left: 10px
}
.ft-security .is-jpx dt {
    line-height: 0
}
@media only screen and (max-width:767px) {
    .ft-security .is-jpx dt {
        -ms-flex: 0 0 56px;
        flex: 0 0 56px
    }
}
.ft-security .is-jpx img {
    width: 56px
}
.ft-security .is-pmark dt {
    -ms-flex: 0 0 53px;
    flex: 0 0 53px
}
.ft-security .is-pmark img {
    width: 53px
}
.ft-security .is-jmic a {
    display: block;
    width: 100%;
    line-height: 0
}
.ft-security .is-jmic img {
    width: 90px
}
.ft-pagetop {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: right;
    margin-top: 20px
}
.ft-pagetop i {
    color: #a19283;
    font-size: 14px;
    vertical-align: -1px;
    margin-right: 3px
}
.ft-pagetop i:before {
    transform: rotate(-90deg);
    display: inline-block
}
.ft-nav {
    background: #a19283;
    padding: 30px 20px 10px
}
@media only screen and (min-width:768px) {
    .ft-nav {
        padding: 30px 0
    }
}
.ft-nav-about {
    margin-bottom: 25px
}
@media only screen and (min-width:768px) {
    .ft-nav-about {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
}
.ft-nav-about dt {
    line-height: 0
}
@media only screen and (max-width:767px) {
    .ft-nav-about dt {
        padding: 0 70px 20px;
        text-align: center
    }
}
@media only screen and (min-width:768px) {
    .ft-nav-about dt {
        -ms-flex: 0 0 227px;
        flex: 0 0 227px
    }
}
.ft-nav-about dd {
    font-size: 12px;
    color: #fff;
    line-height: 1.7
}
@media only screen and (min-width:768px) {
    .ft-nav-about dd {
        padding-left: 30px
    }
}
.ft-nav-about br {
    display: none
}
.ft-nav-body {
    background: #fff;
    padding: 15px 5px 0 15px
}
@media only screen and (max-width:767px) {
    .ft-nav-body {
        margin-bottom: 20px
    }
}
@media only screen and (min-width:768px) {
    .ft-nav-body {
        height: 100%;
        padding: 15px 15px 10px 20px
    }
}
.ft-nav-body .is-top {
    padding-bottom: 20px
}
@media only screen and (min-width:768px) {
    .ft-nav-body dl {
        display: table
    }
}
@media only screen and (min-width:768px) {
    .ft-nav-body dt {
        width: 100px
    }
}
@media only screen and (min-width:768px) {
    .ft-nav-body dd,
    .ft-nav-body dt {
        display: table-cell
    }
    .ft-nav-body dd a,
    .ft-nav-body dt a {
        text-decoration: none
    }
    .ft-nav-body dd a span,
    .ft-nav-body dt a span {
        text-decoration: underline
    }
}
@media only screen and (min-width:768px) {
    .ft-nav-body dd a:after {
        content: "｜";
        color: #a19283
    }
}
@media only screen and (min-width:768px) {
    .ft-nav-body dd a:last-child:after {
        content: ""
    }
}
@media only screen and (max-width:767px) {
    .ft-nav-body dl,
    .ft-nav-body ul {
        line-height: 0;
        padding-bottom: 10px
    }
}
.ft-nav-body dd,
.ft-nav-body dt,
.ft-nav-body li {
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 12px
}
.ft-nav-body li {
    display: inline-block;
    padding-right: 1.2em
}
@media only screen and (min-width:768px) {
    .ft-nav-body li {
        display: block
    }
}
@media only screen and (max-width:767px) {
    .ft-nav-body dd a {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 1.2em
    }
}
.ft-nav-body a {
    color: #a19283;
    text-decoration: underline
}
.ft-nav-body a.is-inactive {
    pointer-events: none;
    color: #999;
    text-decoration: none
}
.ft-nav-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px
}
@media only screen and (min-width:768px) {
    .ft-nav-title {
        font-size: 16px
    }
}
.ft-nav-sub-title {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px
}
.ft-statement {
    line-height: 0;
    padding: 0 20px 10px
}
@media only screen and (min-width:768px) {
    .ft-statement {
        padding: 0 0 5px
    }
}
.ft-statement img {
    width: 270px;
    max-width: 100%
}
@media only screen and (min-width:768px) {
    .ft-statement img {
        width: 390px;
        max-width: 100%
    }
}
.ft-copyright {
    color: #999;
    font-size: 11px;
    margin: 0 20px
}
@media only screen and (min-width:768px) {
    .ft-copyright {
        margin: 0
    }
}
@media only screen and (min-width:768px) {
    .ft-copyright {
        font-size: 12px
    }
}
.l-footer {
    margin-top: 70px
}
@media only screen and (min-width:768px) {
    .l-footer {
        margin-top: 80px
    }
}
.l-ft-nav,
.l-ft-security {
    margin-top: 30px
}
@media only screen and (min-width:768px) {
    .l-ft-nav-row {
        display: -ms-flexbox;
        display: flex
    }
}
@media only screen and (min-width:768px) {
    .l-ft-nav-cols {
        margin-bottom: 20px
    }
}
@media only screen and (min-width:768px) {
    .l-ft-nav-cols.is-area {
        -ms-flex: 1 1 70%;
        flex: 1 1 70%;
    }
}
@media only screen and (min-width:768px) {
    .l-ft-nav-cols.is-service {
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        padding-left: 10px
    }
}
@media only screen and (min-width:768px) {
    .l-ft-nav-wide {
        display: -ms-flexbox;
        display: flex
    }
    .l-ft-nav-wide > div {
        -ms-flex: 1 1 26%;
        flex: 1 1 26%
    }
    .l-ft-nav-wide > div:last-child {
        -ms-flex: 1 1 21%;
        flex: 1 1 21%
    }
}
.l-ft-statement {
    padding: 30px 0
}
@media only screen and (min-width:768px) {
    .l-breadcrumb {
        margin-bottom: 30px
    }
}
@media only screen and (max-width:767px) {
    .hide-small {
        display: none
    }
}
@media only screen and (min-width:768px) {
    .show-small {
        display: none
    }
}
.l-footer figure {
    text-align: center;
    max-width: 100%;
    margin-bottom: 30px
}

.footer-fb, .footer-tw{
 width: 92%;
    height: 350px;
    overflow: hidden;
    margin:15px;
    text-align: center;
    }
.footer-tw {
    border: 1px solid #ddd;
    border-radius: 5px;
}
@media only screen and (min-width:768px) {
    .l-footer figure {
        margin-bottom: 40px
    }
    .social-footer{
        width: 1000px;
        margin:0 auto;
    }
    .footer-fb, .footer-tw{
        width: 47%;
        float: left;
    }
}
.l-footer figcaption {
    font-size: 12px;
    color: #666;
    line-height: 1.5
}
.footer-tw {
    font-size: 14px!important;
}




/* =========================================================
　フッターCVボタン
========================================================= */
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fixed-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .75);
  z-index: 5;
}

@media only screen and (min-width: 48em) {
  .fixed-cv br {
    display: none
  }
  .fixed-cv{
    display: none;
  }
}

.fixed-cv-reserve {
  margin-right: 0;
}

@media only screen and (min-width: 48em) {
  .fixed-cv-reserve {
    -ms-flex: 0 0 470px;
    flex: 0 0 470px;
    min-width: 0;
    margin-right: 10px
  }
}

.fixed-cv-reserve a {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  padding: 20px 10px 13px;
  background: #bd302c;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
}

@media only screen and (min-width: 48em) {
  .fixed-cv-reserve a {
    min-width: 360px;
    width: auto;
    font-size: 16px
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .fixed-cv-reserve a {
    min-width: 340px
  }
}

.fixed-cv-reserve a:hover, .fixed-cv-reserve a:focus, .fixed-cv-reserve a:active {
  color: #fff
}

.fixed-cv-reserve a i {
  margin-right: 5px;
  font-size: 1em;
  vertical-align: -2px
}

.fixed-cv-reserve a .ficon-ibjap-arrow-right {
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  transform: translateY(-38%)
}

.fixed-cv-reserve a em {
  color: #fff
}

.fixed-cv-reserve a:before {
  display: none
}

@media only screen and (min-width: 48em) {
  .fixed-cv-reserve a {
    min-width: auto;
    width: 100%;
    font-size: 23px
  }
}

.fixed-cv-document a, .fixed-cv-tel a {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  padding: 20px 10px 13px;
  background: #746354;
  white-space: nowrap;
  width: 100%;
  text-decoration: none;
  margin-bottom: 2px
}

@media only screen and (min-width: 48em) {
  .fixed-cv-document a, .fixed-cv-tel a {
    min-width: 360px;
    width: auto;
    font-size: 16px
  }
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .fixed-cv-document a, .fixed-cv-tel a {
    min-width: 340px
  }
}

.fixed-cv-document a:hover, .fixed-cv-document a:focus, .fixed-cv-document a:active, .fixed-cv-tel a:hover, .fixed-cv-tel a:focus, .fixed-cv-tel a:active {
  color: #fff
}

.fixed-cv-document a i, .fixed-cv-tel a i {
  margin-right: 5px;
  font-size: 1em;
  vertical-align: -2px
}

.fixed-cv-document a .ficon-ibjap-arrow-right, .fixed-cv-tel a .ficon-ibjap-arrow-right {
  position: absolute;
  right: 5px;
  top: calc(50% - 1px);
  transform: translateY(-38%)
}

.fixed-cv-document a em, .fixed-cv-tel a em {
  color: #fff
}

.fixed-cv-document a:before, .fixed-cv-tel a:before {
  display: none
}

@media only screen and (max-width: 47.9375em) {
  .fixed-cv-document {
    display: none
  }
}

@media only screen and (min-width: 48em) {
  .fixed-cv-document {
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
    min-width: 0;
    margin-left: 10px
  }
}

@media only screen and (min-width: 48em) {
  .fixed-cv-document a {
    min-width: auto;
    width: 100%;
    font-size: 23px
  }
}

.fixed-cv-reserve {
  margin-left: 5px;
}

@media only screen and (min-width: 48em) {
  .fixed-cv-tel {
    display: none
  }
}

.fixed-cv-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 6px 5px 4px;
}

@media only screen and (max-width: 47.9375em) {
  .fixed-cv-body > div {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-width: 0
  }
  .fixed-cv-body > .fixed-cv-tel{
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

  .fixed-cv-body > div i {
    font-size: 15px;
    display: inline-block;
    vertical-align: 0;
    margin-left: 6px;
  }

  .fixed-cv-body > div a {
    font-size: 16px;
    padding: 20px 5px 20px;
  }
  .fixed-cv-reserve a i {
    vertical-align: 0px;
}
}

@media only screen and (min-width: 48em) {
  .fixed-cv-body > div a i {
    font-size: 20px;
    vertical-align: 0px;
    padding: 5px;
  }
}

/*-------------------------------------------------*/
.footer_sub{
	background:#F2F2F2;
	padding:50px 0;
}
.footer_navilist{
	width:100%;
	margin:0px auto;
}
.footer_navilist ul{
}
.footer_navilist li{
	float:left;
	width:24%;
	margin:0 0.5%;
	background:#FFF;
}
.footer_navilist li img{
	width:90px;
	height:auto;
}
.footer_navilist li a{
	display:block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	border:1px solid #A19283;
	border-left:7px solid #A19283;
	padding:0;
	text-align:center;
	height:65px;
}
.footer_navilist li img{
	float:left;
}
.footer_navilist li h3{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight:bold;
	margin:0;
	line-height:65px;
	color:#000;
}
.footer_navilist li.reserve h3{
	line-height:100%;
	margin:10px 0 0 0;
}
.footer_navilist li.reserve p{
	padding:0;
	text-align:center;
	margin:5px auto 0 auto;
}
.footer_navilist li.reserve p span{
	background:#A19283;
	color:#FFF;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:0 10px;
}
.footer_navilist li a:hover{
	background:#A19283;
	text-decoration:none;
}
.footer_navilist li a:hover h3{
	color:#FFF;
}
.footer_navilist li h3 img{
	width:55px;
	auto;
	float:none;
	margin:0 10px 0 0;
    vertical-align: middle;
}
@media screen and (max-width: 800px) {
	.footer_navilist li h3{
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.footer_navilist li a:hover{
	background:#A19283;
	text-decoration:none;
}
.footer_navilist li a:hover h3{
	color:#FFF;
}

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

	.footer_navilist{
		width:100%;
		margin:0px auto;
	}
	.footer_navilist ul{
	}
	.footer_navilist li{
		float:none;
		width:100%;
		margin:0 0 10px 0;
		background:#FFF;
	}
	.footer_navilist li img{
		width:90px;
		height:auto;
	}
	.footer_navilist li a{
		display:block;
	    -webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	         -o-box-sizing: border-box;
	        -ms-box-sizing: border-box;
	            box-sizing: border-box;
		border:1px solid #A19283;
		border-left:7px solid #A19283;
		padding:0;
		text-align:center;
	}
	.footer_navilist li img{
		float:left;
	}
	.footer_navilist li h3{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight:bold;
		margin:0;
		line-height:65px;
		color:#000;
	}
	.footer_navilist li a:hover{
		background:#A19283;
		text-decoration:none;
	}
	.footer_navilist li a:hover h3{
		color:#FFF;
	}
}
@media screen and (max-width: 374px) {
	.footer_navilist li h3{
		font-size: 16px;
		font-size: 1.6rem;
	}
}

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

.p-entry__body ul.btn_towlist,
ul.btn_towlist{
	width:800px;
	margin:0 auto;
}
ul.btn_towlist li{
	width:50%;
	float:left;
	text-align:center;
}

ul.btn_towlist .more_btn{
	line-height:150%;
}
@media screen and (max-width: 800px) {
	.p-entry__body ul.btn_towlist,
	ul.btn_towlist{
		width:100%;
	}
	ul.btn_towlist li{
		width:48%;
		margin:0 1%;
	}
	ul.btn_towlist .more_btn{
		width:100%;
		line-height:150%;
	}
}

@media screen and (max-width: 750px) {
	ul.btn_towlist li{
		width:100%;
		float:none;
		text-align:center;
	}
}


