<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*——————————————————————

reset

——————————————————————*/

*{
    box-sizing:border-box;
}
html{
    font-size: 62.5%;
}
body{
    font-size:1.4rem;
/*     font-family: 'Noto Serif JP', serif; */
/*    font-family: 'Noto Sans JP', sans-serif; */
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	/*letter-spacing:1px;*/
}

a{
    color: #000;
}
a:hover{
    color: #000;
    text-decoration: none;
    opacity: 0.8;
}
ul{
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
}
.wpcf7-form label{
    width:100%;
}
.wpcf7-form-control-wrap input{
	width:100%;
}
.wpcf7-form-control-wrap textarea{
	width:100%;
}


.wp-pagenavi{
    padding:50px 0;
    text-align: center !important;
}
.wp-pagenavi a, .wp-pagenavi span{
    padding:5px 10px !important;
}

/* .resp-ad { width: 320px; height: 100px; }
@media(min-width: 470px) { .resp-ad { width: 468px; height: 60px; } }
@media(min-width: 730px) { .resp-ad { width: 728px; height: 90px; } }
 */

.resp-ad{
	overflow:hidden;
}

/*——————————————————————

bootstrap 上書き

——————————————————————*/
.btn-primary{
    background-color: #46403c;
    border-color: #e5e5de;
    font-size: 1.3rem;
    color: #fff;
}
.btn-primary:hover{
    background-color: #46403c;
    border-color: #e5e5de;
    opacity: 0.8;
}


/*——————————————————————

共通

——————————————————————*/
.fa-twitter-square{
	/*color:#00acee;*/
}
.fa-facebook-square{
	/*color:#1877f2;	*/
}
.fa-instagram{
	/*color:#262626;	*/
}
.resp_img{
    width: 100%;
    height:auto;
}
.ff01{
/*     font-family: "リュウミン R-KL"; */
}


.common_tit01{
/*     font-family: "リュウミン R-KL"; */
    font-size: 2rem;
    line-height: 1.1;
    border-left: 1px solid #000;
    padding:5px 15px;
    margin: 0 0 30px;
}
    .common_tit01 span{
        display: block;
    }
        .common_tit01 .en{
            padding:0 0 5px;
        }

        .common_tit01 .ja{
            font-size: 1.2rem;
        }


.common_tit02{
/*     font-family: "リュウミン R-KL"; */
    font-size: 2rem;
    line-height: 1.1;
    border-left: 1px solid #000;
    padding:5px 15px;
    margin: 0 0 30px;
}

.bg_color_01{
    background-color: #F8F7F4;
}

.bg_color_02{
    background-color: #2e2c2b;
}


/*——————————————————————

グローバルメニュー

——————————————————————*/

#global_menu{
    position: relative;
    z-index: 1002;
    display: none;
    font-size: 1.4rem;
    width: 100%;
    /*background: #f6f5f0;*/
    padding:75px 20px 0;
}


    #global_menu .main_navi{
    }
        #global_menu .main_navi li{
            padding:10px 0 10px;
            border-bottom: 1px solid #e5e5de;
        }
        #global_menu .main_navi li a{
            display: block;
        }
            #global_menu .main_navi li a span{
                padding:0 1em;
            }

    #global_menu .sns{
    }
        #global_menu .sns i{
			font-size:4rem;
        }

        #global_menu .sns ul{
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #global_menu .sns li{
            padding:20px;
        }
        #global_menu .sns li a{
            display: block;
        }

/*——————————————————————

グローバルメニュー

——————————————————————*/

#share_menu{
    position: relative;
    z-index: 1002;
    display: none;
    font-size: 1.4rem;
    width: 100%;
    /*background: #f6f5f0;*/
    /*background: #fff;*/
    background-color: rgba(246,245,240,0.95);
    background-color: rgba(255,255,255,0.95);
    padding:60px 20px 20px;
    border-bottom: 1px solid #e5e5de;
}

    #share_menu .share_tit{
        font-size: 1.6rem;
    }

    #share_menu .main_navi{
    }
        #share_menu ul{
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #share_menu li{
            padding:20px;
        }
        #share_menu li a{
            display: block;
        }

    #share_menu .sns{
    }
        #share_menu .sns i{
            font-size:4rem;
        }


