@charset 'UTF-8';
.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

pre {
	font-family: 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width:100%;
	word-break: break-all;
    white-space: pre;          
    white-space: pre-wrap;     
    white-space: pre-line;     
    white-space: -pre-wrap;    
    white-space: -o-pre-wrap;  
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap; 
    word-wrap: break-word;     
}
a:link {
	color:#00979c;
	text-decoration:none;
}
.header {
	align-items: center;
	padding: 10px 0;
	background:#fff;
}
.header-ID {
    padding: 5px 0px 5px 50px;
    width: 31%;
}
.header-ID img {
	vertical-align: middle;
	margin-right:10px;
}
.header-ID .subTxt {
    display: inline;
    background: #00979c;
    padding: 12px;
    color: #fff;
    font-size: 1.8rem;
	font-weight:bold;
}
.header-link {
	display:block;
	margin-top:-15px;
}
.header-link .header-tel {
	font-size:30px;
	font-weight:700;
	color:#00979c;
	font-family: 'Roboto', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	vertical-align: middle;
}
.header-link .header-tel p {
	display:none;
}
.header-link .header-mail a {
	position:relative;
    padding: 10px 45px 10px 100px;
	margin-right:50px;
	background-image: linear-gradient(90deg, rgba(130, 212, 0, 1), rgba(0, 208, 152, 1) 50%, rgba(0, 151, 156, 1));
	font-weight:700;
	text-decoration:none;
	color:#fff;
	font-size:1.8rem;
}
.header-link .header-mail a:before {
	content:'';
	position:absolute;
	top:10px;
	left:50px;
	width: 42px;
	height: 42px;
	background-image: url(../images/common/mail.png);
	background-size: contain;
	background-repeat: no-repeat;
}

