@charset "utf-8";
@media screen and (max-width: 767px) {
	#tabs_pc {
		display: none;
	}
	#tabs_sp>*:not(:first-child) {
		margin-top: 20px;
	}
	.lcl-tabs__ttl {
		position: relative;
		width: 100%;
		background: #c74999;
		color: #fff;
		font-weight: bold;
		font-size: 17px;
		padding: 10px 15px;
	}
	.lcl-tabs__ttl::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		border-width: 8px;
		border-style: solid;
		border-color: #fdf2e7 #fdf2e7 #983373 #983373;
	}
	.lcl-tabs__ttl--theme1 {
		background: #bbae90;
	}
	.lcl-tabs__ttl--theme1::after {
		border-color: #fdf2e7 #fdf2e7 #85734a #85734a;
	}
	.lcl-tabs__ttl--theme2 {
		background: #90a7cf;
	}
	.lcl-tabs__ttl--theme2::after {
		border-color: #fdf2e7 #fdf2e7 #65748f #65748f;
	}
	.lcl-tabs_01 {
		background-image: url(../img/n/h_07.png);
		width: 320px;
		height: 50px;
		position: relative;
		margin: auto;
		margin-top: 25px;
	}
	.tabs_01 li {
		float: left;
		padding: 10px;
		margin-top: 105px;
	}
	.lcl-tab_inner {
		display: none;
		position: relative;
		background: #fff;
		padding: 15px 15px 30px;
	}
	.lcl-tab_inner--01,
	.lcl-tab_inner--02 {
		border-bottom: 2px solid #c74999;
		border-left: 2px solid #c74999;
		border-right: 2px solid #c74999;
	}
	.lcl-tab_inner--03 {
		border-bottom: 2px solid #7891bc;
		border-left: 2px solid #7891bc;
		border-right: 2px solid #7891bc;
		border-bottom: 2px solid #7891bc;
	}
	.lcl-tab_inner img {
		max-width: 100%;
	}
	.lcl-tab_ttl {
		position: relative;
		padding: 0 15px;
		font-size: 16px;
		line-height: 45px;
	}
	.lcl-tab_01 .lcl-tab_ttl,
	.lcl-tab_02 .lcl-tab_ttl,
	.lcl-tab_03 .lcl-tab_ttl,
	.lcl-tab_04 .lcl-tab_ttl,
	.lcl-tab_05 .lcl-tab_ttl {
		color: #c74999;
		border-bottom: 2px solid #c74999;
	}
	.lcl-tab_06 .lcl-tab_ttl {
		color: #7891bc;
		border-bottom: 2px solid #7891bc;
	}
	.lcl-tab_ttl:after {
		content: "";
		top: 0;
		bottom: 0;
		right: 20px;
		margin: auto 0;
		width: 10px;
		height: 10px;
		border-bottom: 1px solid #c74999;
		border-right: 1px solid #c74999;
		display: block;
		position: absolute;
		line-height: 45px;
		transform: rotate(45deg);
		transition: transform 0.25s ease;
	}
	.lcl-tab_06 .lcl-tab_ttl:after {
		border-color: #7891bc;
	}
	.lcl-tab_ttl.active:after {
		transform:rotate(-135deg);
	}
	.lcl-panel_inner_under {
		margin-top: 12px;
	}
	.lcl-panel_inner_under-left h4 {
		background-color: #616161;
		font-size: 18px;
		color: #fff;
		margin: 15px 0;
	}
	.lcl-panel_inner_under ul {
		overflow: hidden;
		background-color: #fff;
		font-size: 0;
	}
	.lcl-panel_inner_under li {
		width: 31%;
		/* float: left; */
		height: auto;
		background: #fff;
		margin-right: 2%;
		display: inline-block;
		margin-bottom: 3%;
	}
	.lcl-panel_inner_under li:nth-child(3n) {
		margin-right: 0;
	}
	.lcl-tabs_list {
		width: 100%;
		margin: auto;
	}
	.lcl-tab_01,
	.lcl-tab_02,
	.lcl-tab_03,
	.lcl-tab_04,
	.lcl-tab_05 {
		box-sizing: border-box;
		width: 100%;
		position: relative;
		background: #f1d3e6;
		border-top: 2px solid #c74999;
	}
	.lcl-tab_02,
	.lcl-tab_03,
	.lcl-tab_04,
	.lcl-tab_05 {
		margin-top: 20px;
	}
	.lcl-tab_06 {
		margin-top: 20px;
		box-sizing: border-box;
		width: 100%;
		position: relative;
		background: #e4e7ed;
		border-top: 2px solid #7891bc;
	}
	/* ---------------------------------------------------------------- 付帯品 ---- */
	.lcl-block__2col {
		border-top: 1px solid #c74999;
		margin-top: 25px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 10px;
	}
	.lcl-block__2col-item:first-child {
		background-color: #6c1670;
		color: #fff;
		font-size: 17px;
		letter-spacing: 0.025em;
		font-weight: 500;
		width: 100%;
		padding: 4px 0;
	}
	.lcl-block__2col-item:last-child {
		border: 1px solid #6c1670;
		padding: 9.5px 17.5px;
	}
	.lcl-block__2col-list-item {
		display: initial;
		color: #6c1670;
		font-size: 13px;
		letter-spacing: 0.025em;
		line-height: 22px;
	}
	.lcl-block__2col-list-item:not(:last-child) {
		margin-right: 5px;
	}
}
@media screen and (min-width: 768px) {
	#tabs_sp {
		display: none;
	}
	.lcl-tab-panel {
		border: 3px solid #c74999;
		background: #fff;
	}
	.lcl-tab-panel:nth-of-type(2){
		border: 3px solid #90a7cf;
	}
	.lcl-panel_line {
		border: 0;
		height: 3px;
		background-color: #c74999;
		margin: 25px 0 15px 0;
	}
	.lcl-panel_inner {
		padding: 40px 25px;
	}
	.tabs_01 {
		background-image: url(../img/tab_bg_01.png);
		width: 320px;
		height: 209px;
		position: relative;
		float: left;
		overflow: hidden;
		margin-right: 10px;
	}
	.tabs_01 li {
		float: left;
		padding: 10px;
		margin-top: 105px;
	}
	.tabs_02 {
		background-image: url(../img/tab_bg_02.png);
		width: 320px;
		height: 209px;
		position: relative;
		float: left;
		overflow: hidden;
		margin-right: 10px;
	}
	.tabs_02 li {
		float: left;
		padding: 10px;
		margin-top: 105px;
	}
	.tabs_03 {
		background-image: url(../img/tab_bg_03.png);
		width: 320px;
		height: 209px;
		position: relative;
		float: right;
		overflow: hidden;
	}
	.tabs_03 li {
		float: left;
		padding: 10px;
		margin-top: 105px;
	}
	.lcl-panel_inner_under {
		width: 100%;
		position: relative;
	}
	.lcl-panel_inner_under-left {
		display: inline-block;
		width: 70px;
		float: left;
	}
	.lcl-panel_inner_under {
		display: block;
		margin: 30px auto 0;
	}
	.lcl-panel_inner_under ul {
		overflow: hidden;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
	}
	.lcl-panel_inner_under ul li:last-child {
		border-right: none;
	}
	.lcl-panel_inner_under_1 li {
		border-bottom: 1px solid #ccc;
	}
	.lcl-panel_inner_under-noborder li {
		border-right: 1px solid #ccc;
		width: 20%;
		height: auto;
		display: inline-block;
		padding: 14px 0 20px;
	}
	.lcl-panel_inner_under_1 li:nth-child(5n) {
		border-right: none;
	}
	.lcl-panel_inner_under-noborder li img {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.tab_btn {
		width: 85px;
		height: 81px;
		text-indent: -9999px;
		display: block;
	}
	.tab_btn_01 {
		background-image: url(../img/tab_01.png);
	}
	.tab_btn_02 {
		background-image: url(../img/tab_02.png);
	}
	.tab_btn_03 {
		background-image: url(../img/tab_03.png);
	}
	.tab_btn_04 {
		background-image: url(../img/tab_04.png);
	}
	.tab_btn_05 {
		background-image: url(../img/tab_05.png);
	}
	.tab_btn_06 {
		background-image: url(../img/tab_06.png);
	}
	.tab_btn_07 {
		background-image: url(../img/tab_07.png);
	}
	.tab_btn_08 {
		background-image: url(../img/tab_08.png);
	}
	.tab_btn_01.active {
		background-image: url(../img/tab_01_h.png);
	}
	.tab_btn_02.active {
		background-image: url(../img/tab_02_h.png);
	}
	.tab_btn_03.active {
		background-image: url(../img/tab_03_h.png);
	}
	.tab_btn_04.active {
		background-image: url(../img/tab_04_h.png);
	}
	.tab_btn_05.active {
		background-image: url(../img/tab_05_h.png);
	}
	.tab_btn_06.active {
		background-image: url(../img/tab_06_h.png);
	}
	.tab_btn_07.active {
		background-image: url(../img/tab_07_h.png);
	}
	.tab_btn_08.active {
		background-image: url(../img/tab_08_h.png);
	}
	/* ---------------------------------------------------------------- box02 ---- */
	.lcl-block__2col {
		border: 3px solid #6c1670;
		margin: 7px auto 0;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
	}
	.lcl-block__2col-item:first-child {
		width: 210px;
		background-color: #6c1670;
		color: #fff;
		font-size: 20px;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	.lcl-block__2col-item:last-child {
		flex: 1 1 0%;
		color: #6c1670;
		letter-spacing: 0.05em;
		line-height: 20px;
		padding: 10px 35px;
	}
	.lcl-block__2col-list {
		font-size: 0;
	}
	.lcl-block__2col-list-item {
		display: inline-block;
		width: 24%;
		font-size: 16px;
	}
	.lcl-block__2col-list-item--two {
		width: 48%;
	}
	/* CSS3 TabAnimation
	-------------------------- */
	@-webkit-keyframes TabSwitch {
		0% {
			background: #fff;
		}
		100% {
			background: #777;
		}
	}
	#tab_area dl:target dt a {
		-webkit-animation-name: TabSwitch;
		-webkit-animation-duration: 1s;
		-webkit-animation-iteration-count: 1;
		color: #fff;
		font-weight: bold;
		background: #777;
	}
	@-webkit-keyframes ContentsSwitch {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}
	#tab_area dl:target dd {
		-webkit-animation-name: ContentsSwitch;
		-webkit-animation-duration: 1.5s;
		-webkit-animation-iteration-count: 1;
		opacity: 1;
		z-index: 15;
	}
}
