/*
Theme Name: pooch
Theme URI: 
Author: t.k.
Author URI: 
*/
* {margin: 0; padding: 0;}
body,html {height: 100%;}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #141414;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.h1, h1 {
    font-size: 26px;
}
a:link,a:visited{
	color:#333;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

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

a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, text-decoratin 0.2s; }

blockquote {
  font-size: 100%; }

embed,
iframe,
object {
  max-width: 100%; }
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767.98px) {
    .tbl_wrapper {
        overflow-x: scroll;
    }
    .tbl_wrapper > table {
        width: 767px;
    }
}

table {
  margin-bottom: 11.5px; }
table small {
    font-weight: normal; }

dl {
  margin-bottom: 0; }

.bw span {
	display: inline-block;
}

@media screen and (max-width: 991.98px) {
    .pc {
        display: none !important;
    }
}
@media screen and (max-width: 767.98px) {
    .pc_tb {
        display: none !important;
    }
}
@media screen and (min-width: 992px) {
    .tb_mb {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .mb {
        display: none !important;
    }
}

.if_wrapper {
    position: relative;
}
.if_wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767.98px) {
	.if_wrapper {
		padding-bottom: 125%;
	}
}
@media screen and (min-width: 768px) {
	.if_wrapper {
		padding-bottom: 56.25%;
	}
}

.center {
	text-align: center !important;
}

.bk_center {
	margin-left: auto !important;
	margin-right: auto !important;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.m0 {
	margin: 0px !important;
}

.mt1em {
	margin-top: 1em !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.w100 {
	width: 100% !important;
}

.w450p {
	width: 450px !important;
}

@media screen and (min-width: 768px) {
	.w80pc {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 80% !important;
	}	
}

.h80 {
	min-height: 80px !important;
}

.h8em {
	min-height: 8em !important;
}

.h10em {
	min-height: 10em !important;
}

.fs11 {
	font-size: 11px !important;
}

.fs12 {
	font-size: 12px !important;
}

.fs13 {
	font-size: 13px !important;
}

.fs14 {
	font-size: 14px !important;
}

.fs17 {
	font-size: 17px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fw500 {
	font-weight: 500 !important;
}

.bold {
	font-weight: bold !important;
}

.nowrap {
	white-space: nowrap;
}

ol.list,
ul.list {
    margin: 0px 0px 0px 1.5em;
}

ol.list > li,
ul.list >li {
	list-style: disc;
}

ol.list > li + li,
ul.list > li + li {
    margin: 0.25em 0px 0px;
}

.btn-primary{
		padding: 0;
		font-size: 16px;
		background-color: #0FAD9A;
		border-radius: 7px;
		border: 0;
		display:inline-block;
		color: #fff !important;
		/* box-shadow */
        box-shadow:0px 3px 0px 0px rgba(90, 85, 75, 0.3) !important;
        -moz-box-shadow:0px 3px 0px 0px rgba(90, 85, 75, 0.3) !important;
        -webkit-box-shadow:0px 3px 0px 0px rgba(90, 85, 75, 0.3) !important;
}
.btn-primary:hover{
	background-color: #3B9388 !important;
}
.btn-default{
		border: 1px solid #d70000;
		padding: 0;
		font-size: 20px;
		background-color: #d70000;
		border-radius: 0px;
		display:inline-block;
		color: #fff !important;
		/* box-shadow */
		box-shadow:none;
}
.btn-default:hover,.btn-default:active{
		background-color: transparent !important;
		color: #d70000 !important;
		border: 1px solid #d70000;
		box-shadow:none;
}
@media (min-width: 768px){
	.navbar-default .navbar-nav>li{
		background: url(images/hover_bg.png) no-repeat center 15px;
	}
}

.btn_dl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 1em;
	margin: 0px auto;
	border-radius: 0.5em;
	width: 80%;
	max-width: 20em;
	background-color: #327540;
	text-align: center;
}
.btn_dl:link,
.btn_dl:visited,
.btn_dl:focus,
.btn_dl:hover {
	color: #fff;
	text-decoration: none;
}
.btn_dl:hover {
	opacity: 0.9;
}

.btn_dl > i {
	margin: 0px 1em 0px 0px;
	width: 1em;
	height: 1em;
	background-image: url(./images/icon_dl.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}

.col2 {
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.col2_item + .col2_item {
		margin-top: 30px;
	}
}
@media screen and (min-width: 768px) {
	.col2 {
		display: flex;
		align-items: center;
		margin-left: -15px;
		margin-right: -15px;
	}
	.col2_item {
		margin: 0px 15px;
		width: calc(50% - 30px);
	}
}

.navbar-default .navbar-nav>li>a{
	color:#166132;
	outline: none;
	position: relative;
	font-family: "Noto Sans Japanese";
	font-size: 16px;
		-webkit-transition: background  0.3s;
		-moz-transition: background  0.3s;
		transition: background  0.3s;
		background-color: rgba(255,255,255,1.00);
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
	text-decoration: none;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background  0.3s;
	-moz-transition: background  0.3s;
	transition: background  0.3s;
}

	@media (min-width: 768px){
		.container {width: 1024px;padding-left: 29px; padding-right: 29px;}
		.container>.inner{padding:0 35px;}
		.innermenu {margin: 0 auto;}
		.innermenu>div { text-align: center;}
		#contents {
			background: url(images/bg_footer2.png) bottom center repeat-x;
		}
		#contents .container {
			background: url(images/bg_footer.gif) bottom center no-repeat;
		}
	.navbar-default .navbar-nav{
		letter-spacing: -.4em;
		text-align: left;

	}
	.navbar-default .navbar-nav>li{
			float: none;
			display: inline-block;
			vertical-align: middle;
			text-align: center;
			letter-spacing: normal;
			height: 66px;
			width: 180px;
	}
	.navbar-default .navbar-nav>li.m-ln{
		width: 45px;
		border-left: none;
	}
	.navbar-default .navbar-nav>li.m-fb{
		width: 50px;
	}

	.navbar-default .navbar-nav>li>a{
			color:#166132;
			outline: none;
			text-align: center;
			height: 66px;
			line-height: 1.2;
			vertical-align: middle;
			font-weight: bold;
			padding: 15px 0px 0;
		}
	.navbar-default .navbar-nav>li>a span{
		font-size: 9px;
		letter-spacing: 0.1em;
		font-family: 'Quicksand';
	}
	.navbar-default .navbar-nav>li.m-about>a span{
		color: #f88f73;
	}
	.navbar-default .navbar-nav>li.m-service>a span{
		color: #e7ab1b;
	}
	.navbar-default .navbar-nav>li.m-facilities>a span{
		color: #74c057;
	}
	.navbar-default .navbar-nav>li.m-news>a span{
		color: #66bed1;
	}
	.navbar-default .navbar-nav>li.m-shopinfo>a span{
		color: #bda27d;
	}



	.navbar-default .navbar-nav>li a:hover,.navbar-default .navbar-nav>li a:focus{
		opacity: .8;
	}
	.navbar-default .navbar-nav>li.m-ln a,.navbar-default .navbar-nav>li.m-fb a{
		position: relative;
		text-indent: 100px;
		overflow: hidden;
		white-space: nowrap;
		width:32px;
		height: 32px;
		padding: 0;
		font-size: 22px;
		display: block;
		margin-top: 29px;
		margin-left: auto;
	}
	.navbar-default .navbar-nav>li.m-ln a{
		background: url(images/icon_ln.png) center center no-repeat;
	}
	.navbar-default .navbar-nav>li.m-fb a{
		background: url(images/icon_fb.png) center center no-repeat;
	}	
	.navbar-default .navbar-nav>li{
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		overflow: hidden;
	}
		.navbar-default .navbar-nav>li:hover{
		overflow: visible;
		}
	.navbar-default .navbar-nav>li .sub-menu{
		opacity: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		padding: 5px 15px;
		margin: 0;
		list-style: none;
		position: relative;
	}
	.navbar-default .navbar-nav>li .sub-menu:before{
		position: absolute;
		top:-10px;
		left: 50%;
		width: 0;
		height: 0;
		margin-left: -12px;
		border-style: solid;
		border-width: 0 12px 10px 12px;
		border-color: transparent transparent #ffe9ae transparent;
		content: "";
	}
	.navbar-default .navbar-nav>li:hover .sub-menu{
		opacity: 1;
		display: block;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background-color: #ffe9ae;
	}

	.navbar-default .navbar-nav>li .sub-menu li {
		background: url(images/dot_submenu.png) bottom left repeat-x;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.navbar-default .navbar-nav>li .sub-menu li:last-child {
		background: none;
	}
	.navbar-default .navbar-nav>li .sub-menu li a{
		display: block;
		padding: 8px 0;
		text-align: left;
		color: #327540;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
		position: relative;
		font-family: "Noto Sans Japanese";
	}
	.navbar-default .navbar-nav>li .sub-menu li a:after {
    position: absolute;
    line-height: 1;
    vertical-align: middle;
    font-size: 18px;
    color: #eb940c;
    margin-right: 10px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 0px;
    top: 10px;
    right:0px;
		content: "\f105";
		font-family:'Genericons';
	}
	.navbar-header {
		background-color:transparent;
		padding: 0;
		margin-bottom: 20px;
		width: 100%;
		float: none;
		text-align: center;
	}
	.navbar-header .navbar-brand{
		display: inline-block !important;
	}
	.navbar .description{
		position: absolute;
		top:-18px;
		left: 29px;
		font-size: 12px;
		line-height: 1.3;
		display: block;
		color: #166132;
		font-weight: bold;
		margin: 0 !important;
		padding: 0 !important;
	}

}
@media (min-width: 992px){
}
@media (min-width: 1060px){
}
/*pc sp switch*/
.pc{ display:block;}
span.pc{ display: inline;}
.sp{ display:none;}
.tellink{ pointer-events: none;}
@media only screen and (max-width: 767px){
	.pc{ display:none;}
	.sp{ display:block;}
	span.pc{ display: none;}
	span.sp{ display: inline;}
	.tellink{ pointer-events:auto;}
	#contents .container {
    background: url(images/bg_footer.gif) bottom right no-repeat;
		background-size: 200% auto;
		padding-bottom: 110px;
	}
}

#header{
	top:0;left:0; position:fixed; width:100%; 
}

.wrapper{ padding-top: 220px; background: url(images/bg.png) repeat;}
#contents{ margin-top:0px;padding-bottom:0;}


.navbar-brand {
    height: auto;
    padding: 0px;
    font-size: 18px;
    line-height: auto;
}
.navbar .container .navbar-brand, .navbar .container-fluid .navbar-brand {
		margin-top:10px;
   	margin-left: 0px;
		display:block;
}
.rightmenu {
	position: absolute;
	top:-21px;
	right: 0;
	letter-spacing: -.4em;
	text-align: right;
}
.rightmenu a.reservebtn{
	letter-spacing: normal;
	display: inline-block;
	padding: 0px 15px 0px 30px;
  background-color: #DF5D07;
  color: #fff ;
	font-size: 14px;
  border-radius: 0 0px 7px 7px;
  margin-right: 5px;
	height: 32px;
	width: 138px;
	line-height: 32px;
	white-space:nowrap;
  font-family: "Noto Sans Japanese";
}
.rightmenu a.reservebtn:hover{
	background-color: #AE4805;
	text-decoration: none;
}
.rightmenu a.mapbtn{
		letter-spacing: normal;
		display: inline-block;
		padding: 0px 0px 0px 0px;
    background-color: #327540;
    color: #fff;
		font-size: 14px;
		text-align: center;
    border-radius: 0 0px 7px 7px;
    margin-left: 5px;
		height: 32px;
		width: 80px;
		line-height: 32px;
	  font-family: "Noto Sans Japanese";
}
.rightmenu a.mapbtn:hover{
	background-color: #24552E;
	text-decoration: none;
}
.rightmenu a.reservebtn:before {
    position: absolute;
    line-height: 1;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 0px;
    top: 6px;
    left: 10px;
    font-weight: bold;
    font-family: 'Genericons';
}
.rightmenu a.reservebtn:before {
    content: "\f0e0";
    font-weight: normal;
}
.rightmenu .tel{
	background: url(images/header_tel.png) no-repeat;
	background-size: cover;
	width: 226px;
	height: 40px;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
	margin: 23px 0 0 auto;
}

@media (max-width: 1199px) {
	#contents{
	 }
}
@media (max-width: 990px) {
	#contents{
	 }
}
@media only screen and (max-width: 767px){
	.wrapper{ padding-top: 70px;}
	#contents{
		margin-top: 0px;
		padding-top:0px;
	 }
	.footer_menu .menu-footermenu-container{
		display: none;
	}
	.rightmenu{
		display: none;
	}
}
@media (max-width: 480px) {
	#contents{
		padding-bottom:0;
	 }
}
@media (min-width: 1200px){
	#contents{ 
		min-height:500px;
	}
}
@media (min-width: 768px){
	#header{ 
		padding-top:0px;
		padding-bottom:0px;
		background-color:transparent;
	}
	#contents{ 
		min-height:auto;
	}
	.navbar .container .navbar-brand, .navbar .container-fluid .navbar-brand {
		background: url(images/logo.gif) no-repeat;
		background-size: 184px 46px;
		text-indent:150%;
		overflow:hidden;
		white-space:nowrap;
		display:block;
		width: 184px;
		height: 46px;
		margin: 28px 0px 0 0;
		float: none !important;
	}
}
@media only screen and (max-width: 767px){
	.navbar .description{
		display: none;
	}
	.navbar-default .navbar-nav>li>a{
		line-height: 1;
		text-align: left;
		padding: 15px 5px;
		border-top: 1px dotted #eb940c;
		font-size: 13px;
	}
	.navbar-default .navbar-nav>li.reservebtn>a,
	.navbar-default .navbar-nav>li.contactbtn>a{
		border-top: none;
	}
	.navbar-default .navbar-nav>li:nth-child(6)>a{
		border-bottom: 1px dotted #eb940c;
	}
	.navbar-default .navbar-nav>li a:after{
			position: absolute;
			line-height: 1;
			vertical-align: middle;
			font-size: 20px;
			color: #eb940c;
			margin-right: 10px;
			text-decoration: none;
			font-weight: bold;
			display: inline-block;
			margin-top: 0px;
			top: 11px;
			right: 0px;
			font-weight: bold;
			content: "\f105";
			font-family: 'Genericons';
	}
	.home #contents{ padding-top:0px;}
	.navbar-default .navbar-nav>li.menu-item-has-children >a{
		pointer-events: none;
	}
	.navbar-default .navbar-nav>li.menu-item-has-children >a:after{
		display: none !important;		
	}

	.navbar-default .sub-menu{
		list-style: none;
		padding: 0;
		margin: 0;
		letter-spacing: -.4em;
	}
	.navbar-default .sub-menu li{
		list-style: none;
		padding: 0;
		margin: 0;
		width: 50%;
		vertical-align: top;
	  display: inline-block;
		letter-spacing: normal;
	}
	.navbar-default .sub-menu li a{
		line-height: 1;
		display: block;
		text-align: left;
		padding: 15px 5px;
		font-size: 13px;
		position: relative;
		color: #166132;
    outline: none;
    font-family: "Noto Sans Japanese";
	}

	.navbar-default .reservebtn,
	.navbar-default .contactbtn{
		width: 50%;
		line-height: 1;
		display: inline-block;
		text-align: left;
		position: relative;
		font-size: 13px;
		color: #166132;
		font-family: "Noto Sans Japanese";
		float: left;
		border-top:none !important;
		font-size: 12px;
		margin-top: 10px;
	}
	.navbar-default .reservebtn a{
		padding:10px 5px 10px 35px !important;
		background-color: #DF5D07 !important;
		color: #fff !important;
		border-radius: 5px;
		margin-right: 5px !important;
	}
	.navbar-default .contactbtn a{
		padding: 10px 5px 10px 35px !important;
		background-color: #327540 !important;
		color: #fff !important;
		border-radius: 5px;
		margin-left: 5px !important;
	}
	.navbar-default .reservebtn a:after,
	.navbar-default .contactbtn a:after{
		display: none !important;
	}
	.navbar-default .reservebtn a:before,
	.navbar-default .contactbtn a:before{
			position: absolute;
			line-height: 1;
			vertical-align: middle;
			font-size: 16px;
			color: #fff;
			margin-right: 10px;
			text-decoration: none;
			display: inline-block;
			margin-top: 0px;
			top: 8px;
			left: 15px;
			font-weight: bold;
			font-family: 'Genericons';
	}
	.navbar-default .reservebtn a:before{
			content: "\f0e0";
			font-weight: normal;
	}
	.navbar-default .contactbtn a:before{
			content: "\f1d8";
			font-weight: normal;
	}

	.sns-menu{
		clear: both;
		margin: 15px ;
	}
	.sns-menu >li{
		letter-spacing: normal;
		vertical-align: top;
		display: inline-block;
		padding: 0;
	}
	.sns-menu >li.m-in a, .sns-menu>li.m-fb a {
		position: relative;
    width: 40px;
    width: 40px;
		text-align: left;
		padding: 0;
		font-size: 24px;
		line-height: 32px;
		display: block;
		overflow: hidden;
		font-family: 'Genericons';
		color: #EB940C;
	}
	.sns-menu >li.m-in a:hover, .sns-menu>li.m-fb a:hover {
		opacity: .8;
	}
	.sns-menu>li a span{
		margin-left: 40px;
		display: block;
	}
	.sns-menu>li.m-fb a:before {
    position: absolute;
    content: "\f230";
    width: 40px;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
		font-size: 36px;
	}
	.sns-menu>li.m-in a:before {
    position: absolute;
    content: "\f16d";
    width: 40px;
    text-align: center;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
		font-size: 36px;
	}

}

