@charset "utf-8";

body, div, p, ol, ul, li, table, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}


#wapper {
	width: 100%;
}

#container {
	width: 1280px;
	margin: 0 auto;
}


/* header
------------------------*/

header {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.header_logo {
	float: left;
	margin-top: 20px;
}

.header_nav {
	float: right;
	margin-top: 55px;
}

.header_nav li {
	float: left;
	list-style: none;
	width: 180px;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}

.header_nav li:last-child {
	border-right: 1px solid #ccc;
}

.header_nav li a {
	width: 100%;
	text-align: center;
	display: block;
	vertical-align: middle;
	line-height: 2.0;
	font-size: 15px;
}

.header_nav li:last-child a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 18px;
  background: url(../images/i_mail.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
	transform: translateY(3px);
}

.header_nav li a:link,
.header_nav li a:visited,
.header_nav li a:active {
	color: #000;
	text-decoration: none;
}
.header_nav li a:hover {
	color: #000;
	background-color: #eee;
	text-decoration: none;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

/**/

.main_img {
}

/**/

.top_catch {
	/*text-align: center;*/
	background-color: #f8f8f8;
	padding: 20px 10px 35px 30px;
	margin-bottom: 80px;
	box-sizing: border-box;
}

.top_catch_inner {
	margin-top: 30px;
}

.top_catch h1 {
	font-size: 22px;
	line-height: 2.0;
	font-weight: normal;
}

.top_catch h2 {
	font-size: 18px;
	line-height: 2.0;
	font-weight: normal;
}

.top_catch img {
	float: right;
}


/* footer
---------------------------------*/

.footer_info {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
	display: flex;
	border-top: 1px solid #ccc;
}

.footer_info p {
	margin-left: 20px;
}
.footer_link {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 15px;
	font-size: 14px;
}
/**/

.copyright {
	background-color: #f4f4f4;
	padding: 10px;
}

.copyright p {
	text-align: center;
}


/*---------------------------------
  breadcrumb
---------------------------------*/

.breadcrumb {
	padding-bottom: 20px;
}
.breadcrumb ul li {
	position: relative;
	display: inline-block;
	/*font-size: 13rem;*/
}
.breadcrumb ul li:not(:first-child):before {
	display: inline-block;
	content: ">";
	padding-right: 5px;
	}
.breadcrumb ul li a { color: #000; }


/*---------------------------------
  contents
---------------------------------*/

.contents {
	width: 1200px;
	margin: 30px auto 80px auto;
}

/*---------------------------------
  toppage
---------------------------------*/

/* top_info
---------------------------------*/

.top_info {
	margin-bottom: 90px;
}

.top_info h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
}

.top_info_inner {
	width: 1050px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.top_info_inner dl {
	width: 1020px;
	margin: 0 auto 20px auto;
	padding: 0 20px 20px 20px;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}

.top_info_inner dl dt,
.top_info_inner dl dd {
	display: inline-block;
	vertical-align: top;
}

.top_info_inner dl dt {
	width: 8em;
}

.top_info_inner dl dd {
	width: calc(100% - 9em);
}

.top_info_inner dl:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.top_info_archive {
	display: none;
}
.top_info_footer {
	display: flex;
	justify-content: flex-end;
}

/* top_products_info
---------------------------------*/

.top_products_info {
	border: 1px solid #ffd688;
	/*border-top: none;*/
	padding: 50px 0 0 0;
}

.top_products_info .products_info_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1050px;
	margin: 0 auto;
	align-items: flex-end;
}

.top_products_info .products_info_box .products_info_inner {
	width: 48%;
	margin-bottom: 70px;
	text-align: center;
}

.products_info_img1,
.products_info_img1a {
	margin-bottom: 15px;
	position: relative;
}

.products_info_img1 img {
	width: 260px;
}

.products_info_img1a img,
.products_info_img1b img {
	width: 365px;
}

.products_info_img1a p,
.products_info_img1b p {
	margin-bottom: 10px!important;
}

.products_info_img1b {
	margin-left: 60px;
}

.products_info_img1b img {
	border: 1px solid #ccc;
}

.products_info_text {
	margin: 0 auto 20px auto;
	display: inline-block;
}

.products_info_text p {
}

.top_products_info .products_info_inner .products_info_text p.products_catch {
	font-size: 18px;
	color: #f00;
}

.top_products_info h2,
.page_contents h2 {
	background-color: #ffd688;
	padding: 10px 15px 10px 30px;
	margin-bottom: 50px;
}

.top_products_info h2.h2_col01 {
	width: 1050px;
	margin: 0 auto 50px auto;
	
}

.top_products_info .products_info_inner .products_info_text h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.page_contents h2 {
	text-align: left;
	margin-bottom: 55px;
}

/*---------------------------------
  page_contents
---------------------------------*/

.page_contents {
}

.page_contents_inner {
	width: 1060px;
	margin: 0 auto 50px auto;
}

.page_contents_inner.company h3 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-weight: 400;
}

.page_contents_inner.products h3 {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 400;
}



/*---------------------------------
  products_info
---------------------------------*/

.page_contents_inner .products_info {
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #000;
}

.page_contents_inner .products_info:last-child {
	padding-bottom: 0;
	margin-bottom: 50px;
	border-bottom: none;
}

.products_info .products_info_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 1060px;
	/*border-bottom: 1px solid #ccc;
	padding-bottom: 40px;*/
	margin: 0 auto 40px auto;
}

