/* タブレット1,024px以下 　スマホ480px以下*/
body {
  font-size: clamp(0.75rem, 0.25rem + 1.07vw, 1.25rem); /* 12px:750 16px:1500くらい下*/
  color: #343434;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  line-height: 1.8;
  background: url("../images/main_back.jpg");
  background-position: top center;
  background-repeat: no-repeat;
}
a {
  text-decoration: none;
  color: #343434;
}
a:hover {
  color: #4b4b49;
}
a img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
a:hover img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
img {
  max-width: 100%;
  height: auto;
}
/*============================
 見出し
============================*/
/*============================
 webフォント
============================*/
/* 筑紫B丸ゴシック */
.tsukuba {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/*============================
 パーツ
============================*/
/* フォントサイズ pc */
.font60 {
  font-size: 60%;
}
.font70 {
  font-size: 70%;
}
.font80 {
  font-size: 80%;
}
.font90 {
  font-size: 90%;
}
.font100 {
  font-size: 100%;
}
.font110 {
  font-size: 110%;
}
.font120 {
  font-size: 120%;
}
.font130 {
  font-size: 130%;
}
.font140 {
  font-size: 140%;
}
.font160 {
  font-size: 160%;
}
.font180 {
  font-size: 180%;
}
.font200 {
  font-size: 200%;
}
.font220 {
  font-size: 220%;
}
.text-white {
  color: #fff;
}
/* フォントカラー */
.red{
	color: #CC070A;
}
/* テキスト位置*/
.text-center {
  text-align: center !important
} /* ずっと中央 */
.text-center_c_l {
  text-align: center !important
} /* 中 中 左 */
.text-center_l_l {
  text-align: center !important
} /* 中 左 左 */
.text-left_l_c {
  text-align: left !important
} /* 左 左 中 */
.text-left_c_c {
  text-align: left !important
} /* 左 中 中 */
/* 中央寄せ*/
.chuou {
  margin-right: auto !important;
  margin-left: auto !important
}
/* パディング　section */
.pdn_sec {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pdn_sec02 {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* パディング　下 */
.pdn01 {
  padding-bottom: 40px;
}
.pdnb80 {
  margin-bottom: 80px;
}
/* マージン　section */
.mgn_sec {
  margin-top: 80px;
  margin-bottom: 80px;
}
/* マージン　auto */
.mgn_auto {
  margin-left: auto;
  margin-right: auto;
}
/* マージン　上 */
.mgnt30 {
  margin-top: 30px;
}
.mgnt50 {
  margin-top: 50px;
}
.mgnt74 {
  margin-top: 74px;
}
/* マージン　上下 */
.mgntb01 {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* マージン　下 */
.mgnb40 {
  margin-top: 40px;
}
/* パディング　上 */
.pdnt30 {
  padding-top: 30px;
}
/* パディング　上下 */
.pdntb01 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pdnt50 {
  padding-top: 50px;
}
/* 幅 */
.wid100 {
  width: 100%;
}
.wid96 {
  width: 96%;
}
.wid90 {
  width: 90%;
}
.wid80 {
  width: 80%;
}
.wid70 {
  width: 70%;
}
.wid60 {
  width: 60%;
}
.wid50 {
  width: 50%;
}
.wid40 {
  width: 40%;
}
.wid30 {
  width: 30%;
}
.wid20 {
  width: 20%;
}
.wid10 {
  width: 10%;
}
.max940 {
  max-width: 940px;
}
.max1030 {
  max-width: 1030px;
}
.max1200 {
  max-width: 1200px;
}
.max1300 {
  max-width: 1300px;
}
.max1560 {
  max-width: 1560px;
}
.img_b{
	position:absolute;
	bottom:0;
}
/* 表示 非表示 */
.pc_only {
  display: block !important;
}
.tb_only {
  display: none !important;
}
  .pctb_only {
    display: block !important;
  }
.sp_only {
  display: none !important;
}
/* ボタン 001 */
.button001 a {
  background: #9cd1bc;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 280px;
  padding: 30px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  border-radius: 60px;
}
.button001 a:hover {
  background: #4b4b49;
  color: #FFF;
}
.button001 a:after {
  content: '';
  width: 23px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skew(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button001 a:hover:after {
  border-color: #FFF;
}
.button002 a {
  background: #313131;
  color: #FFF;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button002 a:hover {
  background: #eee;
  color: #313131;
}
.button002 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 6px solid #eee;
  border-right: 6px solid #eee;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 100px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
  border-color: #313131;
}
.flex-container {
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  width: 100%;
}
.flex-container2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-flow: row wrap;
}
.flex-item3_2_1 {
  margin: 0 2.5rem;
  padding: 5em 1em;
  width: calc(100% / 3 - 5em)
}
.flex-item2_2_1 {
  padding: 1em 1em;
  width: calc(100% / 2 - 1em)
}
.flex-item2_2_1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.flex-item2_1 {
  padding: 0 0;
  width: calc(100% / 2)
}
.flex-item2_1 img {
  max-width: 70%;
  width: 70%;
  height: auto;
}
/* 下から上へ出現 */
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
/* 左から出現 */
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}
/* 右から出現 */
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
/*============================
スライダー
============================*/
.slick-img img {
  margin: auto;
  max-height: 100%;
  max-width: 80%;
  object-fit: cover;
  width: 100%;
  border-radius: 240px 240px 20px 20px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .5);
}
.slider{
	z-index: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  .slick-img img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.slick-img {
  padding: 20px 0;
}
/*============================
ヘッダー
============================*/
/*logo style*/
h1 {
  margin: 0;
  text-align: center;
  margin: 80px auto 50px auto;
}
/*nav style*/
/*========= 途中からハンバーガーメニューに変化するのためのCSS ===============*/

/*========= ボタンのためのCSS ===============*/

/*ボタン全体の形状*/
.openbtn{
    /*はじめは非表示に*/
	display: none;
    /*ボタンの位置*/
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 999;
    /*ボタンの形状*/
	background:#666;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

/*ボタンのアイコン設定*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/*========= ヘッダーナビゲーションのためのCSS ===============*/

/*==ヘッダーの形状*/
#header{
}

/*.doneクラスがついたヘッダー*/
#header.dnone {
	opacity: 0;/*透過0にして非表示に*/
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header.dnone.panelactive {
	opacity: 1;/*不透明にして出現*/
}


/*==ヘッダーのテキストナビゲーションの形状*/
#g-navi ul{
  display: flex;
  list-style-type: none;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

#g-navi ul li a{
  text-decoration: none;
  padding: 16px;
  color: #404040;
  font-weight: 600;
  vertical-align: middle;
}

#g-navi ul li.current a,
#g-navi ul li a:hover{
  color: #9b1120;
}

#g-navi ul li:after {
  content: ''; /*何も入れない*/
  display: inline-block;
  width: 10px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url("../images/line.png");
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

#g-navi ul li:last-child:after {
  content: none; /*何も入れない*/
}
#g-navi ul li:last-child {
  margin-left: 20px;
}
#g-navi ul li:last-child a {
  color: #fff;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: #261f1e;
  border-radius: 50px;
  padding: 8px 16px;
  font-weight: 700;
  color: white;
  line-height: 26px;
}
#g-navi ul li:last-child a:hover {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  background-color: #9b1120;
  border-radius: 50px;
  padding: 8px 16px;
  font-weight: 700;
  color: white;
  line-height: 26px;
}

