@charset "UTF-8";
/* CSS Document */


html {
	font-size: 62.5%;
  font-family: sans-serif;
	height: 100%;
}

body {
color: #707070;
line-height: 1.5;
overflow-x: hidden;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #fff;
}

img{
  max-width: 100%;
}

a{
  text-decoration: none;
}

.wrapper{
  max-width: 1143px;
  margin: 0 auto;
}/*全体幅設定用*/

/*---------------ヘッダーここから---------------*/

#header{
  font-size: 1.6rem;
  padding: 25px 0;
}

#header .h-flex{
  display: flex;
  justify-content: space-between;
}

#header .hl-flex{
  display: flex;
  column-gap: 20px;
  align-items: center;
}

#header .annai{
  width: 600px;
}

#header .annai a{
	color: #004172;
}

#header .btn-flex{
  display: flex;
  column-gap: 10px;
  margin-top: 2px;
  position: relative;
}

#header .btn{
  color: #004182;
  border:solid 2px #004182;
  border-radius: 5px;
  padding: 1% 1% 0;
  width: auto;
  font-size: 1.4rem;
}

#header .btn2{
  color: #fff;
  border:solid 2px #004182;
  background: #004182;
  border-radius: 5px;
  padding: 0.5% 1% 0;
  width: auto;
  font-size: 1.4rem;
  height: auto;
}

#header .btn2 .fa-solid{
	font-size: 1.8rem;
}

/*========= 検索窓の設定 ===============*/

.btn-flex #searchform{
	display: flex!important;
	align-items: center;
}

#search-wrap{
    position:absolute;/*絶対配置にして*/
    right:50%;
	margin-right: -516px;
	z-index: -1;/*最背面に設定*/
	opacity: 0;/*透過を0に*/
	width:0;/*横幅は0に*/
	border-radius: 5px;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
	opacity: 1;/*不透明に変更*/
	z-index: 3;/*全面に出現*/
	width:280px;
	padding:10px;
	top:32px;
	background:#004182;
}

/*==検索窓*/
#search-wrap #searchform{
	display: none;/*検索窓は、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive #searchform{
	display: block;/*検索窓を表示*/
}

/*==検索フォームの設定*/

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;/*カーソルを指マークに*/
	color: #666;
}

/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
	width: 92%;
	border: none;
	transition: all 0.5s;
	letter-spacing: 0.05em;
    height:20px;
	padding: 10px!important;
}

/*テキスト入力inputにフォーカスされたら*/
 #search-wrap input[type="text"]:focus {
	background:#fff;/*背景色を付ける*/
}

 #search-wrap input[type="submit"] {
	background:url("image/magnifying-glass-solid-white.svg") no-repeat right;/*虫眼鏡アイコンを背景に表示*/
	background-size: 20px 20px;
	width:30px;
	height: 60px;
	 border: none;
}

/*========= / ===============*/



/*ボタンinput設定*/
#header .sns-flex{
  display: flex;
  column-gap: 15px;
  align-items: center;
}

#header .sns img{
  width: 30px;
  vertical-align: middle;
}

#header .sns .sns-mb{
	margin-bottom: 0.8rem;
}

#header .tel{
  font-size: 1.4rem;
  text-align: center;
}

#header .tel span{
  font-size: 1.8rem;
  color: #004182;
  font-weight: bold;
}

#header .tel a{
	color: #004182;
}

#header .nav{
  background: linear-gradient(#002850, #004182);
  height: 55px;
  margin-top: 15px;
}

#header .n-flex ul{
  display: flex;
}

#header .n-flex ul li{
  color: #fff;
  vertical-align: baseline;
  padding: 16px 0;
  position: relative;
  width: 163px;
  text-align: center;
}

#header .n-flex ul li a{
  color: #fff;
}

#header .n-flex ul li:first-child:before{
    width: 1px;
    height: 100%;
    background-color: #FFF;
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}

#header .n-flex ul li::after{
  width: 1px;
    height: 100%;
    background-color: #FFF;
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
}





/*---------------メインここから---------------*/

#main{
  font-size: 1.6rem;
}


.slick-content {
  position: relative;
  padding: 0 0 50px;
  width: 100%;
}

.slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-content-child__img{
	position: relative;
}

.slick-content-child__img:hover{
  opacity: 0.7;
}

.slick-content-child__img a {
color: #fff;
}

.slick-content-img {
  display: block;
  overflow: hidden;
  text-align: center;
}

.slick-content-img img {
  height: 400px;
  object-fit: cover;
  transform: scale(1);
}



.slick-slide img{
	width: 1143px;
}

