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

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


/*-------------------------------------------------
BASE
------------------------------------------------*/
html, body{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body{
	color: #060001;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}

@media screen and (min-width:641px){
	body{
		min-width: 1140px;
	}
}


h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}

li{	list-style: none;}

p{
	margin: 0 0 20px;
	padding: 0;
	line-height: 160%;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: bottom;
	border: none;
}

a{
	color: #7c6c46;
	text-decoration: none;
}

.left{
	float: left;
}

.right{
	float: right;
}

div,li{
	font-size: 1.3rem;
}
p{
	font-size: 1.5rem
}
p,div,li{
	word-break: break-all;
}
#HEADER_BOX .search #submit {
    display: none;
}
@media screen and (min-width:641px){
	.sp_only{
		display: none;
	}
	#HEADER_BOX .search {
	    clear: both;
	}
	#HEADER_BOX .search input[type="text"] {
	    background: url(/common/images/wp/common/icon_search.png)no-repeat right;
	    background-size: 20px;
	    border: 1px solid #ccc;
	    padding: 5px;
	    width: 235px;
	}
}

@media screen and (max-width:640px){
	.pc_only{
		display: none;
	}
    #HEADER_BOX .search {
        display: none;
        padding: 10px 10px 0px;
    }
	#HEADER_BOX .search_btn {
	    display: block;
	    width: 20px;
	    height: 20px;
	    background: url(/common/images/wp/common/icon_search.png)no-repeat;
	    background-size: contain;
	    position: absolute;
	    top: 11px;
	    left: 40px;
	    z-index: 999;
	}
	#HEADER_BOX .search input {
	    border: 1px solid #ccc;
	    padding: 8px;
	}

	#HEADER_BOX .search input[type="text"] {
	    padding: 10px;
	    width: 100%;
	}
	body.search #MAIN_BOX {
	    padding: 0px 10px 0;
	}
}


/*---------------------------------------------------------
HEADER_BOX
---------------------------------------------------------*/
#HEADER_BOX .inner,
#HEADER_BOX .item{
	zoom:1;
}
#HEADER_BOX .inner:before,
#HEADER_BOX .inner:after,
#HEADER_BOX .item:before,
#HEADER_BOX .item:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#HEADER_BOX .inner:after,
#HEADER_BOX .item:after{
	clear: both;
}

@media screen and (min-width:641px){
	#HEADER_BOX{
		border-bottom: 3px solid #f3eee3;
		padding-bottom: 4px;
		margin-bottom: 15px;
		width: 1140px;
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		margin: auto;
		background: white;
		z-index: 999;
	}
	
	#HEADER_BOX .inner{
		border-bottom: 1px solid #f3eee3;
		padding: 40px 0 18px;
	}
	
	#HEADER_BOX #LOGO{
		width: 234px;
		float: left;
		padding-top: 5px;
	}
	
	#HEADER_BOX .head_tel{
		text-align: right;
	}
	
	#HEADER_BOX .head_tel img{
		width: 309px;	
	}
	
	#HEADER_BOX .item{
		margin-top: 10px;
	}
	
	#HEADER_BOX .item_left{
		float: right;
		width: 292px;
		background-color: #bda980;
		text-align: center;
		padding: 5px 0;
		margin-left: 10px;
		
	}
	
	#HEADER_BOX .item_left a{
		display: block;
		color: #fff;
	}
	
	#HEADER_BOX .item_left a span{
		background-image: url(../../../common/images/wp/common/foot_btn_arrow.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 9px;
		padding-left: 14px;
		box-sizing: border-box;
	}
}
body.search h1 {
    margin-bottom: 40px;
    border-bottom: 4px solid #ddd;
    padding-bottom: 20px;
}
body.search h1 .txt_s {
    font-size: 50%;
}

@media screen and (max-width:640px){
	body.search h1 {
		font-size: 1.7rem;
	}
	#HEADER_BOX{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #FFF;
		z-index: 100;

	}
	#FARST_BOX .left{
		margin-top: 44px;
	}
	
	#HEADER_BOX .inner{
		padding: 10px 0;
	}
	
	#HEADER_BOX #LOGO{
		width: 51px;
		margin: 0 auto;
		position: relative;
		z-index: 20;
	}
}


/*---------------------------------------------------------
wrapper
---------------------------------------------------------*/
#MAIN_BOX{
	clear: both;
}
#MAIN_BOX:before,
#MAIN_BOX:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#MAIN_BOX:after{
	clear: both;
}


