@charset "utf-8";

:root {
  --primary: #FF0450;
  --primary02: #FF175D;
  --primary_sub: #FF5F70;
  --primary_bg: #FFE5ED;
  --blue: #0091FF;
  --blue_sub: #2EA4FF;
  --blue_bg: #DAEFFF;
  --gray: #353130;
  --gray_sub: #A19C9B;
  --gray_bg: #F7F6F6;
}
/*---contents parts---*/
body {
  font-size: 17px;
  line-height: 1.75;
  letter-spacing: .2px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--gray);
  overflow: hidden;
  position: relative;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
main {
  position: relative;
  z-index: 1;
}
.contents {
  min-height: 300px;
  padding-top: 80px;
  padding-bottom: 100px;
}
section {
  padding-bottom: 60px;
}
.con {
  display: block;
  width: 85%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.flex_all {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex_all.start {
  justify-content: flex-start;
}
.col_50 > * {
  flex: 0 0 48%;
}
.col_30 > * {
  flex: 0 0 32%;
}
.flex_rev {
  flex-direction: row-reverse;
}
.main_title {
  margin-bottom: 50px;
  color: var(--primary);
}
.main_title .con {
  line-height: 1.1;
}
.main_title .top {
  font-size: 34px;
  font-weight: 500;
}
.main_title .bottom {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.title01 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 25px;
  color: var(--primary);
  letter-spacing: 2px;
}
.title02 {
  font-size: 1.2em;
  line-height: 1.3;
  padding: .5em .3em .6em;
  margin-top: 2.5em;
  margin-bottom: .75em;
  background-color: var(--primary_bg);
}
.div_title02 > *:not(.title02)  {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.div_title02 h4 {
  margin-top: 1em;
  margin-bottom: 10px
}
.topics01 {
  line-height: 2.2;
  background-color: var(--primary_bg);
  padding: 30px;
  text-align: center;
}
.ul01 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.ul01 li {
  list-style: disc;
  margin-left: 1.4em;
}

.ul_chuck > li {
  position: relative;
  margin-bottom: .3em;
  padding-left: 2.25em;
}
.ul_chuck > li::before {
  content: "";
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  left: .25em;
  top: 50%;
  transform: translateY(-50%);
  background: url(
  ../img/common/ic_check.svg) no-repeat center;
  background-size: contain;
}
.ul_info > li > a:hover::before {
  width: 100%;
}
.ul_info > li > a:hover {
  opacity: 1;
}
.ul_shop {
  margin: auto;
  width: 90%;
  gap: 15px;
}
.ul_shop > li > a {
  width: 100%;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1;
  padding: 7px 25px 9.5px;
  border-radius: 30px;
  background-color: var(--primary02);
  color: #fff;
}
.ul_shop > li > a:hover {
  background-color: var(--primary_sub);
  opacity: 1;
}
.ul_notice,
.text_notice {
  position: relative;
  margin-left: 1.5em;
  font-size: .8em;
}
.ul_notice > li{
  position: relative;
}
.ul_notice > li:not(:last-of-type){
  margin-bottom: .25em;
}
.ul_notice > li::before,
.text_notice::before {
  content: '※';
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  left: -1.5em;
  text-align: center;
}
.link {
  color: var(--primary);
  text-decoration: underline;
}
.link:hover {
  color: var(--primary_sub);
}
.link01 {
  display: block;
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding: 15px;
  background-color: var(--primary);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
}
.link01:hover {
  background-color: var(--primary_sub);
}
.link01 img {
  height: 22px;
  width: auto;
}
.table_price {
  width: 100%;
}
.table_price thead {
  background: var(--blue_bg);
}
.table_price th,
.table_price td {
  vertical-align: middle;
  text-align: center;
  color: #675f5d;
}
.table_price th {
  padding: 5px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 600;
  border-top: 1.5px solid var(--gray_sub);
  border-left: 1.5px solid var(--gray_sub);
  border-right: 1.5px solid var(--gray_sub);
}
.table_price td {
  border-bottom: 1.5px solid var(--gray_sub);
  border-left: 1.5px solid var(--gray_sub);
  border-right: 1.5px solid var(--gray_sub);
}
.table_price .roboto td .price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.3em;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
  padding: 10px;
}
.table_price .roboto td img {
  height: .7em;
  width: auto;
  margin-left: 5px;
}
/*お知らせ・キャンペーン*/
.sec_news,.sec_campaign {
  padding: 4em 0 50px;
  background-color: var(--primary_bg);
}
.ul_info > li {
  border-bottom: .75px solid var(--primary);
}
.ul_info > li {
  font-size: 15px;
}
.ul_info > li > a {
  position: relative;
  display: block;
  padding: .6em;
  letter-spacing: 1.5px;
  line-height: normal;
}
.ul_info > li .data,
.dl_info > dt .data {
  font-family: 'Roboto', sans-serif;
  color: var(--primary);
  font-size: .9em;
  font-weight: 500;
  margin-right: 2em;
}
.ul_info > li > a::before {
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: var(--primary_bg);
  transition: .5s;
  z-index: -1;
}
.dl_info {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border: 2px solid var(--primary);
  background-color: #fff;
  border-radius: 10px;
  padding: 1em;
}
.dl_info > dt {
  display: block;
  padding: .5em 1em 1.5em;
  letter-spacing: 1.5px;
  line-height: normal;
  background-image: url(../img/common/dc_dotted.png);
  background-repeat: repeat-x;
  background-size: 10px;
  background-position: bottom;
}
.dl_info > dt .title {
  font-size: 1.1em;
}
.dl_info > dt .data {
  margin-right: 1em;
}
.dl_info > dd {
  padding: 1em;
}
.dl_info figure {
  width: 100%;
}
.dl_info .im_info img {
  display: block;
  width: 650px;
  margin: .5em auto 1em;
}
/*色、背景*/
body *.primary {
  color: var(--primary);
}
body *.primary02 {
  color: var(--primary02);
}
body *.primary_sub {
  color: var(--primary_sub);
}
body *.blue {
  color: var(--blue);
}
body *.blue_sub {
  color: var(--blue_sub);
}
body *.gray {
  color: var(--gray);
}
body *.gray_sub {
  color: var(--gray_sub);
}
body *.bgcw {
  background-color: #fff;
}
body *.bgcp {
  background-color: var(--primary02);
}
body *.bgcp_sub {
  background-color: var(--primary_sub);
}
body *.bgcp_bg {
  background-color: var(--primary_bg);
}
body *.bgcb {
  background-color: var(--blue);
}
body *.bgcb_sub {
  background-color: var(--blue_sub);
}
body *.bgcb_bg {
  background-color: var(--blue_bg);
}
body *.bgcg {
  background-color: var(--gray);
}
body .bgcg_sub {
  background-color: var(--gray_sub);
}
body *.bgcg_bg {
  background-color: var(--gray_bg);
}

@media (min-width: 1367px) {
}

@media (min-width: 769px) {
  main {
    min-height: 350px;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px){
  .main_title {
    margin-top: calc( 30px + 50px );
    margin-bottom: 40px;
  }
  .main_title .top {
    font-size: 35px;
  }
  .main_title .bottom {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .col_50 > * {
    flex: 0 0 100%;
  }
  .col_30 > * {
    flex: 0 0 100%;
  }
  main {
    font-size: 15px;
    min-height: 300px;
  }
  .con {
    width: 90%;
    max-width: 500px;
  }
  .contents {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  section {
    padding-bottom: 45px;
  }
  .link01 {
    width: 85%;
    font-size: 18px;
    padding: 12px;
  }
  .link01 img {
    height: 17px;
    width: auto;
  }
  .table_price th {
    font-size: 14px;
    padding: 3px;
  }
  .table_price .roboto td .price {
    font-size: 2em;
    letter-spacing: -1.5px;
    padding: 5px;
  }
}

@media screen and (max-width: 480px) {
  .main_title .top {
    font-size: 24px;
  }
  .main_title .bottom {
    font-size: 10px;
  }
  .ul_info > li {
    font-size: 14px;
  }
  .ul_info > li .data {
    font-size: 10px;
    display: block;
  }
  .ul_shop {
    width: 100%;
    gap: 15px 4%;
  }
  .ul_shop > li {
    flex: 0 0 48%;
    text-align: center;
  }
}

/*---contents parts end---*/

/*---nav menu---*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.header_con .flex_all {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer .reserve_con {
  padding-top: 45px;
  padding-bottom: 45px;
}
.link_reserve {
  display: block;
  width: 90%;
  max-width: 510px;
  margin: auto;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
}
.link_reserve:hover {
  background-color: var(--primary_bg);
  opacity: 1;
}
.footer .footer_con {
  /* padding-top: 1em; */
  padding-bottom: 3em;
}
.footer .footer_menu li {
  position: relative;
  padding-left: 1.8em;
  /* line-height: 1; */
}
.footer .footer_menu li::before {
  content:'';
  background: url(../img/common/ic_arrow_fd.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8em;
  height: .6em;
  transition: all .3s;
}
.footer .footer_menu > li:hover::before {
  left: .3em;
  transition: all .3s;
}
.nav_menu_sub li a,
.footer .footer_menu li a,
.copyright {
  line-height: 1;
}
.nav_menu_sub_con .nav_menu_sub {
  margin: 0 auto 15px;
  text-align: center;
}
.nav_menu_sub_con .nav_menu_sub li {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.nav_menu_sub_con .nav_menu_sub li,
.copyright {
  font-size: 15px;
  color: var(--primary);
}
.nav_menu_sub_con .nav_menu_sub li:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: .8em;
  background-color: var(--primary);
}

@media (min-width: 769px) {
  .link_reserve {
    padding: 10px 30px;
    line-height: 40px;
  }
  .link_reserve img {
    height: 70px;
    width: auto;
  }
  .footer .top.flex {
    max-width: 530px;
    margin: 50px auto;
    align-items: flex-start;
  }
  .footer .logo_kogao img {
    height: auto;
    width: 346px;
  }
  .footer .footer_menu {
    display: flex;
    flex-direction: column; /* リストを縦に並べる */
  }
  .footer .footer_menu li::before {
    top: 55%;
  }
  .footer .footer_menu li:not(:last-of-type) {
    margin-bottom: 8px;
    font-size: 14px;
  }
  .footer .footer_menu li img {
    height: 14px;
    width: auto;
  }
  .footer .footer_menu li.footer_menu_en img {
    height: 12px;
    font-size: 12px;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .header_con {
    height: 86px;
    border-bottom: 3px solid var(--primary);
  }
  .header_con .flex_all {
    height: 86px;
  }
  .main_title {
    margin-top: calc( 45px + 86px );
  }
  .header_con .logo {
    max-width: 230px;
  }
  .header_con .logo img {
    width: auto; 
  }
  .header_con .logo img.logo_sunstar {
    height: 20px; 
  }
  .header_con .logo img.logo_kogao {
    height: 35px; 
  }
  .header_nav.off1024 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .header_nav .header_menu > li {
    display: inline;
    float: left;
    font-size: 16px;
  }
  .header_nav .header_menu > li:not(:last-of-type) {
    margin-right: 1.2em;
  }
  .header_nav .header_menu > li a {
    position: relative;
    padding-left: 1.4em;
    line-height: 1;
  }
  .header_nav .header_menu > li a::before {
    content:'';
    background: url(../img/common/ic_arrow_hd.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em;
    height: .6em;
    transition: all .3s;
  }
  .header_nav .header_menu > li a:hover::before {
    left: .3em;
    transition: all .3s;
  }
  .header_nav .header_menu > li a img {
    height: 16px;
    width: auto;
  }
  .header .header_con .logo {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header_nav .ul_menu {
    justify-content: flex-end;
  }
  .header .header_nav .ul_menu li:not(:last-of-type) {
    margin-right: 5%;
  }
  .header_nav > a.logo_sunstar {
    margin-right: 25px;
  }
  .header_nav > a.logo_sunstar img {
    height: 14px;
    display: block;
    width: auto;
    margin: auto;
  }
  .header_nav .pickup_box {
    position: relative;
    height: 86px;
    width: 86px;
  }
  .header_nav .pickup_box.sub {
    display: flex;
    align-items: center;
    padding: 12px 15px 15px;
    margin-left: 25px;
  }
  .top .header_nav .pickup_box.sub {
    margin-right: 15px;
  }
  .header_nav .pickup_box.sub .flex {
    justify-content: center;
  }
  .header_nav .pickup_box.sub a {
    line-height: 1;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header_nav .pickup_box.sub a:last-of-type {
    border-top: 1.5px solid #857f7e;);
  }
  .header_nav .pickup_box.sub a img {
    height: 12px;
    width: auto;
  }
  .header_nav .pickup_box.reserve {
    background-color: var(--primary);
    transition: all .5s;
  }
  .header_nav .pickup_box.reserve a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 10px 20px;
  }
  .header_nav .pickup_box.reserve a img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1367px) {
  .header_con,
  .header_con .flex_all {
    height: 100px;
  }
  .header .header_con .logo {
    padding-left: 45px;
    padding-right: 45px;
    max-width: none;
  }
  .header_con .logo img.logo_sunstar {
    height: 22px; 
  }
  .header_con .logo img.logo_kogao {
    height: 40px; 
  }
  .header_nav .header_menu > li {
    font-size: 17px;
  }
  .header_nav .header_menu li > a img {
    height: 17px;
  }
  .header_nav .pickup_box {
    height: 100px;
    width: 100px;
  }
  .header_nav .pickup_box.sub a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header_nav .pickup_box.sub a img {
    height: 14px;
  }
  .header_nav .pickup_box.reserve a {
    padding: 10px 25px 15px;
  }
  .link_reserve {
    padding: 8px 30px;
    line-height: 70px;
  }
  .link_reserve img {
    height: 74px;
    width: auto;
  }
}

@media (max-width: 1024px) {
  .scroll_prevent {
    position: fixed;
    width: 100%;
    overflow: hidden;
    background: #fff;
  }
  .header_con .logo {
    display: flex;
    align-items: center;
  }
  .header_con .logo a {
    line-height: 1;
  }
  .header_con .logo img {
    width: 70px;
    margin: 0 15px;
  }
  .header .header_con {
    width: 100%;
    height: 120px;
    border-bottom: 2px solid var(--primary);
    position: relative;
    height: 50px;
    background-color: #fff;
    z-index: 101;
  }
  .header_con .logo_kogao_tx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50% , -50% );
  }
  .header_con .logo_kogao_tx img {
    width: 170px;
    height: auto;
  }
  .header .menu_link {
    display: block;
    position: relative;
    height: 50px;
    width: 50px;
    z-index: 100;
    background-color: var(--primary02);
  }
  .header .menu_link span {
    display: inline-block;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: #fff;
    transition: all .4s;
  }
  .header .menu_link span:nth-of-type(1) {
    top: 11px;
  }
  .header .menu_link span:nth-of-type(2) {
    top: 18px;
  }
  .header .menu_link span:nth-of-type(3) {
    top: 25px;
  }
  .header .menu_link::after {
    content: "MENU";
    width: 35px;
    text-align: center;
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: #fff;
    transition: all .3s;
  }
  .header.active .menu_link span:nth-of-type(1) {
    top: 18px;
    transform: translateX(-50%)rotate(-45deg);
  }
  .header.active .menu_link span:nth-of-type(2) {
    opacity: 0;
  }
  .header.active .menu_link span:nth-of-type(3) {
    top: 18px;
    transform: translateX(-50%)rotate(45deg);
  }
  .header.active .menu_link::after {
    content: "CLOSE";
  }
  .header #g_nav {
    position: fixed;
    top: -100%;
    right: 0;
    margin-top: 0;
    padding: 50px 30px 90px;
    width: 100%;
    height: 100vh;
    z-index: -10;
    opacity: 0;
    transition: top 0.7s ease, opacity 0.7s ease;
    visibility: hidden;
    background-color: #fff;
    overflow-y: scroll;
  }
  .header.active #g_nav {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 100;
    overflow-y: auto;
  }
  .header_nav .header_menu_mob {
    max-width: 500px;
    margin: 60px auto 40px;
  }
  .header_nav .header_menu_mob li {
    border-bottom: 2px solid var(--primary); 
  }
  .header_nav .header_menu_mob li a {
    font-size: 18px;
    padding: .65em 1.5em;
    display: flex;
    align-items: center;
  }
  .header_nav .header_menu_mob li a img {
    width: auto;
    height: 18px;
    line-height: 18px;
  }
  .header_nav .header_menu_mob li a .roboto {
    width: 50%;
    font-size: 16px;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: 2px;
  }
  .header_nav .header_menu_mob_logo {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 60px;
  }
  .top .header_con .logo_kogao_tx,
  .top .header.active .header_con .logo_kogao_tx {
    transition: all .3s;
  }
  .top .header_con .logo_kogao_tx {
    display: none;
  }
  .top .header.active .header_con .logo_kogao_tx {
    display: block;
  }
  .footer {
    padding-bottom: 60px;
  }
  .nav_menu_sub_con {
    padding-top: 20px;
    border-top: 2px solid var(--primary);
  }
  .nav_menu_sub_con .nav_menu_sub li {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer .mob_pic {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--primary02);
    text-align: center;
    padding: 15px;
    z-index: 500;
  }
  .footer .mob_pic img {
    height: 30px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .top .header .header_con, 
  .top .header.active .header_con {
    transition: all .3s;
  }
  .top .header .header_con {
    border-bottom: none;
  }
  .top .header.active .header_con {
    border-bottom: 2px solid var(--primary);
  }
  .link_reserve {
    padding: 5px 20px;
  }
  .link_reserve img {
    width: 92%;
    height: auto
  }
  .footer .top.flex {
    margin: 30px auto;
  }
  .footer .logo_kogao img {
    height: auto;
    width: 100%;
    display: block;
    margin: auto;
  }
  .footer .footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 6px;
    margin-top: 30px;
  }
  .footer .footer_menu li {
    flex: 0 0 50%;
  }
  .footer .footer_menu li img {
    height: 16px;
    width: auto;
  }
  .footer .footer_menu li.footer_menu_en img {
    height: 14px;
    width: auto;
  }
  .nav_menu_sub_con .nav_menu_sub li,
  .copyright {
    font-size: 14px;
    font-weight: 500;
  }
}
@media screen and (max-width: 480px) {
  .nav_menu_sub_con .nav_menu_sub li img {
    height: 15px;
  }
}
/*---nav menu end---*/s