.slider-text{
	position: absolute;
	font-size: 3rem;
	text-align: justify;
	font-weight: bolder;
	padding: 0 30px;
	top: 50%;
	transform: translateY(-50%);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-shadow: 0px 0px 8px #000,0px 0px 8px #000,0px 0px 10px #000;
	box-sizing: border-box;
}

.sl-br{
	display: none;
}


/* Slick Arrow */

.slide-arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-200%);
  z-index: 999999;
  background: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.5;
  border: none;
}

.prev-arrow {
  left: 50%;
  margin-left: -600px;
  padding-left: 5px;
}

.next-arrow {
  right: 50%;
  margin-right: -600px;
  padding-right: 5px;
}

.slide-arrow__arrow {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.prev-arrow__arrow {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

.next-arrow__arrow {
  border-top: 2px solid white;
  border-right: 2px solid white;
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:10px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
    border: solid 1px #707070;
  padding: 0;
  margin: 100% 0;
}

.slick-dots .slick-active button{
    background:#707070;/*ドットボタンの現在地表示の色*/
}


/*--- お知らせ ---*/
#news .news{
  border: solid 1px #004182;
}

#news .tab ul{
  display: flex;
  font-size: 1.6rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

#news .tab ul::before{
	content: "";
	display: block;
	width: 24%;
    order: 1;
}

#news .tab ul::after{
	content: "";
	display: block;
	width: 24%;
}

#news .tab ul li a{
  display: block;
  background:#fff;
  padding:10px 35px;
  color: #004182;
  font-weight: bolder;
}
/*liにactiveクラスがついた時の形状*/
#news .tab ul li.active a{
  background:#d00000;
  color: #fff;
  font-weight: bold;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  background: #fff;
  padding:30px 20px;
}

.area ul li{
  list-style: none;
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 30px;
}

.area ul li a{
	color: #000;
}

.area p{
	padding-left: 30px;
	font-size: 1.6rem;
}

.area a:hover{
	opacity: 0.5;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
}

#news .new-btn{
    color: #004182;
  border:solid 1px #004182;
  border-radius: 5px;
  padding: 0 1%;
  width: 120px;
  font-size: 1.6rem;
  text-align: center;
  margin: 15px auto 0;
}

.n-flex{
	display: flex;
	column-gap: 30px;
}


/*--- お知らせ一覧 ---*/

.n-news{
	padding: 50px 0;
}

.n-list{
	margin: 50px 0 80px;
}

.n-list ul li{
	list-style: none;
	padding: 20px 0;
    border-bottom: solid 1px #004182;
}

.n-list a{
	color: #000;
}

.n-list a:hover{
	opacity: 0.5;
}

.n-flex2{
	display: flex;
	column-gap: 50px;
}

.n-navi .page-numbers{
	background: #fff;
	margin:  0 5px 15px 2px;
	padding: 0.5% 1%;
	display: inline-block;
}

.n-navi a:hover{
	background: #d00000;
	color: #fff;
}

.n-navi .current{
	color: #fff;
	background: #004182;
}

.n-navi .current, .n-navi a{
	border: solid 1px #004182;
}

.n-navi a{
	color: #004182;
}




/*--- 案内ボタン ---*/
#navi{
  display: flex;
  justify-content: center;
  gap: 33px;
  margin-top: 80px;
  flex-wrap: wrap;
}

#navi a:hover{
	opacity: 0.7;
}

#navi .n-btn{
  border: solid 1px #00417c;
  text-align: center;
  font-size: 1.8rem;
  width: 110px;
  color: #fff;
  background: linear-gradient(#002850, #004182);
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  line-height: 1.2;
}

#navi .n-btn::before{
  content: "";
  padding-top: 100%;
  display: block;
}

#navi .nyukai{
      position: absolute;
    top: 13%;
    left: 13%;
    padding: 10px;
    margin: 0;
}

#navi .joho{
      position: absolute;
    top: 13%;
    left: 5%;
    padding: 10px;
    margin: 0;
}

/*
#navi .hukuri{
      position: absolute;
    top: 18%;
    left: 19%;
    padding: 10px;
    margin: 0;
}
*/

#navi .yeg, #navi .josei{
      position: absolute;
    top: 15%;
    left: 20%;
    padding: 10px;
    margin: 0;
}

#navi .keikyo{
      position: absolute;
    top: 5%;
    left: 13%;
    padding: 10px;
    margin: 0;
}

#navi .keizai{
      position: absolute;
    top: 15%;
    left: 13%;
    padding: 10px;
    margin: 0;
}