@media screen and (min-width:641px){
	#WRAPPER{
		width: 1140px;
		margin: 165px auto 0;
	}
}


/*---------------------------------------------------------
#PANKUZU
---------------------------------------------------------*/
@media screen and (min-width:641px){
	#PANKUZU{
		margin-bottom: 20px;
		color: #8c8267;
	}
	
	#PANKUZU a{
		color: #8c8267;
	}
}

@media screen and (max-width:640px){
	#PANKUZU{
	    /* display: none; */
	    padding: 50px 10px 20px;
	}
	.search #PANKUZU{
	    margin-bottom: 30px;
	}

	*{
		box-sizing: border-box;
	}
	.archive #chamo-waiting,
	.single #chamo-waiting{
		bottom: 34px !important;
	}
}





/*---------------------------------------------------------
#WP_FOOTER
---------------------------------------------------------*/
#WP_FOOTER .inner,
#WP_FOOTER .foot_btn_box,
#WP_FOOTER .item01{
	zoom:1;
}
#WP_FOOTER .inner:before,
#WP_FOOTER .inner:after,
#WP_FOOTER .foot_btn_box:before,
#WP_FOOTER .foot_btn_box:after,
#WP_FOOTER .item01:before,
#WP_FOOTER .item01:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#WP_FOOTER .inner:after,
#WP_FOOTER .foot_btn_box:after,
#WP_FOOTER .item01:after{
	clear: both;
}



@media screen and (min-width:641px){
	#WP_FOOTER{
		border-top: 1px solid #f3eee3;
		margin-top: 23px;
		padding: 45px 0 32px;
	}
	
	#WP_FOOTER .item01{
		float: left;
	}
	
	#WP_FOOTER .item02{
		float: right;
	}
	
	#WP_FOOTER .foot_logo{
		width: 234px;
		padding-top: 5px;
	}
	
	#WP_FOOTER .foot_tel{
		text-align: right;
	}
	
	#WP_FOOTER .foot_tel img{
		width: 309px;
	}
	
	#WP_FOOTER .foot_btn_box{
		margin-top: 13px;
	}
	
	#WP_FOOTER .foot_btn_box .foot_btn{
		float: left;
		margin-left: 10px;
		width: 293px;
		background-color: #bda980;
		text-align: center;
		padding: 5px 0;
	}
	
	#WP_FOOTER .foot_btn_box .foot_btn a{
		display: block;
		color: #fff;
	}
	
	#WP_FOOTER .foot_btn_box .foot_btn a span{
		background-image: url(../../../common/images/wp/common/foot_btn_arrow.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 9px;
		padding-left: 14px;
	}
	#scrool_content {
		display: none !important;
	}
}


@media screen and (max-width:640px){
	#SINGLE_CAT_BOX + #scrool_content,
	.archive #scrool_content {
	    position: fixed;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: rgba(0, 0, 0, 0.4);
	    z-index: 999;
	    color: white;
	    display: block;
	    z-index: 999999999;
	}
	#SINGLE_CAT_BOX + #scrool_content ul,
	.archive #scrool_content ul {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    background: white;
	    border-top: 1px solid #ccc;
	    border-left: 1px solid #ccc;
	    width: 100%;
	    margin: 0;
	    padding: 0;
	}

	#SINGLE_CAT_BOX + #scrool_content li,
	.archive #scrool_content li {
	    width: 33%;
	    border-right: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    display: flex;
	}

	#SINGLE_CAT_BOX + #scrool_content li a,
	.archive #scrool_content li a {
	    padding: 10px;
	    display: flex;
	    /* justify-content: center; */
	    align-items: center;
	    width: 100%;
	}

	#SINGLE_CAT_BOX + #scrool_content h2,
	.archive #scrool_content h2 {
	    padding: 10px;
	    position: relative;
	    text-align: center;
	    margin: 0;
	}

	#SINGLE_CAT_BOX + #scrool_content h2:after,
	.archive #scrool_content h2:after {
	    content: "";
	    width: 20px;
	    height: 20px;
	    border: 5px double #fff;
	    position: absolute;
	    right: 10px;
	    border-bottom: none;
	    border-left: none;
	    top: 30%;
	    bottom: 0;
	    margin: auto;
	    transform: rotate(-45deg);
	}
	#SINGLE_CAT_BOX + #scrool_content h2.open:after,
	.archive #scrool_content h2.open:after {
	    top: -20%;
	    transform: rotate(135deg);
	}

	#SINGLE_CAT_BOX + #scrool_content .txt_s,
	.archive #scrool_content .txt_s {
	    font-size: 70%;
	}
	#SINGLE_CAT_BOX + #scrool_content .inner,
	.archive #scrool_content .inner {
	    display: none;
	}

	#WP_FOOTER{
		border-top: 1px solid #f3eee3;
		margin-top: 20px;
		padding: 20px 10px;
	}
	
	#WP_FOOTER .item01{
		margin-bottom: 20px;
	}
	
	#WP_FOOTER .item02{
		
	}
	
	#WP_FOOTER .foot_logo{
		width: 114px;
		float: left;
	}
	
	#WP_FOOTER .sp_tel{
		float: right;
		padding-top: 5px;
	}
	
	#WP_FOOTER .foot_btn_box{
		margin-top: 13px;
	}
	
	#WP_FOOTER .foot_btn_box .foot_btn{
		float: left;
		width: 100%;
		background-color: #bda980;
		text-align: center;
		padding: 5px 0;
		
	}
	
	#WP_FOOTER .foot_btn_box .foot_btn a{
		display: block;
		color: #fff;
	}
	
	#WP_FOOTER .foot_btn_box .foot_btn a span{
		background-image: url(../../../common/images/wp/common/foot_btn_arrow.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 9px;
		padding-left: 14px;
		box-sizing: border-box;
	}
}







