@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  color: #3E3A39;
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 0.2;
  font-family: 'Hiragino Kaku Gothic ProN', "Meiryo", "arial"; }

a {
  color: #B28247;
  text-decoration: underline; }
  a img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8; }

img {
  border: 0; }

p {
  margin-bottom: 1em; }

ul li {
  list-style: none; }

.clear:after {
  display: block;
  content: "";
  clear: both; }

.ta-c {
  text-align: center; }

.ta-r {
  text-align: right; }

.ta-l {
  text-align: left; }

.bgOrange {
  background: rgba(247, 181, 44, 0.2); }

#headerBg {
  width: 100%;
  box-sizing: border-box;
  height: 1500px;
  background: url(../img/background.jpg) no-repeat;
  background-position: top center;
  background-size: 100%;
  /*spanの絶対位置指定の親にします*/ }
  #headerBg header {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 20px 0;
    margin-bottom: 40px;
    position: relative; }
  #headerBg h1 {
    float: left; }
    #headerBg h1 img {
      width: 100%;
      max-width: 270px;
      height: auto; }
  #headerBg #navToggle {
    display: none;
    /*通常時は非表示にしておきます*/
    position: absolute;
    /*bodyに対しての絶対位置指定です*/
    right: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    padding: 10px;
    cursor: pointer;
    z-index: 300;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 3px; }
    #headerBg #navToggle div {
      position: relative; }
    #headerBg #navToggle span {
      display: block;
      position: absolute;
      /*#navToggle div に対して*/
      width: 100%;
      border-bottom: solid 8px #F29600;
      border-radius: 10px;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      #headerBg #navToggle span:nth-child(1) {
        top: 0; }
      #headerBg #navToggle span:nth-child(2) {
        top: 16px; }
      #headerBg #navToggle span:nth-child(3) {
        top: 30px; }
    #headerBg #navToggle .menu {
      color: #946134;
      font-weight: bold;
      font-size: 1.3em;
      padding-top: 43px; }
  #headerBg nav {
    padding-top: 50px;
    z-index: 200; }
    #headerBg nav ul {
      float: right; }
      #headerBg nav ul li {
        float: left;
        padding: 0 10px;
        text-align: center;
        line-height: 1.2em; }
        #headerBg nav ul li.sp_only {
          display: none; }
          @media screen and (max-width: 768px) and (min-width: 0px) {
            #headerBg nav ul li.sp_only {
              display: block; }
              #headerBg nav ul li.sp_only ul {
                min-width: inherit; }
                #headerBg nav ul li.sp_only ul li {
                  padding: 0 !important;
                  border: none;
                  color: #946134;
                  font-weight: bold;
                  text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 5px #fff;
                  font-size: 0.9em; } }
        #headerBg nav ul li a {
          text-decoration: none;
          font-size: 1.1em;
          color: #946134;
          font-weight: bold;
          text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 5px #fff; }
        #headerBg nav ul li span.ja {
          display: block;
          font-size: 0.7em; }
        #headerBg nav ul li:first-child {
          padding-left: 0; }
        #headerBg nav ul li:last-child {
          padding-right: 0; }
  #headerBg #mainVisual h2 {
    text-align: center;
    color: #804F21;
    font-size: 2.6em;
    margin-bottom: 0.9em; }
  #headerBg #mainVisual p {
    color: #F29600;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.5; }
    #headerBg #mainVisual p img {
      position: absolute;
      bottom: 5px; }
  #headerBg .swiper-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 30px; }
    #headerBg .swiper-container .swiper-wrapper {
      width: 100%; }
      #headerBg .swiper-container .swiper-wrapper .swiper-slide {
        line-height: 0.5; }
        #headerBg .swiper-container .swiper-wrapper .swiper-slide img {
          display: block;
          margin: 0 auto;
          width: 100%;
          height: auto; }
          #headerBg .swiper-container .swiper-wrapper .swiper-slide img.pannel {
            max-width: 420px;
            max-height: 587px; }
          #headerBg .swiper-container .swiper-wrapper .swiper-slide img.ribbon {
            max-width: 208px;
            max-height: 66px; }
  #headerBg p.bgSelect {
    color: #946134 !important;
    position: relative;
    height: 5em; }
    #headerBg p.bgSelect span:before {
      content: "";
      position: absolute;
      background-image: url(../img/img_left.gif);
      background-size: 80% 80%;
      background-repeat: no-repeat;
      background-position: left;
      left: 5%;
      top: 0;
      display: block;
      height: 100%;
      width: 15%; }
    #headerBg p.bgSelect span:after {
      content: "";
      position: absolute;
      background-image: url(../img/img_right.gif);
      background-size: 80% 80%;
      background-repeat: no-repeat;
      background-position: right;
      right: 5%;
      top: 0;
      display: block;
      height: 100%;
      width: 15%; }
  #headerBg p.money {
    color: #946134 !important;
    font-weight: normal; }
    #headerBg p.money .size {
      font-size: 1.8em;
      font-weight: normal;
      border: 1px solid #946134;
      background: rgba(255, 255, 255, 0.5);
      padding: 5px 15px;
      position: relative;
      top: -7px; }
    #headerBg p.money .fs2em {
      font-size: 2.5em;
      font-weight: bold; }

.informationArea {
  width: 100%;
  max-width: 885px;
  margin: 4em auto 1em;
  padding: 2em;
  box-sizing: border-box;
  background-color: antiquewhite; }

.informationTitle {
  font-size: 3em;
  line-height: 1em;
  margin: 0.5em 0;
  color: #E40509; }

.informationText {
  font-size: 1.5em;
  line-height: 1.5em; }

.contactArea {
  background: url(../img/back_01.gif) no-repeat;
  width: 100%;
  position: relative;
  margin-bottom: 2em; }
  .contactArea ul {
    min-width: 300px;
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 40px 0; }
    .contactArea ul li {
      margin: 0 1%; }
      .contactArea ul li img {
        display: block;
        width: 100%;
        height: auto; }

.titleBox {
  position: relative;
  margin-bottom: 1em; }
  .titleBox h3 {
    margin: 0 auto;
    color: #946134;
    text-align: center; }
    .titleBox h3.ribbon {
      background: url(../img/midashi.png) no-repeat;
      width: 467px;
      height: 218px; }
  .titleBox .titleOrange {
    color: #F29600;
    text-align: center;
    position: absolute; }

.outline img.bdr_aquare {
  margin-bottom: 40px; }
.outline p {
  font-size: 1.19em;
  margin-bottom: 40px; }

article {
  margin-top: -10px;
  padding-top: 10px;
  margin-bottom: 80px; }

#concept .outline p {
  margin-bottom: 60px; }
#concept .point {
  width: 390px;
  float: left;
  margin: 0 9px;
  background: url(../img/bg_point.gif) repeat;
  border: 1px solid #F29600;
  border-radius: 3px;
  position: relative;
  padding-top: 30px; }
  #concept .point .no1, #concept .point .no2, #concept .point .no3 {
    position: absolute;
    left: -10px;
    top: -40px; }
    #concept .point .no1 img, #concept .point .no2 img, #concept .point .no3 img {
      width: 100%;
      height: auto;
      max-width: 126px; }
  #concept .point h4 {
    text-align: center;
    color: #F29600;
    font-size: 1.42em; }
  #concept .point h5 {
    font-size: 1.1em;
    color: #946134;
    margin-bottom: 1em; }
  #concept .point img {
    display: block;
    margin: 0 auto; }
  #concept .point .pointBox {
    padding: 0 20px 20px;
    height: 225px; }
    #concept .point .pointBox ul li:before {
      content: "■";
      margin-right: 0.3em; }

