@charset "UTF-8";
/* CSS Document */
body {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  background-color: #fffff9;
}
ul{
  list-style-type: none;
  padding-left: 0;
}
#cy_h1 {
  font-size: 12px;
}

#cy_h1 a {
  color: #000;
}

#spnav {
  display: none;
}

p {
  color: #321704;
  font-size: 14px;
}

a {
  color: #321704;
  text-decoration: none !important;
}

a:hover {
  color: #321704;
  text-decoration: none !important;
}
.phone_br {
  display: none;
}
/* ページトップ */
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
}

#page-top a {
  text-decoration: none;
  color: #fff;
  background-color: #ff7740;
  text-align: center;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  display: inline-block;
}

.flexslider {
  height: 80vh;
  position: relative;
}

.slides {
  position: relative;
  z-index: 10;
  height: 100%;
  overflow: hidden;
}

#fade1,
#fade2,
#fade3 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

#fade1 {
  background-image: url(../images/fade1.jpg);
}

#fade2 {
  background-image: url(../images/fade2.jpg);
}

#fade3 {
  background-image: url(../images/fade3.jpg);
}

.wm_-0,
.cy_nav {
  display: block;
  text-align: right;
}

.cy_1640 {
  width: 97%;
  max-width: 1640px;
  display: block;
  margin: 0 auto;
}

.cy_960 {
  width: 97%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}

.cy_header {
  padding: 25px 0;
}

.cy_nav li {
  display: inline-block;
  padding: 10px 25px;
  position: relative;
}
.cy_nav li a {
  letter-spacing: 2px;
  font-size: 1.2em;
  display: block;
  width: 100%;
  height: 100%;
}
.cy_nav li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 1px solid #321704;
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cy_nav li a:hover:after {
  width: 70px;
}

.wm_-0 a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 2px;
}
.wm_-0 a i {
  margin: 0 5px 0 0;
}

.index_main {
  background-image: url(../images/index1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 80vh;
  position: relative;
  z-index: 600;
}

.main_pwm {
  position: absolute;
  top: 15%;
  right: 5%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 2.4em;
  letter-spacing: 3px;
  line-height: 2;
  font-feature-settings: normal;
}
.main_pwm:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 65px;
  border-right: 1px solid #321704;
  height: 100%;
  width: 1px;
}

.sec1 {
  position: relative;
}

.sec2 {
  padding: 50px 0 0 0;
}

.hkd {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 1000px;
  transform: translateY(-50%);
  z-index: 550;
}

.mag4g {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 0 0 35px 0;
}

.vr0 {
  text-align: center;
}
.vr0 .mag4g {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 5px;
  margin: 0 0 35px 0;
}
.vr0 p {
  line-height: 2;
  letter-spacing: 2px;
  font-size: 1.2em;
  margin: 0 0 35px 0;
}

.mfw0 {
  background-image: url(../images/index5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px 0;
  position: relative;
}

.cy_850 {
  width: 97%;
  max-width: 850px;
  display: block;
  margin: 0 auto;
}

.cy_1180 {
  width: 97%;
  max-width: 1180px;
  display: block;
  margin: 0 auto;
}

.ma00 {
  position: relative;
  width: 46%;
}

.ma00:before {
  content: "";
  display: block;
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.inner_d0 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 127, 75, 0.7);
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  /*上下中央*/
  justify-content: center;
  /*左右中央*/
}
.inner_d0 p {
  font-size: 2.4em;
  color: #fff;
}
.inner_d0 p span {
  display: block;
  font-size: 14px;
  margin: 10px 0 0 0;
}

