@charset "UTF-8";
/*----------------------------------------

	index CSS

	- common
	- breadcrumb_pc
	- s_00
	- s_01
	- s_02
	- s_03
	- s_04
	- s_05
	- s_06
	- s_07
	- list_back
	- breadcrumb_sp
	- other

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

article#contents .slick-arrow {
    top: calc(50% - 15px);
}

[class*="font45"] { font-size: 4.5rem; }

article#contents {
	background: url("../img/bg01.png") repeat;
	background-size: 16px;
}

#headtitle.tit_bg {
	height: auto;
	background: #E5C3C3;
}
#header .h_box01 #lang {
	--lang-color: #fff;
}
#headtitle.tit_bg .headtitle_bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 400px;
	background-color: #ccc;
	background-image: url("../img/mv_bg01_sp.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#headtitle .headtitle_inner {
	position: relative;
	display: block;
	flex: 1 1 auto;
	padding: 0 0 30px 0;
}
#headtitle .headtitle_inner>h1 {
	position: relative;
	padding: 0 0 4%;
	line-height: 1.3;
	z-index: 2;
}
#headtitle .headtitle_inner>h1 img {
	width: 90%;
	max-width: 380px;
}
#headtitle.tit_bg .headtitle_date {
	position: relative;
	text-align: center;
	margin: 0 9.5%;
	padding: 0 0 1.8%;
	border-radius: 40px;
	color: #041140;
	background: -o-linear-gradient(306deg, #aa7db0 0%, #b79db4 24%, #b393ac 30%, #a980a0 40%, #995485 60%, #d1908d 100%);
	background: linear-gradient(144deg, #aa7db0 0%, #b79db4 24%, #b393ac 30%, #a980a0 40%, #995485 60%, #d1908d 100%);
}
#headtitle.tit_bg .headtitle_date span {
	letter-spacing: 0.1em;
}
#headtitle.tit_bg .headtitle_date .left {
	position: relative;
}
#headtitle.tit_bg .headtitle_date .right {
	position: relative;
	padding: 0 0 0 15px;
}
#headtitle.tit_bg .headtitle_date .left:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #041140;
	top: 1px;
	right: -20px;
}
#headtitle.tit_bg .headtitle_date + p {
	line-height: 1.8;
}

.endWrap {
	display: table-cell;
	vertical-align: middle;
}
.endWrap .eventEnd {
	color: #fff;
	margin: 80px auto 0;
}

/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#headtitle.tit_bg .headtitle_bg {
		height: 645px;
		background-image: url("../img/mv_bg01.jpg");
		background-position: right bottom;
		background-size: cover;
	}
	#headtitle .headtitle_inner {
		width: 960px;
		margin: 0 auto;
		padding: 0;
	}
	#headtitle .headtitle_inner>h1 {
		max-width: 717px;
		margin: 0 auto 30px;
		padding: 0 0 10px;
		line-height: 1.45;
	}
	#headtitle .headtitle_inner>h1 img {
		width: 100%;
		max-width: none;
	}
	#headtitle.tit_bg .headtitle_date {
		display: inline-block;
		margin: 0 auto;
		padding: 0 100px 10px;
	}
	#headtitle.tit_bg .headtitle_date span {
		letter-spacing: 0.1em;
	}
	#headtitle.tit_bg .headtitle_date .left {
		position: relative;
	}
	#headtitle.tit_bg .headtitle_date .right {
		position: relative;
		padding: 0 0 0 25px;
	}
	#headtitle.tit_bg .headtitle_date .left:after {
		content: '';
		position: absolute;
		width: 0;
		height: 0;
		border-top: 4px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 8px solid #000;
		top: 1px;
		right: -25px;
	}
}
@media screen and (min-width:768px) and (-webkit-min-device-pixel-ratio: 2),
	   screen and (min-width:768px) and (-o-min-device-pixel-ratio: 2/1),
	   screen and (min-width:768px) and (min-resolution: 2dppx){
	#headtitle.tit_bg .headtitle_bg {
		background-image: url("../img/mv_bg01@2x.jpg");
	}
}

/*----------------------------------------
	breadcrumb_pc
-----------------------------------------*/

/* pc  768 - # */
@media print, screen and (min-width:768px) {
#breadcrumb_pc {
	position: absolute;
	top: 0;
	left: 0;
}
#breadcrumb_pc,
#breadcrumb_pc a {
	color: #000;
}
#breadcrumb_pc>ul>li>a {
	border-bottom: 1px solid #000;
}
}

