﻿/*@charset "Shift_JIS";*/

	#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
#main .breadcrumb a {
    color: #83838f;
	text-decoration: none;
}

#main .h2comment {
    margin-bottom: 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
	line-height: 1.4em;
}
#main .fsMedium {
    font-size: 1.0em;
    padding: 0.75em 0.85em;
}
#catchCopy {
    text-align: left;
    font-size: 15px;
    line-height: 1.4;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 30px;
    background-color: #D2DCE6;
	}
	#main .relation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
    #main a.feature {
    display: flex;
    color: #000000;
    text-decoration: none;
    width: calc(50% - 7px);
    height: auto;
    min-height: 97px;
    margin-bottom: 10px;
    padding: 0.5em;
    border: 1px solid #ccc;
    position: relative;
    align-items: center;
	font-feature-settings: "palt";	
	box-sizing: border-box;	
}
	.arrow_forward::after {
		    content: url(/contents/event/Service_Items_list/img/arrow_forward.svg);
   			margin-left: auto;
	}
	.arrow_down::after {
		    content: url(/contents/event/Service_Items_list/img/arrow_forward.svg);
   			margin-left: auto;
			transform-origin: center;	
			transform: rotate(90deg);
	}
	.feat_title{
		font-weight: 700;
    	line-height: 1.2;
    	font-size: 1.2em;
    	padding-left: 0.5em;
	}
		.feat_text{
		font-weight: 400;
    	line-height: 1.2;
    	font-size: 1.0em;
    	padding-left: 0.5em;
	}

	.logo-icon{
	    max-width: 120px;
    width: auto !important;
    max-height: 75px;
    height: auto;

	} 

	.AC-blocks{
		/*display:flex;*/
		margin-bottom:10px;
	}
	.no-transform{
		/*display:flex;*/
		margin-bottom:10px;
	}
	.maker-icon{
	display: flex;
    background: #1B94D3;
    align-items: center;
	}
	.type-icon{
	display: flex;
    align-items: center;
	margin-left:auto;
	min-height: 97px;	
	}
	.jy-icon{
		max-height: 75px;
    	height: auto;
		border-radius: 4px;
		width: auto !important;
	}
	.marker-textBlock{
	display: flex;
    flex-direction: column;
    justify-content: center;
	}
	.maker-block{
		display: flex;
    color: #000000;
    text-decoration: none;
    width: 100%;
    height: auto;
    min-height: 97px;
    /*margin-bottom: 10px;*/    
    border: 1px solid #707070;
    position: relative;
    align-items: stretch;
    font-feature-settings: "palt";
    box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	
	}
	.maker-block::after{
	font-family: 'Noto Sans JP', sans-serif;
	/*content: "▼";*/
	content: url(/contents/event/Service_Items_list/img/arrow_forward.svg);	
	transform-origin: center;	
	transform: rotate(90deg);	
	color:#9ca289;	
    display: flex;
    align-items: center;
    padding: 0.5em;
	transition: 0.5s;
	}
	.sub-block{
		display:none;
		border: 1px solid #707070;
    	border-top: none;
		padding: 0 1em;
		padding-top: 5px;
	}
	.maker-block.active::after{
		/*transform: rotate(180deg);*/
		transform: rotate(270deg);
	}
	.maker-block.direct::after{
		transform: rotate(0deg);
	}
	a.sub-block {
    display: flex;
    color: #000000;
    text-decoration: none;
    width: calc(100% - 10px);
    height: auto;
    min-height: 97px;
    padding: 0.5em;
    border: 1px solid #ccc;
    position: relative;
    align-items: center;
    font-feature-settings: "palt";
    box-sizing: border-box;
    margin: 0 5px;
    margin-bottom: 5px;
}
	.movieFrame{
		position:relative;
		width:80%;
		margin:auto;
	}
	.r_feature {
    text-decoration: none;
    width: calc(50% - 7px);
    height: auto;
    margin-bottom: 10px;
    padding: 0.5em;
    border: 1px solid #ccc;
    position: relative;
    align-items: center;
    font-feature-settings: "palt";
    box-sizing: border-box;
}
.listHead34 {
    font-size: 1.2em;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 10px 0;
}	
	@media(max-width: 767px){


#catchCopy {
	font-size: 13px;
    line-height: 1.5;
    padding: 20px 10px;
    margin: 0 0 10px 0;
}
#main a.feature {
    width: 100%;    
}
.r_feature {	
		 width: 100%;
		}
}
.sub_comment{
	padding-top: 1em;
    padding-bottom: 10px;
    display: block;
    font-weight: 700;
    font-size: 1.25em;
	}

