@charset "utf-8";
/* ===================================================
	urutsuya CSS
====================================================== */
#contents_wrap { position: relative; }

#main_tit h1 span.ja { line-height:1.2; }
#main_tit h1 span.ja span {font-size:36px; }
#main_tit h1 span.en { margin-top: 20px;}
#breadcrumb { position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 1; }

@media screen and (min-width: 601px) {
	#main_tit h1 { padding: 0 4% 40px; }
	#breadcrumb li a,
	#breadcrumb li:before { color: #fff; }
}
@media screen and (max-width: 600px) {
	#main_tit h1 span.ja span {font-size:26px; }
	#main_tit h1 span.en { margin-top: 10px;}
}

/* ---------------------------------------------------
共通
------------------------------------------------------ */
.tit01{ margin-bottom: 30px; color: #7e6b2e; font-size: 34px; letter-spacing: 0.1em; }
.tit01 span{ display: flex; justify-content: flex-start; align-items: center; }
.tit01 span::before{
	display: block; content: ''; width: 30px; height: 24px;
	background: url(../img/icon_tit_01.svg) no-repeat center center;
	background-size: contain;
}

.tit02{ margin-bottom: 50px; color: #7e6b2e; font-size: 36px; text-align: center;}
.tit02 span{
	display: flex; justify-content: center;
	align-items: center; flex-direction: column;
}
.tit02 span::before{
	display: block; content: ''; width: 30px; height: 24px;
	background: url(../img/icon_tit_01.svg) no-repeat center center;
	background-size: contain;
}

.flex_box { display: flex; }

@media screen and (min-width: 601px) and (max-width: 1340px) {
    .inner_md {
        width: calc(100% - 140px);
    }
}

@media screen and (max-width: 600px) {
	.tit01{ margin-bottom: 10px; font-size: 24px; line-height: 1.4; }
	.tit01 span::before { margin-right: 5px;}
	.tit02{ font-size: 24px; margin-bottom: 20px; }
	.tit02 span::before { margin-bottom: 5px; }
}

/* ---------------------------------------------------
#sec01
------------------------------------------------------ */
#sec01{ margin: 0; padding: 100px 0 70px; background: url(../img/cmn_bg.jpg); position: relative; overflow: hidden; box-sizing: border-box; }
#sec01 .txt_col { position: relative; z-index: 1; }
#sec01 .txt_col h2 { font-size: 36px; line-height: 1.6; margin-bottom: 20px; }
#sec01 .txt_col p { font-size: 16px; line-height: 2; }

@media screen and (min-width: 601px) {
	#sec01 { height: max(750px, 46.9vw); }
	#sec01 .inner_md { width: 94%; }
	#sec01 .img_col { position: absolute; top: 0; left: 0; width: max(1600px, 100%); z-index: 0; }
	#sec01 .txt_col { width: 500px; margin: 0 0 0 auto; color: #fff; text-shadow: 0 0 7px rgba(0, 0, 0, 0.6);  }
}

@media screen and (max-width: 600px) {
	#sec01{ padding: 80px 0 0;}
	#sec01 .txt_col h2 { color: #7e6b2e; font-size: 24px; margin-bottom: 15px; text-align: center; }
	#sec01 .txt_col p { line-height: 1.8;}
	#sec01 .img_col { margin-top: 20px;}
}


/* ---------------------------------------------------
#sec02
------------------------------------------------------ */
#sec02 { padding: 0 0 100px; background: url(../img/cmn_bg.jpg); position: relative; }
#sec02_01 { justify-content: space-between; }
#sec02_01 .txt_col { width: 65.83%; }
#sec02_01 .txt_col h2 { letter-spacing: 0.1em; }
#sec02_01 .txt_col p { font-size: 16px; line-height: 2; }
#sec02_01 .txt_col dl { gap: 20px; margin-top: 40px; }
#sec02_01 .txt_col dl div { position: relative; flex: 1; text-align: center; background: #f0ead6; border-radius: 10px; padding: 20px 10px; }
#sec02_01 .txt_col dl div + div::before { content: '&'; display: flex; align-items: center; justify-content: center; position: absolute; left: -30px; top: calc(50% - 20px);background: #7e6b2e; border-radius: 50%; width: 40px; height: 40px; letter-spacing: 0; line-height: 1; color: #fff; font-size: 26px; }
#sec02_01 .txt_col dl div dt { color: #7e6b2e; font-size: 24px; margin-bottom: 10px; }
#sec02_01 .txt_col dl div dd { letter-spacing: 0;}
#sec02_01 .txt_col dl div dd span { font-size: 16px; }
#sec02_01 .txt_col .cmn_arrow_link_01 { margin-top: 50px;}
#sec02_01 .img_col { width: 29.2%;}

#sec02_02 { margin-top: 80px; border: 1px solid #ccc; background: #fff; padding: 50px; }
#sec02_02 .txt_col { width: 47.3%;}
#sec02_02 .txt_col h3 { font-size: 26px; color: #7e6b2e; margin-bottom: 15px; }
#sec02_02 .txt_col p { font-size: 16px; line-height: 2; }
#sec02_02 .txt_col p span { font-size: 18px; color: #795c00; }
#sec02_02 .img_col { flex-grow: 1; text-align: center;}

@media screen and (max-width: 600px) {
	#sec02{ padding: 40px 0;}
	#sec02_01 { flex-direction: column; }
	#sec02_01 .txt_col { width: 100%; display: contents; }
	#sec02_01 .txt_col p { line-height: 1.8;}
	#sec02_01 .txt_col dl { width: 76%; margin: 30px auto 0; flex-direction: column; gap: 15px; }
	#sec02_01 .txt_col dl div { border-radius: 10px; padding: 20px 10px; }
	#sec02_01 .txt_col dl div + div::before { left: calc(50% - 18px); top: -27px; width: 36px; height: 36px; font-size: 20px; }
	#sec02_01 .txt_col dl div dt { font-size: 22px; margin-bottom: 10px; }
	#sec02_01 .txt_col dl div dd { font-size: 15px; }
	#sec02_01 .txt_col .cmn_arrow_link_01 { width: 76%; margin: 30px auto 0; order: 1; }
	#sec02_01 .img_col { width: 76%; margin: 30px auto 0; }
	#sec02_01 .img_col img { width: 100%; object-fit: contain; }

	#sec02_02 { margin-top: 50px; padding: 25px 6%; flex-direction: column; }
	#sec02_02 .txt_col { width: 100%;}
	#sec02_02 .txt_col h3 { font-size: 22px; margin-bottom: 10px; }
	#sec02_02 .txt_col p { line-height: 1.8; }
	#sec02_02 .img_col { margin-top: 20px; }
}


/* ---------------------------------------------------
#sec03
------------------------------------------------------ */
#sec03{ padding: 0 0 100px; background: url(../img/cmn_bg.jpg); position: relative; }
#sec03_01 { padding: 100px 0 0; background: url(../../urutsuya/img/sec03_img01.jpg) no-repeat center top/cover; }
#sec03_01 .txt_col h2 { color: #fff; font-size: 36px; margin-bottom: 30px; letter-spacing: 0.1em; text-shadow: 0 0 7px rgba(0, 0, 0, 0.6); }
#sec03_01 .txt_col p { color: #fff; text-shadow: 0 0 7px rgba(0, 0, 0, 0.6); }
#sec03_01 .txt_col .txt01 { font-size: 22px; margin-bottom: 15px; letter-spacing: 0.1em; }
#sec03_01 .txt_col .txt01 small { font-size: 14px; }
#sec03_01 .txt_col .txt02 { font-size: 14px; line-height: 2.4;}
#sec03_01 .txt_col dl { gap: 30px; margin-top: 50px; }
#sec03_01 .txt_col dl div { flex: 1; background: #fff; border-radius: 15px; padding: 20px 30px 25px; }
#sec03_01 .txt_col dl div dt { font-size: 28px; color: #7e6b2e; margin-bottom: 10px; }
#sec03_01 .txt_col dl div dd { font-size: 16px; line-height: 2; }

#sec03_02 > div { justify-content: space-between; }
#sec03_02 > div + div { margin-top: 70px;}
#sec03_02 > div:nth-child(2n) { flex-direction: row-reverse; }
#sec03_02 .txt_col p { font-size: 16px; line-height: 2; }
#sec03_02 .txt_col p span { color: #795c00; font-size: 18px; }

#sec03_03 { margin-top: 70px; border: 1px solid #ccc; background: #fff; padding: 50px 60px; }
#sec03_03 h3 { font-size: 26px; color: #7e6b2e; margin-bottom: 30px; }
#sec03_03 dl div { display: flex; font-size: 16px; border-bottom: 1px solid #aaa; width: 100%; margin: 0 0 15px; padding-bottom: 15px; line-height: 2; break-inside: avoid;}
#sec03_03 dl div dt { width: 100px; display: flex; color: #795c00; flex-shrink: 0; }

@media screen and (min-width: 601px) {
	#sec03_01 { height: max(780px, 48.75vw); }
	#sec03_01 .txt_col { width: 75%; }
	#sec03_02 .txt_col { width: 41.7%; }
	#sec03_02 .img_col { width: 51.7%; }
	#sec03_03 dl { column-count: 2; gap: 50px; }
}

@media screen and (max-width: 600px) {
	#sec03{ padding: 0 0 60px; }
	#sec03_01 { padding: 50px 0 0; background: url(../../urutsuya/img/sec03_img01_sp.jpg) no-repeat center top/contain, linear-gradient(to bottom, #815d05 85%,  transparent 98%);  }
	#sec03_01 .txt_col h2 { font-size: 26px; margin-bottom: 20px; text-align: center; text-shadow: 0 0 5px rgba(0, 0, 0, 0.6), 0 0 7px rgba(0, 0, 0, 0.6);}
	#sec03_01 .txt_col p { text-shadow: 0 0 7px rgba(0, 0, 0, 0.6); }
	#sec03_01 .txt_col .txt01 { font-size: 20px; margin-bottom: 10px; line-height: 1.8; }
	#sec03_01 .txt_col .txt02 { line-height: 2; }
	#sec03_01 .txt_col dl { flex-direction: column; gap: 20px; margin-top: 30px; }
	#sec03_01 .txt_col dl div { padding: 20px 30px 25px; }
	#sec03_01 .txt_col dl div dt { font-size: 22px; margin-bottom: 5px; }
	#sec03_01 .txt_col dl div dd { line-height: 1.8; }

	#sec03_02 { padding: 50px 0 0;}
	#sec03_02 > div { flex-direction: column; }
	#sec03_02 > div + div { margin-top: 30px;}
	#sec03_02 > div:nth-child(2n) { flex-direction: column; }
	#sec03_02 .txt_col p { line-height: 1.8; }
	#sec03_02 .img_col { margin-top: 30px; }

	#sec03_03 { margin-top: 50px; padding: 25px 6%; }
	#sec03_03 h3 { font-size: 20px; margin-bottom: 15px; }
	#sec03_03 dl div { font-size: 16px; flex-direction: column; margin: 0 0 15px; padding-bottom: 15px; line-height: 1.8; }
	#sec03_03 dl div dt { width: 100%; }
}


/* ---------------------------------------------------
#sec04
------------------------------------------------------ */
#sec04{ padding: 80px 0 100px; background: #f0ead6;}
#sec04 dl { gap: 30px; flex-wrap: wrap; }
#sec04 dl div { flex: 1; background: #f8f5eb; border-radius: 20px; padding: 40px; }
#sec04 dl div dt { font-size: 20px; color: #7e6b2e; margin-bottom: 20px; display: flex; align-items: center; }
#sec04 dl div dt::before { content: ''; width: 30px; height: 36px; background: url(../../urutsuya/img/sec04_icon.svg) no-repeat center/contain; display: block; margin-right: 20px; }
#sec04 dl div dd {font-size: 18px; line-height: 1.8;}

@media screen and (max-width: 600px) {
	#sec04{ padding: 40px 0; }
	#sec04 dl { gap: 20px; flex-direction: column; }
	#sec04 dl div { padding: 30px; }
	#sec04 dl div dt { font-size: 18px; margin-bottom: 10px; }
	#sec04 dl div dt::before { width: 25px; height: 30px; margin-right: 15px; }
	#sec04 dl div dd { font-size: 16px; }
}


/* ---------------------------------------------------
#link_col
------------------------------------------------------ */
#link_col{ padding: 100px 0 150px; }
#link_col p { text-align: center; font-size: 26px; line-height: 1.8; }
#link_col p > span { color: #7e6b2e; font-size: 26px; }
#link_col p > span span { font-size: 36px; }
#link_col ul { display: flex; justify-content: center; gap: 20px; margin-top: 50px; }
#link_col ul li { font-size: 20px; text-align: center; width: min(300px, 100%); }
#link_col ul li div,
#link_col ul li a { display: block; color: #fff; padding: 20px 10px; box-sizing: border-box; transition: .5s; }
#link_col ul li:nth-child(1) div { background: #95362d; }
#link_col ul li:nth-child(2) a { background: #ca8501; }

@media screen and (hover: hover) and (min-width: 601px) {
	#link_col ul li div:hover,
    #link_col ul li a:hover { color: #fff; text-decoration: none; opacity: .75; }
}

@media screen and (max-width: 600px) {
	#link_col{ padding: 80px 0 120px; }
	#link_col p { font-size: 20px; }
	#link_col p > span { font-size: 20px; }
	#link_col p > span span { font-size: 26px; }
	#link_col ul { width: 80%; flex-direction: column; gap: 15px; margin: 30px auto 0; }
	#link_col ul li { font-size: 18px; width: 100%; }
}