.navbar-toggle {
    position: absolute;
    float:none;
		top:0;
		right: 10px;
    padding:0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: none;
    border: 0;
		background-color:#166132;
		height: 44px;
		width: 44px;
		z-index: 1;
		border-radius: 50%;

}

.navbar-toggle .bar {
    position: absolute;
    top: 52%;
    margin-top: -3px;
    left: 2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
background-color: #166132;
}

.navbar-toggle .bar, .navbar-toggle .bar::before, .navbar-toggle .bar::after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #fff;
    left: 14px;
}
.navbar-toggle .bar {
    background-color: transparent;
}
.navbar-toggle.collapsed .bar {
    background: #fff;
}
.navbar-toggle .bar::before {
    left: 0px;
}

.navbar-toggle .bar::after {
    left: 0px;
}
.navbar-toggle .bar::before, .navbar-toggle .bar::after {
    content: '';
    right: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
.navbar-toggle .bar::before {
    top: -7px;
}
.navbar-toggle .bar::after {
    top: 7px;
}

.navbar-toggle .bar::before {
    -webkit-transform: translateX(3px) translateY(0px) rotate(45deg);
    -moz-transform: translateX(3px) translateY(0px) rotate(45deg);
    -ms-transform: translateX(3px) translateY(0px) rotate(45deg);
    -o-transform: translateX(3px) translateY(0px) rotate(45deg);
    transform: translateX(3px) translateY(0px) rotate(45deg);
}

.navbar-toggle .bar::after {
    -webkit-transform: translateX(3px) translateY(3px) rotate(-45deg);
    -moz-transform: translateX(3px) translateY(3px) rotate(-45deg);
    -ms-transform: translateX(3px) translateY(3px) rotate(-45deg);
    -o-transform: translateX(3px) translateY(3px) rotate(-45deg);
    transform: translateX(3px) translateY(3px) rotate(-45deg);
}

.navbar-toggle.collapsed .bar::before {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0);
    -moz-transform: translateX(0px) translateY(0px) rotate(0);
    -ms-transform: translateX(0px) translateY(0px) rotate(0);
    -o-transform: translateX(0px) translateY(0px) rotate(0);
    transform: translateX(0) translateY(0px) rotate(0);
}

.navbar-toggle.collapsed .bar::after {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0);
    -moz-transform: translateX(0px) translateY(0px) rotate(0);
    -ms-transform: translateX(0px) translateY(0px) rotate(0);
    -o-transform: translateX(0px) translateY(0px) rotate(0);
    transform: translateX(0px) translateY(0px) rotate(0);
}

.navbar-toggle span:before{
	content: "×";
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}
.navbar-toggle.collapsed span:before{
	line-height: 44px;
	content: "\f0c9";
	color: #fff;
	font-family:'Genericons';
	font-size: 20px;
}

.navbar {
    margin-bottom: 0px !important;
} 
.navbar-default {
  background: url(images/header_bottom.png) bottom center repeat-x;
	border:0;
	padding: 0 0 24px;
}
.contfr{
	background-color: #fff;
	margin-top: 21px;
}
.navbar .contfr .container{
	position: relative;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.page-header {
  margin: 0 0 40px;
  padding: 0;
  text-align:left;
  border-bottom:none;
 }
.page-header .page-header__title {
	display:block;
  margin: 0px 0 0 0;
}

@media only screen and (max-width: 767px){
	.row{ margin-left:0; margin-right:0}

	.navbar-collapse{
		padding-left:0;
		padding-right:0;
	}
	.navbar-nav{
		margin: 0;
	}
	.navbar-default{
		padding-left:0;
		padding-right:0;
		height: 79px;
	}
	.navbar-default .navbar-toggle{
		margin-right:0;
	}
	.navbar-default .navbar-toggle>span{
		display: block;
		height: 44px;
	}
	.navbar .container .navbar-brand, .navbar .container-fluid .navbar-brand{
		background: url(images/logo.gif) no-repeat;
		background-size: auto 100%;
		text-indent: 150%;
		overflow: hidden;
		white-space: nowrap;
		display: block;
		width: 260px;
		height: 28px;
		margin: 6px 0 10px 10px;	
	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		 margin-right: 0;
		 margin-left: 0;
		 position: relative;
	}
	.container>.navbar-collapse {
		 position: absolute;
		 top:-10px;
		 left: 0;
		 width: 100%;
		 background-color: #fff;
	}
	.navbar-header{
		background-color: #fff;	
	}
	.navbar-collapse{
	border-top: none;
		 background-color:rgba(0,0,0,0.8);
	 }
	.navbar .container .navbar-brand img, .navbar .container-fluid .navbar-brand img{
		height: 30px;
		width: auto;
	}
	#header{
		
	}
	.navbar-nav>li{
	}
	.navbar-nav>li:first-child{
		border-top:none;
	}
	.page-header {
		margin: 0;
		padding: 0px 0px 15px;
	}
	.page-header__title{
		font-size:16px !important;
		line-height: 1.3;
	}
	.page-header .page-header__title{
		padding:0px 0px;
		line-height: 1;
		 display: block;
    font-size: 16px;
    margin: 0px 0 0 0;
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
	}
	aside {
    	padding-top:0 !important;
	}
	.contfr {
    background-color:transparent;
    margin-top: 10px;
	}
	.navbar-collapse .innermenu .ttl{
		padding: 20px 18px 0;
		color: #166132;
		font-family: "Noto Sans Japanese";
		margin-bottom: 20px;
	}
	.navbar-collapse .innermenu .navbar-nav{
		margin: 0 18px;
	}
	
	
}
@media (min-width: 768px) {
	.navbar-nav {
		float:none !important;
		margin: 0 0px 0 0;
		display: inline-block;
	}
}


.breadcrumbs {
	line-height: 38px;
	height: 72px;
	padding: 17px 35px 0;
	margin:0px;
	border-bottom:none;
  margin-bottom: 0px;
  color: #333; 
	font-size:16px;
	overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
	
 }
 .breadcrumbs a:link, .breadcrumbs a:visited, .breadcrumbs a:hover, .breadcrumbs a:active {
    color: #333;
	  text-decoration: underline;
}
.breadcrumbs a,.breadcrumbs strong{
		font-size:16px;
   display: inline-block;
	 vertical-align: middle;
	 line-height: 38px;
	 height: 38px;
	 margin: 0 5px;

}
.breadcrumbs strong {
  font-weight: normal;
}
.breadcrumbs a:first-child{
	 background: url(images/icon_home.png) no-repeat;
	 height: 38px;
	 width: 38px;
	 text-indent: 150%;
	 white-space: nowrap;
	 overflow: hidden;
	 margin-left: 0;
}
.breadcrumbs a:first-child:hover{
	opacity: .8;
}

 @media only screen and (max-width: 767px){
	.breadcrumbs {
		display:none;
	}
	.page-header .container {
		overflow:hidden;
	}
 }

.pagination li > span {
  border-color: #337ab7;
  color: #fff; }

/*メインイメージ*/
.mainslide{
	width: 966px;
	height: 400px;
	margin-bottom: 40px;
	position: relative;
}
.metaslider{
	margin: 0 auto;
	width: 966px;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
#slidefr{
	position: absolute;
	top:0;
	left: 0;
	background: url(images/main_waku.png) center center no-repeat;
	width: 966px;
	height: 400px;
	z-index: 1;
}
.mainslide{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 0;
}
.in {
  opacity: 1 !important;
 }


.metaslider .flex-control-nav {
    bottom: auto;
    position: absolute;
    text-align: center;
    top: 0;
		width: 966px;
		height: 400px;
		padding-top: 380px;
		background: url(images/main_waku.png) center center no-repeat;
}
.flex-control-paging li a {
    width: 8px !important;
    height: 8px !important;
    display: block;
    background: #fff;
    background: rgba(255,255,255,1) !important;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
		box-shadow: 0 0 3px rgba(0,0,0,0.3) !important;
}
.flex-control-paging li a.flex-active {
    background: #e98400 !important;
    cursor: default;
}
.flex-direction-nav li:first-child{
    position: absolute !important;
    top: 50% !important;
	z-index: 10 !important;
	left: 10px !important;
}
.flex-direction-nav li:last-child{
    position: absolute !important;
    top: 50% !important;
	z-index: 10 !important;
	right: 10px !important;
}
.flex-direction-nav a {
    width: 55px !important;
    height: 55px !important;
	padding-top: 55px !important;
	overflow: hidden;
    margin: -270px 0 0;
    display: block;
    background: none !important;
    position: relative !important;
    top: auto !important;
    z-index: 10;
    cursor: pointer;
    text-indent:0 !important;
    opacity: 1 !important;
	position: relative;	
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    background-position: 100% 0;
	font-size: 50px;
}
.flex-direction-nav .flex-prev {
    left: auto !important;
}
.flex-direction-nav .flex-next {
    right: auto !important;
}
.flex-direction-nav .flex-prev:after,
.flex-direction-nav .flex-next:after {
    position: absolute;
    top:0;
    color: rgba(255,255,255,0.3);
    font-family: FontAwesome;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev:hover:after,
.flex-direction-nav .flex-next:hover:after {
	color: rgba(255,255,255,0.5);
}
.flex-direction-nav .flex-prev:after {
    right: 1px;
    content: "\f137";
}
.flex-direction-nav .flex-next:after {
    left: 1px;
    content: "\f138";
}
section .btns{
	padding-top: 45px;
	text-align: center;
}
section .btns a{
	letter-spacing: normal;
	display: block;
	margin: 0 auto;
	width: 620px;
	height: 65px;
	line-height: 65px;
}
section .btns a::after {
	line-height: 65px;
}

@media (max-width: 767px){
	/*メインイメージ*/
	.metaslider {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding-bottom: 0px;
	}
	.mainslide{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	
	#slidefr{
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding-top: 42%;
	}
	.metaslider .flex-control-nav {
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding-top: 37%;
		padding-bottom: 5%;
        top: -10px;
	}
	section .btns {
		padding-top: 20px;
		text-align: center;
	}
	
}

@media only screen and (max-width: 767px){
	.container {width: 100%; height: 100%; }
	.container>.inner{padding: 0;}
}
.container .mainslide,
.container-fluid .mainslide {
    border-radius: 0;
    padding-right: 0px;
    padding-left: 0px; 
}

  .mainslide p {
    font-size: 100%;
	}
  .mainslide .btn {
    margin: 40px 0 0;
	}
.mainslide .h1, .mainslide h1 {
    font-size: 28px;
	margin-bottom:71px;
	margin-top:30px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {/*6*/
	.container {
		padding-left:0;
		padding-right:0;
	}
}
@media screen and (max-width: 767px) {/*6*/
	.container {
		padding-left:0;
		padding-right:0;
	}
	.mainslide .container >.row>.col-md-12{ padding:0; }
}
@media screen and (max-width: 480px) {/*6*/
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0; }
  .widget_recent_entries ul li,
  .widget_recent_comments ul li,
  .widget_archive ul li,
  .widget_categories ul li,
  .widget_meta ul li,
  .widget_pages ul li,
  .widget_nav_menu ul li {
    padding: 4px 0;
	position:relative;}
    .widget_recent_entries ul li li,
    .widget_recent_comments ul li li,
    .widget_archive ul li li,
    .widget_categories ul li li,
    .widget_meta ul li li,
    .widget_pages ul li li,
    .widget_nav_menu ul li li {
      padding-left: 1.5em; }
    .widget_recent_entries ul li li li,
    .widget_recent_comments ul li li li,
    .widget_archive ul li li li,
    .widget_categories ul li li li,
    .widget_meta ul li li li,
    .widget_pages ul li li li,
    .widget_nav_menu ul li li li {
      padding-left: 3em; }
    .widget_recent_entries ul li li li li,
    .widget_recent_comments ul li li li li,
    .widget_archive ul li li li li,
    .widget_categories ul li li li li,
    .widget_meta ul li li li li,
    .widget_pages ul li li li li,
    .widget_nav_menu ul li li li li {
      padding-left: 4.5em; }
    .widget_recent_entries ul li li li li li,
    .widget_recent_comments ul li li li li li,
    .widget_archive ul li li li li li,
    .widget_categories ul li li li li li,
    .widget_meta ul li li li li li,
    .widget_pages ul li li li li li,
    .widget_nav_menu ul li li li li li {
      padding-left: 6em; }
    .widget_recent_entries ul li li li li li li,
    .widget_recent_comments ul li li li li li li,
    .widget_archive ul li li li li li li,
    .widget_categories ul li li li li li li,
    .widget_meta ul li li li li li li,
    .widget_pages ul li li li li li li,
    .widget_nav_menu ul li li li li li li {
      padding-left: 7.5em; }
    .widget_recent_entries ul li ul,
    .widget_recent_comments ul li ul,
    .widget_archive ul li ul,
    .widget_categories ul li ul,
    .widget_meta ul li ul,
    .widget_pages ul li ul,
    .widget_nav_menu ul li ul {
      margin-top: 4px;
      margin-bottom: -4px; }
      .widget_recent_entries ul li ul ul,
      .widget_recent_comments ul li ul ul,
      .widget_archive ul li ul ul,
      .widget_categories ul li ul ul,
      .widget_meta ul li ul ul,
      .widget_pages ul li ul ul,
      .widget_nav_menu ul li ul ul {
        margin-left: -1.5em; }
      .widget_recent_entries ul li ul ul ul,
      .widget_recent_comments ul li ul ul ul,
      .widget_archive ul li ul ul ul,
      .widget_categories ul li ul ul ul,
      .widget_meta ul li ul ul ul,
      .widget_pages ul li ul ul ul,
      .widget_nav_menu ul li ul ul ul {
        margin-left: -3em; }
      .widget_recent_entries ul li ul ul ul ul,
      .widget_recent_comments ul li ul ul ul ul,
      .widget_archive ul li ul ul ul ul,
      .widget_categories ul li ul ul ul ul,
      .widget_meta ul li ul ul ul ul,
      .widget_pages ul li ul ul ul ul,
      .widget_nav_menu ul li ul ul ul ul {
        margin-left: -4.5em; }
      .widget_recent_entries ul li ul ul ul ul ul,
      .widget_recent_comments ul li ul ul ul ul ul,
      .widget_archive ul li ul ul ul ul ul,
      .widget_categories ul li ul ul ul ul ul,
      .widget_meta ul li ul ul ul ul ul,
      .widget_pages ul li ul ul ul ul ul,
      .widget_nav_menu ul li ul ul ul ul ul {
        margin-left: -6em; }

.widget_calendar table thead th {
  text-align: center; }

.widget_calendar table tbody td {
  text-align: right; }

.widget_calendar #next {
  text-align: right; }

.widget_tag_cloud .tagcloud {
  line-height: 1.3; }

.grecaptcha-badge { visibility: hidden; }

/*==================================================
 * layout
 *================================================*/
#container {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
}
.sub-page-contents {
  padding-top: 0px;
	min-height: 300px;
	}
#main {
 	margin-bottom: 0px;
}
.page-template-front-page #main,
.page-template-rich-front-page #main {
    margin-bottom: 0;
}
.article{
	margin-bottom:0px;
	padding-right:0px;
}
@media screen and (max-width: 990px) {
	.article{
		padding-right:0px;
	}
}
@media only screen and (max-width: 767px){
	.article{
		margin-bottom: 0px;
	}

}
.entry .container{
	background-color: #fff;
}
.entry:before,
.entry:after {
  content: " ";
  display: table; }

.entry:after {
  clear: both; }

.entry__title {
  margin: 0 0 10px;
  color:#445853;
  font-size:28px;
  font-weight: normal;
 }

.entry__content:before,
.entry__content:after {
  content: " ";
  display: table; }

.entry__content{
	padding: 60px 35px; 
	margin-bottom:0px;
}

.entry__content p{
	line-height:1.8;
	word-wrap: break-word;
}
.home .entry__content p{
	margin-bottom:0;
}
.entry__content:after {
  clear: both; }

.entry__content > *:first-child {
  margin-top: 0; }