/*.doneクラスがついたヘッダーのテキストナビゲーションの形状*/
#header.dnone #g-navi{
    /*固定位置にして最背面に*/
    position:fixed;
	top: 0;
    left: 0;
	z-index: -1;
    /*高さと幅*/  
	width:100%;
	height: 100vh;
    /*天地中央＆テキスト中央揃え*/  
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    /*はじめは透過0に*/  
    opacity: 0;
	transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたナビゲーションの形状*/
#header.dnone.panelactive #g-navi{
	opacity: 1;/*不透明に*/
	z-index:3;/*最前面に*/
	background:#eee;
}

#header.dnone.panelactive #g-navi ul{
	display:block;/*flexの横並びをblockにして縦並びに*/
}

#header.dnone.panelactive #g-navi ul li:after {
  content: none; /*何も入れない*/
}
#header.dnone.panelactive #g-navi ul li:last-child {
	margin: 20px 0 0 0;
}
#header.dnone.panelactive #g-navi ul li.current a,
#header.dnone.panelactive #g-navi ul li a:hover{
  color: #9b1120;
}
#header.dnone.panelactive #g-navi ul li:last-child a {
  color: #fff;
}
#header.dnone.panelactive #g-navi ul li:last-child a:hover {
  color: #fff;
}



/*リストの形状*/