#main .area--list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 0;
}
#main .area--list::before,
#main .area--list::after{
	content: "";
	display: block;
    width: 20%;
	height: 0;
}
#main .area--list::before{
	order: 1;
}
#main .area--list li {
    width: calc(20% - 1.5em);
    margin-left: 1.5em;
}
@media(max-width: 767px){
#main .area--list::before,
#main .area--list::after{
    width: 50%;
}
#main .area--list li {
    width: calc(50% - 1.5em);
}
}



.naire-sheet .card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    margin: 30px 0;
}
.naire-sheet .card--item {
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.naire-sheet .card--name {
	font-size: 1.15rem;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}
.naire-sheet .card--text {
	width: 90%;
	margin: 5px auto 0;
	line-height: 1.5;
}
.naire-sheet .card--text__center {
	text-align: center;
	margin-top: 5px;
}
.naire-sheet .card--catch {
	display: flex;
	justify-content: center;
	font-weight: bold;
	margin-bottom: 10px;
	align-items: center;
	font-size: 1.15rem;
}
.naire-sheet .card--catch::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 13px solid #000;
	border-right: 0;
	padding-right: 15px;
}

.naire-sheet .col-2::before,
.naire-sheet .col-2::after {
	content: '';
	display: block;
	height: 0;
	width: 24%;
}
.naire-sheet .col-2::before {
	order: 1;
}
.naire-sheet .col-2--item {
	width: 48%;
	padding: 25px 15px 30px;
}
.naire-sheet .col-2 .col-2--item:nth-of-type(n+3) {
	margin-top: 30px;
}

.naire-sheet .catch-text {
	font-weight: bold;
	text-align: center;
	font-size: 1.25rem;
}
.naire-sheet .catch-text__red {
	color: #ff0000;
}