/*---------------------------------------------------------
left right nav
---------------------------------------------------------*/
#SIDE_NAV_SP_BOX{
	zoom:1;
}
#SIDE_NAV_SP_BOX:before,
#SIDE_NAV_SP_BOX:after{
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
#SIDE_NAV_SP_BOX:after{
	clear: both;
}

@media screen and (max-width:640px){
	#SIDE_NAV_SP_BOX{
		position: absolute;
		top: 0;
		padding: 11px 10px 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 10;
	}
	
	#SIDE_NAV_SP_BOX img{
		width: 16px;
	}




    html, body {
      height: 100%;
      margin: 0;
      padding: 0;
    }

    body {
      overflow-x: hidden;
      transition: transform .2s;
      -webkit-transition: -webkit-transform .2s;
      font-size: 1.5rem;
      line-height: 1.5;
    }

    /* Body animation when left panel is opened */
    body.ps-active {
/*       -webkit-transform: translateX(240px);
      -ms-transform: translateX(240px);
      transform: translateX(240px); */
    }

    /* Body animation when right panel is opened */
    body.ps-active-right {
/*       -webkit-transform: translateX(-240px);
      -ms-transform: translateX(-240px);
      transform: translateX(-240px); */
          right: 0;
    }

    /* Panel styles */
    .panel {
      position: fixed;
      top: 0;
      width: 220px;
      height: 100%;
      padding: 10px;
      background-color: #fcfcfc;
    }
    
    .panel ul{
    	margin: 0;
    	padding: 0; 
    }
    
    .panel li{
    	border-bottom: 1px dotted #c8c8c8;
    	padding-bottom: 10px;
    	margin-bottom: 10px;
    	font-size: 110%;
    }
#SIDE_NAV_SP_BOX .left a{
	pointer-events: none;
}
	#left-panel.ps-active-panel {
	    left: 0;
	}
    #left-panel {
	    position: fixed;
	    left: -240px;
	    top: 40px;
		height: 100%;

      /* Hide panel on the left of the page. When this panel is opened the
      class .ps-active will be apllied to body, and it's X translation will
      reveal the panel. */
/*       -webkit-transform: translateX(-240px);
      -ms-transform: translateX(-240px);
      transform: translateX(-240px); */
      transition:  .2s;
      -webkit-transition:  .2s;
      z-index: 999999;
    }

    #right-panel {
      right: -240px;
      top: 0;
      /* Hide panel on the right of the page. When this panel is opened the
      class .ps-active-right will be apllied to body, and it's X translation
      will reveal the panel. */
/*       -webkit-transform: translateX(240px);
      -ms-transform: translateX(240px);
      transform: translateX(240px); */
    }

    /* Page style */
    h2 {
		font-size: 110%;
		font-weight: normal;
		margin-bottom: 10px;
    }

    p {


    }

    #page {

    }

}
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

















</pre></body></html>