/*------------------------------------
	- s_00
------------------------------------*/

#s_00 {
	margin: 16% auto;
}
#s_00 .s_00_inner>.box01 {
	margin-bottom: 10%;
}
#s_00 .s_00_inner>.box01>.box01_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
#s_00 .s_00_inner>.box01>.box01_inner>.b01 {
	
}
#s_00 .s_00_inner>.box01>.box01_inner>.b02 {
	margin-bottom: 50px;
	padding: 0 20px;
}
#s_00 .s_00_inner>.box01>.box01_inner .txt {
	margin: 0 5.3%;
	padding: 0 0 40px;
	line-height: 2;
}
#s_00 .s_00_inner>.box01>.box01_inner .tit {
    margin: 0 5.3%;
    padding: 0 0 4%;
	letter-spacing: 0.3rem;
}
#s_00 .s_00_inner>.box01>.box01_inner .stit {
	padding: 0 0 4%;
}
#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dt {
	background: #ebebeb;
	padding: 1.5% 5.3%;
}
#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd {
	padding: 5.6% 5.3%;
	line-height: 1.6;
}
#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd>p {
	padding: 0 0 2.5%;
}
#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd>p:last-child {
	padding: 0;
}
#s_00 .box02 {
	max-width: 460px;
	margin: 0 auto;
}
#s_00 .box02>ul {
	margin: 0 5.3%;
}
#s_00 .box02>ul>li>a {
	display: table;
	margin: 0 auto;
}
#s_00 .box02>ul>li {
	position: relative;
	z-index: 1;
	float: left;
	width: 30%;
	max-width: 120px;
	height: 26.2vw;
	max-height: 120px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 5% 4% 0;
	border-radius: 50%;
	overflow: hidden;
}
#s_00 .box02>ul>li:nth-child(3n) {
	margin-right: 0;
}
#s_00 .box02>ul>li>a>span {
	display: table-cell;
	vertical-align: middle;
}
#s_00 .box02>ul>li>a {
	color: #ffffff;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #c17d8c;
}
#s_00 .box02>ul>li>a:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: contain;
	content: "";
}
#s_00 .box02>ul>li>a>span {
	position: relative;
	z-index: 100;
}
#s_00 .box02>ul>li:nth-child(1)>a:after {
	background-image: url("../img/s00_thumb01.jpg");
	opacity: 0.3;
}
#s_00 .box02>ul>li:nth-child(2)>a:after {
	background-image: url("../img/s00_thumb02.jpg");
	opacity: 0.3;
}
#s_00 .box02>ul>li:nth-child(3)>a:after {
	background-image: url("../img/s00_thumb03.jpg");
	opacity: 0.3;
}
#s_00 .box02>ul>li:nth-child(4)>a:after {
	background-image: url("../img/s00_thumb05.jpg");
	opacity: 0.3;
}
#s_00 .box02>ul>li:nth-child(5)>a:after {
	background-image: url("../img/s00_thumb06.jpg");
	opacity: 0.3;
}
#s_00 .box02>ul>li:nth-child(6)>a:after {
	background-image: url("../img/s00_thumb07.jpg");
	opacity: 0.3;
}

