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

	nobrand_themes v3.0
	 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;
}



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

body {
	font: 15px/1.8em "Lucida Sans Unicode", "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #555;
	-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;
	background: url(images/back.jpg) no-repeat center top;
	
}

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

/*-------- ベースレイアウト --------*/
*{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.flex {
	display: flex !important;
    flex-wrap: wrap;
	padding: 0px;
	line-height: 1.7em;
}
.inner {
	display: block;
	width: 1024px;
	padding: 0px;
	margin: 0 auto;
}
header{
	display: inline-block;
	width: 100%;
}
#toppage .content {
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
#content {
	float: left;
	width: 740px;
	margin: 30px 0 20px;
}
#content-map {
	float: left;
	width: 100%;
	margin: 30px 0 20px;
}
#sidebar {
	float: right;
	width: 250px;
	margin: 30px 0 20px;
}
#footer{
	display: inline-block;
	width: 100%;
	padding: 60px 0 30px;
	margin-top: 30px;
	background-color: #fef2f6;
}
.box{
	width: 100%;
	font-size: 110%;
	padding: 0px;
}
section p, .box p, .singl-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.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*-------- 装飾フォント --------*/
.linear {
    background: linear-gradient(transparent 60%, #fad6d6 60%);
	font-size: 100%;
	font-weight: bold;
}



/*-------------------------------------------------------------------------------------------*/
/* 　メインメニュー　PC用
/*-------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px) {
div.panel{
	display:block !important;
}
a#menu{
	display:none !important;
}
.mainNav ul,
.mainNav li,
.mainNav span,
.mainNav a {
	margin: 0;
	padding: 0;
	position: relative;
}
.mainNav-box {
	display: block;
	z-index: 300;
	width: 100%;
	height: 74px;
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mainNav:after,
.mainNav ul:after {
  	content: '';
	display: block;
	clear: both;
}
.mainNav .pullMain li span span{
	font-size: 10px;
	line-height: 1em;
	color: rgba(255,255,255,0.30);
	letter-spacing: 1px;
	margin: 0px 0 0;
	padding: 0px;
	display: block;
}
.mainNav ul {
    display: flex;
    justify-content: center;
    column-gap: 15px;
	list-style: none;
}
.mainNav ul li a {
	display: block;
	width: 200px;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 13px 10px 17px;
	text-align: center;
	border-radius: 37px;
	background: #1d4397;
    transition: all 0.5s;
}
.mainNav ul li.menu-last {
	margin-right: 0px;
}
.mainNav ul li:hover a {
  color: #fff;
  background: #e7515c;
}
.mainNav ul li.menu-last a {
	margin-right: 0px;
}
.mainNav ul li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #6cceed;
	margin-left: -10px;
	top:58px;
}
.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;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.mainNav .has-sub ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	border-right: none;
}
.mainNav .has-sub ul li {
	border-top: none;
}
.mainNav .has-sub ul li a{
	background: #6cceed;
	border-left: none;
	filter: none;
	font-size: 15px;
	display: block;
	line-height: 120%;
	padding: 5px 10px 4px;
	color: #1d4397;
	width: 200px;
	text-align: left;
	*z-index: 10;
	margin-top: 0px;
	border-bottom: 1px dotted #d3eff7 !important;
	border-radius: 0;
}
.mainNav .has-sub .sub-menu .sub-menu a {
	width: 250px;
}
.mainNav .has-sub ul li.area a {
	width: 188px;
	padding: 6px 20px 5px;
	margin-left: 0px;
}
.mainNav .has-sub ul li a:hover {
	color: #fff;
	background: #1d4397;
	border-top: none;
}
.mainNav .has-sub .has-sub:hover > ul {
	display: block;
}
.mainNav .has-sub .has-sub ul {
	display: none;
	position: absolute;
	left: 190px;
	top: 0;
}
.mainNav .has-sub .sub-menu .sub-menu a:hover {
	background: #e7515c;
}
.mainNav .has-sub .has-sub:before {
	font-family: "FontAwesome";
	content: "\f054";
	color: #fff;
	position: absolute;
	margin-top: 4px;
	right: 10px;
	z-index: 10;
}
.mainNav .has-sub .sub-first a,
.mainNav .has-sub .sub-first .sub-menu .sub-first a,
.mainNav .has-sub .sub-menu .sub-menu li:first-of-type a {
	border-radius: 10px 10px 0 0;
}
.mainNav .has-sub .sub-last a,
.mainNav .has-sub .sub-last .sub-menu .sub-last a,
.mainNav .has-sub .sub-menu .sub-menu li:last-of-type a {
	border-radius: 0 0 10px 10px !important;
}
.mainNav .has-sub .sub-first .sub-menu a,
.mainNav .has-sub .sub-last .sub-menu a {
	border-radius: 0;
}
}



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

/*-------- ヘッダトップ --------*/
.header-top{
	float: left;
	width: 100%;
	background: #1d4397;
	padding: 5px 0;
}
.header-copy {
	float: left;
	padding-top: 3px;
	color: #bbbbbb;
}
.header-sns {
	float: right;
}
.header-sns img {
	float: left;
	height: 25px;
	width: 25px;
	margin-left: 1px;
	-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-logo{
	display: block;
	width: 1024px;
	text-align: center;
	margin: 50px auto 40px;
}
.header-logo img{
	width: 401px;
	height: auto;
	padding-top: 20px;
}
.header-logo:hover{
	opacity: 1;
}
.header-banner{
	float: right;
	width: 400px;
	margin-right: 5px;
}

/*-------- ヘッダホーム画像 --------*/
.header-img {
	margin: 70px auto 100px;
	z-index: 0;
	position: relative;
}
.header-img p{
	color: #e7515c;
	position: absolute;
	bottom: -10px;
}

/*-------- ヘッダ画像 --------*/
.head-title, .head_title-blog {
	float: left;
	width: 100%;
	height: 150px;
	padding-top: 40px;
	margin: 10px 0 1px;
	-moz-background-size:cover;
	background-size:cover;
	background-position: right;
}
.head-title-blog {
	background: url(images/head01.jpg);
}
.head-title h1, .head-title-blog h1{
	color: #1d4397;
	font-size: 220%;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	float: left;
	
}

/*-------- パンくず --------*/
.head-crumb {
	float: left;
	clear: both;
	padding: 10px 0;
}
#breadcrumb{
	font-size: 80%;
	color: #777;
}
#breadcrumb li{
	float: left;
	line-height: 2em;
}



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

