/* SP */

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */

#sp-------------------------css {
}

.navibar_sp {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: fixed;
	topx: 0px;/*自分が固定したい位置(例は上から0pxの位置)*/
	height: 120px;
	background-color: #FFFFFF;
	opacity: 1;
	color: #000;
	z-index: 1;
}
.logo_sp {
	margin-top: 20px;
	margin-left: 20px;
}
.menu_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	color: #000;
	text-align: right;
	margin-top: 30px;
	margin-right: 30px;
	word-spacing: 1em;
}
.menu_sp a{
	text-decoration: none;
}
.nav_right_sp {
	display: flex;
	justify-content: space-between;
}


/* ハンバーガーメニューのスタイル */
.hamburger span.hamsp {
	display: block;
	height: 2px;
	width: 100%;
	background-color: #bbae88;
	transition: 0.4s;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.hamburger span.hamsp2 {
	display: block;
	height: 2px;
	width: 100%;
	xbackground-color: #bbae88;
	background-color: #000000;
	transition: 0.4s;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

/* メニューのスタイル */
.hammenu ul.hamsp_ul {
	margin-left: 30px;
	margin-top: 40px;
	list-style-type: none;
}
.hammenu li.hamsp_li {
	font-family: "Klee One", cursive;
	font-size: 110%;
	line-height: 30px;
	color: #333;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.3em;
}
.hammenu li.hamsp_li a {
	text-decoration: none;
}
.hammenu_title_sp {
	font-family: "Times New Roman", Times, serif;
	color: #bbae88;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* メニューが開いたとき */
.hammenusp.open {
  opacit_spy: 1; /* 不透明にする */
  pointer-events: auto; /* クリック可能にする */
}

/* バツ印に変わるハンバーガーボタン */
.hamburgersp.active span:nth-child(1) {
  transform: rotate(45deg) translate(18px, 18px);
}

.hamburgersp.active span:nth-child(2) {
  opacity: 0; /* 真ん中の線を透明にする */
}

.hamburgersp.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.content_sp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.contents-area_sp {
	width: 100%;
	padding-top: 200px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0px;
}
.msg1_sp {
	font-family: "Klee One", cursive;
	font-size: 200%;
	color: #bbae88;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: 600;
	margin-bottom: 50px;
	margin-top: 50px;
	width: 100%;
}
.msg2_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	line-height: 30px;
	color: #333;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-weight: 400;
	padding-right: 20px;
	padding-left: 20px;
}
.more_sp {
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	color: #bbae88;
	text-align: center;
	width: 180px;
	font-weight: 500;
	display: block;
	height: 35px;
	border: 1px solid #bbae88;
	line-height: 35px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px;
	margin-top: 30px;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content_sp ul, .content ol { 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

.anybox1_sp {
	display: block;
	justify-content: space-between;
	width: 100%;
	padding-top: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-bottom: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbae88;
}

.contbox1_sp {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.contbox1_sp a {
	text-decoration: none;

}
.contbox2_sp {
	background-color: #F2EFE5;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}
.contbox2-2_sp {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.contbox2_sp a {
	text-decoration: none;

}
.contbox2-3_sp {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.contbox3_sp {
	width: 100%;
	background-image: url(../images/wave5.svg);
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	background-color: #F2EFE5;
}
.contbox4_sp {
	background-color: #F2EFE5;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
}
.contbox4_sp a {
	text-decoration: none;

}
.m2-title_sp {
	font-family: "Klee One", cursive;
	font-size: 180%;
	font-weight: 500;
	color: #847756;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-left: 0px;
}
.m2-kiji_sp {
	font-family: "Klee One", cursive;
	font-size: 110%;
	color: #333333;
	text-align: left;
	line-height: 25px;
}

.m1_sp {
	margin: 0px;
	font-family: "Klee One", cursive;
	line-height: 25px;
	font-weight: normal;
	color: #333;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.m2_sp {
	margin: 0px;
	font-family: "Klee One", cursive;
	line-height: 25px;
	font-weight: normal;
	color: #333;
	text-align: center;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
.h2_sp {
	font-family: "Klee One", cursive;
	font-size: 200%;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.h2eng_sp {
	font-family: "Times New Roman", Times, serif;
	color: #bbae88;
	text-align: center;
	font-size: 100%;
	margin-bottom: 30px;
}
.h2sub_sp {
	font-family: "Klee One", cursive;
	line-height: 28px;
	color: #333;
	text-align: left;
	font-size: 120%;
	font-weight: 400;
	font-style: normal;
}
.titlefont1_sp {
	font-family: "Klee One", cursive;
	font-size: 250%;
	font-weight: 500;
	color: #bbae88;
	text-align: center;
	width: 100%;
	line-height: 50px;
	padding: 15px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #bbae88;
	border-radius: 20px;
	margin-bottom: 50px;
}
.uservoice_sp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.uservoice1_sp {
	text-align: left;
	margin-top: 30px;
	width: 350px;
}
.uv_title1_sp {
	font-family: "Klee One", cursive;
	font-size: 130%;
	font-weight: 500;
	color: #847700;
	text-align: justify;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 30px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.uv_kiji1_sp {
	font-family: "Klee One", cursive;
	font-size: 110%;
	line-height: 25px;
	font-weight: 550;
	color: #333;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.h3_sp {
	font-family: "Klee One", cursive;
	position: relative;
	text-align: center;
	font-size: 300%;
	font-weight: 500;
	color: #bbae88;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 65px;
	padding-bottom: 0;
	padding-left: 65px;
	display: inline-block;
}

.h3_sp:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #000;
	margin-right: auto;
	margin-left: auto;
}

.h3_sp span {
	position: relative;
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}

.title-area_sp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}
.title-area2_sp {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-left: 0px;
}
.h4_sp {
	font-family: "Klee One", cursive;
	position: relative;
	text-align: center;
	font-size: 100%;
	font-weight: 400;
	color: #bbae88;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
.h4_sp:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #bbae88;
}

.h4_sp span {
	position: relative;
	padding: 0 1em;
	background: #fff;
}
.h5_sp {
	font-family: "Klee One", cursive;
	font-size: 200%;
	font-weight: 600;
	color: #bbae88;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	xborder-radius: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bbae88;
	border-bottom-color: #bbae88;
	margin-bottom: 30px;
}


/* ~~ 店舗案内 ~~ */

.shop-photo-area_sp {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.shop-photo_sp {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.shop-photo_sp img {
	border-radius: 20px;
}
.shop-photo-text_sp {
	font-family: "Klee One", cursive;
	font-size: 150%;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
.shop-text_sp {
	font-family: "Klee One", cursive;
	font-size: 130%;
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 40px;
}
.shop-info-area_sp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
}
.shop-info-text-tr_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 50px;
}
.shop-info-text-td_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 50px;
	margin-left: 50px;
}
.profile-area_sp {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}
.profile-text_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: justify;
	line-height: 40px;
}
.profile-photo_sp {
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
.profile-photo_sp img {
	border-radius: 20px;
	height: auto;
	width: 100%;
}

.menu-area_sp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}
.x-menu-area-point-title_sp {
	font-family: "Klee One", cursive;
	font-size: 150%;
	font-weight: 600;
	color: #333;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}
.menu-area-point-title_sp {
	font-family: "Klee One", cursive;
	font-size: 140%;
	font-weight: 600;
	color: #bbae88;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	text-decoration-line: underline;
	text-underline-offset: 6px; //位置
	text-decoration-thickness: 2px; //太さ
}
.menu-area-point_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: justify;
	line-height: 30px;
	margin-bottom: 50px;
	padding-right: 20px;
	padding-left: 20px;
}
.menu-area-price_sp {
	font-family: "Klee One", cursive;
	font-size: 130%;
	font-weight: 500;
	color: #333;
	text-align: left;
	line-height: 35px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.menu-area-info_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 35px;
	margin-bottom: 100px;
}
.menu-area-info2_sp {
	font-family: "Klee One", cursive;
	font-size: 90%;
	font-weight: 400;
	color: #333;
	text-align: left;
}
.menu-text_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 50px;
	width: 50%;
}
.menu-text2_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: justify;
	line-height: 35px;
}
.menu-img_sp {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.menu-img_sp img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}
.menu-photo_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: center;
	padding-right: 50px;
}
.menu-photo_sp img {
	border-radius: 20px;
}
.sp-table {
	padding-right: 20px;
	padding-left: 20px;
}
.spbox {
	padding-right: 20px;
	padding-left: 20px;
}
.course-title_sp {
	font-family: "Klee One", cursive;
	font-size: 150%;
	line-height: 50px;
	font-weight: 600;
	color: #333;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.menu-info-text-tr_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 40px;
}
.menu-info-text-td_sp {
	font-family: "Klee One", cursive;
	font-size: 120%;
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 40px;
	margin-left: 50px;
}
.menu-info-text-td2_sp {
	font-family: "Klee One", cursive;
	font-size: 110%;
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 40px;
	margin-left: 50px;
}
.menu-info-text-td3_sp {
	font-family: "Klee One", cursive;
	font-size: 100%;
	font-weight: 400;
	color: #333;
	text-align: left;
	line-height: 40px;
	margin-left: 50px;
}

.visitor-area_sp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}
.visitor-text-title_sp {
	font-family: "Klee One", cursive;
	font-size: 140%;
	font-weight: 600;
	color: #333;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.visitor-text_sp {
	font-family: "Klee One", cursive;
	font-size: 110%;
	font-weight: 400;
	color: #333;
	text-align: justify;
	line-height: 35px;
}
.visitor-text_sp img {
	border-radius: 20px;
	height: auto;
	width: 100%;
}
.contact-area_sp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}
.contact_title1_sp {
	font-family: "Klee One", cursive;
	font-size: 150%;
	line-height: 40px;
	font-weight: 600;
	color: #333;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 100px;
	width: 250px;
}
.contact_title2_sp {
	font-family: "Klee One", cursive;
	font-size: 140%;
	line-height: 40px;
	font-weight: 400;
	color: #333;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact_input1_sp {
	margin: 0px;
	padding: 10px;
	border: 1px solid #bbae88;
	font-size: 110%;
	width: 80%;
}
.contact_input2_sp {
	font-family: "Klee One", cursive;
	margin: 20px;
	padding: 20px;
	border: 1px solid #bbae88;
}
.contact_hissu_title_sp {
	font-family: "Klee One", cursive;
	font-size: 110%;
	line-height: 50px;
	font-weight: 500;
	color: #333;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.contact_hissu_sp {
	font-family: "Klee One", cursive;
	font-size: 110%;
	line-height: 50px;
	font-weight: 500;
	color: #F00;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.contact_submit_sp {
	text-align: center;
	margin: 30px;
}
.contact_copy_sp {
	font-family: "Klee One", cursive;
	font-size: 90%;
	line-height: 50px;
	font-weight: 400;
	color: #333;
	text-align: cenetr;
}
.contact_submit-btn1_sp {
	font-family: "Klee One", cursive;
	font-size: 160%;
	font-weight: 500;
	color: #FFF;
	text-align: cenetr;
	background-color: #bbae88;
	border-radius: 10px;
	border: 1px solid #bbae88;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-right: 30px;
}
.contact_submit-btn2_sp {
	font-family: "Klee One", cursive;
	font-size: 160%;
	font-weight: 500;
	color: #FFF;
	text-align: cenetr;
	background-color: #666666;
	border-radius: 10px;
	border: 1px solid #999999;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}

/* ~~ フッター ~~ */
.footer_sp {
	background-color: #bbae88;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
.footer_logo_sp {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 30px;
}
.f_text1_sp {
	font-family: "Klee One", cursive;
	font-size: 130%;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.f_text1_sp a {
	text-decoration: none;
	color: #FFF;
}
.f_text2_sp {
	font-family: "Klee One", cursive;
	font-size: 100%;
	line-height: 30px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}
.f_tel_sp {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.f_sns_sp {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.f_copy_sp {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

/* ブログ用 */
#blogcontent_sp {
  float: left;
  width: 728px;
  text-align: center;
  border-right: 1px solid #bbbbbb;
}
#blognavi_sp {
  float: left;
  width: 270px;
  text-align: left;
}

/* サイド画面 */
.sidebody_sp {
  margin: 1.5em 8px;
  line-height: 130%;
  font-size: smaller;
}
.sidebody_sp ul {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.side-ttl_sp {
  border-left: 4px solid #5396c6;
  padding-left: 7px;
  margin: 1em 0;
  font-weight: bold;
}

/* サブタイトル */
#subttl_sp {
  margin: 1em 0;
  color: #053958;
}

/* 記事 */
div.article_sp {
  margin: 0 auto;
  text-align: left;
  border-bottom: 2px dotted #666;
  padding: 10px;
  width: 92%;
}
div.body_sp {
  margin: 1em;
}
/* 記事タイトル */
div.subject_sp {
  font-weight: bold;
  font-size: larger;
  padding: 5px 7px;
  margin-bottom: 1em;
  letter-spacing: 1px;
  color: #4d8d4b;
}
/* 記事日付 */
div.date_sp {
  margin-left: 1em;
  color: #006600;
}
/* 記事下部 */
.art-bot_sp {
  text-align: right;
  font-size: 12px;
  color: gray;
}
/* 固定記事下部（TB/COM） */
#pm-bot_sp {
  margin: 1em;
  text-align: left;
}
div.pm-ttl_sp {
  font-weight: bold;
  margin: 15px 0 10px 0;
  border-left: 4px solid #ff6262;
  padding-left: 7px;
}
input#tb-url {
  width: 360px;
  margin-left: 1.5em;
}
input#com-name {
  width: 250px;
}
textarea#com-msg {
  width: 250px;
  height: 7em;
}
#com-btn_sp {
  margin-top: 4px;
}
#com-btn_sp input {
  width: 70px;
  height: 28px;
}

/* カレンダ */
#calen_sp {
  margin: 1em auto;
  width: 96%;
}
#calen_sp th {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  text-align: center;
  background: #eee;
}
#calen_sp th span {
  display: inline-block;
  margin: 0 8px;
}
#calen_sp td {
  font-size: 13px;
  padding: 4px 6px;
  text-align: center;
}
#calen_sp tr.day td {
  color: #969696;
}
#calen_sp td.sun {
  color: #d50000;
}
#calen_sp td.sat {
  color: #0000ce;
}
#calen_sp td a {
  text-decoration: underline;
}