#line .titleBox img.iconLine {
  position: absolute; }
#line h4 {
  text-align: center;
  color: #946134;
  font-size: 2em;
  margin-bottom: 20px; }
#line .half h5 {
  color: #946134;
  font-size: 1.3em;
  margin-bottom: 10px; }
  #line .half h5.howto {
    background: url(../img/back_howto.gif) no-repeat 0 -1px;
    height: 27px; }
    #line .half h5.howto .howtoNo {
      font-size: 0.87em;
      font-weight: normal;
      width: 99px;
      display: inline-block;
      text-align: center;
      margin-right: 1em;
      position: relative;
      top: 2px; }

.lineBtn ul {
  width: 60%;
  box-sizing: border-box;
  margin: auto;
  display: flex;
  justify-content: space-around; }
  .lineBtn ul li {
    margin: 10px; }
    .lineBtn ul li img {
      display: block;
      width: 100%;
      height: auto; }

#line p {
  margin-left: 1em; }

.useList {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-around; }
  .useList li img {
    display: block;
    width: 100%;
    height: auto; }

#use .useBox {
  width: 360px;
  height: 500px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  background: #fff;
  border-radius: 3px;
  padding: 30px 20px 10px; }
  #use .useBox h4 {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.5em; }
  #use .useBox img {
    margin: 0 auto 1em;
    display: block; }
  #use .useBox:nth-child(3n) {
    margin-right: 0; }
  #use .useBox.wedding {
    border: 1px solid #C82B51; }
    #use .useBox.wedding h4 {
      color: #C82B51; }
  #use .useBox.birthday {
    border: 1px solid #EC6C2A; }
    #use .useBox.birthday h4 {
      color: #EC6C2A; }
  #use .useBox.festival753 {
    border: 1px solid #F3BB19; }
    #use .useBox.festival753 h4 {
      color: #F3BB19; }
  #use .useBox.family {
    border: 1px solid #92BE3F; }
    #use .useBox.family h4 {
      color: #92BE3F; }
  #use .useBox.ceremony20 {
    border: 1px solid #0A9CB6; }
    #use .useBox.ceremony20 h4 {
      color: #0A9CB6; }
  #use .useBox.club {
    border: 1px solid #135089; }
    #use .useBox.club h4 {
      color: #135089; }

#price table {
  font-size: 1.5em;
  margin-bottom: 20px; }
  #price table.sizeList th {
    background: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    text-align: left;
    padding: 10px; }
    #price table.sizeList th.clrOrange {
      color: #E73828;
      font-weight: bold; }
      #price table.sizeList th.clrOrange .nomal {
        color: #000;
        font-size: 0.8em;
        font-weight: normal; }
      #price table.sizeList th.clrOrange .small {
        font-size: 0.8em;
        font-weight: normal; }
  #price table.sizeList td {
    text-align: right;
    background: #fff;
    border: 1px solid #888;
    padding: 0 10px; }
  #price table.optionList th {
    border: 1px solid #888;
    padding: 10px;
    text-align: left;
    font-weight: normal; }
  #price table.optionList td {
    background: rgba(255, 255, 255, 0.8);
    text-align: right;
    padding: 10px; }
  #price table.optionList tfoot tr td {
    background: rgba(255, 255, 255, 0.8);
    text-align: justify;
    padding: 10px;
    font-size: 0.75em; }
#price h4 {
  color: #E95513;
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 20px; }
#price h5 {
  font-size: 1.85em;
  margin-bottom: 10px;
  font-weight: normal; }
#price .campaignPriceInfo {
  width: 100%;
  display: block;
  background-color: #E95513;
  padding: 0.5em;
  box-sizing: border-box; }
  #price .campaignPriceInfo p {
    color: #fff;
    font-size: 1.2em;
    margin: 0; }
    #price .campaignPriceInfo p a {
      display: inline-block;
      text-align: center;
      padding: 5px 20px;
      margin: 0.5em auto;
      background: #fff;
      border-radius: 50px; }
      @media screen and (max-width: 518px) {
        #price .campaignPriceInfo p a {
          display: block; } }

#flow .flowText p {
  margin-bottom: 0; }
#flow .flowText .number {
  font-size: 2.57em;
  color: #946134;
  font-weight: bold;
  width: 1em;
  height: 2em;
  float: left;
  position: relative;
  top: 5px; }

.contactAreaGreen {
  background: url(../img/back_02.gif) no-repeat;
  width: 100%;
  position: relative;
  margin-bottom: 60px; }
  .contactAreaGreen ul {
    width: 100%;
    min-width: 300px;
    max-width: 960px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 1em 0 4em; }
    .contactAreaGreen ul li {
      margin: 0 1%; }
      .contactAreaGreen ul li img {
        width: 100%;
        height: auto;
        display: block; }

#attention {
  margin-bottom: 40px; }

/*
#make h3 {
  background: url(../img/back_make.gif) repeat-x 0 bottom;
  color: #6A3906;
  font-size: 2.57em;
  margin-bottom: 40px;
}

#make h3 img {
  position: relative;
  bottom: 10px;
}

#make h3 .title {
  position: relative;
  bottom: 20px;
  margin-left: 30px;
}

#make form {
  font-size: 2em;
  width: 597px;
  margin: 0 auto;
}

#make form p {
  position: relative;
  margin-bottom: 10px;
}

#make form p .inputTextLeft {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

#make form p .inputTextRight {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#make form p input {
  width: 597px;
  height: 47px;
  border: none;
}

#make form p input.bdrBr {
  border: 1px solid #946134;
}

#make form .dot {
  position: relative;
  top: -10px;
  left: -15px;
}

#make input[type="text"] {
  font-size: 1.6em;
  padding: 0 50px 0 160px;
  width: 387px;
  text-align: right;
}

#make input[type="submit"] {
  background: url(../img/tyumon.gif) no-repeat;
  text-indent: -9999px;
  border: none;
}

#make input[type="submit"]:hover {
  cursor: pointer;
}
*/
/*
#voice {
  margin-bottom: 0;
}
*/
#voice .voiceBox {
  margin-bottom: 50px; }
  #voice .voiceBox .clear {
    position: relative; }
  #voice .voiceBox .left {
    float: left; }
    #voice .voiceBox .left h4 {
      font-size: 2.5em;
      color: #F29600;
      border-bottom: 1px dotted #F29600;
      padding-bottom: 20px;
      margin-bottom: 20px;
      line-height: 1.1; }
    #voice .voiceBox .left p {
      color: #946134;
      font-size: 1.7em;
      margin-bottom: .5em; }
    #voice .voiceBox .left .item {
      /*項目*/
      margin-bottom: 1.5em; }
      #voice .voiceBox .left .item li {
        float: left;
        background: #fff;
        color: #F29600;
        font-size: 1.5em;
        line-height: 10px;
        padding: .3em 1em;
        margin-right: 10px;
        line-height: 1; }
        #voice .voiceBox .left .item li:last-child {
          margin-right: 0; }
        @media screen and (min-width: 0px) and (max-width: 768px) {
          #voice .voiceBox .left .item li {
            font-size: 1em;
            padding: .3em .84em;
            margin-bottom: .5em; } }
  #voice .voiceBox .customer {
    border: 1px dotted #F29600;
    border-radius: 3px;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px; }
    #voice .voiceBox .customer p {
      margin-bottom: 0;
      font-size: 1.3em;
      line-height: 1.4; }
  #voice .voiceBox .ansuwer {
    border: 1px solid #F29600;
    background: #fff;
    border-radius: 3px;
    padding: 30px; }
    #voice .voiceBox .ansuwer h5 {
      font-size: 1.7em;
      color: #F29600;
      margin-bottom: 0.5em; }
    #voice .voiceBox .ansuwer p {
      margin-bottom: 0;
      font-size: 1.3em;
      line-height: 1.4; }

