@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');

/*------------------------------------------------------

	リセット

------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: 500;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table { border-collapse: collapse; border-spacing: 0;}
hr {
	display: block;
	height: 0px;
	border: 0;
	border-bottom: 1px solid #cbcbcb;
	margin: 0;
	padding: 0;
}
input, select { vertical-align: middle;}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
*, *:before, *:after { box-sizing: border-box;}


/*------------------------------------------------------

	グローバル

------------------------------------------------------*/

body {
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #231815;
	font-size: min(3.5vw,1.3em);
	line-height: 1.6;
	position: relative;
	max-width: 750px;
	margin: auto;
	border: solid 0.5em #000;
	padding-bottom: 12vw;
}

@media only screen and (min-width: 751px) {
  body { padding-bottom: 120px;}
}

a { color: #29A2D9;}
a:hover, a:active { color: #6ECAEA; text-decoration: none;}

/* 文字装飾 */
.fo06 { font-size: 0.6em !important;}
.fo07 { font-size: 0.7em !important;}
.fo075 { font-size: 0.75em !important;}
.fo08 { font-size: 0.8em !important;}
.fo085 { font-size: 0.85em !important;}
.fo09 { font-size: 0.9em !important;}
.fo105 { font-size: 1.05em !important;}
.fo11 { font-size: 1.1em !important;}
.fo115 { font-size: 1.15em !important;}
.fo12 { font-size: 1.2em !important;}
.fo13 { font-size: 1.3em !important;}
.fo14 { font-size: 1.4em !important;}
.fo15 { font-size: 1.5em !important;}
.fo16 { font-size: 1.6em !important;}
.fo18 { font-size: 1.8em !important;}

.lh12 { line-height: 1.2;}
.lh14 { line-height: 1.4;}
.lh18 { line-height: 1.8;}
.lh20 { line-height: 2;}

.fo_noto { font-family: "Noto Sans JP", sans-serif;}

.fo_white { color: #FFFFFF;}

.left { float: left;}
.right { float: right;}

.pos_rel { position: relative;}
.pos_ab { position: absolute;}

.bold { font-weight: bold;}

.ta_center { text-align: center;}
.ta_right { text-align: right;}
.ta_left { text-align: left;}

.break_keep { word-break: keep-all;}

.back_white { background-color: #fff;}

.bottom_border { border-bottom: solid 0.5em #000;}

.over_hidden { overflow: hidden;}

/* リスト */
ol { padding-left: 2em;}
ol li { list-style: outside decimal;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

/* margin */
.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 0.5em !important;}
.mb10 { margin-bottom: 1em !important;}
.mb15 { margin-bottom: 1.5em !important;}
.mb20 { margin-bottom: 2em !important;}
.mb25 { margin-bottom: 2.5em !important;}
.mb30 { margin-bottom: 3em !important;}
.mb40 { margin-bottom: 4em !important;}

.mt15 { margin-top: 1.5em;}

/* clearFix */
.clearFix { zoom: 100%; }
.clearFix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

/* ------------------------
	ヘッダー
------------------------ */

.header { padding: 0 75px 0 20px;}
.header h1 { line-height: 70px;}
.header h1 img { vertical-align: middle; width: auto; max-height: 37px;}

/* ハンバーガーメニュー */
.humberger {
	background: #000;
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 10000;
}
.humberger span {
	background: #fff;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 5px;
	transition: 0.4s;
}
.humberger span:nth-of-type(1) { top: 12px;}
.humberger span:nth-of-type(2) { top: 22px;}
.humberger span:nth-of-type(3) { top: 32px;}
.is-open .humberger span:nth-of-type(1) { transform: translateY(10px) rotate(-45deg);}
.is-open .humberger span:nth-of-type(2) { opacity: 0;}
.is-open .humberger span:nth-of-type(3) { transform: translateY(-10px) rotate(45deg);}

/* ナビ本体 */
.sp-navi { -webkit-text-size-adjust: 100%;}
.sp-navi.is-open .sp-navi-inner {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}
.sp-navi .sp-navi-inner {
	background: #efefef;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	transition: .5s;
	padding-top: 90px;
  font-size: min(13px,4vw,1em);
}
.sp-navi li a {
	display: block;
	text-decoration: none;
	color: #000;
  font-size: 1.3em;
	padding: 1em 1em 1em 1.5em;
}
.sp-navi li:nth-child(odd) a { background-color: #e3e3e3;}
.sp-navi li a:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.7em;
	border-color: transparent transparent transparent #ff9933;
}

/* ------------------------
	フッター
------------------------ */

.footer .map iframe { width: 100%; height: 300px; vertical-align: bottom;}
.footer .copy { background-color: #ff9933; padding: 5px 5px 30px;}

@media only screen and (min-width: 751px) {
	.footer .copy { padding-bottom: 5px;}
}

.fixed_btn {
	position: fixed;
	width: 100%;
	max-width: 750px;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	border: solid 0.5em #000;
  border-top: none;
  background: #fff;
	z-index: 9999;
	display: flex;
}
.fixed_btn li { width: 50%;}
.fixed_btn li img { width: 100%;}


/* ------------------------
	コンテンツ
------------------------ */

.mainimage .pos_ab { width: 100%; left: 0px; bottom: 1.4em; z-index: 50;}
.scroll_wrap {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scroll-behavior: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll_wrap::-webkit-scrollbar { display: none;}
.mainimage .list01 { display: flex; gap: 1.5em; flex-wrap: nowrap;}
.mainimage .list01 li { flex-shrink: 0; width: 14.5em;}

@media only screen and (max-width: 750px) {
  .mainimage .list01 { font-size: min(3vw,1.1em);}
  .mainimage .list01 li { width: 13.5em;}
}

.sec01 { background: #ffe33f; padding: 1em 1.5em 1.5em;}
.sec01 h2 { margin-bottom: -3.5em;}
.sec01 .back_white { border-radius: 1.5em; padding: 4.5em 1em 1.3em; margin: auto 1em;}
.sec01 .text_box { width: 80%; margin: auto;}

.sec02 { background: #ffc05c; padding: 2em 2.5em 2.5em;}
.sec02 h2 { margin: auto -2em;}
.sec02 .btn_area { margin-top: -1.3em;}

.sec03 { padding: 2.5em 0px;}
.sec03 h2 { padding: 0px 1em;}

.carousel_wrapper { padding: 0px 1em;}
.car_list { display: flex; gap: 20px; transition: transform 0.5s ease;}
.car_list li { width: 230px; flex-shrink: 0;}
.car_prev, .car_next { display: inline-block; background: url("../images/ico_prev.svg") no-repeat center center; background-size: 100% auto; width: 3em; height: 3em; position: absolute; top: 50%; transform: translateY(-50%); z-index: 999;}
.car_prev { left: 0.5em;}
.car_next { transform: scale(-1,1) translateY(-50%); right: 0.5em;}

.con_sec { background-image:linear-gradient(-45deg, #fff 25%, #eee 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee); background-size: 10px 10px;}
.con_sec .container { padding: 0px 2em 1.5em;}
.con_sec h2 { font-size: 2.4em; line-height: 1; margin-bottom: 0.7em;}
.con_sec .privacy_box { border: solid 1px #888; border-radius: 0.3em; padding: 1em; max-height: 8.5em; overflow-y: scroll;}

.contact_box p.bold { font-size: 1.3em;}
.contact_box input[type="text"], .contact_box input[type="email"], .contact_box input[type="tel"], .contact_box textarea, .contact_box select { width: 100%; max-width: 100%; border: solid 1px #888; padding: 0.5em; border-radius: 0.3em; font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;}
.contact_box select { -webkit-appearance: menulist-button;}
.contact_box input[type="submit"] {
	display: inline-block;
	max-width: 100%;
	width: 100%;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 2em;
	color: #fff;
	text-decoration: none;
	background: #ea5514;
	padding: 7px 10px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
}
.contact_box .btn_area span { display: inline-block; position: relative; width: 100%; transition: 0.3s;}
.contact_box .btn_area span:before, .contact_box .btn_area span:after { content: ""; top: 50%; transform: translateY(-50%); position: absolute;}
.contact_box .btn_area span:before {
	right: 20px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
	z-index: 10;
}
.contact_box .btn_area span:after {
	right: 15px;
    box-sizing: border-box;
    width: 10px;
    height: 12px;
    border: 11px solid transparent;
    border-left: 12px solid #ea5514;
	z-index: 15;
}
.contact_box textarea { width: 100% !important; min-height: 200px !important;}
.contact_box label { display: inline-block; margin-right: 1em;}

.contact_box span.hissu { display: inline-block; font-size: 0.7em; color: #fff; background: #f29700; font-weight: bold; line-height: 1.4; padding: 1px 5px; vertical-align: middle;}

.contact_box .datepicker input[type="text"] { max-width: 250px;}

.page_wrap { padding: 25px 15px 0px;}


/* topics */
.topics_wrap { background: url("../images/topics_bg.jpg"); padding: 20px 10px;}
.topics_wrap h2 span { font-size: min(5vw,2em);}
.topics_wrap h2 span:before, .topics_wrap h2 span:after { content: ""; position: absolute; background: url("../images/topics_ttl.svg") no-repeat center center; background-size: 100% auto; width: 4em; height: 1em; top: 50%; transform: translateY(-50%);}
.topics_wrap h2 span:before { left: -4.7em;}
.topics_wrap h2 span:after { right: -4.7em; transform: scale(-1,1) translateY(-50%);}