nav .menu {
	font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
nav.menu ul li {
	display:none;
}
nav.menu ul li:first-child {
	display:block;
}
nav.menu ul li:first-child a {
	position:relative;
	padding:20px 20px 20px 60px;
	border-radius:10px;
	background:#f3af1b;
	font-weight:700;
	text-decoration:none;
	color:#fff;
	font-size:1.8rem;
}
nav.menu ul li:first-child a:before {
	content:'';
	position:absolute;
	top:22px;
	left:20px;
	width: 35px;
	height: 35px;
	background-image: url(../images/common/mail.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.mv {
	margin-top: 55px;
}
.mv-wrap {
    position: absolute;
    bottom: 10% !important;
    left: 30px !important;
	inset: inherit;
	width: min(100% - 2rem, 1200px);  
	text-align: left;
}
.mv-title .large {
    font-size: clamp(2.4rem, 5vw, 5rem);
	text-align: left;
	/*background-color: rgba(0, 0, 0, 0.7);*/
	margin-bottom:10px;
	display:inline-block;
}
ul.list01 {
	margin-top:5%;
}
ul.list01 li {
	padding:10px 20px;
	background:#f3af1b;
	border-radius:10px;
	margin-bottom: 2%;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	max-width:800px;
}
ul.list01 li span {
	font-size:40px;
	padding-right:10px;
	font-family:'Roboto', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.text01 {
	color:#fff;
	line-height:4rem;
}
.index-02 {
	position:relative;
}
.index-02:before {
	content:"";
	border-top: 50px solid #fff;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	position:absolute;
	top:0px;
	left:47.5%;
	right:50%;
}
.index-02 h2.title-02 {
	margin-bottom:50px;	
}
h2.title-02 {
	margin: 0 auto 50px auto;	
}
.flex4 > div {
	display:flex;
	align-items:stretch;
	gap:40px;
}
.flex4 > div >div {
	width:25%;
}
.worries img {
	text-align:center;
}
.text-worries {
	background:#efefef;
	border-radius:7px;
	padding:20px;
}
ul.list02 {
	padding:10px 0;
}
ul.list02 li {
	list-style:inside !important;
	font-weight:bold;
}
.reason {
	gap:0;
	align-items:flex-start !important;
}
.reason > div {
	width:calc(100% / 3);
}
.reason > div figure,
.reason > div figure img {
	width: 100%;
}
.reason-column {
	position:relative;
}
.reason-text {
	position:absolute;
	bottom:0;
	color:#fff;
	background:rgb(0,151,156,0.5);
	padding:40px 20px 20px 20px;
	width: 100%;
}
.reason-column:nth-child(1) .reason-text:before {
	content:"選ばれる理由1";
	font-size: clamp(2rem, 2.5vw, 2.5rem);
	font-weight:bold;
	background:#00979c;
	padding:10px 20px;
	position:absolute;
	top:-30px;
	left:0;
}
.reason-column:nth-child(2) .reason-text:before {
	content:"選ばれる理由2";
	font-size: clamp(2rem, 2.5vw, 2.5rem);
	font-weight:bold;
	background:#00979c;
	padding:10px 20px;
	position:absolute;
	top:-30px;
	left:0;
}
.reason-column:nth-child(3) .reason-text:before {
	content:"選ばれる理由3";
	font-size: clamp(2rem, 2.5vw, 2.5rem);
	font-weight:bold;
	background:#00979c;
	padding:10px 20px;
	position:absolute;
	top:-30px;
	left:0;
}
.reason-text h3 {
	font-size: clamp(1.8rem, 3vw, 3rem);
}
.case {
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	background:#00979c;
	border-radius:60px;
	padding:0 30px;
	margin-bottom:20px;
}
.case span {
	font-size: clamp(2.4rem, 3.6vw, 3.6rem);	
}

.index-06 {
	margin-top:150px;
}
.index-06 > div {
    width: min(100% - 4rem, 1200px);
    margin-inline: auto;
}
.index-06 .title-02._index {
	text-align:center;
}
.caution-wrap {
	position:relative;
	height: 100%;
	max-height: 500px;
}
.safety-points {
	color:#fff;
	font-size: clamp(2.0rem, 3vw, 3rem);
	display:inline-block;
	font-weight:bold;
	background:#00979c;
	line-height: 3rem;
	margin-bottom:10px;
	padding:10px 20px;
}
.caution span {
	font-size: clamp(3.0rem, 5vw, 5rem);
}
.index-06 h3.title01 {
	font-size: clamp(2.0rem, 4vw, 4rem);
	margin-bottom:30px;
}

.caution-wrap:nth-child(even) .caution-right {
	max-width:650px;
	background:#fff;
	padding:40px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	position:absolute;
	top:6%;
	right:0;
	height: auto;
}
.caution-wrap:nth-child(even) .caution-left {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height: 100%;
}
.caution-wrap:nth-child(odd) .caution-left {
	max-width:650px;
	background:#fff;
	padding:40px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	position:absolute;
	top:6%;
	left:0;
	height: auto;
	z-index:1;
}
.caution-wrap:nth-child(odd) .caution-right {
	width:100%;
	position:absolute;
	top:0;
	right:0;
	height: 100%;
	z-index:0;
}
.caution-wrap:nth-child(odd) .caution-right figure {
	width:910px;
	text-align:right;
}

.index-06 .caution-wrap .list02 {
	font-weight:bold;
	font-size:1.8rem;
	color:#f3af1b;
}
.index-06 .caution-wrap .list02 li {
	list-style: none !important;
}

.index-08 {
	margin-top:100px;
	padding:100px 0;
	background:url(https://iidabashi-yamada.sakura.ne.jp/sub/wp-content/uploads/2023/10/index06-bg.png);
}
.index-08 .title-02._index,
.index-09 .title-02._index {
	color:#fff;
}
.index-08 .title-02._index span,
.index-09 .title-02._index span {
	background:none;
	-webkit-background-clip: text;
    -webkit-text-fill-color: floralwhite;
}
.accordion{
  margin-top: 10px;
}

.accordion__container {
  max-width: 1200px;
	margin: 0 auto 20px auto;
}

.accordion__title {
	background-color: #fff;
	border: 1px solid transparent;
	color: #333;
	font-size: 1.25em;
	padding: .625em .625em .625em 2em;
	position: relative;
	cursor: pointer;
	user-select: none;
	padding: 30px 0 30px 65px;
	border-radius:10px;
}

.accordion__title::before, .accordion__title::after {
  content: '';
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 3px;
  right: 25px;
}

.accordion__title::after {
  transform: rotate(90deg);
  transition-duration: .3s;
}

.accordion__title:hover,
.accordion__title:active,
.accordion__title.is-active { 
	background-color: #fff;
	border-radius: 10px 10px 0 0;
}

.accordion__title.is-active::before {
  opacity: 0;
}

.accordion__title.is-active::after {
  transform: rotate(0);
}

.accordion__content {
  font-size: 1.25em;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 1.5em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: .3s;
}
.accordion__content.is-open {
	border-top: 1px solid #fff;
	padding: .625em 1.5em;
	line-height: normal; /* numberに書き換える*/
	height: auto;
	opacity: 1;
	background:#fff;
	padding: 30px 0 30px 65px;
	border-radius:0 0 10px 10px;
}
p.question {
	position:absolute;
	top:10px;
	left:20px;
	display:inline-block;
	color:#00979c;
	font-size:4.0rem;
	font-family: 'Roboto', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
p.accordion__content {
	position:relative;
	padding-left:60px;
}
p.accordion__content:before {
	content:"A";
	position:absolute;
	top:20px;
	left:20px;
	display:inline-block;
	color:#eb01bc;
	font-size: 4.0rem;
	font-family: 'Roboto', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.index-09 {
    background: url(https://iidabashi-yamada.sakura.ne.jp/sub/wp-content/uploads/2023/10/index09-bg.jpg) center top no-repeat;
	background-size: cover;
	padding:100px 0;
	color:#fff;
}
.index-09 > div {
    width: min(100% - 4rem, 1000px);
    margin-inline: auto;
}
.contact-block {
	align-items:stretch !important;
}
.contact-block .left,
.contact-block .right {
	border:1px solid #fff;
	width:50%;
	text-align:center;
	padding:auto;
	padding:20px;
}
.contact-block h3 {
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
}
.contact-block .left .contact-tel {
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight:bold;
	font-family: 'Roboto', 'Noto Sans Japanese', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: linear-gradient(90deg, rgba(130, 212, 0, 1), rgba(0, 208, 152, 1) 50%, rgba(0, 151, 156, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-mail {
	margin-top:20px;
}
.contact-mail a {
	position: relative;
    padding: 20px 45px 20px 100px;
    background-image: linear-gradient(90deg, rgba(130, 212, 0, 1), rgba(0, 208, 152, 1) 50%, rgba(0, 151, 156, 1));
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    font-size: 1.8rem;
}
.contact-mail a:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 50px;
    width: 42px;
    height: 42px;
    background-image: url(../images/common/mail.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.article01 {
	background:#fff;
	padding:20px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.article01 div:nth-child(1) {
	flex-basis: 30% !important;
}
.article01 div:nth-child(2) {
	flex-basis: 70% !important;
}
.article01 div figure img {
	width:100%;
}
.article01 h3 {
	font-size: clamp(2rem, 2.4vw, 2.4rem);
	margin-bottom:20px;
}

.footer-logo {
	width: 60%;
    text-align: center;
    margin: 0 auto;
}
.footer .subTxt {
    display: block;
    background: #fff;
    padding: 12px;
    color: #00979c;
    font-size: 1.8rem;
    font-weight: bold;
	max-width:300px;
	margin:20px auto ;
}

@media screen and (max-width: 1500px){ 
	.header-ID {
		padding: 5px 0px 5px 20px;
		width: 33%;
	}
	.header-link .header-mail a {
		margin-right: 20px;
	}
	.header-link .header-tel {
    	font-size: 24px;
	}
	.header-link .header-mail a {
	    padding: 10px 25px 10px 70px;
	}
	.header-link .header-mail a:before {
		left: 20px;
	}
}

@media screen and (max-width: 1400px){
	nav .menu {
		font-size: clamp(1.4rem, 1.4vw, 1.4rem);
	}
	.caution-wrap:nth-child(even) .caution-right {
		max-width:650px;
	}
	.caution-wrap:nth-child(odd) .caution-left {
		max-width:650px;
	}
	.header-ID {
    	padding: 5px 0 5px 20px;
	    width: 32%;
	}
	.header-ID .subTxt {
		padding: 14px;
		font-size: 1.6rem;
	}
	.reason-text h3 {
		font-size: clamp(1.8rem, 2.2vw, 2.2rem);
	}
}
@media screen and (max-width: 1300px){
	.header {
		top:40px;
	}
	.header-ID {
	    width: 55%;
	}
	nav .menu {
		display:none;
	}
}

@media screen and (max-width: 1200px){
	.header-ID {
    	padding: 5px 20px;
	}
	.header-link .header-mail a {
    	margin-right: 20px;
	}
	.mv-title .large {
    	font-size: clamp(2.4rem, 4vw, 4rem);
	}
	.title-02._index {
    	font-size: clamp(2.3rem, 4.4vw, 4.4rem);
    	line-height: 1.6;
    	position: relative;
    	width: -moz-fit-content;
    	width: fit-content;
    	text-align: left;
	}
	.reason {
		gap: 1px;
	}
	.reason-text {
		position: inherit;
	}

	.caution-wrap:nth-child(even) .caution-right {
		max-width:500px;
	}
	.caution-wrap:nth-child(odd) .caution-left {
		max-width:500px;
	}
	.index-08 {
		padding:100px 20px;
		margin-top: 100px;
	}
	.voice {
		display:block !important;
	}
	.voice > div:nth-child(1) {
		margin-bottom:30px;
	}
}
@media screen and (max-width: 1065px){
	.header {
		gap:0;
	}
	.header-link .header-tel {
		font-size: 25px;
	}
	.header-mail a b {
		font-size:90%;
	}
	.flex4 > div {
		gap:20px;
	}
	.index-02:before {
		left: 45.5%;
	}
}	
@media screen and (max-width: 834px){
	html {
		padding-top: 10px !important;
	}
	.header-ID {
    	width: 80%;
		text-align: center;
		padding-top:40px;
		padding-bottom:10px;
	}
	.header-link {
		width: 100%;
		padding-top: 20px;
	    padding-bottom: 20px;
	    position: fixed;
	    bottom: 0;
		z-index: 99999;
		background-color: rgba(0, 0, 0, 0.7);
		justify-content:center;
    	gap: 10px;
		display:flex;
		align-items: center;
	}
	.header-tel,
	.header-mail {
    	width: 40%;
    	text-align: center;
	}
	.header-tel {
		font-size:27px !important;
		text-align:center;
		background:#fff;
		padding:4px 0;
	}
	.header-link .header-tel p {
		font-size:1.6rem;
		display:block;
	}
	.header-link .header-mail a:before {
		top: 15px;
	}
	.header-link .header-mail {
		width:auto;
	}	
	.header-link .header-mail a {
		margin-right: 0px;
	}
	.header-link .header-mail a {
		padding: 14px 12px 14px 70px;
	}
	#wprmenu_bar {
		background-color: #00979c;
	}
	.mv {
		margin-top: 0px;
	}
	.mv-img img {
    	height: 50vh !important;
	}
	.flex4 > div {
		flex-wrap:wrap;
		gap:20px;
	}
	.flex4 > div >div {
    	width: 48.338705%;
	}
	.index-02:before {
		left: 43.8%;
	}
	.reason {
		display: block !important;
	}
	.reason > div {
		width: 90%;
		margin:0 auto 30px auto; 
	}
	.index-06 .title-02._index {
    	text-align: center;
		margin-top:50px;
    	margin-bottom: 30px;
	}
	.caution-wrap {
    	height: auto;
    	max-height: inherit;
		margin-top:0;
	}
	.caution-wrap:nth-child(even) .caution-right {
		top:50%;
	}
	.caution-wrap:nth-child(odd) .caution-left {
		top:50%;
		width:100%;
	}
	.caution-wrap:nth-child(even) .caution-right,
	.caution-wrap:nth-child(odd) .caution-left {
    	max-width: 100%;
		position: inherit;
	}
	.caution-wrap:nth-child(even) .caution-left,
	.caution-wrap:nth-child(odd) .caution-right {
    	position: inherit;
		height: auto;
	}
	.caution-wrap:nth-child(odd) .caution-right figure {
    	width: 100%;
	}
	.caution-wrap:nth-child(even) .caution-right {
    	position: initial;
    	z-index: 2;
	}
	.index-06 div .caution-wrap {
		display:block !important;
	}
	.index-06 div .caution-wrap:nth-child(odd) {
		display:flex !important;
		flex-direction: column-reverse;
		gap: 0;
		margin-top:30px;
	}
	.index-06 .caution-wrap figure img {
		width:100%;
	}
	.accordion__title {
		padding: 30px 60px 30px 65px;
	}
	.accordion__content.is-open {
		padding: 30px 30px 30px 65px;
	}
	.contact-mail a {
		padding: 20px 15px 20px 70px;
		font-size: 1.5rem;
	}
	.contact-mail a:before {
		left: 20px;
		top: 18px;
	}
}

@media screen and (max-width: 782px){
	html {
    	margin-top: 10px !important;
		width: 100%;
	}
}

@media screen and (max-width: 640px){
	body {
		padding-top: 45px;
	}
	.header {
		padding: 0px 0;
    }
	.header-ID {
    	width: 100%;
	}
	.header-ID .subTxt {
    	padding: 14px;
    	font-size: 1.4rem;
	}
	.mv-img img {
    	height: 40vh !important;
	}
	.mv-wrap {
		left: 0px !important;
		padding-left:30px;
	}
	.header-tel, .header-mail {
    	width: 50%;
    	text-align: center;
	}
	.header-link .header-tel {
		text-align:center;
	}
	.header-link .header-tel p {
		display:block;
	}
	ul.list01 li {
		font-size: 28px;
	}
	ul.list01 li span {
		font-size: 36px;
	}
	h2.title-02 {
		margin: 0 auto 30px auto;
	}
	.index-02:before {
		left: 41.5%;
	}
	.index-02 pre.text-center {
		text-align:left !important;
	}
	.title-02._index:before, .title-02._index:after {
    	width: 55px;
		height:50px;
		top: -10px;
	}
	h2.title-02 b {
   		padding-left: 60px;
	}
	.flex4 > div >div {
    	width: 47.735967%;
	}
	.index-04 > div .wrap .block {
    	padding: 20px 10px 40px 10px;
	}
	.index-06 {
		margin-top:100px;
	}
	.caution-wrap:nth-child(even) .caution-right,
	.caution-wrap:nth-child(odd) .caution-left {
		max-width: 100%;
		width: 100%;
		max-height: fit-content;
		position:initial;
		z-index:2;
		padding: 20px;
	}
	.caution-wrap:nth-child(odd) .caution-right figure {
		width: 100%;
	}
	.accordion__title,
	.accordion__content {
		font-size:1.0em;
	}
	.index-01 pre.bnr01:before,
	.index-01 pre.bnr01:after {
		display:none;
	}
	.index-01 .bnr01,
	.index-01 .bnr01 h3 {
		font-size:1.2em;	
	}
	.article01 {
		display:block !important;
		margin-bottom: 30px;
	}
	.index-09 {
	    -webkit-margin-before: 100px;
	    margin-block-start: 100px;
	    padding: 50px 0;
	}
	.contact-block {
		display:block !important;
	}
	.contact-block .left, .contact-block .right {
		width:100%;
		max-width:400px;
		margin:0 auto 20px auto;
	}
	.contact-block .right {
			padding: 20px 20px 40px 20px;
	}
}

@media screen and (max-width: 480px){
	.header-ID {
		margin-top:30px;
		margin-bottom:8px;
		padding: 5px 10px;
	}
	.header-ID img {
		width: 40%;
	}
	.header-link .header-mail a:before {
		top: 13px;
		left: 20px;
    	width: 30px;
    	height: 30px;
	}
	.mv-img img {
    	height: 40vh !important;
	}
	.mv-wrap {
	    bottom: 3% !important;
	}
	.header-tel {
		font-size:20px !important;
	}
	.header-link .header-mail a {
	    padding: 9px 15px 9px 55px;
	}
	.flex4 > div >div {
		width: 46.9744319%;
	}
	.text-worries {
    	padding: 10px;
	}
	ul.list01 li {
		font-size: 22px;
	}
	ul.list01 li span {
		font-size: 28px;
	}
	.index-01 .item .text span {
		display:block;
	}
	.index-02:before {
    	left: 36.5%;
	}
	.footer-logo {
		width: 80%;
	}
}