footer {
  background: url(../img/bg_footer.gif) repeat; }
  footer p {
    color: #946134; }
    footer p .underLine {
      text-decoration: underline;
      font-size: 1.6em;
      line-height: 1.3;
      display: block; }
  footer ul {
    float: right;
    margin-bottom: 10px; }
  footer .copyright {
    background: #F7B52C;
    padding: 3px 0; }
    footer .copyright p {
      color: #fff;
      margin-bottom: 0;
      text-align: center; }

.bannerArea {
  max-width: 960px;
  width: 100%;
  margin: 1em auto 4em; }
  .bannerArea > a {
    display: block;
    margin: 2em 0; }
    .bannerArea > a img {
      width: 100%;
      display: block; }
  .bannerArea p {
    display: block;
    width: 100%;
    text-align: right; }
    .bannerArea p a {
      text-decoration: none;
      font-size: 1.5em;
      font-weight: bold;
      display: inline-block;
      line-height: 1.0rem; }
      .bannerArea p a:hover {
        font-size: 1.75em; }

@media screen and (min-width: 0px) and (max-width: 768px) {
  .informationTitle {
    font-size: 1.5em; }

  .informationText {
    font-size: 1.2em;
    line-height: 1.5em; }

  .small-not {
    display: none; }

  .wrapper, .wrapper1280 {
    width: calc(100% - 10px);
    min-width: 310px;
    height: auto;
    margin: 0 auto;
    padding: 0 5px; }

  #headerBg {
    min-width: 320px;
    width: 100%;
    height: auto;
    z-index: 10;
    position: relative;
    /* Toggle(Button) */
    /*display:noneだったボタンを display:blockにして表示します*/
    /* Click Toggle(Button) */
    /*ここから jQueryで header要素に付けた「.openNav」を利用します*/
    /*.openNavが付いた要素内のボタン（#navToggle）内のspanへの指定*/
    /*最初のspanをマイナス45度に*/
    /*2番目と3番目のspanを45度に*/
    /*header menu*/
    /*.openNavが付いた要素の中のnavを 縦方向に351px移動（=表示される）*/ }
    #headerBg header {
      padding: 10px 0;
      margin-bottom: 20px; }
    #headerBg h1 {
      float: none !important;
      margin: 0 auto;
      display: block;
      position: relative;
      right: 15px;
      text-align: center; }
      #headerBg h1 img {
        max-width: 170px; }
    #headerBg #mainVisual h2 {
      font-size: 1.7em;
      line-height: 1.3;
      margin-bottom: 0.3em; }
    #headerBg #mainVisual p {
      font-size: 1.15em;
      position: relative;
      left: -25px; }
      #headerBg #mainVisual p img {
        width: 45px;
        height: 43px; }
    #headerBg #navToggle {
      width: 40px;
      height: 40px; }
      #headerBg #navToggle span {
        border-bottom: solid 5px #f29600; }
        #headerBg #navToggle span:nth-child(2) {
          top: 10px; }
        #headerBg #navToggle span:nth-child(3) {
          top: 20px; }
      #headerBg #navToggle .menu {
        padding-top: 27px;
        font-size: 0.85em; }
    #headerBg header nav {
      position: absolute;
      /*bodyに対しての絶対位置*/
      left: 0;
      top: -450px;
      /*通常時はビュー外*/
      background: rgba(255, 255, 255, 0.85);
      width: 100%;
      padding: 10px 0 0;
      -webkit-transition: .5s ease-in-out;
      /*transitionで動きを*/
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      text-align: cneter; }
    #headerBg header ul {
      margin: 0 auto;
      display: block;
      min-width: 320px;
      width: 100%; }
      #headerBg header ul li {
        display: block;
        margin: 0;
        border-bottom: dotted 1px #946134;
        line-height: 3;
        float: none;
        padding-bottom: 5px !important;
        margin-bottom: 5px; }
        #headerBg header ul li a {
          display: block; }
        #headerBg header ul li::after {
          content: ''; }
        #headerBg header ul li:last-child {
          border-bottom: none;
          padding-right: 20px !important; }
        #headerBg header ul li:first-child {
          padding-left: 20px !important; }
    #headerBg #navToggle {
      display: block;
      position: fixed; }
    #headerBg .openNav #navToggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #headerBg .openNav #navToggle span:nth-child(2), #headerBg .openNav #navToggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
    #headerBg .openNav nav {
      -moz-transform: translateY(450px);
      -webkit-transform: translateY(450px);
      transform: translateY(450px); }
    #headerBg nav {
      padding-top: 50px; }
      #headerBg nav ul {
        position: static; }
        #headerBg nav ul li {
          position: static;
          padding: 0 20px;
          line-height: 1.25; }
          #headerBg nav ul li a {
            font-size: 0.9em; }
          #headerBg nav ul li span.ja {
            font-size: 0.5em; }
      #headerBg nav.fixed {
        position: absolute;
        top: 0;
        left: 0; }
    #headerBg .navBox {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      z-index: 199; }
    #headerBg .swiper-container {
      min-width: 310px;
      width: 100%;
      margin: 0 auto 30px; }
      #headerBg .swiper-container .swiper-slide {
        min-width: 105px; }
        #headerBg .swiper-container .swiper-slide img.ribbon {
          min-width: 100px;
          min-height: 31px;
          width: 90%; }
    #headerBg p.bgSelect {
      left: 0 !important; }
      #headerBg p.bgSelect:before {
        left: 3%;
        top: -5px;
        display: inline-block;
        -webkit-transform: scale(0.6);
        transform: scale(0.6); }
      #headerBg p.bgSelect:after {
        right: 3%;
        top: -5px;
        display: inline-block;
        -webkit-transform: scale(0.6);
        transform: scale(0.6); }
    #headerBg p.money {
      left: 0 !important; }

  .bgOrange {
    padding: 20px 0 5px;
    width: 100%; }

  .titleBox h3 {
    margin: 0 auto;
    color: #946134;
    text-align: center;
    font-size: 1.1em; }
    .titleBox h3.ribbon {
      width: 200px;
      height: 93px;
      background-size: cover; }
      .titleBox h3.ribbon .title {
        position: relative;
        top: 6px; }
  .titleBox .titleOrange {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: bold;
    top: 55px;
    right: 0;
    bottom: 0;
    left: 0; }

  .outline img {
    min-width: 310px;
    min-height: 5px;
    width: 100%;
    height: auto; }
    .outline img.bdr_aquare {
      margin-bottom: 0; }
  .outline p {
    font-size: 1.08em;
    line-height: 1.3;
    margin-bottom: 40px;
    padding: 0 5px; }

  article {
    margin-top: -20px;
    padding-top: 20px;
    margin-bottom: 20px;
    min-width: 310px;
    width: 100%; }

  #concept .outline p {
    margin-bottom: 10px; }
  #concept .point {
    min-width: 310px;
    width: 100%;
    margin: 0 0 10px;
    border: none;
    background: none; }
    #concept .point .no1, #concept .point .no2, #concept .point .no3 {
      position: relative;
      left: 0;
      top: 0;
      float: left;
      width: 30%; }
    #concept .point h4 {
      margin-left: 0.5em;
      float: left;
      font-size: 1.3em;
      width: calc(70% - 0.5em);
      text-align: left; }
    #concept .point h5 {
      font-size: 1.1em;
      line-height: 1.3; }
    #concept .point img {
      width: 100%;
      height: auto;
      max-width: 384px;
      margin-bottom: 10px; }
    #concept .point .pointBox {
      padding: 0 20px 20px;
      height: auto; }
      #concept .point .pointBox p {
        font-size: 0.9em;
        line-height: 1.4; }

  #line .titleBox img.iconLine {
    top: 20px;
    left: 5px;
    width: 55px;
    height: 55px; }
  #line h4 {
    text-align: center;
    color: #946134;
    font-size: 1.3em;
    margin-bottom: 20px; }
  #line .half {
    min-width: 310px;
    width: 100%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto 20px; }
    #line .half h5 {
      margin: auto; }
    #line .half p {
      line-height: 1.3;
      margin: auto; }
    #line .half img {
      min-width: 310px;
      min-height: 268px;
      max-width: 406px;
      max-height: 351px;
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
  #line p {
    margin-left: 0.8em; }

  .useList {
    display: none; }

  #use .useBox {
    min-width: 300px;
    width: 97%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
    float: left;
    background: #fff;
    border-radius: 3px;
    padding: 5px; }
    #use .useBox h4 {
      font-size: 1.4em;
      text-align: left;
      margin-bottom: 0.5em; }
    #use .useBox img {
      margin-right: 10px;
      margin-bottom: 0;
      float: left;
      min-width: 70px;
      min-height: 100px;
      width: 23%;
      height: auto; }
    #use .useBox:nth-child(3n) {
      margin-right: 0; }
    #use .useBox.wedding {
      border: 1px solid #C82B51; }
      #use .useBox.wedding h4 {
        color: #C82B51; }
    #use .useBox.birthday {
      border: 1px solid #EC6C2A; }
      #use .useBox.birthday h4 {
        color: #EC6C2A; }
    #use .useBox.festival753 {
      border: 1px solid #F3BB19; }
      #use .useBox.festival753 h4 {
        color: #F3BB19; }
    #use .useBox.family {
      border: 1px solid #92BE3F; }
      #use .useBox.family h4 {
        color: #92BE3F; }
    #use .useBox.ceremony20 {
      border: 1px solid #0A9CB6; }
      #use .useBox.ceremony20 h4 {
        color: #0A9CB6; }
    #use .useBox.club {
      border: 1px solid #135089; }
      #use .useBox.club h4 {
        color: #135089; }
    #use .useBox .useText {
      float: left;
      min-width: 210px;
      width: calc(100% - (23% + 20px)); }
      #use .useBox .useText p {
        font-size: 1em;
        line-height: 1.2; }

  #price table {
    min-width: 300px;
    width: 100%;
    font-size: 0.83em;
    margin-bottom: 10px; }
    #price table.sizeList th, #price table.sizeList td {
      padding: 2px; }
    #price table.optionList th, #price table.optionList td {
      padding: 2px 5px; }
  #price .tableRight1, #price .tableRight2 {
    margin-bottom: 2em; }
  #price h4 {
    text-align: left;
    font-size: 1.3em; }
  #price h5 {
    font-size: 1.4em; }

  #flow .quarterLeft, #flow .quarterRight {
    width: 95%;
    height: auto;
    padding: 5px; }
  #flow .quarterLeft:after, #flow .quarterRight:after {
    content: "\002228";
    font-size: 1.8em;
    color: #946134;
    text-align: center;
    display: block; }
  #flow .quarterLeft .small, #flow .quarterRight .small {
    font-size: 0.85em; }
  #flow .quarterLeft .number, #flow .quarterRight .number {
    height: 1em; }
  #flow .quarterLeft.last .number, #flow .quarterRight.last .number {
    height: 2.81em; }
  #flow .quarterLeft.last:after, #flow .quarterRight.last:after {
    content: none; }

  .fuki {
    position: relative; }
    .fuki img {
      position: relative;
      min-width: 175px;
      min-height: 54px;
      width: 70%;
      height: auto;
      top: 15px; }

  /*
    #make h3 {
      padding-left: 10px;
      font-size: 1.6em;
    }
    #make h3 img {
      width: 35px;
      height: 48px;
    }
    #make h3 span.title {
      margin-left: 10px;
      bottom: 13px;
    }
    #make form {
      min-width: 310px;
      width: 100%;
      margin: 0;
    }
    #make form p .inputTextLeft, #make form p .inputTextRight {
      font-size: 0.8em;
    }
    #make form img.dot {
      min-width: 310px;
      min-height: 1px;
      width: 100%;
      height: auto;
      left: 0;
    }
    #make form input[type="text"] {
      min-width: 155px;
      width: calc(100% - 155px);
      padding: 0 33px 0 122px;
    }
    #make form input[type="submit"] {
      min-width: 310px;
      min-height: 29px;
      width: 100%;
      height: auto;
      background-size: cover;
      background-position: center center;
      padding-bottom: 5%;
    }
    #make form input[type="submit"]:hover {
      cursor: pointer;
    }
  */
  /* #voice {
     margin-bottom: 0;
   }*/
  #voice .voiceBox .right {
    min-width: 70px;
    min-height: 100px;
    width: 22%;
    height: auto;
    margin: 0 10px 10px 0;
    float: left; }
    #voice .voiceBox .right img {
      min-width: 70px;
      width: 100%;
      height: auto; }
  #voice .voiceBox .left {
    min-width: 230px;
    width: calc(100% - (22% + 15px)); }
    #voice .voiceBox .left h4 {
      font-size: 1.3em;
      color: #F29600;
      border-bottom: 2px dotted #F29600;
      padding-bottom: 10px;
      margin-bottom: 10px;
      line-height: 1.1; }
    #voice .voiceBox .left p {
      color: #946134;
      font-size: 1.2em;
      line-height: 1.3;
      font-weight: bold; }
  #voice .voiceBox .customer {
    border: 1px dotted #F29600;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
    margin-bottom: 10px; }
    #voice .voiceBox .customer p {
      margin-bottom: 0;
      font-size: 1.15em;
      line-height: 1.4; }
  #voice .voiceBox .ansuwer {
    border: 1px solid #F29600;
    background: #fff;
    border-radius: 3px;
    padding: 10px; }
    #voice .voiceBox .ansuwer h5 {
      font-size: 1.3em;
      color: #F29600;
      margin-bottom: 0.2em; }
    #voice .voiceBox .ansuwer p {
      margin-bottom: 0;
      font-size: 1.15em;
      line-height: 1.4; }
  #voice a.readBtn {
    background: #F39800;
    border-radius: 3px;
    display: block;
    width: 100%;
    text-align: center;
    height: 20px; }

  footer {
    width: 100%;
    min-width: 310px; }
    footer .left img {
      min-width: 150px;
      min-height: 66px;
      width: 48%;
      height: auto; }
    footer .left .underLine {
      font-size: 0.8em; }
    footer .left .small {
      font-size: 0.7em;
      line-height: 1.2; }
    footer ul li {
      font-size: 1em; }
    footer .copyright {
      background: #F7B52C;
      padding: 3px 0; }
      footer .copyright p {
        color: #fff;
        margin-bottom: 0;
        text-align: center;
        font-size: 0.7em;
        line-height: 1.5; }

  #insta {
    margin-bottom: 0; } }
