
/* -----------------------------------Webフォント読み込み */
@font-face {
	font-family:S_Regular_JP;
    src:url('w_font/Noto_Serif_JP/NotoSerifJP-Regular.otf');
}

@font-face {
	font-family:S_SemiBold_JP;
    src:url('w_font/Noto_Serif_JP/NotoSerifJP-SemiBold.otf');
}

@font-face {
	font-family:goshick;
    src:url('w_font/Inter-ExtraBold.ttf');
}

@font-face {
	font-family:r_goshick;
    src:url('w_font/NotoSansJP-Light.ttf');
}

/* -----------------------------------Webフォント読み込み */

html,body,ul,li,figure{
  margin: 0;
  padding: 0;
}

a{
  text-decoration: none;
  color: inherit;
}

img{
  width: 100%;
  height: auto;
}

div,h2,p{
  box-sizing: border-box;
}

.clear_f::after{
  content: "";
  display: block;
  clear: both;
}

article{
  clear: both;
}




body{
  color: #595757;
  font-family:S_SemiBold_JP;
  background-color: #FFF;
}

.wrap_box{
  max-width: 960px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.headers_box{
  width: 920px;
  margin: 0 auto;
  border-top: solid 2px #f1ab3e;
}

h1{
  color: #595757;
  font-size: 32px;
  font-family:S_Regular_JP;
  float: left;
  margin-top: 0;
  padding: 15px 20px 0;
}

h1 span{
  font-size: 22px;
  margin-right: 20px;
  }

.head_list{
  list-style: none;
  float: right;
}

.head_list li{
  float:left;
}

.head_list li:nth-child(1),
.head_list li:nth-child(2),
.head_list li:nth-child(3){
  margin: 15px 15px 0 0;
  width: 35px;
}

.head_list li.tabu{
  text-align: center;
  color: #fff;
  font-size: 15px;
  width: 120px;
  padding: 10px 15px;
  margin-right: 20px;
  background-color: #f1ab3e;
  border-radius: 0px 0px 5px 5px;
}

.head_list li.tabu span{
  color: #f4b75e;
  font-size: 23px;
  display: block;
  font-family: goshick;
  margin-top: -7px;
}

/* Drawer */

.overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,.3);
  z-index: 190;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-in;
}

.nav_wrap{
  max-width: 920px;
  width: 300px;
  position: absolute;
  overflow: hidden;
  z-index: 190;
  margin-left: 640px;
  top:200px

}
.nav_wrap::after{
  content: "";
  display: block;
  clear: both;
}

nav.nav {
  width: 155px;
  height: 315px;
  background-color: #000;
  transition: margin 200ms ease-in-out;
  float: right;
  margin-right: -155px;
}

/* ----------------------ステッキーヘッダー */
.nav_wrap.top {
  position: fixed;
  top:85px; 
}

/* ----------------------ステッキーヘッダー */

nav.nav ul {
    border: none;
    padding: 0;
}


.toggle {
  right: 100%;
  width: 40px;
  height: 130px;
  cursor: pointer;
  float: left;
  margin-left: -40px;
}


.nav ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul li a {
  padding: 20px 20px;
  display: block;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: all 200ms ease;
}
.nav ul li a:hover {
  background-color: #f1f1f1;
  color: #313131;
}

/* -----------------------------------クリック時の動作 */
.show-nav .nav {
  margin-right: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,.6);
}
.show-nav .overlay {
  opacity: 1;
  visibility: visible;
}

/* -----------------------------------クリック時の動作 */






/* -------------------------------------------Slider */
#slider_container {
  max-width: 520px;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  float: left;
}

.sliders{
  width: 300%;
  height: auto;
  transition: all 0.3s;
}

.sliders.time{
  transition: all 0s;
}
.slider_container .Slides img {
  object-fit: cover;
  width: 100%;
}

.transform-on {
  transition: transform .7s;
}

.transform-off {
  transition: transform 0s;
}

.sliders1{transform: translateX(0);}
.sliders2{transform: translateX(-33.33%);}
.sliders3{transform: translateX(-66.66%);}


.sliders .slides{
  object-fit: cover;
  width: 33.33%;
  height: 100%;
  float: left;
}

.map{
  width: 400px;
  float: left;
  object-fit: cover;
}

/* -----------------------------メインコンテンツ */

