@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
	color: #4f3242;
}

.pc_disp {
  display: block;
}
.sp_disp {
  display: none;
}
.header {
  background-color: #f9f2da;
  background-image: url(../images/top_bg.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  
}

.top_img {
  max-width: 1000px;
  width:100%;
  margin-left: auto;
  margin-right: auto
}

main {
  
  width:100%;
  padding-top: 80px;
	margin:0;
  background-color: #f9f2da; 
}

.con_area {
  max-width:1000px;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.head1_line,.head2_line {
  position: relative;
  width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom:30px;
}

.head1_title {
  position: absolute;
  max-width: 740px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.mt00 {
  margin-top: 0px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}


.clear {
  clear: both;
}

p {
    line-height: 1.5em;
}
.read_p {
  text-align: center;
  line-height: 2em;
  font-size: 18px;
}

.taC {
  text-align: center;
}

h2 {
  max-width: 100%;
  text-align: center;
}

#h01 {
  max-width: 355px;
  width: 100%;
}

.ev_area {
  width: 100%;
	margin-top:30px;
}

.bg01{
  background-image: url(../images/bg01.png);
	width:100%;
}

.bg02{
  background-image: url(../images/bg02.png);
}

.bg03{
  background-image: url(../images/bg03.png);
  background-position: center 100px;
  background-size: contain;
  background-repeat: no-repeat;
}


.round_box {
  position: relative;
  max-width:720px;
  width: 100%;
  background-color: #FFFFFF;
  margin-left: auto;
  border-radius: 60px;;
  margin-right: auto;
	padding-right:50px;
	padding-left:50px;
	padding-top:50px;
	padding-bottom:50px;
	box-sizing: border-box;
}

h3 {
	font-size: 24px;
}

.line_h2--right{
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
/* 右側線 */
.line_h2--right::after {
  content: "";
  height: 1px;
  border-top: 2px solid #000;
  flex-grow: 1;
}
.line_h2--right::after{
  margin-left: 10px;
}

.ev_list {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0px;
	margin-top: 24px;
	font-size:20px;
	font-weight:bold;
	padding-left:0px;
	padding-right:0px;
}
.ev_list dt{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:24px;
}
.ev_list dd{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:10px;
}
.ev_list dd p {
	line-height:1.5em;
}
.ev_list dd p::before {
  content: "●"; /* ここに表示したい文字を指定 */
  margin-right: 5px;; /* 文字の右側に少しスペースを空ける */
  color: #dc667a; /* 色を指定 */
}

.ev_list dd .kome::before {
  content: ""; /* ここに表示したい文字を指定 */
  margin-right: 0px;; /* 文字の右側に少しスペースを空ける */
}


.kome {
	padding-left:2.3em;
	text-indent:-1em;
	font-weight:normal;
}

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

.fs15 {
	font-size:15px !important;
}

.fs16 {
	font-size:16px !important;
}

.fs17 {
	font-size:17px !important;
}

.fs18 {
	font-size:18px !important;
}

.fs19 {
	font-size:19px !important;
}

.fs20 {
	font-size:20px !important;
}

.fs21 {
	font-size:21px !important;
}

.fs22 {
	font-size:22px !important;
}

.fs23 {
	font-size:23px !important;
}

.fs24 {
	font-size:24px !important;
}

.fs25 {
	font-size:25px !important;
}

.g_map {
	padding-left:10px;
	padding-right:10px;
		box-sizing: border-box;
}

.bg_y {
	background-color:#fced75;
}
.ev_line01 {
  border: 3px solid #dc667a;
}

.ev_kikaku {
  display: grid;
  grid-template-columns: 30% 70%;
  gap: 1rem; /* 列間の隙間 */
  width: 100%;
	column-gap: 20px;
}

.ev_kikaku_box1  {
  padding: 0px;
}

.ev_kikaku_box2 {
  padding: 0px;
}

.title02 {
	position: relative;
	padding-right: 30px;
	width:auto;
	display:table;
	padding-right:65px;
	font-size:25px;
	font-weight:bold;
	color:#dd960f;
}

.title02::after {
	content: "";
	display: inline-block;
	width: 60px;
	height: 48px; 
	background-image: url('../images/img02.png'); 
	background-size: contain; 
	background-repeat: no-repeat; 
	position: absolute; 
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.head2_title {
  position: absolute;
  max-width: 355px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pg_area--list {
    width:100%;
    max-width: 850px;
  margin-left: auto;
  margin-right: auto;
	padding:0;
	list-style: none;
}

.pg_area--list li {
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	float:left;
	margin-top:30px;
}

.pg_area--list li:nth-child(even) {
    float:right;
}
.pg_area--list .pg_area03 {
    max-width: 550px;
	aspect-ratio: 100 / 41;
	width:100%;
	padding:0;
	box-sizing: border-box;
    background-image: url(../images/p03_bg.png);
}

.pg_area--list .pg_area04 {
    max-width: 740px;
	aspect-ratio: 100 / 49;
	width:100%;
	padding:0;
	box-sizing: border-box;
    background-image: url(../images/p04_bg.png);
}


.pg_area--list h5 {
	font-size:22px;
	font-weight:bold;

	text-indent:-3.7em;
	line-height:1.4em;
}

.pg_area--list p {
	font-size:18px;
	font-weight:normal;
	line-height:1.5em;
}

.pg_area03 h5 {
	padding-top:40px;
	padding-left:calc(30px + 3.7em);
	padding-right:30px;
}

.pg_area03 p {
	padding-left:6.3em;
	margin-top:20px;
	padding-right:30px;
}

.pg_area03_img {
	position: absolute;
	top:-260px;
	right:120px;
	z-index:900;
}

.pg_area04 h5 {
	padding-top:70px;
	padding-left:calc(30px + 3.7em);
	padding-right:30px;
}

.pg_area04 p {
	padding-left:6.3em;
	margin-top:20px;
	padding-right:40px;
}

.pg_area04_img {
	position: absolute;
	top:30%;
	left:-10%;
}

.pg_area--list .pg_area05 {
    max-width: 725px;
	aspect-ratio: 100 / 46;
	width:100%;
	padding:0;
	box-sizing: border-box;
    background-image: url(../images/p05_bg.png);
}

.pg_area05 h5 {
	padding-top:40px;
	padding-left:calc(30px + 3.7em);
	padding-right:30px;
}

.pg_area05 p {
	padding-left:6.3em;
	margin-top:20px;
	padding-right:30px;
}

.pg_area05_img {
	position: absolute;
	top:-300px;
	right:-80px;
}

.pg_area--list .pg_area06 {
    max-width: 662px;
	aspect-ratio: 100 / 55;
	width:100%;
	padding:0;
	box-sizing: border-box;
    background-image: url(../images/p06_bg.png);
}

.pg_area06 h5 {
	padding-top:50px;
	padding-left:calc(50px + 3.7em);
	padding-right:30px;
}

.pg_area06 p {
	padding-left:6.3em;
	margin-top:20px;
	padding-right:60px;
}

.pg_area06_img {
	position: absolute;
	top:-95%;
	left:7%;
}

.pg_area--list .pg_area07 {
    max-width: 680px;
	aspect-ratio: 100 / 46;
	width:100%;
	padding:0;
	box-sizing: border-box;
    background-image: url(../images/p07_bg.png);
}

.pg_area07 h5 {
	padding-top:50px;
	padding-left:calc(50px + 3.7em);
	padding-right:30px;
}

.pg_area07 p {
	padding-left:6.3em;
	margin-top:20px;
	padding-right:60px;
}

.pg_area07_img {
	position: absolute;
	top:50%;
	right:-20%;
}

.round_box ul {
	padding-left:1.5em;
	font-size:17px;
}

.round_box li:nth-child(n+2) {
  margin-top:10px;
}

.fc01 {
	color:#dd960f;
}

.pg_area08_img {
	position: absolute;
	top:-10%;
	right:10%;
}

.qa {
	max-width:900px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	border-bottom: #dd960f solid 2px;
	padding-top:15px;
	padding-bottom: 15px;
	line-height: 1.5em;
	margin-bottom: 15px;
	padding-left:5px;
	padding-right:5px;
  box-sizing: border-box;
}

.que {
	font-weight: bold;
	text-indent:-2em;
	padding-left:2em;
}

.ans {
	margin-top: 20px;
	padding-left: 2em;
	margin-bottom: 20px;	
}
.footer {
  background-image: url(../images/footer_bg.webp);
  background-color: #f9f2da;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.footer_con {
	max-width:1000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:200px;
}

.toyama_logo {
	width:107px;
	display:table;
	margin-left:auto;
	margin-right:auto;
}

.footer_text {
	font-size:18px;
	text-align:center;
	margin-top:80px;
	line-height:2em;
}

a {
	text-decoration: none;
}

a:link {
	color: #4f3242;
}
a:visited {
	color: #4f3242;
}
a:hover {
	color: #000;
}
a:active {
	color: #4f3242;
}
.btn {
	max-width:578px;
	width:100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
	display:none;
}
.bg_wh {
    background-color: #ffffff;
}

.form_con {
  padding-top: 30px;
 padding-bottom: 30px; 
}

.form_area {
  padding:20px;
}

.form_m {
	font-weight:bold;
}

.form_m.hissu::before {
  content: "必須"; 
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	background-color:#d95350;
	color:#ffffff;
	margin-right:10px;
}
.form_m.nini::before {
  content: "任意"; 
	display:inline-block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	background-color:#327ab7;
	color:#ffffff;
	margin-right:10px;
}


.form_area dl {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.form_area dt {
    height:2em;
	display:flex;
	justify-content: flex-end; /* 主軸（横方向）の終端に寄せる */
	align-items: center;   /* 交差軸（縦方向）の終端に寄せる */
}

.form_area dl dt:first-child, .form_area dl dt:first-child+dd {
    border: none;
}
.form_area {
	font-size:17px;
}
.form_area dl dt {
    clear: both;
    width: 30%;
    float: left;
    border-top: 1px solid #cccccc;
    padding: 15px 0;
    text-align: right;
    overflow: hidden;
}
.form_area dl dt:first-child, .form_area dl dt:first-child+dd {
    border: none;
}
.form_area dl dd {
    width: 65%;
    float: right;
    border-top: 1px solid #cccccc;
    padding: 15px 0 15px 5%;
}

.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area input[type="number"] {
    max-width: 100%;
    height: 2em;
    padding: 2px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
  box-sizing: border-box;
}
.form_area select {
	display: block;
    height: 2em;
    padding: 2px 2%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
}
.form_area textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 120px;
    padding: 5px 5px;
    resize: vertical;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
    -webkit-appearance: none;
	  box-sizing: border-box;
}
.error_blank {
	color:#ff0000;
	font-weight:bold;
	margin-top:8px;
}

#sei,#mei {
	width:8em;
}

#furi {
	width:21em;
}

.radio-button-group {
    display: block;
}
.radio-button-group .item {
    display: inline;
    padding-right: 1em;
}

#nen,#tuki,#hi {
	display:inline-block;
	width:5em;
}
#nenrei {
	display:inline-block;
	width:5em;
}

#zip1 {
	display:inline-block;
	width:4em;
}
#zip2 {
	display:inline-block;
	width:5em;
}
#address,#mail1,#mail2,#kinmu,#kinkyuu {
	width:95%;
}