@media screen and (min-width: 769px) {
  body {
    min-width: 1280px; }

  .large-not {
    display: none; }

  .wrapper {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box; }

  .wrapper1280 {
    width: 100%;
    box-sizing: border-box;
    max-width: 1260px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px; }

  .bgOrange {
    padding: 50px 0 30px;
    margin: 0 auto; }

  .half {
    width: 400px;
    margin: 0 50px; }

  #headerBg p.bgSelect:before {
    left: 220px; }
  #headerBg p.bgSelect:after {
    right: 220px;
    top: 0px; }

  .titleBox {
    margin-bottom: 1em; }
    .titleBox h3 {
      font-size: 2.6em; }
      .titleBox h3.ribbon .title {
        position: relative;
        top: 26px; }
    .titleBox .titleOrange {
      font-size: 2em;
      line-height: 1.5;
      font-weight: 600;
      top: 125px;
      right: 0;
      bottom: 0;
      left: 0; }

  .outline img {
    width: 100%;
    max-width: 1007px; }
    .outline img.bdr_aquare {
      margin-bottom: 0px; }

  article {
    margin-bottom: 80px; }

  .pagetopBox {
    position: relative; }

  .pagetop {
    width: 80px;
    height: 67px;
    position: absolute;
    right: 10px;
    top: -5px; }

  #concept .point {
    width: 390px;
    float: left;
    margin: 0 9px; }
    #concept .point h4 {
      margin-bottom: 0; }
    #concept .point .pointBox {
      padding: 0 20px 20px;
      height: 225px; }

  #line .titleBox img.iconLine {
    position: absolute;
    top: 40px;
    left: 100px; }
  #line h4 {
    text-align: center;
    color: #946134;
    font-size: 2em;
    margin-bottom: 20px; }
  #line ul {
    position: relative;
    left: 50%;
    float: left;
    margin-bottom: 20px; }
    #line ul li {
      float: left;
      position: relative;
      left: -50%;
      margin: 0 20px; }
      #line ul li:nth-child(2) {
        top: 20px; }
  #line .half {
    float: left; }
  #line p {
    margin-left: 1em; }
  #line .titleBox img.iconLine {
    top: 40px;
    left: 100px; }
  #line h4 {
    text-align: center;
    color: #946134;
    font-size: 2em;
    margin-bottom: 20px; }
  #line ul {
    position: relative;
    left: 50%;
    float: left;
    margin-bottom: 20px; }
    #line ul li {
      float: left;
      position: relative;
      left: -50%;
      margin: 0 20px; }
      #line ul li:nth-child(2) {
        top: 20px; }
  #line .half {
    float: left; }
    #line .half h5 {
      color: #946134;
      font-size: 1.3em;
      margin-bottom: 10px; }
      #line .half h5.howto {
        background: url(../img/back_howto.gif) no-repeat 0 -1px;
        height: 27px; }
        #line .half h5.howto .howtoNo {
          font-size: 0.87em;
          font-weight: normal;
          width: 99px;
          display: inline-block;
          text-align: center;
          margin-right: 1em;
          position: relative;
          top: 2px; }
  #line p {
    margin-left: 1em; }

  #use .useBox {
    width: 360px;
    height: 500px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    background: #fff;
    border-radius: 3px;
    padding: 30px 20px 10px; }
    #use .useBox h4 {
      font-size: 1.4em;
      text-align: center;
      margin-bottom: 0.5em; }
    #use .useBox img {
      margin: 0 auto 1em;
      display: block; }
    #use .useBox:nth-child(3n) {
      margin-right: 0; }
    #use .useBox.wedding {
      border: 1px solid #C82B51; }
      #use .useBox.wedding h4 {
        color: #C82B51; }
    #use .useBox.birthday {
      border: 1px solid #EC6C2A; }
      #use .useBox.birthday h4 {
        color: #EC6C2A; }
    #use .useBox.festival753 {
      border: 1px solid #F3BB19; }
      #use .useBox.festival753 h4 {
        color: #F3BB19; }
    #use .useBox.family {
      border: 1px solid #92BE3F; }
      #use .useBox.family h4 {
        color: #92BE3F; }
    #use .useBox.ceremony20 {
      border: 1px solid #0A9CB6; }
      #use .useBox.ceremony20 h4 {
        color: #0A9CB6; }
    #use .useBox.club {
      border: 1px solid #135089; }
      #use .useBox.club h4 {
        color: #135089; }

  #price table {
    width: 100%;
    margin-right: 20px;
    float: left;
    font-size: 1.5em;
    margin-bottom: 20px; }
    #price table.sizeList th {
      background: rgba(255, 255, 255, 0.8);
      font-weight: normal;
      text-align: left;
      padding: 10px; }
      #price table.sizeList th.clrOrange {
        color: #E73828;
        font-weight: bold; }
        #price table.sizeList th.clrOrange .nomal {
          color: #000;
          font-size: 0.8em;
          font-weight: normal; }
        #price table.sizeList th.clrOrange .small {
          font-size: 0.8em;
          font-weight: normal; }
    #price table.sizeList td {
      text-align: right;
      background: #fff;
      border: 1px solid #888;
      padding: 0 10px; }
    #price table.optionList th {
      border: 1px solid #888;
      padding: 10px;
      text-align: left;
      font-weight: normal; }
    #price table.optionList td {
      background: rgba(255, 255, 255, 0.8);
      text-align: right;
      padding: 10px; }
  #price .tableRight1 {
    position: relative; }
    #price .tableRight1 p {
      margin-bottom: 20px; }
  #price .tableRight2 {
    float: left;
    position: relative; }
    #price .tableRight2 p {
      margin-bottom: 20px; }
  #price h4 {
    color: #E95513;
    font-size: 2em;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 20px; }
  #price h5 {
    font-size: 1.85em;
    margin-bottom: 10px;
    font-weight: normal; }

  #flow {
    margin-bottom: 40px; }
    #flow img {
      margin-bottom: 5px; }
    #flow .flowText p {
      margin-bottom: 0; }
    #flow .flowText .number {
      font-size: 2.57em;
      color: #946134;
      font-weight: bold;
      width: 1em;
      height: 2em;
      float: left;
      position: relative;
      top: 5px; }
    #flow .quarterLeft {
      width: 258px;
      height: 350px;
      background: #fff;
      border: 1px solid #F29600;
      border-radius: 3px;
      float: left;
      padding: 10px;
      position: relative;
      margin-right: 20px;
      margin-bottom: 20px; }
      #flow .quarterLeft:after {
        content: ">";
        font-size: 1.8em;
        color: #946134;
        position: absolute;
        right: -18px;
        top: 50%;
        bottom: 50%; }
      #flow .quarterLeft:first-child {
        margin-left: 20px; }
    #flow .quarterRight {
      width: 258px;
      height: 399px;
      background: #fff;
      border: 1px solid #F29600;
      border-radius: 3px;
      float: left;
      padding: 10px;
      position: relative;
      margin-left: 20px; }
      #flow .quarterRight .small {
        font-size: 0.85em; }
      #flow .quarterRight:before {
        content: ">";
        position: absolute;
        left: -18px;
        top: 50%;
        font-size: 1.8em;
        color: #946134; }
      #flow .quarterRight.last .number {
        height: 3.3em; }

  .fuki {
    position: relative; }
    .fuki img {
      position: relative;
      left: 20%;
      top: 20px; }

  /*
    #make h3 {
      padding-left: 80px;
    }
    #make input[type="submit"] {
      width: 765px;
      height: 75px;
      position: relative;
      left: -84px;
    }
    #make input[type="submit"]:hover {
      cursor: pointer;
    }
  */
  /*
    #voice {
      margin-bottom: 0;
    }
  */
  #voice .voiceBox .clear {
    position: relative; }
  #voice .voiceBox .right {
    width: 231px;
    height: auto;
    margin: 0 30px 10px 0;
    float: left; }
  #voice .voiceBox .left {
    width: 739px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    /* Safari用 */
    transform: translateY(-50%); }
    #voice .voiceBox .left h4 {
      font-size: 2.5em;
      color: #F29600;
      border-bottom: 1px dotted #F29600;
      padding-bottom: 20px;
      margin-bottom: 20px;
      line-height: 1.1; }
    #voice .voiceBox .left p {
      color: #946134;
      font-size: 1.7em; }
  #voice .voiceBox .customer {
    border: 1px dotted #F29600;
    border-radius: 3px;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px; }
    #voice .voiceBox .customer p {
      margin-bottom: 0;
      font-size: 1.3em;
      line-height: 1.4; }
  #voice .voiceBox .ansuwer {
    border: 1px solid #F29600;
    background: #fff;
    border-radius: 3px;
    padding: 30px; }
    #voice .voiceBox .ansuwer h5 {
      font-size: 1.7em;
      color: #F29600;
      margin-bottom: 0.5em; }
    #voice .voiceBox .ansuwer p {
      margin-bottom: 0;
      font-size: 1.3em;
      line-height: 1.4; }

  footer {
    width: 100%; }
    footer ul li {
      float: left;
      margin-right: 1em; }
    footer .copyright {
      background: #F7B52C;
      padding: 3px 0; }
      footer .copyright p {
        color: #fff;
        margin-bottom: 0;
        text-align: center; }

  #insta {
    margin-top: 80px;
    margin-bottom: 0; } }
