/*
Theme Name:  Clean Simple White
Theme URI:   http://mazznoer.web.id/wordpress-themes/clean-simple-white/
Author:      Mazznoer
Author URI:  http://mazznoer.web.id/
Description: It is a very clean and simple theme for Your WordPress site.
Version:     1.4.2
License:     GPL
License URI: http://www.gnu.org/licenses/gpl.html
Tags:        white, blue, light, two-columns, right-sidebar, theme-options, featured-images, fixed-layout, sticky-post, threaded-comments, translation-ready
Text Domain: clean-simple-white
*/

/* =Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* additional by Mazznoer */

:focus {
	outline: none;
}

/* =Basic HTML
-------------------------------------------------------------- */

html {
	font-size: 100%;
	overflow-y: scroll;
	/* maxvoltar.com/archive/-webkit-font-smoothing */
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 16px;
	line-height: 30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
}
a:link,
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #3366bb;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
hr {
	background: #ccc;
	border: none;
	height: 1px;
}
b, dt, strong {
	font-weight: bold;
}
blockquote, dl, ol, p, pre, table, ul  {
	margin: 13px 0;
}
blockquote {
	font-family: georgia;
	font-size: 1.1em;
	margin-left: 40px;
}
dd {
	margin-left: 35px;
}
ol, ul {
	margin-left: 30px;
}
ul {
	list-style-type: square;
}
ol {
	list-style-type: decimal;
}
ol li{
	padding:10px 0;
}
mark {
	background-color: #ff9;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before,
q:after {
	content: '"';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	border: 0px solid #888;
}
input, select {
	vertical-align: middle;
}
pre {
	overflow: auto;
}
address, em {
	font-style: italic;
}
code, kbd {
	font-family: monospace;
	font-size: 1.2em;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
div {
	box-sizing:border-box;
}
img{
	vertical-align:top;
}
@media (max-width: 768px) {
body {
	font-size: 14px;
	line-height: 25px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
}
}
/* =Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.4em;
}
h1 {
	font-size: 1.8em;
}
h2.titel{
	font-size:2em;
	text-align:center;
	font-weight:700;
	background:#c0e5ef;
	padding:80px 0;
}
h2 {
	font-size: 1.3em;
	margin:30px 0 10px 0;
	font-weight:700;
}
h3 {
	font-size: 1.2em;
}
.midashi_line{
	position: relative;
	text-align: center;
	font-size: 1.8em;
	font-weight: 700;
	color: #0b67b2; /* 青はここで調整 */
	padding-top: 120px; /* 線と文字の間隔 */
	margin:60px 0;
}

.midashi_line::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 70px;      /* 縦線の長さ */
	background: #000;  /* 縦線の色 */
}
@media screen and (max-width: 767px){
h2.titel{
	font-size:1.5em;
	text-align:center;
	font-weight:700;
	background:#c0e5ef;
	padding:40px 0;
}
	
	.midashi_line{
		font-size: 1.5em;
		padding-top: 32px;
	}
	.midashi_line::before{
		height: 24px;
	}
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.9em;
}

/* =Layout
-------------------------------------------------------------- */

#container {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}

.main-content {
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	max-width:1200px;
}
.main-content_a {
	width:100%;
	max-width:1000px;
	margin:60px auto;
	display: flex;
	align-items: center;   /* 縦中央揃え */
	gap: 0;             /* 画像と文章の間隔 */
}
.main-content_a .main{
	width: 70%;
	padding:0 20px 0 0;
}
.main-content_a .side_box{
	width: 30%;
	padding:0 0 0 40px;
}
.main-content_a .side_box h4{
	font-size:1.1em;
	font-weight:500;
	color:#008aad;
	border-bottom:1px solid #000;
	padding-bottom:5px;
}
.archive-item{
	padding:20px 0;
	border-bottom:1px solid #000;
}
.archive-date{
	font-size:0.9em;
	font-weight:700;
	color:#fff;
	background:#008aad;
	padding:3px 1em;
	border-radius:5px;
}
h3.archive-title{
	font-size:1.2em;
	font-weight:500;
	padding:10px 0 0 0;
}
.archive-text{
	font-size:0.9em;
	line-height:1.5;
	padding:0 1em;
}
@media screen and (max-width: 767px) {

  .main-content_a{
    flex-direction: column; /* 縦並び */
    align-items: stretch;   /* 幅100% */
    margin: 30px auto;
  }

  .main-content_a .main{
    width: 100%;
    padding: 0 15px;
  }

  .main-content_a .side_box{
    width: 100%;
    padding: 20px 15px 0;
  }

}