@media screen and (min-width:768px) {
	#s_00 {
		position: relative;
		margin: 0;
		padding-top: 130px;
		max-width: 100%;
	}
	#s_00 .s_00_inner {
		margin: 0 auto;
		max-width: 1400px;
	}
	#s_00 .s_00_inner>.box01 {
		margin-bottom: 8%;
	}
	#s_00 .s_00_inner>.box01>.box01_inner {
		max-width: 1200px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin: 0 auto;
		padding: 0 10px 0 50px;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .b01 {
		width: 55%;
		max-width: 55%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 55%;
		        flex: 1 1 55%;
		padding: 80px 0 0 0;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .b02 {
		width: 45%;
		max-width: 45%;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 45%;
		        flex: 1 1 45%;
		margin: 0;
		padding: 0 0 0 50px;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .tit {
		margin: 0;
		padding-bottom: 2%;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .txt {
		margin: 0;
		padding-bottom: 6%;
	}
	#s_00 .s_00_inner>.box01>.box01_inner dl {
		width: 100%;
		margin: 0 auto;
		border-top: 1px solid #EBEBEB;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dt,
	#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd {
		background: none;
		display: inline-block;
		border-bottom: 1px solid #EBEBEB;
		padding: 0;
		line-height: 80px;
	}
	#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dt {
		width: 30%;
		text-align: center
	}
	#s_00 .s_00_inner>.box01>.box01_inner .b01 dl>dd {
		width: 70%;
	}
	#s_00 .box02 {
		max-width: 1440px;
		margin-bottom: 70px;
	}
	#s_00 .box02>ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0 auto;
	}
	#s_00 .box02>ul>li {
		float: none;
		width: 150px;
		max-width: 150px;
		max-height: 150px;
		margin: 0 16px 0 0;
	}
	#s_00 .box02>ul>li:nth-child(3n) {
		margin-right: 16px;
	}
	#s_00 .box02>ul>li:last-child {
		margin-right: 0;
	}
	#s_00 .box02>ul>li>a {
		width: 150px;
		height: 150px;
		border-radius: 0;
	}
	#s_00 .box02>ul>li a::after {
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		    transform: scale(1, 1);
		-webkit-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	#s_00 .box02>ul>li:hover a::after {
		-webkit-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		    transform: scale(1.1, 1.1);	
	} 
}
@media screen and (min-width:768px) and (max-width:1200px) {
	#s_00 .box02>ul>li {
		width: 120px;
		max-width: 120px;
		max-height: 120px;
		margin: 0 16px 0 0;
	}
	#s_00 .box02>ul>li[class^="font"] {
		font-size: 1.2rem;
	}
	#s_00 .box02>ul>li>a {
		width: 120px;
		height: 120px;
		border-radius: 0;
	}
}

