/*
reset.css
https://github.com/hankchizljaw/modern-css-reset/blob/master/dist/reset.css
*/

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* line 2, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 60, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 69, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 72, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/simple_calendar-2.4.3/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}
/* line 6, app/assets/stylesheets/admin/event_areas.scss */
#event-area-edit {
  width: 80%;
  padding: 150px 0;
  margin: 0 auto;
}

/* line 11, app/assets/stylesheets/admin/event_areas.scss */
#event-area-edit div {
  margin: 10px 0;
}

/* line 16, app/assets/stylesheets/admin/event_areas.scss */
#event-area-edit .color-sample {
  margin: 30px 0;
  display: inline-block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: #FF00FF;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

/* line 29, app/assets/stylesheets/admin/event_areas.scss */
#event-area-edit .color-sample:hover {
  opacity: 0.7;
}

/* line 39, app/assets/stylesheets/admin/event_areas.scss */
#event-area-new {
  width: 80%;
  padding: 150px 0;
  margin: 0 auto;
}

/* line 44, app/assets/stylesheets/admin/event_areas.scss */
#event-area-new .color-sample {
  margin: 30px 0;
  display: inline-block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  background: #FF00FF;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}

/* line 57, app/assets/stylesheets/admin/event_areas.scss */
#event-area-new .color-sample:hover {
  opacity: 0.7;
}

/* line 61, app/assets/stylesheets/admin/event_areas.scss */
#event-area-new div {
  margin: 10px 0;
}

/* line 71, app/assets/stylesheets/admin/event_areas.scss */
#event_areas {
  width: 80%;
  padding: 150px 0;
  margin: 0 auto;
}

/* line 77, app/assets/stylesheets/admin/event_areas.scss */
#event_areas .event_new_link {
  display: block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: #40e0d0;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 30px;
  color: #fff;
}

/* line 90, app/assets/stylesheets/admin/event_areas.scss */
#event_areas .event_new_link:hover {
  opacity: 0.8;
}

/* line 95, app/assets/stylesheets/admin/event_areas.scss */
#event_areas .area_name > a {
  display: inline-block;
  text-decoration: none;
  margin: 5px 0;
  width: 200px;
  line-height: 20px;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
}

/* line 106, app/assets/stylesheets/admin/event_areas.scss */
#event_areas .event_areas_each {
  margin: 50px 0;
}

/* line 110, app/assets/stylesheets/admin/event_areas.scss */
#event_areas .area_name > a:hover {
  opacity: 0.7;
}
/* line 7, app/assets/stylesheets/admin/informations.scss */
.add-information {
  display: inline-block;
  width: 100vw;
  height: 50px;
  background: #408de0;
  border: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  margin: 30px 0;
  color: #fff;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/admin/informations.scss */
.add-information:hover {
  opacity: 0.7;
}

/* line 29, app/assets/stylesheets/admin/informations.scss */
#informations-index {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}

/* line 35, app/assets/stylesheets/admin/informations.scss */
#information-new {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}

/* line 41, app/assets/stylesheets/admin/informations.scss */
#information_content {
  margin: 10px auto 0;
  width: 100%;
  height: 30px;
  border: gray 1px solid;
  border-radius: 5px;
}

/* line 49, app/assets/stylesheets/admin/informations.scss */
#information-new > form > input[type=submit] {
  display: block;
  margin: 30px 0;
  background: #40e0d0;
  border: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 5px;
}

/* line 64, app/assets/stylesheets/admin/informations.scss */
#information-new > form > input[type=submit]:hover {
  opacity: 0.7;
}

/* line 68, app/assets/stylesheets/admin/informations.scss */
.each_information {
  padding: 10px 10px;
  border-bottom: 1px solid gray;
}

/* line 75, app/assets/stylesheets/admin/informations.scss */
.informations-area > a:nth-child(odd) > .each_information {
  background: #f5f5f5;
}

/* line 79, app/assets/stylesheets/admin/informations.scss */
.informations-area > a:nth-child(odd) > .each_information:hover, .informations-area > a:nth-child(even) > .each_information:hover {
  background: #d3d3d3;
}

/* line 83, app/assets/stylesheets/admin/informations.scss */
#information-index > a {
  text-decoration: none;
}

/* line 88, app/assets/stylesheets/admin/informations.scss */
.informations-area {
  margin: 50px 0;
}

/* line 93, app/assets/stylesheets/admin/informations.scss */
.delete-information {
  display: block;
  width: 100px;
  height: 30px;
  background: #ff0000;
  color: white;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border-radius: 5px;
  margin: 20px 0 0 auto;
}
/* line 6, app/assets/stylesheets/admin/inspirations.scss */
.add-inspiration {
  display: inline-block;
  width: 100vw;
  height: 50px;
  background: #40e0d0;
  border: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  margin: 30px 0;
  color: #fff;
  text-decoration: none;
}

/* line 22, app/assets/stylesheets/admin/inspirations.scss */
.add-inspiration:hover {
  opacity: 0.7;
}

/* line 28, app/assets/stylesheets/admin/inspirations.scss */
#inspirations-index {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}

/* line 34, app/assets/stylesheets/admin/inspirations.scss */
#inspiration-new {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}

/* line 40, app/assets/stylesheets/admin/inspirations.scss */
#inspiration_content {
  margin: 10px auto 0;
  width: 100%;
  height: 300px;
  border: gray 1px solid;
  border-radius: 2px;
}

/* line 48, app/assets/stylesheets/admin/inspirations.scss */
#inspiration-new > form > input[type=submit] {
  display: block;
  margin: 30px 0;
  background: #40e0d0;
  border: none;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border-radius: 5px;
}

/* line 63, app/assets/stylesheets/admin/inspirations.scss */
#inspiration-new > form > input[type=submit]:hover {
  opacity: 0.7;
}

/* line 67, app/assets/stylesheets/admin/inspirations.scss */
.each_inspiration {
  padding: 10px 10px;
  border-bottom: 1px solid gray;
}

/* line 74, app/assets/stylesheets/admin/inspirations.scss */
.inspirations-area > a:nth-child(odd) > .each_inspiration {
  background: #f5f5f5;
}

/* line 78, app/assets/stylesheets/admin/inspirations.scss */
.inspirations-area > a:nth-child(odd) > .each_inspiration:hover, .inspirations-area > a:nth-child(even) > .each_inspiration:hover {
  background: #d3d3d3;
}

/* line 82, app/assets/stylesheets/admin/inspirations.scss */
#inspiration-index > a {
  text-decoration: none;
}

/* line 87, app/assets/stylesheets/admin/inspirations.scss */
.inspirations-area {
  margin: 50px 0;
}

/* line 92, app/assets/stylesheets/admin/inspirations.scss */
.delete-inspiration {
  display: block;
  width: 100px;
  height: 30px;
  background: #ff0000;
  color: white;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border-radius: 5px;
  margin: 20px 0 0 auto;
}
/* line 5, app/assets/stylesheets/admin/line_informations.scss */
#line-infomation-new {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}

/* line 11, app/assets/stylesheets/admin/line_informations.scss */
#line-information-index {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
}
/* line 6, app/assets/stylesheets/admin/schedules.scss */
#schedule-new {
  width: 80%;
  margin: 0 auto;
  padding: 150px 0;
}

/* line 14, app/assets/stylesheets/admin/schedules.scss */
#schedule-edit {
  width: 80%;
  margin: 0 auto;
  padding: 150px 0;
}

/* line 22, app/assets/stylesheets/admin/schedules.scss */
#schedule-index {
  width: 80%;
  margin: 0 auto;
  padding: 150px 0;
}

/* line 29, app/assets/stylesheets/admin/schedules.scss */
#schedule-index tbody td {
  height: 150px;
}

/* line 34, app/assets/stylesheets/admin/schedules.scss */
#schedule-index div {
  overflow-x: scroll;
}

/* line 39, app/assets/stylesheets/admin/schedules.scss */
#schedule-index .schedule-new {
  margin-bottom: 20px;
  display: inline-block;
  width: 150px;
  height: 30px;
  line-height: 30px;
  background: #00bfff;
  border-radius: 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/admin/schedules.scss */
#schedule-index #schedule-index > div {
  overflow-x: scroll;
}

/* line 59, app/assets/stylesheets/admin/schedules.scss */
#schedule-index .calendar {
  font-size: 10px;
}