.products_info .products_info_inner.guide_map {
	justify-content: flex-start;
	align-items: flex-start;
}

.products_info .products_info_inner .products_info_img {
	text-align: center;
}

.products_info .products_info_inner .products_info_img div {
}


.products_info .products_info_inner .products_info_text {
	width: 600px;
}

.products_info .products_info_inner .products_info_text h3 {
	font-size: 28px;
	margin-bottom: 10px;
}

.products_info p {
	margin-bottom: 20px;
}

.products_info p.products_catch {
	font-size: 18px;
	color: #f00;
	margin-bottom: 15px;
}

.products_info .products_info_inner .products_info_outline {
	display: flex;
	justify-content: space-between;
}

.products_info .products_info_inner .products_info_outline div {
	width: 48%;
	text-align: center;
}

.products_info.products_info_map .products_info_inner.products_info_map2 {
	border-bottom: none;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.products_info.products_info_map .products_info_inner {
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto 50px auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.products_info.products_info_map .products_info_inner .products_info_outline.kyoto {
    justify-content: center;
}

.products_info.products_info_map .products_info_inner .products_info_outline div {
	margin-bottom: 15px;
}

.products_info.products_info_map .products_info_inner .products_info_outline div img {
	width: 100%;
	height: auto;
}

.products_info ul {
	margin-left: 1.3em;
	margin-bottom: 30px;
}

.products_info ul li {
	margin-bottom: 5px;
}

.products_info ul.list_circle li {
	list-style-type: circle;
}

/**/

.products_info h4 {
	font-size: 20px;
	margin-bottom: 10px;
	border-left: 5px solid #666;
	padding-left: 10px;
}

.products_info h5 {
	font-size: 16px;
	margin-bottom: 15px;
}

.products_info_note {
	padding: 15px 20px;
	border: 1px solid #ccc;
	margin-bottom: 50px;
}

.products_info_note p {
	margin-bottom: 0;
}

.products_info_btn {
	display: flex;
	/*justify-content: center;*/
}

.products_info_btn div {
	padding: 0 20px;
}

/* company_info
----------------------------------*/

.company_info,
.company_history {
	margin-bottom: 50px;
}

.company_info dl,
.company_history dl {
	margin-bottom: 15px;
}

.company_info dl dt,
.company_info dl dd,
.company_history dl dt,
.company_history dl dd {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}

.company_info dl dt {
	width: 7.0em;
}

.company_info dl dd ul {
	margin-left: 1.3em;
}

.company_history dl dt {
	width: 10.0em;
}

.company_access {
	display: flex;
	justify-content: space-between;
}

.company_access h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	border-left: 5px solid #666;
	padding-left: 10px;
}

.company_access div {
	width: 48%;
}

/*********************************/
/***** margin_padding *****/
/*********************************/

.m00 { margin: 0!important;}

.mt00 { margin-top: 0!important;}
.mt05 { margin-top: 5px!important;}
.mt10 { margin-top: 10px!important;}
.mt15 { margin-top: 15px!important;}
.mt20 { margin-top: 20px!important;}
.mt25 { margin-top: 25px!important;}
.mt30 { margin-top: 30px!important;}
.mt40 { margin-top: 40px!important;}
.mt50 { margin-top: 50px !important;}

.mb00 { margin-bottom: 0!important;}
.mb03 { margin-bottom: 3px!important;}
.mb05 { margin-bottom: 5px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}

.ml00 { margin-left: 0!important;}
.ml05 { margin-left: 5px!important;}
.ml10 { margin-left: 10px!important;}
.ml15 { margin-left: 15px!important;}
.ml20 { margin-left: 20px!important;}
.ml25 { margin-left: 25px!important;}
.ml30 { margin-left: 30px!important;}
.ml40 { margin-left: 40px!important;}
.ml50 { margin-left: 50px!important;}

.mr00 { margin-right: 0!important;}
.mr05 { margin-right: 5px!important;}
.mr10 { margin-right: 10px!important;}
.mr15 { margin-right: 15px!important;}
.mr20 { margin-right: 20px!important;}
.mr25 { margin-right: 25px!important;}
.mr30 { margin-right: 30px!important;}
.mr40 { margin-right: 40px!important;}
.mr50 { margin-right: 50px!important;}

.p00 { padding: 0!important;}

.pt00 { padding-top: 0!important;}
.pt05 { padding-top: 5px!important;}
.pt10 { padding-top: 10px!important;}
.pt15 { padding-top: 15px!important;}
.pt20 { padding-top: 20px!important;}
.pt25 { padding-top: 25px!important;}
.pt30 { padding-top: 30px!important;}
.pt40 { padding-top: 40px!important;}
.pt50 { padding-top: 50px!important;}

.pb00 { padding-bottom: 0!important;}
.pb05 { padding-bottom: 5px!important;}
.pb10 { padding-bottom: 10px!important;}
.pb15 { padding-bottom: 15px!important;}
.pb20 { padding-bottom: 20px!important;}
.pb25 { padding-bottom: 25px!important;}
.pb30 { padding-bottom: 30px!important;}
.pb40 { padding-bottom: 40px!important;}
.pb50 { padding-bottom: 50px!important;}

.pl00 { padding-left: 0!important;}
.pl05 { padding-left: 5px!important;}
.pl10 { padding-left: 10px!important;}
.pl15 { padding-left: 15px!important;}
.pl20 { padding-left: 20px!important;}
.pl25 { padding-left: 25px!important;}
.pl30 { padding-left: 30px!important;}
.pl40 { padding-left: 40px!important;}
.pl50 { padding-left: 50px!important;}

.pr00 { padding-right: 0!important;}
.pr05 { padding-right: 5px!important;}
.pr10 { padding-right: 10px!important;}
.pr15 { padding-right: 15px!important;}
.pr20 { padding-right: 20px!important;}
.pr25 { padding-right: 25px!important;}
.pr30 { padding-right: 30px!important;}
.pr40 { padding-right: 40px!important;}
.pr50 { padding-right: 50px!important;}

.text-small { font-size: 0.75em; }

.text-red { color: #f00; }

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

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}


/*************************************/
/********** 画像ロールオーバー **********/
/*************************************/

.img-rollover a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}
.img-rollover input:hover {
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}