.more_a80 {
  display: block;
  position: relative;
  z-index: 550;
  margin: 0 auto;
  width: 95%;
  max-width: 400px;
  padding: 15px 0;
  color: #fff;
  background-color: #321704;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.2em;
  transform: translateY(50%);
  border: 1px solid #321704;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more_a80 span {
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more_a80 span:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 45px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more_a80 span:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: -10px;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more_a80:hover {
  background-color: #fff;
  color: #321704;
}
.more_a80:hover span {
  right: 25px;
}
.more_a80:hover span:before {
  border-bottom: 1px solid #321704;
}
.more_a80:hover span:after {
  border-bottom: 1px solid #321704;
}

.more_a85 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  max-width: 400px;
  padding: 15px 0;
  color: #fff;
  background-color: #321704;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.2em;
  transform: translateY(50%);
  border: 1px solid #321704;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more_a85 span {
  display: inline-block;
  position: absolute;
  width: 45px;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more_a85 span:before {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 45px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more_a85 span:after {
  content: "";
  display: block;
  position: absolute;
  right: -3px;
  top: -10px;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 1px;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.more_a85:hover {
  background-color: #fff;
  color: #321704;
}
.more_a85:hover span {
  right: 25px;
}
.more_a85:hover span:before {
  border-bottom: 1px solid #321704;
}
.more_a85:hover span:after {
  border-bottom: 1px solid #321704;
}

.bgC_2 {
  background-color: #fffff0;
}

.mkaa0 {
  width: 50%;
}

.mkaa0:nth-child(1) {
  background-image: url(../images/index2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 610px;
}

.mkaa0:nth-child(2) {
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  /*上下中央*/
  justify-content: center;
  /*左右中央*/
  text-align: center;
  position: relative;
}

.aga0 p {
  font-size: 1.1em;
  letter-spacing: 2px;
  line-height: 2;
}

.wf10 {
  position: relative;
  display: inline-block !important;
  padding: 10px 0;
}
.wf10:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  border-bottom: 1px solid #321704;
}
.wf10:before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 45px;
  border-bottom: 2px solid #321704;
}

.sec3 {
  padding: 50px 0 0 0;
}

.sec4 {
  padding: 50px 0 0 0;
}

.sec5 {
  padding: 50px 0 0 0;
}

.msh010 {
  background-color: #fff;
  width: 500px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  margin: auto 0;
  height: 375px;
  display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  /*上下中央*/
  justify-content: center;
  /*左右中央*/
}
.msh010:after {
  content: "";
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  border: 10px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.agmro {
  background-image: url(../images/index3.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 560px;
  position: relative;
}

.mesh05 {
  text-align: center;
}

.mag0s0 {
  margin: 25px 0 0 0;
}
.mag0s0 a {
  display: inline-block;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 25px;
}
.mag0s0 a i {
  margin: 0 15px 0 0;
}

.map0 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 75px 0;
}
.map0 iframe {
  width: 100%;
  height: 450px;
}

.cy_nav2 {
  width: 100%;
}
.cy_nav2 ul {
  width: 100%;
  border-top: 1px solid #321704;
  border-bottom: 1px solid #321704;
}
.cy_nav2 ul li {
  text-align: center;
  width: 16.6666%;
  position: relative;
}
.cy_nav2 ul li:nth-child(1):after {
  display: none;
}
.cy_nav2 ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 85%;
  margin: auto 0;
  border-right: 1px solid #321704;
}
.cy_nav2 ul li a {
  display: block;
  background-color: #fffff0;
  padding: 20px 0;
  margin: 10px;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.cy_nav2 ul li a:hover {
  background-color: #ffffbc;
}

.cy_footer {
  padding: 0 0 30px 0;
}
.cy_footer .mdv0 {
  text-align: center;
}
.cy_footer .mdv0 img {
  margin: 45px 0 0 0;
}
.cy_footer .mdv0 p {
  margin: 45px 0 0 0;
  letter-spacing: 2px;
  line-height: 1.7;
}
.cy_footer .copy {
  margin: 20px 0 0 0;
  display: block;
}
.text_red {
  color: red;
  font-size: 18px;
  font-weight: bold;
}
.text_red_introduction {
  color: red;
  font-size: 19px;
  font-weight: bold;
}

/*----------------------------access--------------------------------*/

.a_main {
  background-image: url(../images/a1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 600;
}

.a_main:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 110px;
  border-right: 2px solid #321704;
}

.a_main img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  height: 55px;
  width: auto;
}

.atable {
  display: table;
  font-weight: bold;
  line-height: 2;
}
.acell1 {
  background-color: #fffff0;
  display: table-cell;
  width: 250px;
  padding: 30px;
}
.acell2 {
  display: table-cell;
  padding: 30px;
}
.block480 {
  display: block;
}

/*----------------------------information--------------------------------*/

.i_main {
  background-image: url(../images/i1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 600;
}

.i_main:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 110px;
  border-right: 2px solid #321704;
}

.i_main img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  height: 55px;
  width: auto;
}

.i_sec1 {
  margin-top: 100px;
}
.i1 {
  position: relative;
}
.i11 {
  float: left;
  width: 25%;
}
.i111 {
  position: relative;
  width: 350%;
  margin-top: 25%;
}
.i1111 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2.4em;
}
.i1111 span {
  background-color: #fffff9;
  padding: 8px 20px 8px 0;
}
.i1112 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 2em;
}
.i1112 span {
  background-color: #fffff9;
  padding: 8px 20px 8px 0;
}
.i1113 {
  margin-top: 20px;
  width: 32%;
  line-height: 2;
}
.i12 {
  float: right;
  width: 70%;
  background-image: url(../images/i3.jpg);
  background-size: cover;
  background-position: 50% 0;
  height: 450px;
}

