@charset "utf-8";

/*------------------------------------------------------------
	seijin
------------------------------------------------------------*/

.ls0{
	letter-spacing: 0!important;
}

.mb10{
	margin-bottom: 10px!important;
}

.bold {
	font-weight: bold;
}

#main .underbar01 {
	border-bottom: #c03c3f 1px solid;
	color: #c03c3f
}

#main .underbar02 {
	border-bottom: #333 1px solid;
}

#main .top-sec .content {
	padding: 0 25px;
	position: relative;
	display: flex;
	align-items: center;
}

#main .com-text-box {
	width: 580px;
}

#main .com-text-box li {
	background-position: center top;
}

#main .bg {
	background: url("../img/top/bgn.jpg") no-repeat right -214px top / 1360px;
}

#main .sec01 .top-box {
	padding: 120px 40px 100px 170px;
	display: flex;
	justify-content: space-between;
}

#main .sec01 .top-box .ttl {
	width: 178px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
}

#main .sec01 .top-box .text {
	padding: 211px 0 0 90px;
	width: calc(100% - 178px);
	box-sizing: border-box;
}

#main .sec01 .top-box .text h2 {
	margin-bottom: 24px;
	font-size: 2.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#main .sec01 .top-box .text p {
	font-size: 1.4rem;
	line-height: 1.7;
}

#main .sec01 .img-area {
	margin-bottom: 127px;
	position: relative;
}

#main .sec01 .img-area::after {
	width: calc(50% + 410px);
	height: calc(100% + 107px);
	position: absolute;
	top: -54px;
	left: 0;
	background-color: #cbcead;
	content: '';
}

#main .sec01 .img-list {
	margin: 0 auto;
	width: 1100px;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

#main .sec01 .img-list>li {
	padding: 15px 13px 16px;
	width: 340px;
	background-color: #FFF;
	text-align: center;
	box-sizing: border-box;
}

#main .sec01 .img-list li .sub {
	padding: 24px 20px 35px;
	height: 100%;
	border: 1px solid #a5b3a1;
	box-sizing: border-box;
}

#main .sec01 .img-list li .pho {
	margin-bottom: 22px;
}

#main .sec01 .img-list li .title {
	margin-bottom: 28px;
	padding-bottom: 19px;
	position: relative;
	color: #333333;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

#main .sec01 .img-list li .title::after {
	width: 46px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 23px);
	background-color: #958626;
	content: '';
}

#main .sec01 .sub-list {
	margin-bottom: 33px;
}

#main .sec01 .sub-list li {
	padding-left: 20px;
	position: relative;
	line-height: 2;
	text-align: left;
}

#main .sec01 .sub-list li::after {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 12px;
	left: 5px;
	background-color: #958626;
	border-radius: 50%;
	content: '';
}

#main .sec01 .img-inner .note {
	text-align: right;
	margin-top: -1em;
	margin-bottom: 0.5em;
	font-size: 1rem
}

#main .sec01 .link {
	margin: 0 auto;
	width: 240px;
}

#main .sec01 .link a {
	padding: 10px 0 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c03c3f;
	border: 1px solid #c03c3f;
	border-radius: 100px;
}

#main .sec01 .img-inner {
	padding-bottom: 79px;
	position: relative;
}

#main .sec01 .img-inner::after {
	width: calc(50% + 625px);
	height: 600px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #cbcead;
	content: '';
}

#main .sec01 .img-inner ul {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
}

#main .sec01 .img-inner li .pho {
	margin-bottom: 23px;
	position: relative;
}

#main .sec01 .img-inner li .pho .tag {
	position: absolute;
	top: 19px;
	left: 20px;
}

#main .sec01 .img-inner li .pho::after {
	width: 1px;
	height: 69px;
	position: absolute;
	bottom: -56px;
	left: 20px;
	background-color: #958626;
	content: '';
}

#main .sec01 .img-inner li .title {
	margin-bottom: 14px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: bold;
}

#main .sec01 .img-inner li .text {
	margin-top: 14px;
}

#main .sec01 .img-inner li .text span.max {
	color: #c03c3f;
}

#main .sec01 .img-inner li .text span strong {
	font-size: 2.4rem;
}

#main .sec01 .img-inner li p {
	margin-left: 31px;
}

#main .sec01 .img-inner .btn {
	margin: 10px 0 0 49px;
	width: 140px;
}

#main .sec01 .img-inner .btn a {
	padding-bottom: 4px;
	position: relative;
	color: #333333;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #333;
}

#main .sec01 .img-inner .btn a::after {
	width: 4px;
	height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	left: -17px;
	background: url("../../common_new/img/icon16.png") no-repeat left center;
	content: '';
}

#main .sec02 {
	padding: 72px 0 0;
}

#main .sec02 h2 {
	margin-bottom: 49px;
	padding: 0 50px;
	position: relative;
	z-index: 1;
	text-align: center;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	left: 50%;
	transform: translateX(-50%);
}

#main .sec02 .img-box .text-box::after {
	width: calc(100% + 204px);
	height: 100%;
	position: absolute;
	top: -163px;
	left: 0;
	background-color: #FFF;
	content: '';
}

#main h2.bdr_left .line::before{
	content: 'special favor';
}

#main .sec03 h2.bdr_left .line .due {
    color: #111111;
    font-size: 2.4rem;
    display: block;
}

#main .sec03 {
	padding: 73px 0 175px;
	background: url("../img/top/bg03n.jpg") no-repeat left top;
	margin-top: -170px;
}

#main .sec03 h2 {
	margin-bottom: 80px;
	margin-top: 175px
}

#main .sec03 .p-top {
	margin-bottom: 94px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	text-align: center;
}

#main .sec03 .inner {
	margin: 0 0 0 auto;
	width: calc(50% + 550px);
}

#main .sec03 .photo-list {
	margin-bottom: 72px;
}

#main .sec03 .photo-list .slick-slide>div {
	margin-right: 51px;
	width: 412px;
}

#main .sec03 .photo-list li .photo {
	margin-bottom: 40px;
}

#main .sec03 .photo-list li .text {
	display: flex;
	align-items: center;
}

#main .sec03 .photo-list li .text .ttl {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: #c03c3f;
}

#main .sec03 .photo-list li .text .ttl .num {
	display: block;
	font-size: 3.6rem;
	line-height: 1;
}