/* line 64, app/assets/stylesheets/admin/schedules.scss */
#schedule-index .calendar:hover {
  background: #dcdcdc;
  border-radius: 3px;
}

/* line 70, app/assets/stylesheets/admin/schedules.scss */
#schedule-index .each-schedule {
  text-decoration: none;
  border-radius: 5px;
  font-size: 12px;
  color: #000;
  padding: 0 3px;
  font-weight: bold;
  overflow: hidden;
}

/* line 82, app/assets/stylesheets/admin/schedules.scss */
#schedule-index .each-schedule {
  display: block;
}

/* line 86, app/assets/stylesheets/admin/schedules.scss */
#schedule-index .each-schedule-res {
  display: none;
}

@media screen and (max-width: 900px) {
  /* line 94, app/assets/stylesheets/admin/schedules.scss */
  #schedule-index .each-schedule-res {
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    color: #000;
    padding: 0 3px;
    font-weight: bold;
    overflow: hidden;
    display: inline-block;
  }
  /* line 105, app/assets/stylesheets/admin/schedules.scss */
  #schedule-index .each-schedule {
    display: none;
  }
  /* line 109, app/assets/stylesheets/admin/schedules.scss */
  #schedule-index .each-schedule-res {
    display: block;
  }
}
/* line 7, app/assets/stylesheets/admin/sub_informations.scss */
#sub_information_index, #sub_information_new, #sub_informations_edit {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}
/* line 8, app/assets/stylesheets/admin/videos.scss */
.video_item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  flex-wrap: wrap;
}

/* line 16, app/assets/stylesheets/admin/videos.scss */
.video_item:hover {
  background-color: #f3f3f3;
}

/* line 20, app/assets/stylesheets/admin/videos.scss */
.video_item img {
  width: 160px;
  height: 90px;
  background-color: black;
}

/* line 26, app/assets/stylesheets/admin/videos.scss */
.video_cell {
  flex: 1;
}

/* line 30, app/assets/stylesheets/admin/videos.scss */
.video_cell.public {
  width: 130px;
  flex: unset;
  text-align: center;
}

/* line 36, app/assets/stylesheets/admin/videos.scss */
.video_cell.image {
  display: flex;
  justify-content: center;
}

/* line 41, app/assets/stylesheets/admin/videos.scss */
.video_list_header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* line 48, app/assets/stylesheets/admin/videos.scss */
.video_list_pagenation {
  display: flex;
  margin-left: 20px;
}

/* line 53, app/assets/stylesheets/admin/videos.scss */
.page_number {
  margin-left: 20px;
}

/* line 57, app/assets/stylesheets/admin/videos.scss */
.badge {
  padding: 10px 20px;
  border-radius: 30px;
}

/* line 61, app/assets/stylesheets/admin/videos.scss */
.badge.green {
  background-color: #aeffbf;
}

/* line 64, app/assets/stylesheets/admin/videos.scss */
.badge.orange {
  background-color: #ffdcdc;
}

@media screen and (max-width: 768px) {
  /* line 69, app/assets/stylesheets/admin/videos.scss */
  .video_cell.public, .video_cell.image, .video_cell, .video_cell.genre {
    width: 100% !important;
    flex: unset;
    padding: 10px;
  }
  /* line 75, app/assets/stylesheets/admin/videos.scss */
  .video_cell.public {
    height: 50px;
  }
}
/* Navbar */
.site_header {
    display: flex;
    align-items: center;
    /* background-color: #d6def1; */
    padding: 10px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    backdrop-filter: blur(2px);
}

.site_header.hide {
    display: none;    
}

.site_header.admin nav {
    margin-top: 0;
}

.site_header .site_name {
    text-decoration: none;
    font-weight: bold;
    color: black;
    z-index: 10;
}

.site_header .nav-right {
    margin-left: auto; 
    padding-right: 10px;
}

.site_header nav ul {
    list-style: none;
}

.site_header nav ul li {
    display: inline-block; 
    margin-left: 10px; 
    margin-right: 10px
}

.site_header a:link, .site_header a:visited, .site_header a:hover, .site_header a:active {
    text-decoration: none; 
}

.site_header nav a:link, .site_header nav a:visited, .site_header nav a:hover, .site_header nav a:active {
    color: #6c6c6c;
}

.site_header nav a:hover{
    color: black;
}

.site_header nav .active a:link, .site_header nav .active a:visited, .site_header nav .active a:hover, .site_header nav .active a:active{
    color: black;
    font-weight: bold;
}

.site_header .site_name a:link, .site_header .site_name a:visited, .site_header .site_name a:hover, .site_header .site_name a:active {
    color: black;
}

#header_user_email {
    position: relative;
    cursor: pointer;
}

.site_header .dropdown_menu {
    display: block;
    position: absolute;
    top: 100%;
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 6px;
    z-index: 20;
}
.site_header .dropdown_menu.disabled {
    display: none;
}

.md-side {
    display: flex;
    flex: 1;
}

.md-menu-button {
    display: none;
    margin-left: auto;
    cursor: pointer;
    z-index: 10;
}

.checkbox_md-menu-button {
    display: none;
}

/**/
.main_content {
    padding: 30px;
    min-width: 100%; 
    min-height: calc(100vh - 76px);
    padding-top: 80px;
}

/* 丸ボタン */
.rounded-button {
    padding: 10px 20px;
    border-radius: 30px;
    max-width: 150px;
    text-align: center;
}

.rounded-button:active{
    transform: scale(0.8);    
}

.rounded-button a {
    text-decoration: none;
    cursor: pointer;
}
.rounded-button.blue{
    background-color: #c0fcff;
}
.rounded-button.blue:hover{
    background-color: #55edf4
}
.rounded-button.blue a {
    color: #555;
}

/* 下線なしリンク*/
.link_no_decoration {
    text-decoration: none;
    color: black;
}

/* ボタン */
.button{
    display: inline-block;
    background-color: #dadada;
    padding: 8px;
    border-radius: 6px;
    color: black;
    cursor: pointer;
}

.button:hover{
    background-color: #c0c0c0;
}

.button.green{
    background-color: #9cffbf;
}
.button.green:hover{
    background-color: #57e88a;
}

/* alert */
.alert {
    position: fixed;
    z-index: 1010;
    top: 65px;
    /*right: -110px;*/
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: rgba(163,234,250, 0.6);
    padding: 5px 15px;
    text-align: center;
    border-radius: 5px;
    animation: alert-animeation 5s forwards;
    font-size: 13px;
}

.alert.alert-danger {
    background-color: rgba(255,200,200, 0.8);
    animation: unset;
}

.alert ul {
    margin: 0;
}

.alert li, #error_explanation li {
    list-style-type: disc;
    text-align: left;
}

#error_explanation {
    margin-bottom: 10px 0;
    background-color: rgba(255,200,200, 0.8);
    padding: 10px;
    border-radius: 10px;
}

#error_explanation .title {
    font-size-adjust: 1.2rem;
    font-weight: bold;
}

@keyframes alert-animeation {
    0% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Logout Button*/
.logout_button{
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: black;
    padding: 5px 10px;
    z-index: 20;
    text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .main_content {
        padding-left: 5px;
        padding-right: 5px;
    }
    .md-side {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ffffffe0;
        width: 100%;
        padding-top: 60px;
    }
    .md-menu-button {
        display: block;
    }
    .checkbox_md-menu-button:checked ~ .md-side {
        display: flex;
    }
    .md-side nav ul li {
        display: block;
        margin-top: 10px;
    }
    .md-side .nav-right {
        margin-left: unset;
    }
}
/* line 7, app/assets/stylesheets/home.scss */
.account-area {
  display: flex;
  padding: 0;
  margin: 0;
  height: 0;
}

/* line 14, app/assets/stylesheets/home.scss */
.account-area > li:nth-child(1) {
  width: 60%;
  z-index: 100;
}

/* line 19, app/assets/stylesheets/home.scss */
.account-area > li:nth-child(2) {
  width: 12vw;
  margin-right: 10px;
}

/* line 24, app/assets/stylesheets/home.scss */
.account-area > li:nth-child(3) {
  width: 12vw;
}

/* line 28, app/assets/stylesheets/home.scss */
.account-area > li:nth-child(4) {
  width: 20%;
}

/* line 33, app/assets/stylesheets/home.scss */
.account-area .login, .account-area .signup {
  display: inline-block;
  height: auto;
  width: 12vw;
  margin: 0 10px;
  top: 0;
  position: absolute;
  z-index: 2;
}

/* line 42, app/assets/stylesheets/home.scss */
.account-area .login:hover, .account-area .signup:hover {
  opacity: 0.7;
}

/* line 48, app/assets/stylesheets/home.scss */
img.logo:hover {
  opacity: 0.7;
}

/* line 54, app/assets/stylesheets/home.scss */
#stork-mean > span.top-catch-responsive {
  display: none;
}