aside{
	padding-top:0px;
}
.blogarea{ background-color: #f5f5f5; padding-bottom:20px !important;}
.blogarea .section{ margin-bottom:30px;}
@media only screen and (max-width: 767px){
	.blogarea .section{ margin:0 0px 30px; padding-left:15px; padding-right:15px;}
	
	.entry__content{
		padding: 20px 15px; 
		margin-bottom:0px;
	}
}

/*==================================================
 * header
 *================================================*/
.header {
  position: relative;
  z-index: 3;
 }
  .header--fixed, .header.header--fixed--is_scrolled {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  .header--general .global-nav .menu, .header--transparency .global-nav .menu {
    float: right; }
  .header--center .global-nav {
    text-align: center; }
    .header--center .global-nav .menu {
      display: inline-block;
      text-align: left;
      vertical-align: bottom; }
  .header--transparency {
    background-color: transparent !important;
    box-shadow: none;
    transition: background-color 0.2s;
    position: absolute;
    right: 0;
    left: 0; }
    .header--transparency .global-nav {
      background-color: transparent;
      transition: background-color 0.2s; }
      .header--transparency .global-nav .menu > .menu-item > a {
        background-color: transparent; }
  .header--fixed {
    position: absolute;
    right: 0;
    left: 0; }
  .header--fixed--is_scrolled {
    position: fixed; }


/**
 * .header__content
 */
.header__content {
	background: url(images/bg_header_top.png) top center repeat-x;
}
 @media (max-width: 767px) {
	.header__content {
			background: url(images/bg_header_top.png) top center repeat-x;
			background-size:23px 10px;
	}
}

/**
 * .site-branding
 */
.site-branding {
  padding: 20px 0; }
  .site-branding__heading {
    font-size: 24px;
    line-height: 1;
    margin: 0; }
    @media (min-width: 480px) {
      .site-branding__heading {
        font-size: 26px; } }
  .site-branding__logo {
    font-size: 24px;
    line-height: 1;
    margin: 0; }
    @media (min-width: 480px) {
      .site-branding__logo {
        font-size: 26px; } }
  .site-branding a {
    text-decoration: none; }

/*==================================================
 * sub
 *================================================*/
.sidebar-widget {
  font-size: 93%;
  margin: 0 0 30px;
 }
h2.sidebar-widget__title {
    font-weight: normal !important;
    margin-top: 0;
	padding-left:0px;
	line-height:1 !important;
	font-size:18px !important;
	padding-bottom: 10px !important;
	margin-bottom: 20px !important;
}
.widget-area.w1{
	background-color: #F8F4ED;
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 16px;
}
.widget-area.w1 span{
	border: 1px solid #166132;
	color: #166132;
	font-size: 14px;
	height: 22px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	text-align:center;
}
.widget-area.w1 .reservebtn{
	/*padding-bottom: 12px;*/
		margin-top: 12px;

}
.widget-area.w1 .reservehotelbtn{
	padding-bottom: 12px;
	border-bottom: 1px dotted #166132;
		margin-top: 12px;

}

.widget-area.w1 .reservebtn a{
		padding:7px 15px 7px 35px !important;
		color: #fff !important;
		border-radius: 5px;
		position: relative;
		display: block;
		white-space: nowrap;
		background-color: #DF5D07 !important;
}
.widget-area.w1 .reservehotelbtn a{
		padding:7px 15px 7px 35px !important;
		color: #fff !important;
		border-radius: 5px;
		position: relative;
		display: block;
		white-space: nowrap;
		background-color: #4262a3 !important;
}
.widget-area.w1 .reservebtn a:after,.widget-area.w1 .reservehotelbtn a:after{
		display: none !important;
	}
.widget-area.w1 .reservebtn a:before,.widget-area.w1 .reservehotelbtn a:before{
			position: absolute;
			line-height: 1;
			vertical-align: middle;
			font-size: 16px;
			color: #fff;
			margin-right: 10px;
			text-decoration: none;
			display: inline-block;
			margin-top: 0px;
			top: 10px;
			left: 15px;
			font-size: 12px;
			font-weight: bold;
			font-family: 'Genericons';
	}
.widget-area.w1 .reservebtn a:before,.widget-area.w1 .reservehotelbtn a:before{
			content: "\f108";
			font-weight: normal;
            padding-top: 2px;
}
.widget-area.w1 .tellink{
	background: url(images/side_tel.png) no-repeat;
	background-size: cover;
	width: 170px;
	height: 95px;
	display: block;
}
.sidebar a.atbtn{
	background: url(images/side_btn_readme.png) no-repeat;
	background-size: 100% auto;
	width: 200px;
	height: 61px;
	margin-bottom: 16px;
	display: block;
	overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
	position: relative;
}
.sidebar a.staffbtn{
	background: url(images/side_btn_staff.jpg) no-repeat;
	background-size: cover;
	width: 200px;
	height: 140px;
	margin-bottom: 16px;
	display: block;
	overflow: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
	position: relative;
}
.sidebar .fb{
	margin-bottom: 12px;
	width: 100% !important;
}
.sidebar .fb iframe{
	width:100% !important;

}
.fb_iframe_widget_fluid span {
    width: 100% !important;
}
.sidebar a.inbtn{
	background: url(images/side_btn_instagram.png) no-repeat;
	background-size: cover;
	width: 200px;
	height: 56px;
	display: block;
	margin-bottom: 16px;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
.sidebar a span{
	position: absolute;
	left: 110%;
}
.sidebar a:hover{
	opacity: .8;
}
.widget-area.w1 .reservebtn a:hover {
		opacity: 1;
    background-color: #AE4805 !important;
    text-decoration: none !important;
}
.widget-area.w1 .reservehotelbtn a:hover {
		opacity: 1;
    background-color: #2e4063 !important;
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
	.metaslider .flexslider {
			margin: 0 0 20px 0 !important;
	}
	.widget.widget_recent_entries li a, .widget.widget_archive li a {
		position: relative;
		padding: 18px 0 0px 0px;
		color: #333;
		font-size: 14px;
	}
	.widget.widget_recent_entries li, .widget.widget_archive li {
		padding: 10px 0;
	}
	.sidebar-widget{
		margin-bottom: 0px;
	}
	.widget-area.w1 .tellink{
		background: url(images/side_telx2.png) no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding-top: 39.0625%;
		display: block;
	}
	.sidebar a.atbtn{
		background: url(images/side_btn_readmex2.png) no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding-top: 19.21875%;
	}
	.sidebar a.staffbtn{
		background: url(images/side_btn_staffx2.png) no-repeat;
		background-size: cover;
		width: 100%;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding-top: 43.75%;
	}
	
	.sidebar a.imgbtn:hover{
		opacity: 0.8;
	}

	.sidebar a.inbtn{
		background: url(images/side_btn_instagramx2.png) no-repeat;
		width: 100%;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		padding-top: 17.5%;
	}
	.widget-area.w1 .reservebtn a,.widget-area.w1 .reservehotelbtn a{
		text-align: center;
	}
	.widget-area.w1 .reservebtn a:before,.widget-area.w1 .reservehotelbtn a:before{
			position: static;
	}

}
/*==================================================
 * footer
 *================================================*/
/**
 * .footer-widget-area
 */
#footer{
	background-color: #5F4B36;
	width: 100%;
}

.footer-widget-area {
	background: url(images/bg_footer.jpg) center center no-repeat;
  font-size: 14px;
	height: 250px;
  padding: 50px 0 50px 0;
 }
 @media (min-width: 2000px) {
 .footer-widget-area {
 		background-size: 100% auto;
	}
}
.footer-widget-area .ttl{
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: bold;
}
.footer-widget-area .foot_tel{
	background: url(images/img_foot_tel.png) no-repeat;
	width:363px;
	height: 74px;
	margin-left: auto;
}
.footer-widget-area .btn-primary{
	width:363px;
	height: 69px;
	line-height: 69px;
	font-size: 18px;
}
.footer-widget-area .twolist{
	width: 830px;
	margin:0 auto;
}
.footer-widget-area .twolist li{
	padding: 0 18px;
}
.footer-widget-area .twolist li:first-child{
	text-align: right;
	margin-left: auto;
}

@media (min-width: 1400px) {
	.footer-widget-area {
		/*background-size: 100% auto;*/
	 }
}
@media (min-width: 768px) {
	.tellink{
		pointer-events: none;
	}
}
@media only screen and (max-width: 767px){
	.footer .row{ margin-left:0; margin-right:0}
	.footer-widget-area{
		height: auto;
		background-size: auto 100%;
		padding:20px 0;
	}
}

.footttl {
	text-align: center;
  	margin: 0 0 36px;
}
.footttl .twolist{
	width: 580px;
	margin: 0 auto;
}

@media (max-width: 990px) {
	.footer .widget_text{
		padding:0 5px 0 15px;
	}
}
.widget_nav_menu{
	display: inline-block;
	width: 165px;
	vertical-align: top;
}
.copyright .footer_menu .twolist>li:first-child{
	padding-left: 30px;
}
.copyright .footer_menu .twolist>li:last-child{
	text-align: right;
}
.copyright .footer_menu li .menu{
	display: inline-block;
	text-align: left;
}
.copyright .footer_menu li .menu .sub-menu{
	margin-left: 1em;
}

.widget_nav_menu .menu li a{
	color: #ffe9ad;
	font-size: 13px;
	text-align: left;
}
.widget_nav_menu ul.menu>li>a:before{
	content: "・";
}
.widget_nav_menu .menu li.menu-item-has-children>a{
	pointer-events: none;
}
	#contents .container .col-md-9 {
			width: 766px;
/*			width: 717px;*/
			padding-right: 34px;
			padding-bottom: 130px;
	}
	#contents .container .col-md-3 {
			width: 230px;
	}


@media only screen and (max-width: 767px){
	.footer .widget_nav_menu ul.sub-menu li a{
		line-height:1.2;
		display:block;
		margin-bottom:5px;
	}
	.footer .widget_nav_menu ul.menu li:last-child ul.sub-menu li a{
		display:inline;
	}
	.footttl {
		text-align: center;
		margin: 20px 15px 5px;
	}
	.footttl .twolist{
		width: 100%;
		margin: 0 auto;
	}
	.copyright .footer_menu .foot-nav ul{
		width: 100% !important;
	}
	.copyright .footer_menu .twolist>li:first-child{
		padding-left: 0px;
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	.copyright .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
	}
	.copyright .footer_menu .twolist>li:last-child{
		text-align: left;
	}
	.widget_nav_menu {
    width: 50%;
		vertical-align: top;
	}
	.copyright .footer_menu li .menu {
			display: block !important;
			margin: 0 15px !important;
	}

}
@media (max-width: 480px) {

	.footer .footer_menu {
		margin-left:15px;
	}
	.footer .copy {
		margin-right:15px;
		float:none;
		font-size: 11px;
	}
	.footer .textwidget{
		text-align:center;
	}
}

/**
 * .social-nav
 */

@font-face{
font-family:'Genericons';
src: url(fonts/fontawesome-webfont.eot);
src: url(fonts/fontawesome-webfont.eot?#iefix) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff) format('woff'),url(fonts/fontawesome-webfont.ttf) format('truetype'),url(fonts/fontawesome-webfont.svg#fontawesomeregular) format('svg')
}

/**
 * .copyright
 */
.copyright {
  font-size: 12px;
  padding: 10px 30px 0;
 }
.copyright .row{
		margin-left: -29px;
    margin-right: -29px;
 }
.copyright .footer_menu{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
.copyright .footer_menu li{
	text-align: left;
	padding: 2px 0;
}
.copyright .footer_menu .foot-nav{
	margin-bottom: 45px;
}
.copyright .footer_menu .foot-nav ul{
	width: 600px;
	margin: 0 auto 0;
}
.copyright .footer_menu .foot-nav ul:after{
	content: " ";
	display: table;
	clear: both;
}
.foot-nav li {
    margin: 0;
    padding: 0;
    display:block;

    line-height: 1.2;
}
.foot-nav li:first-child {
	float: right;
}
.foot-nav li:last-child {
	float: left;
}

.foot-nav li a{
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
}
.foot-nav li span{
	padding: 0;
	color: #fff;
	font-size: 12px;
	padding-left: 0px;
	height: 22px;
	line-height: 22px;
	display: inline-block;
}
.foot-nav li a:before{
	content: ">";
	margin-right: 7px;

}
.foot-nav li a:hover{
	text-decoration: none;
	opacity: .8;
}

.foot-nav li:last-child {
    border: none;
}
.threelist.columnlist{
	margin: 0 -20px;
}
.threelist.columnlist li{
	padding: 0px 20px 0;
}
.threelist.columnlist li:first-child{
	border-left:none;
}
.threelist.columnlist li a{
	text-decoration: none;
	background-color: #fff;
	display: block;
	box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.1);
}
.threelist.columnlist li a .fr{
	padding: 24px 28px 0;
}
.threelist.columnlist li a .date{
	font-size: 12px;
}
.threelist.columnlist li a .ttl{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 24px;
	text-decoration: none;
	line-height: 1.2;
	text-decoration: underline;
	height:4.5em;
}
.threelist.columnlist li a .txt{
	text-align: left;
	padding: 0px 0;
	color: #333;
	height: 100px;
	font-size: 14px;
	text-decoration: none;
}
.threelist.columnlist li a .link{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #F4F4F4;
	color: #3D3D3D;
	font-size: 14px;
	position: relative;
}
.threelist.columnlist li a .link::after {
    right: 20px;
    top: 0;
    font-family: 'Genericons';
    content: "\f105";
    font-size: 22px;
    font-weight: bold;
    position: absolute;
	color: #4873B8;
}
.threelist.columnlist li a:hover img{
	opacity: .8;
}
.threelist.columnlist li a:hover .txt{
	text-decoration: none;
}
.threelist.columnlist li a:hover .link{
	opacity: .8;
	text-decoration: none;
}
.copyright .footer_pmark{
	float:right;
}

.copyright .copy{
	text-align: center;
	color: #ffe9ad;
	font-size: 10px;
	padding: 20px 0 10px;
}
.snsarea .sns-menu{
	letter-spacing: -.4em;
	text-align: center;
	margin-bottom: 55px;
}

@media only screen and (max-width: 767px){
	.copyright {
		text-align:center;
		padding: 0px 0 10px;
	}
	.copyright .copy,
	.copyright .pmark_jp {
		text-align: center;
	}
	.threelist.columnlist{
		margin: 0px 10px 0;
	}
	.threelist.columnlist li{
		width: 100%;
		background: none;
		border-left: none;
		padding: 15px 0 0 0;
		margin-bottom: 15px;
		
	}
	.threelist.columnlist li a .fr {
    padding: 15px 15px 0;
	}
	.threelist.columnlist li a .ttl{
		font-size: 16px;
		padding: 10px 0;
		color: #333;
		height: auto;
	}
	.threelist.columnlist li a .txt{
		text-align: left;
		padding: 0px 0 5px;
		font-size: 14px;
		height: auto;
	}
	.threelist.columnlist li a img{
		max-width: inherit;
		width:100%;
	}
	.threelist.columnlist li:first-child{
		border-top: none;
		padding: 0 0 0 0;
	}
	.copyright .footer_menu{
		float: none;
	}
	
	.foot-nav li{
		border-bottom:none;
		border-right:none;
		display: block;
		margin-bottom: 0;
		width:100%;
		margin-bottom: 0px;		
	}
	.foot-nav li a{
		padding: 10px 0;
		margin:0 10px;
		display: inline-block;
		line-height: 1.2;
		height: auto;
		background: none;
	}
	.foot-nav li:first-child{
	margin: 10px 0;
	}
	.copyright .footer_menu .foot-nav {
			margin-bottom: 25px;
	}
	
	.foot-nav li:last-child{
		border-bottom:0;
	}
	.footer .copy {
		text-align: center;
    	margin-right: 15px;
    	float: none;
    	font-size: 11px;
	}


}

/*==================================================
 * contents
 *================================================*/

.sixlist,.fivelist,.fourlist,.threelist,.twolist{
	list-style: none;
	margin: 0;
	margin: 0;
	padding: 0;
	letter-spacing: -.4em;
}
.threelist.m3{
	margin: 0 -15px;
}
.twolist > li{
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	width: 50%;
}
.threelist > li{
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	width: 33.33333%;
}
.fourlist > li{
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	width: 50%;
}
.fivelist > li{
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	width: 20%;
}
.sixlist > li{
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	width: 16.66666666666667%;
}
.fourlistmenu > li{
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	width: 24%;
}
/*submenu*/
.entry__content .single-post h1{
	font-size: 30px;
	padding-bottom: 26px;
	line-height: 32px;
	margin-bottom: 36px;
	font-weight: normal;
	vertical-align: middle;
	position: relative;
	border-bottom: 2px solid #000;
	margin-top: 0px;
}
.entry__content .single-post h1::after{
	content: "";
	width: 200px;
	bottom: -2px;
	height: 2px;
	background-color: #C41921;
	display: block;
	position: absolute;
	z-index: 1;
}
.entry__content h2:first-child,.entry__content section:first-child h2,.entry__content section #s1+h2{
	margin-top: 0;
}

.entry__content h3{
    font-size: 20px;
	font-weight: normal;	
	font-family: "Noto Sans Japanese";
}
.post-6 .entry__content h3 {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 5px;
}
.entry__content h4 {
    font-size: 18px;
	font-weight: normal;	
	font-family: "Noto Sans Japanese";
}
.entry__content h5 {
    font-size: 16px;
	font-weight: normal;	
	font-family: "Noto Sans Japanese";
}
.entry__content h6 {
    font-size: 15px;
	font-weight: normal;	
	font-family: "Noto Sans Japanese";
}
.entry__content .single-post ul,.entry__content .single-post ol{
	margin-left: 1.5em;
}
.entry__content .single-post .date{
	margin-bottom: 10px;
}

.entry__content{
	line-height:1.5;
}
.entry__content p{
	margin-bottom: 20px;
	line-height:2;
}
.entry__content .btxt{
	font-weight: bold;
	margin: 30px 0 30px 0;
}

