@charset "utf-8";
/*-----------------------------------------------------



/*  ================================================================================================

    PC 共通パーツ

    ============================================================================================  */
		
/* font-size フォントサイズ
------------------------------------------------------------------ */
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
  font-size: 1.6rem;
	line-height: 1.8;
}	



/* globalNavi グローバルナビ（バーガーメニュー）
------------------------------------------------------------------ */

/*pc */
section.head{
	height: 80px;
	background: #000;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  text-align: left;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.8s;
  z-index: 2;
}
.menu__ul {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px 0;
  background: #000;
}
.blankitem{
	height: 80px;
}
.menu__ul--item {
  list-style-type: none;
  padding: 0 0 0 15px;
  width: 100%;
}
.menu__ul--item a {
  display: inline-block;
  padding: 0.5em 0;
  color: #fff;
  text-decoration: none;
}
li.menu__ul--item::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(/kyo-gallery/lib/img/common/ico_leaf.png) center no-repeat;
			background-size: auto;
	background-size: contain;
	margin-right: 8px;
	vertical-align: middle;
}
.secondClass li{
  padding: 0 0 0 20px;
}
.secondClass li::before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(/kyo-gallery/lib/img/common/ico_leaf.png) center no-repeat;
			background-size: auto;
	background-size: contain;
	margin-right: 8px;
	vertical-align: middle;
}

.active {
  transform: translateY(0px);
}

.icon {
	display: block;
	position: fixed;
	top: 10px;
	right: 18px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	z-index: 3;
}
.icon span {
  display: block;
  position: absolute;
  width: 50px;
  border-bottom: solid 2px #fff;
  -webkit-transition: .30s;
  -moz-transition: .30s;
	transition: .30s;

}
.icon span:nth-child(1) {
	top: 13px;
	left: 5px;
}
.icon span:nth-child(2) {
	top: 27px;
	left: 5px;
}
.icon span:nth-child(3) {
	top: 41px;
	left: 5px;
}

.activeicon span:nth-child(1) {
	top: 27px;
	left: 5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.activeicon span:nth-child(2) {
	top: 27px;
	left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.activeicon span:nth-child(3) {
	top: 27px;
	left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*メイン*/
	.headInner{
		width: 100%;
		padding-left: 35px;
		margin: 0 auto;
		font-size: 28px;
		color: #FFF;
		line-height: 2.8;
	}
	.contentsWrap{
		max-width:1400px;
		margin:0 auto;
	}
	#mainContents{
		max-width:930px;
		margin:0 auto;
		padding-top:190px;
	}
	.indexCalender #mainContents{
		max-width:930px;
		margin:0 auto;
		padding-top:100px;
	}
	.cautionNote{
		text-align: center;
		font-size: 22px;
		color: red;
		margin-bottom: 60px;
	}
	.star{
		color:red;
	}
	.boldfont{
		font-weight: bold;
	}
	.cautionNote .pcNone{
		display: none;
	}
	.ttlA{
		font-size:28px;
		text-align:center;
	}
	.titleBar{
		text-align: center;
		margin: 0;
		line-height: 0;
		margin-top:40px;
	}
	
	section.textWrap{
		margin-top:55px;
	}
	section.textWrap p{
		font-size:18px;
	}

	.boxTtlA{
		font-size:24px;
		line-height:50px;
		background:#000;
		color:#fff;
		text-align:center;
		width:140px;
		margin-left:6px;
	}
	.titleBarA{
		font-size: 28px;
		background: url(/kyo-gallery/calendar/lib/img/img_sidetitlebar.png) no-repeat top left;
		line-height: 30px;
		margin-top:80px;
		padding-left: 20px;
		font-weight: bold;
	}
	.contentWrap{
		margin-top:38px;
	}
	.contentWrap p.boxContent{
		font-size:24px;
		margin-top:25px;
	}
	.cautionList{
		font-size:18px;
		list-style-type: decimal;
		margin-left:23px;
		margin-top:35px;
	}
	.planeText{
		margin-top:35px;
		font-size:18px;
	}
	.boxBtn{
		display:block;
		border:1px solid #241919;
		border-radius:5px;
		text-align:center;
		line-height:70px;
		width:360px;
		margin:55px auto 0;
		font-size:20px;
		
	}
	.boxBtn:hover{
			opacity: 0.7;
			cursor: pointer;
	}
	.boxBtn.input{
		display:block;
		background: #241919;
		color:#ffffff;
		border-radius:5px;
		text-align:center;
		line-height:70px;
		width:360px;
		font-size:20px;
	}
	.boxBtn.input.confirm{
		display:inline-block;
		margin:0;
		
	}
	.boxBtn.confirm{
		display:inline-block;
		margin:0;
		margin-right: 60px;
	}
	.confirmBtnWrap{
		margin-top: 60px;
		text-align: center;
	}

	.blueLink{
		margin-top:35px!important;
		font-size:18px;
		color:#33a0df!important;
		text-decoration:underline!important;
		display:inline-block;
	}

	.inquryWrap{
		max-width:1120px;
		margin:80px auto 0;
		background:#e3cd74;
	}
	.inquryInner{
		max-width:930px;
		margin:0 auto;
		padding:40px 40px;
	}

.inquryText1{
	text-align:center;
	font-size:28px;
	border-bottom:2px solid #000000;
	padding-bottom:35px;
	margin-bottom:35px;
}
.inquryText2{
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
}
.inquryText3{
	text-align:center;
	font-size:28px;
	margin-bottom:20px;
}

.inquryText4{
	text-align:center;
	font-size:18px;
}
footer{
	border-top:2px solid #000000;
	margin-top:120px;
}
.footerText{
	text-align:center;
	font-size:16px;
	padding:20px 0;
}

.pcNone{
	display:none;
}



/*input.php*****************************/
ul.cautionListInput {
	padding-left:1em;
	margin-top: 20px;
}
ul.cautionListInput li{
	text-indent:-1em;
	list-style-type:none;
	font-size:16px;
}

.inputForm{
	box-sizing: border-box;
	width: 100%;
	margin-top: 60px;
}
.inputForm tr th{
	background:#241919;
	color:#ffffff;
	vertical-align: middle;
	text-align: left;
	padding: 20px 20px;
	font-size:18px;
	width: 35%;
}
.inputForm tr th span{
	background: #e60012;
	padding: 0px 3px 4px;
	margin:0 10px 0 10px;
}

.inputForm tr td{
	background:#e4ce75;
	color:#241919;
	vertical-align: middle;
	text-align: left;
	padding: 20px 20px;
	font-size:18px;
}
.inputForm tr td .company input[type="text"],
.inputForm tr td .name input[type="text"],
.inputForm tr td .post input[type="text"],
.inputForm tr td .address input[type="text"],
.inputForm tr td .tel input[type="text"],
.inputForm tr td .mail input[type="email"],
.inputForm tr.memo td  textarea{
	border: 1px solid #241919;
	border-radius:5px;
	font-size:18px;
}
.inputForm tr td .quantity select{
    border: 1px solid #241919;
	border-radius:5px;
	font-size:18px;
    background-color: #F2F0EC;
}

.inputForm tr td .quantity{
    position: relative;
    display: inline-block;
}

.inputForm tr td .quantity::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #000;
    content: "";
    position: absolute;
    right: 25px;
    top: 16px;
    width: 0;
    pointer-events: none;
}