/* line 58, app/assets/stylesheets/home.scss */
#stork-mean > span.top-catch {
  display: block;
}

/* line 62, app/assets/stylesheets/home.scss */
li {
  list-style-type: none;
}

/* line 66, app/assets/stylesheets/home.scss */
#profile {
  height: 400px;
  background: #ffc0cb82;
  justify-content: center;
  text-align: center;
}

/* line 71, app/assets/stylesheets/home.scss */
#profile .title {
  font-size: 1.4rem;
  padding: 40px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 77, app/assets/stylesheets/home.scss */
#profile .message {
  font-size: 10px;
}

/* line 80, app/assets/stylesheets/home.scss */
#profile .message-area {
  width: 25%;
}

/* line 83, app/assets/stylesheets/home.scss */
#profile .photo {
  width: 20%;
  margin: 70px 50px;
}

/* line 95, app/assets/stylesheets/home.scss */
#contact {
  height: 300px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 99, app/assets/stylesheets/home.scss */
#contact .title {
  text-align: center;
  font-size: 1.4rem;
  padding: 40px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 106, app/assets/stylesheets/home.scss */
#contact .contact-div {
  text-align: center;
}

/* line 109, app/assets/stylesheets/home.scss */
#contact .contact-button {
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin: 0 auto;
  width: 230px;
  height: 50px;
  line-height: 50px;
  border: 1px gray solid;
  transition: background-color 1s;
}

/* line 119, app/assets/stylesheets/home.scss */
#contact .contact-button .fa-envelope {
  padding: 0 20px 0 15px;
}

/* line 122, app/assets/stylesheets/home.scss */
#contact .contact-button span {
  padding: 0 15px 0 0;
}

/* line 126, app/assets/stylesheets/home.scss */
#contact .contact-button:hover {
  opacity: 0.7;
  background: #80808099;
}

/* line 136, app/assets/stylesheets/home.scss */
#user-top .account-area .login, #user-top .account-area .signup {
  display: inline-block;
  height: auto;
  width: 12vw;
  margin: 0 10px;
  top: 0;
  position: absolute;
  z-index: 2;
}

/* line 145, app/assets/stylesheets/home.scss */
#user-top .account-area #hamburger {
  display: none;
}

/* line 149, app/assets/stylesheets/home.scss */
#user-top img.logo {
  margin: 10px auto 0;
  display: block;
  width: 50px;
}

/* line 154, app/assets/stylesheets/home.scss */
#user-top #slide ul {
  position: relative;
  margin: 0;
}

/* line 158, app/assets/stylesheets/home.scss */
#user-top #slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

/* line 164, app/assets/stylesheets/home.scss */
#user-top #slide .stork-mean {
  position: absolute;
  text-align: center;
  z-index: 100;
  top: 20vw;
  left: 0;
  right: 0;
  font-size: 1.7rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 3px;
}

/* line 176, app/assets/stylesheets/home.scss */
#user-top #slide .stork-corporation {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Didact Gothic', sans-serif;
  letter-spacing: 2px;
}

/* line 182, app/assets/stylesheets/home.scss */
#user-top #button {
  padding-top: 56vw;
  text-align: center;
}

/* line 186, app/assets/stylesheets/home.scss */
#user-top #button ul {
  display: inline-block;
  padding: 0;
}

/* line 190, app/assets/stylesheets/home.scss */
#user-top #button ul li {
  float: left;
  margin-right: 15px;
}

/* line 194, app/assets/stylesheets/home.scss */
#user-top #button ul li:last-child {
  margin-right: 0;
}

/* line 197, app/assets/stylesheets/home.scss */
#user-top #button ul li a {
  text-indent: -9999px;
  text-decoration: none;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background: #000;
}

/* line 206, app/assets/stylesheets/home.scss */
#user-top #button ul li a.target {
  background: #41AFAD;
}

/* line 210, app/assets/stylesheets/home.scss */
#user-top img {
  display: inline-block;
  width: 100%;
}

/* line 217, app/assets/stylesheets/home.scss */
#user-top #menu {
  background: #dcdcdc57;
  padding: 50px 0;
}

/* line 222, app/assets/stylesheets/home.scss */
#user-top #menu > div.menu-flex {
  display: flex;
  justify-content: center;
}

/* line 226, app/assets/stylesheets/home.scss */
#user-top #menu > div.menu-flex > div {
  width: 14%;
  text-align: center;
  border: 1px solid #dcdcdc;
  display: inline-block;
  background: #000;
}

/* line 233, app/assets/stylesheets/home.scss */
#user-top #menu > div.menu-flex > div > a > img {
  display: line-block;
  width: 100%;
  height: 100%;
}

/* line 238, app/assets/stylesheets/home.scss */
#user-top #menu > div.menu-flex > div > a > img:hover {
  opacity: 0.9;
}

/* line 241, app/assets/stylesheets/home.scss */
#user-top #menu-responsive {
  display: none;
}

/* line 247, app/assets/stylesheets/home.scss */
#user-top #instagram-responsive {
  display: none;
}

/* line 254, app/assets/stylesheets/home.scss */
#user-top #instagram .title {
  text-align: center;
  font-weight: 800;
  text-align: center;
  font-size: 1.4rem;
  padding: 40px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 263, app/assets/stylesheets/home.scss */
#user-top #instagram .instagram-area {
  width: 55%;
  margin: 0 auto 50px;
}

/* line 266, app/assets/stylesheets/home.scss */
#user-top #instagram .instagram-area .insta-flex {
  display: flex;
  justify-content: space-between;
}

/* line 269, app/assets/stylesheets/home.scss */
#user-top #instagram .instagram-area .insta-flex div {
  width: 23%;
  margin: 2.5px 5px;
}

/* line 273, app/assets/stylesheets/home.scss */
#user-top #instagram .instagram-area .insta-flex .instagram-img {
  width: 100%;
  display: inline-block;
}

/* line 282, app/assets/stylesheets/home.scss */
#user-top #shop-responsive {
  display: none;
}

/* line 285, app/assets/stylesheets/home.scss */
#user-top #shop {
  background: #dcdcdc57;
  height: 420px;
}

/* line 288, app/assets/stylesheets/home.scss */
#user-top #shop .title {
  text-align: center;
  font-weight: 800;
  text-align: center;
  font-size: 1.4rem;
  padding: 40px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 297, app/assets/stylesheets/home.scss */
#user-top #shop .flex {
  display: flex;
  justify-content: center;
}

/* line 301, app/assets/stylesheets/home.scss */
#user-top #shop .flex > div {
  width: 15%;
  margin: 0 10px;
}

/* line 309, app/assets/stylesheets/home.scss */
#user-top #seminer {
  height: 630px;
}

/* line 311, app/assets/stylesheets/home.scss */
#user-top #seminer .title {
  text-align: center;
  font-weight: 800;
  text-align: center;
  font-size: 1.4rem;
  padding: 40px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 320, app/assets/stylesheets/home.scss */
#user-top #seminer .flex {
  display: flex;
  justify-content: center;
}

/* line 324, app/assets/stylesheets/home.scss */
#user-top #seminer .flex > div {
  text-align: center;
  padding: 0 10px;
}

/* line 328, app/assets/stylesheets/home.scss */
#user-top #seminer .flex > div div.img {
  width: 16vw;
  height: 10vw;
}

/* line 333, app/assets/stylesheets/home.scss */
#user-top #seminer .flex > div div.img {
  width: 16vw;
  height: 10vw;
}

/* line 338, app/assets/stylesheets/home.scss */
#user-top #seminer .information-img:hover {
  opacity: 0.7;
}

/* line 341, app/assets/stylesheets/home.scss */
#user-top #seminer .information-img {
  width: 16vw;
  height: 10.5vw;
  object-fit: cover;
  overflow: hidden;
}

/* line 347, app/assets/stylesheets/home.scss */
#user-top #seminer .date, #user-top #seminer .comment {
  font-size: 10px;
  text-align: left;
  margin: 5px 0;
  width: 16vw;
}

