@charset "UTF-8";


body{
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}


/* サイト名 */
.site h1 a{
	color: #000000;
	text-decoration: none;
}

.site h1{
	margin: 0;
	font-size: 30px;
}

.site img{
	border: none;
}

/* ヘッダー画像 */
.topimg{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* キャッチコピー */
.catch{
  margin: 0;
  padding: 15px;
  background-color: rgba(255,255,255,0.5);
  font-size: 18px;
}

/* ヘッダー画像にキャッチコピーを重ねる */
.top{
  position: relative;
}

.catch{
  position: absolute;
  top: 7%;
  left: 3%;
}

/* 問い合わせBOX */
.box-tel, .box-mail, .hours{
	margin: 1em 0;
	background-color: #ffffff;
	border: solid 1px #1e90ff;
	border-radius: 5px;
}

.box-tel-title, .box-mail-title, .hours-title{
	font-size: 18px;
	font-weight: bold;
	color: #1e90ff;
	padding-left: 15px;
}

.hours-title::before{
	font-family: fontawesome;
	content: "\f54f";
	font-size:  17px;
}

.box-tel-title::before{
	font-family: fontawesome;
	content: "\f095";
	font-size: 17px;
}

.box-mail-title::before{
	font-family: fontawesome;
	content: "\f0e0";
	font-size: 17px;
}

.tel p{
	font-size: 12px;
	margin: 0;
	padding-left: 25px;
}

.tel a{
	text-decoration: none;
	color: #000000;
}

/* 概要 */
.gaiyou a{
  display: block;
  background-color: #222222;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.gaiyou a:hover{
  opacity: 0.8
}

.img{
	height: 120px;
	width: 100%;
  border: none;
	object-fit: cover;
}

.gaiyou h1{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: nomal;
}

.gaiyou p{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #cccccc;
	color:#1e90ff;
  font-size: 12px;
}

/* お知らせ */
.news{
	padding: 20px;
	border: solid 5px #dddddd;
}

.news h1{
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	color: #666666;
}

.news ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.news li a{
	display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.news li a:hover{
	background-color: #eeeeee;
}

.news time{
	color: #888888;
	font-weight: bold;
}

.news a::after{
	content: "";
	display: block;
	clear: both;
}

.news time{
	float: left;
	width: 60px;
}

.news .text{
	float: none;
	width: auto;
	margin-left: 60px;
}

.new_label{
	color: #ffffff;
	font-size: 10px;
	background: #f35B69;
	position: relative;
	top: -2px;
	display: inline-block;
	padding: 2px 5px;
}

.infolist{
	text-align: right;
}

.infolist a{
	font-size: 14px;
	text-decoration: none;
	color: #ff8c00;
}

/* カレンダー */
.calendar{
	margin-top: 20pt;
}

/* SNSメニュー */
.follow ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.follow li a{
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.follow li a:hover	{opacity: 0.8}

.follow-tw{
	background-color: #1DA1F2;
}
.follow-li{
	background-color: #00B900;
}
.follow-yo{
	background-color: #da1725;
}

.follow i{
	margin-right: 10px;
	font-size: 24px;
	vertical-align: middle;
}

/* 補足説明 */
.follow p{
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #dddddd;
  font-size: 14px;
  text-align: center;
}

.follow-info{
  position: relative;
  background: #dddddd;
}

.follow-info::after{
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
	pointer-events: none;
	border-color: rgba(221, 221, 221, 0);
	border-top-color: #dddddd;
	border-width: 15px;
	margin-left: -15px;
}

/* コピーライト */
.copyright p{
	margin: 0;
	color: #666666;
	font-size: 14px;
}


/* Footerをバーの形にする */
.footer{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ff8c00;
}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;
  opacity: 0.9;
  z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
}

#sp-fixed-menu li{
  justify-content: center;
  align-items: center;
  width: 50%;
  padding:0;
  margin:0;
  font-size: 14px;
  border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
  background: #38b435;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
  background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
  color: #fff;
  text-align: center;
  display:block;
  width: 100%;
  padding-top: 20px;
	padding-bottom: 20px;
}

/* ボックスの左右 */
.header, .info, .footer, .pickupA, .pickupB, .tel{
	padding-left: 15px;
	padding-right: 15px;
}


/* ボックスの上下 */
.header{
	padding-top: 20px;
	padding-bottom: 10px;
}

.info{
	padding-top: 20px;
	padding-bottom: 20px;
}

.info-main{
	padding-bottom: 20px;
}

.pickupA{
  padding-top: 0px;
}

.pickupB{
  padding-top: 20px;
}

.tel{
	padding-top: 0px;
}

.pickupA-1, .pickupA-2, .pickupA-3, .pickupB-1, .pickupB-2, .pickupB-3{
  padding-bottom: 10px;
}
/* ########### 359px以下 ########### */
@media screen and (max-width: 359px) {

/* サイト名 */
.site img{
  width: 225px;
  height: auto;
}

}

/* ########### 599px以下 ########### */
@media screen and (max-width: 599px) {

/* ナビゲーション */
.menu li a{
	padding: 10px 7px;
	font-size: 11px;
}

/* キャッチコピー */
.catch{
  padding: 5px 10px;
  font-size: 10px;
}

}

/* ########### 767px以下 ########### */
@media screen and (max-width: 959px) {

/* カレンダー */
.calendar iframe{
  width: 100%;
	margin-bottom: 20px;
}

/* トグルボタン */
#menubtn{
  padding: 6px 12px;
  border: solid 1px #aaaaaa;
  border-radius: 5px;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
}

#menubtn:hover{
  background-color: #dddddd;
}