#tel1,#tel2,#tel3 {
	display:inline-block;
	width:5em;
}

.form_con hr {
	border: none; /* デフォルトのボーダーを削除 */
	height: 2px; /* 線の太さを設定 */
	background-color: #ccc; /* 線の色を設定 */
	width:97%;
}

.ques {
	margin-left:77px;
	margin-top:10px;
	padding-left:1em;
	text-indent:-1em;
}

.ques_area {
	margin-left:94px;
	margin-top:0px;
}
input[type=checkbox] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
	margin-right:5px;
}
.checkbox-3 {
	margin-top:10px;
	margin-bottom:5px;
	line-height:1.5em;
}
.checkbox-3 label {
	margin-bottom:10px;
}
.radio-button-group.block_area .item {
    display: block;
	margin-bottom:5px;
}
.ind04 {
	padding-left:4em;
	text-indent:-3em;
}

input[type=radio] {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
}
.submitbtn {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 30px auto 0;
    background-color: #dd960f;
    cursor: pointer;
    border: 1px solid #dd960f;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
	font-size:18px;
	font-weight:bold;
}

.submitbtn:hover {
    background: #FFFF00;
    color: #ff0000;
    border: 1px solid #FFFF00;
}
.contact_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.contact_btn > div {
    margin: 10px;
}

