@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;*/
  height: 1700px;
  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;
}

#headerBg p.bgSelect:before {
  content: url(../img/img_left.gif);
  position: absolute;
}

#headerBg p.bgSelect:after {
  content: url(../img/img_right.gif);
  position: absolute;
}

#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-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 {
  text-indent: -9999px;
  background: url(../img/point1.png) no-repeat;
  width: 126px;
  height: 70px;
  position: absolute;
  left: -10px;
  top: -40px;
}

/*#concept .point .no2 {
  text-indent: -9999px;
  background: url(../img/point2.png) no-repeat;
  width: 126px;
  height: 70px;
  position: absolute;
  left: -10px;
  top: -40px;
}

#concept .point .no3 {
  text-indent: -9999px;
  background: url(../img/point3.png) no-repeat;
  width: 126px;
  height: 70px;
  position: absolute;
  left: -10px;
  top: -40px;
}
*/

#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;
}

#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;
}

#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;
	padding: 1em 2vw;
}
.bannerArea a img {
	width: 100%;
	display: block;
}

@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-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;
    min-width: 90px;
    min-height: 50px;
    width: 30%;
    height: auto;
    background-size: contain;
  }
  #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 {
    padding: 2px;
  }
  #price table.optionList th, #price table.optionList td {
    padding: 2px 5px;
  }
  #price .tableRight1 {
    margin-bottom: 2em;
  }
  #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: 650px;
    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 {
    float: left;
    position: relative;
    width: 330px;
    height: 239px;
  }
  #price .tableRight1 p {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }
  #price .tableRight2 {
    float: left;
    position: relative;
    width: 330px;
    height: 182px;
  }
  #price .tableRight2 p {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
  }
  #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-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, .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"], .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 {
    opacity: 0.5;
}
/* Firefox 18- */
#enquete .enqeteForm :-moz-placeholder {
    opacity: 0.5;
}
/* Firefox 19+ */
#enquete .enqeteForm ::-moz-placeholder {
    opacity: 0.5;
}
/* IE 10+ */
#enquete .enqeteForm :-ms-input-placeholder {
    opacity: 0.5;
}
#enquete .enqeteForm p input, .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, .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 .sp-only{
	display: none;
}
#news p{
	font-size: 1.19em;
	line-height: 1.4;
}
#news .titleBox .titleOrange {
    font-size: 2em!important;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
	#news .sp-only{
		display: block;
	}
	#news .titleBox{
		margin-bottom: 0;
	}
	#news .titleBox .titleOrange {
    	font-size: 1.5em!important;
		margin-bottom: 0;
	}
}
#news .newsBox .transport{
	margin-bottom: 15px;
		border: 1px solid #CCC;
		padding: 10px 15px;
}
#news .newsBox .transport li{
	font-size: 1.19em;
	float: left;
	margin-right: 20px;
}
#news .newsBox dl{
	margin-bottom: 1em;
}
#news .newsBox dl dt{
	color: #946134;
	border-bottom: 1px dotted #F29600;
    font-weight: bold;
	padding: 10px 20px;
	font-size: 1.19em;
	line-height: 1.4;
}
#news .newsBox dl dd{
	padding: 10px 20px;	
	font-size: 1.19em;
	line-height: 1.4;
}
/*営業日*/
.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; }
.calenLink {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #E95513;
  font-size: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: center;
  margin: 30px auto 60px;
  border-radius: 1.2em;
  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; } }
