@charset "UTF-8";
/******************************
 * RESETs
******************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6, p,
ol,
ul,
ol ol,
ul ul,
ol ul,
ul ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #999;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

/* ボタンIOS対応 */
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: linear-gradient(to bottom, #EEE 0%, #CCC 100%);
  font-weight: normal;
}

button:hover {
  background: linear-gradient(to bottom, #FFF 0%, #CCC 100%);
}

select {
  word-wrap: normal;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* ボタンIOS対応 */
button {
  -webkit-appearance: none;
  background: linear-gradient(to bottom, #EEE 0%, #CCC 100%);
  font-weight: normal;
}

button:hover {
  background: linear-gradient(to bottom, #FFF 0%, #CCC 100%);
}

/******************************
 * BASE
******************************/
* {
  min-height: 0vw;
}

html {
  scroll-padding-top: 160px;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

.textl {
  text-align: left;
}

.textc {
  text-align: center;
}

.textr {
  text-align: right;
}

.imgr {
  float: right;
}

.imgl {
  float: left;
}

.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.gotop {
  display: block;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  background: rgba(255, 252, 252, 0.6);
  padding-top: 10px;
  text-align: center;
  text-decoration: none;
  opacity: 1;
  position: fixed;
  bottom: 35px;
  right: 15px;
  z-index: 100;
  border: solid 1px #999;
  padding-left: 10px;
}
.gotop:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #fff !important;
  opacity: 0.85;
}
.gotop:before {
  content: "";
  display: block;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  width: 21%;
  height: 21%;
  top: 42%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(315deg);
}

.col_red {
  color: #c00;
}

/******************************
 * MENU
******************************/
#header0 {
  clear: both;
  z-index: 999;
  padding: 10px 25px 20px 25px;
  background: rgba(255, 255, 255, 0.9);
}

#header {
  align-items: center;
  display: flex;
}
#header h1 {
  margin-right: auto;
  margin-top: 10px;
}
#header p {
  float: right;
}
#header ul {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  margin-left: 35px;
}
#header ul li {
  margin-left: 35px;
  font-weight: 600;
}
#header ul li ol {
  display: flex;
}
#header ul li ol li {
  margin-left: 15px;
}

#search_f {
  width: 100%;
}
#search_f .search-form {
  float: right;
  display: flex;
}
#search_f .search-form .search-field {
  width: 100%;
}
#search_f .search-form .search-submit {
  width: 40px;
  height: 33px;
  margin-left: 7px;
}

@media screen and (max-width: 880px) {
  #header ul {
    display: block;
  }
  #header ul li {
    margin-left: 0;
  }
  #header ul li a {
    padding: 7px 0;
  }
  #header ul li ol li {
    margin-left: 0;
    margin-right: 25px;
  }
  #navi {
    transition: all 0.6s;
    overflow-y: auto;
    padding: 40px 20px;
    width: 300px;
    height: 100vh;
    z-index: 200;
    top: 0;
    right: -320px;
    background-color: #fff;
    position: fixed;
  }
  #navi li {
    border-bottom: dotted 1px #333;
  }
  #navi li a {
    padding: 10px;
    display: block;
  }
  .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 7px;
    right: 25px;
    cursor: pointer;
    position: absolute;
  }
  .hamburger_line {
    transition: all 0.6s;
    width: 34px;
    height: 2px;
    left: 5px;
    background-color: #000;
    position: absolute;
  }
  .hamburger_line1 {
    top: 10px;
  }
  .hamburger_line2 {
    top: 21px;
  }
  .hamburger_line3 {
    top: 32px;
  }
  .nav_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }
  .nav_open #header #navi {
    right: 0;
  }
  .nav_open .nav_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
  }
#search_f .search-form {
	margin-top:25px;
}
}
@media screen and (max-width: 560px) {
  #header h1 {
    width: 180px;
  }
  #header h1 img {
    width: 100%;
    height: auto;
  }
}
/******************************
 * MAIN
******************************/
#main {
  margin: 0 0 55px 0;
}

/* パンクズ */
#breadcrumb_area {
  margin: 0 0 10px 0;
}
#breadcrumb_area .breadcrumb {
  display: flex;
  justify-content: flex-end;
  gap: 0 10px;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
