@charset "UTF-8";

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}@media screen and (min-width:768px){html{font-size:75%}}@media screen and (max-width:767px){html{font-size:62.5%}}body{color:#000;line-height:1.8;font-size:1.7rem;font-smoothing:antialiased;font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;vertical-align:baseline;text-decoration:none;color:inherit;outline:0}ins{text-decoration:none}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:middle;width:100%;max-width:100%;height:auto;font-style:italic;shape-margin:0.75rem;background-repeat: no-repeat;background-size: cover;}button,img{line-height:1}button{background-color:transparent;border:0;cursor:pointer;padding:0;appearance:none}:focus,button{outline:0}*{box-sizing:border-box}
*{
	min-height:0;
	min-width : 0;
}
body {
	padding-top: 75px;
  line-height: 1.8;
  color: #1C1C1C;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
}

/*
font-family: "Noto Sans JP", sans-serif;
*/

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
	body {
	  padding-top: 60px;
    font-size: 1.3rem;
	}
}

a{
  transition: ease .3s;
}

a img{
  transition: ease .3s;
}

a:hover img{
  filter: brightness(1.1);
}

a[href^="tel:"] {
	pointer-events: none;
}

.display_sp{ display: none!important;}
.red{ color: red;}
.mt0{ margin-top: 0!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;}
.mb10{ margin-bottom: 10px!important;}
.mb20{ margin-bottom: 20px!important;}
.mb30{ margin-bottom: 30px!important;}
.mb40{ margin-bottom: 40px!important;}
.mb50{ margin-bottom: 50px!important;}

.inner{
  width: min(100%, 1200px);
  margin: 0 auto;
}

.flex{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .display_sp{ display: block!important;}
  .display_pc{ display: none!important;}
  img{
    max-width: 100%!important;
    height: auto!important;
    display: block;
    margin: 0 auto;
  }
  .gm-style img{
    max-width: initial!important;
    max-width: auto!important;
  }
  a[href^="tel"] {
    pointer-events: auto;
    cursor: pointer;
  }
  .flex{
    display: block;
  }
}

/* 
-------------------------------------------------- */
.breadcrumb {
  padding: 15px 10px 30px 10px;
  line-height: 1.3;;
}

.breadcrumb ul {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.breadcrumb ul li {
  margin-right: 0.5rem;
  white-space: nowrap;
}

.breadcrumb ul li::after{
	content: "＞";
}

.breadcrumb ul li:last-child {
  white-space: normal;
}

.breadcrumb ul li:last-child::after{
  display: none;
}

.breadcrumb ul li a {
  margin-right: 0.5rem;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}


.wp-pagenavi {
	margin: 50px auto 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 1.6rem;
}

.wp-pagenavi span.current,
.wp-pagenavi a.page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	margin: 0 15px 0 0;
	border: 1px solid #D1D1D1;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	box-sizing: border-box;
	justify-content: center;
	display: flex;
	align-items: center;
	transition: .3s;
}

.wp-pagenavi span.current {
	border: none!important;
	background: #FFB81D;
	color: #fff;
}

.wp-pagenavi a.page {
	background: #fff;
}

.wp-pagenavi a.page:hover {
	background: #FFB81D;
	color: #fff;
	border: none!important;
	opacity: 1;
}

.wp-pagenavi .first{
	margin-right: 20px;
}

