@charset "utf-8";

/* レイアウト
------------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
}

#container {
  margin: 0 auto;
  width: 100%;
}

#contents {
  position: relative;
  z-index: 999;
  margin: 0 auto;
  width: 75%;
}

.left_side40 {
  float: left;
  width: 40%;
}
.right_side60 {
  float: right;
  width: 60%;
}

.left_side60 {
  float: left;
  width: 60%;
}
.right_side40 {
  float: right;
  width: 40%;
}

.left_side_l {
  float: left;
  width: 53.35%;
}
.right_side_s {
  float: right;
  width: 46.65%;
}

.left_side_l2 {
  float: left;
  width: 55.8%;
}
.right_side_s2 {
  float: right;
  width: 44.2%;
}

.left_side_s {
  float: left;
  width: 42%;
}
.right_side_l {
  float: right;
  width: 58%;
}

.left_side_s2 {
  float: left;
  width: 45.35%;
}
.right_side_l2 {
  float: right;
  width: 54.65%;
}

#footer {
  clear: both;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}

#header,
#mainNav {
  background: #fff;
}

/*#header{overflow:hidden;}*/

@media screen and (max-width: 1580px) {
  #contents {
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  #contents {
    width: 100%;
  }

  .left_side_l,
  .right_side_s,
  .left_side_s,
  .right_side_l,
  .left_side_l2,
  .right_side_s2,
  .left_side_s2,
  .right_side_l2 {
    float: none;
    width: 100%;
  }
}

/* ヘッダー
*****************************************************/
.br-hide {
  display: none;
}
@media (max-width: 768px) {
  .br-hide {
    display: inline;
  }
}

#header {
  min-width: 1200px;
  height: auto;
  background: #000;
  position: relative;
  z-index: 1000 !important;
}

.header_w {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  padding-top: 15px;
  height: auto;
  position: relative;
}

/* header left
----------------------------------*/
.header_l {
  float: left;
  color: #3c2f13;
  font-size: 16px;
  font-weight: normal;
  width: 230px;
  padding-top: 3px;
}

/* header right
----------------------------------*/
.header_r {
  width: auto;
  height: auto;
  padding-right: 1%;
  float: right;
  text-align: right;
}

.h_contact li,
.h_nav li {
  display: inline-block;
  margin: 8px 5px;
}

.h_nav li:last-child img {
  width: 90px;
}

/* spnav
----------------------------------*/
.sp_h_nav {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
  background-color: #fff;
}

.sp_h_nav input[type="checkbox"],
.sp_h_nav input[type="radio"] {
  width: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  height: 35px;
  top: 0;
  left: 0;
  border: none;
  border-radius: 0;
}

.menu_btn {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 10px;
  cursor: pointer;
  z-index: 1002;
}

.menu_btn div {
  position: relative;
}

.menu_btn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ccc;
  left: 0;
}

.menu_btn span:nth-child(1) {
  top: 0;
}

.menu_btn span:nth-child(2) {
  top: 11px;
}

.menu_btn span:nth-child(3) {
  top: 22px;
}

.menu_btn.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}

.menu_btn.open span:nth-child(2) {
  width: 0;
  left: 50%;
}

.menu_btn.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

/*【レスポンシブ】*/
@media screen and (max-width: 768px) {
  #header {
    min-width: 100%;
    background: #fff;
  }

  .header_w {
    width: 100%;
    padding-top: 0;
    position: fixed;
    background-color: #fff;
    top: 0;
  }

  .header_l {
    float: none;
    text-align: center;
    padding-left: 0;
    margin: 0 auto;
    display: none;
  }
  .header_r {
    float: none;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    display: none;
  }

  .h_info {
    float: right;
    padding: 2px 9px;
  }

  .h_info li {
    display: inline-block;
    vertical-align: middle;
  }

  .h_info .h_address {
    display: none;
  }

  .h_info .h_tel {
    margin-right: 5px;
  }
  .h_tel img {
    width: 35px;
    height: auto;
  }
  .h_info a:hover {
    opacity: 0.7;
  }

  .h_contact {
    padding-top: 1px;
  }
  .h_contact img {
    width: 35px;
    height: auto;
  }

  .h_contact li {
    margin: 5px 5px;
  }

  .h_logo {
    float: none;
    width: 170px;
    margin: 0 auto;
  }

  .h_logo a:hover {
    opacity: 0.7;
  }

  .h_logo img {
    width: 100%;
  }

  #sp_gnav {
    z-index: 100;
    margin-bottom: 0;
    background-color: #fff;
    display: none;
  }

  #sp_gnav li {
    position: relative;
    font-size: 16px;
  }

  #sp_gnav li a {
    padding: 10px 10px 10px 30px;
    display: block;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #454545;
  }
  #sp_gnav li:last-child a {
    color: #e6292d;
  }
}