#breadcrumb_area .breadcrumb a {
  color: #000;
  text-decoration: none;
}
#breadcrumb_area .breadcrumb a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
#breadcrumb_area .breadcrumb li {
  display: flex;
  align-items: center;
}
#breadcrumb_area .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin-left: 10px;
  content: "/";
  position: relative;
  top: 2px;
}

.bdr {
  border-bottom: dashed 1px #333;
}

.b_title_area {
  background: rgb(248, 205, 115);
  background: linear-gradient(81deg, rgb(248, 205, 115) 0%, rgb(251, 233, 196) 44%, rgb(253, 224, 241) 100%);
}
.b_title_area .b_img {
  padding: 80px 0;
  width: 100%;
  background-image: url(../../img/b_left.png), url(../../img/b_right.png);
  background-position: -30% 50%, 100% 50%;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 1060px) {
  .b_title_area .b_img {
    background-size: 40%, 40%;
  }
}
@media screen and (max-width: 600px) {
  .b_title_area .b_img {
    padding: 40px 0;
  }
}
.b_title_area h2 {
  font-size: clamp(1.25rem, 0.886rem + 1.82vw, 2.25rem);
  font-weight: 600;
}

#main h33 {
  margin: 100px 0 55px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  line-height: 1.3;
  font-weight: 500;
  padding-left: 20px;
  border-left: solid 7px #0898df;
}
#main h33:first-child {
  margin: 55px 0;
}

#main h4 {
  margin: 55px 0 25px 0;
  font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
  line-height: 1.3;
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  #breadcrumb_area .breadcrumb {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 7px;
  }
  #breadcrumb_area .breadcrumb li {
    display: inline;
  }
  #breadcrumb_area .breadcrumb li:not(:last-child)::after {
    margin-left: 0;
  }
}
/******************************
 * FOOTER
******************************/
.button-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 2em;
  border: 1px solid #c0c0c0;
  border-radius: 25px;
  background-color: #fff;
  color: #000;
  font-size: 1em;
  margin-left: 25px;
}
@media screen and (max-width: 500px) {
  .button-1 {
    margin-left: auto;
    width: 80%;
  }
}

.button-1::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  content: "";
}

#footer {
  padding: 25px 0 10px 0;
  background: #555;
  margin-top: 80px;
  color: #fff;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #eee;
}
#footer .inner {
  display: flex;
}
#footer .inner dl {
  width: 40%;
}
#footer .inner dl dd {
  font-size: 14px;
}
#footer .inner div {
  width: 58%;
}
#footer .inner div #telmail {
  display: flex;
  margin-bottom: 27px;
  align-items: center;
  line-height: 1.3;
}
#footer .inner div #telmail .tel_num {
  font-size: 24px;
  font-weight: 600;
}
#footer .inner div #telmail span {
  display: block;
  font-size: 12px;
  text-align: center;
}
#footer .inner div #telmail .material-icons {
  font-size: 16px;
  margin-bottom: -3px;
}
@media screen and (max-width: 500px) {
  #footer .inner div #telmail {
    display: block;
  }
  #footer .inner div #telmail li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  #footer .inner div #telmail .tel_num {
    font-size: 28px;
  }
}
#footer .inner div #navi2 {
  display: flex;
  flex-wrap: wrap;
}
#footer .inner div #navi2 li {
  width: 50%;
}
#footer .inner div #navi2 .wid1 {
  width: 100%;
}
@media screen and (max-width: 500px) {
  #footer .inner div #navi2 {
    display: block;
  }
  #footer .inner div #navi2 li {
    width: 100%;
    border-bottom: dotted 1px #ccc;
  }
  #footer .inner div #navi2 li a {
    padding: 5px;
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #footer .inner {
    flex-wrap: wrap;
  }
  #footer .inner dl {
    order: 2;
    width: 100%;
    margin-top: 55px;
  }
  #footer .inner div {
    width: 100%;
    order: 1;
  }
}
#footer .copy {
  font-size: 11px;
  margin-top: 35px;
  text-align: center;
}