/* =Header
-------------------------------------------------------------- */
/* =========================
  ヘッダー全体
========================= */
#site-header {
  width: 100%;
  background-color: rgb(255 255 255 / 0.5);
	padding-bottom:10px;
	
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* =========================
  ロゴ
========================= */
.logo img {
	padding:15px 0 0 0;
  width: 290px;
  height: auto;
}

/* =========================
  ナビゲーション
========================= */
.header-nav ul {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav ul li{
	border-right:1px solid #000;
	padding:0 0.5em;
	margin:0;
	
}
.header-nav a {
  text-decoration: none;
  color: #222;
  font-size: 0.9em;
  font-weight: 500;
  padding: 6px 1em;
  position: relative;
}

.header-nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0a8fd8;
  transition: width 0.3s ease;
}

.header-nav a:hover::after {
  width: 100%;
}

/* =========================
  右側（電話・問い合わせ）
========================= */
.header-right {
  display: flex;
  align-items: center;
}

.tel {
	text-align: right;
	padding-bottom:10px;
	vertical-align:middle;
}

.tel-number {
  font-size: 1.8em;
  color: #007bc1;
	font-family: "Roboto", sans-serif;
	font-weight:700;
}
.tel-number .fa-phone-volume{
  font-size: 0.8em;
}
.tel-time {
  color: #000;
	font-size:0.8em;
	padding:0 0 0 1em;
	font-weight:500;
}

/* =========================
  お問い合わせボタン
========================= */
.contact-btn {
	text-align:center;
  background: #00c5ef;
  color: #fff;
  padding: 10px 16px;
  border-radius: 0px 0px 6px 6px;
  text-decoration: none;
  white-space: nowrap;
	height:70px;
	font-weight:500;
	font-size:1em;
}
.fa-envelope{
	display:block;
	font-size:2em;
}
a.contact-btn{
	color:#fff;
}
.contact-btn:hover {
  background: #008fc0;
}

/* =========================
  レスポンシブ（タブレット以下）
========================= */
@media (max-width: 1024px) {
.header-inner {
  max-width: 85%;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
	padding:15px 0 0 0;
  width: 200px;
  height: auto;
}
  .header-nav {
    display: none;
  }
.contact-btn {
	height:auto;
}
.header-right {
  display:none;
}
}

#fv{
	background:url(img/fv_img.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	width:100%;
	height:80vh;
	position:relative;
}

.bottm{
	width:100%;
	position:absolute;
	bottom:0;
	background:#fff;
	height:80px;
	border-radius:50% 50% 0% 0% / 80% 80% 0% 0%;
}
@media (max-width: 768px) {
#fv{
	background:url(img/fv_img.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top center;
	width:100%;
	height:50vh;
	position:relative;
}

.bottm{
	display:none;
}
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	margin: 0 auto;
	padding: 20px;
	width: 90%;
	max-width:1200px;
	margin:60px auto 0 auto;
	display: flex;
	align-items: center;   /* 縦中央揃え */
}

#footer .image{
	width: 40%;
	font-size:0.9em;
	font-weight:400;
}

#footer .image img{
	width: 100%;
	max-width:290px;
	padding-bottom:20px;
	height: auto;
	display: block;
}
#footer .text{
	width: 60%;
	font-size:0.9em;
	font-weight:400;
	line-height:2;
}
#footer ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
#footer ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#footer ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	padding:0 2em;
	margin:0 0 20px 0;
	border-left:1px solid #000;
}
#footer ul li:last-child{
	border-right:1px solid #000;
	
}
#footer-credit {
	line-height:2;
	font-size:0.7em;
	text-align:right;
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
@media (max-width: 768px) {
#footer {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 90%;
	max-width:1200px;
	margin:60px auto 0 auto;

}

#footer .image{
	width: 100%;
	font-size:0.9em;
	font-weight:400;
	text-align:center;
}

#footer .image img{
	width: 100%;
	max-width:200px;
	padding-bottom:20px;
	height: auto;
	margin:0 auto;
	display: block;
}
#footer .text{
	display:none;
}
}
/* =Navigation
-------------------------------------------------------------- */