#navi .event{
      position: absolute;
    top: 5%;
    left: 13%;
    padding: 10px;
    margin: 0;
}

#navi .kigyo{
      position: absolute;
    top: 5%;
    left: 13%;
    padding: 10px;
    margin: 0;
}

#navi .n-btn p{
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}

#navi .n-btn img{
  height: 40px;
  width: auto;
}



/*--- リンクバナー ---*/
#link{
  margin-top: 30px;
}

#link .l-flex{
  display: flex;
  justify-content: space-between;
	
}

#link .l-flex2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#link .banner1 img{
	width: 270px;
}

#link .link1{
  margin-bottom: 80px;
	column-gap: 30px;
}

#link .link2{
 row-gap: 5px;
  align-items: center;
}

#link .link2 img{
    width: 220px;
  height: auto;
}

#f404 .found-h1{
	color: #004182;
	font-size: 3rem;
	margin: 100px 0;
	font-weight: bold;
}

#f404 a{
	color: #004182;
	border-bottom: 1px solid #004182;
}




/*---------------フッターここから---------------*/

#footer{
  background: #004182;
  text-align: center;
  padding: 30px;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 100px;
  position: sticky;
	top: 100vh;
}

#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#004182;
	border-radius: 5px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.3rem;
	transition:all 0.3s;
}

#page-top a:hover{
	opacity: 0.5;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}



/*---------------固定ページ用---------------*/

.wrapper2{
	max-width: 1080px;
	margin: 0 auto;
}

#kotei{
  font-size: 1.6rem;
	margin-top: 70px;
	line-height: 1.75;
}

#kotei a{
  color: #004182;
}

#kotei .news a{
	color: #000;
}

#kotei .news{
	margin-top: 50px;
}

#kotei .kentei p a{
  border-bottom: 1px solid #004182;
}

#kotei .blank a[target="_blank"]:after {
font-family: 'Font Awesome 5 Free';
content: '\f08e';
font-size: 0.9em;
margin: 0px 5px;
	font-weight: 900;
	color: #004172;
	
}

#kotei .photo a:hover{
	opacity: 0.5;
}

#kotei .nyukai strong a{
  color: #000;
}

#kotei .title {
  position: relative;
  padding: 50px 0 20px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}

#kotei .title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #004182;
}

#kotei h1{
  font-size: 2rem;
  color: #004182;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#kotei h2{
  font-size: 2rem;
  font-weight: bold;
  padding: 0 1.5rem;
  border-left: 5px solid #004182;
  border-bottom: 1px solid #004182;
  width:fit-content;
  margin-bottom: 20px;
}

#kotei h2 a{
	color: #000;
	border: none;
}

#kotei h2 a[target="_blank"]:after {
font-family: 'Font Awesome 5 Free';
content: '\f08e';
font-size: 0.9em;
margin: 0px 5px;
	font-weight: 900;
	color: #004172;
}

#kotei h3{
  font-size: 2rem;
  font-weight: bold;
  color: #004182;
  margin-bottom: 10px;
}

#kotei h3 a[target="_blank"]:after {
font-family: 'Font Awesome 5 Free';
content: '\f08e';
font-size: 0.9em;
margin: 0px 5px;
	font-weight: 900;
	color: #004172;
}

#kotei .k-btn{
  background: #004182;
  color: #fff;
  font-weight: bold;
  padding: 20px 50px;
  border-radius: 10px;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}

#kotei .k-btn a{
	color: #fff;
}


#kotei .blue strong{
	color: #004172;
}

#kotei figcaption{
	font-size: 1.4rem;
	text-align: center;
}

#kotei .font figcaption{
	font-size: 1.3rem;
}


/* 写真コンテスト用 */
.ribon {
  position: relative;
  margin: 0 auto;
  padding: 3px 2rem;
  text-align: center;
  color: #fff;
  background: #004182;
  width: fit-content;
}

.ribon:before,
.ribon:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 17px solid #004182;
}

.ribon:before {
  left: -15px;
  border-left-width: 10px;
  border-left-color: transparent;
}

.ribon:after {
  right: -15px;
  border-right-width: 10px;
  border-right-color: transparent;
}

.ribon span {
  position: relative;
  display: block;
}

.prix {
  position: relative;
  margin: 1.5em auto;
  padding: 2px 2rem;
  text-align: center;
  color: #fff;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: bold;
}

.grand{
  background: #d00000;
}

.gold{
    background: #D0A800;
}

.silver{
  background: #969696;
}

.copper{
  background: #822D00;
}


.prix:before,
.prix:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
}

