@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(even){background-color:#f0f0f0;}
section:nth-of-type(odd){background-color:#fff;}
html {
    scroll-behavior: smooth;/*smooth scroll*/
    color:#333
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {margin: 1% 1% 0 1%;}
#dirPathBlock {
    overflow-x: scroll;
    overflow-y: hidden;
}
#dirPathBlock p,
#anchorLinkBlock a{
    width: max-content;
    font-size: 10px;
}
h1 {
	font-size: 10px;
	margin: 0 1%
}
.inner > hgroup {
    width: 100% !important;
    background: #F59600;
    margin-bottom: 1em;
    padding: 0.5em;
    color: #000;
    font-weight: bold;
    box-sizing: border-box
}
.inner > hgroup h2 {
	font-size: 20px;
    font-weight: bold
}
.inner > hgroup p {
    font-size: 13px;
    line-height: 1.8
}
h3 {
    display: inline-block;
    /*font-size: 1.5em;*/
    font-weight: bold
}
#section03 h3 {
    width: 100%;
    margin-bottom: 1em
}
.inner{
	width: 100%;
	margin: 0;
	padding: 15px 0;
	box-sizing: border-box;
    font-size: 14px
}
.inner > *{
	width: 96%;
	margin-left: auto;
    margin-right: auto
}

/*title*/
#mainphoto {
    width: 100%;
	margin: auto;
    padding: 0;
}
#mainphoto picture,
#mainphoto picture img {
    width: 100%;
    height: auto
}

/*btn*/
.btn {
    display: flex;
    gap: 2%;
    margin-bottom: 10px
}
.btn a {
    width: 100%;
    display: block;
    color: #FFF;
    background: #c00;
    font-size: 1.2em;
    text-align: center;
    margin: auto;
    padding: 10px 0;
    border-radius: 2em;
    position: relative
}
.btn a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #FFF
}
.btn a:hover {opacity: 0.8}

/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 10px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: 0;}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
	padding: 0 calc(calc(100% - calc(1040px / 4)) / 2);
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 8px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #aaa !important;
}

/*example*/
.about_example > li {
    width: 260px;
    margin: 0 5px;
    font-size: 16px;
    color: #000;
    background: #FFF;
    padding: 36px 10px 10px;
    border: 1px solid #F59600;
    box-sizing: border-box;
    position: relative;
}
.about_example > li .dep {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: #F59600;
    font-size: 0.8em;
}
.about_example > li dt {margin-bottom:5%;}
.about_example > li dt h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.about_example > li dt img {width: 100%;}
.about_example > li dd > p {font-size: 0.9em;}
.about_example > li dd > .before,
.about_example > li dd > .after {
    background: #fff5e5;
    margin: 3% 0;
    padding: 10px;
    border-radius: 10px;
}
.about_example > li dd > .before p,
.about_example > li dd > .after p {text-align: center;}
.about_example > li dd > .before p.price b,
.about_example > li dd > .after p.price b {
    font-weight: bold;
    color: #c00;
    font-size: 1.3em;
}
.about_example > li dd > p.price {
    color: #c00;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}
.about_example > li dd .arrow {
    text-align: center;
    position: relative
}
.about_example > li dd .arrow strong {
    z-index: 1;
    position: inherit;
    font-size: 1.2em;
    font-weight: bold;
    color: #c00;
    text-shadow: 0 0 2px #FFF, 0px 0px 4px #FFF;
}
.about_example > li dd .arrow:before {
    content: "";
    position: absolute;
    top: -72%;
    left: 95px;
    border-style: solid;
    border-width: 60px 0 60px 50px;
    border-color: transparent transparent transparent #ffebeb;
    transform: rotate(90deg);
    z-index: 0;
}

/*section01*/
#section01 details {
    transition-duration: 500ms;
    margin-bottom: 0em
}
#section01 details[open] {margin-bottom: 3em}
#section01 details summary {
    color: #c00;
    text-indent: 10px;
    background: #FFF;
    border: 2px solid #c00;
    margin-bottom: 1em;
    padding: 15px 0;
    cursor: pointer;
    border-radius: 2em
}
/*#section01 details summary::marker {font-size: 16px;}*/

/*table*/
.table_title {background: #333 !important}
.table_title h4 {
    font-size: 16px;
    color: #fff
}
table {
    width: 100%;
    margin-bottom: 1em;
    background: #FFF
}
table,td,th {
    font-size: 16px;
    text-align: center;
	border: 1px solid #333;
	border-collapse: collapse
}
table tr:nth-of-type(even) {background: #fff0f0}
td,th {padding: 10px 5px}
th {
    background: #c00;
    color: #FFF
}
td:nth-of-type(1),th:nth-of-type(1) {
    width:16%;
    font-weight: bold
}
td:nth-of-type(1) {
    color: #c00
}
td:nth-of-type(2),th:nth-of-type(2) {width:22%;}
td:nth-of-type(3),th:nth-of-type(3) {width:30%;}
td:nth-of-type(4),th:nth-of-type(4) {width:32%;}
td span {
    font-size: 14px;
    padding: 0 5px;
    color: #f59600
}

/*section03*/
#section03 img {
    width: 100%;
    height: auto;
    margin: 0 0 3em;
    display: block
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}
.pcnone{display:none;}

/* CSS */
#dirPathBlock,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 10px
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 10px;}
h1 {
	font-size: 10px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px
}
.inner > hgroup {
    background: #F59600;
    margin-bottom: 3em;
    padding: 1.2em 1.2em 0.8em;
    border-radius: 10px;
    color: #000;
    font-weight: bold
}
.inner > hgroup h2 {
	font-size: 36px;
    font-weight: bold
}
.inner > hgroup p {
    font-size: 18px;
    line-height: 1.8
}
h3 {
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold
}
#section03 h3 {
    width: 100%;
    margin-bottom: 1em
}
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
    font-size: 16px
}