#header.dnone.panelactive #g-navi li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition:all 0.3s;
}
/*============================
フッター
============================*/
footer {}
.footer01 {
  background: url("../images/top_mainBg04.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 130px;
  padding-bottom: 40px;
}
.f_logo {
  font-size: 260%;
  width: 390px;
  text-align: center;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 10px;
  margin-bottom: 26px;
}
.f_logo::before {
  content: url("../images/logo_footer.png");
  padding-right: 20px;
  vertical-align: middle;
  line-height: 1.4;
}
.f_point:before {
  content: url("../images/footer_point_l.png");
  margin-right: 18px;
}
.f_point:after {
  content: url("../images/footer_point_r.png");
  margin-left: 8px;
}
.f-item3_2_1 {
  padding: 1em;
  width: calc(100% / 3 - 1em)
}
.f_mail {
  display: block;
  background: #d5ae36;
  padding: 20px 0;
  border-radius: 14px;
}
.f_mail:hover {
  background: #c39d29;
}
.f_mail::before {
  content: url("../images/f_mail.png");
  padding-right: 8px;
}
.f_tel {
  display: block;
  background: #3cae81;
  padding: 16px 0 10px 0;
  border-radius: 14px;
}
.f_tel:hover {
  background: #2a936a;
}
.f_tel::before {
  content: url("../images/f_tel.png");
  padding-right: 8px;
  vertical-align: middle;
}
.f_line {
  display: block;
  background: #00b900;
  padding: 20px 0;
  border-radius: 14px;
}
.f_line:hover {
  background: #009600;
}
.gmap {
  margin: 0 0 0 0;
  width: 100%;
  position: relative;
  padding-top: 30%;
}
.gmap iframe {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*=============================================================================================================
フッターナビ 
=============================================================================================================*/
.f_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 40px 0;
  background: #2b2b2b;
}
.f_nav li {
  margin-right: 20px;
}
.f_nav li::before {
  content: url("../images/sankaku.jpg");
  padding-right: 5px;
}
.f_nav a {
  color: #fff;
}
.f_nav a:hover {
  color: #D4D4D4;
}
/*=============================================================================================================
フッターナビ 1250pxから
=============================================================================================================*/
@media screen and (max-width:1250px) {
  .f_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    flex-direction: column;
    border-bottom: none;
    padding: 0;
  }
  .f_nav li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px #1e1e1e;
  }
  .f_nav li::before {
    content: none;
    padding-right: 0;
  }
  .f_nav li a {
    display: block;
    padding: 20px 10px;
    background: #2b2b2b;
    color: #FFFFFF;
  }
  .f_nav li a:hover {
    background: #1e1e1e;
    color: #FFFFFF;
  }
}
.copyright {
  padding: 30px 0;
}
/*============================
トップページ
============================*/
/* タイトル */
.title01 {
  background: url("../images/title01.png") no-repeat bottom center;
  padding: 0 0 30px 0;
}
.title02 {
  background: url("../images/title02.png") no-repeat bottom left;
  padding: 0 0 30px 0;
}
.title03 {
  background: url("../images/title03.png") no-repeat bottom left;
  padding: 0 0 30px 0;
}
.shousai01 dl {
  width: 100%;
}
.shousai01 dt {
  width: 20%;
  color: #fff;
  font-weight: bold;
  background: #000;
  border-radius: 20px;
  padding: 0px 10px;
  text-align: center;
  float: left;
  clear: both;
}
.shousai01 dd {
  float: right;
  width: 74%;
  padding-bottom: 24px;
}
.shousai02 dl {
  width: 100%;
}
.shousai02 dt {
  width: 15%;
  color: #fff;
  font-weight: bold;
  background: #000;
  border-radius: 20px;
  padding: 0px 10px;
  text-align: center;
  float: left;
  clear: both;
}
.shousai02 dd {
  float: right;
  width: 80%;
  padding-bottom: 24px;
}
#top00 {
  background: url("../images/top_mainBg01.png") no-repeat;
  background-size: 100% auto;
  padding-top: 440px;
  margin-top: -60px;
  overflow: hidden;
}
#top01 {
}
#top02 {
  background: url("../images/hasen.jpg") no-repeat;
  background-position: top center;
  position: relative;
  height: 1530px;
}
.hasen_sita {
  background: url("../images/hasen.jpg") no-repeat;
  background-position: bottom center;
  height: 1530px;
}
#top03 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.imatol {
  width: 540px;
  position: absolute;
  left: 1060px;
}
.imatol_img01 {
  position: absolute;
  top: 0;
  left: 494px;
}
.imatol_img02 {
  position: absolute;
  top: 347px;
  left: 670px;
}
.imatol_img03 {
  position: absolute;
  top: 319px;
  left: 450px;
}
.imatol_img04 {
  position: absolute;
  top: 400px;
  left: 180px;
}
.imatol_img05 {
  position: absolute;
  top: 660px;
  left: 180px;
}
.imatol_img06 {
  position: absolute;
  top: 700px;
  left: 590px;
}
.imatol_img07 {
  position: absolute;
  top: 700px;
  left: 1120px;
}
.imatol_img08 {
  position: absolute;
  top: 1080px;
  left: 820px;
}
.imatol_img09 {
  position: absolute;
  top: 1000px;
  left: 120px;
}
.photogra{	
	background-image: url("../images/eru.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
.bg_graly{
	background-color: #eaeeef;	
}

.curve {
	background-color: #eaeeef;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
} 
.curved {
  position: relative;
  background: #fff;
  height: 50vh;
}
.curved::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #eaeeef;
  height: 20%;
}
@media screen and (max-width:1600px) {
	
.imatol {
  width: 540px;
  left: 800px;
}
.imatol_img01 {
  position: absolute;
  top: 0;
  left: 294px;
}
.imatol_img02 {
  position: absolute;
  top: 347px;
  left: 470px;
}
.imatol_img03 {
  position: absolute;
  top: 319px;
  left: 300px;
}
.imatol_img04 {
  position: absolute;
  top: 400px;
  left: 70px;
}
.imatol_img05 {
  position: absolute;
  top: 660px;
  left: 100px;
}
.imatol_img06 {
  position: absolute;
  top: 700px;
  left: 450px;
}
.imatol_img07 {
  position: absolute;
  top: 700px;
  left: 850px;
}
.imatol_img08 {
  position: absolute;
  top: 1080px;
  left: 620px;
}
.imatol_img09 {
  position: absolute;
  top: 1000px;
  left: 20px;
}
}
.saitol {
  width: 560px;
}
.studio img {
  border-radius: 30px;
}
.studio {
  padding-left: 50px;
}
.studio_bottom {
  background: url("../images/saitol02.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.studio_bottom01 {
  padding: 250px 0 0 80px;
  width: 360px;
}
.studio_bottom02 {
  padding: 234px 0 80px 530px;
}
@media screen and (max-width:1600px) {
.saitol {
	margin-left: 40px;
}
.studio {width: 53%;
	margin-right: 40px;
	margin-top: 110px;
}
.studio_bottom {
	margin-right: 40px;
	margin-left: 40px;
	}
.studio_bottom01 {
  padding: 200px 0 0 30px;
  width: 340px;
}
.studio_bottom02 {
  padding: 200px 0 50px 420px;
}
}
/*============================
サブページ
============================*/
.kougo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.kougo_text {
  width: 50%;
}
.kougo_pict {
  width: 47%;
  margin-left: 3%;
}
.kougo:nth-child(even) {
  flex-direction: row-reverse;
}
.kougo:nth-child(even) .kougo_text {
  text-align: right;
}
.kougo:nth-child(even) .kougo_pict {
  margin-left: 0;
  margin-right: 3%;
}
/*=============================================================================================================
タブレット tb：1360px以下
=============================================================================================================*/
@media screen and (max-width:1360px) {
/* 筑紫B丸ゴシック */
.tb_tsukuba {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.tb_font110 {
  font-size: 110%;
}
	/* フォントサイズ tb */
  .font80 {
    font-size: 90%;
  }
  .font120 {
    font-size: 110%;
  }
  .font130 {
    font-size: 120%;
  }
  .font140 {
    font-size: 130%;
  }
  .font160 {
    font-size: 140%;
  }
  .font180 {
    font-size: 150%;
  }
  .font200 {
    font-size: 160%;
  }
  .font220 {
    font-size: 180%;
  }
  /* テキスト位置*/
  .text-center_l_l {
    text-align: left !important
  } /* 中 左 左 */
  .text-left_l_c {
    text-align: left !important
  } /* 左 左 中 */
  .text-left_c_c {
    text-align: center !important
  } /* 左 中 中 */
  /* マージン　上 */
  .mgnt01 {
    margin-top: 40px;
  }
  /* 表示 非表示 */
  .pc_only {
    display: none !important;
  }
  .tb_only {
    display: block !important;
  }
  .pctb_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
  /* タイトル */
.title01 {
  background: url("../images/title01.png") no-repeat bottom center;
  padding: 0 0 30px 0;
}
.title02 {
  background: url("../images/title02.png") no-repeat bottom center;
  padding: 0 0 30px 0;
}
.title03 {
  background: url("../images/title03.png") no-repeat bottom center;
  padding: 0 0 30px 0;
}
  /* お知らせ 新着情報 */
  .topics {
    margin-bottom: 70px;
  }
.shousai01 dl {
  width: 90%;
	margin: 0 auto;
}
.shousai01 dt {
  width: 100%;
  float: none;
  clear: both;
}
.shousai01 dd {
  float: none;
	text-align: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 24px;
}
.shousai02 dl {
  width: 90%;
	margin: 0 auto;
}
.shousai02 dt {
  width: 100%;
  float: none;
  clear: both;
}
.shousai02 dd {
  float: none;
	text-align: center;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 24px;
}
#top00 {
  background: url("../images/top_mainBg01.png") no-repeat;
  background-size: 100% auto;
  padding-top: 180px;
  margin-top: -60px;
  overflow: hidden;
}
#top01 {
}
.flex-item2_1 {
  padding: 0 0;
  width:100%;
}
#top02 {
  background: url("../images/hasen.jpg") no-repeat;
  background-position: top center;
  position: static;
  height: 2400px;
  padding-top: 80px;
}
	
.photogra{
	background-image: url("../images/eru_sp.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 0;
}
.hasen_sita {
  background: url("../images/hasen.jpg") no-repeat;
  background-position: bottom center;
  height: 2300px;
}	
.imatol {
    position: relative;
	text-align: center;
	width: 90%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.tb_sp{
    position: relative;
		
}	
.imatol_img01 {
  position: absolute;
  top: 0;
  left: 494px;
}
.imatol_img02 {
  position: absolute;
  top: 347px;
  left: 670px;
}
.imatol_img03 {
  position: absolute;
  top: 319px;
  left: 450px;
}
.imatol_img04 {
  position: absolute;
  top: 400px;
  left: 180px;
}
.imatol_img05 {
  position: absolute;
  top: 660px;
  left: 70px;
}
.imatol_img06 {
  position: absolute;
  top: 760px;
  left: 340px;
}
.imatol_img07 {
  position: absolute;
  top: 900px;
  left: 700px;
}
.imatol_img08 {
  position: absolute;
  top: 1260px;
  left:500px;
}
.imatol_img09 {
  position: absolute;
  top: 1160px;
  left: 20px;
}
	.imatol_img09 img{
	width: 80%;}
.button002 a {
  background: #0f5382;
  color: #FFF;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  padding: 20px 0;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.button002 a:hover {
  background: #eee;
  color: #313131;
}
.button002 a:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 6px solid #eee;
  border-right: 6px solid #eee;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 100px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}
.button002 a:hover:after {
  border-color: #313131;
}
  #top03 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
.saitol {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}
.studio_bottom01 {
  padding: 160px 0 0 0px;
  width: 360px;
}
.studio_bottom02 {
  padding: 204px 0 80px 360px;
}
	.studio	{
		text-align: center;
		padding: 0;
		margin-right: 0;
		margin-top: 50px;
  width: 90%;}
	
  /*============================
フッター
============================*/
  footer {}
  .footer01 {
    padding-top: 80px;
    background: url("../images/top_mainBg04.jpg");
    background-repeat: no-repeat;
    background-position: top center;
  }
  .gmap {
    margin: 0 0 0 0;
    width: 100%;
    position: relative;
    padding-top: 60%;
  }
  /*============================
サブページ
============================*/
  .kougo {
    flex-direction: column;
  }
  .kougo:nth-child(even) {
    flex-direction: column;
  }
  .kougo_text {
    width: 100%;
    text-align: left;
  }
  .kougo:nth-child(even) .kougo_text {
    text-align: left;
  }
  .kougo_pict {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .kougo:nth-child(even) .kougo_pict {
    margin-left: 0;
    margin-right: 0%;
  }
}
/*=============================================================================================================
スマートフォン スマホ：1180px以下
=============================================================================================================*/
@media screen and (max-width:1180px) {
/* 筑紫B丸ゴシック */
.sp_tsukuba {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sp_font110 {
  font-size: 110%;
}
	h1{max-width: 70%;}
  /* テキスト位置*/
  .text-center_c_l {
    text-align: left !important
  } /* 中 中 左 */
  .text-center_l_l {
    text-align: left !important
  } /* 中 左 左 */
  .text-left_l_c {
    text-align: center !important
  } /* 左 左 中 */
  .text-left_c_c {
    text-align: center !important
  } /* 左 中 中 */
  /* 表示 非表示 */
  .pc_only {
    display: none !important;
  }
  .tb_only {
    display: none !important;
  }
  .pctb_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
#g-navi ul{
  display: block;
	text-align: center;
  list-style-type: none;
	margin: 0 auto 30px auto;
  align-items: center;
  justify-content: center;
	padding: 0;
}

	#g-navi ul li {
		margin: 20px 0 0 0;
	}
#g-navi ul li a{
  text-decoration: none;
  padding: 16px;
  color: #404040;
  font-weight: 600;
  vertical-align: middle;
}

#g-navi ul li.current a,
#g-navi ul li a:hover{
  color: #9b1120;
}

#g-navi ul li:after {
  content: none;
}