#main .sec03 .photo-list li .text .txt {
	padding-left: 20px;
	width: calc(100% - 100px);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	box-sizing: border-box;
}

#main .sec03 .photo-list li .text .txt span {
	font-size: 1.6rem;
}

#main .sec03 .photo-list li .text .txt .small{
	font-size: 1.2rem;
}

#main .sec03 .slick-prev {
	display: none !important;
}

#main .sec03 .slick-next {
	width: 126px;
	height: 126px;
	position: absolute;
	top: calc(50% - 132px);
	right: 34px;
	font-size: 0;
	border: 0;
	border-radius: 50%;
	background: url("../img/top/btn.png") no-repeat center;
	cursor: pointer;
}

#main .sec03 .btn{
	display: inline-block;
	padding-left:20px;
}

#main .sec03 .btn a {
    padding-bottom: 4px;
    position: relative;
    color: #333333;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #333;
	display: inline-block;
}

#main .sec03 .btn a::after {
    width: 4px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: -17px;
    background: url(../../common_new/img/icon16.png) no-repeat left center;
    content: '';
}

#main .sec04 {
	background-color: #FFF;
	position: relative;
	padding-bottom: 50px;
}

#main .photo-course {
	position: absolute;
	left: 50%;
	width: 190px;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}

#main .sec04 .choice_seijin {
	padding-top: 150px;
	display: block;
	text-align: center;
}

#main .sec04 .strong {
	font-weight: bold;
	font-size: 1.2rem;
}

#main .sec04 .choice_seijin h3 {
	font-weight: bold;
	font-size: 2.4rem;
}

#main .sec04 .choice_seijin ul li a:hover {
	opacity: 0.7;
}

#main .sec04 .choice_seijin .choice_img {
	margin: 30px auto 10px;
}

#main .sec04 .choice_seijin ul {
	display: flex;
	max-width: 977px;
	width: 100%;
	justify-content: space-between;
	margin: auto;
}

#main .sec04 .course_seijin {
	padding: 15% 0 1%;
}

#main .sec04 .course {
	margin-bottom: 220px;
	position: relative;
	z-index: 1;
}

#main .sec04 .course::after {
	width: calc(50% + 580px);
	height: calc(100% + 107px);
	position: absolute;
	top: -54px;
	right: 0;
	background-color: #cbcead;
	content: '';
}

#main .sec04 .course.leftside::after {
	width: calc(50% + 580px);
	position: absolute;
	top: -54px;
	left: 0;
	background-color: #cbcead;
	content: '';
}

#main .sec04 .course .text_area {
	position: relative;
	z-index: 5;
	margin: 0 auto;
	display: block;
	width: calc(50% + 410px);
}

#main .sec04 .course .text_area .course_title .before_h3 {
	background-color: #c03c3f;
	padding: 5px 7px;
	color: #FFF;
	text-align: center;
	display: inline;
}

#main .sec04 .course .course_title {
	max-width: 982px;
	width: 100%;
	margin: 0 auto 50px;
	position: relative;
}

#main .sec04 .course .course_title .desc h3 {
	font-size: 2.6rem;
	color: #c03c3f;
	margin-bottom: 1rem;
}

#main .sec04 .course .course_title .desc p {
	font-size: 1.6rem;
	max-width: 420px;
}

#main .sec04 .course .course_title .before_h3 {
	background-color: #c03c3f;
	color: #fff;
	padding: 5px;
}


#main .sec04 .course .ex {
	color: #c03c3f;
}

#main .sec04 .course .course_title p.tax {
	font-size: 1.2rem;
	margin-top: 30px;
}

#main .sec04 .course .main_img {
	position: absolute;
	right: 0;
	top: -100px;
}

#main .sec04 .course .ttl_camp {
	width: 982px;
	background-color: #c03c3f;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	font-size: 2rem;
}

#main .sec04 .course .type {
	display: flex;
	max-width: 982px;
	width: 100%;
	justify-content: space-between;
	margin: 0 auto;
	padding: 40px 0 45px;
	border-bottom: 1px solid #b4afa6;
}
#main .sec04 .course .type.mother01 {
	border-bottom: none;
}
#main .sec04 .course .type.mother02 {
	display: flex;
	justify-content: right;
	padding-top: 0;
	position: relative;
}
#main .sec04 .course .type.mother02:before {
	position: absolute;
    top: -1em;
    left: 1em;
    content: "or";
    font-size: 4.0rem;
    width: 2em;
    height: 1em;
    font-weight: bold;
}
#main .sec04 .course .type.mother02 .desc {
	border-top: 1px solid #b4afa6;
	padding-top: 40px;
}
#main .sec04 .square {
	width: 120px;
	height: 120px;
	background-color: #958626;
	color: #FFF;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main .sec04 .square span {
	font-size: 3.8rem;
	display: contents;
}

#main .sec04 .course .type .desc {
	width: 810px;
}

#main .sec04 .course .type .course_name,
#main .sec04 .course .type .mae {
	font-size: 2.6rem;
	font-weight: bold;
}

#main .sec04 .course .type .small{
	font-size: 1.8rem;
}

#main .sec04 .course .type .desc .maedori {
	font-size: 1.8rem;
	vertical-align: text-top;
	display: inline-table;
	line-height: 1;
	margin-top: 15px;
}

#main .sec04 .course .free {
	background-color: #c03c3f;
	color: #FFF;
	vertical-align: text-top;
	padding: 0 6px 2px;
	margin-right: 15px;
}

#main .sec04 .course .type .fst_img {
	border-bottom: 1px solid #b4afa6;
}

#main .sec04 .course .type .fst_img,
#main .sec04 .course .type .lst_img {
	padding: 25px 30px 30px;
}

#main .sec04 .flex3,
#main .sec04 .flex4,
#main .sec04 .flex5 {
	display: flex;
}

#main .sec04 .course .type .flex3 .price_box {
	width: 35%;
	line-height: 1.5;
}

#main .sec04 .flex4 div {
	width: 50%
}

#main .sec04 .flex4 .right,
#main .sec04 .flex5 .right {
	line-height: 1.5;
}

#main .sec04 .flex4 .left {
	padding: 1em
}

#main .sec04 .course04 {
	margin-bottom: 150px;
}

#main .sec04 .course03 .course_title,
#main .sec04 .course05 .course_title {
	margin-bottom: 50px
}

