@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    /*background:transparent;*/
		font-size: 14px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
		color: #451e03;
		/*font-family: "Meiryo", "Tahoma", "Verdana", "Arial", "sans-serif";*/
		line-height:1.6;
		font-weight: normal;
}

body {

}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

ul, ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration:none;
}

a {
	text-decoration: underline;
}
a:link {
	color: #f15e7b;
}
a:active {
	color: #f15e7b;
}
a:visited {
	color: #f15e7b;
}
a:hover {
	color: #451e03;
	text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;	/*←IE用画像縮小アルゴリズムの改善*/
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

strong,em{
	font-style:normal;
}


/*ClearFix*/
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}

/* accordion */
.accordion {
  background-color: #feeef1;
  border-radius: 4px;
}
.accordion a {
  text-decoration: none;
}
.accordion .hide {
  display: none;
}
.accordion .body,
.accordion .body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.accordion .body {
  border-bottom: 1px solid #fba4b4;
  border-left: 1px solid #fba4b4;
  border-right: 1px solid #fba4b4;
  border-radius: 4px;
  padding: 10px;
}
.accordion .body li {
  width: 50%;
  float: left;
  margin-top: 4px;
  margin-bottom: 4px !important;
  padding-left: 6px;
  border-left: 3px solid #f15e7b;

  font-size: 13px;
  line-height: 1.3;
}

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

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

.container-banner-yutai {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container-banner-yutai a:hover {
  opacity: .7;
}

.title-img-pink small {
  display: block;
  margin-top: 26px;
  font-size: 22px;
  font-weight: bold;
  color: #4a1e08;
}

@media screen and (max-width: 768px) {
  .title-img-pink small {
    margin-top: 15px;
    font-size: 16px;
  }
}


.row,
.row *,
.row:before,
.row:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.row {
  margin-right: -15px;
  margin-left: -15px
}
.row:after,
.row:before {
  display: table;
  content: " "
}
.row:after {
  clear: both
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

@media (min-width:769px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }
  .col-sm-1 {
    width: 8.33333%
  }
  .col-sm-2 {
    width: 16.66667%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-4 {
    width: 33.33333%
  }
  .col-sm-5 {
    width: 41.66667%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-7 {
    width: 58.33333%
  }
  .col-sm-8 {
    width: 66.66667%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-10 {
    width: 83.33333%
  }
  .col-sm-11 {
    width: 91.66667%
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-pull-0 {
    right: auto
  }
  .col-sm-pull-1 {
    right: 8.33333%
  }
  .col-sm-pull-2 {
    right: 16.66667%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-4 {
    right: 33.33333%
  }
  .col-sm-pull-5 {
    right: 41.66667%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-7 {
    right: 58.33333%
  }
  .col-sm-pull-8 {
    right: 66.66667%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-10 {
    right: 83.33333%
  }
  .col-sm-pull-11 {
    right: 91.66667%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-push-0 {
    left: auto
  }
  .col-sm-push-1 {
    left: 8.33333%
  }
  .col-sm-push-2 {
    left: 16.66667%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-4 {
    left: 33.33333%
  }
  .col-sm-push-5 {
    left: 41.66667%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-7 {
    left: 58.33333%
  }
  .col-sm-push-8 {
    left: 66.66667%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-10 {
    left: 83.33333%
  }
  .col-sm-push-11 {
    left: 91.66667%
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-offset-0 {
    margin-left: 0
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
}

.label {
  display: inline-block;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}

.label-border-brown {
  padding: 7px 34px;
  font-size: 16px;
  color: #4a1e08;
  border: 1px solid #4a1e08;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .label-border-brown {
    padding: 6px 25px 4px;
    font-size: 14px;
  }
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05)
}

.well-with-decoration {
  position: relative;
  padding: 14px 19px;
  color: #4a1e08;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, .1);
  box-shadow: 0 -2px 5px -1px rgba(0, 0, 0, .1);
}

.well-with-decoration:before,
.well-with-decoration:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 110px;
  background: #777;
  -webkit-box-shadow: 0 15px 26px #777;
  -moz-box-shadow: 0 15px 26px #777;
  box-shadow: 0 15px 26px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.well-with-decoration .inner:before,
.well-with-decoration .inner:after {
  position: absolute;
  top: -28px;
  width: 125px;
  height: 48px;
  content: "";
}

.well-with-decoration .inner:before {
  left: -45px;
  background: url("../images/img-decoration-left.png");
}

.well-with-decoration .inner:after {
  right: -45px;
  background: url("../images/img-decoration-right.png");
}

.well-with-decoration:after {
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

.well-with-decoration .paper-underline {
  padding-right: 15px;
  padding-left: 15px;
  background-image: repeating-linear-gradient(white 0px, white 23px, #eee 24px);
  background-position: 0 -1px;
}


@media screen and (max-width: 768px) {
  .well-with-decoration {
    padding: 14px 10px 20px;
  }

  .well-with-decoration .inner:before,
  .well-with-decoration .inner:after {
    top: -12px;
    width: 60px;
    height: 23px;
    background-size: contain;
  }

  .well-with-decoration .inner:before {
    left: -10px;
  }

  .well-with-decoration .inner:after {
    right: -10px;
  }

  .well-with-decoration .paper-underline {
    padding-right: 5px;
    padding-left: 5px;
    background-position: 0 1px;
  }
}

.width-100p {
  width: 100%;
}

.bg-sky-pink {
  background: url("../images/bg-sky-pink.png") 50% 50% no-repeat;
  background-size: cover;
}
table.price {
  width: 100%;
  background: #FDE6EC;
}
table.price tr:first-child {
  background: #FAC2CD;
  font-size: 20px;
  font-weight: bold;
}
table.price tr th{
  font-size: 18px;border:2px solid #fff;
  font-weight: bold;padding:8px;font-weight: 700;
}
table.price tr td:first-child{
width:40%;position:relative;
}
table.price tr td:first-child img {
  position: absolute;
  left: 35px;
}
table.price tr td{
  font-size: 20px;padding:8px;text-align:center;border:2px solid #fff;width: 20%;font-weight: 500;
}
.red{color:#F1677E;}
@media screen and (max-width: 767px) {
table.price tr th, table.price tr td {font-size: 9px;border: 1px solid #fff;padding: 2px;}
table.price tr td:first-child img {left: 18px;width: 34px;top: 4px;}
}
@media screen and (max-width: 768px) {
  .bg-sky-pink {
    background-position: 30% 50%;
  }
}

@media (min-width: 769px) {
  .mb0-sm {
    margin-bottom: 0 !important;
  }
}


