@charset "utf-8";
/*
Theme Name: NB-A3.1
Theme URI: http://www.no-b.co.jp
Description: 株式会社ノーブランド［オリジナルテーマ］
Version: 3.1
Author: nobrand co.,ltd.
Author URI: http://www.no-b.co.jp
Tags: responsive

	nobrand_themes v3.1
	 http://www.no-b.co.jp

	This theme was designed and built by nobrand co.,ltd.,
	whose blog you will find at http://www.no-b.co.jp
*/

/*-------------------------------------------------------------------------------------------*/
/* 　リセット
/*-------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}
body {
	line-height: 1;
}
div#watch-time  {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear:both; 
	font-size:0; 
	line-height:0;
}
html {
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, table th{
	font-weight: normal;	
}



/*-------------------------------------------------------------------------------------------*/
/* 　全体
/*-------------------------------------------------------------------------------------------*/

body {
	font: 15px/1.7em "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #666;
	-webkit-text-size-adjust: none;
	text-align: justify;
	word-break: break-all;
	text-justify: inter-ideograph;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*-------- リンク設定 --------*/
a {
	color: #ce7ca0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
a:hover, a:active {
	outline: none;
	color: #009090;
}

/*-------- ベースレイアウト --------*/
*{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.inner {
	display: block;
	width: 1024px;
	padding: 0px;
	margin: 0 auto;
}
header{
    position: relative;
	display: inline-block;
	width: 100%;
    height: 450px;
    background: url(images/page-head.jpg)no-repeat center -70px;
	-moz-background-size: cover;
	background-size: cover;
}
#toppage header{
    height: 930px;
    background: url(images/top-head.jpg)no-repeat center top;
    -moz-background-size: cover;
	background-size: cover;
}
#container header{
    height: auto;
    background: none;
}
#container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#content {
	width: 720px;
	margin-bottom: 20px;
}
#sidebar {
	width: 270px;
	margin-bottom: 20px;
}
#footer{
	display: inline-block;
	width: 100%;
    text-align: center;
	padding: 60px 0 50px;
	margin-top: 30px;
	background-color: #eff6f3;
}
.box{
	width: 100%;
	padding: 0px;
}
.text p, .single-post p {
	margin-bottom: 20px;
}

/*-------- 画像 --------*/
img {
	max-width: 100%;
	height: auto;
}
a img{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img:hover {
	opacity: 0.3;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
}



/*-------------------------------------------------------------------------------------------*/
/* 　ヘッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- ヘッダトップ --------*/
header .inner{
	display: flex;
	justify-content: space-between;
}
.header-top{
	width: 100%;
	padding: 5px 0;
	display: inline-block;
    background-color: rgba(216,233,226,0.80);
}
.header-copy {
	flex-shrink: 10;
	padding-top: 10px;
	color: #333;
	text-align: left;
	line-height: 1.4em;
}
.header-sns{
	display: flex;
	margin: 0;
}
.header-sns img {
	height: 25px;
	width: 25px;
	margin: 6px 5px 0 0;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.header-sns .tel{
    color: #009090;
    font-size: 130%;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -2px;
    margin-top: 10px;
    margin-right: 5px;
}

/*-------- ヘッダコンテンツ --------*/
header .logo a{
	width: 250px;
	height: auto;
	margin: 25px auto 20px;
	display: block;
}
header .logo a img:hover{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
header .logo a.header-banner{
	width: 250px;
	margin: 25px 0;
	display: block;
}
header .copy1{
    position: absolute;
    top: 220px;
    right: 0;
    left: 0;
    bottom: 9;
    font: 500 240%/1.8em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #e198b4;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    text-shadow: 2px  2px 5px #fff,
            -2px  2px 5px #fff,
             2px -2px 5px #fff,
            -2px -2px 5px #fff;
}
header .copy2{
    position: absolute;
    top: 650px;
    right: 0;
    left: 0;
    bottom: 9;
    width: 1024px;
    font-size: 160%;
    color: #009090;
    line-height: 1.8em;
    text-align: right;
    margin: 0 auto;
    text-shadow: 2px  2px 5px #fff,
            -2px  2px 5px #fff,
             2px -2px 5px #fff,
            -2px -2px 5px #fff;
}
#page .copy1, #page .copy2 {
    display: none;
}

/*-------- ヘッダホーム画像 --------*/


/*-------- ヘッダ画像 --------*/
.head-title {
	width: 1024px;
    margin: 0 auto;
}
.head-title h1{
	font-size: 220%;
    text-align: center;
	line-height: 1.6em;
	font-weight: bold;
	letter-spacing: 0.1em;
    margin-bottom: 10px;
}

/*-------- パンくず --------*/
#breadcrumb{
	display: block;
	width: 1024px;
    margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	margin-bottom: 80px;
}
#breadcrumb ul{
	display: flex;
	width: 1024px;
	color: #999;
	font-size: 80%;
	margin: 0 auto;
}
#breadcrumb li{
	line-height: 2em;
}