.wp-pagenavi .extend{
	display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink{
	width: 45px;
	border-radius: 9999px;
	font-weight: 500!important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  border: none!important;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::after{
	content: "";
	display: block;
	width: 9px;
	height: 12px;
	background: url(../img/icon_arrow_s.svg) no-repeat center center / contain;
}

.wp-pagenavi .previouspostslink::before{
	margin-right: 20px;
}

.wp-pagenavi .nextpostslink::after{
	margin-left: 20px;
	transform: scale(-1, 1);
}

.wp-block-image{
  margin-top: 20px;
  margin-bottom: 20px;
}

.wp-block-image img{
  width: auto;
  height: auto;
  max-width: 100%;
  height: auto;
}

table.tb{
  width: 100%;
  line-height: 1.5;
}

table.tb th, table.tb td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
  vertical-align : middle;
  border: 1px solid #ccc;
}

table.tb th{
	width: 20%;
  white-space: nowrap;
  background: #efefef;
}

table.tb td{
  vertical-align: top;
}

@media screen and (max-width: 767px) {
	table.tb th, table.tb td{
		display: block;
	  border: none;
	}
	table.tb th{
		width: auto;
		text-align: center;
		padding: 10px;
	}
	table.tb td{
		padding: 10px 10px 20px 10px;
	}
}

ul.ulist li {
  list-style:disc;
}

ol.olist li {
  list-style:decimal;
}

ul.ulist li, ol.olist li{
  margin: 0 0 0 20px;
}

dl.dlist dt{
  font-weight:bold;
  font-size:1.2em;
  margin:0 0 2px;
}

dl.dlist dd{
  margin:0 0 5px 12px;
}

.form_wrap{
	max-width: 800px;
	margin: 0 auto;
}

.form_wrap table td{
	vertical-align: middle;
}

.form_wrap table th p,
.form_wrap table td p{
	margin: 0;
}

@media screen and (min-width: 768px) {
	.thanks_wrap{
	  text-align: center;
	}
}

.form_att{
	text-align: center;
	margin-bottom: 20px;
}

.submit_wrap{
	margin-top: 50px;
}


.wpcf7 form {
  --c-text: #222;
  --c-muted: #666;
  --c-border: #ccc;
  --c-border-hover: #999;
  --c-focus: #1a73e8;
  --c-error: #e02424;
  --c-ok: #12805c;
  --radius: 4px;
  --pad-y: 10px;
  --pad-x: 12px;
  --font-size: 14px;
}

.wpcf7 p,
.wpcf7 .row {
  margin: 0 0 14px;
}

.wpcf7 label {
  display: block;
  margin: 0 0 6px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.5;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="search"],
.wpcf7 input[type="password"],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  padding: var(--pad-y) var(--pad-x);
  font-size: var(--font-size);
  line-height: 1.5;
  color: var(--c-text);
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  background: #fff;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 input[type="url"]:hover,
.wpcf7 input[type="number"]:hover,
.wpcf7 input[type="date"]:hover,
.wpcf7 input[type="time"]:hover,
.wpcf7 input[type="datetime-local"]:hover,
.wpcf7 input[type="search"]:hover,
.wpcf7 input[type="password"]:hover,
.wpcf7 select:hover,
.wpcf7 textarea:hover {
  border-color: var(--c-border-hover);
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="password"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  border-color: var(--c-focus);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--c-focus) 20%, transparent);
}

.wpcf7 textarea {
  min-height: 140px;
  resize: vertical;
}

.wpcf7 select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--c-muted) 50%),
    linear-gradient(135deg, var(--c-muted) 50%, transparent 50%),
    linear-gradient(to right, #fff, #fff);
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 13px) 50%,
    100% 0;
  background-size: 5px 5px, 5px 5px, 2.5rem 100%;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.wpcf7 input[type="date"]::-webkit-inner-spin-button,
.wpcf7 input[type="time"]::-webkit-inner-spin-button,
.wpcf7 input[type="number"]::-webkit-inner-spin-button,
.wpcf7 input[type="date"]::-webkit-clear-button {
  display: none;
}
.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator,
.wpcf7 input[type="time"]::-webkit-calendar-picker-indicator,
.wpcf7 input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  opacity: .7;
  cursor: pointer;
  margin-right: 6px;
}
.wpcf7 input[type="date"]::-webkit-datetime-edit {
  line-height: 1.5;
}

.wpcf7 .wpcf7-radio,
.wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.wpcf7 .wpcf7-radio label,
.wpcf7 .wpcf7-checkbox label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--c-focus);
}

.wpcf7 input[type="file"] {
  font-size: var(--font-size);
}

.wpcf7 ::placeholder {
  color: var(--c-muted);
  opacity: .85;
}

.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"] {
  display: inline-block;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: var(--c-focus);
  border: 1px solid var(--c-focus);
  border-radius: 999px;
  cursor: pointer;
  transition: opacity .2s ease, transform .02s ease;
}
.wpcf7 input[type="submit"]:hover,
.wpcf7 button[type="submit"]:hover { opacity: .9; }
.wpcf7 input[type="submit"]:active,
.wpcf7 button[type="submit"]:active { transform: translateY(1px); }
.wpcf7 input[type="submit"]:disabled { opacity: .5; cursor: not-allowed; }