/*title*/
#mainphoto {
    width: 100%;
	max-width:1080px;
	min-width:760px;
	margin:0 auto;
    padding: 0;
}
#mainphoto picture img {
    width: 100%;
    height:auto
}

/*btn*/
.btn {
    display: flex;
    gap: 2%;
    margin-bottom: 10px
}
.btn a {
    width: 80%;
    display: block;
    color: #FFF;
    background: #c00;
    font-size: 1.5em;
    text-align: center;
    margin: auto;
    padding: 15px 0;
    border-radius: 2em;
    position: relative
}
.btn a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 5%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #FFF
}
.btn a:hover {opacity: 0.8}

/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 50px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: -40px;}
.scrollbox_wraper .scroll_right_btn {right: -40px;}
@media (min-width: 760px) and (max-width: 1170px){
    .scrollbox_wraper .scroll_left_btn {left: 0;}
    .scrollbox_wraper .scroll_right_btn {right: 0;}
}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 10px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #aaa !important;
}
@media (min-width: 760px) and (max-width: 900px){
	/*------------------------------
	for Tablet
	------------------------------*/
	.scrollbox_wraper .scrollbox {
		overflow-x: scroll!important;
		padding: 0;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
		margin: 0 5px!important;
		background: #45AAD3!important;
		border-radius: 5px!important;
	}
	.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
		border-radius: 5px!important;
		background: #aaa!important;
	}
}
.scrollbox_wraper.pc_no_slider {
	margin-bottom: 0;
	position: relative;
}
.scrollbox_wraper.pc_no_slider .scroll_left_btn,
.scrollbox_wraper.pc_no_slider .scroll_right_btn,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-track,
.scrollbox_wraper.pc_no_slider .scrollbox::-webkit-scrollbar-thumb {display:none!important;}
.scrollbox_wraper.pc_no_slider .scrollbox > ul{gap: 1%;}
.scrollbox_wraper.pc_no_slider .scrollbox > ul > li{margin-bottom: 10px !important;}

/*example*/
.about_example > li {
    width: 270px;
    margin: 0;
    font-size: 16px;
    color: #000;
    background: #FFF;
    padding: 36px 10px 10px;
    border: 1px solid #F59600;
    box-sizing: border-box;
    position: relative;
}
.about_example > li .dep {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: #F59600;
    font-size: 0.8em;
}
.about_example > li dt {margin-bottom:5%;}
.about_example > li dt h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.about_example > li dt img {width: 100%;}
.about_example > li dd > p {font-size: 0.9em;}
.about_example > li dd > .before,
.about_example > li dd > .after {
    background: #fff5e5;
    margin: 3% 0;
    padding: 10px;
    border-radius: 10px;
}
.about_example > li dd > .before p,
.about_example > li dd > .after p {text-align: center;}
.about_example > li dd > .before p.price b,
.about_example > li dd > .after p.price b {
    font-weight: bold;
    color: #c00;
    font-size: 1.3em;
}
.about_example > li dd > p.price {
    color: #c00;
    font-size: 1.5em;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}
.about_example > li dd .arrow {
    text-align: center;
    position: relative
}
.about_example > li dd .arrow strong {
    z-index: 1;
    position: inherit;
    font-size: 1.2em;
    font-weight: bold;
    color: #c00;
    text-shadow: 0 0 2px #FFF, 0px 0px 4px #FFF;
}
.about_example > li dd .arrow:before {
    content: "";
    position: absolute;
    top: -92%;
    left: 95px;
    border-style: solid;
    border-width: 60px 0 60px 50px;
    border-color: transparent transparent transparent #ffebeb;
    transform: rotate(90deg);
    z-index: 0;
}

/*section01*/
#section01 details {
    transition-duration: 500ms;
    margin-bottom: 0em
}
#section01 details[open] {margin-bottom: 5em}
#section01 details summary {
    color: #c00;
    text-indent: 48px;
    background: #FFF;
    border: 2px solid #c00;
    margin-bottom: 2em;
    padding: 15px 0 13px;
    cursor: pointer;
    border-radius: 2em
}
#section01 details summary::marker {font-size: 24px;}

/*table*/
.table_title {
    background: #333 !important;
}
.table_title h4 {
    font-size: 20px;
    color: #fff;
}
.table_wrapper {
    display: flex;
    gap: 1%;
    margin-bottom: 1em
}
table {
    width: 50%;
    background: #FFF
}
table,td,th {
    font-size: 16px;
    text-align: center;
	border: 1px solid #333;
	border-collapse: collapse
}
table tr:nth-of-type(even) {background: #fff0f0}
td,th {padding: 10px 5px}
th {
    background: #c00;
    color: #FFF
}
td:nth-of-type(1),th:nth-of-type(1) {
    width:16%;
    font-weight: bold
}
td:nth-of-type(1) {
    color: #c00
}
td:nth-of-type(2),th:nth-of-type(2) {width:22%;}
td:nth-of-type(3),th:nth-of-type(3) {width:30%;}
td:nth-of-type(4),th:nth-of-type(4) {width:32%;}
td span {
    font-size: 14px;
    padding: 0 5px;
    color: #f59600
}

/*section03*/
#section03 img {
    width: 100%;
    height: auto;
    margin: 0 0 5em;
    display: block
}

}