/*-------- メニュー --------*/
@media only screen and (min-width: 1024px) {
div.panel{
	display:block;
	width: 1024px;
	margin: 30px auto 80px;
}
a#menu{
	display:none;
}
#mainNav ul,
#mainNav li,
#mainNav span,
#mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
    transition: all 0.6s;
}
.mainNav-box {
	display: block;
	z-index: 300;
	width: 100%;
	text-align: center;
	padding: 0;
}
#mainNav:after,
#mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
#mainNav ul {
	list-style: none;
}
#mainNav ul li a {
	display: inline-block;
    width: 100%;
    color: #e198b4;
	line-height: 35px;
    font-size: 87%;
    white-space: nowrap;
}
#mainNav ul li {
	color: #009090;
	font-size: 16px;
	text-align: center;
	border-left: 1px dotted rgba(0,0,0,0.15);
	transition: all 0.5s;
}
#mainNav ul li a:hover {
	color: #009090;
}
#mainNav ul li:last-child {
	border-right: 1px dotted rgba(0,0,0,0.15);
}
#mainNav ul li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #009090;
	margin-left: -5px;
	top:58px;
}
#mainNav ul li:before { 
	font-family: "FontAwesome";
	font-size: 160%;
	color: #009090;
	margin: 0;
}
#mainNav ul li.home:before{
	content: "\f015";
}
#mainNav ul li.hospital:before{
	content: "\f0f8";
}
#mainNav ul li.info:before{
	content: "\f05a";
}
#mainNav ul li.contact:before{
	content: "\f0e0";
}
#mainNav ul li.group:before{
	content: "\f21e";
}
#mainNav ul li.action:before{
	content: "\f03a";
}
#mainNav ul li.member:before{
	content: "\f2d2";
}
#mainNav ul li.column:before{
	content: "\f02d";
}
#mainNav ul li ul li:hover:after {
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#mainNav ul li.active:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
}
#mainNav .has-sub {
	z-index: 1000;
}
#mainNav .has-sub:hover ul {
	display: block;
}
#mainNav .has-sub ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -1px;
	border-right: none;
}
#mainNav .has-sub ul li {
	height: 37px;
    border-top: none;
    border-left: none;
}
#mainNav .has-sub ul li:last-child {
	border-right: none;
}
#mainNav .has-sub ul li a{
	background: #009090;
	border-left: none;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px 4px 10px 10px;
	color: #fff;
	width: 170px;
	text-align: left;
	*z-index: 10;
	margin-top: 0px;
	border-bottom: 1px dotted rgba(255,255,255,0.30);
	height: 37px;
	transition: all 0.5s;
}
#mainNav .has-sub ul li:last-child a{
	border-bottom: none;
}
#mainNav .has-sub .has-sub ul li a{
	border-bottom: 1px dotted rgba(255,255,255,0.30);
}
#mainNav .has-sub.menu2 ul li a {
	width: 230px;
	margin-left: 0px;
}
#mainNav .has-sub ul li a:hover {
	background: #e198b4;
	border-top: none;
	height: 37px;
}
#mainNav .has-sub ul li :last-child a {
	border-right: none;
}
#mainNav .has-sub .has-sub:hover > ul {
	display: block;
}
#mainNav .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
}
#mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: #e198b4;
}
#mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #fff;
    font-size: 80%;
	position: absolute;
	margin-top: 8px;
	right: 10px;
	z-index: 10;
}
}



/*-------------------------------------------------------------------------------------------*/
/* 　ホーム
/*-------------------------------------------------------------------------------------------*/

/*-------- ホームタイトル --------*/
h2.top-title {
	width: 100%;
	font-size: 180%;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 20px;
}
h3.top-title {
	width: 100%;
	font-size: 140%;
	line-height: 1.7em;
	text-align: center;
	margin-bottom: 10px;
}

/*-------- ホームコンテンツ --------*/
#toppage .con .item4{
    position: relative;
    padding: 100px 15px 15px;
    margin-top: 75px;
    background: #eff6f3;
    border-radius: 5px;
}
#toppage .con img{
    position: absolute;
    top: -85px;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}
#toppage .con h4{
    font-size: 110%;
    color: #009090;
    text-align: center;
    margin-bottom: 10px;
}
.banner .item2{
    position: relative;
    color: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    background: #009090;
    border-radius: 5px;
}
.banner h4{
    font-size: 130%;
    margin-bottom: 10px;
}
.banner .title{
    color: #e198b4;
    font-size: 200%;
    margin-bottom: 10px;
}
.banner a{
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 10px;
    display: inline-block;
    width: 87%;
    color: #fff;
    margin: auto;
    background: #e198b4;
    border-radius: 20px;
    transition: all 0.8s;
}
.banner a:hover{
    color: #009090;
    background: #fff;
}
.banner a:after { 
	font-family: "FontAwesome";
    content: "\f24d";
	font-size: 80%;
    margin-left: 5px;
}



/*-------------------------------------------------------------------------------------------*/
/* 　固定ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 固定タイトル --------*/
h2.title{
	display: inline-block;
	width: 100%;
	font-size: 180%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height: 1.4em;
}
h2.title .fa-angle-right {
    color: #e198b4;
    margin: 0 15px;
}
h2.title .snumber {
    float: right;
    color: #fff;
    font-size: 60%;
    line-height: 1em;
    padding: 7px 8px 5px;
    margin-bottom: -5px;
    background: #009090;
    border-radius: 3px;
}
h3.title{
	display: inline-block;
	width: 100%;
	font-size: 140%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	line-height: 1.4em;
}
h4.title{
display: block;
font-size: 115%;
color: #009090;
margin-bottom: 3px;
padding-bottom: 5px;
line-height: 1.4em;
}
h4.title:before {
font-family: "FontAwesome";
content: "\f192";
color: #009090;
margin-right: 7px;
font-size: 90%;
margin-top: -2px;
}
h4.title2{
	font-size: 95%;
	line-height: 1.4em;
	color: #009090;
	margin: 5px 0 50px;
	padding: 0;
	text-align: justify;
}
h4.title3{
	font-size: 100%;
	line-height: 1.2em;
	color: #009090;
	margin: 5px 0 50px;
	background: #f3f3f3;
	padding: 7px 7px 4px;
	text-align: center;
}
h5.title{
display: block;
font-size: 100%;
color: #e198b4;
margin-bottom: 3px;
padding-bottom: 5px;
line-height: 1.4em;
}
h5.title:before {
font-family: "FontAwesome";
content: "\f24d";
color: #e198b4;
margin-right: 7px;
font-size: 90%;
margin-top: -2px;
}