@media screen and (max-width: 767px) {
	.entry__content h2{
		font-size: 20px;
		padding-bottom: 15px;
		line-height: 1;
		margin-bottom: 15px;
		margin-top: 40px;
	}
	.entry__content h2::after{
		content: "";
		width: 30%;
	}

	.entry__content h2 span{
		margin-left: 10px;
		line-height: 1;
		font-size: 12px;
	}
	.entry__content .single-post h1{
		font-size: 20px;
		padding-bottom: 15px;
		line-height: 1;
		margin-bottom: 15px;
		margin-top: 0px;
	}
	.entry__content .single-post h1 span{
		margin-left: 10px;
		line-height: 1;
		font-size: 12px;
	}	.entry__content p{
		margin-bottom: 15px;
		line-height:1.8;
	}
	.entry__content .single-post h2{
		font-size: 20px;
		padding-bottom: 0px;
		line-height: 1.5;
		margin-bottom: 10px;
		font-weight: normal;
		vertical-align: middle;
		position: relative;
		border-bottom: none;
		margin-top: 20px;
	}
	.entry__content h3{
		font-size: 18px;
	}
	.entry__content h4 {
		font-size: 16px;

	}
	.entry__content h5 {
		font-size: 15px;

	}
	.entry__content h6 {
		font-size: 15px;
	}
	
	.entry__content .single-post{
		margin: 0 -15px;
	}
	.entry__content .single-post:after{
	    content:"";
		display:block;
		clear:both;
	}
	.entry__content .single-post .date{
	}
	.entry__content .single-post ul,.entry__content .single-post ol{
		margin-left: 1.5em;
		font-size: 14px;
	}
	.entry__content p{
		line-height: 1.5;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.entry__content .single-post p{
		line-height: 1.5;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.entry__content .single-post a{
		line-height: 1.5;
		font-size: 14px;
	}
}

/*==================================================
 * archive
 *================================================*/
/**
 * .entries
 */
.entries .article {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.entries .article .entry_title{
	font-size:16px;
	border-left: 2px solid #008C8C;
    padding: 0px 0 0px 15px;
	margin-bottom:10px;
	display:block;
	padding: 0px 110px 0px 15px;
}
.entries .article .date{
	padding: 2px 7px;
    float: right;
    color: #FFF;
    display: block;
    background-color: #107E67;
    font-size: 12px;
}
@media screen and (max-width: 480px) {
	.entries .article .entry{
		text-align:right;
	}

	.entries .article .date{
		display:inline-block;
	}
	.entries .article .entry_title{
		width:100%;
		padding: 0px 10px 0px 10px;
		margin-top:30px;
		text-align:left;
	}
	.entries .article .entry__summary{
		text-align:left;
	}
}


/*==================================================
 * WordPress Classes
 *================================================*/
/**
 * .wp-caption
 */
.wp-caption {
  border: none;
  text-align: left;
  background-color: transparent;
  padding: 0;
  margin: 0 0 11.5px;
  border-radius: 0;
  max-width: 100%; }
  .wp-caption-text {
    color: #555555;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.4; }

/**
 * alignment
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline !important;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/**
 * .section
 */

section{
	position: relative;
}
section #s1,section #s2,section #s3,section #s4,section #s5,section #s6{
	position: absolute;
	top:-95px;
}
section .title{
	width:100%;
	text-align:left;
	font-weight: bold;
	font-family: "Noto Sans Japanese";
	margin-bottom: 23px;
}

section.s1 .title {
    margin-bottom: 23px;
    color: #5f4b36;
    font-weight: bold;
    font-family: "Noto Sans Japanese";
}
section.s1 .title h1{
	font-size: 24px;
	position:relative;
	display:inline-block;
	padding:0px 0 10px;
	border-bottom:2px dotted #5f4b36;
	margin: 0;
}
section.s1 .title h1:before,section.s1 .title h1:after{
	content:"";
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#5f4b36;
	position:absolute;
	bottom:-4px;
}
section.s1 .title h1:before{left:-4px;}
section.s1 .title h1:after{right:-4px;}
section .title i {
    margin-right: 5px;
}

section.s1 .title h1{
	border-bottom:2px dotted #5f4b36;
}
section.s1 .title h1:before,section.s1 .title h1:after{
	background:#5f4b36;
}
.btnarea ul {
    margin: 0 -16px;
}
 .btnarea li {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    width: 30%;
}
.btnarea ul li >div {
    margin: 0 8px;
    vertical-align: top;
    padding: 0 8px;
}
.btnarea ul li:first-child{
	margin-right:20px;
}
.btnarea ul li >div a{
    width: 100%;
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}
@media only screen and (max-width: 767px){
.btnarea .twolist > li {
    vertical-align: top;
	margin-bottom:15px;
    display: block;
    letter-spacing: normal;
    width: 100%;
}
}
/*for single title*/
.single-post section.s1 .title h2{
	font-size: 24px;
	position:relative;
	display:inline-block;
	padding:0px 0 10px;
	border-bottom:2px dotted #5f4b36;
	margin: 0;
}
.single-post section.s1 .title h2:before,.single-post section.s1 .title h2:after{
	content:"";
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#5f4b36;
	position:absolute;
	bottom:-4px;
}
.single-post section.s1 .title h2:before{left:-4px;}
.single-post section.s1 .title h2:after{right:-4px;}

.single-post section.s1 .title h2{
	border-bottom:2px dotted #5f4b36;
}
.single-post section.s1 .title h2:before,.single-post section.s1 .title h2:after{
	background:#5f4b36;
}
/**/
.cfr .bold{
	font-weight:bold;
}
.ctxt{
	text-align:center;
    font-size: 15px;
    color: #166132;
}
.page section .cfr{
	background-color: #FFFBF0;
	padding: 30px 30px 25px;
	border-radius: 15px;
	box-shadow: 3px 3px 0px 0px #d0a42e;
  -moz-box-shadow: 3px 3px 0px 0px #d0a42e;
  -webkit-box-shadow: 3px 3px 0px 0px #d0a42e;
	margin-bottom: 40px;
}
.page .servicearea section .cfr{
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px){
	.home section #s1{
		top:-50px;
	}
	section.s1 .title{
		margin-bottom: 15px;
	}
	section.s1 .title i{
		margin-right: 5px;
	}
	section.s1 .title h1{
		font-size: 20px;
		padding:0px 0 10px;
	}
	.single-post section.s1 .title h2{
		font-size: 20px;
		padding:0px 0 10px;
	}
	.page section .cfr {
    padding: 15px 15px 15px;
		margin-bottom: 30px;
	}
}
		.flex-con {
  		display:-webkit-flex;
    		display: flex;
    		-webkit-justify-content: space-between;
    		justify-content: space-between;
		}
		.flex-con li {
			position: relative;
			width: 30%;
			text-align: center;
			background-color: #79bde7;
			border-radius: 15px;
			box-shadow: 3px 3px 0px 0px #d0a42e;
			-moz-box-shadow: 3px 3px 0px 0px #d0a42e;
			-webkit-box-shadow: 3px 3px 0px 0px #d0a42e;
			margin-bottom: 40px;
}
		.flex-con li a {
			font-weight: bold;
			color: #fff;
			text-shadow: 1px 1px 2px #666;
			letter-spacing: 0.2em;
			padding: 15px 20px;
			text-decoration: none;
			display: block;
		}
    .flex-con li:hover {
        opacity: 0.8;
    }
.flex-con li a:before {
	font-size:20px;
	font-family: "FontAwesome";
    content: "\f0d7";
    font-weight: normal;
	padding-right:5px;
}
@media only screen and (max-width: 767px){
		.flex-con {
  display: flex;
  flex-direction: column;
		}
		.flex-con li {
			width: 100%;
			text-align: center;
			background-color: #79bde7;
			padding: 0px 20px;
			border-radius: 15px;
			box-shadow: 3px 3px 0px 0px #d0a42e;
			-moz-box-shadow: 3px 3px 0px 0px #d0a42e;
			-webkit-box-shadow: 3px 3px 0px 0px #d0a42e;
			margin-bottom: 20px;
		}
		.flex-con li a {
            font-size: 20px;
			font-weight: bold;
			color: #fff;
			text-shadow: 1px 1px 2px #666;
			letter-spacing: 0.2em;
			padding: 10px 20px;
			text-decoration: none;
			display: block;
		}
	}
	
.section {
  padding-top: 0px;
  margin-bottom: 60px;
  position:relative;
  display:block;
  position:relative;
}
.section .anc{
	position:absolute;
	top:-96px;
	width:1px;
	height:1px;
}


ul.square{
	list-style:none;
	margin-left:1.5em;
	margin-bottom:30px;
}
ul.square li{
	text-indent:-1.5em;
}
ul.square li:before{
	content:"■";
	color:#107E67;
	padding-right:0.5em;
}
ul.circle{
	list-style:none;
	margin-left:1.5em;
	margin-bottom:30px;
}
ul.circle li:before{
	content:"・";
	padding-right:0.5em;
}
ul.circle li{
	text-indent:-1.5em;
	margin-bottom:5px;
}
ol.numbers{
	margin-left:1.5em;
}

.entry__content h3 + p{
	margin-bottom:30px;
}

.section dl{
	width:100%;
	display:table;
	padding:15px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:0;
}
.section dl:last-child{
	border-bottom:none;
}
.section dt{
	display:table-cell;
	width:25%;
}
.section dd{
	display:table-cell;
	width:75%;
	line-height:1.5;
}
.section dd span{
	padding-left:1em;
}
.section dd p{
	line-height:1.5;
}
@media (max-width: 480px) {
	.section dt{
		display:block;
		width:100%;
	}
	.section dd{
		display:block;
		width:100%;
	}
}
@media (min-width: 1600px) {
	section .img{
		background-size: 100% auto !important;
	}
}

/*-------------------------------
 お知らせ
------------------------------- */
.newsfoot .title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
		color: #166132;
}
.blog .fa-icon:before{content: "\f073" !important;}

.newsarea li>div{
    background-color: #FFFBF1;
		
    padding: 6px;
    box-shadow: 3px 3px 0px 0px #d0a42e;
    -moz-box-shadow: 3px 3px 0px 0px #d0a42e;
    -webkit-box-shadow: 3px 3px 0px 0px #d0a42e;
		margin-bottom: 30px;
		padding: 55px 60px 40px;
		background:#FFFBF1 url(images/bg_header_blog.png) repeat-x top center;
}

.newsarea h2.title{
	font-size: 18px;
	margin: 0 0 18px;
	text-align: left;
}
.newsarea h2.title a{
	color: #5f4b36;
}
.single-post .newsarea h1.title{
	font-size: 18px;
	margin: 0 0 18px;
	text-align: left;
}
.newsarea .meta{
	color:#0f873c;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #0f873c;
	margin-bottom: 25px;
	line-height: 1.3;
	padding-bottom: 3px;
}
.newsarea .meta span{
	margin-left: 20px;
}
.newsarea .meta a{
	color:#0f873c;
	font-weight: bold;
}
.newsarea .txt{
	font-size: 13px;
	line-height: 2;
}
.newsarea .txt h2{
	font-size: 18px;
  margin: 0 0 15px;
  text-align: left;
	font-weight: normal;
}
.newsarea .txt h3{
	font-size: 16px;
  margin: 0 0 15px;
  text-align: left;
	font-weight: normal;
}
.newsarea .txt a{
	text-decoration: underline;
  color: #0f873c;
}
.newsarea .txt a:hover{
	opacity:.8;
}
.newsfoot{
	margin-bottom: 30px;
}
.servicearea .newsfoot{
	margin-bottom: 40px;
}
.newsfoot >.fr{
	background-color: #FFFBF1;
	padding: 6px;
	/* box-shadow */
	box-shadow:3px 3px 0px 0px #d0a42e;
	-moz-box-shadow:3px 3px 0px 0px #d0a42e;
	-webkit-box-shadow:3px 3px 0px 0px #d0a42e;
}
.servicearea .newsfoot >.fr{
	box-shadow:none;
}
.newsfoot >.fr .inner{
	border: 1px dotted #13873C;
	padding: 23px 17px;
}
.blog section.s2 .title h2 {
   font-size: 22px;
	 border-bottom: none;
	 padding-bottom: 0;
}
.blog section.s2 .title h2:after,
.blog section.s2 .title h2:before {
	display: none;
}

.newsfoot .newslist{
	background: url(images/line.png);
	background-repeat: repeat-y !important;
	background-position: 50% top;
	margin-bottom: 20px;
}
.newsfoot .twolist li .img span{
	width: 80px;
	height: 80px;
	display: block;
	background-color: #eee;
	border-radius: 8px;
}
.newsfoot .twolist li .img span img{
    border-radius: 8px;
}
.newsfoot ul li .fr{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.newsfoot ul li .fr .txt{
	display: table-cell;
	padding-right: 0px;
	font-size: 13px;
	line-height: 1.8;
}
.newsfoot ul li .fr .img{
	display: table-cell;
	width: 95px;
	vertical-align: top;
	text-align: left;
}
.newsfoot .twolist li:nth-child(even) .fr{
	padding-left: 20px;
}
.newsfoot .twolist li:nth-child(odd) .fr{
	padding-right: 20px;
	display: block;
}
.newsfoot .twolist li .txt{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.newsfoot .twolist li .date{
	color: #0f873c;
	line-height: 1;
}
.newsfoot .pickuplist li{

}
.newsfoot .title h3 {
   font-size: 18px;
	 font-weight: bold;
	 margin: 0;
}
.newsfoot .infarea{
	margin-bottom: 16px;
}
.newsfoot .puarea{
	background: url(images/line2.png) top left repeat-x;
	padding-top: 30px;
}
.newsfoot .metaarea{
	background: url(images/line2.png) top left repeat-x;
	padding-top: 30px;
}
.newsfoot .metaarea ul li a{
	background-color: #5f4b36;
	border-radius: 5px;
	color: #fff;
	padding: 7px 10px;
	display: block;
	font-size: 14px;
	position: relative;
	width: 50%;
	text-decoration: none;
}
.newsfoot .metaarea ul li a:hover{
	opacity: 	.8;
}
.newsfoot .metaarea ul li a i{
position: absolute;
	right: 10px;
	top:10px;
}

.newsfoot .metaarea ul li{
	margin-bottom: 10px;
}
.newsfoot .metaarea .selectfr {
		position: relative;
		display: inline-block;
}
.newsfoot .metaarea .selectfr:after {
	display: block;
	content: "\f0d7";
	font-family:'Genericons';
	position: absolute;
	color: #fff;
	top: 50%;
	right: 10px;
	margin-top: -9px;
	pointer-events: none;
}
.newsfoot .metaarea select {
	width: 138px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  box-sizing: content-box;
	-moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
	background-color: #5f4b36;
	border-radius: 5px;
	color: #fff;
	padding: 7px 10px;
	display: block;
	font-size: 14px;
	position: relative;
	text-decoration: none;
	outline: none;
}
.newsfoot .metaarea option {
	background-color: #fff !important;
	color: #5f4b36;
}

.newsfoot .metaarea select::-ms-expand {
	display: none;
}

@media screen and (max-width: 767px){
	.newsarea li>div {
			margin-bottom: 20px;
			padding: 35px 20px 20px;
	}
	.newsarea h2.title{
		font-size: 16px;
		margin: 0 0 10px;
	}
	.single-post .newsarea h1.title{
		font-size: 16px;
		margin: 0 0 10px;
	}
	.newsarea .meta{
		font-size: 12px;
	}
	.newsarea .meta span{
		margin-left: 15px;
	}
	.newsarea .txt{
		font-size: 12px;
		line-height: 1.8;
	}
	.newsarea .txt h2{
		font-size: 16px;
		margin: 0 0 10px;
	}
	.newsarea .txt h3{
		font-size: 14px;
		margin: 0 0 10px;
	}
	.blog section.s2{
		margin-bottom: 20px;
	}
	.newsfoot >.fr{
		padding: 6px;
	}
	.newsfoot >.fr .inner{
		padding: 15px 12px;
	}
	.newsfoot .title h2 {
		 font-size: 18px;
	}
	.newsfoot .newslist{
		background:none;
	}
	.newsfoot ul li .fr .txt{
		font-size: 12px;
		line-height: 1.5;
	}
	.newsfoot .twolist li:nth-child(even) .fr{
		padding-left: 0px;
	}
	.newsfoot .twolist li:nth-child(odd) .fr{
		padding-right: 0px;
	}
	.newsfoot .twolist li .txt{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}
	.newsfoot .twolist li .ntitle{
		line-height: 1.5;
	}
	.newsfoot .title h3 {
		 font-size: 16px;
	}
	.newsfoot .infarea{
		margin-bottom: 16px;
	}
	.newsfoot .puarea{
		padding-top: 20px;
	}
	.newsfoot .metaarea{
		padding-top: 20px;
	}
	.newsfoot .metaarea ul li:first-child{
		margin-bottom: 30px;
	}
}

.single-post h2{
	text-align: center;
	font-size: 24px;
}


/*-------------------------------
 お問い合わせ
------------------------------- */

.page-contact section {
}
.page-contact .ltxt{
		padding-right: 0px;
    color: #327540;
    font-size: 13px;
    margin-bottom: 20px;
}
.page-contact form div{
	margin-bottom: 10px;
}
.page-contact form .doui{
	text-align: center;
}
.page-contact form .doui label{
	font-weight: normal;
}
.page-contact form .submit{
	text-align: center;
	margin-bottom: 30px;
}
.page-contact .cfr .title h2 {
    font-size: 16px;
    color: #327540;
    height: 24px;
    line-height: 24px;
    background: url(images/hover_bg.png) left center no-repeat;
    padding-left: 30px;
    font-family: "Noto Sans Japanese";
    margin-bottom: 0px;
    margin-top: 0;
}
.wpcf7-not-valid-tip{
	margin-top: 5px;
}
.btn-primary {
    padding: 0;
    font-size: 16px;
    background-color: #327540;
    border-radius: 7px;
    border: 0;
		width: 150px;
    display: inline-block;
		padding: 10px 20px;
    color: #fff !important;
		letter-spacing: 0.2em;
    box-shadow: 1px 1px 0px 0px #d0a42e;
    -moz-box-shadow: 1px 1px 0px 0px #d0a42e;
    -webkit-box-shadow: 1px 1px 0px 0px #d0a42e;
		outline: none;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #24552E !important;
}
:placeholder-shown {
    color: #CCCCCC;padding-top: 4px !important; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #CCCCCC;padding-top: 4px !important; }
/* Firefox 19+ */
::-moz-placeholder {
    color: #ccc;padding-top: 4px !important;
    opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #CCCCCC; }

@media (max-width: 767px){

	.page-contact .ltxt{
		font-size: 12px;
    margin-bottom: 15px;
	}

}


/*-------------------------------
 home
------------------------------- */
section{text-align: center;}
section>*{text-align: left;}
section .container{
	background-color: transparent !important;
}

.home section .title{
	margin-bottom: 23px;
	color: #166132;
	font-weight: bold;
  font-family: "Noto Sans Japanese";
}
.home section .title i{
	margin-right: 5px;
}
.home section .title{
	width:100%;
	text-align:left;
}
.home section.s1 .title{
	color: #166132;
}
.home .title h2{
	font-size: 24px;
	position:relative;
	display:inline-block;
	padding:0px 0 10px;
	border-bottom:2px dotted #166132;
	margin: 0;
}

.home .title h2:before,.home .title h2:after{
	content:"";
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#166132;
	position:absolute;
	bottom:-4px;
}
.home .title h2:before{left:-4px;}
.home .title h2:after{right:-4px;}
.home section.s1{
	margin-bottom: 34px;
}
.home section.s1 .title h2{
	border-bottom:2px dotted #166132;
}
.home section.s1 .title h2:before,.home section.s1 .title h2:after{
	background:#166132;
}

section.allmenu .fourlist{
	margin: 0 -6px 0px;
}
section.allmenu .fourlist > li{
	padding: 0 28px;
}
section.allmenu .fourlist > li a{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
section.allmenu .fourlist > li a:hover{
	opacity: .8;
}
section.allmenu .twolist > li a:hover{
	opacity: .8;
}
.home section.s2{
	margin-bottom: 30px;
}
.home section.s2 .title{
	color: #5f4b36;
}
.home section.s2 .title h2{
	font-size: 22px;
	border-bottom:2px dotted #5f4b36;
}
.home section.s2 .title h2:before,.home section.s2 .title h2:after{
	background:#5f4b36;
}
.home .s2 ul{
	margin: 0 -16px;
}
.home .s2 ul li a >div{
	margin: 0 16px;
	vertical-align: top;
	border: 2px solid #fff;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.2);
	padding: 20px;
	height: 264px;
}
.home .s2 ul li .fr{
	display: table;
	width: 100%;
}
.home .s2 ul li .fr .txt{
	display: table-cell;
	padding-right: 15px;
	font-size: 13px;
	line-height: 1.8;
}
.home .s2 ul li .fr .img{
	display: table-cell;
	width: 66px;
	vertical-align: top;
	text-align: right;
}
.home .s2 ul li .fr .img span{
	width: 116px;
	height: 116px;
	display: block;
	border-radius:50%;
	background-repeat:no-repeat;
	background-position: center center;
	margin-bottom: 15px;
}
.home .s2 ul li:first-child .fr .img span{
	background-image: url(images/img_top_about1.jpg);
}
.home .s2 ul li:last-child .fr .img span{
	background-image: url(images/img_top_about2.jpg);
}
.home .s2 ul li .fr .img a{
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;
	position: relative;
	font-weight: bold;
	margin-right: auto;
}
.home .s2 ul li .fr .img a:hover{
	opacity: .8;
}
.home .s2 ul li .fr .img a i{
	font-weight: bold;
	font-size: 16px;
	padding-left: 5px;
}
.home section.s3{
	margin-bottom: 35px;
}
.home section.s3 >.fr{
	background-color: #FFFBF1;
	padding: 6px;
	/* box-shadow */
	box-shadow:3px 3px 0px 0px #d0a42e;
	-moz-box-shadow:3px 3px 0px 0px #d0a42e;
	-webkit-box-shadow:3px 3px 0px 0px #d0a42e;
}
.home section.s3 >.fr .inner{
	border: 1px dotted #13873C;
	padding: 23px 17px;
}
.home section.s3 .title h2 {
   font-size: 22px;
	 border-bottom: none;
	 padding-bottom: 0;
}
.home section.s3 .title h2:after,
.home section.s3 .title h2:before {
	display: none;
}

.home section.s3 .newslist{
	background: url(images/line.png);
	background-repeat: repeat-y !important;
	background-position: 50% top;
	margin-bottom: 20px;
}
.home section.s3 .twolist li .img span{
	width: 80px;
	height: 80px;
	display: block;
	background-color: #eee;
	border-radius: 8px;
}

.home section.s3 .twolist li .img span img{
    border-radius: 8px;
}
.home .s3 ul li .fr{
	display: table;
	width: 100%;
	margin-bottom: 15px;
}
.home .s3 ul li .fr .txt{
	display: table-cell;
	padding-right: 0px;
	font-size: 13px;
	line-height: 1.8;
}
.home .s3 ul li .fr .img{
	display: table-cell;
	width: 95px;
	vertical-align: top;
	text-align: left;
}
/*.home section.s3 .twolist li:nth-child(even) .fr{
	padding-left: 20px;
}
.home section.s3 .twolist li:nth-child(odd) .fr{
	padding-right: 20px;
	display: block;
}*/
.home section.s3 .twolist li .txt{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.home section.s3 .twolist li .date{
	color: #0f873c;
	line-height: 1;
}
.home section.s3 .twolist li .ntitle{

}
.home section.s3 .title h3 {
   font-size: 18px;
	 font-weight: bold;
	 margin: 0;
}
.home section.s3 .infarea{
	margin-bottom: 16px;
}
.home section.s3 .puarea{
	background: url(images/line2.png) top left repeat-x;
	padding-top: 30px;
	margin-bottom: -15px;
}
@media(min-width: 768px){
    .contents{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .item1 { order: 0; 
        padding-right: 20px;
        display: block;
    }
    .item2 { order: 2; 
        padding-right: 20px;
        display: block;
    }
    .item3 { order: 1; padding-left: 20px;}
    .item4 { order: 3; padding-left: 20px;}
}
section.maparea{
	margin-bottom: 0px;
}
section.maparea >.fr{
	background-color: #fff;
	padding: 30px 30px 25px;
	border-radius: 15px;
}
section.maparea >.fr .map{
	width: 330px;
	height: 256px;
	overflow: hidden;
	text-align: center;
}
section.maparea >.fr li:first-child >div{
	padding-right: 40px;
}
section.maparea >.fr .map iframe{
	margin-top: -150px;
	width: 100%;
}
section.maparea >.fr .ttl{
	color: #166132;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
}
section.maparea >.fr dl{
	margin-bottom: 0;
}
section.maparea >.fr dt{
	color: #166132;
	font-size: 14px;
}
section.maparea >.fr dd i{
margin-right: 5px;

}
section.maparea >.fr dd{
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;
}
section.maparea .reservebtn,
section.maparea .contactbtn{
		width: 50%;
		line-height: 1;
		display: inline-block;
		text-align: left;
		position: relative;
		font-size: 13px;
		color: #166132;
		font-family: "Noto Sans Japanese";
		border-top:none !important;
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

section.maparea .reservebtn a,
section.maparea .contactbtn a{
		padding:7px 15px 7px 35px !important;
		color: #fff !important;
		border-radius: 5px;
		margin-right: 10px !important;
		position: relative;
		display: inline-block;
		white-space: nowrap;
}
section.maparea .reservebtn a{
		background-color: #DF5D07 !important;
}
section.maparea .reservebtn a:hover {
    background-color: #AE4805 !important;
    text-decoration: none !important;
}
section.maparea .contactbtn a{
		background-color: #327540 !important;
}
section.maparea .contactbtn a:hover {
    background-color: #24552E !important;
    text-decoration: none !important;
}
section.maparea .reservebtn a:after,
section.maparea .contactbtn a:after{
		display: none !important;
	}
section.maparea .reservebtn a:before,
section.maparea .contactbtn a:before{
			position: absolute;
			line-height: 1;
			vertical-align: middle;
			font-size: 16px;
			color: #fff;
			margin-right: 10px;
			text-decoration: none;
			display: inline-block;
			margin-top: 0px;
			top: 8px;
			left: 15px;
			font-size: 12px;
			font-weight: bold;
			font-family: 'Genericons';
	}
section.maparea .reservebtn a:before{
			content: "\f108";
			font-weight: normal;
}
section.maparea .contactbtn a:before{
			content: "\f1d8";
			font-weight: normal;
}
section.maparea .note,dl#pethotel_form .note {
	color: #df5d07;
	font-size: 12px;
}
section.maparea .fzsm {
	font-size: 12px;
}
section.maparea span {
	font-size: 11px;
}
section.maparea >.fr>.twolist>li:last-child{
	text-align: right;
}
section.maparea >.fr>.twolist>li:last-child a{
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	text-decoration: underline;
	color: #166132;
}
section.maparea >.fr>.twolist>li:last-child a:hover{
	opacity: .8;
}
section.maparea >.fr>.twolist>li:last-child a i{
	margin-left: 5px;
}
section.maparea >.fr .btnlist{
	display: inline-block;
}
section.maparea >.fr .btnlist li:first-child{
	padding-right: 10px;
}
.home section.s4 {
    margin-bottom: 30px;
}		
section.s4 >.fr {
    background-color: #ffedb8;
    padding: 30px 30px 15px;
    border-radius: 15px;
		}
section.s4 >.fr .ttl {
    color: #5f4b36;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}	
section.s4 >.fr dt{
    color: #5f4b36;
    margin-bottom: 10px;
    font-size: 13px;
	font-weight:normal;
}
section.s4 >.fr dd{text-align: right;}
section.s4 >.fr dd a {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    position: relative;
    font-weight: bold;
    margin-right: auto;
		}
.home .s4 .fr .img span {
    background-image: url(images/pooch_top_ph03.jpg);
	background-size:100%;
}
.home .s4 .fr .img span {
    width: 250px;
    height: 170px;
    display: block;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 15px;
}
.home .s4 .fr .img img {
    width: 250px;
    height: 170px;
    display: block;
    border-radius: 15px;
    margin-bottom: 15px;
}

.twolist2 > li {
    vertical-align: top;
    display: inline-block;
    letter-spacing: normal;
    width: auto;
}
.twolist2 > li:first-child {
    max-width: 370px;
	margin-right:30px;
}		
.home section.s5 {
    margin-bottom: 30px;
}
.home .s5 ul li >div {
    margin: 0 8px;
    vertical-align: top;
    padding: 0 8px;
}

.home .s5 ul li >div a{
    width: 100%;
	height:89px;
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}
.home .s5 .consulting{
    display: inline-block;
    text-align: center;
}
.home .s5 .consulting > a:hover{
    opacity: .8;
}
@media screen and (max-width: 767px){
	#contents .container .col-md-9 {
			width: 100%;
			padding-right: 15px;
			padding-bottom: 30px;
	}
	#contents .container .col-md-3 {
    width: 100%;
	}
	.home section .title{
		margin-bottom: 15px;
	}
	.home section .title i{
		margin-right: 5px;
	}
	.home .title h2{
		font-size: 20px;
		padding:0px 0 10px;
	}
	.home section.s1{
		margin-bottom: 20px;
	}

	section.allmenu .fourlist{
		margin: 0;
	}
	section.allmenu .fourlist > li{
		padding: 0 6px;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	section.allmenu .fourlist > li a:hover{
		opacity: .8;
	}
	.home section.s2{
		margin-bottom: 20px;
	}
	.home section.s2 .title h2{
		font-size: 18px;
	}
	.home .s2 ul{
		margin: 0 0px;
	}
	.home .s2 ul li >div{
		margin: 0 0px 20px;
		padding: 15px;
		height:auto;
	}
	.home .s2 ul li .fr .txt{
		padding-right: 10px;
		font-size: 12px;
	}
	.home .s2 ul li .fr .img span{
		margin-bottom: 5px;
	}
	.home .s2 ul li .fr .img a{
		font-size: 12px;
	}
    .home .s2 ul.twolist li:first-child{
        margin-bottom: 15px;
    }
	.home .s2 ul li .fr .img a i{
		font-weight: bold;
		font-size: 14px;
		padding-left: 5px;
	}
	.home section.s3{
		margin-bottom: 20px;
	}
	.home section.s3 >.fr{
		padding: 6px;
	}
	.home section.s3 >.fr .inner{
		padding: 15px 12px;
	}
	.home section.s3 .title h2 {
		 font-size: 18px;
	}
	.home section.s3 .newslist{
		background:none;
	}
	.home .s3 ul li .fr .txt{
		font-size: 12px;
		line-height: 1.5;
	}
	.home section.s3 .twolist li:nth-child(even) .fr{
		padding-left: 0px;
	}
	.home section.s3 .twolist li:nth-child(odd) .fr{
		padding-right: 0px;
	}
	.home section.s3 .twolist li .txt{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.5;
	}
	.home section.s3 .twolist li .ntitle{
		line-height: 1.5;
	}
	.home section.s3 .title h3 {
		 font-size: 16px;
	}
	.home section.s3 .infarea{
		margin-bottom: 16px;
	}
	.home section.s3 .puarea{
		padding-top: 20px;
	}
    .home .s4 .twolist2 > li:first-child{
        margin-right: 0px;
        max-width: 100%;
    }
    .home .s4 .fr .img img{
        width: 100%;
        height: auto;
    }
	section.maparea{
		margin-bottom: 0px;
	}
	section.maparea >.fr{
		background-color: #fff;
		padding: 15px 15px 15px;
	}
	section.maparea >.fr .map{
		width: 100%;
		height: 256px;
		overflow: hidden;
	}
	section.maparea >.fr li:first-child >div{
		padding-right: 0px;
	}
	section.maparea >.fr .ttl{
		color: #166132;
		font-weight: bold;
		margin-bottom: 10px;
	}
	section.maparea >.fr dl{
		margin-bottom: 0;
	}
	section.maparea >.fr dt{
		color: #166132;
		font-size: 14px;
	}
	section.maparea >.fr dd{
		font-size: 14px;
		margin-bottom: 10px;
	}
	section.maparea .reservebtn a,
	section.maparea .contactbtn a{
			padding:7px 10px 7px 30px !important;
			margin:0 5px !important;
			position: relative;
			display: inline-block;
			white-space: nowrap;
	}
	section.maparea .note {
		margin-bottom: 20px;
	}
	.home .s4 .fr .img {
    width: 100%;
    margin-top: 15px;
	}	
	.home .s5 ul li >div a{
    background-size: 80%;
    width: 100%;
    height: 100%;
    padding-top:26%;
}
.home .s5 ul li >div {
    margin: 0 16px;
    vertical-align: top;
    padding: 0px;
}		
}
/*--------------------------------------
Poochについて
----------------------------------------*/

.page-about .fa-icon:before{content: "\f2bd" !important;}
.page-about section.s1 h3 {
    font-size: 20px;
    color: #166132;
		line-height: 1.3;
		font-family: "Noto Sans Japanese";
}
.page-about .ltxt{
	padding-right: 20px;
	color: #5f4b36;
}
.page-about ul li{
	color: #166132;
	font-size: 13px;
	line-height: 1.8;
}
.page-about ul.aboutlist li{
	width: 345px;
}
.page-about ul.aboutlist li:last-child{
	width: 312px;
}
.page-about ul.aboutlist li .img{
	border-radius: 22px;
	width: 312px;
	overflow: hidden;
} 

.page-about ul.alternate li .ttl{
	background: url(images/line3.png) left bottom repeat-x;
	color: #166132;
	font-size: 18px;
	line-height: 1.3;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
.page-about ul.aboutlist li .ttl{
    color: #166132;
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
.page-about .cfr .title h2{
	font-size: 22px;
	color:#5f4b36;
	background: url(images/hover_bg.png) left center no-repeat;
	padding-left: 30px;
	font-family: "Noto Sans Japanese";
}
.page-about ul.alternate li:nth-child(odd){
	min-height: 250px;
	width: 407px;
	padding-top: 50px;
	padding-right: 22px;
}
.page-about ul.alternate li:nth-child(even){
	width: 250px;
}
.page-about ul.alternate li:nth-child(4n-3){
	float: right;
	padding-left: 22px;
	padding-right: 0;
}
.page-about ul.alternate li:nth-child(4n-2){
}
.page-about ul.alternate li .circle{
	width: 250px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 30px;
}
.page-about ul.alternate li:last-child .circle{
	margin-bottom: 0px;
}
.page-about .allmenu{
	margin-bottom: 40px;
}

.page-about .allmenu .title{
	color: #166132;
}
.page-about .allmenu .title h2{
	font-size: 24px;
	position:relative;
	display:inline-block;
	padding:0px 0 10px;
	border-bottom:2px dotted #166132;
	margin: 0;
}

.allmenu .title h2:before,.allmenu .title h2:after{
	content:"";
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#166132;
	position:absolute;
	bottom:-4px;
}
.allmenu .title h2:before{left:-4px;}
.allmenu .title h2:after{right:-4px;}
.allmenu section.s1{
	margin-bottom: 34px;
}
.page-about .allmenu .txt{
	padding: 10px 10px 5px;
	color: #5f4b36;
	font-size: 14px;
	line-height: 1.6;
}
.page-about .allmenu .detail{
	float: right;
	display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  font-weight: bold;
  margin-right: auto;
	margin: 0 10px 0 0;
}
.page-about .allmenu .detail i {
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}

@media screen and (max-width: 767px){
	.page-about .allmenu .title h2 {
			font-size: 20px;
			padding: 0px 0 10px;
	}
	.page-about .ltxt{
		padding-right: 0px;
	}
	.page-about ul li{
		font-size: 12px;
	}
	.page-about ul.aboutlist{
		margin-bottom: 20px;
	}
	.page-about ul.aboutlist li{
		width: 100%;
		margin-bottom: 10px;
	}
	.page-about ul.aboutlist li:last-child{
		width: 100%;
	}
	.page-about ul.aboutlist li .img{
		width: 100%;
	} 
	.page-about ul.alternate li .ttl{
		font-size: 16px;
		line-height: 1.3;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.page-about .cfr .title h2{
		font-size: 20px;
		padding-left: 30px;
		font-family: "Noto Sans Japanese";
	}
	.page-about ul.alternate li:nth-child(odd){
		min-height: auto;
		width: 100%;
		padding-top: 0px;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	.page-about ul.alternate li:nth-child(even){
		width: 100%;
	}
	.page-about ul.alternate li:nth-child(4n-3){
		float: none;
		padding-left: 0px;
		padding-right: 0;
	}
	.page-about ul.alternate li:nth-child(4n-2){
	}
	.page-about ul.alternate li .circle{
		width: 100%;
		margin-bottom: 30px;
	}
	.page-about ul.alternate li .circle img{
			width: 100%;
			height: auto;
	}
	.page-about ul.alternate li:last-child .circle{
			margin-bottom: 0px;
	}
	.page-about .allmenu{
			margin-bottom: 20px;
	}
	.page-about .allmenu .txt{
		padding: 10px 0px 5px;
		color: #5f4b36;
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
	}
	.page-about .allmenu .detail{
		float: none;
		display: inline-block;
		font-size: 14px;
		text-decoration: underline;
		position: relative;
		font-weight: bold;
		margin:0 auto;
	}
	.page-about .allmenu .detail i {
			font-weight: bold;
			font-size: 16px;
			padding-left: 5px;
	}
}

/*--------------------------------------
施設紹介
----------------------------------------*/

.page-facilities .fa-icon:before{content: "\f015" !important;}

.page-facilities .ltxt{
	padding-right: 0px;
	color:#327540;
	font-size: 13px;
	margin-bottom: 20px;
}

.page-facilities .cfr .title h2{
	font-size: 16px;
	color:#327540;
	height: 24px;
	line-height: 24px;
	background: url(images/hover_bg.png) left center no-repeat;
	padding-left: 30px;
	font-family: "Noto Sans Japanese";
	margin-bottom: 0px;
	margin-top: 0;
}
.page-facilities ul.alternate li{
	background: url(images/line2.png) bottom left repeat-x;
	content: " ";
	display: table;
	clear: both;
	padding-bottom: 22px;
	margin-bottom: 20px;
}
.page-facilities ul.alternate li:after{
	content: " ";
	display: table;
	clear: both;
}

.page-facilities ul.alternate li .txt{
	color:#327540;
	font-size: 13px;
	min-height: 200px;
	width: 456px;
	line-height: 1.8;
	padding-top: 0px;
	padding-left: 40px;
	float: right;
}
.page-facilities ul.alternate li .circle{
	float: left;
	width: 200px;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 0px;
}

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

	.page-facilities .ltxt{
		font-size: 12px;
		margin-bottom: 15px;
	}

	.page-facilities .cfr .title {
		margin-bottom: 10px;
	}
	.page-facilities .cfr .title h2{
		font-size: 14px;
		color:#327540;
		height: 24px;
		line-height: 24px;
		padding-left: 30px;
	}
	.page-facilities ul.alternate li{
		background: url(images/line2.png) bottom left repeat-x;
		padding-bottom: 22px;
		margin-bottom: 20px;
	}
	.page-facilities ul.alternate li .txt{
		font-size: 12px;
		min-height: auto;
		width: 100%;
		line-height: 1.8;
		padding-top: 0px;
		padding-left: 0px;
		float: none;
		margin-bottom: 10px;
	}
	.page-facilities ul.alternate li .circle{
		float: none;
		width: 200px;
		height: 200px;
		text-align: center;
		overflow: hidden;
		border-radius: 50%;
		margin-bottom: 0px;
		margin: 0 auto 10px;
	}
		.page-facilities ul.alternate li .circle img{
		width: 200px;
		height: 200px;
	}

}
/*--------------------------------------
初めてご利用の方
----------------------------------------*/

.page-attention .fa-icon:before{content: "\f2bd" !important;}

.page-attention .ltxt{
	padding-right: 0px;
	color:#327540;
	font-size: 13px;
	margin-bottom: 30px;
}

.page-attention ul li{
	color: #166132;
	font-size: 13px;
	line-height: 1.8;
}
.page-attention ul.firstlist.head li .txt:before {
    content: "●";
    display: inline;
}
.page-attention ul.firstlist.head {
	margin-bottom: 30px;
	font-weight: bold;
}
.page-attention ul.firstlist.head li .txt {
    margin-bottom: 0px;
}

.page-attention ul.threelist{
	margin: 10px -10px 30px;
}
.page-attention ul.threelist .ttl{
	font-weight: bold;
}
.page-attention ul.threelist .img{
	text-align: center;
}
.page-attention ul.threelist .img img{
	border: 1px solid #22693c;
	text-align: center;
}
.page-attention .cfr .title{
	margin-bottom: 15px;
}
.page-attention .cfr .title h2{
	font-size: 22px;
	color: #166132;
	background: url(images/hover_bg.png) left center no-repeat;
	padding-left: 30px;
	font-family: "Noto Sans Japanese";
}

.page-attention .cfr .title h3 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid currentColor;
	font-size: 18px;
}

.page-attention ul.firstlist li{
}
.page-attention ul.firstlist li .txt:before{
	content: "・";
	display: inline;
}
.page-attention ul.firstlist li .txt{
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;

}
@media screen and (max-width: 767px){
	.page-attention .ltxt{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.page-attention ul li{
		font-size: 12px;
	}
	.page-about .cfr .title h2{
		font-size: 20px;
		padding-left: 30px;
		font-family: "Noto Sans Japanese";
	}
	.page-attention .cfr .title h2 {
    	font-size: 20px;
	}
	.page-attention .cfr .title h3 {
		font-size: 16px;
	}
	.page-attention ul.threelist li{
		width: 100%;
		margin-bottom: 10px;
	}

}
/*--------------------------------------
店舗情報
----------------------------------------*/

.page-shopinfo .fa-icon:before{content: "\f015" !important;}

.page-shopinfo .cfr .title h2{
	font-size: 16px;
	color:#327540;
	height: 24px;
	line-height: 24px;
	background: url(images/hover_bg.png) left center no-repeat;
	padding-left: 30px;
	font-family: "Noto Sans Japanese";
	margin-bottom: 0px;
	margin-top: 0;
}
.page-shopinfo dl{
	letter-spacing: -.4em;
	width: auto;
	margin-left: 30px;
}
.page-shopinfo dt,
.page-shopinfo dd{
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	font-weight: normal;
}
.page-shopinfo dt{
	width: 150px;
	color: #0f873c;
	padding-right: 10px;
}
.page-shopinfo dd{
	width: 477px;
}
.page-shopinfo dd .map{
	width: 477px;
	overflow: hidden;
	height: 300px;
}
.page-shopinfo dd .map iframe{
  margin-top: -150px;
	width: 100%;
	height: 600px;
}
.page-shopinfo .btnarea{
	text-align: center;
	margin: 20px 0;
}
.page-shopinfo .btnarea a,
.page-petcare  .inner a
{
    width: 199px;
    height: 60px;
    margin-bottom: 16px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
		margin: 0 auto;
    box-shadow:2px 2px 0px 0px rgba(90, 85, 75, 0.3);
    -moz-box-shadow: 2px 2px 0px 0px rgba(90, 85, 75, 0.3);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(90, 85, 75, 0.3);

}
.page-shopinfo .btnarea a:hover{
	opacity: .8;
}
.page-shopinfo .tomap{
	font-size: 13px;
	padding-top: 5px;
}

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

	.page-shopinfo .ltxt{
		font-size: 12px;
		margin-bottom: 15px;
	}

	.page-shopinfo .cfr .title {
		margin-bottom: 15px;
	}
	.page-shopinfo .cfr .title h2{
		font-size: 15px;
		color:#327540;
		height: 24px;
		line-height: 24px;
		padding-left: 30px;
	}
	.page-shopinfo dl{
		letter-spacing: -.4em;
		width: auto;
		margin-left: 0px;
	}
	.page-shopinfo dt,
	.page-shopinfo dd{
		letter-spacing: normal;
		display: block;
		width: 100%;
		vertical-align: top;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.page-shopinfo dt{
		color: #0f873c;
		margin-bottom: 0px;
	}
	.page-shopinfo dd{
	}
	.page-shopinfo dd .map{
		width: 100%;
		height: 250px;
	}
	.page-shopinfo dd .map iframe{
		width: 100%;
		height: 550px;
	}
	.page-shopinfo .txt{
		font-size: 12px;
	}

	.page-shopinfo .btnarea{
		text-align: center;
		margin: 20px 0;
	}
	.page-shopinfo .btnarea a{
			width: 200px;
			height: 61px;
			margin-bottom: 16px;
			display: block;
			overflow: hidden;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			transition: all 0.2s;
			position: relative;
			margin: 0 auto;
	}
	.page-shopinfo .btnarea a:hover{
		opacity: .8;
	}

}

/*--------------------------------------
サービス
----------------------------------------*/
.servicearea section.s1 .title h3{
	font-size: 20px;
	color: #166132;
}

.servicearea .fa-icon:before{content: "\f2bd" !important;}

.servicearea .ltxt{
	padding-right: 0px;
  color: #327540;
  font-size: 13px;
  margin-bottom: 30px;
}
.servicearea .title+.ltxt{
	  color: #5f4b36;
		font-size: 14px;
}
.servicearea .ltxt .txtlist{
	  color: #327540;
		font-size: 14px;
		font-weight: bold;
}


.servicearea .ltxt.withhead{
	padding-right: 0px;
  color: #5f4b36;
  font-size: 13px;
  margin-bottom: 30px;
		line-height: 20px;

}
.servicearea .ltxt.withhead div{
	margin-bottom: 12px;
}
.servicearea .ltxt.withhead span{
	padding-right: 0px;
 	background-color: #5f4b36;
 	color: #fff;
 	font-weight: bold;
  font-size: 13px;
	border-radius: 6px;
	padding: 2px 15px;
	letter-spacing: 0.2em;
  margin-right: 10px;
	line-height: 20px;
}
.servicearea ul li{
	color: #166132;
	font-size: 14px;
	line-height: 1.8;
}
.servicearea ul.aboutlist li{
	width: 345px;
}
.servicearea ul.aboutlist li:last-child{
	width: 312px;
}
.servicearea ul.aboutlist li .img{
	border-radius: 22px;
	width: 312px;
	overflow: hidden;
} 
.servicearea .cfr .title h2 {
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 0px 0 10px;
    border-bottom: 2px dotted #5f4b36;
    margin: 0px 0 0;
}
.servicearea .cfr .title h2:before,.servicearea .cfr .title h2:after{
	content:"";
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#5f4b36;
	position:absolute;
	bottom:-4px;
}
.servicearea .cfr .title h2:before{left:-4px;}
.servicearea .cfr .title h2:after{right:-4px;}
section .title i {
    margin-right: 5px;
}

.servicearea .cfr .title h2{
	border-bottom:2px dotted #5f4b36;
}
.servicearea .cfr .title h2:before,.servicearea .cfr .title h2:after{
	background:#5f4b36;
}
.servicearea .cfr .subtitle h2{
	font-size: 20px;
	color:#166132;
	background: url(images/hover_bg.png) left center no-repeat;
	padding-left: 30px;
	font-family: "Noto Sans Japanese";
	margin: 0 0 20px;
}
.servicearea ul.alternate li {
    background: url(images/line2.png) bottom left repeat-x;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.servicearea ul.alternate li:first-child {
	background-image: url(images/line2.png);
    background-repeat:  repeat-x, repeat-x;
	background-position:bottom left,top left;
    padding-bottom: 10px;
	padding-top: 30px;
    margin: 0px 0 20px 0;
}
.servicearea ul.alternate li:last-child{
		background:none;
		margin-bottom: 5px;
		padding-bottom: 0;
}
.servicearea ul.alternate .last{
    background: url(images/line2.png) bottom left repeat-x!important;
    padding-bottom: 10px!important;
	padding-top: 30px!important;
    margin: 0px 0 20px 0!important;
}
.page-petcare .servicearea ul.alternate li:last-child{
    background: url(images/line2.png) bottom left repeat-x;
		margin-bottom: 20px;
		padding-bottom: 10px;
}
.servicearea ul.alternate li >div{
	width: 50%;
	float: left;
}
.servicearea ul.alternate li >div.subtitle{
	clear: both;
	width: 100%;
}

.servicearea ul.alternate li:after{
	content: " ";
	display: table;
	clear: both;
}
.servicearea ul.alternate li:nth-child(odd) >div.txt{
	padding-left: 22px;
	width: 345px;
	float: right;
	padding-top: 0px;
}
.servicearea ul.alternate li:nth-child(even) >div.txt{
	padding-right: 22px;
	width: 345px;
	padding-top: 0px;
}

.servicearea ul.alternate li:nth-child(even) >div.circle{
	margin-right: auto;
}

.servicearea ul.alternate li .circle{
	width: 312px;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 30px;
}

.servicearea ul.rightlist li{
    background: url(images/line2.png) bottom left repeat-x;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.servicearea ul.rightlist li>div.txt{
	padding-left: 22px;
	width: 457px;
	float: right;
	padding-top: 0px;
}
.servicearea ul.rightlist li>div.txt div{
text-indent: -1em;
margin-left: 1em;
}
.servicearea ul.rightlist li>div.circle{
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 20px;
	width: 200px;
}
.servicearea ul.steplist {
    background: url(images/line2.png) bottom left repeat-x;
    padding-bottom: 1px;
    margin-bottom: 20px;
}
.servicearea ul.steplist li:last-child{
    margin-bottom: 40px;
}
.servicearea ul.steplist-none {
    background: none;
    margin-bottom: 0px;
}
.servicearea ul.linetop li {
    background: url(images/line4.jpg) top left repeat-x;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.note.stepborder{
    background: url(images/line2.png) bottom left repeat-x;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.servicearea .table table{
	border-top: 1px solid #5f4b36;
	border-right: 1px solid #5f4b36;
	width: 100%;
}
.servicearea .table table thead{
}
.servicearea .table table caption{
	font-weight: bold;
	color: #5f4b36;
	font-size: 20px;
	padding-bottom: 3px;
}
.servicearea .table table th,
.servicearea .table table td{
	border-bottom: 1px solid #5f4b36;
	border-left: 1px solid #5f4b36;
	padding: 5px 10px;
	color: #5f4b36;

}
.servicearea .table table td{
	background-color: #fff;
}

.servicearea .table table thead th{
	text-align: center;
	background-color: #FFCD47;
	color: #5f4b36;
	font-weight: bold;
    font-size: 14px;
}

.servicearea .table table td span{
	font-size: 12px;
}
.servicearea .note{
	font-size: 12px;
	color: #5f4b36;
}
.servicearea .tnote{
	text-align: right;
	font-size: 12px;
	color: #5f4b36;
	margin-top: -10px;
	margin-bottom: 5px;
}
.page-petcare .servicearea .tnote{
    margin-top: -10px;
    margin-bottom: 5px;
}
.page-petcare .servicearea table + .tnote{
margin-top: 30px;
}
.page-petcare .inner .txt{
	text-align:center;
}
.newsfoot >.fr .inner .txt{
	text-align:center;
	margin-bottom:15px;
}
.newsfoot >.fr .inner a
 {
    /*width: 199px;
    height: 60px;
    margin-bottom: 16px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    margin: 0 auto;
    box-shadow: 2px 2px 0px 0px rgba(90, 85, 75, 0.3);
    -moz-box-shadow: 2px 2px 0px 0px rgba(90, 85, 75, 0.3);
    -webkit-box-shadow: 2px 2px 0px 0px rgba(90, 85, 75, 0.3);*/
}
.servicearea .sttl{
	font-weight: bold;
	margin-top: 20px;
	font-size: 16px;
}
.servicearea .newsfoot{
	text-align: center;
	color: #5f4b36;
	font-size: 14px;
	font-weight: bold;
}
.servicearea .newsfoot a {
    width: 199px;
    height: 60px;
    margin-bottom: 16px;
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    margin: 15px auto 0;
    box-shadow:2px 2px 0px 0px rgba(90, 85, 75, 0.3);
    -moz-box-shadow:2px 2px 0px 0px rgba(90, 85, 75, 0.3);
    -webkit-box-shadow:2px 2px 0px 0px rgba(90, 85, 75, 0.3);
}
.servicearea .newsfoot a:hover {
    opacity: .8;
}
.servicearea ul.steplist li{
	border-radius: 20px;
	background-color: #FFE9AE;
	padding: 10px;
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}
.servicearea ul.steplist li span{
	display: block;
	font-weight: bold;
	font-size: 16px;
}

.servicearea ul.steplist li:after{
	content: "\f063";
	position: absolute;
	font-family:'Genericons';
	bottom: -47px;
	margin-left: -0.5em;
	font-size: 26px;
	left: 50%;
}

.servicearea ul.steplist li:last-child:after{
	display: none;
}
.servicearea ul.noline li {
    background: url(images/line2.png) bottom left repeat-x;
		margin-bottom: 20px;
		padding-bottom: 10px;
}
.page .allmenu{
	margin-bottom: 40px;
}

.page .allmenu .title{
	color: #166132;
}
.page .allmenu .title h2{
	font-size: 24px;
	position:relative;
	display:inline-block;
	padding:0px 0 10px;
	border-bottom:2px dotted #166132;
	margin: 0;
}

.page .allmenu .txt{
	padding: 10px 10px 5px;
	color: #5f4b36;
	font-size: 14px;
	line-height: 1.6;
}
.page .allmenu .detail{
	float: right;
	display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  font-weight: bold;
  margin-right: auto;
	margin: 0 10px 0 0;
}
.page .allmenu .detail:hover{
	opacity: .7;
}
.page .allmenu .detail i {
    font-weight: bold;
    font-size: 16px;
    padding-left: 5px;
}

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

	.servicearea section.s1 .title h3{
		font-size: 16px;
	}

	.page .allmenu .title h2 {
			font-size: 20px;
			padding: 0px 0 10px;
	}
	.servicearea .ltxt{
		padding-right: 0px;
		font-size: 12px;
    margin-bottom: 15px;
	}
	.servicearea ul li{
		font-size: 12px;
	}
	.servicearea ul.aboutlist{
		margin-bottom: 20px;
	}
	.servicearea ul.aboutlist li{
		width: 100%;
		margin-bottom: 10px;
	}
	.servicearea ul.aboutlist li:last-child{
		width: 100%;
	}
	.servicearea ul.aboutlist li .img{
		width: 100%;
	} 
	.servicearea ul.alternate li .ttl{
		font-size: 16px;
		line-height: 1.3;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.servicearea .cfr .subtitle h2{
		font-size: 16px;
		padding-left: 30px;
		line-height: 1.3;
		min-height: 30px;
		font-family: "Noto Sans Japanese";
		margin-bottom: 10px;
		vertical-align: middle;
	}
	.servicearea ul.alternate li:nth-child(odd) >div.txt,
	.servicearea ul.alternate li:nth-child(even) >div.txt {
			padding-right: 0;
			padding-left: 0;
			width: 100%;
			float: none;
			padding-top: 0px;
			padding-bottom: 10px;
	}
	.servicearea ul.alternate li .circle {
			float: none;
			width: 100%;
			overflow: hidden;
			border-radius: 20px;
			max-width: 312px;
			margin: 0 auto 15px;
	}	
	.servicearea .cfr .title h2 {
				font-size: 20px;
	}
	.servicearea .table table th,
	.servicearea .table table td{
		padding: 2px 5px;
		font-size: 10px!important;
	}
	.servicearea .btnarea .txt{
			font-size: 12px;
	}
	.servicearea ul.rightlist li>div.txt {
			padding-left: 0px;
			width: 100%;
			float: none;
			padding-top: 0px;
			padding-bottom: 15px;
	}
	.servicearea ul.rightlist li>div.circle {
			float: none;
			overflow: hidden;
			margin-bottom: 20px;
			width: 200px;
			margin: 0 auto 10px;;
	}
	.servicearea ul.steplist li:last-child{
		margin-bottom: 20px;
	}
	.servicearea .newsfoot{
		font-size: 12px;
	}
	.servicearea .table table caption {
    font-size: 14px;
		padding-bottom: 0;
	}
	.page-petcare .servicearea .tnote {
    margin-top: 20px;
		font-size: 10px;
    margin-bottom: -28px;
	}
	.page .allmenu{
			margin-bottom: 20px;
	}
	.page .allmenu .txt{
		padding: 10px 0px 5px;
		color: #5f4b36;
		font-size: 12px;
		line-height: 1.5;
		text-align: left;
	}
	.page .allmenu .detail{
		float: none;
		display: inline-block;
		font-size: 14px;
		text-decoration: underline;
		position: relative;
		font-weight: bold;
		margin:0 auto;
	}
	.page .allmenu .detail i {
			font-weight: bold;
			font-size: 16px;
			padding-left: 5px;
	}
	.servicearea .table table td span{
		font-size: 10px;
	}
	.servicearea .ltxt.withhead span{
		display: block;
		margin-bottom: 5px;
		width: 5em;
		text-align: center;
	}
	.servicearea .ltxt.withhead{
		margin-bottom: 15px;
	}

}

/*foot*/
#page-top {
    position: fixed;
    z-index: 9999;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
}
#page-top a {
    text-decoration: none;
    padding: 0px;
    text-align: center;
    display: block;
		background: url(images/topbtn.png) no-repeat;
		width: 56px;
		height: 61px;
}


@media only screen and (max-width: 767px){
	.footer-widget-area .ttl {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 20px;
	}
	.footer-widget-area .twolist {
		width: 100%;
		margin: 0 auto;
	}
	.twolist > li {
		vertical-align: top;
		display: block;
		letter-spacing: normal;
		width: 100%;
	}
	.footer-widget-area .foot_tel {
		background: url(images/img_foot_tel.png) no-repeat;
		background-size: 100% auto;
		width: 100%;
		padding-top: 20.5%;
		height: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.footer-widget-area .btn-primary {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	#page-top {
		position: fixed;
		z-index: 9999;
		bottom: 10px;
		right: 10px;
		font-size: 12px;
	}
	#page-top a {
		background: url(images/topbtn.png) no-repeat;
		width: 56px;
		height: 61px;
	}
}
.servicearea .skin-care {
    background: url(images/line4.jpg) bottom left repeat-x !important;
    padding-bottom: 10px !important;
}
.servicearea ul.skincare li{
    background: url(images/line4.jpg) bottom left repeat-x !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
}
.servicearea ul.skincare li:last-child{
    background: url(images/line2.png) bottom left repeat-x !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
}
.servicearea ul.skincare li>div.txt {
    padding-left: 22px;
    width: 70% !important;
    float: right;
    padding-top: 0px;
}		
.servicearea ul.skincare li p{
			font-weight: bold;
			font-size:16px;
}
.servicearea ul.skincare li dt{
		font-weight: bold;
		font-size:13px;
		margin-bottom:10px;
}
.servicearea ul.skincare li dt:before {
	font-family: "FontAwesome";
    content: "\f02e";
    font-weight: normal;
    margin-right: 5px;
}
.servicearea ul.skincare li dd p{
		font-weight: normal;
		padding-bottom: 10px;
		font-size:13px;
  		text-indent: -1em;
	    margin-left: 1em;	
}
.servicearea ul.skincare li .circle {
    width: 160px;
    overflow: hidden;
    border-radius: 50%;
    margin:0 15px 265px 15px;
}
@media screen and (max-width: 767px){
	.servicearea ul.skincare li>div.txt {
    padding-left: 22px;
    width: 100% !important;
    float: right;
    padding-top: 0px;
}	
.servicearea ul.skincare li .circle {

    float: none;
    overflow: hidden;
    border-radius: 50%;
    max-width: 312px;
    margin: 0 auto 15px;	
	}
.allmenu .fourlistmenu > li{
	vertical-align: top;
	display: inline-block;
	letter-spacing: normal;
	width: 48%;
}

}

/*--------------------------------
ページャー
---------------------------------*/
/*paging*/

.pagination-wrapper{
	text-align: center !important;
	margin: 20px 0;
}
.pagination-wrapper .paging{
	display: table;
	text-align: center;
	margin: 0 auto;
}
.paging>li{
	display: table-cell;padding: 0 9px;
}

.paging>li>a, .paging>li>span {
		letter-spacing: normal;
    position: relative;
    padding: 0px;
    margin-left:0;
    line-height:27px;
    color: #5f4b36;
		text-align: center;
		display: block;
		width: 27px;
		height: 27px;
    text-decoration: none;
    background-color:transparent;
		border-radius: 50%;
		font-weight: bold;
		font-size: 14px;
}
.paging>li>span.dots {
}
.paging>li>span.current,.paging>li>a:focus, .paging>li>a:hover {
  z-index: 2;
	font-weight: normal;
  color: #fff;
	background-color: #5f4b36;
	border-right: 50%;
	display: inline-block;
}
.paging>li .next,.paging>li .prev{
	font-weight: normal;
	background-color: transparent;
	color: #60666D;
}
.paging>li .next:hover,.paging>li .prev:hover,.paging>li .next:focus,.paging>li .prev:focus{
    background-color: #5f4b36;
		color: #fff;
}

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

	.paging>li {
			padding: 0 3px;
	}
	.paging>li>a, .paging>li>span {
			font-size: 16px;
	}
	.paging>li>a, .paging>li>span {
    line-height:28px;
		width: 28px;
		height: 28px;
	}
	.pagination-wrapper {
    text-align: center !important;
    margin-top: 0px;	
	}
}

.error404 h1{
	text-align: center;
}
.error404 p{
	text-align: center;
}

/*トリミング予約非表示**/
.navbar-default .reservebtn,
.copyright .footer_menu li.reservebtn{
	display: none;
}

/* 検索結果 */
.search h2 {
    display: inline-block;
    position: relative;
    color: #5f4b36;
    border-bottom: 2px dotted #5f4b36;
}
.search h2:before,
.search h2:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #5f4b36;
	position: absolute;
	bottom: -4px;
}
.search h2:before {
    left:-4px;
}
.search h2:after{
    right:-4px;
}

.box_search {
    display: block;
	border: 2px solid #fff;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.2);
	padding: 20px;
    margin-top: 20px;
}
.box_search:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,0);
}

.search_time {
    color: #0f873c;
    font-weight: bold;
}

.search_name_area {
    margin-top: 30px;
}
/* ページ内リンク調整 */
a.trimming{
    display: block;
    padding-top: 220px;
    margin-top: -220px;
}
a.kors{
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}

#pethotel_kiyaku{
	height:10em;
	overflow-y:scroll;
	font-size:0.8em;
}
ul.hotelnote li{
	color:#166132;
	font-size:20px;
	line-height:2em;
}
@media only screen and (max-width: 767px){
	ul.hotelnote li{
		font-size:14px;
	}
	.page-hotelreserve h2{
		font-size:20px;
	}
}

/* トリミング新料金表ボタン */
.trim-d-flex{
    display: flex;
    justify-content: center;
}

.trim-d-flex > .newsfoot{
    padding: 0px 15px;
}
@media only screen and (max-width: 767px){
	.trim-d-flex{
    display: block;
}
}



/*--------------------------------
コインランドリーページ
---------------------------------*/
.box_white {
	padding: 20px;
	background-color: #fff;
}

.box_white_kadomaru {
	padding: 20px;
	border-radius: 20px;
	background-color: #fff;
}

.box_red_kadomaru {
	padding: 20px;
	border-radius: 20px;
	background-color: #fff0ef;
}

.box_blue {
	padding: 20px;
	background-color: #edfaff;
}

.box_blue_kadomaru {
	padding: 20px;
	border-radius: 20px;
	background-color: #edfaff;
}

.box_blue_white_kadomaru {
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #3dbaed;
	background-color: #fff;
}

.bg_slash {
	position: relative;
}
.bg_slash::before {
	position: absolute;
	top: 0px;
	left: calc(-50vw + 50%);
	right: calc(-50vw + 50%);
	bottom: 0px;
	z-index: -1;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(237, 250, 255, 1) 2px, rgba(237, 250, 255, 1) 8px);
	content: "";
}

.bg_blue {
	padding: 1em;
	background-color: #edfaff;
}

.text_kadomaru {
	display: inline-block;
	padding: 2px 2em;
	margin: 2px 0.5em;
	border-radius: 1em;
	background-color: #3dbaed;
	color: #fff;
}

.text_blue_kadomaru {
	padding: 0.25em 1em;
	border-radius: 1em;
	background-color: #3dbaed;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.title_blue_kadomaru {
	padding: 0.25em 1em;
	border-radius: 0.5em;
	background-color: #3dbaed;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.title_point {
	display: flex;
	align-items: center;
	height: 4em;
	position: relative;
	padding: 0px 0px 0px 4em;
	margin: 0px;
	color: #20abe3;
	font-size: 20px;
}
.title_point::before,
.title_point::after {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	border-radius: 3em;
	color: #fff;
	font-family: 'Maven Pro', sans-serif;
	font-weight: bold;
}
.title_point::before {
	padding: 0.4em 0px 0px;
	border-radius: 3em;
	background-color: #3dbaed;
	font-size: 28px;
}
.title_point.tp_01::before {
	content: "1";
}
.title_point.tp_02::before {
	content: "2";
}
.title_point.tp_03::before {
	content: "3";
}
.title_point::after {
	padding: 0px 0px 2em;
	font-size: 13px;
	content: "Point";
}

.title_bubble {
	display: table;
	position: relative;
	padding: 10px 0px 10px 2.5em;
	margin: 0px;
	color: #20abe3;
	font-size: 18px;
	font-weight: 500;
}
.title_bubble::before {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 2em;
	height: 2em;
	background-image: url(./images/laundry/icon_title_bubble.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}
.title_bubble::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 6px;
	background-image:
		radial-gradient(#20abe3 30%, transparent 30%);
	background-size: 6px 6px;
	content: "";
}

.laundry_btn {
	display: table;
	position: relative;
	padding: 1em;
	margin: 40px auto 0px;
	width: 20em;
	max-width: 90%;
	border-radius: 10px;
	background-color: #3dbaed;
	text-align: center;
	white-space: nowrap;
}
.laundry_btn:link,
.laundry_btn:visited,
.laundry_btn:focus,
.laundry_btn:hover {
	color: #fff;
	text-decoration: none;
}
.laundry_btn:hover {
	opacity: 0.8;
}
.laundry_btn::before {
	display: inline-block;
	margin: 0px 1em 0px 0px;
	font-family: "FontAwesome";
	content: "\f061";
}

.laundry_table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
	font-size: 14px;
}

.laundry_table th,
.laundry_table td {
	border: 1px solid #3cb9ec;
	text-align: center;
}

.laundry_table th {
	padding: 4px 0px;
	background-color: #3dbaed;
	color: #fff;
}
.laundry_table td {
	padding: 4px 1em;
}

.laundry_table th:not(:first-of-type):not(:last-of-type) {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.laundry_table th:first-of-type {
	border-right: none;
}
.laundry_table th:last-of-type {
	border-left: none;
}

.laundry_table td:nth-of-type(1) {
	text-align: left;
}

@media screen and (max-width: 600px) {
	.laundry_table table {
		width: 600px;
	}
}

/* Safari用スタイル */
@media screen and (max-width: 991.98px) {
	.safari .laundry_table table {
		font-size: 0.8vw !important;
	}
	.safari .laundry_table table .fs11,
	.safari .laundry_table table .fs12 {
		font-size: 0.6vw !important;
	}
}
@media screen and (max-width: 500px) {
	.safari .laundry_table table {
		font-size: 2vw !important;
	}
	.safari .laundry_table table .fs11,
	.safari .laundry_table table .fs12 {
		font-size: 1.6vw !important;
	}
}

.lt_blue {
	background-color: #edfaff;
	color: #20abe3;
}

.lt_red {
	background-color: #fff0ef;
	color: #e65a4a;
}

.single-laundry-news,
.post-type-archive-laundry-news,
.page-laundry {
	color: #262626;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
}

.single-laundry-news .container,
.post-type-archive-laundry-news .container,
.page-laundry .container {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}

.page-laundry .container img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.single-laundry-news h2,
.post-type-archive-laundry-news h2,
.page-laundry h2 {
	color: #20abe3;
	font-size: 28px;
	text-align: center;
	white-space: nowrap;
}

.single-laundry-news p,
.post-type-archive-laundry-news p,
.page-laundry p {
	margin: 0px;
	line-height: 1.75;
}

.single-laundry-news p,
.post-type-archive-laundry-news p,
.page-laundry p + p {
	margin-top: 10px;
}

.page-laundry strong {
	color: #e65a4a;
	font-weight: bold;
}

.page-laundry .blue {
	color: #20abe3;
}

.page-laundry figcaption {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0.5em 4px;
	min-height: 5em;
	background-color: #fff;
	color: #20abe3;
	font-weight: bold;
	text-align: center;
}

.single-laundry-news #page-top a,
.post-type-archive-laundry-news #page-top a,
.page-laundry #page-top a {
	background-image: url(./images/laundry/btn_pagetop.svg);
	background-size: contain;
}

.laundry_header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	padding: 10px 20px;
	background-color: #fff;
}

.laundry_header > a {
	display: table;
}

.laundry_header_logo {
	display: block;
	margin: 0px 20px;
	width: 120px;
	height: 62px;
}

.laundry_header_menu {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.laundry_header_menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	list-style: none;
}

.laundry_header_menu > ul > li {
	position: relative;
	padding: 0px 2em;
}
.laundry_header_menu > ul > li + li::before {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 1px;
	height: 1em;
	background-color: #20abe3;
	content: "";
}

.laundry_header_menu > ul > li > a {
	color: #20abe3;
	font-weight: 500;
}

@media screen and (max-width: 991.98px) {
	.laundry_header_menu > ul > li > a {
		font-size: 1.25vw;
	}
}

.laundry_header_menu_mb .btn_nav {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
}
.laundry_header_menu_mb .btn_nav > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    transform: translateX(-50%) translateY(-50%);
    background-color: #20abe3;
    transition: 0.2s;
}
.laundry_header_menu_mb .btn_nav > span:before,
.laundry_header_menu_mb .btn_nav > span:after {
    display: block;
    position: absolute;
    left: 0px;
    width: 30px;
    height: 3px;
    background-color: #20abe3;
    transition: 0.3s;
    content: "";
}
.laundry_header_menu_mb .btn_nav > span:before {
    top: 12px;
}
.laundry_header_menu_mb .btn_nav > span:after {
    top: -12px;
}
.laundry_header_menu_mb .btn_nav.js_open:after {
    content: "";
}
.laundry_header_menu_mb .btn_nav.js_open > span {
    background: transparent;
}
.laundry_header_menu_mb .btn_nav.js_open > span:before,
.laundry_header_menu_mb .btn_nav.js_open > span:after {
    top: 0px;
}
.laundry_header_menu_mb .btn_nav.js_open > span:before {
    transform: rotate(-45deg);
}
.laundry_header_menu_mb .btn_nav.js_open > span:after {
    transform: rotate(-135deg);
}

.laundry_header_menu_mb .toggle_area {
    display: none;
    position: fixed;
    top: 80px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9998;
    overflow-y: auto;
	padding: 0px 15px;
    background-color: #edfaff;
}

.laundry_header_menu_mb .toggle_area > ul {
	margin-top: 30px;
}

.laundry_header_menu_mb .toggle_area > ul > li {
	margin-top: 1em;
	text-align: center;
}

.laundry_header_menu_mb .toggle_area > ul > li > a {
	color: #20abe3;
	font-size: 5vw;
}

.laundry_main {
	position: relative;
}

.laundry_main_visual,
.laundry_main_visual_mb {
	width: 100%;
}

.laundry_main_logo {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.laundry_main_message {
	display: flex;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.laundry_main_message_text {
	display: flex;
	align-items: center;
	padding: 0px 1em;
	width: calc(100% - 100px);
	background-color: rgba(32, 171, 227, 0.85);
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

.laundry_main_message_link {
	position: relative;
	width: 120px;
	height: 120px;
}

.laundry_main_message_link > a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #1793d3;
}
.laundry_main_message_link > a:hover {
	opacity: 0.8;
}
.laundry_main_message_link > a > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	white-space: nowrap;
}
.laundry_main_message_link > a > span::before {
	display: block;
	font-size: 30px;
	text-align: center;
	font-family: FontAwesome;
	content: "\f1b9";
}

.laundry_news {
	padding: 120px 0px;
}

.laundry_news_list {
    display: flex;
    flex-wrap: wrap;
	margin-top: 40px;
}

.laundry_news_list > dt,
.laundry_news_list > dd {
    display: flex;
    align-items: center;
	position: relative;
    margin: 0px;
}

.laundry_news_list > dt::after,
.laundry_news_list > dd::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 6px;
	background-image:
    	radial-gradient(#20abe3 30%, transparent 30%);
	background-size: 6px 6px;
	content: "";
}

.laundry_news_list > dt {
    width: 6em;
    padding: 1.5em 1em;
	color: #20abe3;
	font-family: 'Maven Pro', sans-serif;
}

.laundry_news_list > dd {
    width: calc(100% - 6em);
    padding: 1.5em 1em 1.5em 3em;
}

.laundry_news_list > dd > a:hover {
	text-decoration: underline;
}

.laundry_status {
	padding: 120px 0px;
	font-size: 13px;
}

.laundry_status_mitorizu {
	display: block;
	margin: 40px auto 0px;
	width: 700px;
}

.laundry_time {
	margin-top: 30px;
	color: #ed796c;
	font-size: 16px;
	font-weight: bold;
}

.laundry_status_table {
	margin-top: 10px;
	font-size: 14px;
}

.laundry_status_table > table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.laundry_status_table > table th,
.laundry_status_table > table td {
	padding: calc(0.5em + 4px) 0.5em 0.5em;
	text-align: center;
}

.laundry_status_table > table th {
	background-color: #3dbaed;
	color: #fff;
	font-weight: normal;
}

.laundry_status_table > table td:nth-of-type(2) {
	text-align: left;
}

.laundry_status_table > table > tbody td {
	position: relative;
}
.laundry_status_table > table > tbody td::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 4px;
	background-color: #fff;
	content: "";
}

.type_mid,
.type_large,
.type_futon {
	background-color: #fff0ef;
}

.type_mid_wash,
.type_large_wash {
	background-color: #edfaff;
}

.type_small_wash,
.type_pet {
	background-color: #fffce3;
}

.laundry_type {
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 2.5em;
	width: 100%;
	height: 1em;
}
.laundry_type::before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1.5em;
	height: 1.5em;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}

.type_mid .laundry_type::before,
.type_large .laundry_type::before,
.type_futon .laundry_type::before {
	background-image: url(./images/laundry/icon_kansou.svg);
}

.type_small_wash .laundry_type::before,
.type_mid_wash .laundry_type::before,
.type_large_wash .laundry_type::before {
	background-image: url(./images/laundry/icon_sentaku_kansou.svg);
}

.type_pet .laundry_type::before {
	background-image: url(./images/laundry/icon_pet.svg);
}

.status_run {
	color: #e65a4a;
}

.laundry_service {
	padding: 120px 0px;
}

.service_text {
	margin-top: 1em;
	min-height: 6em;
	color: #20abe3;
	font-weight: bold;
	text-align: center;
}

.laundry_point {
	padding: 120px 0px;
}

.laundry_attention {
	padding: 120px 0px;
}

.laundry_attention .laundry_tel {
	margin-top: 60px;
	background-color: #fff;
}

.list_question > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin: -20px -10px 0px;
	list-style: none;
}

.list_question > ul > li {
	margin: 20px 10px 0px;
	padding: 10px 20px 20px;
	border-radius: 20px;
	background-color: #fff;
}

@media screen and (max-width: 767.98px) {
	.list_question > ul > li {
		width: calc(100% - 20px);
	}
}
@media screen and (min-width: 768px) {
	.list_question > ul > li {
		width: calc(50% - 20px);
		min-height: 100%;
	}
}
@media screen and (min-width: 992px) {
	.list_question > ul > li {
		width: calc(33.3% - 20px);
	}
}

.list_question_title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 10px 0px 15px 40px;
	color: #20abe3;
	font-size: 18px;
	font-weight: bold;
}
.list_question_title::before {
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-image: url(./images/laundry/icon_question.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}
.list_question_title::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 6px;
	background-image:
    	radial-gradient(#20abe3 30%, transparent 30%);
	background-size: 6px 6px;
	content: "";
}

.list_question_title span {
	line-height: 1.4;
}

.list_question_text {
	margin-top: 1em;
}

.laundry_tel {
	padding: 30px 15px;
	margin-top: 30px;
	border: 3px solid #3dbaed;
	border-radius: 20px;
	background-color: #edfaff;
	text-align: center;
}

.laundry_tel > a > img {
	width: 400px;
	max-width: 100%;
}

.laundry_tel_title {
	color: #20abe3;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
}

.laundry_tel > a + p {
	margin-top: 1em;
	font-size: 16px;
}

.laundry_about {
	position: relative;
	padding: 120px 0px;
}
.laundry_about::before {
	position: absolute;
	top: 0px;
	left: calc(-50vw + 50%);
	right: calc(-50vw + 50%);
	bottom: 0px;
	z-index: -1;
	background-color: #fffce3;
	content: "";
}

.laundry_about_title {
	font-size: 20px;
	font-weight: 500;
}

.laundry_about_title + ul {
	margin-top: 20px;
	font-size: 16px;
}

.laundry_about_title + ul > li + li {
	margin-top: 0.5em;
}

.laundry_about_sns {
	padding: 20px;
	margin-top: 20px;
	border-radius: 20px;
	background-color: #fff;
}

.laundry_about_sns_title {
	color: #ed796c;
	font-size: 20px;
	font-weight: bold;
}
.laundry_about_sns_title::before {
	content: "＼";
}
.laundry_about_sns_title::after {
	content: "／";
}

.laundry_about_sns ul {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.laundry_about_sns li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.laundry_about_sns a {
	margin-left: 0.5em;
	color: #ed796c;
	font-weight: 500;
}

.laundry_about .if_wrapper {
	margin-top: 30px;
}

.single-laundry-news #container,
.post-type-archive-laundry-news #container {
	position: relative;
}
.single-laundry-news #container::before,
.post-type-archive-laundry-news #container::before {
	position: absolute;
	top: 0px;
	left: calc(-50vw + 50%);
	right: calc(-50vw + 50%);
	bottom: 0px;
	width: 100vw;
	height: 100%;
	z-index: -1;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(237, 250, 255, 1) 2px, rgba(237, 250, 255, 1) 8px);
	content: "";
}

.laundry_news_single,
.laundry_news_archive {
	padding: 200px 0px 80px;
}

.laundry_news_item dd + dt {
	margin-top: 60px;
}

.laundry_news_item_date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 2em;
	border: 1px solid #20abe3;
	border-radius: 5px;
	background-color: #fff;
	color: #20abe3;
	font-weight: bold;
	font-family: 'Maven Pro', sans-serif;
}