.contact_btn .btn_send input {
    color: #fff;
	font-weight:bold;
    background-color: #dd960f;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.btn_send input:hover {
  background-color: #ffff00;
	color: #ff0000;
}

.contact_btn input {
    font-size: 18px;
    padding: 12px;
    width: 200px;
    border: none;
    cursor: pointer;
}

.btn {
	z-index:9999;
}

.tbl_block {
	display:table;
	margin-left:auto;
	margin-right:auto;
		box-sizing: border-box;
	padding-left:5px;
	padding-right:5px;
}

.t_err {
	padding-left:20px;
	padding-right:20px;
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px;
	box-sizing: border-box;
}

/*アニメ*/
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:1.3s;
	animation-fill-mode:forwards;
	opacity:0;
}

.fadeUp2{
	animation-name:fadeUpAnime2;
	animation-duration:0.1s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(150px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeUpAnime2{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.fadeUpTrigger{
    opacity: 0;
}

.fadeUpTrigger2 {
    opacity: 0;
}

nav {
	background-color: #f9f2da;
	width:100%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
margin:0;
	padding-top:15px;
	padding-left:5px;

max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin-left:10px;
	margin-right:10px;
  color: #777; /* 記号の色 */
}
.pt20 {
	padding-top:20px !important;
}

main  {
	padding-bottom:1px;
}