/*-------- 固定画像 --------*/
.alignnone, .aligncenter, .alignleft, .alignright {
	display: block;
	position: relative;
}
.aligncenter {
	margin: 0px auto 15px;
}
.alignleft {
	float: left;
	margin: 0px 35px 15px 0px;
}
.alignright {
	float: right;
	margin: 0px 0px 15px 35px;
}

/*-------- 検索結果 --------*/
.search-box .title {
	font-size: 120%;
	color: #F30;
	margin-bottom: 20px;
	display: inline-block;
}
.search-box p {
	margin: 20px 0;
}

/*-------- テーブル --------*/
.table1 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table1 tr {
	border-bottom: 1px dotted #ccc;
}
.table1 tr th {
	padding: 10px 0px 8px;
}
.table1 tr td {
	padding: 10px 0px 8px;
}
.table1 tr:last-child {
     border-bottom: 0px;
}
.table2 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.table2 tr {
	border-bottom: 1px dotted #ccc;
}
.table2 tr th {
	font-weight: normal;
	padding: 10px 0px 8px;
	color: #e198b4;
}
.table2 tr td {
	padding: 10px 0px 8px;
}
.table2 tr:last-child {
     border-bottom: 0px;
}
.table2 span {
	color: #009090;
	font-size: 110%;
	font-weight: bold;
}	
.table3 {
	width: 100%;
	margin-bottom: 10px;
}
.table3 tr th {
	font-weight: normal;
	padding: 5px 0px 3px;
	color: #e198b4;
}
.table3 tr td {
	padding: 5px 0px 3px;
}
.table3 tr:last-child {
     border-bottom: 0px;
}

/*-------- リスト --------*/
.list1 {
    color: #333;
}
.list1 li {
    padding: 5px 0 3px;
    text-indent: -1em;
    padding-left: 1em;
}
.list1 li + li {
    border-top: 1px dotted #CCC;
}
.list1 li:before {
    font-family: "FontAwesome";
    content: "\f138";
    font-size: 80%;
    margin-right: 7px;
}
ul.list1 {
	margin-bottom: 20px;
}
.list2 {
    counter-reset: li;
    color: #333;
}
.list2 li {
    padding: 5px 0;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.list2 li:before {
    content: counter(li, decimal) ". ";
    counter-increment: li;
}
ul.list2 {
	margin-bottom: 20px;
}
.list3 {
    color: #333;
}
.list3 li {
    padding: 5px 0 3px;
    text-indent: -1em;
    padding-left: 1em;
}
.list3 li:before {
    font-family: "FontAwesome";
    content: "\f138";
	color: #e198b4;
    font-size: 80%;
    margin-right: 7px;
}
ul.list3 {
	margin-bottom: 20px;
}
.list4 {
    color: #333;
}
.list4 li {
	font: 500 110%/1.4em "Cinzel", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #222;
	text-indent: -2em;
    padding-left: 2em;
	margin-bottom: 15px;
}
ul.list4 {
	margin-bottom: 20px;
}
.list5 {
    color: #333;
}
.list5 li {
    padding: 5px 0 3px;
    text-indent: -1em;
    padding-left: 1em;
}
.list5 li:before {
    font-family: "FontAwesome";
    content: "\f138";
	color: #e198b4;
    font-size: 80%;
    margin-right: 7px;
}
ul.list5 {
	margin-bottom: 20px;
}

/*-------- ボタン --------*/
a.zo-masonry-button {
	width: 100%;
	height: 34px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: red;
	overflow: hidden;
}
a.zo-masonry-button .icon {
	margin-right: 4px;
}
a.zo-masonry-button .face-primary,
a.zo-masonry-button .face-secondary {
	display: block;
	padding: 0 10px;
	line-height: 34px;
	transition: margin .4s;
	color: #fff;
}
a.zo-masonry-button .face-primary {
	background-color: #e198b4;
	color: #fff;
}
a.zo-masonry-button:hover .face-primary {
	margin-top: -34px;
}

/*-------- 固定コンテンツ --------*/
.hideAnchor { 
    display:block; 
    height: 0px; 
    /height:1px; 
    overflow:hidden; 
    text-indent:-9999px; 
    margin-top: -100px; 
    padding-bottom:100px; 
} 

/*-------- ステップ --------*/
.step-box {
	position: relative;
	display: inline-block;
	padding: 25px 25px 17px;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 3px solid #8ecccc;
	background-color: #fff;
} 
.step-box:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	z-index: 0;
	border-top: 12px solid #e6deca;
	border-right: 12px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 12px solid transparent;
} 
.step-box:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #e6deca transparent transparent transparent;
	z-index: -1;
}
.step-box:last-child:before, .step-box:last-child:after {
     border: none;
}
.step-box2 {
	position: relative;
	display: inline-block;
	padding: 25px 25px 17px;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	border-radius: 6px;
	border: 3px solid #e6deca;
	background-color: #fff;
} 
.step-box h4{
	font-size: 120%;
	color: #009090;
	font-weight: normal;
	margin-top: -10px;
}
.step-box .step{
	font-size: 110%;
	color: #FFF;
	background: #4400B5;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 10px;
	border-radius: 50%;
	line-height: 1.4em;
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0;
}
.step-box .step span{
	font-size: 130%;
	display: block;
}
p.step_title{
	font-size: 120%;
	line-height: 1.2em;
	color: #009090;
	font-weight: bold;
}
p.step_title2{
	font-size: 120%;
	line-height: 1.3em;
	color: #ab956f;
	font-weight: bold;
}
p.step_title2:before {
	font-family: "FontAwesome";
	content: "\f0a1";
	color: #f29600;
	margin-right: 7px;
	font-size: 140%;
	font-weight: normal;
}

