/* カスタム 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,
.field {
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  line-height: 45px;
  transition: background-color 0.24s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  padding: 0.5em;
  overflow: auto;
}
@media(max-width:500px) {
    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important
    }
    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important
    }
    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px
    }
}
.inquiry th {
    text-align: left;
    font-size: 14px;
    color: #444;
    padding-right: 5px;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7
}
.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7
}
.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7
}
.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
    background: #fff;
    color: #337ab7;
    border: 2px solid #337ab7
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    border-top: 1px solid #ededed;
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}

.castle_line {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 1.5px #541000;
}
.castle_line p {
    margin: 0; 
    padding: 0;
}
footer .copySection p:nth-child(2) {
    display:none !important;
}

h2 {
 padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #ffffff;/*文字色*/
  background: transparent;/*背景透明に*/
	border-top:solid 1px #ffffff;
  border-left: solid 5px #ffffff;/*左線*/
}

/*問合せ*/
.contact_txt_catch {
		color:#000000;
}
.contact_txt_time {
		color:#000000;
}

.siteHeader {
background: url() repeat;
}
.siteFooter {
background: url() repeat;
}

/*ヘッダーメニューナビ*/
ul.gMenu a{
color:#ffffff;
}

/*ヘッダースクロール*/
.header_scrolled .gMenu_outer {
	background-color: #212529;
}

/*ヘッダースクロール マウスオーバー*/
ul.gMenu a:hover {
	color: #ededed;
}

/*ヘッダーロゴ*/
.siteHeader_logo a{
	color:#ffffff;
}

/*ヘッダーロゴ マウスオーバー*/
.navbar-brand a:hover {
	color: #ededed;
}

/*ページヘッダー*/
.page-header {
	background-color:transparent;
}

/*予約カレンダー*/
.week-title.mon{
		color:#ffffff;
}

.week-title.tue{
		color:#ffffff;
}

.week-title.wed{
		color:#ffffff;
}

.week-title.thu{
		color:#ffffff;
}

.week-title.fri{
		color:#ffffff;
}

.day-number{
		color:#ffffff;
}

.monthly-calendar caption{
	color:#ffffff;
}

/*当日*/
.day-box.today {
    background-color: #337ab7;
}
/*日付*/
.day-box.no-day {
		background: url() repeat;
}
/****************/

/*予約状況ページ*/
.day-calendar{
	color:#ffffff;
}

/*予約フォーム*/
.content-form{
	color:#ffffff;
}

/*お問い合わせフォーム*/
.col {
 color:#ffffff;
}

/*送信ボタン*/
#formbtn {
	background-color: #337ab7;
}

#formbtn {
	background: #337ab7;
	color:#ffffff;
}


/*サイトセクション*/
.breadSection {
	color:#ffffff;
}
.breadSection span{
	color:#ffffff;
}

/*フッター コピーライト*/
.copySection p{
	color:#ffffff;
}

/*投稿一覧ページ(h1の文字カラーが変わらない？)*/
.media p {
	color:#ffffff;
}
/*TOPページの投稿一覧の文字カラー*/
.wp-block-columns {
		color:#ffffff;
}

.media .media-body .media-heading a {
	color:#ffffff;
}


.f-container{
	display: flex;
	flex-direction: row;
	width: 100%;
}

@media screen and (max-width:1024px) { 
.f-container{
	display: flex;
	flex-direction: row;
	width: 100%;    
}           
}