.wpcf7 .wpcf7-not-valid {
  border-color: var(--c-error) !important;
  background: color-mix(in oklab, var(--c-error) 3%, #fff);
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: var(--c-error);
}

.wpcf7 form.submitting .wpcf7-submit {
  pointer-events: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: var(--radius);
  font-size: 13px;
  line-height: 1.6;
  border: 1px solid var(--c-border);
  background: #f8f8f8;
  color: var(--c-text);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--c-ok);
  background: color-mix(in oklab, var(--c-ok) 8%, #fff);
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: var(--c-error);
  background: color-mix(in oklab, var(--c-error) 6%, #fff);
}

.wpcf7 .req {
  display: inline-block;
  margin-left: .5em;
  padding: .15em .5em;
  font-size: 11px;
  color: #fff;
  background: var(--c-error);
  border-radius: 3px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .wpcf7 .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
  }
  .wpcf7 .grid-2 > * { margin: 0; }
}

@supports (-webkit-touch-callout: none) {
  .wpcf7 input,
  .wpcf7 select,
  .wpcf7 textarea { font-size: 16px; }
}

.wpcf7 input[type="date"] {
  width: 50%;
  min-width: 200px;
}

.point_list{
  padding: 20px 30px;
  margin-bottom: 20px;
  border: 3px solid #abcbe2;
}

.point_list li{
  font-size: 2rem;
  padding: 0 0 0 35px;
  margin: 10px 0;
  position: relative;
}

.point_list li::before{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  background-color: #fff;
  border: 2px solid #999;
}

.point_list li::after{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 4px solid;
  border-left: 4px solid;
  border-color:  #cc0000;
}

.btn{
  margin-top: 50px;
  width: min(100%, 300px);
}

.btn.c{
  margin-left: auto;
  margin-right: auto;
}

.btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  text-align: center;
  padding: 8px 40px 8px 30px;
  line-height: 1.3;
  color: #fff;
  background: #C92B0F;
  border: 1px solid #C92B0F;
  position: relative;
}

.btn_w a{
  color: #C92B0F;
  background: #fff;
  border: 1px solid #fff;
}

.btn a:hover{
  color: #C92B0F;
  background: #fff;
}

.btn_w a:hover{
  color: #fff;
  background: #C92B0F;
}

.btn a::before{
  content: "";
  display: block;
  width:0;
  height:0;
  border-style:solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: ease .3s;
}

.btn_w a::before{
  border-color: transparent transparent transparent #C92B0F;
}

.btn a:hover::before{
  border-color: transparent transparent transparent #C92B0F;
}

.btn_w a:hover::before{
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 767px){
  .btn{
    margin: 30px auto;
    width: min(100%, 200px);
  }
  .btn a{
    min-height: 38px;
    font-size: 1.3rem;
    padding: 8px 40px 8px 30px;
  }
  .btn a::before{
    right: 8px;
    border-width: 4px 0 4px 4px;
  }

}

@keyframes tabAnim{
 0%{opacity:0;}
 100%{opacity:1;}
}

.tab_wrap [name=tab_btn]{
	display: none;
}

.tab_area{
  display: -webkit-box;
  display: flex;
  font-size: 0;
  height: 45px;
  position: relative;
  bottom: -1px;
  z-index: 1;
}

.tab_area label{
  flex: 0 1 25%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor:pointer;
  transition:ease 0.2s opacity;
  background: #ccc;
  margin-right: 1px;
  border: 1px solid #ccc;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}

.tab_panel{
  width:100%;
  opacity: 0;
  padding: 2rem;
  display: none;
}
.tab_area label:hover,
#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label,
#tab4:checked ~ .tab_area .tab4_label{
  color: #fff;
  background: #333;
}
#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3,
#tab4:checked ~ .panel_area #panel4{
  display:block; 
  animation:tabAnim ease 0.6s forwards;
  -ms-animation:tabAnim ease 0.6s forwards;
}

.cf-turnstile{
  margin-top: 40px;
	text-align: center;
}