/*——————————————————————

ヘッダー

——————————————————————*/
#header_wrap {
    width: 100%;
    height: 60px;
    position: fixed;
    padding:15px 0px;
    background: #fff;
    border-bottom: 1px solid #e5e5de;
    z-index: 1003;
    top:0;
    left:0;
}



#header {
    width: 100%;
    height: 60px;
    position: fixed;
    padding:15px 0px;
    background: #fff;
    border-bottom: 1px solid #e5e5de;
    z-index: 1003;
    top:0;
    left:0;
}


    #hd_inner {
        position: relative;
    }

        .menu_btn_wrap{
            position: absolute;
            top:5px;
            left:0;
            width: 28px;
            height: 20px;
            cursor: pointer;
        }
            .menu_btn,
            .menu_btn span {
              display: inline-block;
              transition: all .4s;
              box-sizing: border-box;
            }
            .menu_btn {
              position: relative;
              width: 28px;
              height: 20px;
            }
            .menu_btn span {
              position: absolute;
              left: 0;
              width: 100%;
              height: 1px;
              background-color: #eceae0;
              background-color: #46403c;
              border-radius: 1px;
            }
            .menu_btn span:nth-of-type(1) {
              top: 0;
            }
            .menu_btn span:nth-of-type(2) {
              top: 10px;
            }
            .menu_btn span:nth-of-type(3) {
              bottom: 0;
            }
            .menu_btn.active span:nth-of-type(1) {
              -webkit-transform: translateY(10px) rotate(-45deg);
              transform: translateY(10px) rotate(-45deg);
            }
            .menu_btn.active span:nth-of-type(2) {
              opacity: 0;
            }
            .menu_btn.active span:nth-of-type(3) {
              -webkit-transform: translateY(-10px) rotate(45deg);
              transform: translateY(-10px) rotate(45deg);
            }


        .share_btn_wrap{
            position: absolute;
            top:-4px;
            right:0;
            width: 26px;
            height: auto;
            cursor: pointer;
        }


        #header .blog_title{
            position: absolute;
            width: 120px; 
            margin: 0;
            padding:0 ;
            left:50%;
            top: 0px;
            margin-left:-60px;
            font-size: 1rem;
            line-height: 1;
        }



/*——————————————————————

フッター

——————————————————————*/

#footer {
    padding:40px 20px;
    background: #eceae0;

}
    #footer small{
        display: block;
        font-size: 1.2rem;
        padding:0px;
    }
    #footer p{
        font-size: 1.2rem;
        margin: 0;
        padding:0;
    }

    #footer .caution{
        width: 100%;
        max-width:360px;
        display: inline-block;
        border:1px solid #e5e5de;
        padding:10px 10px 10px 40px;
        background-image: url(../images/common/ft_ico01.png); 
        background-repeat: no-repeat;
        background-size: 25px auto;
        background-color: #F8F7F4;
        background-position: center left 5px;
    }

    #footer .caution p{
        font-size: 1.1rem;
    }

/*——————————————————————

フッター

——————————————————————*/
#ft_caution{
    color: #fff;
    background: #46403c;
    line-height: 1 !important;
    font-size: 1.2rem;
}


/*——————————————————————

パンくず

——————————————————————*/
#breadcrumbs{
    background: #eceae0;
    border-bottom: 1px solid #e5e5de;
    font-size: 1.4rem;
    padding:10px 0;
}

    #breadcrumbs ul{
        /*display: flex;*/
        display:block;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;

    }

    #breadcrumbs li{
        display:inline;
        padding:0 30px 0 0;
        position: relative;

    }
    #breadcrumbs li span::after{
        content:'/';
        position: absolute;
        top: auto;
        right:10px;
    }
    #breadcrumbs li:last-child span::after{
        content:'';
    }


#secondly{

}