/*-------- ホームタイトル --------*/
#toppage h2 {
	width: 100%;
	font-size: 180%;
	color: #1d4397;
	text-align: center;
    line-height: 1.6;
	margin-bottom: 30px;
}
#toppage h2.title{
	border-bottom: none;
}

/*-------- ホームコンテンツ --------*/
#toppage .pdf a {
    display: inline-block;
    width: 46%;
    color: #e7515c;
    font-size: 110%;
    text-align: center;
    padding: 10px 20px;
    margin: 0 2% 10px;
    border: 1px solid #e7515c;
    border-radius: 5px;
}
#toppage .pdf a:before {
	font-family: "FontAwesome";
	content: "\f1c1";
	margin-right: 10px;
}
#toppage .pdf a:hover {
    color: #fff;
    border: 1px solid #e086c3;
    background: #e086c3;
}
#toppage .control {
    overflow: auto;
}
.top-btn {
    display: block;
    width: 200px;
    color: #FFF;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    margin-top: 15px;
    background: #6cceed;
    border-radius: 30px;
    transition: all 0.5s;
}
.top-btn:hover {
    color: #FFF;
    background: #e7515c;
}
#toppage .point {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4%;
}
#toppage .point br {
    display: none;
}
#toppage .point a {
    width: 22%;
    min-width: 22%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 20px;
    border-radius: 30px;
    background: #6cceed;
}
#toppage .point a:hover,
#toppage .catalog div a:hover {
    color: #fff;
    background: #e086c3;
}
#toppage .catalog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 4%;
}
#toppage .catalog div {
    position: relative;
    width: 22%;
    min-width: 22%;
}
#toppage .catalog h4 {
    color: #1d4397;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
#toppage .catalog div a {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    display: block;
    width: 200px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    background: #6cceed;
}
#toppage .catalog div:nth-child(5) a,
#toppage .catalog div:nth-child(6) a {
    bottom: -25px;
}
#toppage .list-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#toppage .list-btn li {
    width: calc((100% - 20px) / 3);
    text-align: center;
    font-size: clamp(0.9rem, 0.781rem + 0.59vw, 1.3rem);
    line-height: 60px;
    margin-bottom: 10px;
}
#toppage .list-btn a {
    display: block;
    color: #1d4397;
    border: solid 2px #ddd;
    border-radius: 6px;
    background-color: #fff;
    transition: .5s;
}
#toppage .list-btn a:hover {
    color: #fff;
    border: solid 2px #1d4397;
    background-color: #1d4397;
}


/*-------- ホームお知らせ --------*/

a.zo-masonry-button {
	width: 100%;
	height: 34px;
	display: inline-block;
	background-color: #e086c3;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	margin-top: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
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: #e7515c;
	color: #fff;
}
a.zo-masonry-button:hover .face-primary {
	margin-top: -34px;
}


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