.i_sec2 {
  margin-top: 200px;
}
.i2 {
  position: relative;
  background-color: #fffff0;
  padding: 100px 80px;
}
.i200 {
  position: absolute;
  top: -140px;
  right: 250px;
  width: 60px;
}
.i21 {
  float: left;
  width: 45%;
}
.setubi {
  font-size: 20px;
}
.i211 {
  margin-top: 20px;
}
.i211 ul li {
  display: inline-block;
  width: 31%;
  margin: 1% 1% 0 0;
  background-color: #fff;
  padding: 8px;
  font-size: 15px;
  color: #321704;
}
.i212 ul li {
  display: inline-block;
  width: 63.8%;
  margin: 1% 0 0 0;
  background-color: #fff;
  padding: 8px;
  font-size: 15px;
  color: #321704;
}
.i22 {
  float: right;
  width: 45%;
}
.i23 {
  margin-top: 60px;
}
.i231 ul li {
  display: inline-block;
  width: 32%;
  margin: 1% 1% 0 0;
  background-color: #fff;
  padding: 8px;
  font-size: 15px;
  color: #321704;
}

.i31 {
  margin-top: 100px;
  background-image: url(../images/i4.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 600;
}
.i31 img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -210px;
  margin: auto auto;
  width: 40px;
}

.i32 {
  margin-top: 280px;
  margin-bottom: 150px;
  text-align: center;
}
.i32 ul li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}
.i32 ul li img {
  width: 110px;
}
.i321 p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}

/*----------------------------introduction--------------------------------*/

.s_main {
  background-image: url(../images/s1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 600;
}

.s_main:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 110px;
  border-right: 2px solid #321704;
}

.s_main img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  height: 55px;
  width: auto;
}

.s_sec {
  margin-top: 80px;
}
.s0 {
  position: relative;
  height: 800px;
}
.s1 {
  float: left;
  background-image: url(../images/s3.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 60%;
  height: 480px;
}
.s2 {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
}
.s21 {
  padding: 60px;
}
.s21 ul {
  margin-top: 10px;
}
.s21 ul li {
  font-size: 17px;
  line-height: 1.7;
}
.big {
  font-size: 17px;
  font-weight: bold;
}

/**flexボックス*********
clearfixは記述しない
***********************/

.s31 ul {
  display: flex;
  justify-content: space-around; /*端によせる*/
  flex-wrap: wrap; /*折り返し*/
}
.s31 li {
  width: 31%;
}
.s31 ul li img {
  width: 100%;
}
.s311 p {
  margin-top: 15px;
  font-weight: bold;
}

.s4 {
  position: relative;
  background-image: url(../images/s8.jpg);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  margin-top: 100px;
}
.s4 img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -200px;
  margin: auto auto;
  width: 40px;
}