#secondly #secondly_category_list{
    
}
    #secondly #secondly_category_list ul{
        padding:0 20px 40px;
        font-size: 1.4rem;
    }
    #secondly #secondly_category_list li a{
        display: block;
        padding:0 0 10px;
    }
    #secondly #secondly_category_list li ul{
        padding:0 0 0 20px;
    }



#secondly #secondly_tag_list{
    
}
    #secondly #secondly_tag_list ul{
        padding:0 20px 40px;
        font-size: 1.2rem;

    }
    #secondly #secondly_tag_list li{
        display: inline-block;
        padding:0 0 5px;
    }
    #secondly #secondly_tag_list li a{
        display: block;
        border: 1px solid #eceae0;
        background: #46403c;
        padding:5px 10px;
        font-size: 1.2rem;
        color: #FFF;
    }

.common_cat_lists{
    padding: 50px 0;

}

    .common_cat_lists .list{
        
    }
    .common_cat_lists .list &gt; ul{
        padding:30px 0;
    }

    .common_cat_lists .list &gt; ul &gt; li {
        padding: 0 0 30px;
        
    }
    .common_cat_lists .list &gt; ul &gt; li &gt; a{
        font-size: 1.6rem;
        
    }

    .common_cat_lists .list &gt; ul &gt; li &gt; ul{
        padding:15px 0 0;
        font-size: 1.6rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .common_cat_lists .list &gt; ul &gt; li &gt; ul &gt; li{
        padding:5px;
    }
    .common_cat_lists .list &gt; ul &gt; li &gt; ul &gt; li a{
        display: block;
        border: 1px solid #eceae0;
        background: #FFF;
        color: #46403c;
        padding: 5px 10px;
        font-size: 1.2rem;

    }


.common_tag_lists{
    padding: 50px 0;
}

    .common_tag_lists .list{
        
    }
    .common_tag_lists .list &gt; ul{
        padding:30px 0;
        font-size: 1.6rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .common_tag_lists .list &gt; ul &gt; li{
        padding:5px;
    }
    .common_tag_lists .list &gt; ul &gt; li  a{
        display: block;
        border: 1px solid #eceae0;
        background: #46403c;
        padding:5px 10px;
        font-size: 1.2rem;
        color: #FFF;

    }



/*——————————————————————

メイン

——————————————————————*/


#main{
    /*padding:0 0 30px;*/
}

#content_wrap{
    padding:60px 0 0 ;
}


#lv{
    border-bottom: 1px solid #e5e5de;
}



#sns{

}

#sns h2{
    color: #FFF !important;
}
#sns .leadtext{
    color: #FFF !important;
}


/*——————————————————————

top

——————————————————————*/

#index .content{
    padding: 50px 0;
}
#index .content &gt; .inner{
    font-size: 1.6rem;
    line-height: 1.8;
    /*max-width: 1000px;*/
    margin: 0 auto;
    /*padding:40px 20px;*/
}
    #index .content h2{
        font-size: 2rem;
    }
    #index .content .leadtext{
        font-size: 1.6rem;
        color: #555;
        padding: 0 0 20px;
    }

    #index .content .list_description{
        font-size:1.4rem;
        line-height: 1.6;
        color: #555;
    }

    #index .content .card-title{
        font-size:1.6rem;
		line-height:1.4;
    }    
    #index .content .post_tags{
        padding:10px 0;
    }
        #index .content .post_tags ul{
        
        }
        #index .content .post_tags li{
            font-size: 1.2rem;
            display: inline-block;
        }
        #index .content .post_tags li span{
            display: block;
            border: 1px solid #eceae0;
            background: #46403c;
            color: #FFF;
            padding: 5px 10px;
            font-size: 1.0rem;
        }

    #index .content .text-muted{
        line-height: 1.6;
    }

#index #outside{
    background-color: #f6f5f0;
}

#index #about{
    background-color: #f6f5f0;
}

    #index #about .card{
        background-color: #f5f5f0; 
        padding:30px 0 !important; 
        border:none !important;
    }
    #index #about .card h3{
        font-size:1.4rem;
    }

    #index #about .summary{
        color: #555;
        font-size: 1.3rem;
    }