/*-------- 固定タイトル --------*/
h2.title{
	display: block;
	width: 100%;
	font-size: 200%;
	color: #1d4397;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: 3px solid #1d4397;
}
h3.title{
	display: block;
	width: 100%;
	font-size: 160%;
	color: #1d4397;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: 1px solid #1d4397;
}
h4.title{
	font-size: 140%;
	color: #0055c1;
	margin-bottom: 20px;
	line-height: 1.4em;
}
h4.title:before {
	font-family: "FontAwesome";
	content: "\f0eb";
	color: #e7515c;
	margin-right: 10px;
}
h4.title2{
	font-size: 140%;
	color: #0055c1;
	margin-bottom: 15px;
	line-height: 1.4em;
	background: #c5e5f2;
	padding: 10px 10px 7px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
h4.title2:before {
	font-family: "FontAwesome";
	content: "\f192";
	color: #e7515c;
	margin-right: 10px;
}
h5.title {
	border-bottom: 1px dotted #DFDDE1;
	color: #1d4397;
	padding: 5px 0 3px;
	padding-left: 1.4em;
	text-indent: -1.4em;
	margin-bottom: 7px;
}
h5.title:before {
	font-family: "FontAwesome";
	content: "\f046";
	color: #e7515c;
	margin-right: 7px;
	font-size: 100%;
	margin-top: -2px;
}
h5.title2 {
	border-bottom: 1px dotted #DFDDE1;
	color: #1d4397;
	padding: 5px 0 3px;
	padding-left: 1.4em;
	text-indent: -1.4em;
	margin-bottom: 7px;
}
h5.title2 span {
	color: #e7515c;
	font-size: 110%;
	padding-right: 10px;
}
h5.title3 {
	color: #1d4397;
	padding: 5px 0 3px;
	padding-left: 1.4em;
	text-indent: -1.4em;
	margin-bottom: 7px;
}
h5.title3 span {
	color: #e7515c;
	font-size: 110%;
	padding-right: 10px;
}
h4.care-title {
    color: #e7515c;
	font-size: 120%;
    padding: 5px 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
}
strong {
    color: #e7515c;
}

/*-------- 固定画像 --------*/
img.alignnone,  div.alignnone {
	display: block;
	position: relative;
}
img.aligncenter,  div.aligncenter {
	display: block;
	margin: 0px auto 15px;
	position: relative;
}
img.alignleft,  div.alignleft {
	display: inline;
	margin: 0px 35px 15px 0px;
	float: left;
	position: relative;
}
img.alignright,  div.alignright {
	display: block;
	margin: 0px 0px 15px 35px;
	float: right;
	position: relative;
}
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.6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

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

/*-------- テーブル --------*/
.table1 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.50);
}
.table1 tr th {
	color: #1d4397;
	border: 1px #feceda solid;
	font-weight: normal;
	padding: 5px 15px;
	vertical-align: top;
}
.table1 tr td {
	border: 1px #feceda solid;
	padding: 5px 10px;
}
.table2 {
     width: 100%;
     border-collapse: collapse;
     border: 1px solid #feceda;
     margin-bottom: 10px;
}
.table2 tr {
     border: 1px solid #feceda;
}
.table2 tr th {
     color: #1d4397;
     border: 1px #feceda solid;
     font-weight: normal;
     padding: 5px;
     text-align: center;
     background: #f4f4f4;
}
.table2 td.title{
      color: #2670d5; 
      background: #f4f4f4;
}
.table2 tr td {
     border: 1px solid #feceda;
     padding: 5px;
     text-align: center;
     font-size: 80%;
}
.table2 th:before {
     font-family: "";
     content: "";
     color: #f90;
     margin-right: 0px;
}
.table2 tr td p{
     display: inline-block;
     margin-bottom: 0px;     
}
.table3 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.50);
}
.table3 tr th {
	color: #1d4397;
	border: 1px #feceda solid;
	font-weight: normal;
	padding: 5px 15px;
    background: #f4f4f4;
    text-align: center;
}
.table3 tr td {
	border: 1px #feceda solid;
	padding: 5px 10px;
    text-align: center;
}
.t-left {
    text-align: left !important;
}
.t-points {
    background: #c5e5f2 !important;
    color: #1d4397;
    font-weight: bold;
    vertical-align: middle !important;
}
.t-points2 {
    background: #ffea9f !important;
    color: #f18c33;
    font-weight: bold;
    vertical-align: middle !important;
}
.t-points3 {
    background: #f3aab5 !important;
    color: #c90033;
    font-weight: bold;
    vertical-align: middle !important;
}


/*-------- アコーディオン --------*/