.laundry_news_item_date > span:nth-of-type(2) {
	font-size: 13px;
}

.laundry_news_item_title {
	position: relative;
	padding: 2em 1em 2em;
	font-size: 18px;
	font-weight: 500;
}
.laundry_news_item_title::after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 6px;
	background-image:
    	radial-gradient(#20abe3 30%, transparent 30%);
	background-size: 6px 6px;
	content: "";
}

.laundry_news_item_content {
	padding: 1.5em 1em 0px;
}

.laundry_news_item_content img {
	margin: 1em 0px;
}

@media screen and (min-width: 768px) {
	.laundry_news_item_title {
		padding: 2em 60px 2em;
	}
	.laundry_news_item_content {
		padding: 1.5em 60px 0px;
	}
}

.post-type-archive-laundry-news .pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

.post-type-archive-laundry-news .pagination span,
.post-type-archive-laundry-news .pagination a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0px 0.5em;
	width: 2.5em;
	height: 2.5em;
	border-radius: 2.5em;
	background-color: #fff;
	font-weight: bold;
}
.post-type-archive-laundry-news .pagination a:link,
.post-type-archive-laundry-news .pagination a:visited,
.post-type-archive-laundry-news .pagination a:focus,
.post-type-archive-laundry-news .pagination a:hover {
	color: #3dbaed;
	text-decoration: none;
}
.post-type-archive-laundry-news .pagination a:hover {
	opacity: 0.6;
}