/* line 353, app/assets/stylesheets/home.scss */
#user-top #seminer .icook-title {
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  margin: 5px 0;
}

/* line 359, app/assets/stylesheets/home.scss */
#user-top #seminer .icook-comment {
  font-size: 10px;
  text-align: left;
  margin: 5px 0;
}

/* line 364, app/assets/stylesheets/home.scss */
#user-top #seminer .information-message > .line-information a {
  color: #e91e63;
}

/* line 371, app/assets/stylesheets/home.scss */
#user-top #profile {
  height: 450px;
  background: #ffc0cb82;
}

/* line 374, app/assets/stylesheets/home.scss */
#user-top #profile .profile-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

/* line 379, app/assets/stylesheets/home.scss */
#user-top #profile .title {
  font-size: 1.4rem;
  padding: 40px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 385, app/assets/stylesheets/home.scss */
#user-top #profile .message {
  font-size: 13px;
}

/* line 388, app/assets/stylesheets/home.scss */
#user-top #profile .message-area {
  width: 25%;
  height: 150px;
}

/* line 392, app/assets/stylesheets/home.scss */
#user-top #profile .photo {
  width: 20%;
  margin: 0px 50px;
}

/* line 404, app/assets/stylesheets/home.scss */
#user-top #contact {
  height: 200px;
  margin-bottom: 20px;
}

/* line 407, app/assets/stylesheets/home.scss */
#user-top #contact .title {
  text-align: center;
  font-size: 1.4rem;
  padding: 40px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 414, app/assets/stylesheets/home.scss */
#user-top #contact .contact-div {
  text-align: center;
}

/* line 417, app/assets/stylesheets/home.scss */
#user-top #contact .contact-button {
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin: 0 auto;
  width: 230px;
  height: 50px;
  line-height: 50px;
  border: 1px gray solid;
  transition: background-color 1s;
}

/* line 427, app/assets/stylesheets/home.scss */
#user-top #contact .contact-button .fa-envelope {
  padding: 0 20px 0 15px;
}

/* line 430, app/assets/stylesheets/home.scss */
#user-top #contact .contact-button span {
  padding: 0 15px 0 0;
}

/* line 434, app/assets/stylesheets/home.scss */
#user-top #contact .contact-button:hover {
  opacity: 0.7;
  background: #80808099;
}

/* line 442, app/assets/stylesheets/home.scss */
#user-top footer {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff;
  font-size: 10px;
}

/* line 450, app/assets/stylesheets/home.scss */
#user-top .more-button {
  margin: 30px 0 0 0;
  text-align: center;
}

/* line 454, app/assets/stylesheets/home.scss */
#user-top .more-button > a:hover {
  opacity: 0.5;
  background: #80808099;
}

/* line 458, app/assets/stylesheets/home.scss */
#user-top .more-button > a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin: 0 auto;
  width: 230px;
  height: 50px;
  line-height: 50px;
  border: 1px gray solid;
  transition: background-color 1s;
  background: #fff;
}

/* line 473, app/assets/stylesheets/home.scss */
#user-top .top-middle-pink {
  display: block;
}

/* line 476, app/assets/stylesheets/home.scss */
#user-top .top-middle-pink-res {
  display: none;
}

@media screen and (max-width: 896px) {
  /* line 134, app/assets/stylesheets/home.scss */
  #user-top {
    height: 400px;
  }
  /* line 483, app/assets/stylesheets/home.scss */
  #user-top img.logo {
    width: 50px;
    margin-left: 30px;
    margin-right: 10px;
  }
  /* line 488, app/assets/stylesheets/home.scss */
  #user-top #stork-mean > span.top-catch {
    display: none;
  }
  /* line 491, app/assets/stylesheets/home.scss */
  #user-top #stork-mean > span.top-catch-responsive {
    display: block;
  }
  /* line 495, app/assets/stylesheets/home.scss */
  #user-top .account-area .hamburger {
    display: inline-block;
  }
  /* line 498, app/assets/stylesheets/home.scss */
  #user-top .account-area li:nth-child(1) {
    z-index: 100;
  }
  /* line 502, app/assets/stylesheets/home.scss */
  #user-top .account-area li:nth-child(2) {
    width: 140px;
  }
  /* line 506, app/assets/stylesheets/home.scss */
  #user-top .account-area li:nth-child(3) {
    width: 150px;
  }
  /* line 510, app/assets/stylesheets/home.scss */
  #user-top .account-area .signup, #user-top .account-area .login {
    display: inline-block;
    height: auto;
    margin: 0;
    top: 27px;
    position: absolute;
    z-index: 2;
    width: 80px;
  }
  /* line 520, app/assets/stylesheets/home.scss */
  #user-top .account-area #hamburger {
    display: inline-block;
  }
  /* line 527, app/assets/stylesheets/home.scss */
  #user-top #slide {
    height: 120vw;
    margin-top: 70px;
  }
  /* line 531, app/assets/stylesheets/home.scss */
  #user-top #slide li img {
    width: 100%;
    height: 120vw;
    object-fit: cover;
  }
  /* line 536, app/assets/stylesheets/home.scss */
  #user-top #slide .stork-mean {
    position: absolute;
    text-align: center;
    z-index: 100;
    top: 60vw;
    left: 0;
    right: 0;
    font-size: 1.2rem;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 3px;
    width: 70%;
    margin: 0 auto;
  }
  /* line 550, app/assets/stylesheets/home.scss */
  #user-top #button {
    padding-top: 0;
  }
  /* line 556, app/assets/stylesheets/home.scss */
  #user-top #menu {
    display: none;
  }
  /* line 559, app/assets/stylesheets/home.scss */
  #user-top #menu-responsive {
    display: block;
    width: 100%;
    padding: 20% 5%;
    background: #dcdcdc57;
  }
  /* line 565, app/assets/stylesheets/home.scss */
  #user-top #menu-responsive .menu-flex {
    display: flex;
  }
  /* line 567, app/assets/stylesheets/home.scss */
  #user-top #menu-responsive .menu-flex div {
    border: 1px solid #dcdcdc;
    width: 80%;
    margin: 0 auto;
    background: #000;
  }
  /* line 572, app/assets/stylesheets/home.scss */
  #user-top #menu-responsive .menu-flex div img {
    height: 100%;
  }
  /* line 575, app/assets/stylesheets/home.scss */
  #user-top #menu-responsive .menu-flex div img:hover {
    opacity: 0.8;
  }
  /* line 584, app/assets/stylesheets/home.scss */
  #user-top .title {
    font-size: 1.4rem;
    padding: 40px 0;
    font-family: 'Alata', sans-serif;
    letter-spacing: 3px;
  }
  /* line 590, app/assets/stylesheets/home.scss */
  #user-top .message {
    font-size: 10px;
  }
  /* line 593, app/assets/stylesheets/home.scss */
  #user-top .message-area {
    width: 25%;
    margin: 40px auto;
  }
  /* line 597, app/assets/stylesheets/home.scss */
  #user-top .photo {
    width: 20%;
    margin: 70px 50px;
  }
  /* line 608, app/assets/stylesheets/home.scss */
  #user-top .top-middle-pink {
    display: none;
  }
  /* line 611, app/assets/stylesheets/home.scss */
  #user-top .top-middle-pink-res {
    display: block;
  }
  /* line 617, app/assets/stylesheets/home.scss */
  #user-top #instagram {
    display: none;
  }
  /* line 620, app/assets/stylesheets/home.scss */
  #user-top #instagram-responsive {
    display: block;
    padding: 10% 0;
  }
  /* line 625, app/assets/stylesheets/home.scss */
  #user-top #instagram-responsive .title {
    text-align: center;
    font-weight: 800;
    text-align: center;
    font-size: 1.4rem;
    padding: 40px 0;
    font-family: 'Alata', sans-serif;
    letter-spacing: 3px;
  }
  /* line 635, app/assets/stylesheets/home.scss */
  #user-top #instagram-responsive .instagram-area .insta-flex {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
  /* line 640, app/assets/stylesheets/home.scss */
  #user-top #instagram-responsive .instagram-area .insta-flex div {
    width: 49%;
    margin: 4px 0;
  }
  /* line 650, app/assets/stylesheets/home.scss */
  #user-top #shop {
    display: none;
  }
  /* line 653, app/assets/stylesheets/home.scss */
  #user-top #shop-responsive {
    display: block;
    padding: 50px;
    background: #dcdcdc57;
  }
  /* line 659, app/assets/stylesheets/home.scss */
  #user-top #shop-responsive .title {
    text-align: center;
    font-weight: 800;
    text-align: center;
    font-size: 1.4rem;
    padding: 40px 0;
    font-family: 'Alata', sans-serif;
    letter-spacing: 3px;
  }
  /* line 668, app/assets/stylesheets/home.scss */
  #user-top #shop-responsive .flex {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
  /* line 673, app/assets/stylesheets/home.scss */
  #user-top #shop-responsive .flex div {
    width: 49%;
    margin: 4px 0;
  }
  /* line 682, app/assets/stylesheets/home.scss */
  #user-top #seminer {
    height: 118vw;
    width: 90%;
    margin: 0 auto;
  }
  /* line 686, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex {
    display: flex;
    overflow-x: scroll;
    justify-content: left;
  }
  /* line 691, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex > div {
    width: 90%;
    margin: 0px;
    flex-shrink: 0;
  }
  /* line 695, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex > div div.img {
    width: 100%;
    height: auto;
  }
  /* line 699, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex > div .information-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  /* line 704, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex > div .date, #user-top #seminer .flex > div .comment {
    font-size: 1rem;
    width: 100%;
  }
  /* line 708, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex > div .icook-title, #user-top #seminer .flex > div .icook-comment {
    font-size: 1rem;
  }
  /* line 714, app/assets/stylesheets/home.scss */
  #user-top .more-button a {
    width: 100%;
  }
  /* line 721, app/assets/stylesheets/home.scss */
  #user-top #profile {
    height: 180vw;
  }
  /* line 723, app/assets/stylesheets/home.scss */
  #user-top #profile .profile-flex {
    display: block;
  }
  /* line 725, app/assets/stylesheets/home.scss */
  #user-top #profile .profile-flex .message-area {
    width: 80%;
  }
  /* line 727, app/assets/stylesheets/home.scss */
  #user-top #profile .profile-flex .message-area .message {
    text-align: left;
    font-size: 20px;
    padding: 50px 0;
    text-align: center;
  }
  /* line 734, app/assets/stylesheets/home.scss */
  #user-top #profile .profile-flex .photo {
    width: 90%;
    margin-left: 30px;
  }
}

