@charset "UTF-8";

/* ===================================================================
	Setting
=================================================================== */
html {
  line-height: 1.6;
  text-align: left;
  font-size: 65.5%;
}

body {
  background-image: url(../images/bg_all.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  width: 1024px;
  margin: 0 auto;
  background-image: url(../images/bg_inner.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}

.container {
  width: 924px;
  margin: 0 auto;
  background-image: url(../images/bg_container.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}

.container_fff {
  width: 924px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width:768px) {
  .inner {
    width: 100%;
  }

  .container {
    width: 95%;
  }

  .container_fff {
    width: 95%;
  }
}

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

	#	Responsive

	=================================================================== */
/* Link set
	------------------------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a img {
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #666;
}

/* Block set
	------------------------------------------------------------------- */
main {
  margin: 0 auto;
}

main section {
  margin: 0 auto;
  /*position:relative;*/
}

main,
main section:after {
  content: "";
  display: block;
  clear: both;
}

/* JS set
	------------------------------------------------------------------- */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:768px) {
  body {
    font-size: 1.2rem;
  }

  .container {
    width: 100%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}

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

	共通

=================================================================== */
.mincyo {
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", YuMincho, serif;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_re {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h2 {
  color: #C9A85A;
  letter-spacing: 3px;
  padding: 50px 0 20px;
  font-size: 2rem;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", YuMincho, serif;
  font-weight: bold;
}

p {
  font-size: 1.5rem;
  line-height: 30px;
  letter-spacing: 1px;
}

@media screen and (max-width:768px) {
  h2 {
    font-size: 1.5rem;
    padding: 30px 0 15px;
  }

  p {
    font-size: 1.1rem;
    line-height: 22px;
  }

  .flex {
    flex-direction: column;
  }

  .flex_re {
    flex-direction: column-reverse;
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .flex {
    flex-direction: row;
  }

  .flex_re {
    flex-direction: row;
  }
}

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

	Header

=================================================================== */
header {
  height: 220px;
  background-image: url(../images/header_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .logo {
  width: 150px;
}

@media screen and (max-width:768px) {
  header {
    height: 100px;
  }

  header .logo {
    width: 80px;
  }
}

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

	main

=================================================================== */
.main .main_img {
  width: 1024px;
  height: 510px;
  margin: 0 auto;
  background-image: url(../images/main_img.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .main_img h1 {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 30px;
  text-shadow: 2px 2px 7px #000;
}

.main .main_img h2 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  text-shadow: 2px 2px 7px #000;
}

@media screen and (max-width:768px) {
  .main .main_img {
    width: 100%;
    height: 185px;
  }

  .main .main_img h1 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .main .main_img h2 {
    font-size: 1.1rem;
    padding: 0;
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .main .main_img {
    width: 100%;
    height: 350px;
  }
}

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

	s1

=================================================================== */
.s1 {
  padding: 0;
  margin: 0;
  text-align: center;
}

.s1 .container_fff>p {
  margin-bottom: 50px;
}

.s1 .about_box {
  width: 100%;
}

.s1 .about_box .img {
  width: 50%;
  overflow: hidden;
}

.s1 .about_box .content_r {
  width: 50%;
  text-align: left;
  padding: 50px 35px;
  background-image: url(../images/s1_bg_lr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.s1 .about_box .content_l {
  width: 50%;
  text-align: left;
  padding: 50px 35px;
  background-image: url(../images/s1_bg_lr.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.s1 .about_box .content_r h3, .s1 .about_box .content_l h3 {
  color: #C9A85A;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.s1 .about_box .content_r p, .s1 .about_box .content_l p {
  text-align: justify;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

/*.s1 .about01 { margin-top:50px; background-image:url(../images/s1_bg_01.png); background-repeat:no-repeat; background-size:100%; background-position:top center; }
.s1 .about02 { background-image:url(../images/s1_bg_02.png); background-repeat:no-repeat; background-size:100%; background-position:top center; }
.s1 .about03 { background-image:url(../images/s1_bg_03.png); background-repeat:no-repeat; background-size:100%; background-position:top center; }
.s1 .about04 { background-image:url(../images/s1_bg_04.png); background-repeat:no-repeat; background-size:100%; background-position:top center; }*/
@media screen and (max-width:768px) {
  .s1 .about_box {
    height: auto;
  }

  .s1 .about_box .img {
    width: 100%;
  }

  .s1 .about_box .content_r, .s1 .about_box .content_l {
    width: 100%;
    background-size: cover;
    padding: 35px;
  }

  .s1 .about_box .content_r h3, .s1 .about_box .content_l h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .s1 .about_box .content_r p, .s1 .about_box .content_l p {
    font-size: 1.1rem;
    line-height: 22px;
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .s1 .about_box .img {
    width: 50%;
  }

  .s1 .about_box .content_r, .s1 .about_box .content_l {
    width: 50%;
  }
}

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

	s2

=================================================================== */
.s2 .container_fff {
  padding-bottom: 30px;
}

.s2 .container_fff h3 {
  font-size: 24px;
  padding: 10px 0 30px;
}

.s2 .container_fff>img {
  width: 400px;
  margin: 50px auto 20px;
}

.s2 .container_fff>img.coupon {
  width: 80%;
  padding-bottom: 30px;
}

.s2 .container_fff p.kome {
  margin-bottom: 50px;
}

.s2 .container_fff ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s2 .container_fff ul li {
  width: 21%;
}

.s2 .container_fff ul li.long {
  width: 37%;
}

.s2 .p_small {
  font-size: 1.2rem;
}

.s2 .campain_box {
  padding: 20px;
  width: 65%;
  background-color: #C9A85A;
  margin: 0 auto 20px;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s2 .campain_box .campain_l {
  width: 20%;
}

.s2 .campain_box .campain_l img {
  width: 80%;
}

.s2 .campain_box .campain_r {
  width: 80%;
}

.s2 .campain_box .campain_r h4 {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.s2 .campain_box .campain_r h4 span {
  font-size: 1.2rem;
}

.s2 .black {
  background-color: #000;
  color: #fff;
}

.s2 .bg_b {
  background-color: #000;
  padding: 0 15px;
  color: #fff;
  width: 70%;
  font-size: 1.2rem;
}

@media screen and (max-width:768px) {
  .s2 .container_fff>img {
    width: 220px;
    margin: 20px auto 10px;
  }

  .s2 .container_fff ul {
    flex-direction: row;
  }

  .s2 .container_fff ul li {
    width: 50%;
  }

  .s2 .container_fff ul li.long {
    width: 50%;
  }

  .s2 .campain_box {
    padding: 10px;
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
  }

  .s2 .campain_box .campain_l {
    width: 25%;
  }

  .s2 .campain_box .campain_r h4 {
    font-size: 1.3rem;
    margin-bottom: 0;
  }

  .s2 .bg_b {
    padding: 0 10px;
    width: 100%;
    font-size: 1.1rem;
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .s2 .campain_box {
    text-align: left;
  }

  .s2 .campain_box .campain_l {
    width: 20%;
  }

  .s2 .container_fff ul li {
    width: 21%;
  }

  .s2 .container_fff ul li.long {
    width: 37%;
  }
}

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

	s3

=================================================================== */
.s3 {
  padding: 0 0 100px;
  width: 1024px;
  margin: 0 auto;
  background-image: url(../images/bg_inner.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center;
}

.s3>p {
  color: #fff;
  margin-bottom: 30px;
}

.s3 ul.flow_area {
  width: 880px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s3 ul.flow_area li.flow_box {
  width: 24%;
  height: 160px;
}

.s3 ul.flow_area li.flow_box:nth-child(1) {
  background-image: url(../images/s3_img01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.s3 ul.flow_area li.flow_box:nth-child(2) {
  background-image: url(../images/s3_img02.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.s3 ul.flow_area li.flow_box:nth-child(3) {
  background-image: url(../images/s3_img03.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.s3 ul.flow_area li.flow_box:nth-child(4) {
  background-image: url(../images/s3_img04.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.s3 ul.flow_area li.flow_box .title {
  width: 130px;
  margin: 120px auto 0;
  background-color: #C9A759;
  padding: 5px 10px;
  color: #fff;
}

.s3 ul.flow_area li.flow_box .title .flow_num {
  border-bottom: 1px solid #fff;
  letter-spacing: 2px;
}

.s3 ul.flow_area li.flow_box .title .flow_tit {
  font-size: 1.2rem;
}

@media screen and (max-width:768px) {
  .s3 {
    padding: 0 0 30px;
    width: 95%;
    margin: 0 auto;
  }

  .s3 ul.flow_area {
    width: 100%;
  }

  .s3 ul.flow_area li.flow_box {
    width: 80%;
    height: 200px;
    margin: 0 auto 30px;
  }

  .s3 ul.flow_area li.flow_box .title {
    width: 130px;
    margin: 160px auto 0;
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .s3 ul.flow_area {
    width: 88%;
  }

  .s3 ul.flow_area li.flow_box {
    height: 130px;
    margin: 0 5px 20px;
  }

  .s3 ul.flow_area li.flow_box .title {
    width: 130px;
    margin: 80px auto 0;
  }
}

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

	s4

=================================================================== */
.s4 .container_fff {
  padding: 0 0 200px;
}

.s4 .shop_area {
  justify-content: space-evenly;
}

.s4 .shop_area .shop_box {
  width: 30%;
  text-align: center;
  background-color: #000;
  color: #fff;
}

.s4 .shop_area .shop_box p.name {
  color: #D9C18B;
  border-bottom: 1px solid #D9C18B;
  padding: 10px 0;
}

.s4 .shop_area .shop_box p.address {
  font-size: 1.2rem;
  padding: 10px 0;
  line-height: 25px;
  margin-bottom: 10px;
}

@media screen and (max-width:768px) {
  .s4 .container_fff {
    padding: 0 0 130px;
  }

  .s4 .shop_area .shop_box {
    width: 90%;
    margin: 0 auto 15px;
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .s4 .shop_area .shop_box {
    width: 31%;
  }

  .s4 .shop_area .shop_box p.address {
    padding: 10px;
  }
}

.link {
  width: 90%;
  margin: 0 auto;
  font-size: 95%;
  line-height: 1.5em;
  text-align: center;
}

.link a {
  padding: 10px;
  background-color: #D9C18B;
  color: #fff;
}

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

	s5

=================================================================== */
.s5 {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: -90px auto 0;
}

.s5 .s5_bg {
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
  background-image: url(../images/s5_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 800px;
  margin: 0 auto;
}

.s5 .s5_bg h4 {
  margin: 20px 0;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.s5 .s5_bg .coupon_area {
  width: 75%;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s5 .s5_bg .coupon_area img {
  height: 170px;
}

@media screen and (max-width:768px) {
  .s5 .s5_bg {
    width: 90%;
    background-size: cover;
    background-position: center;
  }

  .s5 .s5_bg h4 {
    margin: 20px 0;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }

  .s5 .s5_bg .coupon_area {
    width: 95%;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .s5 .s5_bg .coupon_area img {
    height: 80px;
  }
}

@media screen and (min-width:480px) and (max-width:768px) {
  .s5 .s5_bg .coupon_area {
    width: 75%;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .s5 .s5_bg .coupon_area img {
    height: 120px;
  }
}

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

	s6

=================================================================== */
.s6 {
  color: #fff;
}

.s6 .container {
  width: 924px;
  margin: 0 auto;
  background-image: none;
  background-color: #C9A759;
  padding-top: 150px;
  padding-bottom: 30px;
}

.s6 .container>p {
  font-size: 1.8rem;
}

.s6 .container>p span {
  font-size: 1.5rem;
}

.s6 .container p.free-dial {
  font-size: 4.5rem;
  letter-spacing: 5px;
  margin: 30px 0 40px;
}

.s6 .container p.free-dial img {
  margin-right: 15px;
  margin-top: -15px;
}

@media screen and (max-width:768px) {
  .s6 .container {
    width: 95%;
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .s6 .container p.free-dial {
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin: 30px 0 40px;
  }

  .s6 .container p.free-dial img {
    width: 50px;
    margin-right: 15px;
    margin-top: -7px;
  }
}

footer {
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

footer small {
  font-size: 1rem;
}

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

	form

=================================================================== */
.form>h1 {
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 2em;
  background: #F1F1F1;
  border-bottom: 1px solid #E1E1E1;
  /* margin-bottom: 40px; */
}

.form>h1 span {
  display: block;
  font-size: 2rem;
}

.form>p:first-of-type {
  text-align: center;
  padding: 0 2em;
}

.form>footer {
  color: #FFF;
  text-align: center;
  padding: 20px 0;
}

.form>footer small {
  font-size: 1rem;
}

.form .box {
  width: 50%;
  padding: 50px 30px;
  border: 3px solid #000;
  background: #FAFAFA;
  text-align: center;
  margin: 60px auto;
}

.form .box h2 {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.form .box>a {
  display: block;
  width: 60%;
  border: 1px solid #000;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 50px auto 0;
  text-transform: uppercase;
}

.form .box>a:hover {
  background: #000;
  color: #FFF;
}

.form .box>a:after {
  content: ">";
  margin-left: 10px;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-weight: bold;
}

.blue {
  color: blue;
}

.most_under {
  font-size: 14px;
  text-align: justify;
  width: 95%;
  margin: auto;
}
