@charset "utf-8";

/*タグのリセット*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, 
em, img, small, strong, sub, 
dl, dt, dd, ol, ul, li, fieldset, form, label, 
article, aside, figcaption, figure, 
footer, header, menu, nav, section, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ul {
	list-style-type: none;
}

/***************************************ページベース設定***************************************/
/*ページ背景、フォントなど*/
body {
	color: #000;
	background-color: #FFF;
	background-image: url(../img/bg_flower.png);
	font-weight: normal;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 15px;
}

/*箇条書き設定*/
ol {
	padding-left: 2em;
}

.square {
	list-style-type: square;
	margin-left: 1.5em;
}
.kuromaru {
	list-style-type: parenthesized-decimal;
}

/*リンク設定*/
a {
	color: 0C00CC; /*青*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*テーブル設定*/
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #CCC;
	line-height: 2;
	margin-bottom: 10px;
}
td {
/*	width: 507px;*/
	display: block;
	padding: 3px 10px;
	background-color: #fff;
	border: 1px solid #CCC;
}
th {
/*	width: 120px;*/
	display: block;
	padding: 3px 10px;
	background-color: #fff9cc; /*クリーム*/
	border: 1px solid #CCC;
	font-weight: normal;
	text-align: left;
}

caption {
	padding: 3px 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #99ccff;
	font-weight: bold;
}

/*********form関連 *********/
/*type numberのスピンボタン非表示*/
input[type="number"] {
    -moz-appearance:textfield;
}
/*ボタン設定*/
input[type="submit"], input[type="reset"]{
	width: 100px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	border-radius: 30px;
	background-color: #EEE;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: #DDD;
}

/*幅設定*/
.w100 {
	width: 100%;
}
.wl {
	width: 96%;
}
.w33 {
	width: 33%;
}
.w75 {
	width: 75%;
}

/*テキスト配置設定*/
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.ti-1 {
	text-indent: -1em;
	margin-left: 1em;
}

/*FLOAT設定*/
.FR, .FR71p{
	float: right;
}

.FL {
	float: left;
}
.clear {
	clear: both;
}

/*画像*/

/*FONT色設定*/
.f_red {
	color: #e90e0e; /*赤*/
}
.f_blue {
	color: #00f; /*青*/
}

.f_shadow {
	text-shadow: 2px 2px 3px #333;
}

/*Fontサイズ設定*/
.f140 {
	font-size: 140%;
}
.f120 {
	font-size: 120%;
}
.f80 {
	font-size: 80%;
}

/*背景色設定*/
.bg_white {
	background-color: #FFF; /*白*/
}
.bg_cream {
	background-color: #fff9cc; /*クリーム*/
}
.bg_water {
	background-color: #99ffff; /*水色*/
}
.bg_skin {
	background-color: #ffcc99; /*肌色*/
}
.bg_pink {
	background-color: #ffcccc; /*ピンク*/
}

/*影設定*/
.shadow {
	-webkit-box-shadow: 5px 5px 5px #bebebe;
	-moz-box-shadow: 5px 5px 5px #bebebe;
	box-shadow: 5px 5px 5px #bebebe;
	margin-bottom: 10px;
}

/*枠の角設定*/
.rad6 {
	border-radius: 6px;
}

/*水平線*/
hr {
	border-style: dotted;
	border-color: #f00;
	height: 1px;
	text-align: center;
}

/*表示・非表示設定*/
#sdisp {
	display: none;
}
#pcdisp {
	display: inline;
}

/*コンテナ*/
#container {
	width: 1000px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*サイト説明*/
div.head_discription {
	background-color: #fe8516; /*オレンジ*/
	padding-bottom: 3px;
}
header h1 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
}
/*サイトロゴ*/
#sitelogo {
	width: 1000px;	/*コンテナー幅*/
/*	margin-right: auto;
	margin-left: auto;*/
	margin: 5px auto 0px auto;
	padding-top: 30px;
}

/*メニューブロック設定*/
.nav-menu {
	width: 100%;
	padding-top: 10px;
	margin-bottom: -5px;
}
.menu-list {
  display: flex;
  justify-content: center; /* メニューアイテムを中央揃えに */
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 120%;
}
.menu-item {
	position: relative;
	line-height: 2em;
	width: 156px;
	color: #565656;
	margin-right: 9px;
	background: #eaeaea;
	border-radius: 10px 10px 0 0;
	text-align: center;
}
.menu-item:hover {
	background-color: #ffc3c3;
}
header nav ul li.focus {
	background: #ffeaea;
}
/* メニューアイテムのホバースタイル */
.menu-item:hover .drop-menu-list {
  visibility: visible; /* 下層メニューを表示 */
}
.menu-item a {
  align-items: center;
  color: #fff; /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  justify-content: center;
  text-decoration: none; /* リンクの下線を非表示 */
  color: #000;
}