@media screen and (max-width: 320px) {
  .h_logo {
    width: 144px;
  }
  .h_info li {
    padding: 2px 0px;
  }
  .h_info img {
    width: 95%;
  }
}

/* トップページ　メイン画像
----------------------------------*/
#mv {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  width: 75%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #mv {
    display: none;
  }
  #mv.sp {
    display: block;
  }
  #mv_sp {
    margin-top: 48px;
  }
  #mv_sp img {
    width: 100%;
    height: auto;
  }
}

.sliderArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  animation: inout 7s;
  animation-iteration-count: infinite;
  -webkit-animation: inout 7s; /* Safari & Chrome */
  -webkit-animation-iteration-count: infinite;
}

@keyframes inout {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  5% {
    transform: scale(1, 1);
    opacity: 1;
  }
  85% {
    transform: scale(1.3, 1.3);
    opacity: 1;
  }
  90% {
    transform: scale(1.3, 1.3);
    opacity: 0.5;
  }
  95% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}
@-webkit-keyframes inout {
  /* Safari & Chrome */
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
  5% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 1;
  }
  90% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0.5;
  }
  95% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0;
  }
}

.sliderArea img {
  width: 100%;
  height: auto;
}

/* bxSlider */
.top_mvArea {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 auto;
  width: 75%;
  background: #fff;
}

.top_mvArea ul li img {
  position: relative;
  width: 100%;
  height: auto;
}


@media screen and (max-width: 1580px) {
  #mv {
    width: 1200px;
  }
  .top_mvArea {
    width: 1200px;
  }

  .top_mvArea ul li img {
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #mv,
  .sliderArea {
    width: 100%;
    margin-top: 48px;
  }
  .top_mvArea,
  .top_mvArea ul li {
    width: 100%;
    margin-top: 20px;
  }
  .top_mvArea ul li img {
    position: relative;
    width: 100%;
    height: auto;
  }
}

/* タイポグラフィ
*****************************************************/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  line-height: 200%;
  background-color: #f5ebda;
}

img.alignleft {
  margin: 0 7px 2px 0;
}

.alignright {
  float: right;
}
.alignleft {
  float: left;
}

@media screen and (max-width: 760px) {
  body {
    font-size: 17px;
    line-height: 200%;
  }
}

/* サイドバー　ウィジェット
*****************************************************/
.left_side li {
  margin: 0 0 15px 0;
}