@media screen and (max-width: 720px) {
  /* line 755, app/assets/stylesheets/home.scss */
  #user-top #seminer {
    height: 130vw;
  }
  /* line 757, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex {
    height: 560px;
  }
  /* line 762, app/assets/stylesheets/home.scss */
  #user-top #profile .message {
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  /* line 771, app/assets/stylesheets/home.scss */
  #user-top #seminer {
    height: 138vw;
  }
  /* line 773, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex {
    height: 480px;
  }
  /* line 777, app/assets/stylesheets/home.scss */
  #user-top #profile {
    height: 220vw;
  }
  /* line 781, app/assets/stylesheets/home.scss */
  #user-top #profile .profile-flex .message-area .message {
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  /* line 790, app/assets/stylesheets/home.scss */
  #user-top #seminer {
    height: 160vw;
  }
}

@media screen and (max-width: 500px) {
  /* line 796, app/assets/stylesheets/home.scss */
  #user-top #seminer {
    height: 190vw;
  }
  /* line 798, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex {
    height: 460px;
  }
}

@media screen and (max-width: 440px) {
  /* line 805, app/assets/stylesheets/home.scss */
  #user-top #seminer {
    height: 205vw;
  }
  /* line 807, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex {
    height: 440px;
  }
  /* line 811, app/assets/stylesheets/home.scss */
  #user-top #profile {
    height: 245vw;
  }
}

@media screen and (max-width: 393px) {
  /* line 817, app/assets/stylesheets/home.scss */
  #user-top #seminer {
    height: 225vw;
  }
  /* line 819, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex {
    height: 415px;
  }
  /* line 823, app/assets/stylesheets/home.scss */
  #user-top #profile {
    height: 250vw;
  }
}

@media screen and (max-width: 375px) {
  /* line 829, app/assets/stylesheets/home.scss */
  #user-top #seminer {
    height: 235vw;
  }
  /* line 831, app/assets/stylesheets/home.scss */
  #user-top #seminer .flex {
    height: 410px;
  }
  /* line 835, app/assets/stylesheets/home.scss */
  #user-top #profile {
    height: 250vw;
  }
}

/* line 843, app/assets/stylesheets/home.scss */
.top_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 852, app/assets/stylesheets/home.scss */
#gloval-nav {
  display: none;
}

/* line 855, app/assets/stylesheets/home.scss */
nav {
  margin-top: 70px;
}

/* line 857, app/assets/stylesheets/home.scss */
nav ul {
  padding-left: 0;
}

/* line 860, app/assets/stylesheets/home.scss */
nav ul > a > li {
  line-height: 50px;
  padding-left: 30px;
  height: 50px;
  border-top: 1px solid #dcdcdc;
}

/* line 866, app/assets/stylesheets/home.scss */
nav ul > a > li:hover {
  opacity: 0.7;
  background: #f5f5f5;
}

/* line 870, app/assets/stylesheets/home.scss */
nav ul > a {
  text-decoration: none;
  color: #000;
}

/* line 874, app/assets/stylesheets/home.scss */
nav ul > a > li:last-child {
  border-bottom: 1px solid #dcdcdc;
}

/* line 879, app/assets/stylesheets/home.scss */
#gloval-nav > div > div > a > img {
  width: 85%;
  display: block;
  margin: 20px auto;
  object-fit: cover;
}

/* line 891, app/assets/stylesheets/home.scss */
#menu-bottom {
  padding-top: 40px;
  height: 150px;
  background: #e0ffff;
  padding-left: 3%;
}

/* line 896, app/assets/stylesheets/home.scss */
#menu-bottom div.menu-bottom-area {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}

/* line 900, app/assets/stylesheets/home.scss */
#menu-bottom div.menu-bottom-area span {
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  display: inline;
  list-style-type: none;
  margin-right: 6px;
  padding-left: 10px;
  border-left: 1px solid #999;
}

/* line 908, app/assets/stylesheets/home.scss */
#menu-bottom div.menu-bottom-area span a {
  display: inline-block;
  text-decoration: none;
  color: #000000bf;
  margin-bottom: 15px;
}

/* line 914, app/assets/stylesheets/home.scss */
#menu-bottom div.menu-bottom-area span a:hover {
  opacity: 0.6;
}

/* line 918, app/assets/stylesheets/home.scss */
#menu-bottom div.menu-bottom-area span:first-child {
  border-left: 0;
  padding-left: 0;
}

/* line 927, app/assets/stylesheets/home.scss */
div.doc_section {
  margin: 20px 0 10px;
}

/* line 930, app/assets/stylesheets/home.scss */
div.doc_section > span {
  font-size: 1.2em;
  font-weight: bold;
}

/* line 934, app/assets/stylesheets/home.scss */
div.doc_article ol.first_paragraph {
  padding: 0;
}

/* line 941, app/assets/stylesheets/home.scss */
div.doc_article ol.second_paragraph {
  padding: 0;
  list-style-type: lower-roman;
}

/* line 949, app/assets/stylesheets/home.scss */
div.doc_article ol.third_paragraph {
  padding: 0;
  list-style-type: lower-alpha;
}

/* line 957, app/assets/stylesheets/home.scss */
div.doc_specified_commerce {
  font-size: 1.2em;
  padding: 10px 0;
}

/* line 961, app/assets/stylesheets/home.scss */
div.doc_specified_commerce span.specified_commerce_label {
  font-weight: bold;
}

/* line 967, app/assets/stylesheets/home.scss */
#legal_advertisement_items {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}

/* line 971, app/assets/stylesheets/home.scss */
#legal_advertisement_items p.title-menu {
  padding: 20px 0;
}

/* line 974, app/assets/stylesheets/home.scss */
#legal_advertisement_items .colBlock > h1 {
  font-size: 2rem;
  padding: 20px 0;
}

/* line 978, app/assets/stylesheets/home.scss */
#legal_advertisement_items .blockInner a {
  text-decoration: none;
  color: #0075A4;
}

/* line 981, app/assets/stylesheets/home.scss */
#legal_advertisement_items .blockInner a i.fa-chevron-down {
  padding-left: 5px;
}