#main .sec04 .course01 .price_box .flex6{
	display: flex;
    align-items: center;
    justify-content: space-around;
}
#main .sec04 .course01 .type .price_box .flex6 .borde_box {
	margin-right: 20%;
}

#main .sec04 .course04 .course_title {
	margin-bottom: 90px;
}

#main .sec04 .course04.leftside::after {
	height: calc(100% + 10px);
}

#main .note_after{
	width: 980px;
	margin: auto;
}

#main .sec04 .course05 .present {
	background-color: #c03c3f;
	margin: 30px auto 0;
	width: 980px;
	padding: 1em 0
}

#main .sec04 .course05 .present h3 {
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
}

#main .sec04 .course05 .present .present_in {
	background-color: #FFF;
	display: flex;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 1em;
	margin: 1em 40px
}

#main .sec04 .course05 .present_in .right,
#main .sec04 .course05 .present_in .left {
	width: 50%;
}

#main .sec04 .course05 .present .note {
	text-indent: -1.2rem;
	padding-left: 2rem;
	margin-bottom: 1rem;
	margin-top:30px;
	font-size:1.6rem
}

#main .sec04 .course05 .present_in .right img {
	width: 100%
}

#main .sec04 .course05 .type .flex5 {
	border-bottom: 1px solid #b4afa6;
}

#main .sec04 .course05 .borde_box{
	background-color: #c03c3f;
	color: #fff;
	padding: 2px 7px 3px;
}

#main .sec04 .course05 .clickhere{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
}

#main .sec04 .course05 .note_plan {
	font-size:1.6rem;
	font-weight: bold;
}

#main .sec04 .course05 .type .desc .price_box01{
	padding:15px 30px
}

#main .sec04 .flex5 .left {
	width: 59%
}

#main .sec04 .flex5 .right {
	width: 41%
}

#main .sec04 .course06 {
	padding-bottom: 160px;
	margin-bottom: 0px
}

#main .sec04 .course06.leftside::after {
	width: calc(50% + 580px);
	height: calc(100% - 120px);
}

#main .sec04 .course06 .camera_right {
	font-size: 1.8rem;
}

/* プライスボックス */
#main .sec04 .course .type .price_box {
	background-color: #FFF;
	font-size: 2.3rem;
	text-align: right;
	line-height: 2;
	padding: 10px 30px;
}

#main .sec04 .course .type .price_box .note {
	font-size: 1rem;
}

#main .sec04 .course .type .price_box .price {
	font-size: 2.7rem
}

#main .sec04 .course .type .price_box .borde {
	color: #c03c3f
}

#main .sec04 .course .type .price_box .borde_box {
	background-color: #c03c3f;
	color: #fff;
	padding: 5px 5px 7px;
	margin-right: 10%;
}

#main .sec04 .course .type .price_box .borde_box-2 {
	background-color: #c03c3f;
	color: #fff;
	font-size: 1.8rem;
	display: inline;
	padding: 10px 17px
}

#main .sec04 .course .type .discount {
	font-size: 3.7rem;
	color: #c03c3f;
	font-weight: bold;
}

#main .sec04 .course .type .tax {
	font-size: 1.2rem;
	text-align: center;
	display: block;
	margin: 10px auto
}

#main .sec04 .course .type .comment {
	font-size: 1.4rem;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 10px;
}

#main .sec04 .course .type .ex {
	font-weight: bold;
}

#main .sec04 .course .type .strike {
	background-image: url("../img/top/double.png");
	background-repeat: repeat-x;
	background-position: center;
}

#main .sec04 .course .type.last {
	border-bottom: none;
}

#main .sec04 .course .course_title .desc .text {
	display: flex;
	max-width: 420px;
}

#main .sec04 .course .course_title .desc .text .camera {
	width: 20%;
}

#main .sec05 {
	margin-bottom: 118px;
	margin-top: -140px
}

#main .sec05 .head-line01 {
	margin-bottom: 41px;
	padding: 0 10px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
}

#main .sec05 .img-list {
	margin-top: -60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .sec05 .img-list li {
	margin-top: 60px;
	width: 510px;
}

#main .sec05 .img-list li .photo {
	margin-bottom: -84px;
}

#main .sec05 .img-list li .text {
	margin-left: 25px;
	padding: 113px 40px 49px;
	background-color: #cbcead;
}

#main .sec05 .img-list li .text .title {
	margin-bottom: 27px;
	margin-right: -20px;
	font-size: 2.6rem;
	font-weight: 700;
}

#main .sec05 .img-list li .text p {
	line-height: 1.7;
}

#main .sec04 .course05 .type .desc img {
	margin: 0px
}

#main .sec08 {
	margin-bottom: 40px;
	padding-bottom: 79px;
	position: relative;
}

#main .sec08 .head-line01 {
	left: 10%;
	width: 178px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
}

#main .sec08::after {
	width: calc(50% + 580px);
	height: calc(100% - 150px);
	position: absolute;
	top: 135px;
	left: 0;
	background-color: #cbcead;
	content: '';
	z-index: -10;
}

#main .sec08 table {
	width: 980px;
	margin: auto;
	background-color: #FFF;
	padding: 2em;
	margin-bottom: 1.5em;
}

#main .sec08 table th {
	width: 31%
}

#main .sec08 table th img{
	width: 100%
}

#main .sec08 table td {
	padding-left: 52px;
}

#main .sec08 table ul {
	text-indent: -1em;
	padding-left: 1em;
}

#main .sec08 h4 {
	font-size: 26px;
}

#main .sec08 table .beige_box {
	background-color: #eaebe1;
	padding: 1em;
	margin: 1em 0;
}

#main .sec08 table .txt{
	margin-top:20px
}

#main .sec09 .head-line01 {
	margin-bottom: 2px;
	left: 50%;
	transform: translateX(-50%);
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
}

#main .sec09 dl {
	display: flex;
	flex-wrap: wrap;
	width: 940px;
	margin: 50px auto 20px;
	font-size: 1.8rem;
	justify-content: space-between;
}

#main .sec09 dt {
	width: 11%;
	color: #c03c3f;
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
	padding-bottom: 1em;
}

#main .sec09 dd {
	width: 89%;
	margin: 0 0 1em 0;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 1em;
}

#main .sec09 dd:last-child {
	line-height: 2;
}

#main .sec09 dd ul{
	display: flex;
	align-items: center;	
}
#main .sec09 dd ul:first-of-type{
	margin-bottom: 2rem;
}

