@charset "UTF-8";
@import url("sanitize.css");
@import url("../js/slick/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
* {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #6198C2;
  color: #ffffff;
}

::selection {
  background-color: #6198C2;
  color: #ffffff;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 62.5%;
  background-color: #ffffff;
  color: #1a1a1a;
}

.material-icons,
.pagetop a::before,
.menu-content ul li a::after,
.index ul li a::after,
.linkbo_01 a::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body {
  font-size: 1.5rem;
  line-height: auto;
}

hr {
  background: transparent;
  border-top: 1px solid #cccccc;
}

a {
  color: #0066be;
  text-decoration: none;
}
a:hover {
  color: #ec0000;
  text-decoration: underline;
}
a:hover img {
  opacity: 0.75;
  transition: 0.2s ease-in-out;
}
a:focus {
  overflow: hidden;
}

h1 {
  background-color: rgba(97, 152, 194, 0.1);
  color: #6198C2;
  font-size: 4rem;
  font-weight: 400;
  margin: 0 auto 30px;
  padding: 40px;
  border-radius: 10px;
}

h2 {
  background-color: #6198C2;
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  border-left: 5px solid #6198C2;
  padding: 20px;
}

h3 {
  font-size: 2.2rem;
  font-weight: 400;
  border-left: 10px solid #6198C2;
  padding: 10px 20px;
  background-color: rgba(97, 152, 194, 0.1);
}

h4 {
  font-size: 2rem;
  font-weight: 400;
  color: #6198C2;
  border-bottom: 1px dashed #6198C2;
  padding: 10px;
}

h5 {
  font-size: 1.8rem;
  font-weight: 400;
  background-color: rgba(97, 152, 194, 0.1);
  color: #6198C2;
  padding: 5px 10px;
  border-radius: 5px;
}

h6 {
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}

table {
  display: table;
  border-collapse: collapse;
  border: none;
  margin-bottom: 30px;
}
table th, table td {
  display: table-cell;
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  table th, table td {
    display: block;
    width: 100%;
  }
}
table th {
  font-weight: 400;
  text-align: center;
  background-color: rgba(97, 152, 194, 0.1);
}
table[border="0"] th, table[border="0"] td {
  border: none;
}

#bg {
  overflow: hidden;
  min-width: 320px;
}

#header_in {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background-color: #6198C2;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #header_in {
    padding-right: 60px;
  }
}

#siteid {
  width: 50%;
  padding-left: 107px;
  background-image: url("../all_img/org/qsr_logo.png");
  background-repeat: no-repeat;
  background-size: 107px 200px;
}
@media screen and (max-width: 767px) {
  #siteid {
    width: 100%;
    padding-left: 60px;
    background-size: 60px 112px;
  }
}
#siteid p {
  margin: 0;
}
#siteid h1,
#siteid p a {
  display: block;
  margin: 0;
  padding: 0;
  height: 80px;
  text-indent: -55555em;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #siteid h1,
  #siteid p a {
    height: 60px;
  }
}

#hcontents {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #hcontents {
    display: none;
  }
}

.site_search_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .site_search_sp {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}

.gmenu {
  margin: 20px 0;
}
.gmenu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
  width: 96%;
  max-width: 1240px;
}
.gmenu ul li {
  margin-bottom: 5px;
}
.gmenu ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
  padding: 0 30px;
  border-right: 1px solid #1a1a1a;
}
.gmenu ul li a:hover {
  background-color: rgba(97, 152, 194, 0.1);
}
.gmenu ul li:first-child a {
  border-left: 1px solid #1a1a1a;
}

#pankuzu {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
#pankuzu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 96%;
  max-width: 1240px;
}
#pankuzu ul li {
  display: inline-block;
}
#pankuzu ul li a::after {
  content: "＞";
  display: inline-block;
  padding: 0 0.5rem;
  color: #1a1a1a;
}
#pankuzu ul li a:hover::after {
  text-decoration: none;
}

.subpage #wrap_in {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .subpage #wrap_in {
    display: inherit;
  }
}

.page_title {
  margin-bottom: 30px;
}
.page_title h1 {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
}

#unit_a {
  width: 74.5%;
}
@media screen and (max-width: 767px) {
  #unit_a {
    width: 100%;
  }
}
#unit_a img {
  max-width: 100% !important;
  height: auto !important;
}
#unit_a h2 a {
  color: #ffffff;
}
#unit_a h2 a:hover {
  color: #ec0000;
}