/* ページ繰越 */
div.page_sp {
  margin: 3em auto;
}
#paging_sp {
  text-align: center;
}
#paging_sp li {
  background-color: #eee;
  border: 1px solid #000;
  display: -moz-inline-box;
  display: inline-block;
  line-height: 25px;
  width: 25px;
  height: 25px;
}
* html #paging_sp li {
  display: inline;
  margin-right: 3px;
  zoom: 1;
}
*+html #paging_sp li {
  display: inline;
  margin-right: 3px;
  zoom: 1;
}
#paging_sp li a {
  display: block;
  text-decoration: none;
  width: 25px;
}
#paging_sp li b {
  color: #d54609;
}

/* 寄せ */
.ta-c_sp {
  text-align: center;
}
.ta-l_sp {
  text-align: left;
}
.ta-r_sp {
  text-align: right;
}

/* アイコン */
img.icon {
  vertical-align: middle;
  border: none;
}

/* 記事検索 */
input#find {
	width: 120px;
}

/* 検索結果画面 */
table#find {
  margin: 1em auto;
  border-collapse: collapse;
}
table#find th, table#find td {
  border: 1px solid #8080c0;
  padding: 6px;
}
table#find th {
  background: #cbcbe4;
}
table#find td {
  background: #fff;
}

/* TB・コメント一覧 */
div.com-log {
  margin: 8px 0 8px 2em;
  font-size: 85%;
  line-height: 150%;
}
div.com-msg {
  margin-left: 1em;
}
div.com-log span {
  color: #666;
}
#conf {
  width: 90%;
  margin: 1.5em auto;
  background: #fff;
  padding: 1em 1.5em;
  text-align: left;
  border-radius: 6px;
}
#form {
  margin: 1em 0;
  border-collapse: collapse;
}
#form th, #form td {
  padding: 10px;
  border: 1px solid #aaa;
}
#form td {
  text-align: left;
}
#form th {
  background: #ccc;
}
#capt {
  width: 120px;
  padding: 6px;
  margin: 6px 0;
}
input.btn{
  width: 120px;
  height: 32px;
}