.post-type-archive-laundry-news .pagination span {
	background-color: #3dbaed;
	color: #fff;
}

.post-type-archive-laundry-news .pagination .prev::before {
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	content: "\f060";
}

.post-type-archive-laundry-news .pagination .next::before {
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	content: "\f061";
}

.single-laundry-news .link_prev_next {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 100px;
}

.single-laundry-news .link_prev_next a {
	position: relative;
	padding: 10px 4em;
	margin: 20px 20px 0px;
	border: 1px solid #3dbaed;
	border-radius: 10px;
	background-color: #fff;
	color: #3dbaed;
	text-align: center;
}
.single-laundry-news .link_prev_next a:link,
.single-laundry-news .link_prev_next a:visited,
.single-laundry-news .link_prev_next a:focus,
.single-laundry-news .link_prev_next a:hover {
	color: #3dbaed;
	text-decoration: none;
}
.single-laundry-news .link_prev_next a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.single-laundry-news .link_prev_next a[href="dummy"] {
	visibility: hidden;
}

.single-laundry-news .link_prev_next .link_list {
	background-color: #3dbaed;
	color: #fff;
}
.single-laundry-news .link_prev_next .link_list:link,
.single-laundry-news .link_prev_next .link_list:visited,
.single-laundry-news .link_prev_next .link_list:focus,
.single-laundry-news .link_prev_next .link_list:hover {
	color: #fff;
}