.movie_contents {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0;
  padding-bottom: 23px;
  background: #dcb1b1;
}
.top_contents_wrap {
  display: flex;
  justify-content: center;
  width: 750px;
  border: 5px solid #1fa2d9;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
.top_contents_wrap .top_movie {
  width: 50%;
  overflow: hidden;
  padding: 16px;
}
.top_contents_wrap .top_text {
  width: 50%;
  padding: 17px;
  padding-left: 23px;
  padding-top: 59px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #1fa2d9;
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .top_grayArea_txt {
    width: 100%;
    font-size: 14px;
    padding: 30px 10px 10px;
  }
  .top_grayArea_txt .txt {
    padding-left: 0;
  }
  .movie_contents {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .top_contents_wrap {
    width: 92%;
  }
}
@media screen and (max-width: 599px) {
  .top_contents_wrap {
    display: block;
    padding: 5px;
    width: 90%;
  }

  .top_contents_wrap .top_movie {
    width: 100%;
    padding: 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .top_contents_wrap .top_text {
    width: 100%;
    padding-top: 10px;
  }
}

/* 更新情報
-------------*/
.newsTitle {
  clear: both;
  margin: 15px 0 20px;
  padding: 5px 0;
  font-size: 100%;
  color: #3c2f13;
  border-bottom: 3px solid #74582d;
}

.newsTitle h3 {
  float: left;
  font-weight: normal;
}

.newsTitle p {
  float: right;
  padding: 0 0 0 10px;
  font-size: 0.8em;
  background: url(images/arrow.png) no-repeat 0 50%;
}

.news {
  padding-bottom: 40px;
}

.news p {
  clear: both;
  padding-bottom: 2px;
  border-bottom: 1px dotted #ccc;
}

.news p a {
  display: block;
  padding: 5px 0;
  color: #252525;
  font-style: italic;
  font: italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span {
  color: #777;
  font: normal 90% Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "ＭＳ Ｐゴシック", sans-serif;
}

.news span {
  padding-left: 10px;
}

.news a:hover span {
  color: #777;
}

/* フッター
*****************************************************/
#footer {
  min-width: 1200px;
  padding: 25px 10px 10px;
  position: relative;
  z-index: 998;
  background: #1c1c1c;
  color: #fff;
}
.footer_w {
  overflow: hidden;
}
.footer_info {
  text-align: center;
  margin-bottom: 25px;
}
.footer_info .tel,
.footer_info .open {
  line-height: 135%;
}
.f_btn {
  padding: 0;
}
.f_btn li {
  display: inline-block;
  margin: 5px 30px;
}

.f_nav_box {
  width: 780px;
  margin: 20px auto 20px;
}
.f_nav li {
  display: inline-block;
  margin: 0 10px;
}
.f_nav li a:link,
.f_nav li a:visited {
  color: #fff;
}
.f_nav li a:hover {
  color: #ccc;
}

.egao_bn {
  position: relative;
  width: 610px;
  height: auto;
  margin: 30px auto 40px !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #f0b21d;
  display: flex;
}

.egao_bn li:not(:last-child) {
  margin-right: 50px;
}

.egao_bn li a:hover {
  background: rgba(28, 28, 28, 0.3);
}

.egao_bn li img {
  width: 100%;
}
.footer_info .new_cost_bnr {
  width: 680px;
  text-align: center;
  margin: 40px auto;
  margin-bottom: 60px;
}
.footer_info .new_cost_bnr img {
  width: 100%;
  height: auto;
}

.footer_info .recruit_bnr {
  width: 680px;
  text-align: center;
  margin: 40px auto;
  margin-bottom: 60px;
}
.footer_info .recruit_bnr img {
  width: 100%;
  height: auto;
}
#copyright {
  text-align: center;
  line-height: 125%;
}

@media screen and (max-width: 768px) {
  #footer {
    min-width: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
      Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  .f_nav_box {
    width: 100%;
    margin: 20px auto 20px;
  }
  .f_nav_box h3 {
    text-align: center;
  }

  .f_nav {
    margin-bottom: 20px;
  }
  .f_nav li {
    width: 100%;
    text-align: center;
    display: block;
    background: #3f3f3f;
    line-height: 200%;
    margin: 5px 0;
  }
  .f_nav li a {
    display: block;
    padding: 8px 0 5px;
  }
  .f_btn li {
    margin: 10px;
  }
  .f_nav li.pc {
    display: none;
  }
  .egao_bn {
    width: 460px;
  }
  .egao_bn li:not(:last-child) {
    margin-right: 20px;
  }

  .footer_info .new_cost_bnr {
    width: 85%;
    margin: 40px auto;
  }
  .footer_info .recruit_bnr {
    width: 85%;
    margin: 40px auto;
  }
}

@media screen and (max-width: 400px) {
  .f_btn li img {
    width: 100%;
    height: auto;
  }

  .egao_bn {
    width: 100%;
  }
  .egao_bn li:not(:last-child) {
    margin: 0 5px;
  }
  .egao_bn li:last-child {
    margin: 0 5px;
  }
}

/* page navigation
------------------------------------------------------------*/
.pagenav {
  clear: both;
  width: 100%;
  height: 30px;
  margin: 5px 0 20px;
}

.prev {
  float: left;
}

.next {
  float: right;
}

#pageLinks {
  clear: both;
  color: #4f4d4d;
  text-align: center;
}

/* トップページ
------------------------------------------------------------*/
.top_btn_r {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  right: 10px;
  text-align: right;
  padding-right: 20px;
}
.top_btn_r2 {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  right: 15px;
  text-align: right;
}

.top_btn_lt {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 15px;
}
.top_btn_lb {
  position: absolute;
  z-index: 10;
  bottom: 15px;
  left: 15px;
}

#top_01 {
  position: relative;
  z-index: 1;
  text-align: center;
  background: #dcb1b1;
  width: 100%;
  padding: 30px 0 50px;
}

.top_box {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

.top_box h2 {
  text-align: center;
}
.top_box p {
  margin-top: 30px;
  padding-left: 20px;
  text-align: left;
  color: #fff;
}

.top_01_h2 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #cb6464;
  color: #cb6464;
  padding-bottom: 5px;
}