.s5 {
  position: relative;
  background-color: #fffff0;
  margin-top: 250px;
  padding: 60px 0;
}
.s50 {
  display: block;
  margin: 0 auto;
  width: 65%;
  text-align: center;
}
.s511 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
}
.s52 ul {
  display: flex;
  justify-content: space-around; /*端によせる*/
  flex-wrap: wrap; /*折り返し*/
}
.s52 {
  margin-top: 30px;
}
.s52 li {
  width: 40%;
}
.s52 ul li img {
  width: 100%;
}
.s5211 {
  color: #fff;
  background-color: #ff7f50;
  font-size: 16px;
  letter-spacing: 5px;
  padding: 5px 0;
}
.s5212 {
  color: #ff7f50;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-top: 10px;
}

.s6 {
  position: relative;
  background-color: #fffff0;
  margin-top: 40px;
  padding: 60px 0;
  text-align: center;
}
.s61 {
  width: 90%;
  display: block;
  margin: 30px auto 0;
}
.s611 {
  display: flex;
  justify-content: space-around; /*端によせる*/
  flex-wrap: wrap; /*折り返し*/
}
.s6111 {
  width: 30%;
}

.s62 ul {
  display: flex;
  justify-content: space-around; /*端によせる*/
  flex-wrap: wrap; /*折り返し*/
}
.s62 ul li {
  position: relative;
  width: 45%;
}
.s62 ul li:nth-child(1) {
  background-color: #ff7f50;
}
.s100 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9.14px;
  margin: auto 0;
  height: 100%;
  width: auto;
}
.s621 p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  padding: 5px 0;
  letter-spacing: 4px;
}
.s622 p {
  color: #ff7f50;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 0;
  letter-spacing: 4px;
}
.s623 {
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 0;
  letter-spacing: 4px;
}

.s7 {
  position: relative;
  background-color: #fffff0;
  margin-top: 40px;
  padding: 60px 0;
}
.s71 {
  margin-top: 20px;
}
.s71 p {
  color: #ff7f50;
  text-align: center;
  font-weight: bold;
}
.s72 {
  margin-top: 15px;
}
.s5212 a {
  color: #ff7f50;
  text-decoration: underline;
  font-size: 17px;
}
.s721 img {
  height: 15px;
  width: auto !important;
}
.s722 img {
  height: 15px;
  width: auto !important;
}

.s8 {
  margin: 80px 0;
  text-align: center;
}
.s8 ul {
  display: flex;
  justify-content: space-around; /*端によせる*/
  flex-wrap: wrap; /*折り返し*/
}
.s8 ul li {
  width: 45%;
  padding: 30px 0;
}
.s8 ul li img {
  width: 100%;
}
.s811 {
  padding: 30px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
}
.s812 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.9;
}
.block480 {
  display: block;
}

/****************************　fee *****************************/

.f_main {
  background-image: url(../images/f1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 600;
}

.f_main:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 110px;
  border-right: 2px solid #321704;
}

.f_main img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  height: 55px;
  width: auto;
}

.f1 {
  margin-top: 80px;
  text-align: center;
}
.f1 p {
  line-height: 2.5;
  font-size: 16px;
  font-weight: bold;
}

.f20 {
  margin-top: 100px;
}
.f21 ul {
}
.f21 ul li {
}