/*-------- 店舗情報一覧 --------*/
.line-list {
    margin-bottom: 30px;
}
.line-list li .name {
    color: #009090;
    margin-bottom: 5px;
}
.line-list li a {
    display: flex;
    color: #ce7ca0;
    white-space: nowrap;
    padding: 5px 10px 0;
}
.line-list .dotted {
    flex: 1 1 auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: calc((55px - 20px) / 2);
    background-image: -webkit-radial-gradient(circle closest-side, rgba(0, 0, 0, .4) 99%, transparent 1%);
    background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, .4) 99%, transparent 1%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
}
.line-list li a:hover {
    background: #f8f8f8;
}
.line-list li svg {
    margin: 5px 5px 0 0;
}





/*-------------------------------------------------------------------------------------------*/
/* 　投稿ページ
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿ヘッダ --------*/
.post-header{
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	background: none;
}
.post-header .print a{
    display: inline-block;
    float: right;
    color: #e198b4;
    padding: 5px 25px;
    border: 1px solid #e198b4;
    border-radius: 20px;
    transition: all 0.5s;
}
.post-header .print a:hover{
    color: #fff;
    background: #e198b4;
    border: 1px solid #e198b4;
}
.cal-single{
	padding: 18px 10px 5px;
	width: 82px;
	height: 82px;
	text-align: center;
	margin: 0 auto 24px;
	border-radius: 3px;
}
.cal-single .year{
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
}
.cal-single .day{
	color: #E9E9E9;
	margin-bottom: 0px;
}
.blog-info-single{
	display: inline-block;
	width: 100%;
	color: #666;
	font-size: 80%;
	padding: 5px 0px 4px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

/*-------- 投稿タイトル --------*/
h2.post-title {
	color: #222;
	font-size: 200%;
	line-height: 1.2em;
	text-align: center;
	margin: 0 0 13px;
}

/*-------- 投稿コンテンツ --------*/
.single-_post{
	word-wrap: break-word;
}

/*-------- 投稿ソーシャルボタン --------*/
.social-sharing {
    height: 32px;
    margin-top: 70px;
}
.social-sharing ul{
	display: flex;
	justify-content: center;
}
.social-sharing li{
    margin: 0px 5px 0px 0px;
}
.social-sharing li:last-child{
    margin-right: 0px;
}
.social-sharing li img:hover{
    transform: scale(1, 1) ;
    -webkit-transform: scale(1, 1) ;
    -moz-transform: scale(1, 1) ;
    -ms-transform: scale(1, 1) ;
    -o-transform: scale(1, 1) ;
}

/*-------- 投稿ページナビ --------*/
.pagenav {
	display: flex;
	justify-content: space-between;
	margin: 50px 0;
}
.pagenav a{
	border-radius: 3px;
	border: 1px solid #e198b4;
    transition: all 0.5s;
}
.prev a{
	margin: 2px 2px 2px 0;
	padding: 6px 15px 5px;
}
.prev a:hover, .next a:hover{
    color: #fff;
    background: #e198b4;
}
.prev a:before {
	font-family: "FontAwesome";
	content: "\f137";
	margin-right: 10px;
}
.prev a:hover, .next a:hover{
    color: #fff;
}
.next a{
	margin: 2px 0 2px 2px;
	padding: 6px 25px 5px;
}
.next a:after {
	font-family: "FontAwesome";
	content: "\f138";
	margin-left: 10px;
}

/*-------- ツールチップ --------*/
[data-tooltip] {
	position:relative;
	display:inline-block;
	color: #F60;
	border-bottom: 1px dotted #F60;
}
[data-tooltip]:before, [data-tooltip]:after {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 999999;
}
[data-tooltip]:before {
	content: '';
	position: absolute;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
}
[data-tooltip]:after {
	height: 22px;
	padding: 11px 11px 0;
	font-size: 13px;
	line-height: 11px;
	content: attr(data-tooltip);
	white-space: nowrap;
	border-radius: 4px;
}
[data-tooltip]:hover, [data-tooltip]:focus {
	background-color: transparent;
}
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before, [data-tooltip]:focus:after {
	visibility: visible;
	opacity: 1;
}
.tooltip-top.tooltip-movable:before, .tooltip-top.tooltip-movable:after {
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}
.tooltip-top.tooltip-movable:before {
	margin-bottom: -15px;
}
.tooltip-top.tooltip-movable:after {
	margin-bottom: -3px;
}
.tooltip-top.tooltip-movable:hover:before, .tooltip-top.tooltip-movable:hover:after {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.tooltip-top:before, .tooltip-top:after {
	left: 30%;
}
.tooltip-top:after {
	margin-left: -120px;
	height: auto;
	width: 150px;
	padding: 11px;
	line-height: 19px;
	white-space: normal;
	text-align: left;
}
.tooltip-top:after {
	margin-bottom: 7px;
}
[data-tooltip].tooltip-top:before {
}
[data-tooltip].tooltip-top:after {
	color: #ecf0f1;
}
.tooltip-top:before, .tooltip-top:after {
	bottom: 100%;
}
.tooltip-top:before {
	margin-bottom: -5px;
}
/* ソーシャルアイコンツールチップ */
[data-tooltip].social {
	border-bottom: none;
}
[data-tooltip].social:after {
	text-align: center;
	width: 120px;
}




/*-------------------------------------------------------------------------------------------*/
/* 　投稿一覧
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿一覧リスト --------*/
.post-list{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.post-list p{
	margin-bottom: 0;
}
.post-list-search{
    margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e3e3e3;
}
.search .post-list{
    display: block;
}

/*-------- アイキャッチ --------*/
.image-orver{
	margin-right: 25px;
	padding: 0px;
}
.image-orver{
	position: relative;
	overflow: hidden;
	width: 190px;
	height: 190px;
	display: inline-block;
    border: 1px solid #f4f4f4;
}
.image-orver a .cover {
	display: inline-block;
	width: 190px;
	height: 190px;
	background-color: #f4f4f4;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.image-orver a:hover .cover{
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}

/*-------- 投稿情報 --------*/
.post-list .blog-info{
	flex-basis: 100%;
	flex-shrink: 20;
}
h3.post-list-title a{
	color: #222;
	font-size: 130%;
    vertical-align: middle;
	padding-bottom: 5px;
}
h3.post-list-title .new, .shop-list h3 .new {
	color: #fff;
	font-size: 80%;
    padding: 3px 6px;
    margin-right: 5px;
    border-radius: 3px;
	background: #f30;
    -webkit-animation:blink 0.7s ease-in-out infinite alternate;
    -moz-animation:blink 0.7s ease-in-out infinite alternate;
    animation:blink 0.7s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
.post-list .blog-info ul{
	display: flex;
	flex-wrap: wrap;
	color: #666;
	font-size: 80%;
	padding: 8px 0px 4px;
    margin: 10px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.blog-comment{
	font-size: 85%;
	overflow: hidden;
	display: block;
}
.blog-button{
	color: 666;
	margin-top: 20px;
	display: inline-block;
	border: 1px solid #e198b4;
	padding: 5px 15px 3px;
	border-radius: 3px;
    transition: all 0.5s;
}
.blog-button:before{
	font-family: "FontAwesome";
	content: "\f138";
	font-size: 80%;
	margin-right: 7px;
	vertical-align: top;
}
.blog-button:hover{
	color: #FFF;
	border: 1px solid #e198b4;
	background: #e198b4;
}
.blog-button:hover:before{
    color: #FFF;
}
.blog-info-single ul{
	display: flex;
	justify-content: center;
}
.blog-info li, .blog-info-single li{
	margin:0 15px 0 5px;
	justify-content: center;
}
.blog-info li a, .blog-info-single li a{
	color: #666
}
.blog-info li a:hover, .blog-info-single li a:hover{
	color: red;
}
.blog-info li:before, .blog-info-single li:before{
	font-family: "FontAwesome";
	margin-right: 7px;
}
.blog-info li.cal:before, .blog-info-single li.cal:before{
	content: "\f073";
}
.blog-info li.aut:before, .blog-info-single li.aut:before{
	content: "\f007";
}
.blog-info li.cat:before, .blog-info-single li.cat:before{
	content: "\f07c";
}
.blog-info li.tag:before, .blog-info-single li.tag:before{
	content: "\f02c";
}

/*-------- ページナビゲーション --------*/
.pagination {
	display: flex;
	justify-content: center;
	font-size: 14px;
	line-height: 1.7em;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	border-radius: 25px;
}
.pagination .current{
	margin: 0 2px;
	width: 30px;
	height: 30px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 5px;
	border-radius: 15px;
	background: #e198b4;
}
.pagination a {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 2px;
	padding-top: 4px;
	padding-bottom: 5px;
}
.pagination a:hover{
	color: #fff;
	border-radius: 15px;
	background: red;
}
.pagination a:before{
	font-family: "FontAwesome";
	color: #e198b4;
	font-size: 140%;
}
.pagination a:hover:before{
	color: #fff;
}
.previous-button a:before{
	content: "\f104";
}
.first-button a:before{
	content: "\f100";
}
.next-button a:before{
	content: "\f105";
}
.last-button a:before{
	content: "\f101";
}



/*-------------------------------------------------------------------------------------------*/
/* 　店舗情報
/*-------------------------------------------------------------------------------------------*/
/*-------- 店舗情報一覧 --------*/
.shop-list{
	display: flex;
	justify-content: space-between;
    position: relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #009090;
}
.shop-info{
	flex-basis: 100%;
	flex-shrink: 20;
}
.shop-list h3 a{
	color: #222;
	font-size: 130%;
}
.shop-info ul{
	color: #666;
    font-size: 90%;
	padding: 10px 0px 0;
    margin: 5px 0;
	border-top: 1px dotted #ccc;
}
.shop-list li.overseas {
    display: inline-block;
	color: #009090;
    padding: 1px 5px;
    margin-bottom: 3px;
	border: 1px solid #009090;
}
.shop-comment{
	font-size: 85%;
	overflow: hidden;
	display: block;
}
.shop-button{
    position: absolute;
    bottom: 30px;
    right: 0;
	color: 666;
	display: inline-block;
	border: 1px solid #e198b4;
	padding: 3px 15px 2px;
	border-radius: 3px; 
    transition: all 0.5s;
}
.shop-button:before{
	font-family: "FontAwesome";
	content: "\f138";
	font-size: 80%;
	margin-right: 7px;
	vertical-align: top;
}
.shop-button:hover{
	color: #FFF;
	border: 1px solid #e198b4;
	background: #e198b4;
}
.shop-list .phone{
    color: #009090;
    font-size: 120%;
    line-height: 1em;
    margin-top: 12px;
}
.shop-list .image-orver{
	width: 100px;
	height: 100px;
}
.shop-list .image-orver a .cover {
	width: 100px;
	height: 100px;
}

/*-------- 店舗情報詳細 --------*/
h2.shop-title {
	color: #222;
	font-size: 190%;
	line-height: 1.2em;
	text-align: center;
    padding-bottom: 15px;
	margin: 0 0 13px;
    border-bottom: 3px solid #009090;
}
.table-shop {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.table-shop p{
    margin-bottom: 0;
}
.table-shop tr {
	border-bottom: 1px dotted #ccc;
}
.table-shop tr th {
    color: #009090;
	padding: 10px 0px 8px;
}
.table-shop tr td {
	padding: 10px 0px 8px;
}
.table-shop tr:last-child {
     border-bottom: 0px;
}
.single-post .images {
    margin-bottom: 50px;
}

/*-------- GoogleMap --------*/
.acf-map{
    display: inline-block;
     width: 100%;
     height: 300px;
     margin: 0;
}
.acf-map img {
   max-width: inherit !important;
}
.post_search input,.post_search select {
    float:left;
}




/*-------------------------------------------------------------------------------------------*/
/* 　サイドバー
/*-------------------------------------------------------------------------------------------*/
/*-------- タイトル --------*/
#sidebar .widget h3 {
	font-size: 120%;
	margin-bottom: 10px;
	padding-bottom:7px;
}

/*-------- ブロック --------*/
.widget{
	width: 100%;
	margin-bottom: 40px;
}

/*-------- 検索 --------*/
.searchandfilter select {
    display: inline-block !important;
    width: 100% !important;
    height: 40px;
    font-size: 90%;
    margin-bottom: 5px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 15px;
	line-height: 1.5em;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	border: 1px solid #c0c0c0;
}
.searchandfilter ul{
	display:inline-block;
    width: 100%;
}
.searchandfilter li{
	list-style: none;
	display:inline-block;
    width: 100%;
	padding-right:10px;
}

/*-------- 最近の投稿（アイキャッチ） --------*/
.widget-post{
	display: flex;
	padding: 7px 0;
	margin-top: 7px;
	border-bottom: 1px dotted #ccc;
}
.widget-post div{
	flex-basis: 100%;
	flex-shrink: 10;
}
.widget-post h4{
	line-height: 1.4em;
}
.post-date{
	font-size: 80%;
}
.post-date:before{
	font-family: "FontAwesome";
	content: "\f073";
	color: #999;
	margin-right: 7px;
}
.widget-post .cover {
	width: 50px;
	height: 50px;
	margin: 0px 13px 6px 2px;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
}

/*-------- 最近の投稿（タブ） --------*/
ul.tab-widget:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
ul.tab-widget{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
ul.tab-widget li {
	flex: 1 1 50%;
	text-align: center;
	margin-right: 3px;
}
ul.tab-widget li:last-child {
	background: none;
}
ul.tab-widget li a {
	display: block;
	padding-top: 2px;
	letter-spacing: 1px;
	text-align: center;
	background: #ebebeb;
	line-height: 35px;
}
ul.tab-widget li:last-child {
	margin-right: -4px;
}
ul.tab-widget li a:hover {
	color: #fff;
	background: #009090;
}
ul.tab-widget li.active a,
ul.tab-widget li.active a:hover {
	color: #e198b4;
	background: #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	margin-bottom: -1px;
}
#detail-widget {
	clear: both;
	overflow: hidden;
	background: #fff;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 10px 20px;
	margin-bottom: 40px;
	border: 1px solid #e2e2e2;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.tabbox-widget {
	display: none;
}
.tabbox-widget .widget-post div{
	flex-basis: 100%;
	flex-shrink: 10;
}
.widget-button{
	display: inline-block;
	width: 100%;
	font-size: 80%;
	text-align: center;
	padding: 2px 0;
	margin-top: 5px;
	background: #e2e2e2;
}
.widget-button:hover{
	color: #fff;
	background: #009090;
}
.tabbox-widget .widget-post:last-child {
	border-bottom: none;
}

/*-------- カテゴリー --------*/
.widget_categories li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget_categories li a:before {
	font-family: "FontAwesome";
	content: "\f07c";
	margin-right: 10px;
}

/*-------- アーカイブ --------*/
label.screen-reader-text {
	display: none;
} 
.widget_archive select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 35px 11px 35px;
	line-height: 1.5;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	background-image: linear-gradient(top, #ffffff 0%, #dfe0d9 100%);
	border: 1px solid #c0c0c0;
}
.widget_archive:after{
	font-family: "FontAwesome";
	content: "\f078";
	color: #e198b4;
	font-size: 90%;
	padding-left: 5px;
	z-index: 2;
	position: absolute;
	margin-top: -32px;
	margin-left: 10px;
 }

/*-------- 固定ページ --------*/
.widget_pages li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget_pages li a:before {
	font-family: "FontAwesome";
	content: "\f15b";
	margin-right: 10px;
}

/*-------- タグ --------*/
.tagcloud{
	display: flex;
	flex-wrap: wrap;
}
.widget_tag_cloud a{
	color: #fff;
	font-size: 80% !important;
	text-align: center;
	line-height: 1.2em;
	margin: 5px 3px 0 0;
	padding: 4px 10px;
	border-radius: 3px;
}
.widget_tag_cloud a:hover{
	background: red;
}

/*-------- カレンダー --------*/
#wp-calendar {
    width: 100%;
    font-size: 11px;
    border: none
}
#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 7px;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}
#wp-calendar thead {
    font-size: 11px
}
#wp-calendar thead th {
	border: 1px solid #fff;
	color: #fff;
	font-weight: normal;
	line-height: 26px;
	padding: 0;
	font-size: 13px;
	text-align: center;
}
#wp-calendar tfoot, #wp-calendar tfoot td {
    background: none;
    border: none;
    font-size: 13px;
    text-align: left;
    padding: 0;
}
#wp-calendar tfoot tr {
    border: none;
}
#wp-calendar td:first-child {
    font-weight: normal;
}
#wp-calendar tbody td {
    background: #eee;
    font-size: 11px;
    border: 1px solid #fff;
    padding: 3px 0 2px;
    text-align: center;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    text-align: right;
}