/* =Content
-------------------------------------------------------------- */
#top_01{
	background:url(img/back_img.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% auto;
}
#top_01 h2{
	text-align:center;
	font-family: "Playfair", serif;
	font-size:3em;
	letter-spacing:5px;
	font-weight:500;
}
.about_box{
	width:100%;
	max-width:1000px;
	margin:60px auto;
	display: flex;
	align-items: center;   /* 縦中央揃え */
	gap: 0;             /* 画像と文章の間隔 */
}

.about_box .image{
	width: 35%;

}

.about_box .image img{
	width: 100%;
	max-width:180px;
	height: auto;
	display: block;
}

.about_box .text{
	width: 65%;
	font-size:1.1em;
	font-weight:700;
	line-height:2;
}
@media (max-width: 768px) {
.about_box{
	margin:0px auto 60px auto;
		display: block;   /* flex解除 */
	}

.about_box .image,
.about_box .text{
	width: 100%;
}
.about_box .image img{
	max-width:130px;
	margin:0 auto 30px auto;
}
.about_box .text{
	background-color: rgb(255 255 255 / 0.8);
	padding:20px;
}
}

.y_box{
	background:#f4efe8;
	border-radius:10px;
	padding:30px;
	width:90%;
	max-width:1000px;
	margin:0 auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.y_box h3{
	text-align:center;
	font-size:1.5em;
	font-weight:700;
	margin:50px 0 0 0;
}
.y_box h3 span{
	border-bottom:5px solid #000;
	padding:0 0.5em;
}
.y_box .s_text{
	width:100%;
	max-width:850px;
	margin:70px auto 50px auto;
	font-size:1.1em;
	line-height:1.6;
	font-weight:500;
}
.y_box ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.y_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.y_box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width: 33%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
	font-weight:700;
}
.y_box img{
	width:100%;
	height:auto;
}
@media (max-width: 768px) {
	.y_box ul{
		width:70%;
		max-width:300px;
		margin:0 auto;
	}
.y_box ul li {
	display: block;
	float: none;
	list-style-type: none;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
	font-weight:700;
}
}
#top_02{
	background:url(img/back_img_g.jpg);
	padding:50px 0;
	margin:60px 0;
}
#top_02 h2{
	text-align:center;
	font-family: "Playfair", serif;
	font-size:2.5em;
	font-weight:500;
	margin:0 0 80px 0;
	padding:0;
}
#top_02 h2 span{
	display:block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	font-size:0.3em;
	line-height:0.7em;
	margin:0;
	padding:0;
}
.news_list{
	width:95%;
	max-width:900px;
	margin:0 auto 50px auto;
	display: grid;
	grid-template-columns: 140px 1fr; /* 日付 / 件名 */

}
.news_list dt{
	font-weight: 500;
	padding:10px 20px;
	box-sizing:border-box;
	border-top:1px solid #000;
}

.news_list dd{
	margin: 0;
	padding:10px 20px;
	box-sizing:border-box;
	border-top:1px solid #000;
}
.news_list dt:first-of-type,
.news_list dd:first-of-type{
	border-top: none;
}
@media (max-width: 768px) {
#top_02{
	background:url(img/back_img_g.jpg);
	padding:40px 0;
	margin:60px 0;
}
#top_02 h2{
	margin:0 0 40px 0;
	padding:0;
}
#top_02 h2 span{
	font-size:0.4em;
}
.news_list{
    display: block; /* grid解除 */
  }

.news_list dt{
    width: 100%;
    border-top:1px solid #000;
    padding: 12px 10px 0 10px; /* 日付は少しコンパクトに */
    font-size: 0.9em;
}
  .news_list dd{
    width: 100%;
    border-top: none; /* dtと線が二重にならないように */
    padding: 0 10px 12px 10px;
     border-bottom:1px solid #000;
 }
	.news_list dd a{
		display:block;
	}
}
.ymorebtn {
	display: block;
	max-width:300px;
	height:65px;
	margin:15px auto 30px auto;
	text-align: center;
	text-decoration: none;
	line-height: 65px;
	outline: none;
	font-size:0.9em;
	font-weight:400;
	color:#fff;
    background: #fff;
	position: relative;
}
.ymorebtn::after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
a.ymorebtn,
a:link.ymorebtn{
	color:#000;
}
.ymorebtn:hover {
	background:#eee;
	text-decoration: none;
}