#menubtn:focus{
  outline: none;
}

#menubtn i{
  color: #888888;
  font-size: 18px;
}

#menubtn span{
  display: inline-block;
  text-indent: -9999px;
}

/* ナビゲーションメニュー （縦並び） */

#menu{
  display: none;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a{
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.menu li a:hover{
	background-color: #eeeeee;
}

/* ボトムメニュー用底上げ */
/*.footer{
	margin-bottom: 70px;
}*/

}

/* ########### 768px以上 ########### */
@media screen and (min-width: 960px) {

/* トグルボタン */
#menubtn{
  display: none;
}

/* ナビゲーションメニュー */

#menu{
  display: block !important;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a{
	display: block;
	padding: 10px 15px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.menu li a:hover{
	background-color: #eeeeee;
}

.menu ul::after{
	content: "";
	display: block;
	clear: both;
}

.menu li{
	float: left;
	width: auto;
}

/* siteとnavを横に並べる設定 */
.header::after{
	content: "";
	display: block;
	clear: both;
}

.header-site{
	float: left;
	width: auto;
}

.header-nav{
	float: right;
	width: auto;
}

/* info-mainとinfo-subを横に並べる設定 */
.info::after{
	content: "";
	display: block;
	clear: both;
}

.info-main{
	float: left;
	width: 66%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 2%;
}

.info-time{
	float: left;
	width: 32%;
}

.calendar iframe{
	float: left;
	width: 49%;
	margin-right: 2.5%;
}

.info-sub{
	float: left;
	width: 48%;
}

/* 問い合わせBOX　を横に並べる設定 */
.tel::after{
	content: "";
	display: block;
	clear: both;
}
.hours{
	float: left;
	width: 32%;
	margin-right: 1.7%;
}
.box-tel{
	float: left;
	width: 32%;
	margin-right: 1.7%;
}

.box-mail{
	float: left;
	width: 32%;
}

/* pickupA-1,pickupA-2,pickupA-3 を横に並べる設定 */
.pickupA::after{
  content: "";
  display: block;
  clear: both;
}

.pickupA-1{
  float: left;
  width: 32%;
  margin-right: 2%;
}

.pickupA-2{
  float: left;
  width: 32%;
  margin-right: 2%;
}

.pickupA-3{
  float: left;
  width: 32%;
}

/* pickupB-1,pickupB-2,pickupB-3 を横に並べる設定 */
.pickupB::after{
  content: "";
  display: block;
  clear: both;
}

.pickupB-1{
  float: left;
  width: 32%;
  margin-right: 2%;
}

.pickupB-2{
  float: left;
  width: 32%;
  margin-right: 2%;
}

.pickupB-3{
  float: left;
  width: 32%;
}

/* フッターメニュー　スマホ固定 */
.for-sp{
	display: none;
}

}


/* ########### 1190px以上 ########### */
@media screen and (min-width: 1200px) {

/* 全体の横幅を固定 */
.photo, .info, .header-inner, .footer-inner, .pickupA, .pickupB, .tel{
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

/* headerの下に罫線を挿入 */
.header{
	margin-bottom: 20px;
	border-bottom: solid 1px #ff8c00;
}

}
