/* mainVisual
==========================================*/
.mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/wedding/root/img01_pc.jpg);
	background-position: center bottom;
}
.modeSP .mainVisualWrap > div:nth-of-type(3) {
	background-image: url(/img/wedding/root/img01_sp.jpg);
}




/* header
==========================================*/
/*mainvisual movie design setting*/
/*.modePC.noFixHeader {
	padding-top: 0;
}
.modePC.noFixHeader header {
	position: relative;
}
.modePC.noFixHeader header .bar {
	position: relative;
	top: calc(100vh - 60px);
}*/








/* mainvisual MV
==========================================*/
.modePC .mainvisual {
	height: calc(100vh - 60px);
	background: #000;
}
.modePC.touchUA .mainvisual {
	background-image: url(/img/wedding/root/img01_sp.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.modePC.noFixHeader .mainvisual {
	margin-bottom: 60px;
}

.modeSP .mainvisual {
	height: 1224px;
	height: calc(100vh - 110px);
	background-image: url(/img/wedding/root/img01_sp.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.mainvisual .u1 {
	height: 100%;
}
.mainvisual .u1 li,
.mainvisual .u1 li a {
	height: 100%;
	position: relative;
	background: no-repeat center;
	-webkit-background-size: cover;
			background-size: cover;
}
.modeSP .mainvisual .u1 li a {
	display: block;
}
.modeSP .mainvisual .u1 li a {
	width: 100%;
}

.mainvisual .u1 li {
/*	display: table;
	width: 100%;
	height: 100%;*/
}
.mainvisual .u1 li h1 {
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 20;
}

.mainvisual .u1 li h1 {
	width: 100%;
}


.mainvisual .u1 li h1 p{
	color: #FFF;
}
.modeSP .mainvisual .u1 li h1 p {
	font-size: 60px;
}
.modeSP .barTitleC:after {
	margin: 35px auto 0;
}
#chefs-table .mainvisual .barTitleC:after{
	background: #FFF;
}
.modeSP .mainvisual .barTitleC48 p:nth-of-type(2){
	font-size: 22px;
}
.mainvisual .u1 {
    position: relative;
}
.mainvisual .u1 .w1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.05);
    pointer-events: none;
}

#wedding .barTitleC:after{ background: #FFF; }


/**
 * movie
 */
.modePC .bgs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 2;
}

/* bgVideo */
.modePC .bgVideo {
	overflow: hidden;
	height: calc(100vh - 60px);
}

.modePC.touchUA .bgVideo ,
.modeSP .bgVideo {
	display: none;
}

.modePC .bgVideo > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.modePC .justH.bgVideo > div {
	height: 100vh !important;
	width: calc( 100vh / 562*1000 ) !important;
}
.modePC .justW.bgVideo > div {
	width: 100vw !important;
	height: calc( 100vw * 0.562 ) !important;
}
#youtube-movie-content {
	position: relative;
	/* height: calc(100vh - 60px); */
	overflow: hidden;
	pointer-events: none;
}
.modeSP #youtube-movie-content {
	position: relative;
	height: 422px;
	overflow: hidden;
}

#youtube-movie-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/**
 * Sound
 */
.sound {
	color: #fff;
}
 .modePC .sound {
	position: absolute;
	bottom: 25px;
	right: 60px;
	z-index: 11;
}
 .modeSP .sound {
	display: none;
}