#unit_b {
  width: 23.5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #unit_b {
    width: 100%;
  }
}

.menu_2 {
  margin-bottom: 30px;
}
.menu_2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_2 p,
.menu_2 ul li {
  margin: 0;
  padding: 0;
}
.menu_2 p a,
.menu_2 ul li a {
  display: block;
  padding: 15px 30px 15px 10px;
  border-bottom: 1px solid #cccccc;
  color: #1a1a1a;
  position: relative;
}
.menu_2 p a::after,
.menu_2 ul li a::after {
  content: "play_circle_filled";
  font-family: "Material Icons";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.8rem;
  color: #6198C2;
}
.menu_2 p a:hover,
.menu_2 ul li a:hover {
  text-decoration: none;
  color: #FF0000;
}
.menu_2 p a:hover::after,
.menu_2 ul li a:hover::after {
  color: #FF0000;
}

#footer {
  text-align: center;
}

.fmenu {
  margin-bottom: 50px;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .fmenu {
    border-bottom: none;
  }
}
.fmenu ul {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fmenu ul {
    display: none;
  }
}
.fmenu ul li {
  border-right: 1px solid #cccccc;
}
.fmenu ul li:first-child {
  border-left: 1px solid #cccccc;
}
.fmenu ul li a {
  display: inline-block;
  color: #1a1a1a;
  padding: 0 1rem;
}

.footer_info {
  width: 96%;
  max-width: 1240px;
  margin: 0 auto 50px;
  padding-left: 107px;
  text-align: left;
  background-image: url("../all_img/org/qsr_logo.png");
  background-repeat: no-repeat;
  background-size: 107px 200px;
}
@media screen and (max-width: 767px) {
  .footer_info {
    padding-left: 60px;
    background-size: 60px 112px;
  }
}
.footer_info .info_name {
  font-weight: bold;
}
.footer_info address {
  font-style: normal;
}

.copy {
  font-size: 1rem;
  padding: 10px 0;
}

.pagetop {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 300;
}
.pagetop a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #6198C2;
  color: #ffffff;
  border-radius: 50%;
}
.pagetop a:hover {
  text-decoration: none;
  background-color: #FF0000;
}
.pagetop a::before {
  content: "expand_less";
  font-family: "Material Icons";
  font-size: 3rem;
  line-height: 1.5rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 50px;
    height: 50px;
  }
  .pagetop a span {
    display: none;
  }
}

[class*=col] ul {
  margin: 0 auto 50px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
[class*=col] ul li {
  margin: 0 0 20px 0;
  padding: 0;
}
[class*=col] ul li img {
  width: 100% !important;
  height: auto !important;
}

.col2 ul li {
  width: 49%;
}

.col3 ul li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .col3 ul li {
    width: 100%;
  }
}

.col4 ul li {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .col4 ul li {
    width: 49%;
  }
}

.col6 ul li {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .col6 ul li {
    width: 32%;
  }
}

.img_zoom a {
  overflow: hidden;
}
.img_zoom a:hover img {
  transform: scale(1.1, 1.1);
}

.toppage h2 {
  background-color: transparent;
  color: #1a1a1a;
  border: none;
  text-align: center;
}
.toppage h3 {
  background-color: transparent;
  border: none;
}
.toppage #bg_in {
  position: relative;
}
.toppage #wrap_in {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  padding: 50px 2%;
  position: relative;
  z-index: 100;
  margin-top: -400px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .toppage #wrap_in {
    margin-top: 0;
    background-color: transparent;
  }
}

.top_seal {
  position: absolute;
  width: 170px;
  top: 180px;
  right: 30px;
  z-index: 200;
}
@media screen and (max-width: 767px) {
  .top_seal {
    width: 100px;
    top: 80px;
    right: 20px;
  }
}
.top_seal img {
  width: 100%;
  height: auto;
}

.slick-arrow {
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 10;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  color: #6198C2;
  text-align: center;
}

.slick-prev {
  left: 20px;
}
.slick-prev::before {
  content: "arrow_back_ios";
}

.slick-next {
  right: 20px;
}
.slick-next::before {
  content: "arrow_forward_ios";
}

.slick-prev::before,
.slick-next::before {
  font-size: 3rem;
  line-height: 3rem;
  font-family: "Material Icons";
}