.f200 {
  float: left;
  background-image: url(../images/f3.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 600px;
}

.f201 {
  float: right;
  background-color: #fffff0;
  text-align: center;
  width: 50%;
  height: 600px;
}
.f211 {
  margin-top: 245px;
}
.f2111 {
  font-size: 24px;
  font-weight: bold;
}
.f2112 {
  padding-top: 25px;
}

.f202 {
  float: left;
  background-color: #fffff0;
  text-align: center;
  width: 50%;
  height: 600px;
}
.f203 {
  float: right;
  background-image: url(../images/f4.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 600px;
}

.f204 {
  float: left;
  background-image: url(../images/f5.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 600px;
}

.f205 {
  float: right;
  background-color: #fffff0;
  text-align: center;
  width: 50%;
  height: 600px;
}

.f3 {
  margin: 80px 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}
.f3 p {
  margin: 80px 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}
.f4 {
  background-image: url(../images/f6.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-bottom: 100px;
}

/******************contact*********************/

.c_main {
  background-image: url(../images/c1.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 600;
}

.c_main:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 110px;
  border-right: 2px solid #321704;
}

.c_main img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  height: 55px;
  width: auto;
}
.c1 {
  text-align: center;
}
.c1 p {
  line-height: 2.5;
  font-size: 16px;
  font-weight: bold;
}
.copy a {
  color: #000;
}

.cy_770 {
  width: 97%;
  max-width: 770px;
  display: block;
  margin: 0 auto;
}

/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1280px) {
  .pc_none {
    display: none;
  }
  .pctab_none {
    display: none;
  }
  .pc_block {
    display: block;
  }
}

@media only screen and (max-width: 1440px) {
  .s50 {
    display: block;
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
  .s61 {
    width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  .s62 ul li {
    position: relative;
    width: 48%;
  }
}
@media only screen and (max-width: 1320px) {
  .mkaa0:nth-child(1) {
    height: 430px;
  }
}

@media only screen and (max-width: 1279px) {
  .m0f:nth-child(1) img {
    height: 60px;
  }
  .mkaa0:nth-child(1) {
    width: 35%;
  }
  .mkaa0:nth-child(2) {
    width: 65%;
  }
  .s721 img {
    height: 13px;
    width: auto !important;
  }
  .s722 img {
    height: 13px;
    width: auto !important;
  }
  .i2 {
    position: relative;
    background-color: #fffff0;
    padding: 100px 40px;
  }
}

@media only screen and (max-width: 1110px) {
  .inner_d0 p {
    font-size: 2em;
  }
  .cy_nav2 ul li a {
    padding: 10px 0;
    font-size: 1em;
  }
}

@media only screen and (max-width: 999px) {
  body {
    font-size: 14px;
  }
  .cy_nav {
    display: none;
  }
  .wm_-0 {
    display: none;
  }
  .inner_d0 p {
    font-size: 1.8em;
  }
  .mkaa0:nth-child(1) {
    width: 100%;
    height: 350px;
  }
  .mkaa0:nth-child(2) {
    width: 100%;
    padding: 25px 0;
  }
  .msh010 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .f200 {
    float: left;
    background-image: url(../images/f3.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 50%;
    height: 400px;
  }

  .f201 {
    float: right;
    background-color: #fffff0;
    text-align: center;
    width: 50%;
    height: 400px;
  }
  .f211 {
    margin-top: 140px;
  }
  .f2111 {
    font-size: 24px;
    font-weight: bold;
  }
  .f2112 {
    padding-top: 25px;
  }

  .f202 {
    float: left;
    background-color: #fffff0;
    text-align: center;
    width: 50%;
    height: 400px;
  }
  .f203 {
    float: right;
    background-image: url(../images/f4.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 50%;
    height: 400px;
  }

  .f204 {
    float: left;
    background-image: url(../images/f5.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 50%;
    height: 400px;
  }

  .f205 {
    float: right;
    background-color: #fffff0;
    text-align: center;
    width: 50%;
    height: 400px;
  }
  .s1 {
    float: none;
    background-image: url(../images/s3.png);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
  }
  .s2 {
    position: static;
    width: 100%;
    background-color: #fff;
  }
  .s4 {
    position: relative;
    background-image: url(../images/s8.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
    margin-top: 100px;
  }
  .s4 img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -170px;
    margin: auto auto;
    width: 35px;
  }
  .s5 {
    position: relative;
    background-color: #fffff0;
    margin-top: 220px;
    padding: 60px 0;
  }

  .s52 {
    margin-top: 30px;
  }
  .s52 ul {
    display: block;
  }
  .s52 li {
    width: 80%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .s521 {
    margin-top: 30px;
  }

  .s611 {
    display: block;
    margin-top: 60px;
  }
  .s6111 {
    width: 80%;
    display: block;
    margin: 30px auto 0;
  }
  .s8 {
    margin: 40px 0;
    text-align: center;
  }
  .s811 {
    padding: 30px 0 5px 0;
    font-size: 18px;
    font-weight: bold;
  }
  .i31 {
    margin-top: 50px;
    background-image: url(../images/i4.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 600;
  }
  .i31 img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -160px;
    margin: auto auto;
    width: 30px;
  }
  .i21 {
    float: none;
    width: 100%;
  }
  .i22 {
    float: none;
    width: 100%;
    margin-top: 40px;
  }
  .i200 {
    position: absolute;
    top: -120px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 50px;
  }
  .i_sec2 {
    margin-top: 180px;
  }
  .setubi {
    font-size: 26px;
    text-align: center;
  }
  .i211 {
    margin-top: 40px;
  }
  .i211 ul li {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 8px 1%;
    background-color: #fff;
    font-size: 15px;
    color: #321704;
    text-align: center;
  }
  .i212 ul li {
    display: block;
    width: 100%;
    margin: 1% 0 0 0;
    background-color: #fff;
    padding: 8px;
    font-size: 15px;
    color: #321704;
    text-align: center;
  }
  .i231 {
    margin-top: 40px;
  }
  .i231 ul li {
    display: block;
    width: 100%;
    margin: 1% 1% 0 0;
    background-color: #fff;
    padding: 8px;
    font-size: 15px;
    color: #321704;
    text-align: center;
  }
  .i11 {
    float: none;
    width: 100%;
  }
  .i111 {
    position: relative;
    width: 80%;
    margin-top: 10px;
    display: block;
    margin: 0 auto;
  }
  .i1111 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
  }
  .i1113 {
    margin-top: 20px;
    width: 100%;
    line-height: 2;
  }
  .i12 {
    float: none;
    width: 94%;
    background-image: url(../images/i3.jpg);
    background-size: cover;
    background-position: 50% 0;
    height: 250px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
  }

  .i_sec1 {
    margin-top: 80px;
  }
  .i111 {
    position: relative;
    width: 94%;
    margin-top: 10px;
    display: block;
    margin: 0 auto;
  }
  .i1111 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7em;
  }
  .i1112 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
  }
}

@media only screen and (max-width: 850px) {
  .index_main {
    height: 450px;
  }
  .main_pwm {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-weight: bold;
    font-size: 1.7em;
  }
  .main_pwm:after {
    border-top: 1px solid #321704;
    border-right: none;
    height: 1px;
    width: 100%;
    top: 45px;
    left: 0;
  }
  .vr0 .mag4g {
    font-size: 1.5em;
    margin: 0 0 20px 0;
  }
  .vr0 p {
    margin: 0 0 20px 0;
  }

  .atable {
    display: block;
    font-weight: bold;
    line-height: 2;
  }
  .acell1 {
    background-color: #fffff0;
    display: block;
    width: 100%;
    padding: 20px;
  }
  .acell2 {
    display: block;
    width: 100%;
    padding: 20px;
  }

  .i32 ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-top: 40px;
  }
  .i32 ul li img {
    width: 90px;
  }
}

@media only screen and (max-width: 740px) {
  .f20 {
    margin-top: 40px;
  }

  .f201 {
    float: none;
    background-color: #fffff0;
    text-align: center;
    width: 100%;
    height: 250px;
  }
  .f211 {
    margin-top: 0;
    padding-top: 70px;
  }
  .f200 {
    float: none;
    background-image: url(../images/f3.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 250px;
  }

  .f202 {
    float: none;
    background-color: #fffff0;
    text-align: center;
    width: 100%;
    height: 250px;
  }
  .f203 {
    float: none;
    background-image: url(../images/f4.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 250px;
  }
  .f205 {
    float: none;
    background-color: #fffff0;
    text-align: center;
    width: 100%;
    height: 250px;
  }
  .f204 {
    float: none;
    background-image: url(../images/f5.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 250px;
  }
  .f4 {
    background-image: url(../images/f6.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 380px;
    margin-bottom: 100px;
  }
  .s2 {
    position: static;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
  .s21 {
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  /**hedaer***********************/
  body {
    font-size: 12px;
  }
  .pc_br {
    display: none;
  }
  .vr0 {
    text-align: left;
  }
  .mag4g {
    font-size: 1.5em;
  }
  .ma00 {
    width: 100%;
  }
  .ma00:before {
    display: none;
  }
  .inner_d0 {
    position: relative;
    width: 100%;
    border-radius: 0;
    padding: 35px 0;
    margin: 5px 0;
  }
  .mfw0 {
    background-image: none;
    padding: 40px 0;
  }
  .more_a85 {
    position: relative;
  }
  .aga0 {
    text-align: left;
  }
  .aga0 p {
    font-size: 1em;
  }
  .cy_nav2 ul li {
    width: 100%;
  }
  .cy_nav2 ul li a {
    margin: 5px;
  }
  .cy_nav2 ul li:after {
    display: none;
  }
  .mdv0 img {
    height: 65px;
  }
  .hkd {
    height: 600px;
  }
  .phone_br {
    display: block;
  }
  .s31 ul {
    display: block;
  }
  .s31 li {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
  .s4 {
    position: relative;
    background-image: url(../images/s8.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 250px;
    margin-top: 100px;
  }
  .s4 img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -125px;
    margin: auto auto;
    width: 25px;
  }
  .s5 {
    position: relative;
    background-color: #fffff0;
    margin-top: 180px;
    padding: 60px 0;
  }
  .i32 ul li {
    display: block;
    width: 100%;
    vertical-align: top;
    margin-top: 40px;
  }
  .i32 ul li img {
    width: 90px;
  }
  .text_red {
    font-size: 16px;
  }
  .text_red_introduction {
    font-size: 19px;
  }
}

@media only screen and (max-width: 550px) {
  .index_main {
    height: 340px;
  }
  .main_pwm {
    font-size: 1.4em;
  }
  .main_pwm:after {
    top: 38px;
  }
  .vr0 .mag4g {
    font-size: 1.3em;
  }
  .msh010 {
    height: 90%;
    width: 90%;
    max-width: 480px;
    padding: 5px;
  }
  .map0 iframe {
    height: 300px;
  }

  .s5 {
    position: relative;
    background-color: #fffff0;
    margin-top: 170px;
    padding: 30px 0;
  }
  .s50 {
    width: 90%;
  }
  .s52 li {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .s511 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
  }

  .s6 {
    position: relative;
    background-color: #fffff0;
    margin-top: 20px;
    padding: 30px 0;
    text-align: center;
  }
  .s7 {
    position: relative;
    background-color: #fffff0;
    margin-top: 30px;
    padding: 30px 0;
  }
  .i31 {
    margin-top: 100px;
    background-image: url(../images/i4.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 250px;
    position: relative;
    z-index: 600;
  }
  .i31 img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -130px;
    margin: auto auto;
    width: 25px;
  }
  .i32 {
    margin-top: 200px;
    margin-bottom: 100px;
    text-align: center;
  }
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 480px) {
  .msh010:after {
    display: none;
  }
  .mag0s0 a {
    font-size: 2em;
  }
  .block480 {
    display: none;
  }
  .c_main:after {
    height: 80px;
    bottom: -40px;
  }
  .i_main:after {
    height: 80px;
    bottom: -40px;
  }
  .a_main:after {
    height: 80px;
    bottom: -40px;
  }
  .f_main:after {
    height: 80px;
    bottom: -40px;
  }
  .s_main:after {
    height: 80px;
    bottom: -40px;
  }

  .c_main img {
    height: 40px;
  }
  .i_main img {
    height: 40px;
  }
  .a_main img {
    height: 40px;
  }
  .f_main img {
    height: 40px;
  }
  .s_main img {
    height: 40px;
  }

  .c1 p {
    line-height: 2.5;
    font-size: 14px;
    font-weight: bold;
  }
  .f1 p {
    line-height: 2.5;
    font-size: 14px;
    font-weight: bold;
  }
  .block {
    display: block;
  }
  .f3 p {
    letter-spacing: 3px;
    line-height: 1.8;
  }
  .s1 {
    float: none;
    background-image: url(../images/s3.png);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
  }
  .s31 li {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .s6111 {
    width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  .s8 {
    margin: 40px 0;
  }
  .s8 ul {
    display: block;
  }
  .s8 ul li {
    width: 100%;
    padding: 20px 0;
  }
  .i1111 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7em;
  }
  .i1112 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
  }
  .i1113 {
    margin-top: 15px;
    width: 100%;
    line-height: 2;
  }
}

@media only screen and (max-width: 340px) {
  .vr0 p {
    font-size: 1.1em;
  }
}

.break {
  display: none;
}

@media (max-width:670px) {
  .break {
    display: block;
  }
  .fee_text {
    font-size: 22px !important;
  }
  
}