/*-------- 固定コンテンツ --------*/
.box_a{
	padding: 15px 20px 15px;
	border: 5px solid #c5e5f2;
	background-color: rgba(255,255,255,0.45);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 60px;
}
.box_a span {
	background: url(images/icon10.png) no-repeat left 0px;
	height: auto;
	width: 100px;
	display: inline-block;
	margin-bottom: -9px;
	margin-left: -10px;
	margin-right: 1px;
}
.underline {
    background: linear-gradient(transparent 60%, #ffcccc 0%) !important;
    width: auto !important;
    margin-left: 0px !important;
    font-weight: bold !important;
}
.w-p {
    font-size: 120%;
    text-align: center;
    color: #e7515c;
    margin-top: 30px;
    line-height: 1.4em;
    background: #fad6d6;
    padding: 10px;
    border-radius: 5px;
}
p.title2 {
    font-size: 150%;
    color: #1d4397;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.box_link{
	padding: 15px 20px 15px;
	border: 5px solid #c5e5f2;
	background-color: rgba(255,255,255,0.45);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 60px;
}
/*-------- リスト --------*/
.list1 li {
	border-bottom: 1px dotted #DFDDE1;
	color: ;
	padding: 5px 0 3px;
	padding-left: 1.4em;
	text-indent: -1.4em;
	font-weight: bold;
}
.list1 li span {
	color: #e7515c;
	font-size: 110%;
	padding-right: 10px;
}
ul.list1 {
	margin-bottom: 25px;
}
.list2 li {
	color: ;
	padding: 5px 0 3px;
	padding-left: 1.4em;
	text-indent: -1.4em;
}
.list2 li:before {
	font-family: "FontAwesome";
	content: "\f046";
	color: #e7515c;
	margin-right: 7px;
	font-size: 100%;
	margin-top: -2px;
}
.list2 li span {
	color: #e7515c;
	font-size: 110%;
	padding-right: 10px;
}
ul.list2 {
	margin-bottom: 25px;
}
.list-quiz li {
	border-bottom: 1px dotted #DFDDE1;
	color: ;
	padding: 5px 0 3px;
	font-weight: bold;
}
.list-quiz li span {
	color: #e7515c;
	font-size: 110%;
	padding-right: 10px;
}
ul.list-quiz {
	margin-bottom: 25px;
}
ul.list-quiz .fa-square {
    color: #e7515c;
	margin-right: 8px;
}
.box-quiz {
    position: relative;
    padding: 25px 30px;
    border: 2px solid #1d4397;
    border-radius: 0 5px 5px;
}
.box-quiz h3 {
    position: absolute;
    top: -32px;
    left: -3px;
    color: #fff;
    font-size: 120%;
    line-height: 1.8em;
    padding-left: 15px;
    padding-right: 15px;
    background: #1d4397;
    border-radius: 5px 5px 0 0;
}
.box-quiz span {
    float: right;
    font-size: 80%;
}

/*-------- ステップ --------*/
.step_box {
	position: relative;
	display: inline-block;
	padding: 13px 15px 5px;
	width: 100%;
	border: 1px solid #10a6e5;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
} 
.step_box:before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -9px;
	width: 0px;
	height: 0px;
	z-index: 0;
	border-top: 12px solid #10a6e5;
	border-right: 12px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 12px solid transparent;
} 
.step_box.box_last:before{
	border: none !important;
}
p.step_title{
	font-size: 120%;
	line-height: 1.3em;
	color: #2456a7;
}

/*-------- クイズ--------*/
h3.quiz-title {
    font-size: 150%;
    color: #1d4397;
    margin-bottom: 10px;
}
p.title {
    font-size: 150%;
    color: #1d4397;
    text-align: center;
    margin-bottom: 30px;
}
.accordion-panel dt{
    padding: 18px 0 20px;
    border-bottom: 1px dotted #ccc;
    font-size: 110%;
    line-height: 1.5em;
    text-transform: uppercase;
    margin: 0px;
}
.accordion-panel a{
    display: block;
    color: #f29da6;
    text-align: center;
    padding: 3px 10px;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #f29da6;
    border-radius: 3px;
}
.accordion-panel dt a:hover {
    color: #fff;
    background: #f29da6;
}
.accordion-panel dd{
    padding: 25px; 
    border: 1px dotted #e086c3;  
}
.dropcap-q {
    color: #fff;
    line-height: 34px;
    font-weight: bold;
    margin: -3px 8px -4px 0;
    font-size: 20px;
    float: left;
    text-align: center;
    overflow: hidden;
    width: 35px;
    height: 35px;
    background: #8b9dd3;
    border-radius: 50%;
}
.dropcap-a {
    color:#fff;
    line-height: 34px;
    font-weight:bold;
    margin: -3px 8px -4px 0;
    font-size: 20px;
    float: left;
    text-align: center;
    overflow:hidden;
    width: 35px;
    height: 35px;
    background: #f29da6;
    border-radius: 50%;
}
dl#accordion .opened{
    border-bottom: none;
}
dl#accordion .opened a{
    display: none;
}
dd .dropcap-q {
    background: #e7515c;
}
dd .dropcap-a {
    background: #e7515c;
}
dd .answer {
    color: #e7515c;
    font-size: 150%;
    font-weight: bold;
}
dd h4 {
    color: #e7515c;
    font-size: 120%;
}
dd h4.title {
    color: #e7515c;
    font-size: 120%;
    text-align: center;
    border-bottom: 1px dotted #ccc;  
}
dd h4.title:before {
    display: none;
}
dd .box {
    padding: 25px; 
    border: 1px dotted #e086c3;  
}
dd .box span {
    font-size: 80%;
}
dd .box img {
    margin: 5px 0 0;
}
.box-quiz .fa-angle-right, .box-quiz .fa-check-square {
    color: #e7515c;
    margin-right: 3px;
}
.price-list-box .price-list-main li span {
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
}
.price-list-box .price-list-main li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #e7515c;
}
.price-list-box .price-list-dotted {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 3px;
    margin-right: 5px;
    margin-bottom: calc((75px - 10px) / 2);
}
.price-list-box .price-list-dotted {
    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: 3px 1px;
    background-repeat: repeat-x;
}
.price-list-main span {
    font-size: 100%;
}
.box1 {
    font-size: 110%;
    text-align: center;
}
.box1 img {
    margin: 10px auto 0;
}
.box2 {
    padding: 25px; 
    border: 1px dotted #e086c3;
    overflow: hidden;
}
.box2 span {
    float: right;
    font-size: 80%;
    line-height: 1.5em;
}
.box2 .question {
    display: inline-block;
    padding: 3px 10px; 
    margin-bottom: 0;
    border: 1px dotted #ccc;
}
.small {
    font-size: 80%;
}
.small2 {
    font-size: 80%;
    margin-bottom: 10px !important;
    line-height: 120% !important;
}


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