.btn_group {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	flex-direction: column;
}

.btn_basic01 {
	text-align: center;
}

.btn_basic01 a {
	box-sizing: border-box;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	background-color: #0066cc;
	padding: 8px 10px;
	width: 210px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	margin: 0 auto;
	font-size: 17px;
}

.btn_basic01 a:hover {
	opacity: .85;
}

.btn_basic01 a::after {
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	background-image: url(../images/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


.btn_basic01.is-download a::after {
	display: none;
}
.btn_basic01.is-download a::before{
	content: "";
	display: block;
	width: 18px;
	height: 22px;
	background-image: url(../images/icon-download.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.btn_basic01.is-book a {
	background-color: #FF7E00;
}

.btn_basic01.is-book a::after {
	display: none;
}

.btn_basic01.is-book a::before {
	content: "";
	display: block;
	width: 22px;
	height: 20px;
	background-image: url(../images/icon-book.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


.btn_basic01.is-cart a {
	background-color: #FF7E00;
}

.btn_basic01.is-cart a::after {
	display: none;
}

.btn_basic01.is-cart a::before {
	content: "";
	display: block;
	width: 28px;
	height: 26px;
	background-image: url(../images/icon-cart.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


.btn_basic-gray {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;

	box-sizing: border-box;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;

	background-color: #7c858e;
	padding: 8px 10px;
	width: 210px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	font-size: 17px;
}

.btn_basic-gray:hover {
	opacity: .85;
}
.btn_basic-gray::after {
	content: "";
	display: block;
	width: 8px;
	height: 14px;
	background-image: url(../images/icon-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	transform:rotate(90deg);
}
.btn_basic-gray.is-open::after {
	transform: rotate(270deg);
}


.list_circle .caution {
	margin: 5px 0 10px 0;
}

.list_circle .caution dl {
}

.list_circle .caution dt,
.list_circle .caution dd {
	vertical-align: top;
	display: inline-block;
	font-size: 0.8em;
	line-height: 2.0;
}

.list_circle .caution {
	
}

.products_soldout {
	position: relative;
	display: inline-block;
}
.products_soldout::before {
	content: "";
	display: block;
	position: absolute;
	background-color: rgba(0,0,0,.3);
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

}
.products_soldout::after {
	content: "";
	display: block;
	width: 150px;
	height: 38px;
	background-image: url(../images/soldout.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}


.products_soldout.is-top::after {
	top: 28%;
	transform: translateX(-50%) translateY(0);
}


/**/
.products_info_bottom {
	display: flex;

}
.products_info_bottom .products_info_btn {
	width: 260px;
}

.products_info_bottom_inner {
	width: 600px;
	justify-content: space-between;
	display: flex;
	padding: 0 35px 0 100px;
}
.products_info_bottom_inner .products_info_btn {
	width: 48%;
	display: flex;
	justify-content: center;
}

.flyer-section {
	display: flex;
	width: 800px;
	margin: 0 auto;
	justify-content:center;
}
.flyer-section__item {
	width: 50%;
	text-align: center;
}
.flyer-section__img {
	display: block;
	margin: 10px auto;
	border: 1px solid #e9e9e9;
}

.page_contents_inner.flyer h3 {
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 400;
}
.flyer_catch {
	font-size: 18px;
	color: #f00;
	margin-bottom: 15px;
}
.products_info_number_group {
	display: flex;
}
.products_info_number {
	position: absolute;
	top: 0;
	left: 60px;
	background-color: #EF4123;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
}
.products_info_img1a .products_info_number {
	left: 10px;
}

.products_info_number_group {
	position: relative;
	display: flex;
	gap: 6px;
	align-items: center;
	margin-bottom: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.products_info_number_group .products_info_number{
	position: relative;
	top: auto;
	left: auto;
	width: 26px;
	height: 26px;
	font-size: 17px;
}
.products_info_number_group p {
	font-size: 16px;
	font-weight: bold;
}


/**/
.top-products_support {
	display: flex;
	width: 460px;
	justify-content: space-between;
}
.top-products_support__img {
	margin-bottom: 15px;
}
.top-products_support__bottom {
	height: 245px;
}
.top-products_support__item h4 {
	font-size: 14px;
	margin-bottom: 8px;
}

.topーproducts_set {
	box-sizing: border-box;
	width: 1050px;
	width: 975px;
	margin: 0 auto 100px;
}

.topーproducts_set h4{
font-size: 20px;
margin-bottom: 30px;
border-left: 5px solid #a6a6a6;
padding: 5px;
padding-left: 10px;

background-color: #f7f7f7;
}

.topーproducts_set_section {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 25px;

}

.topーproducts_set_section__item {
	width: 430px;
	margin-bottom: 40px;
}

.topーproducts_set_section__img {
	width: 100%;
	height: auto;
}
.topーproducts_set_section__bottom {
	margin-top: 20px;
	text-align: center;
}
.topーproducts_set_footer {
	width: 975px;
	margin: 0 auto;
	border-top: 1px solid #dddddd;
	padding-top: 25px;
}
.privacy ul {
	margin-left: 20px;
}
.page_contents_inner.privacy h3 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-weight: 400;
}
.page_contents_inner.privacy section + section  {
	margin-top: 50px;
}
.page_contents_inner.low h3 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-weight: 400;
}

.page_contents_inner.low section+section {
	margin-top: 50px;
}
.table-low {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 15px;
	margin-bottom: 30px;
}

.table-low th {
	padding: 10px;
	background: #fff8ec;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	text-align: left;
	width: 250px;
	height: 62px;
	position: relative;
}

.table-low td {
	padding: 10px;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
}

.products_price_small {
	font-size: 14px;
}
.products_price {
	font-weight: bold;
}

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

.loilo-logo-set {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 15px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 520px;
	background-image: url(../images/icon-arrow-black.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.loilo-logo-set:hover *,
.loilo-logo-set:hover {
	opacity: 0.8;
}


.loilo-logo-set > img {
	width: 200px;
	height: auto;
	flex-shrink: 0;
}
.loilo-logo-set > span {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

.loilo-logo-support {
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none;
	margin-bottom: 30px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 520px;
	background-image: url(../images/icon-arrow-black.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.loilo-logo-support:hover *,
.loilo-logo-support:hover {
	opacity: 0.8;
}
.loilo-logo-support>img {
	/*width: 310px;*/
	width: 200px;
	height: auto;
	flex-shrink: 0;
}

.loilo-logo-support span {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	display: block;
}