#top_02 {
  position: relative;
  z-index: 2;
  width: 100%;
}
.top_bgimg_s {
  position: relative;
  z-index: 1;
  background: #f5ebda;
}

.top_btn_txt2 {
  position: absolute;
  z-index: 20;
  bottom: 140px;
  right: 155px;
}

.top_btn_txt3 {
  position: absolute;
  z-index: 20;
  top: 20px;
  left: 170px;
}

.top_btn_txt4 {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: rgba(74, 74, 74, 0.8);
  color: #fff;
  font-size: 90%;
}

.bgvid {
  position: relative;
  display: table-cell;
  text-align: center;
}

#top_03 {
  overflow: hidden;
  width: 100%;
  color: #444;
  background: #f4ebe1;
}

.top_txt h3 {
  text-align: center;
  padding: 20px 0 0;
}

.top_txt p {
  width: 670px;
  margin: 0 auto;
  padding: 20px 40px;
}

.top_03_h3 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #da8151;
  color: #da8151;
  padding-bottom: 5px;
}

.top_03_img {
  padding: 0;
}

#top_03 p {
  width: 696px;
  padding: 20px 40px;
}

#top_04 {
  position: relative;
  overflow: hidden;
  background: url(images/top_company_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 45px 30px 145px;
  width: 100%;
}

.top_04_box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.top_04_img,
.top_04_txt {
}
.top_04_img {
  width: 480px;
  height: auto;
}
.top_04_img img {
  width: 100%;
}

.top_04_txt {
  color: #fff;
  width: 660px;
  line-height: 200%;
  background: rgba(78, 78, 78, 0.8);
}
.top_04_txt h3 {
  width: 308px;
  margin: 20px auto;
}
.top_04_txt p {
  width: 630px;
  margin: 10px auto 20px;
}
.top_btn_txt5 {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: 180px;
}

#top_05 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #f3f4e1;
}

.top_05_img {
  padding: 30px 10px;
}

.top_05_img img {
  width: 100%;
}

#top_06 {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}

#top_07 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #ffefbf;
}

#top_08 {
  position: relative;
  background: url(images/top_contact_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 100px 20px;
}

#top_09 {
  position: relative;
  background: #b9e8ec;
  padding: 30px 0;
}

.staff_li {
  margin-top: 20px;
}
.staff_li li {
  display: inline-block;
  margin: 10px 0;
}
#banner-01 {
  width: 100%;
  height: auto;
  padding: 40px;
}
#banner-01 img {
  width: 100%;
  height: auto;
}

/* PC表示時だけ適用 */
@media screen and (min-width: 769px) {
  #banner-01 img {
    width: 70%;
    height: auto; /* アスペクト比を維持 */
    display: block;
    margin: 0 auto; /* 中央寄せしたい場合 */
  }
}

@media screen and (max-width: 768px) {
  #banner-01 {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_09 h3 {
    margin-bottom: 20px;
  }
  .staff_li {
    margin: 0;
  }
  .staff_li img {
    width: 150px;
    height: auto;
  }
}

@media screen and (max-width: 515px) {
  .staff_li img {
    width: 125px;
    height: auto;
  }
}

@media screen and (max-width: 400px) {
  .staff_li img {
    width: 110px;
    height: auto;
  }
}

@media screen and (max-width: 350px) {
  .staff_li img {
    width: 95px;
    height: auto;
  }
}

/* スタッフ募集ふきだし */
.arrowbox div {
  position: relative;
}

.arrow_box {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 12px 10px 10px 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #333;
  color: #fff;
}