.ymorebtn::before {
	position: absolute;
	z-index: -1;
	display: block;
    content: "";
}
.ymorebtn,
.ymorebtn::before,
.ymorebtn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.kumiai_text{
	width:100%;
	font-size:1.1em;
	font-weight:500;
	line-height:2;
}
.name_text{
	text-align:right;
}
.katagaki{
	font-size:0.8em;
}
.gaiyo_img{
	margin:120px 0;
	width:100%;
	background:url(img/gaiyo_img.jpg);
	background-repeat:no-repeat;
	height:260px;
	background-size:cover;
}
.company_info{
}
.company_info dt,
.company_info dd{
	margin: 0;
}

.company_info dt,
.company_info dd{
	padding: 20px 24px;
	box-sizing: border-box;
}

.company_info dt{
	width: 220px;
	font-weight: 600;
	border-bottom: 1px solid #1fb8df;
}
.company_info dd{
	padding: 20px 24px;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
}
.company_info{
	display: grid;
	grid-template-columns: 220px 1fr;
}

.kairyou_photo{
	width:90%;
	max-width:800px;
	margin:0 auto 80px auto;
}
.kairyou_photo ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.kairyou_photo ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.kairyou_photo ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align: center;
	width:50%;
	box-sizing: border-box;
	padding:20px;
	margin:0;
	font-weight:500;
}
.kairyou_photo ul li img{
	width:100%;
	border-radius:10px;
	height:auto;
	padding-bottom:10px;
}

.kumiaiin_table{
	width: 100%;
	max-width:800px;
	margin:80px auto 0 auto;
	border-collapse: collapse;
}

.kumiaiin_table th,
.kumiaiin_table td{
	padding: 12px 16px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	text-align: left;
}
.kumiaiin_table td h4{
	font-size:1.1em;
	color:#005d75;
	font-weight:700;
	border-bottom:1px solid #555;
	padding-bottom:10px;
}
.kumiaiin_table th{
	background: #f5f5f5;
	font-weight: 600;
}
@media screen and (max-width: 767px) {

  .kumiaiin_table{
    margin: 40px auto 0;
    border-collapse: separate;
    border-spacing: 0;
  }

  .kumiaiin_table tr{
    display: block;
    margin-bottom: 24px;
    border-bottom: 1px solid #000;
  }

  .kumiaiin_table th,
  .kumiaiin_table td{
    display: block;
    width: 100%;
    border: none;
	  box-sizing:border-box;
  }
  .kumiaiin_table td{
    padding: 10px 16px;
     border-top: 0px solid #000;
  }

  .kumiaiin_table th{
    background: #f5f5f5;
    border-top: 2px solid #000;
   font-weight: 700;
  }

  .kumiaiin_table td h4{
    font-size: 1em;
    padding-bottom: 6px;
  }

}

h3.plant_titel{
	font-size:1.2em;
	font-weight:700;
	padding:10px 1em;
	background:#e3d7c8;
	border-radius:5px;
	max-width:1000px;
	margin:0 auto;
}
.p_photo_text{
	width:100%;
	max-width:1000px;
	margin:60px auto;
	display: flex;
	align-items: top;   /* 縦中央揃え */
	gap: 0;             /* 画像と文章の間隔 */
	background:#eae9e5;
	border-radius:5px;
}

.p_photo_text .p_photo{
	width: 40%;
	padding:40px;
}

.p_photo_text .p_photo img{
	width: 100%;
	height: auto;
	display: block;
	border-radius:5px;
}

.p_photo_text .p_text{
	width:60%;
	padding:40px;
	line-height:25px;
}
.p_photo_text .p_text h4{
	font-size:1.2em;
	font-weight:700;
	background:#fff;
	line-height:40px;
	  box-sizing:border-box;
	padding-left:0.5em;
}
.p_photo_text .p_text h5{
	font-size:1em;
	font-weight:500;
	margin:20px 0 10px 0;
	border-bottom:1px solid #555;
	padding-left:0.5em;
	  box-sizing:border-box;
	color:#007a99;
}
@media screen and (max-width: 767px) {

  .p_photo_text{
    flex-direction: column;   /* 縦並び */
    margin: 30px 0;
    border-radius: 6px;
  }

  .p_photo_text .p_photo,
  .p_photo_text .p_text{
    width: 100%;
    padding: 20px;
	  box-sizing:border-box;
  }

  .p_photo_text .p_text{
    line-height: 1.8;
  }

}

