@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

.all_wrapper,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
.all_wrapper hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

.all_wrapper a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

.all_wrapper a:active,
.all_wrapper a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

main {
  overflow: hidden;
}

.font_1 {
  display: inline-block;
  font-family: "Yu Mincho" 、 "游明朝";
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .icon-hamburger hr {
    margin: 7px auto 0;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/karasawa_main.JPG);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: zoom 30s 1;
  animation: zoom 30s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.text {
  /*wrapperの中身を上下中央揃え*/
  position: absolute;
  bottom: 5%;
  left: 5%;
  margin: auto;
  text-align: left;
  font-weight: bolder;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .text {
    font-weight: normal;
  }
}

.text .ttl_img {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .text .ttl_img {
    width: 100%;
  }
}

.text .ttl_img img {
  width: 100%;
}

.text .sub_ttl {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .text .sub_ttl {
    font-size: 16px;
  }
}

.text h1 {
  font-size: 80px;
}

@media screen and (max-width: 768px) {
  .text h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .text .intro_text {
    font-size: 12px;
  }
}

.text .mt_name_list {
  max-width: 1200px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .text .mt_name_list {
    margin: 10px auto 0;
  }
}

.text .mt_name_list a {
  padding: 2px 20px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.text .mt_name_list a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.text .mt_name_list a:hover {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.cap {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.cap p {
  color: #fff;
  font-size: 12px;
  font-weight: bolder;
}

.top_contents {
  max-width: 1000px;
  margin: 30px auto;
}

.top_contents h2 {
  padding: 8px;
  border-bottom: 1px solid lightgrey;
}

@media screen and (max-width: 768px) {
  .top_contents h2 {
    font-size: 18px;
  }
}

.top_contents p {
  padding: 8px;
}

.top_contents .goods_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top_contents .goods_sec .goods {
  width: 13%;
  margin: 10px 5px;
}

@media screen and (max-width: 768px) {
  .top_contents .goods_sec .goods {
    width: 22%;
  }
}

.top_contents .goods_sec .goods img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_contents .goods_sec .goods img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.7;
}

.top_contents .goods_sec .goods p {
  font-size: 12px;
  text-align: center;
}

.top_contents .goods_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .top_contents .goods_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top_contents .goods_wrapper .goods_list {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .top_contents .goods_wrapper .goods_list {
    width: 95%;
    margin: 0 auto;
  }
}

.top_contents .goods_wrapper .goods_list .goods_name {
  margin: 8px 0;
  padding: 5px;
  background-color: #00003b;
  color: #fff;
  font-weight: bolder;
}

.top_contents .goods_wrapper .goods_list .goods_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_contents .goods_wrapper .goods_list .goods_box .goods_left {
  width: 60%;
}

.top_contents .goods_wrapper .goods_list .goods_box .goods_right {
  width: 35%;
}

.top_contents .goods_wrapper .goods_list .goods_box .goods_right img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_contents .goods_wrapper .goods_list .goods_box .goods_right img:hover {
  opacity: 0.7;
}

.top_contents .goods_wrapper .goods_list .goods_box .goods_right h4, .top_contents .goods_wrapper .goods_list .goods_box .goods_right p {
  font-size: 12px;
}

.inner_wrapper {
  max-width: 1200px;
  margin: 30px auto;
}

.inner_wrapper .item {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .inner_wrapper .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner_wrapper .item .item_img {
  width: 55%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .inner_wrapper .item .item_img {
    width: 95%;
    margin: 0 auto;
  }
}

.inner_wrapper .item .item_img img {
  width: 100%;
  -webkit-animation: animationZoom2 40s ease-in-out infinite;
          animation: animationZoom2 40s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .inner_wrapper .item .order {
    -webkit-box-ordinal-group: -9;
        -ms-flex-order: -10;
            order: -10;
  }
}

.inner_wrapper .item .item_text {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .inner_wrapper .item .item_text {
    width: 95%;
    margin: 0 auto;
  }
}

.inner_wrapper .item .item_text .red_bg {
  background-color: red;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-weight: bolder;
}

.inner_wrapper .item .item_text .mt_name {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  .inner_wrapper .item .item_text .mt_name {
    font-size: 18px;
  }
}

.inner_wrapper .item .item_text .line {
  border-top: 0.5px solid black;
  border-bottom: 0.5px solid black;
  font-size: 14px;
  font-weight: bolder;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.banner {
  max-width: 600px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .banner {
    width: 95%;
  }
}

.banner img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes animationZoom2 {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes animationZoom2 {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.btn_scl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding: 10px 5px;
  border: #00003b 1px solid;
  background-color: #00003b;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 auto 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_scl:hover {
  background-color: #fff;
  color: #00003b;
}

.mt30 {
  margin-top: 30px;
}

.mt10 {
  margin-top: 10px;
}

.icn {
  width: 40px;
  vertical-align: middle;
  padding: 3px;
}

.school_bnr {
  max-width: 800px;
  margin: 30px auto;
}

.school_bnr img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.school_bnr img:hover {
  opacity: 0.7;
}
/*# sourceMappingURL=style.css.map */