/* Wordpress */
.wplist_sp{
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
	xbackground-size: cover;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbae88;
}
.wplist_date_sp {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: #bbae88;
	text-align: left;
	margin-right: 15px;
}
#rss-feed_sp {
	width: 100%;
	margin-bottom: 50px;
	padding: 0px;
}
#rss-feed_sp ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#rss-feed_sp li {
	font-family: "Klee One", cursive;
	font-size: 110%;
	color: #333;
	text-align: left;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
}
#rss-feed_sp a {
	color: #333;
	text-decoration: none;
}

#rss-feed_sp a:hover {
	color: #B9A775;
	text-decoration: underline;
}

.wplist_sp_box{
	width: 100%;
	margin-bottom: 50px;
	padding: 0px;
}

.wplist_sp ul.media_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.wplist_sp li.flex {
	font-family: "Klee One", cursive;
	font-size: 110%;
	color: #333;
	text-align: left;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-left: 30px;
}
/* 記事 */
.wplist_sp_txt_area {
}
/* 日付 */
.wplist_sp_date {
	font-family: "Times New Roman", Times, serif;
	font-size: 95%;
	color: #bbae88;
	text-align: left;
	margin-right: 15px;
}
/* タイトル */
.wplist_sp_media_ttl {
}
.wplist_sp a {
    color: #333;
    text-decoration: none;
}

.wplist_sp a:hover {
	color: #B9A775;
    text-decoration: underline;
}