.naire-sheet .card--detail {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.naire-sheet .detail-list {
	font-size: 1.15rem;
	display: flex;
	line-height: 1.3;
	align-items: center;
}
.naire-sheet .detail-list--item {
	width: 5em;
}
.naire-sheet .detail-list--content::before {
	content: ':';
	font-weight: bold;
	margin-right: 0.5em;
}

.naire-sheet .card--price {
	margin-top: 15px;
}
.naire-sheet .price-list {
	display: flex;
	justify-content: space-between;
	font-size: 1.15rem;
	line-height: 1.3;
}
.naire-sheet .price-list--content {
	color: #ff0000;
}
.naire-sheet .top-text {
	margin-bottom: 15px;
	font-size: 1.15rem;
    line-height: 1.2;
}
.naire-sheet .catch-text {
	font-weight: bold;
	text-align: center;
	font-size: 1.25rem;
}
.naire-sheet .catch-text__red {
	color: #ff0000;
}

@media screen and (max-width:767px) {
    .naire-sheet .col-2::before,
    .naire-sheet .col-2::after {
        width: 100%;
    }
    .naire-sheet .col-2 .col-2--item:nth-of-type(n+2) {
        margin-top: 30px;
    }
    .naire-sheet .col-2--item {
        width: 100%;
    }
}
.dojou {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
}
.dojou h3{
	background-color: #02693e;
	color: #fff;
	font-size: 2.0em;
	font-weight: bold;
	padding: 10px 10px 13px;
	margin: 30px 0 10px;
	font-feature-settings: "palt";
}
.dojou h3 span{
	font-size: 0.5em;
	margin-top: 10px;
	line-height: 1.2;
	display: block;
		
}
.dojou .dojou--merit{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5px;
	margin-bottom: 20px;
}
.dojou .dojou--merit li{
	line-height: 1.4;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.dojou .dojou--merit li span{
	color: #f00;
}
.dojou .images{
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.dojou .images.meyasu {
	max-width: none;
	text-align: right;
}
.dojou .images.meyasu img{
	width: 120px;
}
.dojou .dojou--merit__block{
	width: 49%;
}
.dojou .dojou--merit__block table{
	width: 100%;
	table-layout: fixed;
}
.dojou .dojou--merit__block table th,.dojou .dojou--merit__block table td{
	border: 2px solid #02693e;
	padding: 10px 0;
	text-align: center;
	line-height: 1.2;
	font-feature-settings: "palt";
}
.dojou .dojou--merit__block table th{
	background-color: #eee;
	font-size: 0.70em;
	font-weight: normal;
}
.dojou .dojou--merit__block table .bunseki{
	background-color: #000;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
.dojou .dojou--merit__block table td{
	font-size: 1.3em;
}
.dojou .suitou{
	margin-bottom: 5px;
	color: #02693e;
}
.dojou .kekka{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.dojou .kekka .obi{
	font-size: 0.6em;
	width: 80px;
	background-color: #000;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	display: block;
	margin-right: 10px;
}
.dojou .kekka p:last-child{
	width: calc(100% - 90px);
}

.dojou .text-red{
	color: #f00;
}
.dojou .text-red .price{
	font-size: 2.5em;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}
.dojou .text-red .kekka .obi{
	background-color: #f00;
}
.dojou .text-red .price .tax{
	font-size: 0.5em;
	margin-right: 5px;
}
.dojou .text-red .price .yen{
	font-size: 0.5em;
}
@media screen and (max-width:767px) {
.dojou h3{
	font-size: 1.6em;
}
.dojou .dojou--merit li{
	text-indent: -1em;
    padding-left: 1em;
}

.dojou .dojou--merit__block{
	width: 100%;
}

}

.dojou .dojou--merit__block .analysis{
	width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.dojou .dojou--merit__block .analysis{
	width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.dojou .dojou--merit__block .analysis th,
.dojou .dojou--merit__block .analysis td{
	padding: 5px;
	border-right: 1px solid #fff!important;
	line-height: 1.2;
	border: none;
}
.dojou .dojou--merit__block .analysis th:last-child,
.dojou .dojou--merit__block .analysis td:last-child{
	border-right: none!important;
}
.dojou .dojou--merit__block .analysis th{
	text-align: center;
	font-size: 0.75em;
	background-color: #312a28;
	color: #fff;
}
.dojou .dojou--merit__block .analysis th span{
	font-size: 0.75em;
	display: block;
}
.dojou .dojou--merit__block .analysis td{
	text-align: center;
	font-size: 1.5em;
	background-color: #eeefef;
	color: #312a28;
	padding: 10px 5px;
}
.dojou .dojou--merit__block .sofix{
	text-align: right;
	display: block;
	margin-bottom: 10px;
}




.net-size {
	font-family: "Noto Sans JP","游ゴシック", "Yu Gothic",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",verdana,Osaka,Sans-Serif;
}

.net-size .net-size-order{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.net-size .net-size-order li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	width: 49%;
	margin-top: 20px;
}
.net-size .net-size-order li:nth-child(-n + 2){
	margin-top: 0;
}
.net-size .net-size-order li .images{
	width: calc(100% - 130px);
}
.net-size .net-size-order li .goods-name{
	width: 120px;
	font-size: 1.1em;
	font-weight: bold;
}
.net-size .net-size-order li .goods-name span{
	font-size: 0.5em;
	display: block;
	margin-top: 5px;
}
.net-size .net-size-order li .flot-block{
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.net-size .net-size-order li .flot-block .yoto{
	margin-bottom: 5px;
	width: 120px;
}
.net-size .net-size-order li .flot-block .yoto p{
	font-size: 0.8em;
	line-height: 1.2;
}
.net-size .net-size-order li .flot-block .yoto .obi{
	background-color: #333;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 5px;
}
.net-size .net-size-order li .flot-block .price-card {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 5px;
	background-color: #fff;
	align-items: center;
}
.net-size .net-size-order li .flot-block .price-card .sankou{
	line-height: 1.2;
/*	width: 100px;*/
	text-align: center;
	font-size: 0.6em;
	padding-right: 5px;
	border-right: 1px solid #333;
}
.net-size .net-size-order li .flot-block .price-card .price{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2;
	width: 130px;
	text-align: right;
	padding-left: 5px
}
.net-size .net-size-order li .flot-block .price-card .price .tax{
	font-size: 0.5em;
	margin-right: 3px;
}
.net-size .net-size-order li .flot-block .price-card .price .yen{
	font-size: 0.5em;
	margin-left: 3px;
}

@media screen and (max-width:767px) {
.net-size .net-size-order li{
	width: 100%;
}
.net-size .net-size-order li:nth-child(-n + 2){
	margin-top: 20px;
}
.net-size .net-size-order li:first-child{
	margin-top: 0;
}
.net-size .net-size-order li .images{
	width: calc(100% - 30vw);
}
.net-size .net-size-order li .goods-name{
	width: 28vw;
}
.net-size .net-size-order li .goods-name{
	font-size: 4vw;	
}
.net-size .net-size-order li .flot-block .yoto {
	width: 28vw;
    margin-bottom: 1vw;
}
.net-size .net-size-order li .flot-block .yoto .obi{
	font-size: 3vw;
	padding: 1vw 0;
    margin-bottom: 1vw;
}
.net-size .net-size-order li .flot-block .yoto p{
	font-size: 2vw;
}
.net-size .net-size-order li .flot-block .price-card .sankou{
	font-size: 2vw;	
}
.net-size .net-size-order li .flot-block .price-card .price{
	font-size: 6vw;
	width: auto;
}

}

.kome{
	text-align: right;
    border-top: 5px solid #b1a38c;
    font-size: 3.4vw;
    padding-top: 2vw;
    margin-top: 2vw
}

#rule-list {
	margin-top: 50px;
	text-align: justify;
}
#rule-list * {
	box-sizing: border-box;
}
#rule-list .rule-list--item:not(:first-child) {
	margin-top: 30px;
}
#rule-list .list-title {
	font-weight: bold;
	font-size: 1.35rem;
	margin-bottom: 10px;
}
#rule-list .plan-table {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#rule-list .plan-table dt {
	width: 7em;
	border-right: 1px solid #ccc;
}
#rule-list .plan-table dd {
	width: calc(100% - 7em);
}
#rule-list .plan-table dt,
#rule-list .plan-table dd {
	padding: 10px;
	border-top: 1px solid #ccc;
}

#rule-list .ds--number-list a {
    display: inline;
    color: blue;
}
#rule-list .ds--number-list a:visited{
	color: purple;
}
#rule-list .rule-list--item__text {
	font-size: 1.15rem;
}

