@charset "UTF-8";
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=BenchNine:300');
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: bottom;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button:hover,
a:hover {
    cursor:pointer;
	opacity: 0.8;
}

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

/* all
-------------------------------------------------- */
body {
  margin: 0;
  overflow-wrap: break-word;
  word-break: normal;
  color:#333;
	font-family: 'Noto Sans CJK JP', sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
	position: relative;
}
a {
  -webkit-transition: all ease-in-out .1s;
          transition: all ease-in-out .1s;
}
a:focus, a:active, a:hover {
  outline: 0;
}
* {
  box-sizing: border-box;
}
img {
  width: 100%;
}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* ipad */
@media screen and (min-width:641px) and ( max-width:1024px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* メイン
-------------------------------------------------- */
.wrapper {
  width: 1000px;
  margin: 0 auto;
}


.header {
  width: 100%;
	z-index: 100;
	position: absolute;
	top: 55px;
	right: 0;
}
.header_contact {
  float: right;
  margin-top: 0;
}
.header_logo {
  margin: 0px 0 0 45px;
}
.header img {
  width: 30%;
}
/*サイドバー*/
.sidenav-item {
	background: #2c388b;
	opacity: 0.9;
	padding: 20px 10px;
	height: 235px;
	cursor: pointer;
	top: 200px;
  position: fixed;
  right: 0;
  z-index: 50;
}
.sidenav-item-txt {
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
  text-decoration: none;
}
.sidenav-item-txt img {
	width: 40px;
	margin: 0 auto 10px;
	display: block;
}
.sidenav-item-dvd img {
	width: 80px !important;
}
.sidenav-item-dvd p {
	font-size: 12px;
}
.sidenav-item hr {
	height: 2px;
	border: 0 none;
	color: #fff;
	background: #fff;
}


/* メイン　SP
-------------------------------------------------- */

@media screen and (max-width: 640px) {

.header img {
	 width: 45%;
}
.header {
	top :35px;
}

.header_logo {
  margin: 0px 0 0 5%;
}
.wrapper {
	 width: 90%;
	 margin: 0 auto;
 }

 /*サイドバー*/
 .sidenav-item {
 	background: #2c388b
 	opacity: 0.9;
 	padding: 20px 10px;
 	height: 80px;
 	cursor: pointer;
 	position: fixed;
 	right: 0;
 	z-index: 50;
 	bottom: 0;
	top: auto;
 }

.sidenav-item hr {
 height: 0;

 }


}


/* MV説明
-------------------------------------------------- */
.trouble {
  padding-top: 50px;
  position: relative;
}

.trouble img {
  width: 800px;
}





/* MV説明　SP
-------------------------------------------------- */

@media screen and (max-width: 640px) {

.trouble img {
  width: 100%;
}
}



/* こだわり
-------------------------------------------------- */
.comit {
	background: url(../images/comit_bk.jpg);
	background-size: cover;
	margin-top: 40px;
	position: relative;
	padding: 50px 0;

}



/* 特徴
-------------------------------------------------- */
.feature img {
  padding: 50px 0;
}

/* サポート
-------------------------------------------------- */
.support {
  background: #eaeaea;
	padding: 50px 0;
}



/* メリット
-------------------------------------------------- */
.merit img {
  margin-bottom: 30px;
}
.btn {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content:space-between;
  width: 100%;
}
.btn a {
  width: 50%;
}

/* メリット　SP
-------------------------------------------------- */

@media screen and (max-width: 640px) {

.btn {
	margin-top: 30px;
}
.merit img {
	 margin-bottom: 10px;
}
.btn a {
	 width: 100%;
}

}

/* 種類
-------------------------------------------------- */
.type {
  margin: 50px auto 0;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}
/*タブのスタイル*/
.tab_item,
.tab_item_02,
.tab_item_03,
.tab_item_04,
.tab_item_05,
.tab_item_06 {
  width: calc(100%/7);
  height: 237px;
  display: block;
  float: left;
  transition: all 0.2s ease;
  margin-left: 20px;
	cursor : pointer;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 30px 0;
  clear: both;
  overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#all02:checked ~ #all_content02,
#all03:checked ~ #all_content03,
#all04:checked ~ #all_content04,
#all05:checked ~ #all_content05,
#all06:checked ~ #all_content06 {
  display: block;
}
.tab_content_desc_top {
  width: 100%;
}
.ishi{
  width:30%;
  display: inline-block;
}
.ishi_txt {
	float: right;
  width: 65%;
  display: inline-block;
  margin: 20px;
  vertical-align: top;
}
.tab_content_desc_btm img {
  width: 100%;
  margin-top: 30px;
}

.tab1 {
	background-image: url(../images/type_tab_01_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.tab2 {
	background-image: url(../images/type_tab_02_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.tab3 {
	background-image: url(../images/type_tab_03_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.tab4 {
	background-image: url(../images/type_tab_04_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.tab5 {
	background-image: url(../images/type_tab_05_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.tab6 {
	background-image: url(../images/type_tab_06_1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab1 {
  background-image: url(../images/type_tab_01.png);
}
.tabs input:checked + .tab2 {
  background-image: url(../images/type_tab_02.png);
}
.tabs input:checked + .tab3 {
  background-image: url(../images/type_tab_03.png);
}
.tabs input:checked + .tab4 {
  background-image: url(../images/type_tab_04.png);
}
.tabs input:checked + .tab5 {
  background-image: url(../images/type_tab_05.png);
}
.tabs input:checked + .tab6 {
  background-image: url(../images/type_tab_06.png);
}

/* 種類　SP
-------------------------------------------------- */

@media screen and (max-width: 640px) {


/*タブのスタイル*/
.tab_item,
.tab_item_02,
.tab_item_03,
.tab_item_04,
.tab_item_05,
.tab_item_06 {
  width: calc(100%/4);
  margin-left: 6%;
	height: 140px;
}

.tab01 {
	margin-left: 0 !important;
}

.ishi{
  width:28%;
  float: left;
}
.ishi_txt {
  width: 70%;
  margin: 20px 0;
  vertical-align: top;
}
}

/* 動画
-------------------------------------------------- */

.gray_bk {
	background: #eaeaea;
	padding-bottom: 100px;
}

.movie_ttl {
	margin: 100px 0;
}

.movie_ttl02 {
	width: 400px;
	text-align:left !important;
	display: block;
}


.movie {
	padding: 50px 0;
  text-align: center;
}
.movie_experience {
  padding-top: 100px;
}

.movie_experience_movie {
	margin: auto;
	padding-top:50px;
}


.movie_virtual {
  padding-top: 60px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
	height: 300px;
}
.inline_box {
	margin-top: 50px;
  display: none;
}

/* 動画　SP
-------------------------------------------------- */

@media screen and (max-width: 640px) {

.gray_bk {
	padding: 50px 0;
}

.movie {
	padding: 0;
}

.movie_sp {
	 background-image: url(../images/movie_bg_sp.jpg);
	 background-size: contain;
	 background-repeat: no-repeat;
	}

.movie_virtual {
	height: 215px;
	padding-top: 30px;
	width: 90%;
}

.movie_experience {
  padding-top: 0px;
}

.movie_ttl {
	margin: 50px 0;
}

.movie_ttl02 {
	width: 100%;
	text-align: center;

}

.movie_experience_movie {
	padding: 30px 0;
	margin: auto;
}

}


/* 京都へまいろう
-------------------------------------------------- */
.kyoto_wrap {
	background-color: #fff;
  padding: 70px 50px;
}

.kyoto {
	margin-top: 100px;
}

.kyoto_btn {
	margin: 50px 0;
}



/* 京都へまいろう　SP
-------------------------------------------------- */

@media screen and (max-width: 640px) {

	.kyoto {
		margin-top: 50px;
	}

.kyoto_wrap {
	padding: 40px 10px;
}

.kyoto_btn {
	margin: 20px 0;
}

}


/* プレゼント
-------------------------------------------------- */
.present {
	background-image: url(../images/present_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 1451px;
	margin-top: 70px;
	padding-bottom: 50px;
}
.present_slider {
	max-width: 400px;
	margin: 0 auto;
  padding-top: 200px;
}


/* プレゼント　SP
-------------------------------------------------- */

@media screen and (max-width: 640px) {

.present_sp {
	background-image: url(../images/present_bg_sp.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 740px;
	margin-top: 70px;
	padding-bottom: 50px;
	width: 100%;
}
.present_slider {
	max-width: 400px;
	margin: 0 auto;
	padding-top: 100px;
	width: 100%;
}

}




/* お問い合わせ
-------------------------------------------------- */
.contact {
	background: #eee8e0;
	padding: 50px 0;
}
.contact_ttl {
	margin: 0 auto;
	text-align: center;
}
.contact_ttl span {
	font-size: 30px;
	font-weight: bold;
	line-height: 2.5;
}
.contact_ttl p {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 30px;
	color: #4c4948;
}
.contact_table table {
  margin: 10px 0 3em 0;
  width: 900px;
	margin: 0 auto;
}
.contact_table table th {
  padding: 15px;
  width: 220px;
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
}
.contact_table table th span {
  color: #e60012;
  font-size: 13px;
	font-weight: bold;
  padding: 0 5px;
  display: inline-block;
	width: 55px;
}
.contact_table table th p {
  display: inline-block;
  width: 130px;
}
.contact_table table td {
	padding: 12px 0 12px 0;
	vertical-align: middle;
}
button {
    border:none !important;
    background:transparent;
}
.contact_table table input[type="email"], .contact_table table textarea,
.contact_table table input[type="text"], .contact_table table textarea,
.contact_table table input[type="tel"], .contact_table table textarea,
.contact_table table input[type="add"], .contact_table table textarea,
.contact_table table input[type="yubin"], .contact_table table textarea {
	vertical-align: middle;
	width: 100%;
	line-height: 40px;
	height: 40px;
	padding: 1px 5px;
	border: 1px solid #b5b5b5;
	font-size: 100%;
	color: #555;
}
.contact_table table input[type="situmon"], .contact_table table textarea {
	vertical-align: middle;
	max-width: 100%;
	line-height: 30px;
	height: 100px;
	padding: 1px 5px;
	border: 1px solid #b5b5b5;
	font-size: 100%;
	color: #555;
}
.contact_table table input[type="add"], .contact_table table textarea {
	margin-top: 10px;
}
.contact_table_check {
	padding-right: 45px;
	display: inline-block;
}
.contact_table_check_txt {
	color: #e60012;
}
.send_btn {
	width: 900px;
	display: block;
	margin: 30px auto 0;
}
.copy {
	background: #fff;
	font-size: 13px;
	text-align: center;
	padding: 15px 0;
	width: 100%;
}



/*　お問合せ　SP
-------------------------------------------------- */

@media screen and (max-width: 640px) {

.contact_ttl p  {
	text-align: left;
	width: 90%;
	margin: auto;
}
.contact_table table th {
	display: block;
	text-align:left;
	padding: 15px 0 0 0;
}
.contact_table table td {
	display: block;
}
.contact_table table {
	width: 90%;
}
.send_btn {
	width: 70%;
}
.contact_table_check {
	width: 90%;
}
}