/*Q and A*/
.faqBox dl {
  border: 1px solid #F29600;
  border-radius: 3px;
  background: #fff;
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  overflow: hidden;
  _zoom: 1; }

.question, .answer {
  font-size: 1.7em;
  line-height: 1.4;
  padding-top: 25px;
  padding-left: 100px;
  min-height: 80px; }

.question {
  background: url(../img/faq_q.png) no-repeat;
  border-bottom: 1px dotted #F29600;
  color: #946134;
  font-weight: bold;
  margin-bottom: 20px; }

.answer {
  background: url(../img/faq_a.png) no-repeat; }

.strong {
  color: #F29600;
  font-weight: bold; }

@media screen and (max-width: 768px) and (min-width: 0px) {
  .question, .answer {
    font-size: 1.2em;
    line-height: 1.3;
    padding-top: 10px;
    padding-left: 50px;
    background-size: 40px;
    min-height: 40px; }

  .question {
    padding-bottom: 20px; } }
/*インスタグラム*/
#instafeed {
  text-align: center; }
  #instafeed li {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    margin: 0 30px 30px 0;
    border: 1px dotted #F29600;
    border-radius: 3px;
    background: #fff;
    padding: 20px; }
    #instafeed li a {
      position: relative;
      z-index: 2; }
  #instafeed img {
    max-width: 260px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border: 1px solid #F29600;
    border-radius: 3px; }
  #instafeed p {
    text-align: left; }