/*-------- バナー --------*/
#banners {
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 20px;
}





/*-------------------------------------------------------------------------------------------*/
/* 　フッダ
/*-------------------------------------------------------------------------------------------*/

/*-------- フッダコンテンツ --------*/
#footer .widget{
    text-align: center;
	margin-bottom: 5px;
}
#footer h3 {
	font-size: 115%;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 0px;
	border-style: none;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #e198b4;
}
.footer-logo{
	width: 150px;
	margin-bottom: 10px;
}
#footer .item1{
    width: 50%;
    margin: 0 auto;
}
#footer .item1 br{
    content: "";
}
#footer .item1 br:after{
    content: "";
    margin-right: 15px;
}

/*-------- フッダメニュー --------*/
.footer-under {
	display: inline-block;
	width: 100%;
	padding: 25px 0 20px;
}
.footer-under .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.copyright {
	font-size: 70%;
	color: #FFF;
	margin-top: -5px;
}
.footer-menu a{
	color: #fff;
}
.footer-menu a:hover{
	color: red;
}
.footer-menu ul{
	display: flex;
	font-size: 80%;
}
.footer-menu ul li{
	border-left: 1px dotted rgba(255,255,255,0.30);
	border-right: 1px dotted rgba(255,255,255,0.30);
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1em;
}
.footer-menu ul li + li{
	border-right:1px dotted rgba(255,255,255,0.30);
	border-left:0px dotted rgba(255,255,255,0.30);
}
.footer-menu ul ul li{
	border-right:0px dotted rgba(255,255,255,0.30);
	border-left:0px dotted rgba(255,255,255,0.30);
}