#main .sec09 dd ul li:first-child{
	width: 58%;	
}

#main .sec09 .com-link {
	text-align: center;
	margin: auto
}
#main .sec09 .com-link.reserve a{
	width: 305px;
	border-radius: 35px;
	line-height: 1.4;
	padding-top: 8px;
}
#main .sec09 .com-link.reserve a span{
	font-size: 14px;
}
#main .sec10 {
	background-color: #fff;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

#main .sec10 .map {
	width: 1100px;
	height: 460px;
	overflow: hidden;
}

#main .sec10 .map iframe {
	width: 100%;
	height: 100%;
}


#main .sec10 ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

#main .sec10 li {
	width: 348px;
}

#main .sec10 li .photo {
	margin-bottom: 20px;
}

#main .sec10 li .text {
	font-size: 1.4rem;
}

#main .sec10 li .text .title {
	font-size: 1.8rem;
}


#main .shop {
	padding: 0 0 50px;
	background-color: #eaebe1;
}

#main .shop .content {
	padding: 0 25px;
}

#main .shop .inner {
	display: flex;
	align-items: center;
}

/* 成人式の流れ */

#main .sec_flow .content {
	max-width: 1040px;
}

#main .sec_flow .head-line01 {
	padding: 0 54px;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: center;
	left: 68%;
}

#main .sec_flow dd .img {
    width: 200px;
}

#main .sec_flow .bdr_none {
    border-top: none;
}

#main .sec_flow dt, #main .sec_flow dd {
    border-top: 1px solid #d8d5cf;
}

.com-img-area {
    padding-bottom: 110px;
}

.com-img-area .img-box .text-box {
	padding: 40px 0 80px;
}

@media all and (min-width: 897px) {
	#main .sec03 .slick-next:hover {
		opacity: 0.7;
	}
	
	#main .sec04 .course .course_title .w45 {
		width: 45%;
	}

	#main .sec04 .course02 .type .desc .price_box01 {
		line-height: 1.5;
		padding:20px 50px 10px
	}

	#main .sec04 .course05 .type .desc .price_box01 {
		padding:25px 45px 10px;
		line-height: 1.8;
		margin-top: 30px;
	}
	#main .sec04 .course05 .type02 {
		margin: -30px auto 0;
		padding: 0px 0 45px;
	}

	#main .sec08 .head-line01::before {
		margin-top: -85px;
	}
	
}