/*-------- 投稿ヘッダ --------*/
.post-header{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.single-box{
	position: relative;	
	display: inline-block;
	width: 100%;
	padding: 70px 40px 20px;
	margin-top: 45px;
	border-radius: 10px;
	border: 1px solid #feceda;
	background-color: rgba(255,255,255,0.50);
}
.cal-single{
	background: #1d4397;
	padding: 22px 10px 5px;
	width: 90px;
	height: 90px;
	text-align: center;
	border-radius: 50%;
	margin: auto;
	position: absolute;
	left: 0px;
	top: -45px;
	right: 0px;
	bottom: auto;
}
.cal-single .year{
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 3px;
}
.cal-single .day{
	color: #E9E9E9;
}
div.blog_info_single{
	zoom: 1; /* IE */
	color: #666;
	font-size: 85%;
	padding: 8px 0px 7px;
	margin-bottom: 20px;
	border-top: 2px solid #feceda;
	border-bottom: 2px solid #feceda;
	overflow:hidden;
	display: block;text-align: center;
}


/*-------- 投稿タイトル --------*/
.post_header{
	text-align: center;
}
.post_header span{
	color: #FFF;
	font-size: 120%;
	line-height: 2em;
	text-align: center;
	padding: 0px 20px;
	background: #e7515c;
	margin-bottom: 10px;
	border-radius: 25px;
	display: inline-block;
}
h2.post_title {
	font-size: 200%;
	line-height: 1.2em;
	color: black;
	margin: 0 0 15px;
	text-align: center;
}
h3.clinic-title{
	font-size: 140%;
	line-height: 1.2em;
	color: #1d4397;
	margin: 0 0 15px;
}
.post_header .cat-item{
	color: #FFF;
	font-size: 120%;
	line-height: 2em;
	padding: 2px 10px 0;
	background: #e7515c;
	border-radius: 3px;
	margin: 0px 8px 0px 0px;
}
.post_header .cat-item a{
	color: #FFF;
}
.print_btn{
	float: right;
	color: #e7515c;
	font-size: 120%;
	line-height: 28px;
	text-align: center;
	padding: 0px 15px;
	background: #fff;
	margin-bottom: 0px;
	border-radius: 25px;
	display: inline-block;
	border: 1px solid #e7515c;
}
.print_btn:hover{
	background: #e7515c;
	color: #fff !important;
}
.print_btn:before{
	font-family: "FontAwesome";
	content: "\f02f";
	color: #e7515c;
	font-size: 120%;
	margin-right: 5px;
}
.print_btn:hover:before{
	font-family: "FontAwesome";
	content: "\f02f";
	color: #fff;
}

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

/*-------- GoogleMap --------*/
.acf-map {
	width: 100%;
	height: 300px;
	margin: 0;
}
.acf-map img {
   max-width: inherit !important;
}
	
/*-------- 投稿メディア --------*/


/*-------- 投稿ソーシャルボタン --------*/
.social-sharing {
    height: 32px;
    margin-top: 70px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.social-sharing li{
    float: right;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px 5px;
}
.social-sharing li img:hover{
    transform: scale(1.00, 1.00) !important;
    -webkit-transform: scale(1.00, 1.00) !important;
    -moz-transform: scale(1.00, 1.00) !important;
    -ms-transform: scale(1.00, 1.00) !important;
    -o-transform: scale(1.00, 1.00) !important;
}

/*-------- 投稿ページナビ --------*/
.pagenav {
	width: 100%;
	margin-top: 50px;
	display: block;
}
.prev a{
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 15px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #eee;
}
.prev a:hover, .next a:hover{
	border: 1px solid #e7515c;
}
.prev a:before {
	font-family: "FontAwesome";
	content: "\f137";
	color: #e7515c;
	margin-right: 10px;
}
.next a{
	float: right;
	margin: 2px 0 2px 2px;
	padding: 6px 25px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #eee;
}
.next a:after {
	font-family: "FontAwesome";
	content: "\f138";
	color: #e7515c;
	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
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	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 {
	border-top-color: #a61e41;
}
[data-tooltip].tooltip-top:after {
	background-color: #a61e41;
	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;
}




/*-------------------------------------------------------------------------------------------*/
/* 　医院一覧
/*-------------------------------------------------------------------------------------------*/

/*-------- 投稿一覧リスト --------*/
.clinic-list {
	display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
    padding: 10px 20px;
	margin-bottom: 15px;
	border-radius: 10px;
	border: 1px solid #feceda;
	background-color: rgba(255,255,255,0.50);
}
.clinic-list h3 {
	color: #222;
    font-size: 115%;
    letter-spacing: .07em;
    margin-bottom: 5px;
}
.clinic-list div p {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.clinic-list div span {
    display: inline-block;
    width: 65px;
	color: #1d4397;
	font-size: 80%;
	line-height: 1.6em;
	text-align: center;
	border: 1px solid #1d4397;
	border-radius: 2px;
}
.clinic-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 118px;
    min-width: 118px;
	color: #fff;
    letter-spacing: .1em;
    padding: 5px 18px;
    border-radius: 30px;
    background: #e7515c;
    transition: .5s;
}
.clinic-list a:hover {
    background: #1d4397;
}
.clinic-list a:before {
    font-family: "FontAwesome";
    content: "\f138";
    font-size: 80%;
    margin-right: 5px;
    vertical-align: top;
}
.clinic-list a .fa-clone {
    color: rgba(255,255,255,.7);
    font-size: 70%;
    margin-left: 20px;
}


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

/*-------- 投稿一覧リスト --------*/
.post_list{
	display: block;
	margin-bottom: 30px;
	padding-bottom: 6px;
	width: 100%;
	border-bottom: 1px solid #feceda;
}

/*-------- アイキャッチ --------*/
.box_img{
	float: left;
	margin-right: 25px;
}
.image_orver2{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.image_title2:before {
	font-family: "FontAwesome";
	content: "\f0c1";
	color: #fff;
	font-size: 200%;
	background-color: rgba(0,0,0,0.50);
	padding: 15px;
	display: inline-block;
	margin-top: 68px;
	margin-left: 72px;
	z-index: 10;
	position: absolute;
	border-radius: 50%;
	height: 25px;
	width: 25px;
}
.image_orver2 li{
	float: left;
	position: relative;
	overflow: hidden;
	width: 190px;
	border-radius: 10px;
}
.image_orver2 li:hover .image_caption{
	opacity: 1;
}
.image_orver2 li .cover2 {
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	width: 190px;
	height: 190px;
	background-size: cover;
}
.image_orver2 li:hover .cover2{
	opacity: 1;
	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);
}
.image_orver2 .cover2{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}
.image_orver2 .image_caption{
	cursor: pointer;
	position: absolute;
	opacity: 0;
	-webkit-transition:all 0.45s ease-in-out;
	-moz-transition:all 0.45s ease-in-out;
	-o-transition:all 0.45s ease-in-out;
	-ms-transition:all 0.45s ease-in-out;
	transition:all 0.45s ease-in-out;
}
.image_orver2 .cover2{
	-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;
}

/*-------- 投稿情報 --------*/
h2.post_list_title a{
	font-size: 140%;
	padding-bottom: 5px;
	color: black;
	font-weight: normal;
}
div.blog_info{
	zoom: 1;
	color: #666;
	font-size: 85%;
	padding: 5px 0px 4px;
	margin-bottom: 20px;
	border-top: 1px dotted #feceda;
	border-bottom: 1px dotted #feceda;
	overflow: hidden;
	display: block;
}
.blog_comment{
	font-size: 85%;
	overflow: hidden;
	display: block;
}
.blog_info_button{
	margin-top: 23px;
	display: inline-block;
	border: 1px solid #e7515c;
	padding: 5px 15px 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px; 
}
.blog_info_button:before{
	font-family: "FontAwesome";
	content: "\f138";
	color: #e7515c;
	font-size: 80%;
	margin-right: 7px;
	vertical-align: top;
}
.blog_info_button:hover{
	background: #e7515c;
	color: #FFF !important;
}
.blog_info_button:hover:before{
	color: #fff;
}
div.blog_info li, div.blog_info_single li{
	float: left;
	margin:0 15px 0 5px;
}
div.blog_info li a, div.blog_info_single li a{
	color: #666
}
div.blog_info li.cal:before, div.blog_info_single li.cal:before{
	font-family: "FontAwesome";
	content: "\f073";
	color: #e7515c;
	font-size: 100%;
	margin-right: 7px;
}
div.blog_info li.aut:before, div.blog_info_single li.aut:before{
	font-family: "FontAwesome";
	content: "\f007";
	color: #e7515c;
	font-size: 100%;
	margin-right: 7px;
}
div.blog_info li.cat:before, div.blog_info_single li.cat:before{
	font-family: "FontAwesome";
	content: "\f07c";
	color: #e7515c;
	font-size: 100%;
	margin-right: 7px;
}
div.blog_info li.tag a:before, div.blog_info_single .tag a:before{
	font-family: "FontAwesome";
	content: "\f02b";
	color: #e7515c;
	font-size: 100%;
	margin-right: 7px;
}


/*-------- ページナビゲーション --------*/
.pagination_box {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	display: inline-block;
}
.pagination {
	display: flex;
    justify-content: center;
	font-size: 14px;
	line-height: 1.7em;
	text-align: center;
	border-radius: 25px;
}
.pagination a {
	display: block;
	float: left;
	text-decoration: none;
	width: auto;
	color: red;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	background: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
}
.pagination a:hover{
	background: #e7515c;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: red;
	color: #fff;
}
.pagination .current{
	text-decoration: none;
	width: auto;
	margin: 0 2px;
	width: 30px;
	height: 30px;
	background: red;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 5px;
}
.previous_button, .first_button, .next_button, .last_button{
	float: left;
}
.previous_button a:before{
	font-family: "FontAwesome";
	content: "\f104";
	color: red;
	font-size: 140%;
}
.previous_button a:hover:before, .first_button a:hover:before, .next_button a:hover:before, .last_button a:hover:before{
	color: #fff;
}
.first_button a:before{
	font-family: "FontAwesome";
	content: "\f100";
	color: red;
	font-size: 140%;
}
.next_button a:before{
	font-family: "FontAwesome";
	content: "\f105";
	color: red;
	font-size: 140%;
}
.last_button a:before{
	font-family: "FontAwesome";
	content: "\f101";
	color: red;
	font-size: 140%;
}

	


/*-------------------------------------------------------------------------------------------*/
/* 　サイドバー
/*-------------------------------------------------------------------------------------------*/
/*-------- タイトル --------*/
#sidebar .widget h3 {
	margin-bottom: 0px;
	color: #FFF;
	font-size: 120%;
	background: #1d4397;
	padding: 5px 15px 3px;
	border-radius: 7px 7px 0 0;
	font-weight: normal;
}

/*-------- ブロック --------*/
#sidebar .widget{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
#sidebar .textwidget{
	float: left;
	width: 100%;
	padding: 7px 15px 7px;
	border-radius: 0 0 7px 7px;
	border-right: 1px solid #feceda;
	border-bottom: 1px solid #feceda;
	border-left: 1px solid #feceda;
	background-color: rgba(255,255,255,0.50);
}
.textwidget li{
	width: 100%;
	padding: 7px 0;
	border-bottom: 1px dotted #CCCCCC;
}
.textwidget li:last-child{
	border-bottom: none;
}

/*-------- 検索 --------*/
#searchform {
	float: right;
	width: 250px;
	display: inline-block;
	height: 35px;
	position: relative;
	background: #FFF;
	border-radius: 25px; 
	box-shadow: 0 0 0 1px #e7515c inset;
	margin: -30px auto 20px;
}
#s {
	color: #777;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 15px;
	right: 5px;
	outline: 0;
	background: none;
	line-height: 14px;
	font-size: 16px;
	padding-top: 7px !important;
	z-index: 10;
} 
#searchsubmit { 
    position: absolute;
	right: 0px;
	z-index: 90;
	height: 35px;
	width: 35px;
	background: #e7515c;
	border-radius: 25px; 
} 
#searchsubmit:hover {
	background: #e086c3;
}
#search-2 input {
	border: none !important;
}

