/*--------------------------------------------------

WestMarin 2018.06.19

--------------------------------------------------*/

body {
  font-size: 14px;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  line-height: 1.6;
  width: 100%;
  letter-spacing: 0.1em;
  color: #011d35;
  background-color: #011d35;
  font-weight: 500;
}
select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
a:hover {
    text-decoration: underline;
}
a.btn-full{
  text-decoration: none;
}
/*firefox画像対応*/
.img-fluid {
  width: 100%;
}
/* COLORS
-------------------------------------------------- */

  /* Colodard*/
  .colordark, .colordark-hover:hover{ color:#011d35 !important; }
  .bg-colordark, .bg-colordark-hover:hover, .qdr-hover:before{ background-color:#011d35 !important; }
  .border-colordark, .border-colordark-hover:hover{ border-color:#011d35 !important; }

  /* Cologray */
  .colorgray, .colorgray-hover:hover{ color:#b2bbc2 !important; }
  .bg-colorgray, .bg-colorgray-hover:hover, .qdr-hover:before{ background-color:#b2bbc2 !important; }
  .border-colorgray, .border-colorgray-hover:hover{ border-color:#b2bbc2 !important; }

  /* Coloblue */
  .colorblue, .colorblue-hover:hover{ color:#057de5 !important; }
  .bg-colorblue, .bg-colorblue-hover:hover, .qdr-hover:before{ background-color:#057de5 !important; }
  .border-colorblue, .border-colorblue-hover:hover{ border-color:#057de5 !important; }

  /* Colored */
  .colored, .colored-hover:hover{ color:#f8b62a !important; }
  .bg-colored, .bg-colored-hover:hover, .qdr-hover:before{ background-color:#f8b62a !important; }
  .border-colored, .border-colored-hover:hover{ border-color:#f8b62a !important; }

  /* Colored1 */
  .colored1, .colored1-hover:hover{ color:#f9c555 !important; }
  .bg-colored1, .bg-colored1-hover:hover{ background-color:#f9c555 !important; }
  .border-colored1, .border-colored1-hover:hover{ border-color:#f9c555 !important; }

  /* Colored2 */
  .colored2, .colored2-hover:hover{ color:#f8b62a !important; }
  .bg-colored2, .bg-colored2-hover:hover{ background-color:#f8b62a !important; }
  .border-colored2, .border-colored2-hover:hover{ border-color:#f8b62a !important; }

  ::selection{ background-color:#f8b62a; }
  .qdr-hover-5:before{ background-color:#f8b62a; }
  .qdr-hover:after { background: #011d35;
  }
  /* Other Colors */
  .c-gray { color: #4d6071;}
  .c-red { color: #ff0000;}
  .c-blue{ color: #0461b3;}

/* btn
-------------------------------------------------- */
.btn-full {
  width: 100%;
  font-size: 1rem;
  border: none;
  border-radius: 0;
}
#access .xl-btn, footer .xl-btn {
  letter-spacing: .1rem;
  font-weight: bold;
}

/* 共通
-------------------------------------------------- */
.container {
  max-width: 940px;
}
.page-ttl {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #fff;
}
.cont-ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .2rem;
  padding: .8rem;
  background: #f1f1f1;
  text-align: center;
}
.cont-ttl br{
  display: none;
}
.form-sec {
  background: #fff;
  padding: 1.5rem 1rem 1rem;
}
.att-text {
  font-size: 13px;
  color: #4d6071;
}
@media only screen and (max-width:576px) {
  .mobile-mb1{
    margin-bottom: 1rem;
  }
.cont-ttl br{
  display: block;
}
}
@media screen and (max-width: 768px) {
.form-sec {
  padding: 0;
}
#access .form-sec {
  padding: 1rem 1.2rem;
}
#access .cont-box {
  text-align: left;
}
}
/* nav
-------------------------------------------------- */
	#navigation.modern .columns ul li a{ font-size:13px; font-weight: 500; }
	/* Mega menu and dropdown styles */
	#navigation.modern .columns ul.dropdown-menu.mega-menu li a{ padding:3px 15px; font-size: 13px; }
	#navigation.modern .columns ul.dropdown-menu.mega-menu .column-title{ color: #ccc; font-size: 13px; }
	#navigation.modern .columns ul.dropdown-menu li a{ color: #cfcac7; font-size: 13px; }
/* Navigation */
	#navigation.modern.dark-nav.scrolled{ background:#011d35; }
	#navigation.modern .columns ul.dropdown-menu li a:hover{ background:#011d35; }
	/* Navigation hover and active colors */
	#navigation.modern.dark-nav .nav>li.active>a,
	#navigation.modern.dark-nav .nav>li>a:hover,
	#navigation.modern .columns ul.dropdown-menu li a:hover,
	#navigation.modern.dark-nav.scrolled .nav>li>a:hover{ color:#f8b62a !important;}
	#navigation.modern .columns ul.dropdown-menu{ background-color:#011d35; }
	/* Mobile Navigation background and hover/active colors */
	#mobile-navigation{ background-color:#011d35; }
	#mobile-navigation a:active,
	#mobile-navigation a:focus,
	#mobile-navigation li.active a,
	#mobile-navigation li.active a.touchme,
	#mobile-navigation .dropdown-menu a{ background-color:#011d35;}
#navigation.modern .columns .nav-elements {
  background: #011d35;
  color: #fff;
}
#navigation.modern.white-nav.scrolled .columns .nav-elements a {
  color: #fff;
}
#mobile-navigation a:active, #mobile-navigation a:focus, #mobile-navigation li.active a, #mobile-navigation li.active a.touchme, #mobile-navigation .dropdown-menu a {
  background-color: #1a3349;
}
/*
step
-------------------------------------------------- */

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #fff;
  font-size: 13px;
  text-align: center;
}
.bs-wizard > .bs-wizard-step.active .bs-wizard-info {
  color: #f8b62a;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background: #f8b62a;
  top: 26px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 6px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #eee;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/
.step-read {
  margin-left: 2rem;
}
.step-box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
.step-box {
  padding: 0 1em;
}
.step-read {
  margin-left: 0;
}
}
@media only screen and (max-width:576px) {
.step-box {
  margin-top: 40px;
}
.bs-wizard > .bs-wizard-step > .progress {
  height: 3px;
  }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 30px;
  left: 53%;
}
}
/*
toppage plan
-------------------------------------------------- */
#about .card-deck {
  padding: 1rem 1.3rem;
}
#about .card-deck .card {
  max-width: calc(50% - 30px);
  border-radius: 0;
  border: 1px solid #ebd5a7;
}
#about .card-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 1rem;
  text-align: center;
}
#about .card-body {
  padding-bottom: 0;
  text-align: left;
}
#about .card-footer {
  padding: 0 1.25rem .75rem;
  background-color: #fff;
  border-top: none;
}
#about .item-body_btn a {
  margin-top: 1.5rem;
  padding: 1rem 0;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width:576px) {
.card-body {
  padding: 1.5rem 1rem 1rem;
}
#about .card-deck {
  padding: 0 1rem;
}
#about .card-deck .card {
  max-width: 100%;
  margin-bottom: 2rem;
}
}
/*
accordion
-------------------------------------------------- */
.accordion-menu > li {
  margin-bottom: 1rem;
  background: #fff;
}
.accordion-menu a {
  position: relative;
  display: block;
  padding: .8rem .6rem .5rem 2rem;
  text-decoration: none;
}
.accordion-menu a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: #011d35 3px solid;
  border-right: #011d35 3px solid;
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.accordion-menu a[aria-expanded=false]::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
.accordion-menu a[aria-expanded=true]::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-duration: 0.3s;
}
.accordion-menu_cont {
  background: #fff;
}
.accordion-menu th, .accordion-menu td {
  padding: 1.5rem;
}
.accordion-menu th{
  color: #0461b3;
}
.accordion-menu .cont-ttl {
  background: #fff;
  text-align: left;
}
.accordion-cont {
  border-top: 1px solid #ccd2d7;
}
.accordion-cont_img {
  width: 30%;
}
.accordion-cont_point {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #f8b62a;
  color: #011d35;
}
.accordion-cont_point span {
  font-size: 14px;
  font-style: italic;
  background: #f8b62a;
  color: #fff;
  padding: .2rem .5rem;
}
.accordion-menu .cont-ttl.open {
  background: #f1f1f1;
  text-align: center;
}
.accordion-gift {
  padding: 1.5rem;
  border-top: 1px solid #ccd2d7;
}
/*スケジュール部分 テーブル*/
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8fbfe;
}
@media only screen and (max-width:576px) {
.accordion-menu th, .accordion-menu td {
  width: 100%;
  display: block;
  border-top: none;
}
.accordion-menu th {
  padding-bottom: 0;
}
.accordion-menu td {
  padding-top: .5rem;
}
.accordion-cont_img {
  width: 50%;
}
.accordion-menu a {
  padding: .8rem .6rem .5rem 1rem;
}
.accordion-menu a::after {
  right: 1rem;
}
}
/*
form
-------------------------------------------------- */
.confirm-table {
  padding: 1rem;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.confirm-table-boxs li:last-child {
  border: none;
}
.confirm-table-box li:nth-child(even) {
    background-color: #f8fbfe;
}
.confirm-table-box li.bg-gley{
  background: #f1f1f1;
}
.confirm-table.bg-gley{
  border-bottom: 1px solid #fff;
}
.form-group {
  padding-top: 1.2rem;
  padding-left: 2rem;
}
.form-check {
  padding-bottom: .6rem;
}
.col-form-label {
  font-weight: bold;
  color: #0461b3;
}
.form-control {
  border-radius: 0;
}
.select-label {
  padding: 0;
  text-align: right;
  padding-top: .3rem;
  padding-right: .5rem;
}
.form-check {
  display: block;
  border: 1px solid #ebd5a7;
  padding: 1rem;
  background: #fef8e9;
}
.form-check-input {
  margin-left: 0;
}
.form-check-label {
  display: block;
  margin-left: 1.5rem;
}
.form-sec-confirm {
  padding: 1rem;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
}
.confirm-table_select {
  margin-bottom: 1rem;
}
.c-required {
  color: #ff0000;
  font-size: .8rem;
  padding-left: .8rem;
}
@media screen and (max-width: 768px) {
.form-group {
  padding-left: 0;
}
}
@media (max-width: 576px) {
.confirm-table {
  padding: 1rem .5rem;
  }
.confirm-table_select {
  padding: 0;
  margin-bottom: 0;
}
}
/*
slider tab
-------------------------------------------------- */
#plan .hero-slider, 
#plan .hero-slider .slide, 
#plan .hero-slider .slick-list, 
#plan .hero-slider .slick-track {
  height: 360px !important;
}
#plan .hero-slider .slide .details {
  left: 50px;
}
.boxes-with-image .box {
  padding: 20px 60px 30px;
}
@media (max-width: 768px) {
#plan .hero-slider .slide .details {
  left: 10px;
}
}
@media (max-width: 576px) {
#plan .hero-slider .slide .details {
  left: 0;
}
#plan .hero-slider, 
#plan .hero-slider .slide, 
#plan .hero-slider .slick-list, 
#plan .hero-slider .slick-track {
  height: 300px !important;
}
.qdr-controls-1 .slick-dots li button {
    width: 14px;
  height: 14px;
}
}
/*
calendar
-------------------------------------------------- */
#calendar h2 {
  font-size: 20px;
}
#calendar .fc-toolbar.fc-header-toolbar {
  background: #f1f1f1;
  padding: 1.2rem 1rem 1rem;
  margin-bottom: 0;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media (max-width: 768px) {
#calendar h2 {
  font-size: 18px;
}
#calendar .fc-toolbar.fc-header-toolbar {
  padding: .4rem;
}
#calendar .fc-scroller.fc-day-grid-container {
  overflow-y: hidden;
  height: 100% !important;
}
}
/*
foodmenu plan
-------------------------------------------------- */
.photo-side {
  padding: 0;
}
.photo-side img {
  width: 100%;
}
.article-form-wrap {
  padding: 0 2rem;
}
.card-side-box {
  border: 1px solid #ddd;
}
.card-side-ttl {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 18px;
  font-weight: bold;
  margin-top: .2rem;
  margin-bottom: .2rem;
}
.card-plan-text {
  font-size: 13px;
  padding: 1rem 2rem;
}
.card-plan-text p {
  margin-bottom: .2rem;
}
.card-side-more {
  width: 100%;
  margin-bottom: 0;
  margin-top: -2px;
}
.card-side-more a {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 40px;
  display: block;
  background: #f1f1f1;
  color: #99711a;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.card-side-hide {
  margin-top: -1px;
  border: 1px solid #ebd5a7;
  border-radius: 0;
  color: #99711a;
  background: #fef8e9;
}
.card-side-more a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: #99711a 1px solid;
  border-right: #99711a 1px solid;
  position: absolute;
  right: 43%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card-side-more a[aria-expanded=false]::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}
