@charset "utf-8";
/* CSS Document */

html{
    font-size: 62.5%;
}
body{
    font-size: 1.3rem;
    line-height: 1.6;
    font-family: 'Noto Serif JP', serif;
    color: #5e5e5e;
    -webkit-text-size-adjust: 100%;
    position: relative;
}
a,
a *{
    color: #5e5e5e;
    text-decoration: none;
    -webkit-transition: all .3s;
            transition: all .3s;
}
@media screen and (min-width:768px) {
a:hover,
a:hover *{
    opacity: .7;
}
}
@media screen and (min-width:768px) {
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
}
}

/*
.lato{
    font-family: 'Lato', sans-serif;
}
.noto{
    font-family: 'Noto Sans JP', sans-serif;
}
*/

@media screen and (min-width:768px) {
.sp_only{
    display: none;
}
}
@media screen and (max-width:767px) {
body{
    font-size: 1.3rem;
}
.pc_only{
    display: none;
}
}
@media screen and (max-width:1179px) {
.pc_only2{
    display: none;
}
}


/* ==============================
    ヘッダー
============================== */
#header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
}
#header_frame{
    position: relative;
}
#h_logo{
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 100;
    background: #fff;
}
#headerNav li a::before{
    font-family: "Font Awesome 5 Free";
    font-size: 1.8rem;
    font-weight: 700;
    padding-right: 10px;
    color: #b9905e;
}
#headerNav li:nth-child(1) a::before{
    content: "\f4ad";
}
#headerNav li:nth-child(2) a::before{
    content: "\f06b";
}
#headerNav li:nth-child(3) a::before{
    content: "\f15c";
}
#headerNav li:nth-child(4) a::before{
    content: "\f059";
}
@media screen and (min-width:1180px) {
#header{
    height: 100px;
}
#header_frame{
    width: 1140px;
    margin: 0 auto;
}
}
@media screen and (min-width:768px) {
#h_contents,
#mainNav ul{
    display: flex;
    justify-content: flex-end;
}
#h_contents{
    padding-top: 15px;
}
#h_search{
    display: flex;
}
#h_search input[type="text"]{
    border: solid 1px #b9905e;
    border-right: none;
    padding: 0 10px;
    width: 200px;
    height: 33px;
    border-radius: 18px 0 0 18px;
}
#h_search button[type="submit"]{
    background: #b9905e;
    padding: 0 10px;
    width: 50px;
    height: 33px;
    border-radius: 0 18px 18px 0;
    cursor: pointer;
}
#h_search button[type="submit"]:hover{
    opacity: .7;
}
#h_search button[type="submit"]::before{
    font-family: "Font Awesome 5 Free";
    font-size: 1.8rem;
    font-weight: 700;
    content: "\f002";
    color: #fff;
}
.h_button{
    margin-left: 15px;
}
.h_button a{
    display: block;
    background: #b9905e;
    color: #fff;
    padding: 0 20px;
    line-height: 32px;
    border-radius: 16px;
}
.h_button a::before{
    font-family: "Font Awesome 5 Free";
    font-size: 1.4rem;
    font-weight: 700;
    padding-right: 5px;
}
.h_button.favorite a::before{
    content: "\f004";
}
.h_button.all a::before{
    content: "\f03a";
}
#headerNav{
    margin: 12px 0;
}
#headerNav li:nth-child(n+2){
    margin-left: 40px;
}
}
@media screen and (min-width:768px) and ( max-width:1179px) {
#h_logo{
    left: 20px;
}
}
@media screen and (max-width:1179px) {
#header_frame{
    padding: 0 20px;
}
}
@media screen and (max-width:767px) {
#header_frame{
    height: 80px;
}
#h_logo{
    left: 20px;
}
#h_logo img{
    width: 110px;
}
#headerNav{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
}