/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}
.drop-menu-list {
  background-color: #eaeaea; /* ドロップダウンメニューの背景色 */
  left: 0;
  position: absolute;
  top: 100%;
  visibility: hidden; /* 下層メニューを非表示 */
  width: 156px;
  z-index: 1;
}
.drop-menu-itemu {
  border-top: 1px dotted #000;
}
.drop-menu-item:hover {
	background-color: #ffc3c3;
}
.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

/*コンテンツ*/
#contents {
	clear: left;
	background: #ffeaea;
}
#contents:after {
	content: "";
	display: block;
	clear: both;
}

/*強調出力*/
.midashi {
	background: linear-gradient(transparent 70%, #ff8eee 70%); /*ピンクの蛍光ライン*/
	padding: 5px 5px 0 5px;
}
.under {
	background: linear-gradient(transparent 90%, #F00 90%); /*赤の下線*/
}

.toiawase {
/*	background: linear-gradient(transparent 0, #33ff00 0); /*緑の蛍光ライン*/
	color: brown;
	padding: 0 5px;
}

/*メインコンテンツ*/
#main {
	float: left;
	width: 725px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#main h1 {
	color: brown;
	font-size: 200%;
	font-weight: normal;
	text-align: center;
	background: #f7e499; /*淡黄*/
	line-height: 2;
	padding: 0.25em 0.5em;
	margin: 5px 0;
	border-radius: 10px;
	border: 5px #cc6600 solid;
	clear: both;
}

#main h2 {
	font-size: 180%;
	line-height: 2;
	color: #fe8516; /*オレンジ*/
	border-left: 20px #fe8516 solid;
	border-bottom: 2px #fe8516 solid;
	padding: 5px 0 0 25px;
	margin: 5px 0;
	clear: both;
}

#main h3 {
	font-size: 120%;
	font-weight: normal;
	color: brown;
	background:  #f7e499; /*淡黄*/
	line-height: 1.5em;
	padding: 10px 5px 5px 15px;
	margin: 15px 0 5px 0;
	color: #494949;/*文字色*/
	background: #fffaf4;/*背景色*/
	border-left: solid 10px #ffaf58;/*左線（実線 太さ 色）*/
	border-bottom: solid 2px #ffaf58;/*左線（実線 太さ 色）*/
	clear: both;
}

/*ページ解説*/
#main .p_comment {
	margin:0 0 15px 0;
	padding:10px;
	background: #FFF;
/*	background:#f7e499;*/
	border: double orange 5px;
	border-radius: 5px;
	font-size: 100%;
	line-height: 1.5;
	color: #000;
}

/*記事コンテンツ枠*/
#main .note {
	background-color: #FFF;
	margin-bottom: 20px;
}

/*アンケート表示*/
#main .p_comment dl {
	padding: 0 1em;
}
#main .p_comment dl dt {
	padding-left: 1em;
	color: blue;
}
#main .p_comment dl dd {
	padding-left: 2em;
	margin-bottom: 15px;
}

/*画像表示設定*/
#main .p_comment img {
	margin-left: 5px;
	margin-right: 5px;
}

#main .imgtokeshi {
	float: left;
	-webkit-box-shadow: 5px 5px 5px #bebebe;
	-moz-box-shadow: 5px 5px 5px #bebebe;
	box-shadow: 5px 5px 5px #bebebe;
	margin-bottom: 10px;
	margin-right: 10px;
	border: solid 10px #FFF;
	border-radius: 10px;
}
#main p {
	padding: 5px;
	margin-bottom: 5px;
}

#main figure img {
	padding: 0px;
}
#main figcaption {
	padding: 0px;
	font-size: 90%;
	padding-bottom: 5px;
}

#main ul {
	padding: 5px 0 5px 2em;
	list-style-type: disc;
}

.exlist {
	margin-left: 10px;
}
.exlist li a {
	color: #000;
}
.exlist li a:hover {
	text-decoration: none;
	color: #00F;
}
/*サブコンテンツ*/
#sub {
	float: right;
	width: 250px;
	padding-top: 10px;
	padding-right: 5px;
}

#sub_menu {
	margin: 10px 0;
	border-radius: 5px;
	background-color: #FFF;
	padding-bottom: 3px;
}

#sub_menu h1 {
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	line-height: 1;
	padding: 15px 5px;
	color: #FFF;
	background-color: #ffc3c3;
	border-radius: 5px 5px 0 0;
}

#sub_menu ul {
	padding-left: 15px;
	list-style-image: url(../img/ico_tri.png);
	line-height: 1.5;
}

#sub_menu ul li {
	border-bottom: 1px solid #CCC;
	padding: 10px 5px;
}

#sub_menu ul li a {
	color: #000;
	text-decoration: none;
	display: block;
}

#sub_menu ul li a:hover {
	padding-left: 5px;
}
#sub_menu ul li.focus a {
	color: #F00;
}

.sublink {
	text-align: center;
}

.sidecontact {
	height: auto;
	background-color: #008000;
	border-radius: 5px;
}
.sidecontact:hover {
	background-color: #33ff00;
}
.sidecontact img {
	display: block;
	margin: auto;
}