.card-side-more a[aria-expanded=true]::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-duration: 0.3s;
}
.card-side-box-warp {
  margin-bottom: 2rem;
}
.card-price {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 576px) {
.card-plan-form {
  padding: .5rem 0 1rem;
}
.card-plan-text {
  letter-spacing: normal;
  padding: .5rem .5rem 0;
}
.card-side-more a::after {
  right: 30%;
}
.card-side-box,
.card-side-more a{
  border: none;
}
.anniva-price {
  text-align: center;
  padding: .5rem 1rem 0;
}
.anniva-select {
  margin-left: 3rem;
}
}
/*
birthday option 部分
-------------------------------------------------- */
#birthday .form-group, #option .form-group {
  padding: 1.2rem 3rem;
  margin: 0;
}
/*
bottom 合計金額
-------------------------------------------------- */
.bottom-money {
  margin-top: 3rem;
  padding: 5rem 0 3rem;
  background: #e5e8ea;
}
.bottom-money_box {
  font-size: 1.1rem;
  text-align: center;
}
.bottom-money_box p {
  line-height: 4rem;
}
.bottom-money_no {
  font-size: 1.6rem;
  margin: 0 .4rem 0 1rem;
  color: #011d35;
}
a.bottom-money_box-btn {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  line-height: 3.5rem;
  margin-top: 1rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 576px) {
.bottom-money_box {
  margin-bottom: 1rem;
}
  .bottom-money{
    margin-top: 2rem;
  }
}
/*
footer
-------------------------------------------------- */
footer.page-footer .footer-top {
  padding: 3rem 0 2rem;
  background: #fff;
  color: #011d35;
}
footer.page-footer .footer-top a,
footer.page-footer{
  color: #011d35;
}
.footer-bottom a{
  color: #f1f1f1;
}
footer.page-footer .footer-top a:hover {
  color: #1976d2;
}
footer .footer-wave {
  background: url(../img/wave.png) no-repeat top center;
  background-color: #e5e8ea;
  background-size: 100%;
  height: 3rem;
  margin: 0;
  border: none;
  padding-top: 2rem;
}
.complet hr.footer-wave,
.top-page hr.footer-wave{
  background-color: #011d35;
}
footer.page-footer .footer-top {
  padding-bottom: 2rem;
  background: #fff;
  color: #011d35;
}
footer.page-footer .footer-bottom {
  padding: 1rem 0 0;
  color: #f1f1f1;
  background: #011d35;
}
.footer-sitemap-ttl {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: .1rem;
  margin-bottom: .5rem;
}
.footer-sitemap-list {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #ccd2d7;
}
footer.page-footer .footer-copyright {
  padding: 0 0 1rem;
  color: #f1f1f1;
  background: #011d35;
  text-align: center;
}
.footer-bottom-list {
  display: inline-flex;
}
@media only screen and (max-width:576px) {
footer .footer-wave {
  background: url(../img/wave.png) no-repeat bottom center;
  background-size: 100%;
  }
footer.page-footer .footer-top {
  padding: 1rem;
}
.footer-logo {
  text-align: center;
}
.footer-logo img {
  width: 40%;
}
footer.page-footer .footer-top .xl-btn {
  width: 100%;
  margin-bottom: 1rem;
}
.footer-bottom-list {
  font-size: 12px;
  letter-spacing: normal;
  margin: 0 auto 1rem;
}
}