.arrow_box:after {
  position: absolute;
  z-index: 9999;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

span:hover + p.arrow_box {
  display: block;
}

p.arrow_box {
  font-size: 14px;
  line-height: 125%;
}

/* 点滅 */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#top_10 {
  position: relative;
  background: #eeeeee;
  padding: 20px;
}
.news_box {
  overflow: hidden;
  width: 950px;
  margin: 20px auto;
}
.news_box img {
  width: 150px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.news_txt {
  width: 730px;
  margin-left: 30px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}

.news_list dt {
  clear: both;
  float: left;
  width: 200px;
  padding: 5px 10px 0 20px;
}
.news_list dd {
  padding: 5px 10px 0 210px;
  border-bottom: 1px solid #bbb;
}

/*【レスポンシブ】*/
@media screen and (max-width: 768px) {
  .top_txt p {
    width: 100%;
    padding: 0 30px 10px 35px;
  }

  .top_box p {
    padding-left: 0;
  }

  .top_box {
    width: 96%;
  }

  .top_box h2 img {
    width: 100%;
    height: auto;
  }
  .top_btn_r {
    position: relative;
    top: 0;
    padding: 10px;
  }

  .top_txt p {
    width: 100%;
    line-height: 200%;
    font-size: 90%;
    padding: 0 10px 10px 15px;
  }

  .top_txt h3 {
    width: 100%;
    padding: 30px 10px 10px;
  }
  .top_txt h3 img {
    width: 100%;
    height: auto;
  }

  .top_txt p {
    padding: 15px 20px 30px;
  }

  #top_01 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }

  .top_03_img {
    padding: 0;
  }

  #top_03 p {
    width: 100%;
    padding: 15px 20px 30px;
  }

  #top_04 {
    padding: 30px 15px 140px;
  }

  .top_04_box {
    display: block;
    width: 540px;
  }

  .top_04_txt {
    width: 540px;
    padding: 10px 30px;
  }
  .top_04_img {
    width: 100%;
  }
  .top_04_txt p {
    width: 100%;
  }
  #top_04 {
    padding: 30px 15px 10px;
  }
  .top_btn_txt4 {
    padding-right: 40%;
    line-height: 150%;
  }

  .top_05_img img {
    width: 100%;
    height: auto;
  }

  .top_05_img {
    padding: 0 10px 30px;
    text-align: center;
  }
  .top_05_img img {
    width: auto;
    height: auto;
  }

  .top_btn_r2 img,
  .top_btn_lt img {
    width: 80%;
  }

  .news_box {
    overflow: hidden;
    width: 100%;
    margin: 10px auto;
    padding: 0 0;
  }
  .news_box img {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  .news_txt {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .news_list {
    margin-top: 30px;
  }
  .news_list dt {
    width: 150px;
    padding: 5px 10px 0 20px;
  }
  .news_list dd {
    padding: 5px 10px 0 160px;
    border-bottom: 1px solid #bbb;
  }

  .top_btn_r2 img,
  .top_btn_lt img {
    width: auto;
  }
}

@media screen and (max-width: 600px) {
  .top_04_box {
    width: 100%;
  }
  .top_04_txt {
    width: 100%;
    padding: 10px 10px;
  }
  .top_05_img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 460px) {
  .top_btn_r2 img,
  .top_btn_lt img {
    width: 70%;
  }
  .top_btn_lt {
    top: auto;
    bottom: 10px;
  }
  .top_btn_txt2 {
    top: 5px;
    left: 10px;
  }
  .top_btn_txt3 {
    top: 5px;
    left: auto;
    right: 10px;
  }
  .top_04_txt h3 {
    width: 90%;
  }
  .top_04_txt h3 img {
    width: 100%;
    height: auto;
  }
  .top_btn_txt5 {
    bottom: 140px;
    right: auto;
    left: 20px;
  }
  .news_list dt {
    float: none;
    width: 150px;
    padding: 5px 10px 0 0;
  }
  .news_list dd {
    padding: 5px 0 0 0;
    border-bottom: 1px solid #bbb;
  }
}
@media screen and (max-width: 340px) {
  #top_08 img {
    width: 100%;
    height: auto;
  }
}

/* フォーム
------------------------------------------------------------*/
input[type="text"],
textarea {
  vertical-align: middle;
  max-width: 90%;
  line-height: 30px;
  height: 30px;
  padding: 1px 5px;
  border: 1px solid #d4d4d7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 100%;
  color: #555;
  background: #fcfcfc;
}

textarea {
  height: auto;
  line-height: 1.5;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 3px 10px;
  background: #ececec;
  border: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.5;
  font-size: 100%;
  color: #624e24;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #f3f3f3;
}

*:first-child + html input[type="submit"] {
  padding: 3px;
}

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

	【#pageTop】

========================================== */
#pageTop {
  position: fixed;
  background-color: rgba(100, 100, 100, 0.9);
  /* Firefox v1.0+ */
  -moz-border-radius: 7px;
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-border-radius: 7px;
  /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
  border-radius: 7px;
  color: #fff;
  bottom: 20px;
  right: 30px;
  text-align: center;
  padding: 25px 24px 8px 24px;
  z-index: 9999;
}

#pageTop:hover {
  background-color: rgba(100, 100, 100, 0.6);
}

@media screen and (max-width: 768px) {
  #pageTop {
    bottom: 10px;
    right: 10px;
    padding: 20px 19px 3px 19px;
  }
}