@media all and (max-width: 896px) {
	.sp_mb10 {
		margin-bottom: 10px !important;
	}

	.sp_mb50 {
		margin-bottom: 50px !important;
	}

	.sp_pb30 {
		padding-bottom: 30px !important;
	}

	.ml0 {
		margin-left: 0px !important;
	}

	.page-title .text h2 {
		width: auto;
	}

	#main .top-sec {
		margin-bottom: 0;
		padding-bottom: 45px;
	}

	#main .top-sec .content {
		margin: 0;
		padding: 0;
		position: relative;
		display: block;
	}

	#main .top-sec h2 {
		writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
	}

	#main .com-text-box {
		width: 280px;
	}

	#main .com-text-box li {
		padding-left: 20px;
		background-position: left 8px;
	}

	#main .bg {
		background: none;
	}

	#main .sec01 .top-box {
		padding: 71px 0 34px;
		display: block;
	}

	#main .sec01 .top-box .ttl {
		margin-bottom: 14px;
		padding: 0 12px;
		width: auto;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 40px;
	}

	#main .sec01 .top-box .text {
		padding: 0;
		width: auto;
		box-sizing: border-box;
	}

	#main .sec01 .top-box .text h2 {
		margin-bottom: 11px;
		font-size: 1.7rem;
	}

	#main .sec01 .top-box .text p {
		font-size: 1.3rem;
		line-height: 1.83;
	}

	#main .sec01 .img-area {
		margin-bottom: 123px;
	}

	#main .sec01 .img-area::after {
		width: 100%;
		height: 100%;
		top: 64px;
	}

	#main .sec01 .img-list {
		margin: 0 15px;
		width: auto;
		display: block;
	}

	#main .sec01 .img-list>li {
		padding: 15px 13px 16px;
		width: auto;
		background-color: #FFF;
		text-align: center;
		box-sizing: border-box;
	}

	#main .sec01 .img-list>li:not(:last-of-type) {
		margin-bottom: 30px;
	}

	#main .sec01 .img-inner {
		padding-bottom: 0;
	}

	#main .sec01 .img-inner::after {
		width: 100%;
		height: 94.8%;
		bottom: auto;
		top: 136px;
	}
	#main .sec01 .img-inner h3,
	#main .sec03 h2 {
		margin-bottom: 44px;
		padding-right: 0;
		font-size: 2.1rem;
	}

	#main .sec01 .img-inner ul {
		margin-right: -30px;
		display: block;
	}

	#main .sec01 .img-inner li:not(:last-of-type) {
		margin-bottom: 37px;
	}

	#main .sec01 .img-inner .btn {
		margin: 18px 0 0 49px;
	}

	#main .sec01 .img-inner li .pho img {
		width: 100%;
	}

	#main .sec01 .link {
		max-width: 240px;
		width: 100%;
	}

	#main .sec02 {
		padding: 160px 0 37px;
	}

	#main .sec02 h2 {
		margin-bottom: -2px;
		padding: 0 35px;
		transform: translate(-50%, -30%);
	}

	#main .sec02 .img-box {
		display: block;
	}

	#main .sec02 .img-box .text-box {
		padding-bottom: 54px;
		width: auto;
	}

	#main .sec02 .img-box .text-box::after {
		width: 100%;
		height: calc(100% + 96px);
		position: absolute;
		top: -96px;
		left: 0;
		background-color: #FFF;
		content: '';
	}

	#main .sec02 .img-box .text-box .sub {
		margin: 0 25px;
		width: auto;
	}

	#main .sec02 .img-box .text-box .sub:not(:last-of-type) {
		margin-bottom: 32px;
	}

	#main .sec02 .img-box .text-box .sub .ttl .title {
		width: calc(100% - 62px);
		font-size: 1.7rem;
		line-height: 1.4;
	}

	#main .sec02 .img-box .text-box .sub .text {
		margin: 15px 0 0 auto;
		width: auto;
		font-size: 1.3rem;
		line-height: 1.75;
	}

	#main .sec02 .img-box .text-box .sub .text ul {
		margin-top: 0px;
	}

	#main .sec02 .img-box .text-box .sub .text li {
		font-size: 1.3rem;
		line-height: 1.7;
	}

	#main .sec02 .img-box .text-box .sub .text li:not(:last-of-type) {
		margin-bottom: 16px;
	}

	#main .sec02 .img-box .text-box .sub .text li::after {
		width: 6px;
		height: 6px;
		position: absolute;
		top: calc(50% - 3px);
		left: 9px;
		background-color: #958626;
		border-radius: 50%;
		content: '';
	}

	#main .sec02 .img-box .text-box .sub .text .btn {
		margin: 12px 0 0 26px;
	}

	#main .sec02 .img-box .text-box .sub .text .btn a {
		padding-bottom: 4px;
		font-size: 1.3rem;
	}

	#main .sec02 .img-box .photo-box {
		padding: 0 0 68px;
		width: auto;
		background-color: #FFF;
	}

	#main .sec02 .img-box .photo-box::after {
		width: auto;
		height: 90.6%;
		position: absolute;
		top: 23px;
		right: 30px;
		left: 30px;
		background: #958626;
		content: '';
	}

	#main .sec02 .img-box .photo-box ul {
		margin: 0 50px;
	}

	#main .sec02 .img-box .photo-box li:not(:last-of-type) {
		margin-bottom: 20px;
	}

	#main .sec02 .img-box .photo-box li img {
		width: 100%;
	}

	#main .sec03 {
		padding: 17px 0 80px;
		background: none;
	}

	#main .sec03 h2 {
		margin-bottom: 37px;
	}

	#main .sec03 .p-top {
		margin: 0 -20px 34px;
		font-size: 1.5rem;
		line-height: 1.75;
	}

	#main .sec03 .photo-list {
		margin: 0 0 37px -15px;
	}

	#main .sec03 .photo-list .slick-slide>div {
		margin-right: 10px;
		width: 238px;
	}

	#main .sec03 .photo-list li .photo {
		margin-bottom: 20px;
	}

	#main .sec03 .photo-list li .text .ttl {
		width: 57px;
		height: 57px;
		font-size: 1.3rem;
	}

	#main .sec03 .photo-list li .text .ttl .num {
		font-size: 2.1rem;
	}

	#main .sec03 .photo-list li .text .txt {
		padding-left: 10px;
		width: calc(100% - 57px);
		font-size: 1.3rem;
		line-height: 1.24;
	}

	#main .sec03 .inner {
		margin: 0 0 0 30px;
		width: auto;
	}

	#main .sec03 .slick-prev {
		display: none !important;
	}

	#main .sec03 .slick-next {
		width: 75px;
		height: 75px;
		top: calc(50% - 78px);
		right: 46px;
		background: url("../img/top/btn.png") no-repeat center / cover;
	}

	#main .sec03 .notes {
		margin: 0 5px;
		padding-left: 2.4em;
		font-size: 1.1rem;
		line-height: 1.7;
		text-indent: -2.4em;
	}

	#main .sec03 .notes:not(:last-of-type) {
		margin: 5px;
	}

	#main .sec03 a {
		padding-bottom: 4px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	#main .sec03 .btn a {
		font-size: 1rem;
	}

	#main .sec03 .photo-list li .text {
		height: 85px;
	}

	#main .sec03 .photo-list li .text .txt span {
		font-size: 1.1rem;
	}

	#main .sec03 .photo-list li .text .txt .small{
		font-size: 1rem;
	}

	#main .sec04 {
		padding-bottom: 50px;
	}

	#main .sec04 .head-line01 {
		top: 5px;
	}
	#main .sec04 .strong {
		font-size: 1.6em;
	}
	#main .sec04 .course .type .desc img,
	#main .sec04 .course .type .desc .flex3 img {
		margin: 0;
	}

	#main .sec04 .course .type .fst_img,
	#main .sec04 .course .type .lst_img {
		padding-left:0;
		padding-right:0
	}

	#main .sec04 .course .course_title .desc p {
		font-size: 1.3rem;
	}

	#main .sec04 .course .type .desc .line_two {
		display: flex;
	}

	#main .sec04 .course .type .desc .line_two div:first-child {
		width: 50%
	}

	#main .sec04 .choice_seijin {
		padding: 85px 10px 50px
	}

	#main .sec04 .choice_seijin .choice_img {
		margin-top: 20px;
	}

	#main .sec04 .choice_seijin ul li {
		width: 24%;
		background-color: #c03c3f;
	}

	#main .sec04 .course::after {
		left: 3%;
		top: -30px;
		height: calc(100% + 30px);
	}

	#main .sec04 .course.leftside::after {
		right: 3%;
		top: -30px;
		width: calc(100% - 3%);
	}

	#main .sec04 .course06.leftside::after {
		height: calc(100% + 30px);
	}
	#main .sec04 .course04.leftside::after {
		height: calc(100% - 40px);
	}

	#main .sec04 .course {
		margin-bottom: 100px;
	}

	#main .sec04 .course04 {
		margin-bottom: 50px;
	}

	#main .sec04 .course .text_area {
		margin: 0 3% 0 7%;
		width: auto;
		padding-bottom: 20px;
	}

	#main .sec04 .leftside .text_area {
		margin: 0 7% 0 3%;
	}

	#main .sec04 .course01 .text_area {
		padding-bottom: 20px;
	}

	#main .sec04 .course01 .price_box .flex6 {
		display: block
	}

	#main .sec04 .course .main_img {
		width: 50%;
		position: absolute;
		right: 0;
		top: -50px;
	}

	#main .sec04 .course .course_title .desc h3 {
		font-size: 1.6rem;
		line-height: 1.3em;
		margin-bottom: 2em;
	}

	#main .sec04 .course06 .course_title .desc h3 {
		margin-top: 1em;
	}

	#main .sec04 .course04 .course_title .desc h3{
		margin-top: 10px;
		margin-bottom: 15px;
	}

	#main .sec04 .course .ttl_camp {
		width: 100%;
		font-size: 1.6rem;
		line-height: 1.3;
	}

	#main .sec04 .course .type .ttl {
		display: flex;
	}
	#main .sec04 .course .type.mother02:before {
		font-size: 3.0rem;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#main .sec04 .square {
		width: 70px;
		height: 70px;
		font-size: 1.3rem;
	}

	#main .sec04 .course .type .course_name {
		line-height: 1.2em;
		padding-left: 2rem;
		font-size: 1.6rem;
		display: flex;
    	align-items: center;
		flex-wrap:wrap
	}

	#main .sec04 .course .type .w100{
		width:calc(100% - 90px)
	}

	#main .sec04 .course .type .w100 span{
		width: 100%;
	}
	#main .sec04 .course .type .small {
		font-size: 1.2rem;
	}

	#main .sec04 .course .type .w100 .small{
		margin-top:-20px
	}

	#main .sec04 .course .course_title .desc .tax{
		font-size: 1.1rem;
		margin-top:30px;
		margin-bottom: 10px;
	}

	#main .sec04 .square span {
		font-size: 2.4rem;
	}

	#main .sec04 .course .type .mae {
		font-size: 1.8rem;
	}

	#main .sec04 .course .free {
		vertical-align: unset;
	}

	#main .sec04 .course .type .desc .maedori {
		font-size: 1.4rem;
	}

	#main .sec04 .course .type .comment {
		font-size: 1.2rem;
		margin-top: 0px;
	}

	#main .sec04 .course .type .sp_bdr_no{
		border-bottom:none
	}

	#main .sec04 .course .type .price_box {
		padding: 18px;
		font-size: 1.2rem;
		text-align: left;
	}

	#main .sec04 .course05 .type .desc .price_box01 {
		line-height: 1.5;
		margin-bottom: 30px;
	}

	#main .sec04 .course .type .price_box .tax {
		text-align: left;
		margin:0
	}

	#main .sec04 .course .type .price_box .price {
		font-size: 1.6rem;
	}

	#main .sec04 .flex4 div {
		width: auto;
		padding: 0;
	}

	#main .sec04 .course .type .flex4 {
		text-align: left;
	}

	#main .sec04 .course .type .discount {
		font-size:2.2rem
	}

	#main .sec04 .course .type .price_box .borde_box-2 {
		font-size: 1.2rem;
		padding: 5px;
	}

	#main .sec04 .flex3,
	#main .sec04 .flex4,
	#main .sec04 .flex5 {
		display: block
	}

	#main .sec04 .course .type .desc .flex3 .lst_img {
		width: 100%;
	}

	#main .sec04 .course .type .flex3 .price_box {
		width: auto;
		padding: 10px 18px;
	}

	#main .sec04 .course .type {
		padding-bottom:20px;
		padding-top: 20px;
	}

	#main .sec04 .flex5 .right,
	#main .sec04 .flex5 .left {
		width: auto;
	}

	#main .sec04 .course02 .tokuten dd,
	#main .sec04 .course03 .tokuten dd{
		height:70px
	}

	#main .note_after{
		font-size:1.1rem
	}

	#main .sec04 .course05 .price_box .fs37 {
		font-size: 21pt
	}

	#main .sec04 .course05 .present {
		width: auto;
	}

	#main .sec04 .course05 .present .present_in {
		margin: 10px;
		display: block;
		font-size: 1.4rem;
		padding: 20px;
	}
	#main .sec04 .course05 .present .note {
		font-size: 1.2rem;
		margin-top:10px
	}

	#main .sec04 .course05 .present_in .right,
	#main .sec04 .course05 .present_in .left {
		width: 100%;
	}

	#main .sec04 .course05 .present h3 {
		font-size: 1.6rem;
	}

	#main .sec04 .course05 .clickhere{
		font-size:1.5rem
	}

	#main .sec04 .course05 .note_plan {
		margin-left:90px;
		font-size: 1.2rem;
	}

	#main .sec04 .flex4 .left{
		padding:0
	}
	
	#main .sec04 .course06 .desc .text .camera_right {
		font-size: 1.3rem;
		margin-left: 20px
	}

	#main .sec04 .course06 {
		padding-bottom: 0px
	}

	#main .sec05 {
		margin-bottom: 90px;
		padding-top: 50px;
	}

	#main .sec05 .head-line01 {
		margin-bottom: 28px;
		padding: 0 15px;
		margin-top: 15px;
	}

	#main .sec05 .img-list {
		margin: 0 -15px 0;
		display: block;
	}

	#main .sec05 .img-list li {
		margin-top: 0;
		width: auto;
	}

	#main .sec05 .img-list li:not(:last-of-type) {
		margin-bottom: 32px;
	}

	#main .sec05 .img-list li .photo {
		margin-bottom: -62px;
	}

	#main .sec05 .img-list li .photo img {
		width: 100%;
	}

	#main .sec05 .img-list li .text {
		margin-right: -15px;
		margin-left: 15px;
		padding: 82px 32px 23px;
	}

	#main .sec05 .img-list li .text .title {
		margin-bottom: 11px;
		margin-right: 0;
		font-size: 1.7rem;
	}

	#main .sec05 .img-list li .text p {
		line-height: 1.7;
	}

	#main .sec_flow .head-line01 {
		padding: 0 54px;
		writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		direction: ltr;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		margin-bottom: 0;
	}

	#main .sec_flow dd {
		display: block;
	}

	#main .sec_flow dd .img {
		margin-bottom: 1em;
		width: 100%;
		text-align: center;
	}

	#main .sec_flow dl::after {
		top: 45%;
		height: 75%;
		left: 50px;
	}

	#main .shop .com-shop-box .txt-box .sub-box {
		padding: 20px 30px 40px;
	}

	#main .com-img-area .com-shop-box .content {
		padding: 0;
	}

	.com-img-area {
		padding-bottom: 30px;
		padding-top: 40px;
	}

	#main .inner .com-text-box {
		padding-bottom: 38px;
	}

	#main .com-img-area .img-box .text-box {
		padding-bottom:0
	}

	#main .com-img-area .img-box {
		margin-bottom: 80px;
	}

	#main .shop{
		position: relative;
		padding-bottom: 40px;
	}

	#main .shop::after {
		width: 100%;
		height: 40px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #cbcead;
		content: '';
		z-index: 10;
	}

	#main .sec08 .head-line01{
		left: 50%;
    	transform: translateX(-50%);
		padding: 0 15px;
    	width: auto;
		margin-top:20px
	}
	#main .sec08::after {
		top: 70px;
		height: calc(100% - 120px);
	}

	#main .sec08 table {
		width: 93%;
		padding: 15px;
	}

	#main .sec08 table td {
		padding-left: 0px;
	}

	#main .sec08 table .txt {
		margin-top: 5px;
	}

	#main section.sec08 {
		margin-bottom: 0;
	}

	#main .sec08 h4 {
		font-size: 16px;
		margin-top: 10px;
	}

	#main .sec08 table .beige_box {
		letter-spacing: -0.5px;
	}

	#main .sec09 {
		margin: 0 15px
	}

	#main .sec09 dl {
		display: block;
		width: auto;
		margin: 25px auto;
		font-size: 1.3rem;
	}
	#main .sec09 .head-line01{
		margin-bottom:20px
	}
	#main .sec09 dt {
		width: auto;
		text-align: left;
		display: block;
		margin-bottom:0;
		padding-bottom: 5px;
		padding-left:5px
	}

	#main .sec09 dd {
		width: auto;
		margin-bottom: 5px;
		padding-bottom: 5px;
		padding-left:5px
	}

	#main .sec10{
		padding-bottom:10px
	}

	#main .sec10 .map-box{
		margin:-15px
	}

	#main .sec10 .map {
		width: 100%;
		padding-bottom: 400px;
		height: 0;
		position: relative;
		z-index: 10;
		overflow: hidden;
	}

	#main .sec10 .map iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	#main .sec10 .link {
		margin: 24px auto 0;
		width: 240px;
		position: relative;
		z-index: 1;
	}

	#main .sec10 ul {
		display: block;
	}

	#main .sec10 li {
		width: 100%;
	}

	#main .sec10 li .text {
		font-size: 1.2rem;
		margin-bottom: 1em
	}

	#main .sec10 li .txt {
		font-size: 1.3rem;
	}

	#main .sec10 li .photo {
		margin-bottom: 5px;
	}

	#main .sec10 li .photo img {
		width: 100%;
	}

	.spalign_C {
		text-align: center !important
	}

	.spmt00{
		margin-top:0px!important
	}

	.spmt05{
		margin-top:5px!important
	}

	.spmt_20{
		margin-top:20px!important
	}
	.sppt0{
		padding-top: 0!important
	}
	.sppt30{
		padding-top: 30px!important
	}
	.spfs10 {
		font-size: 1rem !important;
	}
	.spfs11 {
		font-size: 1.1rem !important;
	}
	.spfs13{
		font-size: 1.3rem!important;
	}
	.spfs14{
		font-size: 1.4rem!important;
	}
	.spfs16{
		font-size: 1.6rem!important;
	}
	.spfs18{
		font-size: 1.8rem!important;
	}
	.spfs22{
		font-size: 2.2rem!important;
	}
	.spfs26{
		font-size: 2.2rem!important;
	}
	.sprem24{
		font-size: 2.4rem!important;
	}
}