@media screen and (max-width: 720px) {
  #instafeed li {
    margin: 0 0 30px 0; } }
@media screen and (max-width: 414px) {
  #instafeed li {
    width: 330px;
    padding: 10px; }
    #instafeed li a {
      position: relative;
      z-index: 2; }
  #instafeed img {
    max-width: 330px;
    height: 330px; } }
@media screen and (max-width: 320px) {
  #instafeed li {
    width: 290px; }
    #instafeed li a {
      position: relative;
      z-index: 2; }
  #instafeed img {
    height: 290px; } }
/*アンケートフォーム*/
#enquete .enqeteForm {
  font-size: 1.6em;
  line-height: 1.3;
  width: 80%;
  margin: 0 auto; }
#enquete .orderNumber p input.bdrBr, #enquete .enqeteForm p input {
  border: 1px solid #946134; }

.enqeteForm textarea {
  border: 1px solid #946134; }

#enquete .orderNumber .dot {
  position: relative;
  top: -10px;
  left: -15px; }
#enquete .orderNumber input[type="number"], #enquete .orderNumber input[type="text"] {
  font-size: 1.6em;
  padding: 0 50px 0 160px;
  width: 100%;
  box-sizing: border-box;
  text-align: right; }

.enqeteForm textarea {
  font-size: 1.6em;
  padding: 0 50px 0 160px;
  width: 100%;
  box-sizing: border-box;
  text-align: right; }

#enquete .meny {
  font-size: 0.7em; }
#enquete .inputArea {
  text-align: center; }
#enquete .submitBtn {
  background: url(../img/tyumon.gif) no-repeat;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
  border: none; }
#enquete .backBtn {
  background: url(../img/back.gif) no-repeat; }
#enquete .submitBtn:hover {
  cursor: pointer; }
#enquete .enqeteForm {
  margin-top: 0.5em; }
  #enquete .enqeteForm p {
    margin-bottom: 0.5em; }
  #enquete .enqeteForm span {
    line-height: 1em;
    color: #946134 !important; }
  #enquete .enqeteForm ::-webkit-input-placeholder, #enquete .enqeteForm :-moz-placeholder, #enquete .enqeteForm ::-moz-placeholder, #enquete .enqeteForm :-ms-input-placeholder {
    opacity: 0.5; }
  #enquete .enqeteForm p input {
    text-align: left;
    font-size: 1em;
    padding: 0 0 0 5px;
    box-sizing: border-box;
    width: 100%; }

