@charset "utf-8";

body,
tooltip,
popover {
}

_:lang(x)::-ms-backdrop, .selector { /* IE11でのみ有効 */ } 

.gothic {
	font-family: HelveticaNeue, '小塚ゴシック Pro','Kozuka Gothic Pro', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	font-weight: 900;
}

html {
	background: #ffffff;
}
body {
	letter-spacing: -.01em;
	line-height: 1.5;
	z-index: -9999;
	color: #333333;
	background-color: #ffffff;
	background-size: contain;
	font-family: HelveticaNeue, '小塚ゴシック Pro','Kozuka Gothic Pro', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.navbar{
	z-index: 100;
}
.navbar-light .navbar-nav .nav-link{
	color: #534741;
	padding: .1rem .8rem;
}
.navbar-nav li{
	border-right: #333 1px solid;
}
.navbar-nav li:first-child{
	border-left: #333 1px solid;
}
.navbar-nav li.current a span{
	border-bottom: 1px solid #888888;
}
.navbar button{
	position: fixed;
	right: -5px;
	top: 70px;
	background-color: #efefef;
}
.navbar .show .navbar-nav li:first-child{
	border-left: none;
	border-top: #333 1px dotted;
}
.fullscreen .modal-dialog {
  margin: 0 0 0 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;;
}
 
.fullscreen .modal-content {
  height: 100%;
  min-height: 100%;
  border-radius: 0;
  background: rgba(36, 36, 36, 0.90);
  overflow:auto;
}
 
.fullscreen .modal-content .modal-header{
  border: 0px;
}
 
.fullscreen .modal-content button{
  opacity: 1;
}
 
.fullscreen .modal-content button span{
  color: #fff;
  font-weight: 1;
  font-size: 26px;
  text-shadow: none;
}
.fullscreen .modal-content li.current a span{
	padding-bottom: 2px;
	border-bottom: 1px solid #cccccc;
}
 
.fullscreen .modal-body .modal-logo img {
  width: 158px;
  padding-bottom: 84px;
}
 
.fullscreen .modal-body ul {
  padding: 0 0 0 0;
}
.fullscreen .modal-body li {
	border-right: none;
	border-bottom: #aaa 1px dotted;
	padding: 10px;
}
.fullscreen .modal-body li:first-child {
	border-top: #aaa 1px dotted;
}
.fullscreen .modal-body a {
  color: #fff;
  font-size: 16px;
}
 
.fullscreen .modal-body .social img {
  width: 56px;
  margin: 8px;
}
.modal-title{
  color: #fff;
}
.modal-backdrop{
	z-index: -10!important;
}

img {
	max-width: 100%;
	height: auto;
}
table {
	color: #534741;
	text-align: left;
}
table ol{
	margin-bottom: 0;
}
a {
	color: #42210B;
}
a:hover {
	color: #42210B;
	opacity: 0.7;
	transition:all 0.3s ease;
	text-decoration: none;
}
a:hover img{
	opacity: 0.7;
	transition:all 0.3s ease;
}
b, strong, .bold{
	font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	color: #333333;
	height: max-content;
}
h1 {
	font-size: 2.2rem;
}
h1 img{
	vertical-align: middle;
	padding-bottom: 8px;
}
h2 {
	font-size: 1.5rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.5rem;
}
h6 {
	font-size: 1.5rem;
}
ol{
	list-style: decimal;
}
ul{
	list-style: disc;
}
ul.circle{
	padding-left: 0.1em;
}
ul.circle li{
	list-style: none;
	text-indent: -1.1em;
    margin-left: 1em;
}
ul.circle li:before{
	content: "◯";
	padding-right: 0.1em;
}
.lead{
	font-size: 1.15rem;
}
/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
}
/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
}
/* ########### 575px以下 ＞sm ########### */
@media (max-width: 575px) {
}

/*テンプレート設定*/
/*ヘッダー設定*/
#HeaderWrapper {
	position: relative;
	overflow: visible;
}
#PageMainImage img{
	padding-bottom: 8px;
}
/* ########### 1199px以下 タブレット用メニュー ########### */
@media (max-width: 1199px) {
}
/* ########### 991px以下 スマホ用メニュー ########### */
@media (max-width: 991px) {
}
/* ########### 428px以下 スマホ用メニュー ########### */
@media (max-width: 428px) {
}
/*ヘッダー設定　ここまで*/

/*フッター設定*/
#FooterWrapper{
	background: #ffffff;
}
/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
#footergMenu{
	display: none;
}
}
#footer {
}
#footer ul{
	list-style: none;
	padding: none;
	font-size: 90%;
}
div.toTop{
    position: fixed;
    bottom: 15px;
    right: 15px;
	z-index: 9999;
	display: none;
}
div.toTop a{
    display: block;
	font-size: 80%;
	cursor: pointer;
	display: none;
}
/*フッター設定　ここまで*/

/*全ページ共通*/
.btn-blue{
	background: url('//morishima-kyoto.co.jp/w/wp-content/uploads/2020/02/bg_blue.gif') repeat 0 0;
	color: #ffffff;
	text-align: center;
}
.btn-sky{
	background: url('//morishima-kyoto.co.jp/w/wp-content/uploads/2020/02/bg_sky.gif') repeat 0 0;
	color: #ffffff;
	text-align: center;
}
.btn-s1{
	background: #EA9292;
	color: #ffffff;
	text-align: center;
	font-size: 90%;
}
.btn-s2{
	background: #E6E6E6;
	text-align: center;
	font-size: 90%;
}
.pageFrame{
	background: #efefef;
}

p.date{
	font-size: 80%;
}

.page-hr{
	background: url('//morishima-kyoto.co.jp/w/wp-content/uploads/2020/02/bg_sky.gif') repeat 0 0;
	height: 8px;
}

.breadcrumb_bg{
}
.breadcrumb{
	border-radius: 0;
}
.breadcrumb a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before{
	color: #534741;
	
}
.img-responsive{
	width:100%;
	max-width:100%;
}
/*全ページ共通ここまで*/

.Slug1{
	color: #fff;
	background-color: #EA9292;
}
.Slug2{
	color: #fff;
	background-color: #9CBF92;
}
.Slug3{
	color: #fff;
	background-color: #749292;
}
.Slug4{
	color: #fff;
	background-color: #B5A4E0;
}
.Slug5{
	color: #fff;
	background-color: #888888;
}

.swiper-container ul.swiper-wrapper{
	margin: 0;
	padding: 0;
}
.swiper-container ul.swiper-wrapper li{
	list-style: none;
}

hr.dot {
	border: none;
	text-align: center;
}
hr.dot:after {
	content: '・・・';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	color: #888;
	font-size: 18px;
}
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* ########### 991px(lg)以下 ########### */
@media (max-width: 991px) {
}
/* ########### 767px(md)以下 ########### */
@media (max-width: 767px) {
}
/* ########### 539px(sm)以下 スマホ用 ########### */
@media (max-width: 539px) {
	table.resPon th,
	table.resPon td{
		display: block;
	}

}


/*サイトマップページ*/
#sitemap li,
#sitemap ul.sub-menu{
	padding-left: 1.5rem;
	list-style: none;
	padding: 10px 0 10px 1.5rem;
}
#sitemap li li{
	padding-left: 0;
}
#sitemap li::before{
	padding-left: 0;
	content:"● ";
}
#sitemap li li::before{
	padding-left: 0;
	content:"├ ";
}
#sitemap li li:last-child::before{
	padding-left: 0;
	content:"└ ";
}