/* line 985, app/assets/stylesheets/home.scss */
#legal_advertisement_items h2 {
  margin: 30px 0;
}

/* line 988, app/assets/stylesheets/home.scss */
#legal_advertisement_items .colAlign_typeC {
  padding-top: 20px;
  text-align: right;
}

/* line 992, app/assets/stylesheets/home.scss */
#legal_advertisement_items ul.type_annotation {
  padding-left: 0;
}

/* line 999, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act {
  width: 80%;
  margin: 0 auto;
  padding: 100px 0;
}

/* line 1003, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act p.title-menu {
  padding: 20px 0;
}

/* line 1006, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act .colBlock > h1 {
  font-size: 2rem;
  padding: 20px 0;
}

/* line 1010, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act .blockInner a {
  text-decoration: none;
  color: #0075A4;
}

/* line 1013, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act .blockInner a i.fa-chevron-down {
  padding-left: 5px;
}

/* line 1017, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act h2 {
  margin: 30px 0;
}

/* line 1020, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act .colAlign_typeC {
  padding-top: 20px;
  text-align: right;
}

/* line 1024, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act ul.type_annotation {
  padding-left: 0;
}

/* line 1027, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act th {
  width: 20%;
  border: 1px solid #bec2c9;
  background: #f6f6f6;
  padding: 10px;
  border-bottom: none;
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 1037, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act th:last-of-type {
  border-bottom: 1px solid #bec2c9;
}

/* line 1040, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act td {
  padding: 10px;
  border: 1px solid #bec2c9;
  border-bottom: none;
}

/* line 1045, app/assets/stylesheets/home.scss */
#specified_commercial_transaction_act td:last-of-type {
  border-bottom: 1px solid #bec2c9;
}

/* line 1054, app/assets/stylesheets/home.scss */
#hp_registration {
  width: 80%;
  margin: 100px auto;
}

/* line 1062, app/assets/stylesheets/home.scss */
#administrative {
  width: 70%;
  margin: 0 auto;
  padding-top: 150px;
}

/* line 1066, app/assets/stylesheets/home.scss */
#administrative h2.title {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid gray;
}

/* line 1071, app/assets/stylesheets/home.scss */
#administrative .downloads-area, #administrative .links-area {
  margin: 50px 0;
}

/* line 1073, app/assets/stylesheets/home.scss */
#administrative .downloads-area ul, #administrative .links-area ul {
  padding-inline-start: 20px;
}

/* line 1076, app/assets/stylesheets/home.scss */
#administrative .downloads-area ul > li.title, #administrative .links-area ul > li.title {
  font-weight: bold;
}

/* line 1079, app/assets/stylesheets/home.scss */
#administrative .downloads-area ul > li.link, #administrative .links-area ul > li.link {
  padding-bottom: 10px;
}

/* line 1082, app/assets/stylesheets/home.scss */
#administrative .downloads-area ul > li.link a, #administrative .links-area ul > li.link a {
  text-decoration: none;
}

/* line 1087, app/assets/stylesheets/home.scss */
#administrative .links-area {
  margin: 50px 0;
}

@media screen and (max-width: 896px) {
  /* line 1092, app/assets/stylesheets/home.scss */
  #administrative .downloads-area ul {
    padding-inline-start: 0px;
    font-size: 12px;
  }
  /* line 1098, app/assets/stylesheets/home.scss */
  #administrative .links-area ul {
    padding-inline-start: 0px;
    font-size: 12px;
  }
}

@media screen and (max-width: 896px) {
  /* line 1110, app/assets/stylesheets/home.scss */
  section#menu-bottom {
    display: none;
  }
}
/* line 5, app/assets/stylesheets/inspirations.scss */
#inspiration-show {
  width: 70%;
  padding: 30px 0 100px;
  margin: 0 auto;
  text-align: center;
}

/* line 10, app/assets/stylesheets/inspirations.scss */
#inspiration-show .title {
  padding: 30px 0;
}

/* line 13, app/assets/stylesheets/inspirations.scss */
#inspiration-show .inspiration-content {
  margin-top: 40px;
  padding: 40px 10px;
  background: #f5f5f5;
  border-radius: 10px;
}

/* line 23, app/assets/stylesheets/inspirations.scss */
.eng-intro-pika {
  position: relative;
}

/* line 26, app/assets/stylesheets/inspirations.scss */
.eng-intro-pika-button {
  display: inline-block;
  width: 8.33vw;
  height: 11.11vw;
  background: lightgray;
  position: absolute;
  top: 4vw;
  right: 23.3vw;
  border-radius: 30%;
  opacity: 0;
}

/* line 37, app/assets/stylesheets/inspirations.scss */
.eng-intro-pika-button:hover {
  opacity: 0;
  cursor: pointer;
}

/* line 44, app/assets/stylesheets/inspirations.scss */
.eng-intro-res-pika {
  position: relative;
}

/* line 47, app/assets/stylesheets/inspirations.scss */
.eng-intro-res-pika-button {
  display: inline-block;
  width: 12vw;
  height: 10vw;
  /*background: lightgray;*/
  position: absolute;
  bottom: 6vw;
  right: 21vw;
  border-radius: 30%;
  opacity: 0;
}

/* line 58, app/assets/stylesheets/inspirations.scss */
.eng-intro-res-pika-button:hover {
  opacity: 0;
  cursor: pointer;
}

/* line 65, app/assets/stylesheets/inspirations.scss */
#image_preview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow-x: auto;
  margin-top: 80px;
}

/* line 73, app/assets/stylesheets/inspirations.scss */
#image_preview .prvimg {
  width: 300px;
  height: 300px;
  display: flex;
  align-items: center;
  background-color: black;
  flex-shrink: 0;
}

/* line 81, app/assets/stylesheets/inspirations.scss */
#image_preview .prvimg:not(:last-child) {
  margin-right: 10px;
}

/* line 84, app/assets/stylesheets/inspirations.scss */
#image_preview .prvimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 90, app/assets/stylesheets/inspirations.scss */
#input_file_label {
  color: white;
  font-size: 13px;
  background-color: #3c8bff;
  padding: 9px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
}

/* line 99, app/assets/stylesheets/inspirations.scss */
#input_file_label input {
  display: none;
}

/* line 103, app/assets/stylesheets/inspirations.scss */
#input_file_label:hover {
  background-color: #6fa9ff;
}

/* line 106, app/assets/stylesheets/inspirations.scss */
#input_file_label:active {
  background-color: #1f61c2;
}

/* line 109, app/assets/stylesheets/inspirations.scss */
#delete_image_files_button, #clear_image_files_button {
  color: white;
  font-size: 13px;
  background-color: #ff7a3c;
  padding: 9px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 30px;
  display: inline-block;
}

/* line 119, app/assets/stylesheets/inspirations.scss */
#delete_image_files_button:hover {
  background-color: #faa57d;
}

/* line 122, app/assets/stylesheets/inspirations.scss */
#delete_image_files_button:active {
  background-color: #ea540e;
}

/* line 125, app/assets/stylesheets/inspirations.scss */
#delete_image_files_button.disabled, #clear_image_files_button.disabled {
  display: none;
}

/* line 128, app/assets/stylesheets/inspirations.scss */
#clear_image_files_button {
  background-color: #ffcb31;
}

/* line 131, app/assets/stylesheets/inspirations.scss */
#clear_image_files_button:hover {
  background-color: #ffd968;
}

/* line 134, app/assets/stylesheets/inspirations.scss */
#clear_image_files_button:active {
  background-color: #e4ae11;
}

@media screen and (max-width: 896px) {
  /* line 138, app/assets/stylesheets/inspirations.scss */
  #inspiration-show {
    width: 90%;
  }
  /* line 141, app/assets/stylesheets/inspirations.scss */
  .eng-intro-res-pika-button {
    width: 25vw;
    height: 30vw;
  }
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/insta.scss */
#insta-member-index {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: -150px;
  width: 150px;
  background: lightgray;
}

/* line 11, app/assets/stylesheets/insta.scss */
#insta-member-index > li {
  height: 40px;
  line-height: 40px;
}

/* line 14, app/assets/stylesheets/insta.scss */
#insta-member-index > li .insta-member {
  position: absolute;
  top: 0;
  right: -320px;
  background: lightgray;
  padding-inline-start: 100px;
  padding-inline-end: 100px;
}

/* line 24, app/assets/stylesheets/insta.scss */
.insta-member a {
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/insta.scss */
#insta-member-area {
  position: relative;
}