/*-------- フッダアドレス --------*/
#footer .footer-address img {
	margin-right: 5px;
}
#footer .footer-address p {
	padding-left: 30px;
	margin-bottom: 1px;
}
#footer .time, #footer .off{
	width: 100%;
	padding-top: 3px;
	padding-left: 0px !important;
	border-top: 1px dotted #CCC;
}
.footer-address p:before { 
	font-family: "FontAwesome";
	font-size: 90%;
	color: #fff;
	margin: 0 5px 0 -30px;
}
.footer-address .address:before{
	content: "\f015";
	padding: 5px;
}
.footer-address .access:before{
	content: "\f1b9";
	padding: 3px 4px 4px 3px;
}
.footer-address .tel:before{
	content: "\f095";
	padding: 5px 6px;
}
.footer-address .fax:before{
	content: "\f02f";
	padding: 5px;
}
.footer-address .mail:before{
	content: "\f0e0";
	padding: 5px 5px 5px 4px;
}
#footer .footer-sns-line{
	width: 100%;
	margin-top: 1px;
	padding-top: 15px;
	border-top: 1px dotted #CCC;
}

/*-------- ページスクロール --------*/
#page-top{
	z-index: 100;
    position:fixed;
    right:20px;
    bottom:50px;
    display: none;
	width: 50px;
	height: 50px;
	border-radius: 25px; 
	-webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
	background-color:rgba(255,153,0,0.80);
}
#page-top a{
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#page-top a:before{
	content: "\f077";
	color: #fff;
	margin-left: 10px;
	font: 200%/1.5em FontAwesome;
}
#page-top:hover{
	background-color:#e198b4;
	border-radius: 5px; 
}