/* ----- meanmenu.css ----- */
a.meanmenu-reveal {
    display: none;
}
.mean-container{
    position: relative;
}
.mean-container a:hover{
    opacity: 1;
}
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    min-height: 80px;
    z-index: 98;
}
.mean-container a.meanmenu-reveal {
    width: 30px;
    margin: 0;
    position: absolute;
    top: 25px;
    right: 15px !important;
    cursor: pointer;
    color: #333;
    display: block;
}
.mean-container a.meanmenu-reveal.meanclose {
    font-size: 40px !important;
    line-height: 0.6 !important;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #333;
    height: 3px;
    margin-top: 6px;
}
.mean-container a.meanmenu-reveal span:first-child{
    margin-top: 3px;
}
.mean-container .mean-nav {
    width: 100%;
    margin-top: 80px;
    background: #fff;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
.mean-container .mean-nav ul li {
    position: relative;
    width: 100%;
}
.mean-container .mean-nav ul li span,
.mean-container .mean-nav ul li:nth-child(-n+4) a {
    display: block;
    width: calc(100%-30px);
    padding: 15px;
    margin: 0;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
    background: #f4f0e9;
}
.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mean-remove {
    display: none !important;
}

#nav_search{
    display: flex;
    background: #f4f0e9;
    padding: 30px 20px 0 20px;
}
#nav_search input[type="text"]{
    border: solid 1px #b9905e;
    border-right: none;
    padding: 0 10px;
    width: calc(100% - 110px);
    height: 38px;
    border-radius: 20px 0 0 20px;
    background: #fff;
}
#nav_search button[type="submit"]{
    background: #b9905e;
    text-align: center;
    width: 50px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}
#nav_search button[type="submit"]:hover{
    opacity: .7;
}
#nav_search button[type="submit"]::before{
    font-family: "Font Awesome 5 Free";
    font-size: 1.8rem;
    font-weight: 700;
    content: "\f002";
    color: #fff;
}
.nav_button{
    background: #f4f0e9;
}
.nav_button.favorite{
    background: #f4f0e9;
    padding-top: 30px;
}
.nav_button.all{
    padding: 15px 0 30px 0;
}
.nav_button a{
    display: block;
    width: 200px;
    margin: 0 auto;
    background: #b9905e;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
}
.nav_button a::before{
    font-size: 1.4rem !important;
    padding-right: 5px !important;
    color: #fff !important;
}
.nav_button.favorite a::before{
    content: "\f004";
}
.nav_button.all a::before{
    content: "\f03a";
}
}


/* ==============================
    コンテンツ
============================== */
main{
    margin-top: 100px;
}
@media screen and (max-width:767px) {
main{
    margin-top: 80px;
}
}

/* タイトル
-----------------------------------------*/
#pagetitle{
    background: #f4f0e9;
    padding: 35px 0;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
}
@media screen and (max-width:767px) {
#pagetitle{
    padding: 20px 0;
    font-size: 2rem;
    margin-bottom: 20px;
}
}


/* パンくずリスト
-----------------------------------------*/
#breadcrumb{
    font-size: 1.2rem;
}
    #breadcrumb li{
        display: inline-block;
    }
    #breadcrumb li:before{
        content: '＞';
        margin: 0 5px;
    }
    #breadcrumb li:first-child:before{
        content: '';
        margin: 0;
    }       
@media screen and (min-width:1180px) {
#breadcrumb{
    width: 1140px;
    margin: 15px auto 20px auto;
}
}
@media screen and (min-width:768px) and ( max-width:1179px) {
#breadcrumb{
    margin: 15px 15px 20px 15px;
}
}
@media screen and (max-width:767px) {
#breadcrumb{
    display: none;
}
}


/*.btn_default{
    width: 320px;
    height: 60px;
    margin: 60px auto 0 auto;
}
.btn_default a{
    display: block;
    color: #a81c24;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    background: #fff;
    border: solid 1px #a81c24;
    border-radius: 30px;
    position: relative;
}
.btn_default a::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 3px solid #a81c24;
    border-right: 3px solid #a81c24;
}
.btn_default a:hover{
    opacity: 1;
    background: #a81c24;
    color: #fff;
}
.btn_default a:hover::before{
    border-color: #fff;
}
@media screen and (max-width:767px) {
.btn_default{
    margin: 40px auto 0 auto;
}
}
*/


/* ==============================
    フッター
============================== */
#footer{
    background: #b9905e;
    text-align: center;
    margin-top: 80px;
}
#footer li a{
    color: #fff;
}
#footer p{
    color: #fff;
    border-top: solid 1px #f5f0e7;
}
@media screen and (min-width:1180px) {
#footer p{
    width: 1140px;
    margin: 0 auto;
}
}
@media screen and (max-width:1179px) {
#footer{
    padding: 0 20px;
}
}
@media screen and (min-width:768px) {
#footer ul{
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
#footer li{
    margin: 0 40px;
}
#footer p{
    padding: 30px 0;
}
}
@media screen and (max-width:767px) {
#footer ul{
    padding: 15px 0;
}
#footer li{
    margin: 5px 0;
}
#footer p{
    padding: 15px 0;
}
}