/* タブレット 以上*/
@media all and (min-width: 521px) {
	.sp02 {
		display:none !important
	}
}

/* タブレット のみ*/
@media (max-width: 895px) and (min-width: 521px) {
	#main .sec04 .course .course_title .desc{
		width:45%
	}
	#main .sec01 .img-inner::after {
    	height: 97%;
	}
	#main .sec02 .img-box .photo-box::after {
		height: 96%;
	}
}

/* ipad 横以下 */
@media all and (max-width: 750px) {
	#main .sec09 dd ul{
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 5%;
	}
	#main .sec09 dd ul li:first-child{
		width: 100%;
		margin-bottom: 3%;
	}
	#main .sec09 .com-link.reserve a{
		width: 240px;
		font-size: 1.5rem;
	}
	#main .sec09 .com-link.reserve a span{
		font-size: 1.2rem;
	}
}

/* タブレット以下 */
@media all and (max-width: 520px) {
	.tab {
		display:none !important
	}
	.sec09 img.sp02{
		width: 100%;
	}
	#main .sec04 .course .course_title {
		margin-bottom: 0
	}
	#main .flow dl::after {
		top: 42%;
		height: 78%;
	}
	#main .sec08 table td,
	#main .sec08 table th {
		width: 100%;
		display: block;
	}
}

