@charset "utf-8";

body {
  color: #333;
  font-family: "メイリオ", Meiryo, sans-serif, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-size: .9em;
  letter-spacing: .3px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  background: #d9cbb0;
  background: -moz-linear-gradient(#918369, #d9cbb0);
  background: -webkit-gradient(linear, left top, left bottom, from(#918369), to(#d9cbb0))
}

*,
*+html body,
html,
li {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'MyFontFamily';
  src: url(myfont-webfont.eot?) format('eot'), url(myfont-webfont.woff) format('woff'), url(myfont-webfont.ttf) format('truetype'), url(myfont-webfont.svg#svgFontName) format('svg')
}

@media print {

  a[href]:after,
  abbr[title]:after {
    content: none
  }
}

*+html body,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  font-family: "メイリオ", Meiryo, sans-serif, "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif
}

.h2,
h2 {
  font-size: 2.1em
}

.h3,
h3 {
  font-size: 1.7em
}

.h4 {
  font-size: 1.22em
}

p {
  line-height: 1.9em
}

small {
  font-size: .8em
}

a {
  outline: 0
}

a:hover {
  transition: all .3s ease-out
}

.btn:hover,
.table-ul li a:hover,
a,
a:active,
a:link,
a:visited {
  text-decoration: none
}

a.hover_img {
  background-color: #fff;
  display: block;
}

a.hover_img img {
  transition: all .5s ease;
}

a.hover_img:hover img {
  opacity: .7;
  filter: alpha(opacity=70);
}

.table-ul li a,
a.marker {
  transition: all .3s ease-out;
  text-decoration: none
}

a.marker:hover,
a.marker_active {
  text-decoration: line-through
}

ul {
  zoom: 100%
}

ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

dt {
  margin-bottom: 10px
}

a img,
img {
  border-style: none
}

a img.border,
img.border {
  border: 1px solid #ffd634
}

img.border-pink {
  border: 1px solid #ef9091;
  padding: 3px
}

img.border-blue {
  border: 1px solid #4a6cb2;
  padding: 3px
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.img-responsive-overwrite {
  margin: 0 auto
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.center {
  margin: 0 auto
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.no-border {
  border: none !important
}

.table-ul {
  display: table;
  text-align: center;
  width: 100%
}

.table-ul li {
  display: table-cell;
  vertical-align: middle
}

.table-ul li a {
  transition: none
}

.table-ul td {
  padding-bottom: 30px
}

.circle {
  background-color: #f66;
  padding: 0;
  margin: 10px auto;
  width: 170px;
  height: 170px;
  text-align: center;
  display: inline-block;
  border-radius: 50%
}

.nav-tabs {
  margin-bottom: 15px
}

.modal {
  overflow: auto;
  color: #333
}

.link-nav {
  list-style: none;
  line-height: 3em
}

.btn-block-97,
.table {
  width: 97%;
  margin: 0 auto
}

.btn {
  padding: 5px 10px;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.btn-ghost,
.btn-info {
  color: #61574e
}

.btn-info {
  background-color: #fff;
  border-color: #666
}

.btn-info:hover {
  background-color: #eee;
  border-color: #aaa
}

.btn-ghost {
  border-color: #f66;
  background-color: #fff
}

.btn-ghost:hover {
  border-color: #f66;
  background-color: #faa;
  color: #fff;
}

.btn-order {
  border-color: #666;
  background-color: #fff;
  color: #666;
}

.btn-order:hover {
  border-color: #f66;
  color: #f66;
}

.g-recaptcha>div {
  margin: 1rem auto;
}

.submit__btn {
  text-align: center;
  display: none;
}

button {
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.button {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 1.3rem;
  font-size: .8rem;
}

.button__submit {
  position: relative;
  padding: 1rem 2rem 1rem 1rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  background: #5bbee5;
  background: linear-gradient(to right, #5bbee5, #52ddae);
  letter-spacing: 0.2rem;
  border-radius: 1.5rem;
}

.button__submit:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  margin: auto;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: right 0.5s;
}

.button__submit:hover:after {
  right: 1em;
}

.vdh-mask {
  display: none;
}

.skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

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

.text-center,
hr {
  text-align: center;
}

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

.color-blue {
  color: #39f;
}

.color-black {
  color: #000;
}

.color-white {
  color: #fff;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.title {
  font-size: 18px;
  margin: 1em;
}

.price {
  font-family: 'Oswald', sans-serif;
  font-size: 27px;
  line-height: 1.1em;
  text-shadow: 1px 1px #ccc;
}

.font-bold {
  font-weight: 700;
}

.font-small {
  font-size: .7em;
}

.font-large {
  font-size: 1.3em;
}

.container {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

.breadcrumb,
.flexbox,
.header-nav,
.topbanner {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-space-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-space-around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.col-1 {
  flex-grow: 1;
}

.col-2 {
  flex-grow: 2;
}

.flex-right {
  margin-left: auto;
}

.content-box-2 {
  display: block;
  width: 48%;
  padding: 0 1%;
  margin: 1em auto 2em;
}

.sp-only {
  display: none;
}

.breadcrumb {
  border: #c9baa3 1px solid;
  background: #fdf9f6;
  height: 40px;
  line-height: 20px;
  list-style: none;
}

.breadcrumb li {
  margin-right: 10px;
  padding: 10px 0;
}

.breadcrumb li a {
  color: #413328;
  font-size: .9em;
}

.breadcrumb li a:hover,
.color-red {
  color: #f66
}

.breadcrumb li.current {
  color: #f66;
  font-weight: 700;
}


/* ページネーション設定　ここから */

.center_point {
  margin: 0 auto;
  width: 96%;
}

.pagination {
  margin: 0 auto;
}

.pagination li {
  width: auto;
  height: auto;
  text-decoration: none;
  padding: 10px 0;
  text-align: center;
}


/* ページネーション設定　ここまで */

.width16 {
  width: 16%;
}

.width25 {
  width: 25%;
}

.width33 {
  width: 33%;
  text-align: left;
}

.width50 {
  width: 50%;
}

.width66 {
  width: 66%;
  text-align: left;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

hr {
  margin: 20px auto 10px;
  padding: 0;
  width: 90%;
  border: 0;
  border-top: medium double #ece3d7;
  color: #ece3d7;
}

hr:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -.7em;
  font-size: 1.5em;
  padding: 0 .25em;
  background: #fdfaf5;
}

header {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5px 0 0;
  background-color: #61574e;
  border-bottom: 1px #d9cbb0 solid;
}

header h1 {
  font-size: .8em;
  font-weight: 400;
  margin-top: 5px;
}

.logo {
  margin-right: auto;
}

.header-nav a {
  display: block;
  margin: 10px 15px 10px 0;
  padding: 5px 10px;
  border-radius: 4px;
  background: #3a3026;
  color: #fff;
  text-decoration: none;
}

.header-nav a:hover {
  background: #c9baa3;
  color: #fff;
}

nav {
  width: 100%;
  border-top: 1px #574e45 solid;
  border-bottom: 1px #342a20 solid;
}

nav,
#menu li a {
  background: #d9cbb0 url(../img/share/gloval_navi_bg.png) repeat-x;
}

#menu,
.topbanner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

#menu li {
  display: block;
  float: left;
  width: 14.25%;
  margin: 0 auto;
  padding: 0;
}

#menu li a {
  display: block;
  height: 20px;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-right: 1px #fff solid;
}

#menu li:first-child a {
  border-left: 1px #fff solid
}

#menu li a.active,
#menu li a:hover {
  background: #bcb099 url(../img/share/gloval_navi_bg_active.png) repeat-x;
}

#menu li.m-only,
#toggle,
.top_banner_title {
  display: none;
}

.main,
.side {
  width: 100%;
  border-left: #c9baa3 1px solid;
}

.main {
  background-color: #fff;
  max-width: 709px;
}

.side {
  max-width: 258px;
  padding: 0 0 0 10px;
  margin: 0 auto;
  border-right: #c9baa3 1px solid;
  background: #fdf9f6;
  background: -moz-linear-gradient(left, #e2dacd, #fdf9f6 5%, #fdf9f6);
  background: -webkit-gradient(linear, left top, right top, from(#e2dacd), color-stop(.05, #fdf9f6), to(#fdf9f6))
}

.block,
.top_btn a {
  display: block;
}

.plan {
  display: block;
  max-width: 326px;
  margin: 0 auto;
}

.about,
.point01,
.point02,
.point03 {
  position: relative;
  min-height: 320px;
  background-size: contain;
}

.point01,
.point02,
.point03 {
  min-height: 280px;
}

.about {
  background: url(../img/contents/about_bg.jpg) top center no-repeat;
  border-bottom: 1px solid #f66;
  background-size: cover;
}

.point01 {
  background: url(../img/contents/point01_bg.jpg) top center no-repeat;
  background-size: cover;
}

.point02 {
  background: url(../img/contents/point02_bg.jpg) top center no-repeat;
  background-size: cover;
}

.point03 {
  background: url(../img/contents/point03_bg.jpg) top center no-repeat;
  background-size: cover;
}

.about h2,
.about p,
.point01 h3,
.point01 p,
.point02 h3,
.point02 p,
.point03 h3,
.point03 p {
  margin: 0 20px;
  padding-top: 30px;
  text-shadow: #fff 1px 1px;
}

.about p,
.point01 p,
.point02 p,
.point03 p {
  width: 60%;
  line-height: 1.5em;
}

.point01 p a,
.point02 p a,
.point03 p a {
  margin: 0;
  text-shadow: none;
}

.top_btn {
  width: 100%;
  min-width: 69%;
  border-bottom: 1px solid #c9baa3;
}

.top_btn a {
  color: #fff;
  text-align: center;
  padding: 15px 0;
  background-color: #f66;
}

.top_btn a:hover {
  display: block;
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  opacity: .7;
}

.main dl {
  line-height: 1.7;
  margin: 0 auto;
}

.main dl dt {
  color: #f66;
  font-weight: 700;
  border-bottom: 1px #aaa dotted;
  margin: 10px 15px 5px;
  padding: 0 0 0 10px;
  text-shadow: 1px 1px #fff;
}

.main dl dd {
  margin: 0 20px;
  padding: 0 0 10px 15px;
}

.box {
  width: 96%;
  padding: 0 2%;
}

.pink_box {
  width: 100%;
  max-width: 689px;
  background-color: #fdfaf5;
  height: auto;
  margin: 1em auto;
  padding: 20px 10px;
  border-top: #ece3d7 1px solid;
  border-bottom: #ece3d7 1px solid;
}

.innner_white_box {
  background-color: #fff;
  display: block;
  height: auto;
  margin: 0 auto 10px;
  padding: 10px;
  border: #ece3d7 1px solid;
}

.sales {
  border-left: 5px #392f25 solid;
  padding-left: 10px;
  margin: 5px 0;
  font-weight: 700;
  color: #392f25;
}

.gallery {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.album_price {
  font-family: 'Vollkorn', serif;
  font-size: 36px;
  color: #f66;
  line-height: 1em;
  text-shadow: 1px 1px #ccc;
}

.subheader {
  position: relative;
  background: #fdfaf5 url(../img/share/subheader_bg.jpg) top center no-repeat;
  height: 0;
  padding-top: 18.87%;
  background-size: contain;
}

.subheader>h2 {
  margin-top: -12%;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.subheader>p {
  margin-top: 0;
}

.tabs {
  display: flex;
  border-bottom: 1px solid #f66;
}

.tab {
  cursor: pointer;
  padding: 5px 20px;
  color: #000;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}

.tab.is-tab-selected {
  border-bottom-color: #f66;
}

.tab a {
  color: #666;
}

.tab.is-tab-selected a {
  color: #f66;
}

.side>dl>dt {
  color: #f66;
  font-weight: 700;
  margin: 5px auto 0;
  padding-left: 15px;
}

.side>dl>dd {
  margin: 0;
  padding: 0 0 5px 15px;
  border-bottom: #c9baa3 1px solid;
}

footer {
  width: 100%;
  background-color: #61574e;
  min-height: 100px;
}

.footer_nav {
  display: flex;
  justify-content: flex-end;
}

.footer_nav a {
  margin: 10px;
  color: #fff;
  display: block;
  padding: 5px;
  text-decoration: none;
}

.copy {
  text-align: right;
  color: #fff
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px
}

.pagetop a,
.pagetop a:hover {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #f66;
  font-size: 12px;
  text-decoration: none;
  padding: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px #f66 solid
}

.pagetop a:hover {
  background-color: #f66;
  color: #fff
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  border: 0;
  padding: 10px;
  font-size: 16px;
  transform: scale(0.8);
  font-family: Arial, sans-serif;
  color: #61574e;
  border: solid 1px #ccc;
  margin: 0 0 20px;
  width: 94%;
  max-width: 550px;
}

textarea {
  min-height: 150px;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* // Object Utility */


/* Space */

.pt10 {
  padding-top: 10px
}

.pt20 {
  padding-top: 20px
}

.pt30 {
  padding-top: 30px
}

.pt40 {
  padding-top: 40px
}

.pt50 {
  padding-top: 50px
}

.pt60 {
  padding-top: 60px
}

.pt70 {
  padding-top: 70px
}

.pt80 {
  padding-top: 80px
}

.pt90 {
  padding-top: 90px
}

.pt100 {
  padding-top: 100px
}

.pl10 {
  padding-left: 10px
}

.pl20 {
  padding-left: 20px
}

.pl30 {
  padding-left: 30px
}

.pl40 {
  padding-left: 40px
}

.pl50 {
  padding-left: 50px
}

.pl60 {
  padding-left: 60px
}

.pl70 {
  padding-left: 70px
}

.pl80 {
  padding-left: 80px
}

.pl90 {
  padding-left: 90px
}

.pl100 {
  padding-left: 100px
}

.pb10 {
  padding-bottom: 10px
}

.pb20 {
  padding-bottom: 20px
}

.pb30 {
  padding-bottom: 30px
}

.pb40 {
  padding-bottom: 40px
}

.pb50 {
  padding-bottom: 50px
}

.pb60 {
  padding-bottom: 60px
}

.pb70 {
  padding-bottom: 70px
}

.pb80 {
  padding-bottom: 80px
}

.pb90 {
  padding-bottom: 90px
}

.pb100 {
  padding-bottom: 100px
}

.pr10 {
  padding-right: 10px
}

.pr20 {
  padding-right: 20px
}

.pr30 {
  padding-right: 30px
}

.pr40 {
  padding-right: 40px
}

.pr50 {
  padding-right: 50px
}

.pr60 {
  padding-right: 60px
}

.pr70 {
  padding-right: 70px
}

.pr80 {
  padding-right: 80px
}

.pr90 {
  padding-right: 90px
}

.pr100 {
  padding-right: 100px
}

.mt10 {
  margin-top: 10px
}

.mt20 {
  margin-top: 20px
}

.mt30 {
  margin-top: 30px
}

.mt40 {
  margin-top: 40px
}

.mt50 {
  margin-top: 50px
}

.mt60 {
  margin-top: 60px
}

.mt70 {
  margin-top: 70px
}

.mt80 {
  margin-top: 80px
}

.mt90 {
  margin-top: 90px
}

.mt100 {
  margin-top: 100px
}

.ml10 {
  margin-left: 10px
}

.ml20 {
  margin-left: 20px
}

.ml30 {
  margin-left: 30px
}

.ml40 {
  margin-left: 40px
}

.ml50 {
  margin-left: 50px
}

.ml60 {
  margin-left: 60px
}

.ml70 {
  margin-left: 70px
}

.ml80 {
  margin-left: 80px
}

.ml90 {
  margin-left: 90px
}

.ml100 {
  margin-left: 100px
}

.mb10 {
  margin-bottom: 10px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px
}

.mb40 {
  margin-bottom: 40px
}

.mb50 {
  margin-bottom: 50px
}

.mb60 {
  margin-bottom: 60px
}

.mb70 {
  margin-bottom: 70px
}

.mb80 {
  margin-bottom: 80px
}

.mb90 {
  margin-bottom: 90px
}

.mb100 {
  margin-bottom: 100px
}

.mr10 {
  margin-right: 10px
}

.mr20 {
  margin-right: 20px
}

.mr30 {
  margin-right: 30px
}

.mr40 {
  margin-right: 40px
}

.mr50 {
  margin-right: 50px
}

.mr60 {
  margin-right: 60px
}

.mr70 {
  margin-right: 70px
}

.mr80 {
  margin-right: 80px
}

.mr90 {
  margin-right: 90px
}

.mr100 {
  margin-right: 100px
}


/* negative margin */

.mt-10 {
  margin-top: -10px
}

.mt-20 {
  margin-top: -20px
}

.mt-30 {
  margin-top: -30px
}

.mt-40 {
  margin-top: -40px
}

.mt-50 {
  margin-top: -50px
}

.mt-60 {
  margin-top: -60px
}

.mt-70 {
  margin-top: -70px
}

.mt-80 {
  margin-top: -80px
}

.mt-90 {
  margin-top: -90px
}

.mt-100 {
  margin-top: -100px
}

.ml-10 {
  margin-left: -10px
}

.ml-20 {
  margin-left: -20px
}

.ml-30 {
  margin-left: -30px
}

.ml-40 {
  margin-left: -40px
}

.ml-50 {
  margin-left: -50px
}

.ml-60 {
  margin-left: -60px
}

.ml-70 {
  margin-left: -70px
}

.ml-80 {
  margin-left: -80px
}

.ml-90 {
  margin-left: -90px
}

.ml-100 {
  margin-left: -100px
}

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

  .container {
    width: 100%;
  }

  header {
    padding-bottom: 5px
  }

  .header-nav a {
    display: block;
    margin: 10px 5px 10px 0;
    padding: 5px 7px;
    border-radius: 4px;
    background: #3a3026;
    color: #fff;
    text-decoration: none
  }

  .slider-pro,
  header {
    border-bottom: 1px solid #c9baa3
  }

  #menu li {
    border-bottom: 1px solid #444
  }

  .top_banner_title {
    display: block;
    padding: 5px 0 0;
    background-color: #61574e
  }

  .plan {
    display: block;
    max-width: 256px;
    margin: 0 auto;
  }

  .about p,
  .point01 p,
  .point02 p,
  .point03 p {
    width: 80%
  }

  .image {
    display: none
  }

  footer {
    font-size: .9em
  }

  .footer_nav {
    box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around
  }

  .footer_nav li {
    -webkit-flex: auto 1 auto;
    flex: auto 1 auto
  }

  .footer_nav li a {
    text-decoration: underline
  }

  .copy {
    text-align: center;
    padding-bottom: 20px
  }
}

@media screen and (max-width:640px) {
  .header-info {
    display: none
  }

  .topbanner {
    width: 100%;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
  }

  .main {
    width: 100%;
    overflow: hidden;
  }

  .plan {
    display: block;
    max-width: 213px;
    margin: 0 auto;
  }

  .side {
    display: none
  }

  .circle {
    background-color: #f66;
    padding: 0;
    margin: 10px auto;
    width: 130px;
    height: 130px;
    text-align: center;
    display: inline-block;
    border-radius: 50%
  }
}

@media only screen and (max-width:640px) and (orientation:landscape) {

  .about p,
  .point01 p,
  .point02 p,
  .point03 p {
    line-height: 1.3em;
    font-size: 10px;
  }
}

@media screen and (max-width:480px) {
  body {
    margin-top: 61px;
    margin-bottom: 43px;
    font-size: 11px;
  }

  .pink_box {
    width: 96%;
    padding: 3% 2%;
  }

  .width33 {
    width: 96%;
    text-align: center;
  }

  .width66 {
    width: 96%;
    margin: 20px auto;
    padding: 0 2%;
  }

  header,
  nav {
    position: fixed;
    z-index: 1000
  }

  header {
    top: 0
  }

  .sp-only {
    display: block;
    min-height: 50px;
    height: auto
  }

  .sp-only ul {
    box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }

  .sp-only li {
    border-left: #c9baa3 1px solid;
    padding: 0 5px
  }

  #menu,
  .header-tel,
  .logo>small,
  .sp-none {
    display: none
  }

  nav {
    border-top: 1px #574e45 solid;
    border-bottom: 0;
    bottom: 0
  }

  #menu li,
  #menu li.m-only {
    width: 100%;
    height: 40px
  }

  #menu li a {
    border-bottom: 1px #342a20 solid;
    border-right: 0
  }

  #menu li.m-only {
    display: block
  }

  #menu li:last-child a {
    border-bottom: 0
  }

  #toggle,
  #toggle a {
    display: block;
    position: relative
  }

  #toggle {
    background: #222
  }

  #toggle a {
    padding: 12px 0 9px;
    border-bottom: 1px solid #444;
    color: #fff;
    text-align: center;
    text-decoration: none
  }

  #toggle a:after,
  #toggle a:before,
  #toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px
  }

  #toggle:before {
    margin-top: -10px;
    background: #fff;
    height: 20px
  }

  #toggle a:after,
  #toggle a:before {
    height: 4px;
    background: #222
  }

  #toggle a:before {
    margin-top: -6px
  }

  #toggle a:after {
    margin-top: 2px
  }

  .plan {
    max-width: 480px;
    margin: 0 auto;
  }

  .main {
    width: 100%;
    border-left: none;
  }

  .about p,
  .point01 p,
  .point02 p,
  .point03 p {
    width: 90%;
  }

  #toggle,
  select {
    width: 100%
  }

  .circle {
    background-color: #f66;
    padding: 0;
    margin: 10px auto;
    width: 100px;
    height: 100px;
    text-align: center;
    display: inline-block;
    border-radius: 50%
  }

  .flex-column {
    flex-direction: column
  }

  .flex-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .content-box-2 {
    display: block;
    width: 98%;
    padding: 0 1%;
    margin-bottom: 2em;
  }

  .width33,
  .width50,
  .width66 {
    width: 100%
  }

  .width75 {
    width: 90%
  }

  .footer_nav {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .subheader>h2 {
    margin-top: -15%
  }

  .subheader>p {
    margin-top: -2%
  }

  .breadcrumb {
    border-left: none;
    border-right: 0;
    line-height: 25px
  }

  footer {
    font-size: 12px;
  }
}