.single-laundry-news .link_prev_next .link_prev::before {
	display: inline-block;
	margin: 0px 1em 0px 0px;
	font-family: "FontAwesome";
	content: "\f060";
}

.single-laundry-news .link_prev_next .link_next::after {
	display: inline-block;
	margin: 0px 0px 0px 1em;
	font-family: "FontAwesome";
	content: "\f061";
}

@media screen and (max-width: 991.98px) {
	.single-laundry-news .link_prev_next a {
		width: 90%;
	}
	.single-laundry-news .link_prev_next .link_prev {
		order: 1;
	}
	.single-laundry-news .link_prev_next .link_next {
		order: 2;
	}
	.single-laundry-news .link_prev_next .link_list {
		order: 3;
	}
}

.laundry_footer {
	padding: 30px 0px;
	background-color: #fff;
}

.laundry_footer_link .laundry_footer_link_text {
	color: #20abe3;
}

.laundry_footer_link_image:hover {
	opacity: 0.8;
}

.laundry_footer_link_image > img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.laundry_footer_copy {
	margin-top: 30px;
	color: #737373;
	font-size: 10px;
	text-align: center;
}
@media screen and (max-width: 767.98px) {
	.laundry_header_menu {
		display: none;
	}
	.laundry_main_logo {
		width: 220px;
	}
	.laundry_main_visual {
		display: none;
	}
	.laundry_main_visual_mb {
		display: block;
	}
	.laundry_footer_link_text,
	.laundry_footer_link_image {
		display: block;
	}
	.laundry_footer_link_image {
		margin-top: 10px;
	}
}
@media screen and (max-width: 699.98px) {
	.laundry_main_message_text {
		font-size: 2.4vw;
	}
}
@media screen and (max-width: 499.98px) {
	.laundry_main_message_text {
		font-size: 2.8vw;
		line-height: 1.75;
	}
}
@media screen and (min-width: 768px) {
	.laundry_header_menu_mb {
		display: none;
	}
	.single-laundry-news h2,
	.post-type-archive-laundry-news h2,
	.page-laundry h2 {
		position: relative;
		margin: 0px auto;
		width: 100%;
	}
	.single-laundry-news h2::before,
	.single-laundry-news h2::after,
	.post-type-archive-laundry-news h2::before,
	.post-type-archive-laundry-news h2::after,
	.page-laundry h2::before,
	.page-laundry h2::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 6em;
		height: 2em;
		background-image: url(./images/laundry/bubble.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		content: "";
	}
	.single-laundry-news h2::before,
	.post-type-archive-laundry-news h2::before,
	.page-laundry h2::before {
		left: 0px;
	}
	.single-laundry-news h2::after,
	.post-type-archive-laundry-news h2::after,
	.page-laundry h2::after {
		right: 0px;
	}
	.laundry_header::before {
		position: absolute;
		bottom: -30px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 48px;
		background-image: url(./images/laundry/cloud.png);
		background-repeat: repeat-x;
		background-size: 300px 48px;
		content: "";
	}
	.laundry_main_logo {
		width: 180px;
	}
	.laundry_main_visual {
		display: block;
	}
	.laundry_main_visual_mb {
		display: none;
	}
	.laundry_main_message {
		width: 100%;
	}
	.laundry_about::after {
		position: absolute;
		left: calc(-50vw + 50%);
		right: calc(-50vw + 50%);
		bottom: 0px;
		height: 35vw;
		z-index: -1;
		background-image: url(./images/laundry/bg_shop.svg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 105%;
		content: "";
	}
	.laundry_footer_link {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
	.laundry_main_logo {
		top: 45%;
	}
}
@media screen and (min-width: 992px) {
	.single-laundry-news h2,
	.post-type-archive-laundry-news h2,
	.page-laundry h2 {
		width: 80%;
	}
	.laundry_main_message {
		width: 70%;
	}
	.laundry_about_sns li {
		width: 50%;
	}
}
@media screen and (min-width: 1100px) {
	.laundry_main_logo {
		width: 280px;
	}
	.laundry_main_message {
		width: 60%;
	}
}
@media screen and (min-width: 1400px) {
	.laundry_main_message {
		width: 50%;
	}
}
@media screen and (min-width: 1600px) {
	.laundry_main_message {
		width: 40%;
	}
}