.slick-dots {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -40px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  color: #6198C2;
}
.slick-dots li button::before {
  content: "●";
  font-size: 2rem;
  line-height: 2rem;
  opacity: 0.25;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
}

.slide_01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .slide_01 {
    margin-bottom: 30px;
  }
}
.slide_01 p {
  margin: 0;
}
.slide_01 .slick-slide {
  position: relative;
  overflow: hidden;
  margin: 0;
}
.slide_01 .slick-slide img {
  width: 100% !important;
  height: 70vh !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .slide_01 .slick-slide {
    height: 30vh;
  }
  .slide_01 .slick-slide img {
    height: 30vh !important;
  }
}

.slick-track {
  overflow: hidden;
}

.topic_area {
  margin: 0 auto 50px;
  border: 1px solid #FF0000;
  padding: 20px;
  text-align: left;
}
.topic_area h2 {
  color: #FF0000;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
}

#news_topics {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news_topics [class*=tp_] {
  display: none;
}
#news_topics [class*=news_topics_] {
  width: 48.7%;
  margin-bottom: 50px;
  border: 1px solid #6198C2;
  position: relative;
}
@media screen and (max-width: 767px) {
  #news_topics [class*=news_topics_] {
    width: 100%;
  }
}
#news_topics .ichiran {
  position: absolute;
  top: 6px;
  right: 10px;
}
#news_topics .ichiran .rss a {
  display: inline-block;
  padding: 0 5px 0 20px;
  margin-right: 10px;
  background-color: #ee802f;
  color: #ffffff;
  background-image: url("../all_img/org/rss.png");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: left 5px center;
  border-radius: 5px;
}
#news_topics .ichiran .show a {
  display: inline-block;
  background-color: #ffffff;
  color: #6198C2;
  border-radius: 20px;
  padding: 5px 20px;
}
#news_topics .ichiran .show a::after {
  content: " ＞";
}
#news_topics h2 {
  background-color: #6198C2;
  color: #ffffff;
  margin: 0;
  padding: 10px 20px;
  text-align: left;
  font-size: 1.8rem;
}
#news_topics dl {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 14px;
  margin-bottom: 30px;
  margin: 0;
  padding: 0 10px 10px 10px;
  height: 350px;
  overflow-y: scroll;
}
#news_topics dl dt {
  margin: 15px 0 0 0;
  padding: 15px 0 0 3.5rem;
  border-top: 1px dashed #cccccc;
  position: relative;
}
#news_topics dl dt:first-child {
  border: none;
  margin: 0;
}
#news_topics dl dt span {
  display: inline-block;
}
#news_topics dl dt.new::before {
  content: "New!";
  color: #FF0000;
  display: inline-block;
  position: absolute;
  left: 0;
}
#news_topics dl dd {
  margin: 0;
  padding: 0 0 0 4.5rem;
}
#news_topics .disp_list {
  text-align: center;
}
#news_topics .disp_list a {
  display: inline-block;
  border: 1px solid #6198C2;
  background-color: #ffffff;
  color: #6198C2;
  padding: 5px 20px;
  min-width: 220px;
  border-radius: 50px;
}
#news_topics .disp_list a:hover {
  background-color: #6198C2;
  color: #ffffff;
  text-decoration: none;
}

.pickup {
  margin: 0 auto 100px;
}
.pickup ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.pickup ul li {
  margin: 0;
  padding: 0;
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .pickup ul li {
    width: 49%;
  }
}
.pickup ul li img {
  width: 100% !important;
  height: auto !important;
}

.index {
  margin-bottom: 50px;
}
.index dl dd {
  display: none;
}
.index dl,
.index ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.index dl dt,
.index ul li {
  margin: 0 0 20px 0;
  padding: 0;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .index dl dt,
  .index ul li {
    width: 100%;
  }
}
.index dl dt a,
.index ul li a {
  display: block;
  height: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #6198C2;
  position: relative;
  color: #1a1a1a;
}
.index dl dt a::after,
.index ul li a::after {
  content: "chevron_right";
  position: absolute;
  font-family: "Material Icons";
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.8rem;
}
.index dl dt a:hover,
.index ul li a:hover {
  background-color: #6198C2;
  color: #ffffff;
  text-decoration: none;
}