/* =Contact
-------------------------------------------------------------- */
/************************************
** Contact form 7 CSSカスタマイズ
************************************/
/* 入力欄全体の設定 */
input[type="text"],input[type="password"],input[type="datetime"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: #F6F8F8;
    color: #5c6b80;
    font-size: 1em;
    vertical-align: middle;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
			box-sizing:border-box;

}
/* テキストエリアの設定 */
table.CF7_table textarea {
    resize: vertical;
    max-width: 100%;
    min-height: 300px;
    line-height: 1.5em;
    padding: 0.5em;
    overflow: auto;
			box-sizing:border-box;

}
/* 入力欄とテキストエリア共通 */
.CF7_table input, .CF7_table select, .CF7_table textarea {
	border: 1px solid #d8d8d8;
			box-sizing:border-box;

}
/* table */
table.CF7_table {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;

}
table.CF7_table tr {
	border-top: 1px solid #e5e5e5;
}
table.CF7_table th {
  width: 30%;
  background-color: #F6F8F8;
	font-size: 15px;
	vertical-align: middle;
}
table.CF7_table tr,
table.CF7_table th,
table.CF7_table td {
	padding: 0.75rem 0.75rem !important;
		box-sizing:border-box;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
	display: table;
}
.CF7_table ::placeholder {
	color: #797979;
}

/*「必須」文字*/
.CF7_req{
	font-size: .9em;
	padding: 4px 7px;
	background: #4c6d70;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size: .9em;
	padding: 4px 7px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table {
	    width: 90%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th {
        display: block;
        width: 100% !important;
        line-height: 2.5em;
	}
	.CF7_table th {
	    background-color: #F6F8F8;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color: #4c6d70;
	border: 2px solid #4c6d70;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	padding: 15px 30px;
	transition: all 0.5s 0s ease;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #fff;
	color: #4c6d70;
}
.CF7_btn{
	text-align: center;
	margin: 20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}
/* ************************************
  ************************************ */



/* images and captions */


img.centered {
	display: block;
	margin: 10px auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.wp-caption {
	border: 1px solid #ccc;
	padding-top: 4px;
	text-align: center;
	margin: 10px 0;
	max-width: 550px;
	height: auto;
}
.wp-caption img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
.wp-caption .wp-caption-text {
	margin: 0;
	line-height: 15px;
}
.wp-caption.alignright {
	margin: 10px 0 10px 10px;
}
.wp-caption.alignleft {
	margin: 10px 10px 10px 0;
}
.gallery-caption {

}

/* classes */

.clear {
	clear: both;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.post-spt {
	border-top: 1px dashed #ccc;
	margin-bottom: 15px;
}
.post-meta {
	background: #eee;
	margin: 10px -10px;
	padding: 2px 10px;
}
.post-tag {
	margin: 10px 0;
}
.sticky {
	background: #f6f6f6;
	border: 0px solid #ccc;
	margin: -10px -10px 10px -10px;
	padding: 0 10px;
}
.sticky .post-meta {
	background: transparent;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
p.page-link span {
	border: 1px solid #ccc;
	padding: 3px 8px;
}
p.page-link a:hover {
	text-decoration: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.page .nocomments {
	display: none;
}
.bypostauthor .fn {
	font-weight: bold;
}

/* widget */

.widget {
	margin-bottom: 15px;
}
.widget_calendar table {
	text-align: center;
	width: 100%;
}
.widget_calendar caption {
	font-size: 1.5em;
	margin-bottom: 10px;
	text-align: center;
}
.widget_calendar thead th {
	background: #eee;
	border: 1px solid #ddd;
	font-weight: bold;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ddd;
}
#today {
	background: #eee;
}
.search-form label span{
	display: none;
}

/* navigation */

.post-navigation h2 {
	display: none;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
a.more-link:link,
a.more-link:visited {
	float: right;
	margin-bottom: 10px;
}

/* pagination */

.pagination h2 {
	display: none;
}
.pagination .nav-links * {
	background: #eee;
	border: 1px solid #ccc;
	display: inline-block;
	line-height: 25px;
	padding: 0 10px;
}
.pagination .current,
.pagination .dots {
	background: transparent;
}