#g-navi ul li:last-child:after {
  content: none; /*何も入れない*/
}
#g-navi ul li:last-child {
  margin-left: 0;
}
  .shousai01 dl {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }
  .shousai01 dt {
    padding-bottom: 5px;
  }
#g-navi ul{
	display: flex;
    flex-flow: column;
}
#g-navi ul li{
}
#g-navi ul li:nth-child(1) { order: 0; }
#g-navi ul li:nth-child(2) { order: 2; }
#g-navi ul li:nth-child(3) { order: 3; }
#g-navi ul li:nth-child(4) { order: 1; }

#top00 {
  background: url("../images/top_mainBg01.png") no-repeat;
    background-size: 100% auto;
    padding-top: 160px;
  overflow: hidden;
}
#top01 {
  }
#top02 {
  background: url("../images/hasen.jpg") no-repeat;
  background-position: top center;
  position: static;
  height: auto;
  padding-top: 40px;
}
#top03 {
  padding-top: 40px;
}
	
.photogra{
	text-align: center;
	background-image: url("../images/eru_sp.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 360px;
}
.hasen_sita {
  background: url("../images/hasen.jpg") no-repeat;
  background-position: bottom center;
  height: auto;
	padding-bottom: 50px;
}
.studio_bottom {
	background: none;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;
}
.studio_bottom01 {
  text-align: center;
  width: 100%;
  padding: 0;
  order: 2;
	margin-top: 50px;
}
.studio_bottom02 {
  text-align: center;
  width: 100%;
  padding: 0;
  order: 0;
	margin-top: 50px;
}
.studio_bottom03 {
  text-align: center;
  width: 100%;
  order: 1;
	margin-top: 50px;
}
.studio_bottom04 {
  text-align: center;
  width: 100%;
  order: 3;
	margin-top: 50px;
}
  .f_point:before {
    content: none;
    margin-right: 0;
  }
  .f_point:after {
    content: none;
    margin-left: 0;
  }
}