@charset "utf-8";
/*-----------------------------------------------------
							　　　　　目次

■SP 共通パーツ
・font-size フォントサイズ
・layout　レイアウト	
・header ヘッダー
・globalNavi グローバルナビ（バーガーメニュー）
・siteStructure パンくず
・mainImg　メインイメージ
・contentsWrap コンテンツラップ
・subNavi サブナビ
・main メインコンテンツ
・localNavi ローカルナビ
・footer フッター


■SP 汎用スタイル
・見出し
・ボタン
・背景
・枠
・tel番タップ
・その他
　レスポンシブテーブル


■SP ページごと個別スタイル


-----------------------------------------------------*/


/*  ================================================================================================

    SP 共通パーツ

    ============================================================================================  */
		
/* font-size フォントサイズ
------------------------------------------------------------------ */
html {
	 font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%; /* iPhone safari ランドスケープ時　文字サイズ対応 */
}



/* globalNavi グローバルナビ（バーガーメニュー）
------------------------------------------------------------------ */
/* globalNavi グローバルナビ（バーガーメニュー）
------------------------------------------------------------------ */

/*pc */
section.head{
	height:50px;
	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 20px 0;
  background: #000;
}
.blankitem{
	height: 50px;
}

.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: 7px;
	right: 10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 3;
}
.icon span {
  display: block;
  position: absolute;
  width: 25px;
  border-bottom: solid 2px #fff;
  -webkit-transition: .30s;
  -moz-transition: .30s;
	transition: .30s;

}
.icon span:nth-child(1) {
	top: 8px;
	left: 6px;
}
.icon span:nth-child(2) {
	top: 16px;
	left: 6px;
}
.icon span:nth-child(3) {
	top: 24px;
	left: 6px;
}