/*——————————————————————

category

——————————————————————*/

#category .content{
    padding: 50px 0;
}
#category .content &gt; .inner{
    font-size: 1.6rem;
    line-height: 1.8;
    /*max-width: 1000px;*/
    margin: 0 auto;
    /*padding:40px 20px;*/
}
    #category #lv{
    }

    #category #lv h1{
        height: 120px;
        flex-wrap:wrap;
        align-content:center;
    }
        #category #lv h1 .main_tit{
            display: block;
            width: 100%;
/*             font-family: "リュウミン R-KL"; */
            font-size: 2.0rem;
        }
        #category #lv h1 .sub_tit{
            display: block;
            width: 100%;
            font-size: 1.4rem;
            color: #555;
            padding:5px 0 0;
        }

#category #category_lists{
    /*background-color: #f6f5f0;*/
}
    
    #category #category_lists .card-title{
        font-size:1.6rem;
    }   
    #category #category_lists .list_description{
        font-size:1.4rem;
        line-height: 1.6;
        color: #555;
    }


    #category #category_lists .post_tags{
        padding:10px 0;
    }
        #category #category_lists .post_tags ul{
        
        }
        #category #category_lists .post_tags li{
            font-size: 1.2rem;
            display: inline-block;
        }
        #category #category_lists .post_tags li span{
            display: block;
            border: 1px solid #eceae0;
            background: #46403c;
            padding:5px 10px;
            color:#FFF;
            font-size: 1rem;
        }

    #category #category_lists .text-muted{
        line-height: 1.6;
    }


/*——————————————————————

single

——————————————————————*/
#single #main{
    padding:0 0 0px;
}
#single #primary{
    /*background-color: #f6f5f0;*/
}


#single #content{
/*    padding:50px 100PX;
    margin:0 0 50px;
    background: #FFF;
*/}

    #single #content .pagination {
        margin: 0 0 30px;
    }

    #single #content .pagination .col{
    }

    #single #content .pagination .col a{
        display: block;
        padding:10px 30px;
        background: #F8F7F4;
        border: 2px solid #FFF;
        position: relative;
    }

    #single #content .pagination .col.prev a::before{
        content:'◀︎';
        position: absolute;
        left:10px;
    }

    #single #content .pagination .col.next a::after{
        content:'▶︎';
        position: absolute;
        right:10px;
    }


    #single #content &gt; .inner{
        font-size: 1.6rem;
        line-height: 1.8;
        /*max-width: 1000px;*/
        margin: 0 auto;
    }
    #single #content h1{
/*      	font-family: "リュウミン R-KL"; */
        font-size: 1.8rem;
		line-height:1.4;
    }

    #single #post_hd{

    }
        #post_content_assist{
            /*font-family: "リュウミン R-KL";*/
            /*color: #222;*/
            /*background: #F8F7F4;*/
            /*padding: 20px;*/
            /*border: 1px solid #eceae0;*/
        }


        #post_content_assist .post_date {
            padding:0 0 10px;
        }
            #post_content_assist .post_date dl{
                padding:0;
                display: flex;
                margin: 0;
            }
            #post_content_assist .post_date dt{
                margin: 0;
                font-weight: normal;
                padding:0 20px 0 0;
                position: relative;
            }
            #post_content_assist .post_date dt::after{
                content:':';
                position: absolute;
                top:0;
                right:10px;
            }
            #post_content_assist .post_date dd{
                margin: 0;
                font-weight: normal;
            }

        #post_content_assist .post_tags{
            padding:0 0 10px;
        }


            #post_content_assist .post_tags ul{
            }
            #post_content_assist .post_tags li{
                font-size: 1.2rem;
                display: inline-block;
            }
            #post_content_assist .post_tags li a{
                display: block;
                border: 1px solid #eceae0;
                background: #46403c;
                padding:5px 10px;
                color: #FFF;
            }


        #single #post_hd .kv img{
            vertical-align: bottom;
        }

    #single #post_body{
        /*background: #e5e5de;*/
        padding:40px 0px;
    }

    #single #post_body .lo01_content{
        padding:0 0 100px;

    }
    #single #post_body .se01.lo01_content,
    #single #post_body .se02.lo01_content,
    #single #post_body .husband.lo01_content,
    #single #post_body .wife.lo01_content{
        padding:0 0 0px;
    }
    #single #post_body .text01.lo01_content{
        padding:0 8% 100px;
    }
    #single #post_body .text01.lo01_content p{
		margin:0 0 1.6rem;
    }
	@media screen and (min-width:480px) { 
		#single #post_body .text01.lo01_content{
			padding:0 15% 100px;
		}
	}
	#single #post_body .caution01.lo01_content{
		border: 1px solid#F77;
		color:#F77;
		padding: 30px 30px 20px;
		margin: 0 8% 100px;
		font-size: 1.2rem;
	}
	@media screen and (min-width:480px) { 
		#single #post_body .caution01.lo01_content{
			margin: 0 15% 100px;
		}
	}

