/* reset.css : 2025年モダン対応シンプル版 */

/* すべての要素の余白リセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ベースフォント */
html {
font-size: 10px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* iOSズーム対策 */
}

/* リストマーカー消去 */
ul, ol {
  list-style: none;
}

/* リンクの装飾を削除 */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像を親幅に合わせる */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォーム系を初期化 */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  outline: none;
}

/* テーブルをシンプルに */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* strong/em を太字・斜体に */
strong { font-weight: bold; }
em { font-style: italic; }



/*//////////////////////汎用スタイル//////////////////////*/
.white{
	color: #fff;
}
.red{
	color:red;
}
.only-smp{
	display: none;
}
.only-pc{
	display: none;
	}
.not-smp{
	display: block;
}

.center-txt{
	text-align: center;
}
.center-pc{
	text-align: center;
	line-height: 1.6;
}
.left-txt{
	text-align: left;
}
.right-txt{
	text-align: left;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-0{
	margin-bottom: 0px;
}
.padd0 {
    padding-top: 0px !important;
}
.reverse{
	flex-direction: row-reverse;
}	
a.anker{
   display: block;
   margin-top:-100px;
   padding-top:100px;
}
/* position:abusoluteの高さ回避 */
.takasa:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
}




/*wp-pagenavi*/
.wp-pagenavi{
	text-align:center;
	margin-top:40px;	
	margin-bottom:40px;	
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.navprev a{
	width:45%;
	padding: 15px;
	border: 1px solid #f2f2f2;
	background-color: #fff; 
	color: #383838;
	text-align: center;
	text-decoration: none;
	margin-bottom: 40px;
}
.navprev a:hover{
	background-color: #b3b3b3; 
	color: #fff;
	text-decoration: none;
}
.navnext a{
	width:45%;
	padding: 15px;
	border: 1px solid #f2f2f2;
	background-color: #fff; 
	color: #383838;
	text-align: center;
	text-decoration: none;
	margin-bottom: 40px;
}
.navnext a:hover{
	background-color: #b3b3b3; 
	color: #fff;
	text-decoration: none;
}
.page-numbers{
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin-bottom: 80px;
}

/*youtube responced*/
.youtube{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*Googlemap responced*/
.googlemap {
position: relative;
padding-bottom: 45%; /*これが縦横比*/
height: 0;
overflow: hidden;
}
.googlemap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

/*recaptcha を隠す*/
.grecaptcha-badge{
	visibility: hidden;
}



/*コンタクトフォームデフォルト*/
.hissu{
	background-color: #f2f2f2;
	color: red;
	padding: 3px;
	font-size: 1.2rem;
	margin-left: 20px;
}

input{
  border: 1px solid #c5c5c5;
  padding: 5px;
  font-size: 16px;
}
textarea {
    border: 1px solid #c5c5c5;
    height: 10em;
    line-height: 1.4;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    }
.wpcf7-text, .wpcf7-email, .wpcf7-textarea {
    border: 1px solid #c7c7c7;
    width: 100%;
    padding: 10px;
	font-size: 16px;
}
.soushin_btn_area {
    max-height: 100px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.soushin_btn {
	width: 20%;
    background: #383838 none repeat scroll 0 0;
    border: 1px solid #383838;
    border-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 80%;
    margin: 0 auto;
    padding: 10px 20px;
}
div.wpcf7-mail-sent-ok,div.wpcf7-response-output,div.wpcf7-validation-errors {
    padding: 30px!important;
    margin-bottom: 120px!important;
    line-height: 1!important;
}







@media only screen and ( max-width : 600px ) {
/*汎用スタイル*/
.mb_40{
	margin-bottom: 20px;
}
.only-smp{
	display: block;
}
.only-pc{
	display: none;
	}	
.not-pc{
	display: block;
}
.not-smp{
	display: none;
}
.center-pc{
	text-align: left;
}

body {
	font-size: 1.4rem;
}
section .row{
	margin-bottom: 20px;
}
section .row:last-child{
	margin-bottom: 0px;
}

/*横スクロール*/
.scroll{
	width:100%;
	overflow: auto;
}
.scroll img{
	width:600px;
}
.scroll::-webkit-scrollbar{
 height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.googolemap {
padding-bottom: 80%; /* これが縦横比*/
}
.soushin_btn {
	width: 60%;
}

}

@media print, screen and ( min-width : 1025px ) {

.only-smp{
	display: none;
}
.not-pc{
	display: none;
}
.only-pc{
	display: block;
	}
.not-smp{
	display: block;
}

}