.sound svg {
	fill: #fff;
}
.modePC .sound svg {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.sound a{
	color: #999;
	font-weight: bold;
}
.modePC .sound a{}
.modeSP .sound a{}

.sound a.active{
	color: #fff;
}

.sound span{
	color: #fff;
}
.modePC .sound span{
	padding: 0 10px;
}
.modeSP .sound span{}

/**
 * Scroll
 */
.modePC .scroll {
	width: 1px;
	height: 54px;
	position: absolute;
	bottom: 25px;
	left: 60px;
	z-index: 9;
	background-color: #999;
}
.modeSP .scroll {
	display: none;
}

.modePC .scroll-pointer {
	width: 9px;
	height: 9px;
	position: absolute;
	top: -4px;
	left: -4px;
	animation-name: moveScrollPointer;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.modePC .scroll-pointer::before {
	animation-name: moveScrollPointerIn;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	background-color: rgb(180, 180, 180);
	border-radius: 50%;
}
@-webkit-keyframes moveScrollPointer {
	0% { -webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0) }
	100% { -webkit-transform:translate3d(0,54px,0);transform:translate3d(0,54px,0) }
}
@keyframes moveScrollPointer {
	0% { -webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0) }
	100% { -webkit-transform:translate3d(0,54px,0);transform:translate3d(0,54px,0) }
}
@-webkit-keyframes moveScrollPointerIn {
	0% { -webkit-transform:scale(0);transform:scale(0) }
	10% { -webkit-transform:scale(1);transform:scale(1) }
	65% { -webkit-transform:scale(1);transform:scale(1) }
	100% { -webkit-transform:scale(0);transform:scale(0) }
}
@keyframes moveScrollPointerIn {
	0% { -webkit-transform:scale(0);transform:scale(0) }
	10% { -webkit-transform:scale(1);transform:scale(1) }
	65% { -webkit-transform:scale(1);transform:scale(1) }
	100% { -webkit-transform:scale(0);transform:scale(0) }
}















/* structure
==========================================*/
.wrapper > .wide {
	background: url(/img/wedding/img01.jpg) top center;
	-webkit-background-size: 1200px auto;
	        background-size: 1200px auto;
	margin-top: 40px;
}

/*.modePC .wrapper > .wide {
	padding-top: 30px;
}
.modeSP .wrapper > .wide {
	padding-top: 120px;
}*/

/* youtube-movie-content
==========================================*/
.youtube-movie-content {
	position: relative;
	/* height: calc(100vh - 60px); */
	overflow: hidden;
}
.modePC .youtube-movie-content {
    width: 640px;
    height: 380px;
    margin: 0 auto;
    margin-top: 100px;
}
.modeSP .youtube-movie-content {
	position: relative;
	width: 630px;
	height: 422px;
	margin: 0 auto;
	overflow: hidden;
}

.youtube-movie-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* download-pdf
==========================================*/
.modePC .download-pdf {
  margin: 220px auto -40px;
  width: 960px;
  padding-bottom: 240px;
}
.modeSP .download-pdf {
  padding-top: 100px;
  width: 690px;
  margin: 0 auto -40px;
  padding-bottom: 100px;
}
.modePC .download-pdf h2 { margin-bottom:80px; }
.modeSP .download-pdf h2 { margin-bottom:70px; }

.download-pdf p.text {
	margin-left: auto;
	margin-right: auto;
}
.modePC .download-pdf p.text {
	width: 500px;
	margin-bottom:40px;
	line-height: 32px;
}
.modeSP .download-pdf p.text {
	width: 630px;
	margin-bottom:80px;
	line-height: 2.1;
}

/* box01
==========================================*/
.modePC .box01 {
	text-align: center;
	padding-top: 160px;
	padding-bottom: 200px;
}
.modeSP .box01 {
	width: 630px;
	margin: 0 auto;
	padding-top: 170px;
	margin-bottom: 200px;
}

.box01 p {
	letter-spacing: .1em;
}
.modePC .box01 p {
	/* font-size: 12px; */
	line-height: 28px;
}

.modePC p.renewal-message{font-size: 14px;}
.modeSP p.renewal-message{font-size: 26px;}

.modePC p.renewal-message span.heading{
	/* font-weight: 600; */
	/* font-size: 16px; */
	/* line-height: 2px; */
}
.modeSP p.renewal-message span.heading{
	/* font-size: 28px; */
	/* line-height: 52px; */
}

.modePC p.renewal-message span.mess{
	font-weight: 600;
	/* font-size: 21px; */
	/* line-height: 28px; */
}
.modeSP p.renewal-message span.mess{
	/* font-size: 30px; */
	font-weight: 600;
	line-height: 56px;
}

.modePC .box01 img{
	width: 380px;
	margin-top: 40px;
}