/*-------------------------------------------------------------------------------------------*/
/* 　フォーム（Contact Form 7）
/*-------------------------------------------------------------------------------------------*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}
form.wpcf7-form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-not-valid {
    background: #fef0f0;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
	width: 100%;
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-mail-sent-ok {
	width: 100%;
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
	margin-bottom: 20px;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel] {
	border: solid 1px #ccc;
	padding: 10px;
	width: 100%;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.4em;
	box-sizing: border-box;
	height: 40px;
	font-size: 100%;
}
textarea {
	border: solid 1px #ccc;
	padding: 10px;
	width: 100%;
	nowhitespace: afterproperty;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.6em;
	box-sizing: border-box;
	font-size: 100%;
}
form.wpcf7-form input[type=text]:focus,
form.wpcf7-form input[type=password]:focus,
form.wpcf7-form input[type=email]:focus,
form.wpcf7-form input[type=url]:focus,
form.wpcf7-form input[type=tel]:focus,
form.wpcf7-form textarea:focus {
  -webkit-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -moz-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  -o-box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
  box-shadow: 0 0 8px rgba(116, 115, 6, 0.28);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=submit]:hover,
input[type=reset]:hover { border-color: #e198b4 }
.dual {
	width: 47.5%;
}
.full {
	width: 100%;
}
.wpcf7 p{
	color: #000;
	margin-bottom: 15px;
}
input[type=submit]{
	width: 100%;
	color: #9C4203;
	font-size: 100%;
	text-align: center;
	padding: 9px 30px;
	background-color: #ffcb3a;
	-webkit-box-shadow: inset 0 1px #ffdf86;
	-moz-box-shadow: inset 0 1px #ffdf86;
	box-shadow: inset 0 1px #ffdf86;
	border: solid 1px #e5a800;
	background-image: -webkit-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: -moz-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: -o-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: -ms-linear-gradient(bottom, #e5a800, #ffcb3a);
	background-image: linear-gradient(to top, #e5a800, #ffcb3a);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input[type=submit]:hover {
	color: #333;
	background-image: -webkit-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: -moz-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: -o-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: -ms-linear-gradient(bottom, #ffcb3a, #e5a800);
	background-image: linear-gradient(to top, #ffcb3a, #e5a800);
}
.star:before{
	font-family: "FontAwesome";
	content: "\f005";
	color: #f33;
	font-size: 60%;
	padding-left: 5px;
}
.star2:before{
	font-family: "FontAwesome";
	content: "\f005";
	color: #f33;
	padding-left: 5px;
}

/*-------- reCAPTCHA --------*/
.grecaptcha-badge {
    visibility: hidden;
}
.recaptcha_policy {
    width: 100%;
    color: #444 !important;
    font-size: 11px !important;
    text-align: center;
    padding: 0;
    margin: 0;
}
.recaptcha_policy a {
    color: #111 !important;
    font-size: 11px !important;
}



