@charset "UTF-8";
body {
  color: #5f2b20;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  background-color: #ffffff;
  background-image: url(../images/bg_body.jpg);
  background-repeat: repeat;
}

.left {
  float: left;
}

.right {
  float: right;
}

.header {
  width: 1120px;
  margin: 0 auto;
  padding-top: 25px;
}

.header h1 {
  font-size: 12px;
  text-align: right;
}

.header .left {
  width: 730px;
}

.header .right {
  width: 390px;
  padding-top: 26px;
}

.header .time dl {
  font-size: 24px;
}

.header .time dt {
  width: 200px;
  font-size: 20px;
  color: #ffffff;
  float: left;
  text-align: center;
  padding: 2px 0;
  background-color: #7a4e45;
}

.header .time dd {
  margin-left: 210px;
}

.header .tel {
  font-size: 40px;
  font-weight: bold;
}

.g_navi {
  width: 1320px;
  height: 128px;
  margin: 0 auto;
  background-image: url(../images/bg_gnavi.png);
  background-repeat: no-repeat;
}

.g_navi ul {
  width: 1120px;
  height: 128px;
  line-height: 106px;
  font-size: 0;
  margin: 0 auto;
}

.g_navi li {
  display: inline-block;
  width: 140px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.g_navi .on {
  color: #ff6a8c;
}

.main_body {
  width: 1120px;
  margin: 30px auto 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 32px rgba(0, 0, 0, 0.11);
}

.inner_block {
  width: 1080px;
  margin: 0 auto;
  padding: 25px 0 60px;
}

footer {
  padding: 30px 0;
  text-align: center;
  background-image: url(../images/bg_footer.jpg);
  background-repeat: repeat;
}

footer .f_navi {
  height: 24px;
}

footer .f_navi:nth-of-type(2) {
  padding-top: 10px;
}

footer .f_navi li {
  display: inline-block;
  padding-right: 10px;
}

footer .f_navi li + li {
  border-left: 2px solid #ffffff;
  padding-left: 12px;
}

footer .f_navi a {
  color: #ffffff;
}

footer .copywriter {
  color: #ffffff;
}

footer .copywriter p:first-child {
  padding-top: 20px;
}

footer .copywriter p:last-child {
  padding-top: 10px;
}

footer .copywriter a {
  color: #ffffff;
}

#various_page .inner_block {
  padding-bottom: 60px;
}

#various_page h3 {
  width: 567px;
  height: 67px;
  line-height: 50px;
  font-size: 28px;
  color: #552b22;
  text-align: center;
  margin: 0 auto;
  background-image: url(../images/bg_title_content2.png);
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

#various_page h3:not(:first-child) {
  margin-top: 30px;
}

#various_page .left {
  width: 825px;
  /*＋、－切り替え*/
}

#various_page .left .list_kind {
  width: 800px;
  margin-top: 20px;
}

#various_page .left .toggle_switch {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  margin-top: 10px;
  padding: 0 30px;
  background: #fc6f7f;
  /*background: linear-gradient(270deg, rgba(231,84,101,1) 0%, rgba(244,151,173,1) 37%, rgba(255,220,234,1) 73%, rgba(246,140,165,1) 84%);*/
}

#various_page .left .title {
  float: left;
}

#various_page .left .accordion_icon,
#various_page .left .accordion_icon span {
  display: inline-block;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#various_page .left .accordion_icon {
  position: relative;
  top: 10px;
  width: 20px;
  height: 20px;
  float: right;
}

#various_page .left .accordion_icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
}

#various_page .left .accordion_icon span:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

#various_page .left .accordion_icon span:nth-of-type(2) {
  top: 9px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#various_page .left .open .accordion_icon span:nth-of-type(1) {
  display: none;
}

#various_page .left .open .accordion_icon span:nth-of-type(2) {
  top: 9px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

#various_page .left .toggle_contents {
  display: none;
  padding: 20px 0;
  background-color: #ffffff;
}

#various_page .left .toggle_contents.showing {
  display: block;
}

#various_page .left .list_item {
  width: 768px;
  margin: 0 auto;
}

#various_page .left .list_item ul {
  width: 177px;
  float: left;
  margin-right: 20px;
}

#various_page .left .list_item ul:nth-child(4n) {
  margin-right: 0;
}

#various_page .left .list_item ul:nth-child(n+5) {
  margin-top: 20px;
}

#various_page .left .list_item li:nth-of-type(1) {
  color: #ffffff;
  padding: 5px 10px;
  background-color: #552b22;
}

#various_page .left .list_item li:nth-of-type(2) {
  height: 171px;
  overflow: hidden;
  text-align: center;
  padding: 4px 0;
  background-color: #fefefe;
}

#various_page .left .list_item img {
  width: 163px;
}

#various_page .right {
  width: 255px;
}

#various_page .right .link_btn li {
  margin-left: -5px;
  margin-bottom: 10px;
}

#various_page .right .mobile {
  margin-top: 20px;
  padding: 5px 0;
  background-color: #ffecf2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fb839f;
}

#various_page .right .mobile h5 {
  text-align: center;
}

#various_page .right .mobile p {
  width: 230px;
  margin: 0 auto;
}

#various_page .right .mobile p:nth-of-type(1) {
  text-align: center;
  padding: 15px 0;
}

#various_page .right .mobile p a {
  color: #fa6487;
  text-decoration: underline;
}