.inputForm tr td .company input[name="company"]{
	width: 100%;
	font-size:18px;
}
.inputForm tr td .mail input[type="email"]{
	outline: none;
	background-color: #F2F0EC;
	padding: 8px 10px;
	margin-right: 10px;
	letter-spacing: 1px;
}
.inputForm tr td .name input[name="sei"]{
	margin-right: 20px;
	width: 200px;
	font-size:18px;
}.inputForm tr td .name input[name="mei"]{
	margin-right: 20px;
	width: 200px;
	font-size:18px;
}
.inputForm tr td .name input[name="kana_sei"]{
	margin-right: 20px;
	width: 200px;
	font-size:18px;
}
.inputForm tr td .name input[name="kana_mei"]{
	margin-right: 20px;
	width: 200px;
	font-size:18px;
}
.inputForm tr td .post input[name="zip_1"]{
	margin-right: 10px;
	width: 120px;
	font-size:18px;
}
.inputForm tr td .post input[name="zip_2"]{
	margin-left: 10px;
	width: 120px;
	font-size:18px;
}
.inputForm tr td .address input[name="address1"]{
	width: 100%;
	font-size:18px;
	margin-top: 20px;
}
.inputForm tr td .address input[name="address2"]{
	width: 100%;
	font-size:18px;
	margin-top: 20px;
}
.inputForm tr td .tel input[name="tel_1"],
.inputForm tr td .tel input[name="tel_2"],
.inputForm tr td .tel input[name="tel_3"]{
	margin-right: 0;
	width: 120px;
	font-size:18px;
}
.inputForm tr td .mail input[name="mail"]{
	width: 100%;
	font-size:18px;
}
.inputForm tr td textarea{
	width:100%;
}

.inputForm tr td .name span{
	display: inline-block;
	width: 40px;
	text-align: center;
	margin-right: 10px;

}


.inputForm tr{
	border: 1px solid #ffffff;
}


p.err{
	color:#e60012;
}
p.err.first{
	color:#e60012;
	margin-top:10px;
}


/*confirm.php*********************************/
.zipConfirm,
.addressConfirm{
	line-height: 4.5rem;
}

/*complete*/
.textWrap.completeWrap{
	margin-top: 0;
}
.completeText{
	margin-top: 55px;
	font-size:24px;
	font-weight: bold;
}

/* localNavi ローカルナビ
------------------------------------------------------------------ */


/* footer フッター
------------------------------------------------------------------ */