.activeicon span:nth-child(1) {
	top: 16px;
	left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.activeicon span:nth-child(2) {
	top: 16px;
	left: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.activeicon span:nth-child(3) {
	top: 16px;
	left: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}




/*メイン*/
.headInner{
	width: 100%;
	padding-left: 15px;
	margin: 0 auto;
	font-size: 18px;
	color: #FFF;
	line-height: 50px;
}
.contentsWrap{
	max-width:100%;
	margin:0 auto;
}
#mainContents{
	max-width:100%;
	margin:0 4%;
	padding-top:65px;
}
.cautionNote{
	text-align: center;
	font-size: 16px;
	color: red;
	margin-bottom: 30px;
}
.star{
color:red;
}

	.boldfont{
		font-weight: bold;
	}
.ttlA{
	font-size:21px;
	text-align:center;
}
.titleBar{
	text-align: center;
	margin: 0;
	line-height: 0;
	margin-top:15px;
}

section.textWrap{
	margin-top:35px;
}
section.textWrap p{
	font-size:15px;
}

.boxTtlA{
	font-size: 16px;
	line-height: 30px;
	background: #000;
	color: #fff;
	text-align: center;
	width: 90px;
}
.titleBarA{
	font-size: 18px;
	background: url(/kyo-gallery/calendar/lib/img/img_sidetitlebar.png) no-repeat top left;
	line-height: 18px;
	margin-top: 45px;
	padding-left: 15px;
	font-weight: bold;
}
.contentWrap{
	margin-top:20px;
}
.contentWrap.top{
	margin-top:30px;
}
.contentWrap p.boxContent{
	font-size: 15px;
	margin-top: 15px;
}
.cautionList{
	font-size: 15px;
	list-style-type: decimal;
	margin-left: 5%;
	margin-top: 25px;
}
.planeText{
	margin-top: 25px;
	font-size: 15px;
}
.boxBtn{
	display:block;
	border:1px solid #241919;
	border-radius:5px;
	text-align:center;
	line-height:60px;
	width:300px;
	margin:35px auto 0;
	font-size:15px;
	
}	
.boxBtn:hover{
	opacity: 0.7;
	cursor: pointer;
}
.boxBtn.spBlack{
	display:block;
	border:1px solid #241919;
	background:#000000;
	color:#ffffff;
	border-radius:5px;
	text-align:center;
	line-height:60px;
	width:300px;
	margin:35px auto 0;
	font-size:15px;
	
}
.boxBtn.input{
	display:block;
	background: #241919;
	color:#ffffff;
	border-radius:5px;
	text-align:center;
	line-height:60px;
	width:300px;
	margin:35px auto 35px;
	font-size:15px;
}

.blueLink{
	margin-top: 20px !important;
	font-size: 15px;
	color: #33a0df !important;
	text-decoration: underline !important;
	display: inline-block;
}

.inquryWrap{
	max-width:100%;
	margin:45px 4% ;
	background:#e3cd74;
}
.inquryInner{
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 20px;
}

.inquryText1{
	text-align:center;
	font-size:18px;
	font-weight: bold;
	border-bottom:1px solid #000000;
	padding-bottom:15px;
	margin-bottom:15px;
}
.inquryText2{
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
}
.inquryText3{
	text-align:center;
	font-size:20px;
	margin-bottom:15px;
}

.inquryText4{
	text-align: center;
	font-size: 12px;
}
footer{
border-top:1px solid #000000;
}
.footerText{
text-align:center;
font-size:12px;
padding:15px 0;
}


/*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: 40px;
	border-collapse: separate;
	
}
.inputForm tr th{
	background:#241919;
	color:#ffffff;
	text-align: left;
	padding: 10px 10px;
	font-size:15px;
	display:block;
}
.inputForm tr th span{
	background: #e60012;
	padding: 0px 3px 4px;
	margin:0 10px 0 10px;
}
.inputForm tr td{
	background:#e4ce75;
	color:#241919;
	text-align: left;
	padding: 15px 15px;
	font-size:18px;
	display:block;
	border-bottom: 10px #fff solid;
}
.inputForm tr td span{
	font-size:15px;
}
.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:15px;
	padding: 12px 10px;
}

.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;
	margin-right: 10px;
	letter-spacing: 1px;
}
.inputForm tr td .name input[name="sei"]{
	margin-right: 20px;
	width: 200px;
	margin-bottom: 15px;
}
.inputForm tr td .name input[name="mei"]{
	margin-right: 20px;
	width: 200px;
}
.inputForm tr td .name input[name="kana_sei"]{
	margin-right: 20px;
	width: 200px;
	margin-bottom: 15px;
}
.inputForm tr td .name input[name="kana_mei"]{
	margin-right: 20px;
	width: 200px;
}
.inputForm tr td .post input[name="zip_1"]{
	margin-right: 10px;
	width: 99px;
}
.inputForm tr td .post input[name="zip_2"]{
	margin-left: 10px;
	width: 99px;
	margin-right: 0;
}
.inputForm tr td .address input[name="address1"]{
	width: 100%;
	margin-top: 20px;
}
.inputForm tr td .address input[name="address2"]{
	width: 100%;
	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: 86px;
}
.inputForm tr td .mail input[name="mail"]{
	width: 100%;
}

.inputForm tr td .name span{
	display: inline-block;
	width: 40px;
	text-align: center;
	margin-right: 10px;

}
.inputForm tr td .post span{
	font-size:15px;
}


.inputForm tr{
	border: 10px solid #ffffff;
}


p.err{
	color:#e60012;
	font-size:14px;
}
p.err.first{
	color:#e60012;
	font-size:14px;
	margin-top:10px;
}
.spNone{
	display:none;
}



/*confirm.php*********************************/

.zipConfirm,
.addressConfirm{
	line-height: 4.5rem;
}
.confirm .inputForm tr td{
	padding: 35px 20px;
}


.confirm .boxBtn.input{
	display:block;
	background: #241919;
	color:#ffffff;
	border-radius:5px;
	text-align:center;
	line-height:60px;
	width:300px;
	margin:20px auto 50px;
	font-size:15px;
}



/*complete*/
.textWrap.completeWrap{
	margin-top: 0;
}
.completeText{
	font-size: 18px;
	margin-top: 35px;
	font-weight: bold;
}
.boxBtn.complete{
	margin-bottom: 50px;
}