.grand:before,
.grand:after{
    border: 24px solid #d00000;
}

.gold:before,
.gold:after{
    border: 24px solid #D0A800;
}

.silver:before,
.silver:after{
    border: 24px solid #969696;
}

.copper:before,
.copper:after{
    border: 24px solid #822D00;
}

.prix:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.prix:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.prix span {
  position: relative;
  display: block;
}
/*写真コンテスト用ここまで*/



/* 細かな修正 */
.wp-block-table{
	width: fit-content;
}

.wp-block-table table tr,.wp-block-table table td{
	border: solid 1px #000;
	text-align: center;
	padding: 5px 20px;
	vertical-align: middle;
}

.wp-block-table table td:nth-of-type(3){
	text-align: left;
}

.wp-block-table table tr:nth-child(1) td:nth-child(3){
	text-align: center;
}

.border{
	border: solid 1px #000;
}

.bd-blue{
	border-bottom: solid 1px #004182;
}

.keiei{
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	background: #007D82;
	padding: 2px 10px;
}

.fukuri{
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	background: #827300;
	padding: 2px 10px;
}

.kaigai{
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	background: #820064;
	padding: 2px 10px;
}

.ml25{
	margin-left: 25px;
}

.pt100{
	padding-top: 100px;
}

.lh3{
	line-height: 3;
}

.tI{
	text-indent: -5rem;
	padding-left: 5rem;
}

.fc{
	width: fit-content;
	margin: 0 auto;
}

.font18{
	font-size: 1.8rem;
	gap: 0!important;
	margin-bottom: 0!important;
}

.kl-flex{
	column-gap: 155px!important;
    justify-content: center!important;
}

.gap0{
	gap: 0!important;
}

.gap{
	row-gap: 100px!important;
	column-gap: 45px!important;
	justify-content: center!important;
}

.mb0{
	margin-bottom: 0!important;
}

/************************************
** お問い合わせフォームの入力
************************************/
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: 1px solid #707070;
  border-radius: 5px;
  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 12px;
  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{
	margin: 0 auto;
}
.inquiry th {
    text-align: left;
    font-size: 1.6rem;
    padding-right: 5px;
    width: 30%;
}
.inquiry td {
    font-size: 13px;
}

.haveto {
    font-size: 7px;
    padding: 2px 5px;
    background: #d80000;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px 0 3px;
    position: relative;
    bottom: 1px
}
.any {
    font-size: 7px;
    padding: 2px 5px;
    background: #00D8D8;
    color: #fff;
    border-radius: 5px;
    margin: 0 5px 0 3px;
    position: relative;
    bottom: 1px
}
.verticallist .wpcf7-list-item {
    display: block
}
#formbtn {
    display: block;
    padding: 15px 60px;
    width: fit-content;
    background: #004172;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    margin: 25px auto 0;
    border: 2px solid #004172;
	transition: 0.7s
}
#formbtn:hover {
    background: #fff;
		color: #004172;
		border: 2px solid #004172;
}
th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px
}
td {
    padding: 12px
}
input,
select,
textarea {
    border: 1px solid #707070;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none
}

.wpcf7-response-output{
	font-size: 1.6rem;
}

.form-title{
	font-size: 2rem;
    font-weight: 500;
    padding-bottom: 2%;
}

.form-title-ac{
	font-size: 2rem;
    color: #004172;
    text-align: center;
    font-weight: bold;
    padding: 1% 0 1% 4%;
    margin-bottom: 1%;
}

@media (max-width:600px){
	.form-title-ac{
		font-size: 1.8rem;
		padding: 3% 3% 3% 4%;
		line-height: normal;
	}
	
	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 {
  width: 90%;
}
}


.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}
/* デフォルトのボタン */
input[type="radio"] {
  opacity: 0;
  position: absolute;
}
/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100%;
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: .5em;
  margin-top: auto;
  width: 1.2em;
}
/* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
  background-color: #004172;
  box-shadow: inset 0 0 0 3px #fff;
}



/*---------------検索用---------------*/

.wrapper2{
	max-width: 1080px;
	margin: 0 auto;
}

#search{
  font-size: 1.6rem;
	margin-top: 70px;
	line-height: 1.75;
}

#search a{
  color: #000;
}

#search .news a{
	color: #000;
}

#search .news{
	margin-top: 50px;
}

#search .kentei p a{
  border-bottom: 1px solid #004182;
}

#search .title {
  position: relative;
  padding: 50px 0 20px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}

#search .title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 40px);
  width: 80px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #004182;
}

#search .nav-links{
	margin-top: 50px;
}