@media screen and (max-width:767px) {
	#rule-list .rule-list--item__text {
		font-size: 0.95rem;
	}
}

.meiryofont {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

/*  241029  */
#main .gum-order-head{
	font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#main .gum-order-head--text{
	width: calc(100% - 150px);
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
}
#main .gum-order-head--images{
	width: 122px;
}

#main .gum-order{
	font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .gum-order--images{
	width: 40%;
}
#main .gum-order--block{
	width: 58%;
}
#main .gum-order--block ul{
	margin-bottom: 20px;
}
#main .gum-order--block li{
	font-size: 1.15em;
	line-height: 1.3;
	margin-bottom: 5px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#main .gum-order--block li.kome{
	font-size: 1.15em;
	line-height: 1.3;
	margin-bottom: 5px;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 0;
	margin: 0;
	text-align: left;
	border: none;
}

#main .gum-order--flex{
	width: 58%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .gum-order--flex p{
	width: 48%;
	line-height: 1.3;
	text-align: justify;
}
#main .gum-order--flex__images{
	width: 48%;
}
#main .gum-order-head3{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 10px;
}
@media screen and (max-width:767px) {
#main .gum-order-head--images{
	width: 80px;
}
#main .gum-order-head--text{
	font-size: 1.1em;
	width: calc(100% - 90px);
}
#main .gum-order--images{
	width: 100%;
	margin-bottom: 10px;
}
#main .gum-order--block{
	width: 100%;
}
#main .gum-order--block li{
	font-size: 0.9em;
}
#main .gum-order--block li.kome{
	font-size: 0.9em;
}
#main .gum-order--flex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .gum-order--flex p{
	font-size: 0.9em;
}
}

#main .analysis .emptiness {
    background: none;
    border: none;
}


.gum-order-price {
	display: flex;
	justify-content: flex-end;
	font-family: "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
	margin: 10px 0 20px;
}
.gum-order-price .price-card {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 5px;
	background-color: #fff;
	align-items: center;
}
.gum-order-price .price-card .sankou{
	line-height: 1.2;
/*	width: 100px;*/
	text-align: center;
	font-size: 0.8em;
	padding-right: 5px;
	border-right: 1px solid #333;
}
.gum-order-price .price-card .price{
	font-size: 2.0em;
	font-weight: bold;
	line-height: 1.2;
/*	width: 130px;*/
	text-align: right;
	padding-left: 5px
}
.gum-order-price .price-card .price .tax{
	font-size: 0.5em;
	margin-right: 3px;
}
.gum-order-price .price-card .price .yen{
	font-size: 0.5em;
	margin-left: 3px;
}

/*  251023 更新  */
#main .hyosatsu{
    border: 3px solid #403c3b;
    margin-bottom: 20px
}
@media screen and (max-width:767px) {
#main nav .relation{
    padding: 10px;
}
}