/*-------- 最近の投稿 --------*/
.widget_post{
	display: block;
	padding: 7px 5px 3px;
	margin-top: 7px;
	border: 1px solid #feceda;
	background-color: rgba(255,255,255,0.50);
}
.widget_post div{
	overflow: hidden;
}
.widget_post h4{
	font-weight: normal;
	line-height: 1.4em;
	margin-top: -2px;
}
.post_date{
	font-size: 80%;
	margin-bottom: 0px;
}
.post_date:before{
	content: "\f073";
	color: #999999;
	font-family: "FontAwesome";
	margin-right: 7px;
}
.widget_post .cover {
	float: left;
	background-color: #eee;
	background-position: center center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-size: cover;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
	margin: 0 13px 0 2px;
}

/*-------- 最近の投稿（ウィジェット） --------*/
ul.tab_widget {
	zoom: 1;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
ul.tab_widget:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
ul.tab_widget li {
	float: left;
	text-align: center;
}
ul.tab_widget li:last-child {
	background: none;
}
ul.tab_widget li a {
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background: #ebebeb;
	margin-right: 3px;
	line-height: 35px;
}
ul.tab_widget li a:hover {
	background: #ebf4db;
}
ul.tab_widget li.active a,
ul.tab_widget li.active a:hover {
	background: #fff;
	border-top: 2px solid red;
	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: 20px 20px 10px;
	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;
}
.widget_button{
	float: left;
	font-size: 80%;
	padding: 2px 0;
	background: #e2e2e2;
	text-align: center;
	width: 100%;
	margin-top: 5px;	
}

/*-------- カテゴリー --------*/
.widget_categories li a {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
.widget_categories li a:before {
	font-family: "FontAwesome";
	content: "\f07c";
	color: red;
	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: rgba(255,255,255,0.50);
	border: 1px solid #feceda;
	border-radius: 0 0 7px 7px !important;
}
.widget_archive:after{
	font-family: "FontAwesome";
	content: "\f078";
	color: #e7515c;
	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";
	color: red;
	margin-right: 10px;
}

/*-------- タグ --------*/
.widget_tag_cloud a{
	float: left;
	color: #FFF !important;
	font-size: 80% !important;
	margin: 5px 3px 0 0!important;
	background: #e7515c;
	text-align: center;
	padding: 4px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 1.2em;
}
.widget_tag_cloud a:hover{
	background: #F30;
}

/*-------- カレンダー --------*/
#wp-calendar {
    width: 100%;
    font-size: 11px;
    border: none
}
#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 7px;
	color: red;
	font-size: 150%;
	border-bottom: 3px solid #ccc;
	font-weight: bold;
	text-align: left;
}
#wp-calendar thead {
    font-size: 11px
}
#wp-calendar thead th {
	background: red;
	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;
    color: #878787;
    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: -40px;
}




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

