/******************************************************************************/
/* リトリート・イン浦富メインページ accordion.css							  */
/*																			  */
/* アコーディオン設定														  */
/*																			  */
/* Ver.1.0 2025.01.25                                                         */
/*																			  */
/******************************************************************************/

/******************************************************************************/
/*																			  */
/* アコーディオン設定(1)													  */
/*																			  */
/******************************************************************************/

.accordion-004 {
	width: 80vw;
    margin-bottom: 7px;
    border: 2px solid #d0d0d0;
    border-radius: 5px;

	background-color: #ffffff;		/* 背景を白設定 */
	position: absolute;				/* 要素の配置方法を指定 */
	z-index:1;						/* 前面表示 */

}


.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;

/*
	padding: 0px 20px 0px 0px;

    position: relative;
*/

}

.accordion-004 summary::-webkit-details-marker {
    display: none;


}

.accordion-004 summary::after {

    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;


}

.accordion-004[open] summary::after {
    transform: rotate(225deg);

}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
	line-height: 1.5;


}

.accordion-004[open] p {
    transform: none;
    opacity: 1;


}


@media screen and (max-width: 1280px) {

	.accordion-004 {
		width: 76vw;

	}


	.accordion-004 p {
		font-size: 1em;

	}

}


@media screen and (max-width: 1000px) {

	.accordion-004 p {
		font-size: 0.9em;

	}

}


@media screen and (max-width: 900px) {

	.accordion-004 p {
		font-size: 0.8em;

	}

}


@media screen and (max-width: 600px) {

	.accordion-004 {
		width: 80vw;

	}


}


/******************************************************************************/
/*																			  */
/* アコーディオン設定(2)													  */
/*																			  */
/******************************************************************************/

.accordion-002 {
	width: 82vw;
    margin-bottom: 7px;
    border: 2px solid #d0d0d0;
    border-radius: 5px;

}


.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;

}


.accordion-002 summary::-webkit-details-marker {
    display: none;

}


.accordion-002 summary::after {

    transform: translateY(-25%) rotate(45deg); /* 右橋 ˄ の回転 */
    width: 10px;
    height: 10px;
    margin-left: 10px;

/* 右端の山マーク */
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;

}


.accordion-002[open] summary::after {
    transform: rotate(225deg);

}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
/*	line-height: 0.5em; */

}

.accordion-002[open] p {
    transform: none;
    opacity: 1;

}


@media screen and (max-width: 1280px) {

	.accordion-002 {
		width: 80vw;

	}


	.accordion-002 p {
		font-size: 1em;

	}

}


@media screen and (max-width: 1000px) {

	.accordion-002 p {
		font-size: 0.9em;

	}

}


@media screen and (max-width: 900px) {

	.accordion-002 p {
		font-size: 0.8em;

	}

}


@media screen and (max-width: 600px) {

	.accordion-002 {
		width: 81vw;

	}


}


/******************************************************************************/
/*																			  */
/* アコーディオン設定(3)													  */
/*																			  */
/******************************************************************************/

.accordion-003 {
	width: 80vw;
    margin-bottom: 7px;
    border: 2px solid #d0d0d0;	/* 項目の色 */
    border-radius: 5px;

    cursor: pointer;

  position: relative;


  color: #f8f8f8;
/*  background-color: #303f9f;
  background-image:
  linear-gradient(45deg,#283593 25%, transparent 25%,transparent 50%, #283593 50%,#283593 75%, transparent 75%,transparent),
  linear-gradient(-45deg,#283593 25%, transparent 25%,transparent 50%, #283593 50%,#283593 75%, transparent 75%,transparent);
 */
  background-size: 10px 10px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;




}


.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.2em 2em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;


  position: relative;
  display: inline-block;
  background: #4dd0e1;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  border-radius: 4px 0px 0px 4px;
  padding: 0 10px;




}



.accordion-003 summary::-webkit-details-marker {
    display: none;


}



.accordion-003 summary::after {

    transform: translateY(-25%) rotate(45deg);

    width: 10px;
    height: 10px;

    margin-left: 10px;


    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;


    content: '';
    transition: transform .3s;


}



.accordion-003[open] summary::after {
    transform: rotate(225deg);

}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
	line-height: 1.5;


  background-color: #ffffff;
    cursor: default;


}

.accordion-003[open] p {
    transform: none;
    opacity: 1;


}