/*----------------------------------------
	s_01 - 07 common
-----------------------------------------*/
[id^="s_0"]+[id^="s_0"] {
	position: relative;
	width: 100%;
	padding: 10px;
	background-color: #c17d8c;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
[id^="s_0"]+[id^="s_0"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
    mix-blend-mode: soft-light;
    background-color: rgba(255,255,255,0.3);
}
_:-ms-lang(x)::-ms-backdrop, [id^="s_0"]+[id^="s_0"]::before{
	background-color: rgba(255,255,255,0.1);
}
@supports (-ms-ime-align: auto) {
	[id^="s_0"]+[id^="s_0"]::before{
		background-color: rgba(255,255,255,0.1);
	}
}
[id^="s_0"]+[id^="s_0"]>.box_wrap {
	position: relative;
	z-index: 2;
	margin: 50px 0;
	padding: 9px;
	background-color: rgba(255,255,255,0.65);
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner {
	padding: 10px;
	border: 1px solid;
	-o-border-image: -o-linear-gradient(45deg, #d69871 0%, #a6406b 40%, #7a336b 50%, #8b6194 80%, #8e5aa0 100%);
	   border-image: linear-gradient(45deg, #d69871 0%, #a6406b 40%, #7a336b 50%, #8b6194 80%, #8e5aa0 100%);
	border-image-slice: 1;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner>.title {
	position: relative;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner>.title::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner>.title>h2 {
	position: relative;
	margin-bottom: 20px;
	padding: 20px 0 0 0;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner>.title>h2>span {
	display: inline-block;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .pic {
	margin-bottom: 20px;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .stitle {
	margin-bottom: 20px;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .txt {
	margin-bottom: 20px;
	padding: 0 10px;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .detail {
	margin-bottom: 20px;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .detail dl {
	margin: 0 -10px;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .detail dl dt {
	padding: 8px 20px;
	background-color: #ceb9be;
} 
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .detail dl dd {
	padding: 8px 20px 15px;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .c_btn01 {
	margin-bottom: 50px;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .c_btn01 a {
	background-color: rgba(255,255,255,0.0);
	border-color: #ad7f89;
}
[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .c_btn01 a::after {
	border-color: #ad7f89;
}

@media screen and (min-width:768px) {
	[id^="s_0"]+[id^="s_0"] {
		max-width: 100%;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap {
		max-width: 1260px;
		margin: 100px auto;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner {
		padding: 60px;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner>.title>h2 {
		margin-bottom: 50px;
		padding: 30px 0 0 0;
		letter-spacing: 5px;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner>.pc_wrapp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner>.pc_wrapp>.pic {
		width: 60%;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner>.pc_wrapp>.txt_box {
		width: 40%;
	}
	#s_02 .pc_wrapp,
	#s_04 .pc_wrapp,
	#s_06 .pc_wrapp {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	#s_01 .pc_wrapp .txt_box,
	#s_03 .pc_wrapp .txt_box,
	#s_05 .pc_wrapp .txt_box,
	#s_07 .pc_wrapp .txt_box {
		padding: 20px 0 0 30px;
	}
	#s_02 .pc_wrapp .txt_box,
	#s_04 .pc_wrapp .txt_box,
	#s_06 .pc_wrapp .txt_box {
		padding: 20px 30px 0 0;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .detail dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		border-top: 1px solid #ad7f89;
		border-bottom: 1px solid #ad7f89;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .detail dl+dl {
		border-top: none;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .detail dl dt {
		width: 20%;
		padding: 10px 10px 10px 20px;
		background-color: rgba(255,255,255,0.0);
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .detail dl dd {
		width: 80%;
		padding: 10px 20px 10px 0;
	}
}


/*----------------------------------------
	s_01
-----------------------------------------*/
#s_01 {
	background:
		-o-linear-gradient(250deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s01_bg01_.jpg") no-repeat;
	background:
		linear-gradient(200deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s01_bg01_.jpg") no-repeat;
	background-size: cover;
	/*background-image: url("../img/s01_bg01.jpg");*/
}
#s_01>.box_wrap>.box_inner>.title::before {
	top: -60px;
	right: -20px;
	background-image: url("../img/s01_i01.png");
	max-width: 400px;
	min-width: 250px;
	width: 60%;
	height: 152px;
}

[id^="s_0"]+[id^="s_01"]>.box_wrap>.box_inner>.title>h2{
	padding-top: 60px;
}
#s_01>.box_wrap>.box_inner>.title::after {
	content: '';
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: auto;
	margin: 0 auto;
	background-image: url(../img/s01_i02_sp.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	width: 230px;
	height: 73px;
}
#s_01 .stxt {
	margin-bottom: 20px;
}
#s_01 .stxt a {
	display: inline-block;
	margin-top: 10px;
	color: #955685;
	border-bottom: 1px solid #955685;
}
#s_01 .stxt a::after {
	content: '';
	display: inline-block;
	width: 1.0em;
	height: 1.0em;
	margin-left: 5px;
	background-image: url("../img/brank_link.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
@media screen and (min-width:768px) {
	#s_01>.box_wrap>.box_inner>.title::before {
		top: -90px;
		right: -140px;
		max-width: 440px;
		min-width: 200px;
		height: 180px;
	}
	[id^="s_0"]+[id^="s_01"]>.box_wrap>.box_inner>.title>h2{
		padding-top: 40px;
	}
	#s_01>.box_wrap>.box_inner>.title::after {
		top: 10px;
		left: calc((100% - 790px)/2);
		right: auto;
		margin: 0;
		background-image: url(../img/s01_i02.png);
		width: 213px;
		height: 73px;
	}
	#s_01 .stxt {
		width: 100%;
	}
	#s_01 .stxt p {
		margin-bottom: 10px;
	}
	#s_01 .stxt a {
		display: inline;
		margin-top: 10px;
		color: #955685;
		border-bottom: 1px solid #955685;
	}
	#s_01 .stxt a::after {
		content: '';
		display: inline-block;
		width: 1.0em;
		height: 1.0em;
		margin-left: 5px;
		background-image: url("../img/brank_link.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100% auto;
	}
	#s_01 .stxt a:hover {
		opacity: 0.8;
		border-bottom: none;
	}
}


/*----------------------------------------
	s_02
-----------------------------------------*/
#s_02 {
	background:
		-o-linear-gradient(290deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s02_bg01_.jpg") no-repeat;
	background:
		linear-gradient(-200deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s02_bg01_.jpg") no-repeat;
	background-size: cover;
	/*background-image: url("../img/s02_bg01.jpg");*/
}
#s_02>.box_wrap>.box_inner>.title::before {
	top: -75px;
	left: -20px;
	background-image: url(../img/s02_i01.png);
	max-width: 260px;
	min-width: 230px;
	width: 60%;
	height: 152px;
}
@media screen and (min-width:768px) {
	#s_02>.box_wrap>.box_inner>.title::before {
		top: -90px;
		left: -160px;
		max-width: 380px;
		min-width: 200px;
		height: 180px;
	}
}


/*----------------------------------------
	s_03
-----------------------------------------*/
#s_03 {
	background:
		-o-linear-gradient(250deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s03_bg01_.jpg") no-repeat;
	background:
		linear-gradient(200deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s03_bg01_.jpg") no-repeat;
	background-size: cover;
	/*background-image: url("../img/s03_bg01.jpg");*/
}
#s_03>.box_wrap>.box_inner>.title::before {
	top: -60px;
	right: -20px;
	background-image: url("../img/s03_i01.png");
	max-width: 290px;
	min-width: 250px;
	width: 60%;
	height: 152px;
}


.flow h4 {
	margin-bottom: 15px;
}
.flow .flow_wrapp>[class^="box"] {
	background-color: #fff;
}
.flow .flow_wrapp>[class^="box"]>.num {
	color: #ae7a9c;
	text-align: center;
	font-style: italic;
}
.flow .flow_wrapp>[class^="box"]>.pic {
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}
.flow .flow_wrapp>[class^="box"]>.txt>p {
	padding: 0 10px 20px;
}
.flow .flow_wrapp>.arrow {
	background-image: url(../img/vertical_arrow.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 32px;
	height: 15px;
	margin: -5px auto 15px;
}

@media screen and (min-width:768px) {
	#s_03>.box_wrap>.box_inner>.title::before {
		top: -80px;
		right: -130px;
		max-width: 400px;
		min-width: 200px;
		height: 180px;
	}
	.flow {
		margin-top: 40px;
	}
	.flow .flow_wrapp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.flow .flow_wrapp>[class^="box"] {
		width: calc((99.9999% - 80px) / 3);
	}
	.flow .flow_wrapp>.arrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-ms-flex-item-align: center;
		    align-self: center;
		width: 40px;
		height: 43px;
		background-image: none;
		margin: 0;
	}
	.flow .flow_wrapp>.arrow::before {
		content: "";
		width: 23px;
		height: 43px;
		background-image: url("../img/horizontal_arrow.png");
		background-repeat: no-repeat;
		background-size: 23px 43px;
		background-position: center center;
	}
	[id^="s_0"]+[id^="s_0"]>.box_wrap>.box_inner .flow .flow_wrapp>[class^="box"] .txt {
		margin-bottom: 5px;
		padding: 0 20px 0;
	}
}

/*----------------------------------------
	s_04 削除
-----------------------------------------*/
/*#s_04 {
	background:
		-o-linear-gradient(290deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s04_bg01_.jpg") no-repeat;
	background:
		linear-gradient(-200deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s04_bg01_.jpg") no-repeat;
	background-size: cover;
	/*background-image: url("../img/s04_bg01.jpg");*//*
}
#s_04>.box_wrap>.box_inner>.title::before {
	top: -70px;
	left: -20px;
	background-image: url("../img/s04_i01.png");
	max-width: 290px;
	min-width: 250px;
	width: 60%;
	height: 152px;
}

@media screen and (min-width:768px) {
	#s_04>.box_wrap>.box_inner>.title::before {
		top: -80px;
		left: -150px;
		max-width: 400px;
		min-width: 200px;
		height: 180px;
	}
}*/



/*----------------------------------------
	s_05
-----------------------------------------*/
#s_05 {
	background:
		-o-linear-gradient(290deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s05_bg01_.jpg") no-repeat;
	background:
		linear-gradient(-200deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s05_bg01_.jpg") no-repeat;
	background-size: cover;
	/*background-image: url("../img/s05_bg01.jpg");*/
}
#s_05>.box_wrap>.box_inner>.title::before {
	top: -60px;
	left: -20px;
	background-image: url("../img/s05_i01_.png");
	max-width: 200px;
	min-width: 250px;
	width: 60%;
	height: 152px;
	-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
			transform: rotate(-20deg);
}

@media screen and (min-width:768px) {
	#s_05>.box_wrap>.box_inner>.title::before {
		top: -70px;
		left: -100px;
		max-width: 400px;
		min-width: 200px;
		height: 180px;
	}
}


/*----------------------------------------
	s_06
-----------------------------------------*/
#s_06 {
	background:
		-o-linear-gradient(250deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s06_bg01_.jpg") no-repeat;
	background:
		linear-gradient(200deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s06_bg01_.jpg") no-repeat;
	background-size: cover;
	/*background-image: url("../img/s06_bg01.jpg");*/
}
#s_06>.box_wrap>.box_inner>.title::before {
	top: -70px;
	right: -20px;
	background-image: url(../img/s06_i01_.png);
	max-width: 240px;
	min-width: 200px;
	width: 60%;
	height: 152px;
	-webkit-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
			transform: rotate(20deg);
}

@media screen and (min-width:768px) {
	#s_06>.box_wrap>.box_inner>.title::before {
		top: -80px;
		right: -100px;
		max-width: 300px;
		min-width: 200px;
		height: 180px;
	}
}

/*----------------------------------------
	s_07
-----------------------------------------*/
#s_07 {
	background:
		-o-linear-gradient(290deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s07_bg01_.jpg") no-repeat;
	background:
		linear-gradient(-200deg, rgba(213,184,145,0.9) 0%, rgba(207,134,152,0.5) 20%, rgba(190,142,164,0.2) 55%, rgba(178,155,172,0.4) 70%, rgba(165,137,170,0.9) 100%),
		url("../img/s07_bg01_.jpg") no-repeat;
	background-size: cover;
	/*background-image: url("../img/s07_bg01.jpg");*/
}
#s_07>.box_wrap>.box_inner>.title::before {
	top: -70px;
	left: -20px;
	background-image: url(../img/s07_i01_.png);
	max-width: 230px;
	min-width: 200px;
	width: 60%;
	height: 152px;
	-webkit-transform: rotate(-20deg);
		-ms-transform: rotate(-20deg);
			transform: rotate(-20deg);
}

.stxt {
	margin: 0 0 15px;
}
.stxt_inner {
	padding: 20px 15px;
	background-color: #fff;
}
.stxt_inner>h4 {
	margin-bottom: 8px;
}
.stxt_inner>dl {
	padding: 1.0em 0;
	border-top: 1px solid #ad7f89;
	border-bottom: 1px solid #ad7f89;
}
.stxt_inner>dl+dl {
	border-top: none;
}
.stxt_inner>dl dt {
	margin-bottom: 5px;
}

@media screen and (min-width:768px) {
	#s_07>.box_wrap>.box_inner>.title::before {
		top: -90px;
		left: -120px;
		max-width: 345px;
		min-width: 200px;
		height: 180px;
	}
	.stxt_wrapp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-top: 10px;
	}
	.stxt {
		width: calc(50% - 15px);
		background-color: #fff;
	}
	.stxt_inner {
		padding: 30px;
	}
	.stxt_inner>dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.stxt_inner>dl dt {
		width: 130px;
		margin: 0;
		padding: 0 0 0 1.2em;
	}
	.stxt_inner>dl dd {
		width: calc(100% - 130px);
	}
}


/*----------------------------------------
	list_back
-----------------------------------------*/

#list_back {
	padding: 18.6% 0 0;
	color: #111111;
	background: #ffffff;
}
#list_back .c_btn01s {
	padding:  0 5.3%;
	width: 100%;
}
#list_back .c_btn01s a:after {
	right: inherit;
	left: 10px;
	-webkit-transform: translate(0,-50%) rotate(-135deg);
	-ms-transform: translate(0,-50%) rotate(-135deg);
		transform: translate(0,-50%) rotate(-135deg);
}

/* pc  768 - # */
@media print, screen and (min-width:768px) {
	#list_back {
		padding: 120px 0 0;
	}
	#list_back .c_btn01s {
		padding:  0;
		width: 300px;
	}
}

/*----------------------------------------
	breadcrumb_sp
-----------------------------------------*/

#breadcrumb_sp {
	background: #fff;
}

/*----------------------------------------
	other
-----------------------------------------*/

.bgWhite {
	position: absolute;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 65px;
}
@media print, screen and (min-width:768px) {
	.bgWhite {
		height: 185px;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
.iPadfix {
	-webkit-font-feature-settings: normal;
    font-feature-settings: normal;
	letter-spacing: -1px;
}
}
@media all and (device-height: 768px) and (device-width: 1024px) and (orientation:landscape) {
.iPadfix {
	-webkit-font-feature-settings: normal;
    font-feature-settings: normal;
	letter-spacing: -1px;
}
}