#SNS_btn {
	margin: 10px auto 20px auto;
	text-align: center;
	
}

/*フッター設定*/
footer {
	clear: both;
	padding: 10px 0;
	width: 100%;
	color: #000;
	background: #ffc3c3;
/*	border-top: 5px solid #fe8516; /*オレンジ*/
}
footer a {
	color: #000; /*黒*/
}
footer a:hover {
	color: #00F;
}

.footerlink {
	width: 1000px;
	height: 375px;
	margin: 0 auto;
	
	background-color: #FFF;
}

div.footerbox {
	float: left;
	width: 440px; /*2分割*/
	margin: 0 20px;
	padding: 10px 0;
}
div.footerbox p {
	text-indent: 3em;
	line-height: 2;
}
#copyright {
	clear: both;
	font-size: 80%;
	color: #FFF;
	display: block;
	text-align: center;
	margin: 10px auto;
}
#copyright a {
	color: #FFF;
}

/*ページの上へ戻る*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    line-height: 1em;
}
#page-top a {
    background: #ff8eee;
    text-decoration: none;
    color: #fff;
    width: 120px;
    padding: 5px;
    text-align: center;
    display: block;
    border-radius: 10px;
    opacity: 0.7;
}
#page-top a:hover {
    text-decoration: none;
    background: #ff8eee;
    opacity: 1;
}
/***************************************各ページの設定***************************************/
/*トップページのメイン画像*/
#mainimg {
}

.topsita img {
	width: 100%;
	margin: 0;
	padding: 30px 0 0 0;
}

/*各ページのタイトル*/
.titlebn {
	background:url(../img/bn_title.jpg) no-repeat 0 0;
	height: 85px;
	padding:35px 100px 0 120px;
	font-size:220%;
	font-weight: bold;
	color:#fff;
	text-shadow: 2px 2px 3px #333;
}

/*トップページのnews*/
.news {
/*	height: 200px;*/
	background-color: #FFF;
	border: double brown 5px;
/*	overflow-y: scroll;   /* 縦スクロール表示 */ 
	margin: 10px 10px 0 10px;
	padding: 15px;
}
.news h1 {
	border-bottom: 1px solid brown;
	color: brown;
	font-size: 110%;
}
.news dd {
	padding-top: 3px;
	padding-left: 8em;
	font-weight: bold;
}

.news dt {
	padding-top: 3px;
	font-size: 100%;
	float: left;
	width: 8em;
}
.news .comment {
	padding-left: 2em;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted brown;
}

/*フォーム*/
.hissu {
	color: red;
	font-size: 12px;
}
.monshin {
	color: blue;
}

/*インスタバナー*/
div .insta {
	padding-left: 2em;
}

/********** WORDPRESS記事の設定 **********/
/*お客様の声*/
.post_v {
}
.post_v img {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 5px;
}
.post_v p {
	margin-top: 5px;
}

p.pagelink {
	height: 1.2em;
}

/*ブログ記事*/
#column {
	margin:0 0 15px 0;
	padding:10px;
	background:#FFF;
	color: brown;
	border: double orange 5px;
	border-radius: 5px;
	line-height: 1.5;
	font-size: 80%;
	color: #000;
}
#column .title {
position: relative;
  background: #FFFACD;
  padding: 0.25em 0.5em;
  border-left: solid 2em orange;
  font-size: 150%;
}

#column .title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  padding: 0em;
  color: white;
  font-weight: 900;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#column .timeshow {
	padding: 5px 5px 0 5px;
	text-align: right;
	color: #999;
	font-size: 80%;
}
#column .authorshow {
	padding: 0 5px 5px 5px;
	text-align: right;
	color: #F00;
	font-size: 80%;
}
#column img {
	padding: 0 3px;
}
#column p {
/*	margin-bottom: 0.8em;*/
}
#column ul {
	list-style-type: disc;
	margin-left: 2em;
}

#column .pagelink {
	text-align: center;
	line-height: 1em;
}
#column .linkBT a {
	display: inline-block;
	width: 100px;
	padding: 5px;
	margin: 5px 15px 0 15px;
	color: #666;
	border: 1px solid #CCC;
	border-radius: 30px;
	background-color: #EEE;
	text-decoration: none;
}
#column .linkBT a:hover {
	color: #999;
	text-decoration: none;
}
#column .listtitle a {
	color: #000;
	padding-top: 10px;
	font-size: 120%;
}
#column .listtitle a:hover {
	color: #F00;
	text-decoration: none;
}
/*記事一覧*/
#yokonarabi {
	display: flex;
}
.col_left {
	width: 45%;
}
.col_right {
	width: 45%;
}}
.itiran a {
	display: block;
	width: 6em;
	padding: 5px;
	margin: 5px auto;
	color: #666;
	border: 1px solid #CCC;
	border-radius: 30px;
	background-color: #EEE;
	text-decoration: none;
	text-align: center;
}