.main_wrap{
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.aisatu{
  width: 100%;
  border: solid 2px #f1ab3e;
  margin-top: 50px;
  text-align: center;
  background-image: url(imges/aisatu_sora.jpg);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: left bottom;
  padding-bottom: 135px;
}

.aisatu::before{
  content: url(imges/goaisatu.gif);
  margin: 45px 0 30px;
  display: block;
}

.aisatu h2{
  font-size: 38px;
  color: #ec8e25;
  margin: 0 0 70px 0;
}

.aisatu h2+p{
  font-size: 26px;
  line-height: 1.8;
  color: #000;
}

.aisatu h2+p span{
  display: inline-block;
  padding: 45px 0 45px;
}

/* -----------------------------プロフィール */

.profiles{
  width: 100%;
  margin: 190px 0 115px;
  font-size: 26px;
  text-align: center;
}

.profiles h2{
  font-family:r_goshick;
  font-size: 32px;
}

.profiles h2 span{
  display: block;
  font-size: 20px;
}


.profiles h3{
  font-size: 30px;
}

.profiles h3 span{
  display: block;
  font-size: 55px;
}

.profiles ul{
  list-style: none;
  line-height: 2;
}

/* ------------------------------------------略歴 */
.keireki{
  width: 62%;
  float: right;
  box-sizing: border-box;
  margin-left: 3%;
  margin-bottom: 250px;
}

.keireki div{
  box-sizing: border-box;
  padding-left: 50px;
  background-image: url(imges/kazarikei.gif);
  background-size: 22px;
  background-repeat:no-repeat;
}

.keireki+figure{
  width: 35%;
  float: right;
}

.keireki h3{
  font-size: 45px;
  margin: 0;
}

.keireki div:nth-of-type(1),.keireki div:nth-of-type(2){
  padding-bottom: 100px;
}

.keireki p{
  font-size: 25px;
  line-height: 2;
  margin: 0;
}

/* -------------------------------------------------施策 */
.list_contents h4,
.list_contents p,.social,
.bosyu,.contact{
  font-family:r_goshick;
}





.sisaku{
  width: 100%;
  clear: both;
  border: solid 2px #f1ab3e;
  position: relative;
  margin-bottom: 100px;
}

.sisaku h2{
  width: 50%;
  position: absolute;
  top: -85px;
  left: 230px;
}

.sisaku h2+section{
  margin-top: 230px;
}

.sisaku h2+section h3{
  text-align: center;
  font-size: 40px;
  margin-bottom: 100px;
}

.list_contents{
  width: 810px;
  margin: 0 auto;
}

.list_contents h4{
  color: #dd2525;
  font-size: 32px;
  width: 810px;
  box-sizing: border-box;
  background-color: #f8d6a3;
  border-radius: 70px;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: 15px 15px;
}

.list_contents section:nth-of-type(1) h4{
  padding: 35px 35px 35px 115px;
  background-image: url(imges/no1.gif);
}

.list_contents section:nth-of-type(2) h4{
  padding: 20px 35px 18px 115px;
  background-image: url(imges/no2.gif);
  line-height: 1.2;
}

.list_contents section:nth-of-type(3) h4{
  padding: 20px 35px 18px 115px;
  background-image: url(imges/no3.gif);
  line-height: 1.2;
}

.list_contents h4+figure{
  display: block;
  width: 450px;
  margin-left: 15px;
}

.list_contents p{
  margin: 15px;
  font-size: 23px;
}

.list_contents section{
  margin-bottom: 150px;
}

.list_contents section:last-of-type{
  margin-bottom: 100px;
}

.list_contents section:last-of-type figure{
  display: block;
  width: 200px;
  float:right;
  margin: 0 20px 0 0;
}
/* ------------------------------------------SNSの設定 */
.social{
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.social h2{
  width: 100%;
  padding: 15px 25px;
  color: #fff;
  font-size: 30px;
  background-color: #f0aa3e;
}

.social h2+p{
  position: absolute;
  top:70px;
  left: 185px;
  width: 690px;
  padding: 15px 20px 50px 165px;
  background-image: url(imges/hukidasi.png);
  background-repeat: no-repeat;
  background-size: 690px;
  font-size: 28px;
}

.social figure{
  display: block;
  width: 300px;
  padding-top: 60px;
}

.sns_box p span{
  display: block;
}

.sns_box p a{
  font-size: x-large;
  display: inline-block;
  padding: 30px 35px 30px 35px;
  background-color: #f8d6a3;
  position: relative;
  font-weight: bold;
  border-radius: 0 20px 20px 0;
/*2024/05/31ご要望によりボタンサイズ変更  
  display:inline-block;
  padding: 10px 30px 10px 15px;
  background-color: #f8d6a3;
  position: relative;
  font-weight: bold;
  border-radius: 0 20px 20px 0;
*/
}
/* -------------------------ここが追加したボックスの設定↓ */
.social_content{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.social .sns_box{
  width: 560px;
  margin: 95px 30px 0;
}
/* ------------------------------------------SNSの設定 */
.bosyu{
  width: 100%;
  margin-bottom: 100px;
}

.bosyu h2{
  width: 100%;
  padding: 15px 25px;
  color: #fff;
  font-size: 30px;
  background-color: #f0aa3e;
}

.left_content{
  width: 47%;
  float: left;
}

.left_content figure{
  display: block;
  width: 400px;
}

.left_content h3{
  text-align: center;
  font-size: 28px;
  color: #e45826;
}

.left_content p{
  border: dotted 2px #666;
  font-size: 28px;
  width: 400px;
  padding: 30px 40px;
}

.left_content p span{
  display: block;
  font-size: 45px;
}

.right_content{
  width: 53%;
  float: left;
}

.right_content h3{
  color: #e45826;
  font-size: 28px;
  border: solid 2px #f0aa3e;
  padding: 10px;
  margin: 0;
  text-align: center;
}

.right_content h4{
  color: #e45826;
  font-size: 22px;
  margin: 20px 0 3px -10px;
}

.right_content h4+p{
  font-size: 22px;
  margin: 3px 0 15px 0px;
}

.right_content h5{
  font-size: 22px;
  margin: 25px 0 3px -10px;
  font-weight: normal;
}

.right_content h5+p{
  font-size: 22px;
  margin: 3px 0 15px 0px;
}

.contact{
  width: 920px;
  margin: 0 auto;
  border-top: dotted 2px #666;
}

.contact h3{
  font-size: 48px;
  text-align: center;
  margin: 40px 0 10px 0;
}

.contact table{
  width: 100%;
  border: solid 2px #4d4d4d;
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  font-size: 30px;
  text-align: left;
}

.contact table th{
  width: 300px;
  font-size: 32px;
  text-align: right;
}

.contact table td,.contact table th{
  border: solid 2px #4d4d4d;
  font-size: 32px;
}

.contact table td,.contact table th+td{
  padding-left: 20px;
}

.contact table tr:last-child td{
  text-align: center;
}

input{
  width: 300px;
  height: 30px;
  vertical-align: super;
}

textarea{
  width: 450px;
}

/* ----------------------------------------------footerの設定 */
footer{
  width: 100%;
  padding: 2px 0 3px;
  background-color: #f0aa3e;
  text-align: center;
}




/* ----------------------------------------------footerの設定 */

/* ------------------------------------------jQuery用 */
.insta_list{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 10px;
  margin: 70px 0 60px 0;
  list-style: none;
}

.insta_list li{
  position: relative;
  /*width: calc((100% - 40px)/3);*/
    width: calc((100% - 20px)/2);

}

.insta_list li .moji{
  font-size: small;
}

@media screen and (max-width: 750px){
  .insta_list li{
      width: calc((100% - 20px)/2);
  }
}

.insta_list li::before{
content: "";
display: block;
padding-top: 100%;
}

.insta_list a{
position: absolute;
top: 0;
width: 100%;
height: 100%;
}

.insta_list img{
width: 100%;
height: 100%;
object-fit: cover;
}

.insta_btn{
  /*background-color: #000;*/
  padding: .5em 1em;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
  transition: .3s
}

.insta_btn a{
  color: #fff;
  text-decoration: none;
}

.insta_btn:hover{
  background-color: #999;
}

/* 20250902 迷惑メール対策 */
/* フィールド直下のエラーメッセージ */
.form-error {
  margin-top: 4px;
  font-size: 0.9em;
  color: #c00;
}

/* エラー中のフィールドを視覚的に強調 */
[aria-invalid="true"] {
  outline: 2px solid #c00;
  outline-offset: 2px;
}