/*-------------------------------------------------------------------------------------------*/
/* 　スライダー
/*-------------------------------------------------------------------------------------------*/

/*-------- owl-carousel（トップ） --------*/
.top-slider-box {
	width: 100%;
	overflow: hidden;
	background: url(images/slider-back.jpg) no-repeat fixed center bottom;
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
	-moz-background-size: cover;
	background-size: cover;
}
.top-slider-box::before{
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
/*ナビゲーション*/
.owl-next{
	position: absolute;
	right:-40px;
	top:45%;
	background: url(images/slider_arrow2.png) no-repeat 0px 0px;
	width:26px;
	height:43px;
	overflow:hidden;
}
.owl-prev{
	position: absolute;	
	left:-40px;
	top:45%;
	background: url(images/slider_arrow1.png) no-repeat 0px 0px;
	width:26px;
	height:43px;
	overflow:hidden;
}
.owl-next:hover{
	background: url(images/slider_arrow2.png) no-repeat 0px -43px;
}
.owl-prev:hover{
	background: url(images/slider_arrow1.png) no-repeat 0px -43px;
}
/*ページネーション*/
.owl-dots {
	width:100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
	background: #869791
}
/*ベース*/
.owl-carousel{
	width: 1024px;
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.slider-box{
	display: block;
	margin-bottom: 30px;
	padding: 0px;
	position: relative;
	background: #FFF;
}
.data{
	color: #FFF;
	text-align: center;
	height: 60px;
	width: 60px;
	position: absolute;
	border-radius: 50%;
	top: 140px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
}
.data .year{
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	margin-top: 17px;
	margin-bottom: 4px;
}
.data .day{
	color: #FFF;
	font-size: 80%;
	line-height: 1em;
}
.owl-carousel h4{
	margin: 2px 15px;
	display: block;
	text-align: center;
}
.owl-carousel .text{
	margin: 2px 15px 10px;
	height: 75px;
}
.slider-orver{
	overflow: hidden;
	margin-bottom: 35px;
	width: 100%;
	height: 170px;
    background-color: #f4f4f4;
	-webkit-transition:all 0s ease-in-out;
	-moz-transition:all 0s ease-in-out;
	-o-transition:all 0s ease-in-out;
	-ms-transition:all 0s ease-in-out;
	transition:all 0s ease-in-out;
}
.slider-orver .cover{
	float: left;
	z-index: 4;
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
.slider-orver:hover .cover{
	opacity: 1;
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
.slider-box a.zo-masonry-button {
	margin-bottom: -10px;
	bottom: 0px;
}
@media only screen and (max-width: 1023px) {
  .owl-carousel {
    width: 90%;
  }
  .owl-next, .owl-prev{
	display: none;	  
  }
}
