
/************************************
** お問い合わせフォームの入力
************************************/
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-top: 10px;
  margin-bottom: 20px;
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
	box-shadow: none;
  color: #5c6b8\80;
  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: 768px){
.p-mainVisual__slideTitle{
		font-weight:500;
}
}

@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: #000000;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 5px;
    background: #cccccc;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
.grecaptcha-badge { visibility: hidden; }
#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
/*     background: #98dd6c; */
	border: solid 2px #333;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0
}
#formbtn:hover {
/*     background: #fff; */
/*     color: #98dd6c; */
/*     border: 2px solid #98dd6c */
	background: #333;
	color: #fff;
}
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
}
.my-button-nobr{
  white-space : nowrap;
}

/* お問い合わせフォームの背景をグレーで統一（noriponblogのソースコードに追加 */
.post_content table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.6;
    max-width: 100%;
    text-align: left;
    width: 100%;
    background: #f7f7f7;
}

/************************************
** お問い合わせフォームの入力欄　終了
************************************/

/* メインビジュアル メインテキスト フォントサイズ */
.p-mainVisual__slideTitle {
    font-size: 35px;
}
/* メインビジュアル メインテキスト フォントサイズ スマホ用 */
@media (max-width: 480px){
	.p-mainVisual__slideTitle {
		font-size: 20px;
	}
}

/* メインビジュアル サブテキスト フォントサイズ */
.p-mainVisual__slideText {
    font-size: 20px;
}
/* メインビジュアル サブテキスト フォントサイズ スマホ用 */
@media (max-width: 480px){
	.p-mainVisual__slideText {
		font-size: 16px;
	}
}
/* reCAPTCHAのロゴを非表示にする */
.grecaptcha-badge { visibility: hidden; }

/*  カラムのmarginを0 に*/
.block2{
column-gap:0em!important;
row-gap:0em!important;
margin-bottom:0!important;
}

/*  固定フッター*/
@media (min-width: 960px) {
	#navi-in {
		width: 100%;
	}
/*   #fix_bottom_menu {
    display: block;
    width: 30%; /* 固定フッターメニューの横幅（PC） */
    margin-bottom: 1em;
		margin-left: 65%;
    transform: translateX(-50%);
    bottom: -70px;
		border: solid 2px #333;
		opacity:1.0;
		transform: scale(1.3);
		
  } */
	
	.c-fixBtn{
		margin-bottom: 50px;
	}

  #fix_bottom_menu .menu-item {
    cursor: pointer;
  }

  .p-spMenu {
    display: block;
    z-index: 102;
  }
/*  パンクズリストを非表示*/
#breadcrumb {
 display: none;
}
	
	.menu-item-394 {
		border-right: solid 1px #333;
	}

  .p-spMenu__inner {
    max-width: 600px;
  }

  .l-footer {
    padding-bottom: 65px !important;
  }
	
	h2{
		font-weight: thin;
	}





}



/* CF7チェックボックスとラジオボタンを縦並びに */
span.wpcf7-list-item {
margin-top:5px;
display: block;
}
/* ラジオボタンの回答間隔をひろげる */
span.wpcf7-list-item + span.wpcf7-list-item {
  margin-top: 10px;
}
/* 設問間隔をひろげる */
.wpcf7 .wpcf7-form p {
	margin-bottom: 1.5em;
}

/* アンケートの送信ボタン */
[type=button], [type=reset], [type=submit], button {
    display: block;
    padding: 15px;
    width: 350px;
}
/* ファイルを選択を青色に */
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: blue;
}

/************************************
** メインビジュアルボタン高さ
************************************/

.p-mainVisual__textLayer {
    display: flex;
    flex-direction: column;
    height: 125%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}

.display-none{
	display: none;
}

/************************************
** フォント
************************************/

body {
    font-family: 'Noto Sans', sans-serif;
}

.stix-font{
  font-family: "STIX Two Text", "Noto Serif JP", serif;
}