#main .tokuten {
	background-color: #fff;
	width: 982px;
	margin: auto;
	padding-bottom: 10px;
}

#main .tokuten h3 {
	font-size: 2.4rem;
	padding-top: 40px;
	margin-left: 40px;
}

#main .tokuten dl {
	position: relative;
	margin: 10px 40px 40px;
}

#main .tokuten dt {
	width: 12%;
	font-size: 2rem;
	text-align: center;
	position: absolute;
	left: 0;
	line-height: 1;
	padding-top: 35px;
	height: 71px;
}

#main .tokuten dt p {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

#main .tokuten dd::after {
	width: 1px;
	height: 80%;
	position: absolute;
	left: 13%;
	top: 50%;
	background: #cccccc;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	content: '';
}

#main .tokuten dd.paypay::after {
	height: 96%;
}

#main .tokuten dt .no {
	font-size: 4rem;
}

#main .tokuten dd {
	font-size: 1.8rem;
	position: relative;
	border-top: solid 1px #cccccc;
	padding: 20px 10px 20px 16%;
	line-height: 1.4;
}

#main .tokuten dd:last-child {
	border-bottom: solid 1px #cccccc;
}

#main .tokuten .strong {
	color: #c03c3f;
	font-size: 2.4rem
}

#main .tokuten .strong02 {
	color: #c03c3f;
	font-size: 4.0rem
}

#main .tokuten .flex1,
#main .tokuten .flex2 {
	display: flex;
}