#single #post_body .images01 img{
    width: 100%;
    height:auto;
    vertical-align: bottom;
}

#single #post_body .images01 figcaption{
    font-size: 1.3rem;
    color: #000;
    padding:5px 15px ;
    background: #eee;
}


#single #post_body .lists01{
}

#single #post_body .lists01 table{
    width: 100%;
    margin: 0 auto;
	font-size:1.4rem;
}

#single #post_body .lists01 table th{
    text-align: left;
    padding:10px 20px;
    font-weight: normal;
    border-bottom:1px solid #CCC;
    width: 50%;
}

#single #post_body .lists01 table td{
    text-align: right;
    width: 50%;
    padding:10px 20px;
    position: relative;
    border-bottom:1px solid #CCC;

}
#single #post_body .lists01 table td::before{
}



#single #post_body .shop0101{
}

#single #post_body .shop0101 table{
    width: 100%;
    margin: 0 auto;
	font-size:1.4rem;
}

#single #post_body .shop0101 table th{
    background: #e5e5de;
    text-align: left;
    padding:10px 20px;
    font-weight: normal;
    border:1px solid #CCC;
    width: 30%;
}

#single #post_body .shop0101 table td{
    text-align: left;
    width: 70%;
    padding:10px 20px;
    position: relative;
    border:1px solid #CCC;

}
#single #post_body .shop0101 table td::before{
}



#single #content .balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

#single #content .balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

#single #content .balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
}

#single #content .balloon5 .chatting {
  width: 100%;
}

    #single #content .balloon5 .says {
      display: inline-block;
      position: relative; 
      margin: 5px 0 0 105px;
      padding: 17px 13px;
      border-radius: 5px;
      background: #f2f3ff;
		font-size:1.4rem;
    }

    #single #content .balloon5 .says:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 18px; 
      left: -24px;
      border: 12px solid transparent;
      border-right: 12px solid #f2f3ff;
    }

    #single #content .balloon5 .says p {
      margin: 0;
      padding: 0;
    }



#single #content .balloon6 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

#single #content .balloon6 .faceicon {
  float: right;
  margin-left: -90px;
  width: 80px;
}

#single #content .balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
}

#single #content .balloon6 .chatting {
  width: 100%;
}

    #single #content .balloon6  .says {
      display: inline-block;
      position: relative; 
      margin: 5px 105px 0 0;
      padding: 17px 13px;
      border-radius: 5px;
      background: #fff2f2;
      float: right;
		font-size:1.4rem;

}

    #single #content .balloon6  .says:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 18px; 
      right: -24px;
      border: 12px solid transparent;
      border-left: 12px solid #fff2f2;
    }

    #single #content .balloon6  .says p {
      margin: 0;
      padding: 0;
    }




#single #content .lo01_content{
    padding:0 0 50px;

}

.iframe_wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.iframe_wrap iframe,
.iframe_wrap object,
.iframe_wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
</pre></body></html>