/* line 33, app/assets/stylesheets/insta.scss */
div.ddmenu ul li {
  position: relative;
  opacity: 0.9;
}

/* line 37, app/assets/stylesheets/insta.scss */
div.ddmenu > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
}

/* -------------------------- */
/* ▼メインメニュー項目の装飾 */
/* -------------------------- */
/* line 47, app/assets/stylesheets/insta.scss */
div.ddmenu li {
  display: inline-block;
  /* ★横並びに配置する */
  list-style-type: none;
  /* ★リストの先頭記号を消す */
  position: relative;
  /* ★サブメニュー表示の基準位置にする */
  width: 100%;
}

/* line 53, app/assets/stylesheets/insta.scss */
div.ddmenu a {
  background-color: white;
  /* メニュー項目の背景色(濃い赤色) */
  color: black;
  /* メニュー項目の文字色(白色) */
  line-height: 40px;
  /* メニュー項目のリンクの高さ(40px) */
  text-align: center;
  /* メインメニューの文字列の配置(中央寄せ) */
  text-decoration: none;
  /* メニュー項目の装飾(下線を消す) */
  font-weight: bold;
  /* 太字にする */
  display: block;
  /* ★項目内全域をリンク可能にする */
}

/* line 62, app/assets/stylesheets/insta.scss */
div.ddmenu a:hover {
  opacity: 0.8;
  /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
  color: lightgray;
  /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
}

/* ---------------------------------- */
/* ▼サブメニューがある場合に開く処理 */
/* ※サブメニューが2階層以上ある場合の記述 */
/* ---------------------------------- */
/* line 71, app/assets/stylesheets/insta.scss */
div.ddmenu li:hover > ul {
  display: block;
  /* ★マウスポインタが載っている項目の内部にあるリストを表示する */
}

/* -------------------- */
/* ▼サブメニューの装飾 */
/* -------------------- */
/* line 80, app/assets/stylesheets/insta.scss */
div.ddmenu ul {
  margin: 0px;
  /* ★サブメニュー外側の余白(ゼロ) */
  padding: 0px;
  /* ★サブメニュー内側の余白(ゼロ) */
  display: none;
  /* ★標準では非表示にする */
  position: absolute;
  /* ★絶対配置にする */
}

/* -------------------------------- */
/* ▼サブメニュー(以降の)項目の装飾 */
/* -------------------------------- */
/* line 91, app/assets/stylesheets/insta.scss */
div.ddmenu ul li {
  width: 135px;
  /* サブメニュー1項目の横幅(135px) */
  border-top: 1px solid black;
  /* 項目上側の枠線(ピンク色で1pxの実線) */
}

/* line 95, app/assets/stylesheets/insta.scss */
div.ddmenu ul li a {
  line-height: 35px;
  /* サブメニュー1項目の高さ(35px) */
  text-align: left;
  /* 文字列の配置(左寄せ) */
  padding-left: 5px;
  /* 文字列前方の余白(5px) */
  font-weight: normal;
  /* 太字にはしない */
}

/* line 101, app/assets/stylesheets/insta.scss */
div.ddmenu ul li a:hover {
  opacity: 0.9;
  background-color: white;
  /* サブメニュー項目にマウスが載ったときの背景色(淡い黄色) */
  color: gray;
  /* サブメニュー項目にマウスが載ったときの文字色(濃い緑色) */
}

/* ----------------------------------- */
/* ▼3階層目以降(孫メニュー以降)の装飾 */
/* ※下ではなく横(右)に表示します。 */
/* ----------------------------------- */
/* line 111, app/assets/stylesheets/insta.scss */
div.ddmenu ul ul {
  margin: 0px;
  /* ★サブメニュー外側の余白(ゼロ) */
  padding: 0px;
  /* ★サブメニュー内側の余白(ゼロ) */
  display: none;
  /* ★標準では非表示にする */
  position: absolute;
  /* ★絶対配置にする */
  top: -1px;
  /* 1pxだけ上方向にずらす(※上に1pxの枠線を引いている場合) */
  left: 100%;
  /* ★基準位置からの距離を親ボックスの幅100％にする */
  border-left: 1px solid #f0ffff;
  /* 左側に引く枠線(ピンク色で1pxの実線) */
}

@media screen and (max-width: 600px) {
  /* line 122, app/assets/stylesheets/insta.scss */
  div.ddmenu > li > ul > li {
    width: 60px;
    font-size: 11px;
  }
  /* line 126, app/assets/stylesheets/insta.scss */
  div.ddmenu > li > ul > li > ul > li {
    width: 100px;
  }
}
/* line 1, app/assets/stylesheets/line_information.scss */
#line-information-show {
  background: #fff;
}

/* line 3, app/assets/stylesheets/line_information.scss */
#line-information-show .title {
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
  padding: 90px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 11, app/assets/stylesheets/line_information.scss */
#line-information-show .information-area {
  padding: 30px 0;
  background: #dcdcdca3;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

/* line 13, app/assets/stylesheets/line_information.scss */
#line-information-show .information-area .message-area {
  width: 40%;
  padding: 30px 0;
}

/* line 22, app/assets/stylesheets/line_information.scss */
#line-information-show .information-area .teruhiro-img {
  padding: 30px 10px 0 50px;
  height: 260px;
  width: 28vw;
  position: relative;
  margin-bottom: 40px;
}

/* line 28, app/assets/stylesheets/line_information.scss */
#line-information-show .information-area .teruhiro-img img {
  width: 21vw;
}

@media screen and (max-width: 720px) {
  /* line 34, app/assets/stylesheets/line_information.scss */
  #line-information-show .information-area {
    display: block;
  }
  /* line 36, app/assets/stylesheets/line_information.scss */
  #line-information-show .information-area .message-area {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
  /* line 41, app/assets/stylesheets/line_information.scss */
  #line-information-show .information-area .teruhiro-img {
    padding: 0;
    margin: 30px 10% 0;
    height: 50vw;
    width: 50vw;
  }
  /* line 46, app/assets/stylesheets/line_information.scss */
  #line-information-show .information-area .teruhiro-img img {
    width: 50vw;
  }
}

/* line 52, app/assets/stylesheets/line_information.scss */
#line-information-show .no-information {
  text-align: center;
  padding: 200px 0;
  background: #dcdcdca;
  font-weight: bold;
}
/* line 3, app/assets/stylesheets/owner_message.scss */
#owner_messages {
  background: #fff;
}

/* line 5, app/assets/stylesheets/owner_message.scss */
#owner_messages img.stork-logo {
  width: 40px;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/owner_message.scss */
#owner_messages .account-area .login, #owner_messages .account-area .signup {
  display: inline-block;
  height: auto;
  width: 12vw;
  margin: 0 10px;
  top: 0;
  position: absolute;
  z-index: 2;
}

/* line 19, app/assets/stylesheets/owner_message.scss */
#owner_messages .account-area .login:hover, #owner_messages .account-area .signup:hover {
  opacity: 0.7;
}

/* line 23, app/assets/stylesheets/owner_message.scss */
#owner_messages img.logo {
  margin: 10px auto 0;
  display: block;
  width: 50px;
}

/* line 28, app/assets/stylesheets/owner_message.scss */
#owner_messages section.title {
  margin: 50px 0;
  text-align: center;
  font-size: 1.4rem;
  padding: 40px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 36, app/assets/stylesheets/owner_message.scss */
#owner_messages #teruhiro {
  background: #dcdcdca3;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  font-family: 'Alata', sans-serif;
}

/* line 42, app/assets/stylesheets/owner_message.scss */
#owner_messages #teruhiro div {
  width: 30%;
}

/* line 45, app/assets/stylesheets/owner_message.scss */
#owner_messages #teruhiro .title {
  font-size: 1.4rem;
  padding: 40px 0;
  letter-spacing: 3px;
}

/* line 50, app/assets/stylesheets/owner_message.scss */
#owner_messages #teruhiro .photo {
  width: 20%;
  margin: 50px auto 10px;
}

/* line 54, app/assets/stylesheets/owner_message.scss */
#owner_messages #teruhiro .name {
  width: 100%;
  text-align: center;
}

/* line 58, app/assets/stylesheets/owner_message.scss */
#owner_messages #teruhiro .message {
  margin: 20px auto;
  width: 100%;
  text-align: center;
}

