@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(1){
	background-color:#87c8d2;
}

section:nth-of-type(2){
    background: url(../images/bgimg.jpg) repeat;
    padding: 1px 0;
}

section:nth-of-type(3){
	background-color:#FFF;
}


/* ここからタブ切り替えCSS */
.tab .tab_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tab .tab_wrap .tab_label:hover {
	background: #FFF;
	color: #25abb0;
}

.tab .tab_wrap .tab_label:nth-last-of-type(1){ margin-right: 0; }
.tab .tab_wrap input {		/* ラジオボタン非表示 */
	display: none;
	box-shadow: 0px -5px 10px -1px rgba(48, 127, 135, 0.1);
}
.tab .tab_wrap .tab_content {	/* 本文 */
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	box-shadow: 0 0px 20px 0px rgba(48, 127, 135, 0.1);
}
/*アクティブ（選ばれている時の）設定*/
.tab .tab_wrap input:checked + .tab_label {
	background: #fcfbde;
	color: #25abb0;
	font-weight: bold;
}

.tab .tab_wrap input:checked + .tab_label + .tab_content {
	padding: 10px;
	height: auto;
	/*overflow: auto;*/ /* 場合によっては復活させる */
	transition: .5s opacity;
	opacity: 1;
	background-color: #FFF;
}
/* ここまでタブ切り替えCSS */


/* course画像*/
figure {
    margin: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
figure img {
    width: 100%;
    height: auto;
}

/* DLボタン */
.dlbtn {
    background-color: #25abb0;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: opacity 0.5s ease;
    margin: 30px 20px 20px;
}

.dlbtn:hover{
    opacity: 0.5;
}

.dlbtn_txt {
    flex-grow: 1;
	padding: 0 0 0 34px;
    letter-spacing: 3px;
}

.dlbtn{
    color: #fff!important;
    text-align: center;
	font-size:23px;
	font-weight: bold;
}

.dlbtn img {
    width: 34px;
    height: 34px;
    margin-left: 10px;
}



/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
	
section:nth-of-type(odd){
	padding: 23px 0 10px;}
	
.tab {
    margin: 30px auto;
}	
	
	
.title_in{
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
	
.inner{
	padding: 10px 0;
	box-sizing: border-box;
}
	
.title_in span{
    display: inline-block;	
}

.titlearea{
    margin-bottom: -1rem;
}
	
.top_in{
	width:85%;
	margin: auto;
}
	
/*title*/
.spbg_imgcover{
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.tab .tab_wrap {
	margin: 0 25px;
	padding: 0;
}

.tab .tab_wrap .tab_label {	/* タブ */
	position: relative;
    padding: 15px 0 10px;
    margin: 2%;
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
	background: #87c8d2;
	transition: .5s;
	cursor: pointer;
	font-size: 23px;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	font-weight: bold;
	width: 46%;
}


.tab .tab_wrap .tab_label:nth-last-of-type(1){
    width: 96%;
    margin: 1% auto;
}

.tab .tab_wrap input:checked + .tab_label + .tab_content {
    margin: 15px auto;
}	

.tab .tab_wrap .tab_label:hover {
    font-size: 23px;
}	


/* タブtitle */
.tab_content h2 {
    text-align: center;
    background-image: url(../images/line_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 4px 0px 2px;
    margin: 15px auto 10px;
    font-size: 40px;
    color: #25abb0;
    font-weight: bold;
}

/* DLボタン */	
.dlbtn {
    padding: 13px 10px 10px;
    margin: 15px 10px 10px;
    line-height: 1.2;
}
	
/* Linkボタン */	
section:nth-of-type(3) {
    padding: 35px 0 100px;
}
.link_box {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
}
.linkbtn {
    background-color: #25abb0;
    color: #fff!important;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
    flex-grow: 1;
}

.linkbtn_txt {
    flex-grow: 1;
    text-align: center;
	padding: 0 0 0 34px;
    letter-spacing: 3px;
}

.linkbtn:hover,
.linkbtn:active {
    opacity: 0.5;
}

.linkbtn{
    color: #fff;
    text-align: center;
	font-size:23px;
	font-weight: bold;
	margin: 15px 0;
}

.linkbtn img {
    width: 34px;
    height: 34px;
    margin-left: 10px;
}

p.link_title {
    font-size: 25px;
    font-weight: bold;
    color: #25abb0;
    text-align: center;
    padding: 20px 0px 0px;
}
	
}
	
	
/*760px以上*/
@media screen and (min-width: 760px) {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{display:none;}
	
/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 950px;
    margin: 0 auto 5px;
}

.tab {
    max-width: 950px;
    margin: 100px auto;
    background-color: #fff;
}

.title_in{
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.5;
}
	
.inner{
	width: 96%;
	max-width:950px;
	margin: 0 auto;
	padding: 30px 0 20px;
	display: block;
}


	
u{text-decoration-color: red;}
	
	
/*title*/

.titlearea {
    position: relative;
    background: url(../images/bg.jpg) no-repeat 50%;
	background-size: cover;
    text-align: center;
    overflow: hidden;
    padding: 0 0 0;
    height: 500px;
}
	
.titlearea p{
    margin: 0;
    padding: 0;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.titlearea p img{	
    margin: auto;
    width: 950px;
	height:500px;
}
	
.top_in{
	      position: relative;		
}

	
.top_in::before,
.top_in::after {
      content: "";
      display: block;
      position: absolute;
      width: 160px; 
      height: 145px; 
      background-size: cover;
      background-position: center;
}
	
.top_in::before {
      background-image: url('../images/left.png'); 
    left: -60px;
    top: 5px;
	
    }

.top_in::after {
      background-image: url('../images/right.png'); 
      right: -60px;
      top: 5px;
    }	
	

	
.tab .tab_wrap .tab_label {	/* タブ */
	position: relative;
    margin-right: 7px;
    padding: 10px 0 5px 3px;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	-webkit-order: -1;
	-moz-order: -1;
	-ms-order: -1;
	-o-order: -1;
	order: -1;
	background: #87c8d2;
	transition: .5s;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-size: 23px;
	font-weight: bold;
    line-height: 1.2;
    letter-spacing: 3px;
}	
	
.tab .tab_wrap .tab_label:hover {
    font-size: 23px;
}

	
/* タブtitle */
.tab_content h2 {
    text-align: center;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 4px 25px 19px;
    margin: 25px auto 0;
    font-size: 47px;
    color: #25abb0;
    font-weight: bold;
}	

/* linkボタン */
section:nth-of-type(3) {
    padding: 50px 0 100px;
}
.link_box {
    display: flex;
	gap:2%;
    max-width: 950px;
    margin: 0 auto;
    justify-content: space-between;
}
.linkbtn {
    background-color: #25abb0;
    color: #fff!important;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: center;
    transition: opacity 0.3s ease;
    flex-grow: 1;
}

.linkbtn_txt {
    flex-grow: 1;
    text-align: center;
	padding: 0 0 0 34px;
    letter-spacing: 3px;
}

.linkbtn:hover,
.linkbtn:active {
    opacity: 0.5;
}

.linkbtn{
    color: #fff;
    text-align: center;
	font-size:23px;
	font-weight: bold;
}

.linkbtn img {
    width: 34px;
    height: 34px;
    margin-left: 10px;
}

p.link_title {
    font-size: 25px;
    font-weight: bold;
    color: #25abb0;
    text-align: center;
    padding: 20px;
}	
	
}