.modeSP .box01 img{
	text-align: center;
	width: 100%;
	margin-top: 45px;
}

/* box02
==========================================*/
.box02 {
	color: #fff;
	background: url(/img/wedding/root/img02-2.jpg) top no-repeat;
}
.modePC .box02 {
	padding-bottom: 115px;
	-webkit-background-size: 100% auto;
	        background-size: 100% auto;
	margin-top: 180px;
	margin-bottom: 60px;
}
.modeSP .box02 {
	margin-top: 200px;
	padding-bottom: 95px;
	-webkit-background-size: cover;
	        background-size: cover;
	margin-bottom: 100px;
}

.modePC .box02 h2 { padding-top: 125px; }
.modeSP .box02 h2 { padding-top: 95px; }
.box02 h2:after { background-color: #fff; }

.box02 > p {
	line-height: 2.1;
}
.modePC .box02 > p {
	font-size: 14px;
	width: 540px;
	margin: 65px auto 0;
	text-align: center;
}
.modeSP .box02 > p {
	width: 630px;
	margin: 90px auto 0;
}
.modePC .box02-unnder{ padding-bottom: 160px; }
.modeSP .box02-unnder{ padding-bottom: 160px; }

/* box03
==========================================*/
.box03 {
	letter-spacing: .1em;
}
.modePC .box03 {
	width: 960px;
	min-height: 305px;
	margin: 120px auto 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.modeSP .box03 { margin-top: 130px; }
.modeSP .box03:nth-of-type(1) { margin-top: 105px; }

.modePC .box03L { padding: 205px 0 0 590px; }
.modePC .box03R { padding: 205px 0 0 70px; }

.modePC .box03 h2 {
	position: absolute;
	top: 0;
}
.modePC .box03L h2 { right: 0; }
.modePC .box03R h2 { left: 0; }
.modeSP .box03L h2 { float: left; margin-left: 60px; }
.modeSP .box03R h2 { float: right; margin-right: 60px; }

.modePC .box03 .viewMoreWrap {
	position: absolute;
	top: 0;
}
.modePC .box03L .viewMoreWrap { left: 0; }
.modePC .box03R .viewMoreWrap { right: 0; }
.modeSP .box03 .viewMoreWrap { margin-top: 30px; }
.modeSP .box03L .viewMoreWrap { margin-left: 60px; }


.modePC .box03 .viewMoreWrap img { width: 540px; }
.modeSP .box03 .viewMoreWrap img { width: 690px; }

.modePC .box03 h3 {
	line-height: 30px;
	width: 300px;
}
.modeSP .box03 h3 {
	line-height: 60px;
}
.modePC .box03 h3 p:nth-of-type(1) { font-size: 18px; }
.modeSP .box03 h3 p:nth-of-type(1) { font-size: 30px; }

.modePC .box03 > p {
	font-size: 12px;
	line-height: 2;
	width: 300px;
	min-height: 100px;
}
.modeSP .box03 > p,
.modeSP .box03 > h3 {
	width: 550px;
	margin-top: 50px;
}
.modeSP .box03L > p,
.modeSP .box03L > h3 { margin-left: 140px; }
.modeSP .box03R > p,
.modeSP .box03R > h3 { margin-left: 60px; }

.modePC .box03 h3 + p { margin-top: 20px; }

.modePC .box03R > .imgWrap { margin: 35px 0 0 120px; }
.modePC .box03L > .imgWrap { margin: 35px 0 0 -122px; }
.modeSP .box03R > .imgWrap { margin: 40px 0 0 375px; }
.modeSP .box03L > .imgWrap { margin: 40px 0 0 0; }

.modePC .box03 > .imgWrap img { width: 300px; }
.modeSP .box03 > .imgWrap img { width: 375px; }

/* box04
==========================================*/
.box04 {
	background-color: #fff;
	position: relative;
}
.modePC .box04 {
	height: 495px;
	margin-top: 145px;
	margin-bottom: 200px;
}
.modeSP .box04 {
	margin-top: 110px;
	padding: 60px 30px;
}

.modePC .box04 .bx-wrapper {
	width: 2220px !important;
	position: absolute !important;
	top: 50px;
	left: 50%;
	margin-left: -1090px !important;
}

.modePC .box04 .bx-viewport {
	overflow: visible !important;
}

.modePC .box04 .u1 {
	height: 395px;
	margin: 0 auto;
}
.modeSP .box04 .u1 {
	width: 690px;
}

.box04 .u1 li {
	position: relative;
}
.modePC .box04 .u1 li,
.modePC .box04 .u1 .imgWrap img {
	width: 700px;
	height: 395px;
}
.modeSP .box04 .u1 li,
.modeSP .box04 .u1 .imgWrap img {
	width: 690px;
}

.box04 .u1 h2 {
	color: #fff;
	position: absolute;
}
.modePC .box04 .u1 h2 {
	width: 600px;
	left: 50px;
	top: 50px;
}
.modeSP .box04 .u1 h2 {
	width: 530px;
	top: 40px;
	left: 40px;
}
.box04 .u1 h2:after {
	background-color: #fff;
}

.box04 .u1 a > p {
	color: #fff;
	letter-spacing: .1em;
	position: absolute;
}
.modePC .box04 a > p {
	font-size: 12px;
	line-height: 2;
	width: 600px;
	left: 50px;
	bottom: 55px;
}
.modeSP .box04 a > p {
	font-size: 12px;
	line-height: 2;
	width: 530px;
	left: 40px;
	bottom: 30px;
}

.modePC .box04 .u1 span {
	color: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	font-size: 10px;
	line-height: 1;
	position: absolute;
	right: 50px;
	bottom: 30px;
}
.modeSP .box04 .u1 span {
	display: none;
}

.modePC .box04 .u1 svg {
	color: #fff;
	width: 17px;
	height: 10px;
	margin-left: 12px;
}

.box04 .u2 {
	height: 0;
	position: absolute;
	top: 50%;
}
.modePC .box04 .u2 {
	width: 780px;
	left: 50%;
	margin: -40px 0 0 -390px;
}
.modeSP .box04 .u2 {
	width: 750px;
	left: 0;
	margin-top: -30px;
}

.box04 .u2 li { display: inline-block; }
.box04 .u2 li:nth-of-type(1) { float: left; }
.box04 .u2 li:nth-of-type(2) { float: right; }

.box04 .u2 a {
	text-align: center;
	display: block;
	background-color: #fff;
}
.modePC .box04 .u2 a { width: 80px; height: 80px; }
.modeSP .box04 .u2 a { width: 60px; height: 60px; }

.modePC .box04 .u2 svg { width: 17px; height: 10px; margin-top: 35px; }
.modeSP .box04 .u2 svg { width: 23px; height: 13px; margin-top: 23px; }

/* box05
==========================================*/
.box05 {
	background: url(/img/wedding/root/img16.jpg) no-repeat;
}
.modePC .box05 {
	height: 700px;
	margin-top: 200px;
	-webkit-background-size: 100% auto;
	        background-size: 100% auto;
}
.modeSP .box05 {
	height: 560px;
	margin-top: 140px;
	background-position: center 25%;
	-webkit-background-size: cover;
	        background-size: cover;
}



/* online-bridal-fair
==========================================*/

.online-bridal-fair{}
.modePC .online-bridal-fair{
	padding-top: 200px;
	padding-bottom: 140px;
	margin-top: -40px;
}
.modeSP .online-bridal-fair{
	padding-top: 200px;
	padding-bottom: 160px;
}

/*タイトル*/
.online-bridal-fair .online-bridal-fair__title{
	text-align: center;
}
.modePC .online-bridal-fair .online-bridal-fair__title{
	margin-bottom: 50px;
}
.modeSP .online-bridal-fair .online-bridal-fair__title{
	margin-bottom: 60px;
}

.online-bridal-fair .online-bridal-fair__title .title-tip{
	font-style: italic;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	letter-spacing: .5em;
}
.modePC .online-bridal-fair .online-bridal-fair__title .title-tip{
	font-size: 16px;
	margin-bottom: 26px;
}
.modeSP .online-bridal-fair .online-bridal-fair__title .title-tip{
	margin-bottom: 20px;
}

.online-bridal-fair .online-bridal-fair__title h2{}
.modePC .online-bridal-fair .online-bridal-fair__title h2{}
.modeSP .online-bridal-fair .online-bridal-fair__title h2{}

/*サブリード*/
.online-bridal-fair .online-bridal-fair__introduction{
	text-align: center;
}
.modePC .online-bridal-fair .online-bridal-fair__introduction{
	margin-bottom: 22px;
}
.modeSP .online-bridal-fair .online-bridal-fair__introduction{
	margin-bottom: 20px;
}

.online-bridal-fair .online-bridal-fair__introduction .jp{
	font-weight: bold;
	letter-spacing: .1em;
}
.modePC .online-bridal-fair .online-bridal-fair__introduction .jp{
	font-size: 20px;
}
.modeSP .online-bridal-fair .online-bridal-fair__introduction .jp{
	font-size:26px;
}

/*画像*/
.online-bridal-fair .online-bridal-fair__image{
	margin: 0 auto;
}
.modePC .online-bridal-fair .online-bridal-fair__image{
	width: 1200px;
}
.modeSP .online-bridal-fair .online-bridal-fair__image{
	width: 100%;
}

.online-bridal-fair .online-bridal-fair__image img{
	width: 100%;
	height: auto;
}
.modePC .online-bridal-fair .online-bridal-fair__image img{}
.modeSP .online-bridal-fair .online-bridal-fair__image img{}

/*説明*/
.online-bridal-fair .online-bridal-fair__description{
	position: relative;
	background: #fff;
	margin: 0 auto;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modePC .online-bridal-fair .online-bridal-fair__description{
	width: 900px;
	margin-top: -90px;
	padding: 80px 120px;
	margin-bottom: 50px;
}
.modeSP .online-bridal-fair .online-bridal-fair__description{
	width: 600px;
	margin-top: -120px;
	padding: 80px 80px;
	margin-bottom: 50px;
}

.online-bridal-fair .online-bridal-fair__description .item{}
.modePC .online-bridal-fair .online-bridal-fair__description .item{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 40px;
}
.modeSP .online-bridal-fair .online-bridal-fair__description .item{
	margin-bottom: 50px;
}
.online-bridal-fair .online-bridal-fair__description .item:last-of-type{ margin-bottom: 0; }


.online-bridal-fair .online-bridal-fair__description .item .item__title{
	font-weight: bold;
}
.modePC .online-bridal-fair .online-bridal-fair__description .item .item__title{
	width: 180px;
}
.modeSP .online-bridal-fair .online-bridal-fair__description .item .item__title{}

.online-bridal-fair .online-bridal-fair__description .item .item__title .jp{}
.modePC .online-bridal-fair .online-bridal-fair__description .item .item__title .jp{}
.modeSP .online-bridal-fair .online-bridal-fair__description .item .item__title .jp{}

.online-bridal-fair .online-bridal-fair__description .item .item__text{}
.modePC .online-bridal-fair .online-bridal-fair__description .item .item__text{
	width: 480px;
}
.modeSP .online-bridal-fair .online-bridal-fair__description .item .item__text{}

.online-bridal-fair .online-bridal-fair__description .item .item__text .jp{}
.modePC .online-bridal-fair .online-bridal-fair__description .item .item__text .jp{}
.modeSP .online-bridal-fair .online-bridal-fair__description .item .item__text .jp{}


/*リンク*/
.online-bridal-fair .online-bridal-fair__link{
	text-align: center;
}
.modePC .online-bridal-fair .online-bridal-fair__link{}
.modeSP .online-bridal-fair .online-bridal-fair__link{}

.online-bridal-fair .online-bridal-fair__link .sub{}
.modePC .online-bridal-fair .online-bridal-fair__link .sub{
	margin-bottom: 20px;
}
.modeSP .online-bridal-fair .online-bridal-fair__link .sub{
	margin-bottom: 40px;
}

.online-bridal-fair .online-bridal-fair__link a{}
.modePC .online-bridal-fair .online-bridal-fair__link a{}
.modeSP .online-bridal-fair .online-bridal-fair__link a{}







.modePC .small-party-plan{
	margin: 200px auto 240px;
	/* width: 960px; */
}
.modeSP .small-party-plan{
}
.modeSP .small-party-plan{
	margin: 180px auto 0;
	width: 690px;
}

.small-party-plan h2{}
.modePC .small-party-plan h2{
	margin-bottom: 60px;
}
.modeSP .small-party-plan h2{
	margin-bottom: 40px;
}

.small-party-plan .small-party-plan__introduction{}
.modePC .small-party-plan .small-party-plan__introduction{
	margin-left: 80px;
	margin-bottom: 50px;
}
.modeSP .small-party-plan .small-party-plan__introduction{
	margin-bottom: 80px;
}

.small-party-plan .small-party-plan__introduction .jp{
	font-weight: bold;
}
.modePC .small-party-plan .small-party-plan__introduction .jp{}
.modeSP .small-party-plan .small-party-plan__introduction .jp{}

.small-party-plan__list{}
.modePC .small-party-plan__list{}
.modeSP .small-party-plan__list{}

.small-party-plan__list ul{
	margin: 0 auto;
}
.modePC .small-party-plan__list ul{
	width: 1040px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.modeSP .small-party-plan__list ul{}

.small-party-plan__list li.item{}
.modePC .small-party-plan__list li.item{
	width: 500px;
}
.modeSP .small-party-plan__list li.item{
	position: relative;
	width: 640px;
	margin-bottom: 100px;
}
.modeSP .small-party-plan__list li.item:nth-of-type(odd){margin-left: 0px;}
.modeSP .small-party-plan__list li.item:nth-of-type(even){margin-left: 50px;}
.modeSP .small-party-plan__list li.item:nth-of-type(odd) .item__btn{right: -60px;}
.modeSP .small-party-plan__list li.item:nth-of-type(even) .item__btn{left: -60px;}
.modeSP .small-party-plan__list li.item:nth-of-type(even) .item__title{margin-left: 70px;}
.modeSP .small-party-plan__list li.item:nth-of-type(even) .item__text{margin-left: 70px;}



.small-party-plan__list li.item a{}
.modePC .small-party-plan__list li.item a{}
.modeSP .small-party-plan__list li.item a{}

.small-party-plan__list li.item .item__btn{}
.modePC .small-party-plan__list li.item .item__btn{
	display: none;
}
.modeSP .small-party-plan__list li.item .item__btn{
	position: absolute;
	top: 420px;
	width: 120px;
	height: 120px;
	background: #fff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	line-height: 1;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: .08em;
	text-align: center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}
.modeSP .small-party-plan__list li.item .item__btn svg{
    display: block;
    width: 17px;
    height: 10px;
    margin: 8px auto 0;
}

.small-party-plan__list li.item .item__image{}
.modePC .small-party-plan__list li.item .item__image{
	margin-bottom: 16px;
}
.modeSP .small-party-plan__list li.item .item__image{
	margin-bottom: 30px;
}

.small-party-plan__list li.item .item__image img{
	width: 100%;
}
.modePC .small-party-plan__list li.item .item__image img{}
.modeSP .small-party-plan__list li.item .item__image img{}

.small-party-plan__list li.item .item__title{
	font-weight: bold;
}
.modePC .small-party-plan__list li.item .item__title{
	font-size: 14px;
	margin-bottom: 12px;
}
.modeSP .small-party-plan__list li.item .item__title{
	padding: 0 30px;
}

.small-party-plan__list li.item .item__text{}
.modePC .small-party-plan__list li.item .item__text{}
.modeSP .small-party-plan__list li.item .item__text{
	width: 570px;
	padding: 10px 30px 0 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}



.modePC .small-party-plan__list li .link-color {
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
}
.modePC .small-party-plan__list li:hover .link-color {
  opacity: .6;
}