/* line 63, app/assets/stylesheets/owner_message.scss */
#owner_messages #teruhiro .teruhiro-img {
  padding: 30px 10px 0 50px;
  height: 260px;
  width: 300px;
  position: relative;
  margin-bottom: 40px;
}

/* line 70, app/assets/stylesheets/owner_message.scss */
#owner_messages #teruhiro .teruhiro-photo {
  width: 80%;
  position: absolute;
  z-index: 100;
  top: 35px;
  right: 5px;
}

/* line 78, app/assets/stylesheets/owner_message.scss */
#owner_messages #teruhiro .message {
  font-size: 11px;
}

/* line 82, app/assets/stylesheets/owner_message.scss */
#owner_messages #satomi {
  background: #ffc0cb7a;
  display: flex;
  justify-content: center;
  font-family: 'Alata', sans-serif;
}

/* line 87, app/assets/stylesheets/owner_message.scss */
#owner_messages #satomi div {
  width: 30%;
}

/* line 90, app/assets/stylesheets/owner_message.scss */
#owner_messages #satomi .title {
  font-size: 1.4rem;
  padding: 40px 0;
  letter-spacing: 3px;
}

/* line 95, app/assets/stylesheets/owner_message.scss */
#owner_messages #satomi .photo {
  width: 20%;
  margin: 50px auto 10px;
}

/* line 99, app/assets/stylesheets/owner_message.scss */
#owner_messages #satomi .name {
  width: 100%;
  text-align: center;
}

/* line 103, app/assets/stylesheets/owner_message.scss */
#owner_messages #satomi .message {
  margin: 20px auto;
  width: 90%;
  text-align: center;
}

/* line 108, app/assets/stylesheets/owner_message.scss */
#owner_messages #satomi .satomi-img {
  padding: 30px 10px 0 50px;
  height: 300px;
  width: 300px;
  position: relative;
}

/* line 115, app/assets/stylesheets/owner_message.scss */
#owner_messages #satomi .satomi-photo {
  width: 80%;
  position: absolute;
  z-index: 100;
  top: 35px;
  left: 5px;
}

/* line 123, app/assets/stylesheets/owner_message.scss */
#owner_messages #satomi .message {
  font-size: 11px;
}

/* line 127, app/assets/stylesheets/owner_message.scss */
#owner_messages #contact {
  height: 280px;
  margin-bottom: 20px;
}

/* line 130, app/assets/stylesheets/owner_message.scss */
#owner_messages #contact .title {
  text-align: center;
  font-size: 1.4rem;
  padding: 40px 0;
  font-family: 'Alata', sans-serif;
  letter-spacing: 3px;
}

/* line 137, app/assets/stylesheets/owner_message.scss */
#owner_messages #contact .contact-div {
  padding-top: 40px;
  text-align: center;
}

/* line 141, app/assets/stylesheets/owner_message.scss */
#owner_messages #contact .contact-button {
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin: 0 auto;
  width: 230px;
  height: 50px;
  line-height: 50px;
  border: 1px gray solid;
  transition: background-color 1s;
}

/* line 151, app/assets/stylesheets/owner_message.scss */
#owner_messages #contact .contact-button .fa-envelope {
  padding: 0 20px 0 15px;
}

/* line 154, app/assets/stylesheets/owner_message.scss */
#owner_messages #contact .contact-button span {
  padding: 0 15px 0 0;
}

/* line 158, app/assets/stylesheets/owner_message.scss */
#owner_messages #contact .contact-button:hover {
  opacity: 0.7;
  background: #80808099;
}

/* line 163, app/assets/stylesheets/owner_message.scss */
#owner_messages footer {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 720px) {
  /* line 175, app/assets/stylesheets/owner_message.scss */
  #owner_messages #teruhiro {
    display: block;
  }
  /* line 177, app/assets/stylesheets/owner_message.scss */
  #owner_messages #teruhiro .teruhiro-img {
    width: 80%;
    height: 65vw;
  }
  /* line 181, app/assets/stylesheets/owner_message.scss */
  #owner_messages #teruhiro .teruhiro-photo {
    width: 90%;
  }
  /* line 184, app/assets/stylesheets/owner_message.scss */
  #owner_messages #teruhiro div {
    width: 90%;
    margin: 0 auto;
  }
  /* line 188, app/assets/stylesheets/owner_message.scss */
  #owner_messages #teruhiro .message-area {
    padding-top: 30px;
  }
  /* line 191, app/assets/stylesheets/owner_message.scss */
  #owner_messages #teruhiro .stork-logo {
    width: 90%;
  }
  /* line 194, app/assets/stylesheets/owner_message.scss */
  #owner_messages #teruhiro .message {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  /* line 199, app/assets/stylesheets/owner_message.scss */
  #owner_messages #satomi {
    display: block;
  }
  /* line 201, app/assets/stylesheets/owner_message.scss */
  #owner_messages #satomi .satomi-img {
    width: 80%;
    height: 65vw;
  }
  /* line 205, app/assets/stylesheets/owner_message.scss */
  #owner_messages #satomi .satomi-photo {
    width: 85%;
    left: 40px;
  }
  /* line 209, app/assets/stylesheets/owner_message.scss */
  #owner_messages #satomi div {
    width: 90%;
    margin: 0 auto;
  }
  /* line 213, app/assets/stylesheets/owner_message.scss */
  #owner_messages #satomi .message-area {
    padding-top: 60px;
  }
  /* line 216, app/assets/stylesheets/owner_message.scss */
  #owner_messages #satomi .stork-logo {
    width: 90%;
  }
  /* line 219, app/assets/stylesheets/owner_message.scss */
  #owner_messages #satomi .message {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  /* line 224, app/assets/stylesheets/owner_message.scss */
  #owner_messages .contact-message {
    font-size: 1.7vw;
  }
}

@media screen and (max-width: 896px) {
  /* line 229, app/assets/stylesheets/owner_message.scss */
  #owner_messages img.logo {
    display: block;
    width: 50px;
  }
  /* line 235, app/assets/stylesheets/owner_message.scss */
  #owner_messages .account-area .login, #owner_messages .account-area .signup {
    display: inline-block;
    height: auto;
    width: 80px;
    margin: 0 10px;
    top: 27px;
    position: absolute;
    z-index: 2;
  }
  /* line 244, app/assets/stylesheets/owner_message.scss */
  #owner_messages .account-area li:nth-child(2) {
    width: 150px;
    margin-right: 10px;
  }
  /* line 248, app/assets/stylesheets/owner_message.scss */
  #owner_messages .account-area li:nth-child(3) {
    width: 150px;
  }
}
/* line 3, app/assets/stylesheets/schedule.scss */
#schedule {
  width: 80%;
  padding: 100px 0;
  margin: 0 auto 50px;
}

/* line 9, app/assets/stylesheets/schedule.scss */
#schedule .title {
  font-size: 20px;
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/schedule.scss */
#schedule p {
  font-size: 12px;
}

/* line 20, app/assets/stylesheets/schedule.scss */
#schedule iframe {
  width: 100%;
  margin: 30px auto;
}

/* line 28, app/assets/stylesheets/schedule.scss */
footer {
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #000;
  color: #fff;
  font-size: 10px;
}
/* line 6, app/assets/stylesheets/schedules.scss */
.simple-calendar {
  margin-top: 30px;
}

/* line 26, app/assets/stylesheets/schedules.scss */
.simple-calendar .has-events {
  background: #fffff0;
}

/* line 32, app/assets/stylesheets/schedules.scss */
#schedule-show {
  width: 80%;
  margin: 0 auto;
  padding: 150px 0;
}

/* line 38, app/assets/stylesheets/schedules.scss */
#schedule-show div {
  margin-bottom: 10px;
}

/* line 42, app/assets/stylesheets/schedules.scss */
#schedule-show .area-color {
  display: inline-block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

/* line 52, app/assets/stylesheets/schedules.scss */
#schedule-show .title {
  margin-bottom: 10px;
  width: 80%;
  overflow-wrap: anywhere;
}

/* line 58, app/assets/stylesheets/schedules.scss */
#schedule-show .schedule_show_back_to_index {
  display: block;
  text-decoration: none;
  margin: 10px 0;
}

/* line 64, app/assets/stylesheets/schedules.scss */
#schedule-show .schedule_show_back_to_index:hover {
  opacity: 0.7;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/* line 19, app/assets/stylesheets/application.scss */
body {
  margin: 0;
}