/*-------- フッダコンテンツ --------*/
#footer h3 {
	margin-bottom: 10px;
	font-size: 115%;
	color: #1d4397;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #f30;
}
.footer-logo{
	width: 300px;
	margin-bottom: 10px;
}

/*-------- フッダ最近の投稿 --------*/


/*-------- フッダメニュー --------*/
.footer-under {
	display: inline-block;
	width: 100%;
	padding: 25px 0 20px;
	background: #1d4397;
}
.copyright {
	float: left;
	font-size: 80%;
	color: #FFF;
}
.footer-menu{
	float: right;
	font-size: 80%;
}
.footer-menu a{
	color: #47b9dd;
}
.footer-menu a:hover{
	color: #f30;
}
.footer-menu ul li{
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	line-height: 1em;
}
.footer-menu ul li + li{
	border-right:1px dotted #666;
	border-left:0px dotted #666;
}
.footer-menu ul ul li{
	border-right:0px dotted #666;
	border-left:0px dotted #666;
}

/*-------- フッダアドレス --------*/


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




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


/*-------- owl-carousel（トップ） --------*/
.top-slider-box {
	width: 100%;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
	-moz-background-size: cover;
	background-size: cover;
}
/*ナビゲーション*/
.owl-next{
	position: absolute;	
	left:-40px;
	top:45%;
	background: url(images/slider_arrow1.png) no-repeat 0px 0px;
	width:26px;
	height:43px;
	overflow:hidden;
}
.owl-prev{
	position: absolute;
	right:-40px;
	top:45%;
	background: url(images/slider_arrow2.png) no-repeat 0px 0px;
	width:26px;
	height:43px;
	overflow:hidden;
}
.owl-next:hover{
	background: url(images/slider_arrow1.png) no-repeat 0px -43px;
}
.owl-prev:hover{
	background: url(images/slider_arrow2.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{
    position: relative;
	width: 1024px;
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent;
	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{
    position: relative;
	display: block;
	margin-bottom: 30px;
	padding: 0px;
	background: #FFF;
}
.data{
    position: absolute;
    top: 140px;
	left: 0;
	right: 0;
	bottom: 135px;
	margin: 0 auto;
    width: 60px;
    height: 60px;
	color: #FFF;
    text-align: center;
	background: #28327b;
	border-radius: 50%;	
}
.data .year{
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	line-height: 1em;
	margin-top: 17px;
	margin-bottom: 4px;
}
.data .day{
	color: #FFF;
	font-size: 90%;
	line-height: 1em;
}
.owl-carousel h4{
	margin: 2px 15px;
	display: block;
	text-align: center;
}
.owl-carousel .text{
	margin: 2px 15px 10px;
	height: 55px;
}
.slider-orver{
	overflow: hidden;
	margin-bottom: 35px;
	width: 100%;
	height: 170px;
	-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;	  
  }
}




/*-------------------------------------------------------------------------------------------*/
/* 　マップロケーション
/*-------------------------------------------------------------------------------------------*/

.prettyMapList{
	margin-bottom: 50px;
}
#map-canvas0{
	height: 500px;
	border-radius: 10px !important;
}
.prettyFileBar, .prettyListItems, .prettyPagination{
	display:none !important;
}