/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
.enqeteForm textarea {
  text-align: left;
  font-size: 1em;
  padding: 0 0 0 5px;
  box-sizing: border-box;
  width: 100%; }

#enquete .enqeteForm .check {
  width: 10px;
  min-width: 15px; }

@media screen and (min-width: 0px) and (max-width: 768px) {
  #enquete h3 {
    padding-left: 10px;
    font-size: 1.6em; }
    #enquete h3 img {
      width: 35px;
      height: 48px; }
    #enquete h3 span.title {
      margin-left: 10px;
      bottom: 13px; }
  #enquete .enqeteForm {
    min-width: 310px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 1.3; }
    #enquete .enqeteForm input {
      min-width: 155px;
      width: 100%;
      box-sizing: border-box;
      padding: 0 0 0 5px; }

  .enqeteForm textarea {
    min-width: 155px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 5px; }

  #enquete .submitBtn {
    min-width: 310px;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.3em;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding-bottom: 5%; }

  .makeFlow > p:nth-child(1) {
    max-width: 100%;
    padding: 0.5em 1em;
    font-size: 1.0em; } }
@media screen and (min-width: 769px) {
  #enquete h3 {
    padding-left: 80px; }
  #enquete .submitBtn {
    width: 765px;
    height: 75px;
    /*position: relative;
    left: -84px;*/ } }
/*お問い合わせ,アンケートthanksページ*/
#headerBg #thanks {
  margin-bottom: 3em; }
  #headerBg #thanks .outline {
    margin-bottom: 2em; }
  #headerBg #thanks .thanksMessage h3 {
    text-align: center;
    color: #946134;
    font-size: 2em;
    margin: 0 auto 20px; }
    #headerBg #thanks .thanksMessage h3 .spOnly {
      display: none; }
  #headerBg #thanks .thanksMessage .messageBox {
    max-width: 70%;
    padding: 1em 2.5em;
    text-align: justify;
    margin: 0 auto;
    font-size: 1.35em;
    line-height: 1.7em; }
    #headerBg #thanks .thanksMessage .messageBox .add {
      float: right;
      font-size: 0.8em;
      line-height: 1.8; }
      #headerBg #thanks .thanksMessage .messageBox .add a {
        float: right; }

@media screen and (min-width: 0px) and (max-width: 768px) {
  #headerBg #thanks {
    margin-bottom: 2em; }
    #headerBg #thanks .outline {
      margin-bottom: 2em; }
    #headerBg #thanks .thanksMessage h3 {
      line-height: 1.2;
      font-size: 1.15em;
      margin: 0 auto 10px; }
      #headerBg #thanks .thanksMessage h3 .spOnly {
        display: inherit; }
    #headerBg #thanks .thanksMessage .messageBox {
      max-width: 100%;
      font-size: 1.08em;
      padding: 1em 0.5em;
      line-height: 1.3em; }
      #headerBg #thanks .thanksMessage .messageBox .add {
        float: none;
        text-align: left; } }
/*---地震による影響のお知らせトップページ---*/
.news_r {
  margin: 40px 0px;
  padding: 0 15px 10px;
  border: 2px solid #C70210; }
  .news_r h2.caption01 {
    width: 100%;
    height: 100%;
    margin: 20px 0 10px;
    font-size: 1.15em;
    text-align: center;
    letter-spacing: 0.03em;
    color: #C70210;
    font-weight: bold;
    line-height: 1.2; }
    .news_r h2.caption01 .sp_only {
      display: none; }
      @media screen and (max-width: 749px) {
        .news_r h2.caption01 .sp_only {
          display: block; } }
    .news_r h2.caption01 a {
      color: #C70210;
      text-decoration: none; }
      .news_r h2.caption01 a:hover {
        color: #FD4552; }
  .news_r .newsText {
    margin: 0 10%;
    float: none;
    text-align: justify; }
    @media screen and (min-width: 0px) and (max-width: 768px) {
      .news_r .newsText {
        margin: 0 auto; } }
  .news_r ul {
    margin-bottom: 15px;
    border: 1px solid #CCC;
    padding: 5px 10px; }
    .news_r ul li {
      float: left;
      margin-right: 20px; }

.news_b {
  margin: 40px 0px;
  padding: 0 15px 10px;
  border: 2px solid #0c377a; }
  .news_b h2.caption01 {
    width: 100%;
    height: 100%;
    margin: 20px 0 10px;
    font-size: 1.15em;
    text-align: center;
    letter-spacing: 0.03em;
    color: #0c377a;
    font-weight: bold;
    line-height: 1.2; }
    .news_b h2.caption01 .sp_only {
      display: none; }
      @media screen and (max-width: 749px) {
        .news_b h2.caption01 .sp_only {
          display: block; } }
    .news_b h2.caption01 a {
      color: #0c377a;
      text-decoration: none; }
      .news_b h2.caption01 a:hover {
        color: #1664dc; }
  .news_b .newsText {
    margin: 0 10%;
    float: none;
    text-align: justify; }
    @media screen and (min-width: 0px) and (max-width: 768px) {
      .news_b .newsText {
        margin: 0 auto; } }

/*カクパネ相互リンク*/
.others {
  text-align: center; }
  .others h3 {
    font-weight: bold;
    font-size: 1.8em;
    color: #896138;
    line-height: 1.2;
    margin-bottom: .5em;
    position: relative;
    top: 15px;
    background: #fff;
    width: 40%;
    margin: 0 auto; }
    @media screen and (min-width: 0px) and (max-width: 768px) {
      .others h3 {
        font-size: 1.3em; } }
    @media only screen and (max-width: 41.688em) {
      .others h3 {
        width: 80%;
        font-size: 1.1em;
        top: 10px; } }

#kakupane .kakupane_br {
  border: 1px dotted #896138;
  border-radius: 5px;
  padding: 30px; }
#kakupane .kakupaneBox01 {
  width: 100%;
  margin: 0 auto 1.5em;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 41.688em) {
    #kakupane .kakupaneBox01 {
      margin-bottom: .5em; } }
  #kakupane .kakupaneBox01 img {
    width: 20%;
    max-width: 235px;
    height: auto; }
    @media only screen and (max-width: 41.688em) {
      #kakupane .kakupaneBox01 img {
        display: none; } }
  #kakupane .kakupaneBox01 .textBox {
    margin-left: 1.5em; }
    @media only screen and (max-width: 41.688em) {
      #kakupane .kakupaneBox01 .textBox {
        margin-left: 0; } }
    #kakupane .kakupaneBox01 .textBox h4 {
      font-weight: bold;
      font-size: 1.8em;
      color: #896138;
      line-height: 1.2;
      margin-bottom: 1em; }
      @media screen and (min-width: 0px) and (max-width: 768px) {
        #kakupane .kakupaneBox01 .textBox h4 {
          font-size: 1.1em;
          margin-bottom: .5em; } }
      @media only screen and (max-width: 41.688em) {
        #kakupane .kakupaneBox01 .textBox h4 span {
          display: none; } }
    #kakupane .kakupaneBox01 .textBox p {
      margin-bottom: 0; }