.site_map {
  margin-bottom: 50px;
}
.site_map p {
  font-size: 2rem;
}
.site_map ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.site_map ul li::before {
  content: "play_circle_filled";
  font-family: "Material Icons";
  color: #6198C2;
  margin-right: 0.5rem;
}
.site_map ul li[class*=layer_] {
  border-top: 1px dotted #cccccc;
  font-size: 1.8rem;
  padding-top: 30px;
  margin-bottom: 30px;
}
.site_map ul li.layer_1 {
  border-top: 3px solid #6198C2;
  font-size: 2rem;
}
.site_map ul.in_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
  padding-top: 20px;
}
.site_map ul.in_page li {
  width: 49%;
  padding: 5px 0 5px 2rem;
  text-indent: -2rem;
}
.site_map ul.in_page li::before {
  content: "chevron_right";
}
@media screen and (max-width: 767px) {
  .site_map ul.in_page li {
    width: 100%;
  }
}

.mail_form {
  margin-bottom: 50px;
}
.mail_form p {
  margin: 0;
  padding: 0;
}
.mail_form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .mail_form form {
    display: block;
  }
}
.mail_form form .form_label,
.mail_form form .form_input {
  border-top: 1px solid #cccccc;
  padding: 10px;
  align-items: stretch;
}
.mail_form form .form_label {
  width: 30%;
  font-weight: 400;
  background-color: rgba(97, 152, 194, 0.1);
}
@media screen and (max-width: 767px) {
  .mail_form form .form_label {
    width: 100%;
  }
}
.mail_form form .form_label .mcheck {
  color: #FF0000;
  font-size: 1rem;
  line-height: 1rem;
  white-space: nowrap;
}
.mail_form form .form_label .mcheck::after {
  content: "必須";
}
.mail_form form .form_input {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .mail_form form .form_input {
    width: 100%;
    border-top: none;
  }
}
.mail_form form .form_input input[type=text] {
  min-width: 80%;
}
@media screen and (max-width: 767px) {
  .mail_form form .form_input input[type=text] {
    min-width: 100%;
  }
}
.mail_form form .form_input textarea {
  width: 100%;
}
.mail_form form .form_input input[type=text],
.mail_form form .form_input textarea {
  border: 1px solid #cccccc;
  padding: 5px;
  font-size: 1.6rem;
}
.mail_form form .form_input p {
  color: #FF0000;
  font-size: 1.2rem;
}
.mail_form form .form_button {
  width: 100%;
  border-top: 1px solid #cccccc;
  padding: 20px 0 10px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.mail_form form .form_button input {
  width: 30%;
  margin-bottom: 20px;
}
.mail_form form .form_button input[type=submit] {
  padding: 10px 0;
  background-color: #6198C2;
  color: #ffffff;
  border: 1px solid #6198C2;
  border-radius: 50px;
}
.mail_form form .form_button input[type=submit]:hover {
  background-color: #ffffff;
  color: #6198C2;
}
.mail_form form .form_button input[type=button] {
  padding: 5px 0;
  background-color: #ccc;
  color: #1a1a1a;
  border: 1px solid #ccc;
  border-radius: 50px;
}
.mail_form form .form_button input[type=button]:hover {
  background-color: #eee;
}

.effect_1 {
  padding-top: 100px;
  transition: 0.8s;
}

.effect_2 {
  margin-left: -100%;
  margin-right: 100%;
  transition: 0.5s;
}

.effect_3 {
  margin-left: 100%;
  margin-right: -100%;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 410;
    background-color: #ffffff;
  }
  .menu-btn span,
  .menu-btn span::before,
  .menu-btn span::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 3px;
    background-color: #6198C2;
    position: absolute;
    transition: 0.4s ease-in-out;
  }
  .menu-btn span::before {
    bottom: 8px;
  }
  .menu-btn span::after {
    top: 8px;
  }
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.2s ease-in-out;
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    background-color: #ffffff;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 400;
    background-color: #1fa0ff;
    transition: all 0.5s;
    overflow: scroll;
    padding: 70px 20px;
  }
  .menu-content p {
    margin: 0;
    padding: 0;
  }
  .menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu-content ul li {
    margin: 0;
    padding: 0;
  }
  .menu-content p a,
  .menu-content ul li a {
    display: block;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 10px 30px 10px 10px;
    position: relative;
  }
  .menu-content p a::after,
  .menu-content ul li a::after {
    content: "chevron_right";
    position: absolute;
    font-family: "Material Icons";
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 1.4rem;
    color: #ffffff;
  }
}/*# sourceMappingURL=org.css.map */