#main .tokuten .box {
	border: 1px solid #cccccc;
	right: 10px;
	position: absolute;
	padding: 10px 30px;
	/* top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
	position: absolute;
	top: 10px;
}

#main .tokuten .paypay img {
	margin-top: 25px;
}

@media all and (max-width: 896px) {
	#main .tokuten {
		width: 100%
	}
	#main .tokuten h3 {
		font-size: 1.4rem;
		margin-left: 20px;
		padding-top: 15px;
	}
	#main .tokuten .strong02 {
		color: #c03c3f;
		font-size: 2.6rem;
	}

	#main .tokuten .flex1,
	#main .tokuten .flex2 {
		display: block;
	}

	#main .tokuten .box {
		position: unset;
		transform: none;
		-webkit-transform: none;
		padding: 10px;
		line-height: 1.2;
		margin-top: 10px;
	}

	#main .tokuten dl {
		margin: 10px 15px 15px;
	}

	#main .tokuten dt .no {
		font-size: 2.6rem;
	}

	#main .tokuten dt {
		width: 20%;
		font-size: 1.3rem;
	}

	#main .tokuten dd {
		font-size: 1.2rem;
		padding: 20px 0px 20px 26%;
	}

	#main .tokuten dd::after {
		left: 20%;
	}

	#main .tokuten .strong {
		font-size: 1.6rem;
	}

	#main .tokuten .paypay img{
		margin-top:10px
	}

	#main .set_list {
		width: 100%;
	}
}

#main .set_list {
	font-size: 1.6rem;
	margin: 1em auto;
	background-color: #fff;
	width: 982px;
	padding-top: 35px;
}

#main .set_list h3 {
	display: inline;
	background-color: #c03c3f;
	padding: 10px;
	margin: 2em;
}

#main .set_list span {
	color: #fff;
	padding: 10px 15px
}

#main .set_list p {
	padding: 20px 40px;
}

@media all and (max-width: 896px) {
	#main .set_list {
		font-size: 1.2rem;
		width: 100%;
		padding-top: 20px;
	}

	#main .set_list p {
		padding: 10px;
		letter-spacing: 1.3px;
	}

	#main .set_list h3 {
		margin-left: 10px;
		padding: 5px
	}
}

/* 大正ロマン */
.secroman{
	background-color: #fff;
	margin-top: 100px;
	height: 680px;
	z-index: 0;
}

.secroman .roman {
  width: 1100px;
  position: relative;
  margin: auto;
} 

.secroman .roman::after {
  content: "";
  position: absolute;
  width: 1100px;
  height: 500px;
  background-color: #cbcead;
  top: 120px;
  left: 50%;
  z-index: 10; 
  transform: translateX(-50%);
}

.secroman .roman-photo img {
    width: 600px;
    height: 430px;
    border: 1px solid #333;
    position: absolute;
    left: 50px;
	top: 60px;
	z-index: 30;
}

.secroman .note {
	font-size: 1.8rem;
    margin-top: 10px;
    position: relative;
    top: 510px;
    z-index: 20;
    left: 80px;
}
.secroman .note a{
	color: #c03c3f;
	border-bottom: 1px solid #c03c3f;
}
.secroman .text {
  position: relative;
  font-size: 1.8rem;
  left:670px;
  top: 100px;
  z-index: 30;
}

.secroman .fabric-img {
  width: 420px;
  height: auto;
  position: absolute;
  left: 620px;
  top: 260px;
  z-index: 20;
}
@media all and (max-width: 896px) {
	.secroman{
		height: auto;
		padding-bottom: 30px;
		margin-top: 50px;
	}
	.secroman .roman {
		/* position: unset; */
		width: 93%;
		text-align: center;
		z-index: 0;
		padding-top: 50px;
	}
	.secroman .roman-photo img {
		position: unset;
		height: auto;
	}
	.secroman .note {
		position: unset;
		margin-bottom: 10px;
	}
	.secroman .text {
		position: unset;
		margin:10px;
	}
	.secroman .fabric-img{
		position: unset;
	}
	.secroman .roman::after {
		top: 100px;
		height: 640px;
		z-index: -10;
		height: 870px;
	}
}
/* タブレット以下 */
@media all and (max-width: 520px) {
	.secroman{
		height: auto;
		padding-bottom: 50px;
		margin-top: 50px;
		padding-top: 80px;
	}
	.secroman .roman {
        width: 92%;
        padding-top: 50px;
        padding: 50px 4% 30px;
        background-color: #cbcead;
    }
	.roman-left{
		margin-top: -80px;
	}
	.secroman .roman::after {
		display: none;
	}
}

/* リンク先表示調整 */
	#main #campaign_seijin{
		display: block;
		position: relative;
		top: -50px;
		visibility: hidden;
	}
	#main #furisode_seijin,
	#main #mens_seijin,
	#main #satsuei_seijin,
	#main #mochikomi_seijin,
	#main #onlyshooting_seijin{
		display: block;
		position: relative;
		top: -100px;
		visibility: hidden;
	}

@media all and (max-width: 896px) {
	#main #campaign_seijin,
	#main #cherish_seijin,
	#main #flow_seijin{
		display: block;
		position: relative;
		top: -110px;
		visibility: hidden;
	}

	#main #service-price_seijin,
	#main #course_seijin,
	#main #contact_seijin{
		display: block;
		position: relative;
		top: -50px;
		visibility: hidden;
	}

	#main #recommend_seijin,
	#main #mochikomi_seijin,
	#main #furisode_seijin,
	#main #onlyshooting_seijin,
	#main #mens_seijin,
	#main #notice_seijin,
	#main #guide_seijin{
		display: block;
		position: relative;
		top: -130px;
		visibility: hidden;
	}
}

/* フッター */
@media all and (min-width: 897px) {
	#g-footer .f-navi .link-list {
		justify-content: center;
	}
}

#g-footer .f-navi .link-list li:first-child {
	margin-right: 10%;
}

/* common */

@media all and (min-width: 897px) {
	.mt00 {
		margin-top: 0 !important;
	}

	.mt25 {
		margin-top: 25px !important;
	}

	.mt50 {
		margin-top: 50px !important;
	}
	
	.mb00 {
		margin-bottom: 0 !important;
	}

	.mb25 {
		margin-bottom: 25px !important;
	}

	.pdr20 {
		padding-right: 20px;
	}

	.fs12 {
		font-size: 1.2rem !important;
	}

	.fs14 {
		font-size: 1.4rem !important;
	}

	.fs16 {
		font-size: 1.6rem !important;
	}

	.fs18 {
		font-size: 1.8rem !important;
	}

	.fs20 {
		font-size: 2rem !important
	}

	.fs24 {
		font-size: 2.4rem !important
	}

	.fs26 {
		font-size: 2.6rem !important;
	}

	.fs33 {
		font-size: 3.3rem !important
	}

	.fs40 {
		font-size: 4rem !important;
	}

	.fs37 {
		font-size: 3.7rem !important;
	}

	.align_L {
		text-align: left !important;
	}

	.align_R {
		text-align: right !important
	}

	.align_C {
		text-align: center !important
	}

	.lh12 {
		line-height: 1.2 !important;
	}

	.lh15 {
		line-height: 1.5 !important;
	}

	.mb10 {
		margin-bottom: 10px !important
	}

	.bg_bold {
		background-color: #c03c3f !important;
	}
}