#kakupane .kakupaneBox02 {
  text-align: center;
  margin: 0 auto 2em; }
  @media only screen and (max-width: 41.688em) {
    #kakupane .kakupaneBox02 {
      margin-bottom: .5em; } }
  #kakupane .kakupaneBox02 h5 {
    font-size: 2em;
    color: #896138;
    line-height: 1.2;
    margin-bottom: 1em; }
    @media screen and (min-width: 0px) and (max-width: 768px) {
      #kakupane .kakupaneBox02 h5 {
        font-size: 1.1em; } }
    #kakupane .kakupaneBox02 h5 .sp_only {
      display: none; }
      @media only screen and (max-width: 41.688em) {
        #kakupane .kakupaneBox02 h5 .sp_only {
          display: block; } }
  #kakupane .kakupaneBox02 .img {
    display: flex;
    margin-bottom: 1em; }
    #kakupane .kakupaneBox02 .img li {
      margin: 0 1%; }
    #kakupane .kakupaneBox02 .img img {
      display: block;
      width: 100%;
      max-width: 321px;
      height: auto; }
#kakupane .kakupaneBox03 {
  text-align: center; }
  #kakupane .kakupaneBox03 p {
    font-size: 2em;
    font-weight: bold;
    color: #896138;
    margin-bottom: 1em; }
    @media screen and (min-width: 0px) and (max-width: 768px) {
      #kakupane .kakupaneBox03 p {
        font-size: 1.1em;
        margin-bottom: 0.5em; } }
    @media only screen and (max-width: 41.688em) {
      #kakupane .kakupaneBox03 p {
        margin-bottom: 0.5em; } }
  #kakupane .kakupaneBox03 a img {
    display: block;
    width: 100%;
    height: auto; }

.otodoke {
  color: #E95513;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin: 20px 0; }
  @media screen and (max-width: 768px) and (min-width: 0px) {
    .otodoke {
      font-size: 1.3em;
      margin: 10px 0; } }

/*営業日カレンダー*/
.schedule {
  float: right;
  margin: .5em 0; }
  @media screen and (max-width: 768px) and (min-width: 0px) {
    .schedule {
      display: none; } }
  .schedule dl {
    color: #804F21;
    font-weight: bold;
    float: left;
    margin-left: 20px; }
    .schedule dl dt {
      display: inline-block;
      background: #804F21;
      color: #fff;
      padding: 5px;
      border-radius: 5px;
      float: left; }
    .schedule dl dd {
      display: inline-block;
      margin-left: 10px;
      text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 5px #fff; }
      .schedule dl dd.nth {
        line-height: 30px; }

#calendarBox {
  margin-top: -20px;
  padding-top: 20px;
  margin-bottom: 40px; }
  #calendarBox .wrapper {
    max-width: 800px; }
  #calendarBox .calenp {
    background: rgba(247, 181, 44, 0.2);
    color: #E95513;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #f29600; }
    @media screen and (max-width: 768px) and (min-width: 0px) {
      #calendarBox .calenp {
        font-size: 1.3em; } }
  #calendarBox .cal {
    border-right: 1px solid #f29600;
    border-left: 1px solid #f29600;
    border-bottom: 1px solid #f29600;
    padding: 10px;
    margin-bottom: 20px;
    position: relative; }
    #calendarBox .cal #prev, #calendarBox .cal #next {
      position: absolute;
      display: block;
      top: 0px;
      bottom: 0px;
      margin: auto;
      width: 30px;
      height: 30px;
      background: #f9c456;
      border-radius: 30px; }
      @media screen and (max-width: 768px) and (min-width: 0px) {
        #calendarBox .cal #prev, #calendarBox .cal #next {
          top: 10px;
          bottom: inherit; } }
      #calendarBox .cal #prev:hover, #calendarBox .cal #next:hover {
        cursor: pointer;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5; }
      #calendarBox .cal #prev:after, #calendarBox .cal #next:after {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto; }
    #calendarBox .cal #prev {
      left: 10px; }
      #calendarBox .cal #prev:after {
        border-top: solid 3px;
        border-left: solid 3px;
        transform: rotate(-45deg);
        right: 6px; }
    #calendarBox .cal #next {
      right: 10px; }
      #calendarBox .cal #next:after {
        border-top: solid 3px;
        border-right: solid 3px;
        transform: rotate(45deg);
        left: 6px; }
    #calendarBox .cal .sun {
      text-align: right;
      margin: 0; }
      #calendarBox .cal .sun span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 30px;
        height: 30px;
        background: #da382b;
        border-radius: 30px; }
  #calendarBox #calendar {
    text-align: center; }
    #calendarBox #calendar table {
      display: inline-table;
      margin: 0 5%; }
      #calendarBox #calendar table.calendar {
        width: 100%;
        max-width: 300px; }
        @media screen and (max-width: 768px) and (min-width: 0px) {
          #calendarBox #calendar table.calendar {
            margin: 0 auto; }
            #calendarBox #calendar table.calendar:first-child {
              margin-bottom: 20px; } }
        #calendarBox #calendar table.calendar tr.headline td {
          font-weight: bold; }
          #calendarBox #calendar table.calendar tr.headline td:first-child {
            color: brown; }
        #calendarBox #calendar table.calendar th {
          text-align: center;
          width: 14.2%;
          height: 30px;
          font-size: 1em; }
        #calendarBox #calendar table.calendar td {
          text-align: center;
          width: 14.2%;
          height: 35px;
          font-size: 1em; }
          @media screen and (max-width: 768px) and (min-width: 0px) {
            #calendarBox #calendar table.calendar td {
              font-size: 0.85em; } }
          #calendarBox #calendar table.calendar td.closed {
            color: #fff;
            font-weight: bold;
            position: relative; }
            #calendarBox #calendar table.calendar td.closed:after {
              content: "";
              display: block;
              width: 30px;
              height: 30px;
              background: #da382b;
              border-radius: 30px;
              z-index: -1;
              top: 0px;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              position: absolute; }

.calenLink {
  width: 50%;
  box-sizing: border-box;
  background-color: #E95513;
  font-size: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  margin: 20px auto;
  border-radius: 1.2em;
  margin-bottom: 80px;
  padding: 3px; }
  @media screen and (max-width: 768px) and (min-width: 0px) {
    .calenLink {
      width: 90%;
      font-size: 1.2em; } }
  .calenLink:hover {
    cursor: pointer;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8; }
  .calenLink a {
    display: block;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 1.1em; }
    .calenLink a span {
      position: relative; }
      .calenLink a span.san {
        position: absolute;
        top: 5px;
        left: -30px;
        border-top: 15px solid transparent;
        border-left: 20.6025px solid #fff;
        border-bottom: 15px solid transparent; }
        @media screen and (max-width: 768px) and (min-width: 0px) {
          .calenLink a span.san {
            top: 2px;
            left: -20px;
            border-top: 10px solid transparent;
            border-left: 15.6025px solid #fff;
            border-bottom: 10px solid transparent; } }
