@charset "UTF-8";
@import url('https://use.fontawesome.com/releases/v5.11.2/css/all.css');
/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 * 5.0 - Navi
 * 6.0 - Main
 * 7.0 - Footer
 * 8.0 - Single Page
 * 9.0 - Option
 */
/*----------------------------------------------------
	1.0 - Normalize
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: """";
}
a img {
  border: 0;
}
figure {
  margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/*Border*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------------------------------------
	2.0 - Common
----------------------------------------------------*/
html {
  background: #fff;
  font-size: 62.5%; /* base-font-size:10px */
}
body {
  font-family: 'Roboto', sans-serif;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 1.6rem;
  letter-spacing: 0;
	background:#fff;
  background-image: url("../img/common/bg_body.jpg");
  background-size: cover;
	color: #5b424a;
	
}
@media(max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
a {
  color: #3358b0;
}
a:hover {
  color: #577dd6;
  text-decoration-color: transparent;
}
*tel-setting*/ a[href*="tel:"] {
  pointer-events: none;
}
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
/*----------------------------------------------------
	3.0 - Header
----------------------------------------------------*/
header {
  position: relative;
  position: fixed;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  line-height: 0;
  border-top: 10px solid #bd2f57;
  /* overflow: hidden; */ /* Safari NG */
  z-index: 1;
}
header h1 {
  padding: 1em 0;
  background-color: #fff;
  position: relative;
  height: 125px;
  max-width: 1200px;
  margin: 0 auto;
}
header img {
  width: 100%;
  max-width: 362px;
  height: auto;
  position: absolute;
  left: 1%;
  top: 30px;
}
@media(max-width: 999px) {
  header {
    width: 100%;
    height: 65px;
    box-shadow: none;
    border-top: 5px solid #bd2f57;
    box-sizing: border-box;
    z-index: 2;
  }
  header h1 {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 65px 0 0;
  }
  header h1 img {
    max-width: 272px;
    height: 100%;
    position: static;
    padding-left: 0.5em;
    padding-right: 0.5em;
    transition: .3s;
  }
  /*header h1 img[src*="_pc"] {
        display: none;
    }*/
}
.fixed_contact {
  position: fixed;
  top: 10px;
  right: max(calc(50% - 580px), 10px);
}
.fixed_contact a {
  position: relative;
  text-decoration: none;
  color: #fff;
  background-color: #bc2f57;
  padding: 0.6em 0.7em 0.6em 2.5em;
  font-size: 0.93em;
  border-radius: 0 0 3px 3px;
}
.dropmenu li .fixed_contact a {
  color: #fff;
  padding-left: 2.5em;
}
@media(max-width:480px) {
  .dropmenu li .fixed_contact a {
    padding-left: 1.5em;
    font-size: 1.3rem;
  }
}
.dropmenu li .fixed_contact a:hover {
  color: #fff;
}
.fixed_contact a:before {
  content: "";
  position: absolute;
  background-image: url("../img/common/icon_mail.png");
  background-size: 100%;
  width: 18px;
  height: 12px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width:999px) {
  .fixed_contact {
    position: relative;
    top: auto;
    right: auto;
    width: 600px;
    margin: 3em auto 0;
    text-align: center;
    z-index: auto;
  }
  .fixed_contact a {
    display: inline-block;
    padding: 1em 2em;
    font-size: 1.4rem;
    border-radius: 8px;
    background-color: #bc2f57;
    color: #fff;
  }
  .dropmenu {
    order: 1;
  }
  .fixed_contact a:before {
    left: 155px;
  }
}
@media(max-width:768px) {
  .fixed_contact {
    width: 350px;
  }
  .fixed_contact a:before {
    left: 30px;
  }
}
@media(max-width:480px) {
  .fixed_contact {
    width: 100%;
	  max-width:350px;
  }
  .fixed_contact a {}
  .fixed_contact a:before {
    left: 15px;
  }
}
header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 72px;
  background-image: url("../img/common/wave.svg");
  background-size: cover;
  background-position: center center;
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media(max-width:999px) {
  header:after {
    bottom: -40px;
    background-image: url("../img/common/wave_999.svg");
    background-size: 1000px 50px;
    width: 100%;
    height: 50px;
  }
}
@media(max-width:768px) {
  header:after {
    bottom: -35px;
    background-image: url("../img/common/wave_768.svg");
    background-size: 768px 38px;
    width: 100%;
    height: 38px;
  }
}
@media(max-width:480px) {
  header:after {
    bottom: -20px;
    background-image: url("../img/common/wave_480.svg");
    background-size: 480px 23px;
    width: 100%;
    height: 23px;
  }
}
/*----------------------------------------------------
	4.0 - Contents
----------------------------------------------------*/
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 160px 0 0;
  line-height: 0;
  z-index: 0;
}
@media (max-width: 999px) {
  #contents {
    padding-top: 60px;
  }
}
.inner {
  max-width: 1200px;
	width:96%;
	min-height: 500px;
  margin: 0 auto;
  text-align: left;
	background-color: rgba(255,255,255,0.9);
	padding: 4em 4em 8%;
	border-radius: 25px;
	border: 1px solid #f5e0e6;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
body.index .inner {
	width:100%;
	min-height: auto;
	background-color: transparent;
	padding:0;
	border: none;
	box-shadow: none;
}
@media(max-width:999px){
	.inner {
		padding: 4em 3em 8%;
	}
}
@media(max-width:480px){
	.inner {
		padding: 4em 2em 8%;
	}
}
@media (max-width: 999px) {
  body.index .inner {
    width: 98%;
  }
}
.inner.about {
  position: relative;
  padding-bottom: 1.3em;
  padding: 0 2em 1.3em;
}
.inner.about p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #5b424a;
  font-size: 1.25em;
}
.inner.about:before {
  content: "";
  position: absolute;
  background-image: url("../img/contents/index/bg_logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 203px;
  height: 216px;
  top: 1.3em;
  left: 50%;
  transform: translateX(-50%);
}
.reserve {
	font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #5b424a;
  font-size: 1.8em;
	text-align: center;
	margin: 2em 0;
}
.box_coming {
    max-width: 30em;
    color: #999;
    display: flex;
    flex-direction: column;
    margin: 1em auto 0;
    padding: 3em 1em;
    line-height: 1.6;
    border: 3px double #ccc;
   /* border-radius: 1em;*/
    text-align: center;
}
.box_coming p:first-of-type {
    font-size: 2em;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    padding-bottom: 0.25em;
    position: relative;
}
.box_coming p:last-of-type {
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    padding-top: 0.75em;
}
.box_coming > p:first-of-type:after {
    content: "";
    width: 4em;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: calc(50% - 2em);
}
/*----------------------------------------------------
	5.0 - Navi
----------------------------------------------------*/
/* Hamburger */
@media(min-width: 1000px) {
  .hamburger {
    display: none;
  }
}
@media(max-width: 999px) {
  .hamburger {
    position: fixed;
    display: flex;
    justify-content: center;
    background: #bd2f57;
    right: 0;
    top: 0;
    width: 65px;
    height: 65px;
    line-height: 1.75;
    text-align: center;
    border-radius: 0 0 0 3px;
    cursor: pointer;
    z-index: 1;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 18px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 12px;
  }
  .hamburger span:nth-child(2) {
    top: 22px;
  }
  .hamburger span:nth-child(3) {
    top: 32px;
  }
  .hamburger.active span:nth-child(1) {
    top: 22px;
    left: 18px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 22px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hamburger p {
    position: absolute;
    top: 38px;
    color: #fff;
    font-size: 1.2rem;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .hamburger.active p {
    color: #fff;
  }
}
/* Menu */
@media(min-width: 1000px) {
  nav {
    background: #fff;
    width: 100%;
    z-index: 1;
  }
  .dropmenu {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .dropmenu > li {
    position: relative;
    align-items: center;
    padding: 0;
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.0;
    transition: all 0.3s;
    border-left: 1px solid #bd2f57;
    flex-grow: 3;
  }
  .dropmenu > li:last-of-type {
    width: 0;
    padding: 0;
    margin: 0;
    border: none;
    flex: 0 0 auto;
    overflow: hidden;
  }
  .dropmenu li:first-of-type {
    border-left: none;
  }
  .dropmenu li:last-of-type {
    border-left: none;
  }
  .dropmenu li a {
    display: block;
    color: #5b424a;
    text-decoration: none;
  }
  .dropmenu li a:hover {
    color: #bd2f57;
  }
  .dropmenu li.on a {
    color: #bd2f57;
  }
	.dropmenu > li.on > ul > li a {
		color: #5b424a;
	}
	.dropmenu > li.on > ul > li a:hover {
		color: #bd2f57;
	}
	.dropmenu > li.on > ul > li.on a {
		color: #bd2f57;
	}
  .dropmenu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px; /* 隙間を消す */
    z-index: 1000;
  }
 
  .dropmenu > li:hover > ul {
    display: block;
    border: 1px solid #bd2f57;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    padding: 0.7em 1em;
    background-color: #fff;
  }
  
  .dropmenu > li::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 10px; 
    width: 100%;
    background: transparent;
    pointer-events: auto;
    z-index: 999;
  }
  .dropmenu li ul li {
    display: flex;
    align-items: center;
    height: 0;
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    transition-duration: 0.3s;
  }
  .dropmenu li ul li.nowrap, .dropmenu li ul li ul li.nowrap {
    white-space: nowrap;
  }
  .dropmenu li:hover > ul > li {
    height: auto;
    overflow: visible;
    line-height: 2;
  }
  .dropmenu li ul li ul {
    top: 0;
    left: 100%;
  }
  .dropmenu li:last-child ul li ul {
    left: -100%;
    width: 100%;
  }
	.dropmenu > li.off a:hover {
    color: #5b424a;
    cursor: default;
  }
	.dropmenu > li > ul > li.off a:hover {
    color: #5b424a;
    cursor: default;
  }
}
@media(max-width: 999px) {
  nav {
    background: none;
    height: auto;
  }
  .dropmenu {
    position: fixed;
    display: none;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 65px);
    padding-top: 1em;
	padding-bottom: 1em;
    color: #fff;
    z-index: 200;
	overflow-y: auto;
  }
  .dropmenu > li {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: left;
    border-bottom: 1px solid #d6d0d2;
    transition: .3s all;
  }
  .dropmenu > li:last-of-type {
    border-bottom: none;
  }
  .dropmenu > li > ul li {
    border-top: 1px solid #d6d0d2;
    background-color: #FFF9FB;
  }
  .dropmenu > li a {
    display: block;
    padding: 1.5em 0 1.5em 0.4em;
    color: #5b424a;
    text-decoration: none;
    transition: color .3s, text-decoration .3s;
  }
  .dropmenu > li > ul li a {
    padding: 1.5em 0 1.5em 0.5em;
  }
  .dropmenu > li > ul li ul li a {
    padding: 1.5em 0 1.5em 0.4em;
  }
  .dropmenu ul, .dropmenu ul ul {
    display: none;
  }
  .dropmenu > li a:hover {
    color: #bd2f57;
  }
  .dropmenu li.on:after {
    display: none;
  }
  .dropmenu > li.off a:hover {
    color: #5b424a;
    cursor: default;
  }
	.dropmenu > li > ul > li.off a:hover {
    color: #5b424a;
    cursor: default;
  }
}
/* arrow */
@media(max-width: 999px) {
  ul.dropmenu div.level01, ul.dropmenu div.level02 {
    position: relative;
  }
  ul.dropmenu div.level01 a, ul.dropmenu div.level02 a {
    display: flex;
    align-items: center;
  }
  ul.dropmenu div.level01 a:after, ul.dropmenu div.level02 a:after {
    content: "";
    position: absolute;
    right: 10px;
    /* top: 1.5em; */
    transition: all 0.2s ease-in-out;
    /* display: block; */
    width: 8px;
    height: 8px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  ul.dropmenu div.level01 a:hover:after, ul.dropmenu div.level02 a:hover:after {
    border-top: solid 2px #bd2f57;
    border-right: solid 2px #bd2f57;
  }
  ul.dropmenu div.level01.open a:after, ul.dropmenu div.level02.openAcd a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    /* top: 1.75em; */
  }
}
/*----------------------------------------------------
	6.0 - Main
----------------------------------------------------*/
#contents h1 {
  position: relative;
	background:linear-gradient(0deg,rgba(240, 219, 223, 0) 15%, rgba(231,184,197,0.7) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
	padding: 2.2em 0 0.9em;
  color: #bc2f57;
	font-family: "Shippori Mincho", serif;
  font-size: 2.875em;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
	text-shadow: 1px 1px 2px #fff, -1px -1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, 1px 0px 2px #fff, -1px -0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
}
@media(max-width:480px){
	#contents h1 {
		padding:1.5em 0 0;
	}
}
section {
  padding: 0 0 4em;
  line-height: 1.75;
  text-align: left;
}
@media(max-width: 480px) {
  section {
    padding: 3em 20px;
  }
}
section:first-child {
  padding-top: 0;
}
section.index_section {
  padding: 2em 0 0em;
}
section.index_section:last-of-type {
  padding: 5em 0 0em;
}
section h2 {
  position: relative;
  margin: 2em auto 1em;
  padding-bottom: 0.4em;
  font-family: "Shippori Mincho", serif;
  font-size: 1.65em;
  font-weight: 700;
  line-height: 1.15;
  color: #463339;
  text-align: left;
	border-bottom: 2px solid #bc2f57;
}
section h2:first-child {
  margin-top: 0;
}
section h3 {
  position: relative;
  margin: 1.3em auto 0.75em;
  padding: 0.2em 0.3em;
	border: 1px solid #bc2f57;
	border-radius: 4px;
font-family: "Shippori Mincho", serif;
  font-size: 1.45em;
  font-weight: 700;
  color: #bc2f57;
  line-height: 1.15;
}
section h2 + h3 {
  margin-top: 0;
}
section h2.index_h2 {
  position: relative;
  margin: 0 auto 0;
  padding-bottom: 0.5em;
  font-family: "Shippori Mincho", serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.15;
  color: #bd2f57;
  text-align: center;
	border-bottom: none;
}
section h2.index_h2:after {
  content: none;
}
section h2.info_h2 {
  color: #bd2f57;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
	font-size:2.25em;
	border-bottom: none;
	padding-top: 0.4em;
}
@media(max-width:999px) {
	section h2.info_h2 {
		padding-top: 0;
	}
}
@media(max-width:768px) {
  section h2.info_h2 {
    writing-mode: horizontal-tb;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 0.6em;
  }
}
section h2.info_h2:after {
  content: none;
}
section h4 {
  position: relative;
  margin: 1.5em auto 0.75em;
  padding-left: 0.5em;
  padding-bottom: 0.05em;
  font-family: "Shippori Mincho", serif;
  font-size: 1.3em;
  font-weight: 700;
  color: #463339;
  line-height: 1.15;
  border-left: 4px solid #bd2f57;
  /*border-bottom: 3px solid #463339;*/
}
section h3 + h4 {
  margin-top: 0;
}
section h5 {
  position: relative;
  margin: 1.5em auto 0.5em;
  position: relative;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.15;
  color: #000;
}
section h4 + h5 {
  margin-top: 0;
}
/*----------------------------------------------------
	7.0 - Footer
----------------------------------------------------*/
footer {
  position: relative;
  background-color: #fff;
  color: #5b424a;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-top: 2px solid #bd2f57;
}
@media(max-width: 999px) {
  footer {
    padding-left: 0;
  }
}
footer .foot_secretariat {
  display: block;
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5% 0 15px;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.5;
}
@media(max-width: 999px) {
  footer .foot_secretariat {
    padding: 5% 0 15px;
  }
}
@media(max-width: 480px) {
  footer .foot_secretariat {
    padding: 10% 0 15px;
  }
}
footer ul.foot_inner {
  width: auto;
  align-items: center;
  margin: 0 auto;
  text-align: left;
}
@media(max-width: 768px) {
  footer ul.foot_inner {
    justify-content: center;
    flex-direction: column;
  }
}
footer ul.foot_inner li {
  width: 100%;
  margin: 0 auto;
}
@media(max-width: 768px) {
  footer ul.foot_inner li {
    width: 96%;
  }
}
@media(max-width: 768px) {
  footer ul.foot_inner li:last-child {}
}
footer ul.foot_inner li.scr01 {
  margin-bottom: 3.8em;
}
@media(max-width:999px) {
  footer ul.foot_inner li.scr01 {
    margin-bottom: 4em;
  }
}
footer ul.foot_inner li.scr01 > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 2em;
  grid-column-gap: 4em;
  font-size: 1.07em;
}
@media(max-width:1100px) {
  footer ul.foot_inner li.scr01 > ul {
    grid-column-gap: 2em;
  }
}
@media(max-width:999px) {
  footer ul.foot_inner li.scr01 > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media(max-width:768px) {
  footer ul.foot_inner li.scr01 > ul {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2em;
  }
}
@media(max-width:480px) {
  footer ul.foot_inner li.scr01 > ul {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1em;
    grid-column-gap: 2em;
    font-size: 1.07em;
  }
}
footer ul.foot_inner li.scr01 > ul li a{
  text-decoration: none;
}
footer ul.foot_inner li.scr01 > ul li a:hover{
  color:#bd2f57;
}
footer ul.foot_inner li.scr01 > ul li.off a:hover {
  color: #5b424a;
  cursor: default;
}
footer ul.foot_inner li.scr01 ul > li {}
footer ul.foot_inner li.scr01 ul > li div {
  border-bottom: 1px solid #d6d0d2;
}
footer ul.foot_inner li.scr01 ul > li span {
  border-bottom: 1px solid #bd2f57;
  padding-bottom: 0.2em;
}
footer ul.foot_inner li.scr01 ul > li > ul {
  font-size: 0.88em;
  padding-top: 0.9em;
}
@media(max-width:480px) {
  footer ul.foot_inner li.scr01 ul > li > ul {
    /*display: flex;*/
  }
}
footer ul.foot_inner li.scr02 dl {
  display: flex;
  justify-content: space-between;
align-items: flex-end;
}
@media(max-width:999px) {
  footer ul.foot_inner li.scr02 dl {
    flex-direction: column;
	  align-items: flex-start;
  }
}
footer ul.foot_inner h3 {
  position: relative;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  color: #000;
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
  border-radius: 14px;
}
footer ul.foot_inner h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8%;
  margin: 0 auto;
  border-bottom: 4px #ccc solid;
}
footer ul.foot_inner dl {
  margin: 0 auto;
  text-align: center;
}
footer ul.foot_inner dt {
  margin: 0 auto 0.25em;
  color: #000;
  font-size: 1.625em;
  font-weight: 700;
}
footer ul.foot_inner dd {}
footer ul.foot_inner li.scr02 dl dd.scr02_dd01 {
  display: flex;
  text-align: left;
  align-items: center;
  column-gap: 1.5em;
}
@media(max-width:480px){
	footer ul.foot_inner li.scr02 dl dd.scr02_dd01 {
}
}
footer ul.foot_inner li.scr02 dl dd.scr02_dd01 p:first-of-type {
  background-color: #efeced;
  padding: 2.2em 1.2em;
	white-space: nowrap;
}
footer ul.foot_inner li.scr02 dl dd.scr02_dd02 {
  text-align: right;
}
@media(max-width:999px) {
  footer ul.foot_inner li.scr02 dl dd.scr02_dd02 {
    text-align: left;
    padding-top: 1.6em;
  }
}
footer ul.foot_inner li.scr02 dl dd.scr02_dd02 p:first-of-type {
  font-size: 0.86em;
  margin-bottom: 0.5em;
}
footer ul.foot_inner li.scr02 dl dd.scr02_dd02 p:last-of-type {
  font-size: 0.93em;
}
footer a {
  color: #5b424a;
}
footer a:hover {
  color: #577dd6;
}
footer a.tel {
  color: inherit;
  text-decoration: none;
}
/*----------------------------------------------------
	8.0 - Single Page
----------------------------------------------------*/
/*  Index
----------------------------------------------------*/
.index_main {
  width: 100%;
  min-height: 748px;
  background-image: url("../img/contents/index/bg_index_main.png");
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  line-height: 0;
  text-align: center;
  overflow: hidden;
  z-index: 0;
  display: flex;
  align-items: center;
}
@media(max-width:999px) {
  .index_main {
    width: 100%;
    min-height: 716px;
    background-image: url("../img/contents/index/bg_index_main_999.png");
    background-size: 1000px 716px;
    margin-top: 0.8em;
  }
}
@media(max-width:768px) {
  .index_main {
    width: 100%;
    min-height: 550px;
    background-image: url("../img/contents/index/bg_index_main_768.png");
    background-size: 768px 550px;
    margin-top: 1em;
  }
}
@media(max-width:480px) {
  .index_main {
    width: 100%;
    min-height: 415px;
    background-image: url("../img/contents/index/bg_index_main_480.png");
    background-size: 480px 415px;
    margin-top: 0.8em;
  }
}
.slider_container {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.slider_track {
  display: flex;
  width: calc(300%);
  animation: slideLeft 30s linear infinite;
}
.slider_track img {
  width: auto;
  max-height: 540px;
  flex-shrink: 0;
  border-radius: 10px;
  padding: 0 0.2em;
}
@media(max-width:768px) {
  .slider_track img {
    max-height: 440px;
  }
}
@media(max-width:480px) {
  .slider_track img {
    max-height: 340px;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(-10%);
  }
  to {
    transform: translateX(-60%);
  }
}
/* Info */
.info_area {
  display: flex;
  width: 91.7%;
  background-color: #fff;
  border: 1px solid #f5e0e6;
  border-radius: 25px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 2em 3em 3em;
  margin: 0 auto 7%;
  column-gap: 3em;
}
@media(max-width:999px) {
  .info_area {
    padding: 3em 3em 2em;
  }
}
@media(max-width:768px) {
  .info_area {
    flex-direction: column;
    margin-top: 1em;
    padding: 2.5em 3em 2em;
  }
}
@media(max-width:480px) {
  .info_area {
    padding: 2.5em 1.5em 2em;
  }
}
.info {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.info dl {
  width: 100%;
  height: 355px;
  margin: 0 auto;
  line-height: 1.6;
  text-align: left;
  overflow-y: auto;
}
.info dt {
  position: relative;
  color: #bd2f57;
  border-bottom: 1px solid #e6e3e4;
  font-family: "Shippori Mincho", serif;
  padding-top: 15px;
  padding-bottom: 6px;
}
.info dt span {
  border-bottom: 1px solid #bd2f57;
  padding-bottom: 0.45em;
  font-weight: 700;
}
.info dd {
  position: relative;
  margin: 0;
  color: #5b424a;
  padding-top: 13px;
  padding-bottom: 0;
}
@media(max-width: 999px) {
  .info dl {
    height: 310px;
  }
  .info dt, .info dd {
    padding-top: 0;
    padding-bottom: 0;
  }
  .info dt {
    float: none;
  }
  .info dt span {
    padding-bottom: 0.1em;
  }
  .info dd {
    padding: 0.5em 0 1em;
  }
}
@media(max-width: 768px) {
  .info dl {
    height: 290px;
  }
}
/* Attention Box Index */
.box_attention_index {
  background: #fff;
  width: 100%;
  padding: 1em;
  line-height: 1.6;
  border: 5px solid #e0363c;
}
/*  Greeting
----------------------------------------------------*/
.grt_info {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom: 2em;
}

@media (max-width: 480px) {
	.grt_info {
		flex-wrap: wrap;
	}
}

.grt_info .grt_image {
	width: 170px;
	flex-basis: 170px;
	margin-left: 2em;
}

@media (max-width: 480px) {
	.grt_info .grt_image {
		margin: 0 auto;
	}
}

.grt_info .grt_image img {
	width: 100%;
	height: auto;
}

.grt_info .grt_data {
	width: calc(100% - 150 - 2em);
	flex-basis: calc(100% - 150 - 2em);
	text-align: right;
}

@media (max-width: 480px) {
	.grt_info .grt_data {
		width: 100%;
		flex-basis: 100%;
		margin-top: 1em;
		text-align: center;
	}
}
/*  Outline
----------------------------------------------------*/
/*  Abstracts
----------------------------------------------------*/
/*  Program
----------------------------------------------------*/
.program_list {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.program_list .prg_title {
  margin-top: 1em;
  padding-left: 4em;
  color: #bc2f57;
  font-weight: 700;
  text-indent: -4em;
}
.program_list .prg_title > .title_number {
  display: inline-block;
  background: #463339;
  width: 3.5em;
  margin-right: 0.5em;
  padding: 0 0.15em;
  color: #fff;
  line-height: 1.15;
  text-indent: 0;
  text-align: center;
}
.program_list dt {
  float: left;
  width: 3.0em;
}
.program_list dt:after {
  content: "：";
}
.program_list dd {
  display: block;
  padding-left: 7em;
  text-indent: -7em;
}
.program_list dd .prg_name {
  text-indent: 0;
  display: inline-table;
  width: 6em;
}
.prg_time {
  text-align: right;
}
.prg_time {
  text-align: right;
  color: #555;
}
.prg_sponsor {
  margin-top: 10px;
  text-align: right;
}
/* Flyer Style */
section .prg_flyer {
  float: right;
  margin-left: 1em;
  overflow: hidden;
}
section .prg_flyer img {
  width: 100px;
  float: right;
}
section .prg_flyer a:hover img {
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  opacity: 0.60;
  transition: 0.2s;
}
section .prg_flyer a:not(:first-of-type) {
  display: none;
}
/* Irregular Option */
section h3 + .prg_time {
  margin-top: -20px;
}
section h4.prg {
  font-size: 1.25em;
  padding-right: 4em;
}
section h4.prg .prg_icon {
  position: absolute;
  bottom: 3px;
  right: 0;
  padding: 0.15em;
  color: #fff;
  font-size: 0.7em;
  font-weight: normal;
  border-radius: 2px;
}
/*  Registration
----------------------------------------------------*/
/*----------------------------------------------------
	9.0 - Option
----------------------------------------------------*/
/*  List - Text
----------------------------------------------------*/
/* No icon Style */
ul.list_normal_jp li {
  padding-left: 1.0em;
}
ul.list_normal_jp li {
  padding-left: 1.0em;
  text-indent: -1.0em;
}
/* No icon Style/English */
ul.list_normal_en li {
  padding-left: 0.425em;
}
ul.list_normal_en li {
  padding-left: 0.425em;
  text-indent: -0.425em;
}
/* Disk Style */
ul.list_disc {
  margin-left: 1em;
}
ul.list_disc li {
  position: relative;
}
ul.list_disc li:after {
  display: block;
  background-color: #666;
  content: '';
  position: absolute;
  top: .65em;
  left: -0.75em;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
/* Mark Style */
ul.list_mark li {
  padding-left: 1.0em;
  position: relative;
}
ul.list_mark li:before, ul.list_mark li:after {
  content: " ";
  position: absolute;
}
ul.list_mark li:before {
  background-color: #000;
  width: 1em;
  height: 1em;
  top: 0.35em;
  left: 0em;
  border-radius: 50%;
}
ul.list_mark li:after {
  top: 0.9rem;
  left: 0.6rem;
  border: 0.4rem solid transparent;
  border-left: 0.5rem solid #fff;
}
/* Link Style */
ul.list_link li {
  padding: 1em 0 1em 1.3em;
  position: relative;
  border-bottom: 1px solid #ddd;
}
ul.list_link li a{
	color:#5b424a;
	text-decoration: none;
}
ul.list_link li a:hover{
	color:#bc2f57;
}
ul.list_link li:before {
  display: block;
  position: absolute;
  content: "\025b6";
  width: 1em;
  height: 1em;
  margin-left: -1.3em;
  color: #bc2f57;
}
/* Decimal Style */
ol.list_decimal {
  list-style: none;
  counter-reset: num;
  margin-left: 2.0em;
}
ol.list_decimal > li {
  position: relative;
}
ol.list_decimal > li:before {
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
  position: absolute;
  width: 2em;
  top: 0;
  left: -2em;
  margin-right: 2em;
  text-align: center;
}
/* Decimal (Parentheses) Style */
ol.list_numberParen {
  list-style-type: none;
  counter-reset: ol_li;
  margin-left: 2em;
}
ol.list_numberParen > li {
  position: relative;
}
ol.list_numberParen > li:before {
  counter-increment: ol_li;
  content: "("counter(ol_li)")";
  display: inline-block;
  position: absolute;
  width: 2em;
  top: 0;
  left: -2em;
  margin-right: 2em;
  text-align: center;
}
/* Decimal (Parentheses - One Side) Style */
ol.list_numberParenR {
  list-style-type: none;
  counter-reset: ul_lione;
  margin-left: 2em;
}
ol.list_numberParenR > li {
  position: relative;
}
ol.list_numberParenR > li:before {
  counter-increment: ul_lione;
  content: counter(ul_lione)")";
  display: inline-block;
  position: absolute;
  width: 2em;
  top: 0;
  left: -2em;
  margin-right: 2em;
  text-align: center;
}
/*  List - Button
----------------------------------------------------*/
ul.list_button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.1;
  text-align: center;
}
ul.list_button li {
  margin: 0 auto 0.75em;
}
ul.list_button > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e2edf4;
  min-width: 40%;
  height: 56px;
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 4px;
  box-shadow: 0 2px 5px #CCC;
  transition: 0.3s;
}
ul.list_button > li a:hover {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
}
ul.list_button > li.notLink {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bcbcbc;
  height: 56px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px #CCC;
  transition: 0.3s;
}
ul.list_button.btn_col01 > li {
  width: 48%;
}
ul.list_button.btn_col02 > li {
  width: 48%;
}
ul.list_button.btn_col02_center > li {
  width: 40%;
}
ul.list_button.btn_col03 > li {
  width: 30%;
}
@media(max-width: 768px) {
  ul.list_button.btn_col02_center > li, ul.list_button.btn_col03 > li {
    width: 48%;
  }
}
/* 2 Column After */
ul.list_button.btn_col02:after {
  content: "";
  display: block;
  width: 50%;
  height: 0;
}
/* 3 Column After */
ul.list_button.btn_col03:after {
  content: "";
  display: block;
  width: 66.67%;
  height: 0;
}
@media(max-width: 768px) {
  ul.list_button.btn_col03:after {
    width: 50%;
  }
}
/*  List - Banner
----------------------------------------------------*/
ul.list_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.1;
  text-align: center;
}
ul.list_banner li {
  margin: 0 0 0.75em;
}
ul.list_banner li a img {
  width: 100%;
  border: 1px solid #ddd;
  transition: 0.3s;
}
ul.list_banner > li a img:hover {
  border: 1px solid #999;
}
ul.list_banner li.blank {
  margin: 0;
}
ul.list_banner.banner_col01 > li {
  width: 100%;
}
ul.list_banner.banner_col02 > li {
  width: 48%;
}
ul.list_banner.banner_col03 > li {
  width: 32%;
}
ul.list_banner.banner_col04 > li {
  width: 24%;
}
@media(max-width: 480px) {
  ul.list_banner.banner_col04 > li {
    width: 30%;
  }
}
/*  Table
----------------------------------------------------*/
table.table_normal {
  width: 100%;
  border: solid 1px #CE5D7B;
}
table.table_normal th {
  padding: 10px;
  /*background: #C24065;*/
  background: #CE5D7B;
  border-left: solid 1px #CE5D7B;
  border-bottom: solid 1px #fff;
	padding: 15px;
	color: #fff;
  font-weight: 700;
	font-family: "Shippori Mincho", serif;
	text-align: center;
	width:14%;
}
table.table_normal tr:last-of-type th {
	border-bottom: solid 1px #CE5D7B;
}
table.table_normal td {
  padding: 15px 15px 15px 20px;
  background: #fff;
  border-left: solid 1px #CE5D7B;
  border-bottom: solid 1px #CE5D7B;
}
/* Vertical Setting */
table th.vtl_center, table td.vtl_center {
  vertical-align: middle;
}
/* Scroll */
@media (max-width: 768px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll::-webkit-scrollbar {
    height: 10px;
  }
  .table_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .table_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .table_scroll:after {
    content: "*If the window size is narrow, this table is displayed with side scrolling.";
    position: relative;
    font-size: calc(768px * .015625);
  }
  .table_scroll .table_normal {
    min-width: 700px;
  }
}
/* Stack */
table.table_stack_sp {
  width: 100%;
}
table.table_stack_sp th {
  padding: 2em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align:text-top;
  border-bottom: solid 1px #ccc;
}
table.table_stack_sp td {
  padding: 2em;
  vertical-align: middle;
  border-bottom: solid 1px #ccc;
}
@media(max-width: 480px) {
  table.table_stack_sp th {
    width: auto;
    background: #fff;
    text-align: left;
  }
  table.table_stack_sp th, table.table_stack_sp td {
    border-bottom: none;
    border: 1px solid #bd2f57;
  }
  table.table_stack_sp th, table.table_stack_sp td {
    display: list-item;
    list-style: none;
    width: 100%;
    padding: 5px;
    border-width: 1px 0 0;
  }
	table.table_stack_sp td:last-of-type {
		margin-bottom: 0.8em;
	}
}
/*  Back Ground Color
----------------------------------------------------*/
.bg_blue {
  background: #000;
}
.bg_green {
  background: #509869;
}
.bg_red {
  background: #e0363c;
}
.bg_orange {
  background: #ec7430;
}
/*  Align
----------------------------------------------------*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*  Hr
-----------------------------------------------*/
hr {
  border: solid 1px #ddd;
}
/*  Text
----------------------------------------------------*/
sub, sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
strong {
  font-weight: 700;
}
.tx_cancel {
  text-decoration: line-through;
}
.tx_cancel_red {
  text-decoration: line-through;
  color: #e0363c;
}
.tx_cancel_red span {
  color: black;
}
.tx_red {
  color: #e0363c;
}
.tx_blue {
  color: #000;
}
.tx_black {
  color: #000;
}
.tx_white {
  color: #fff;
}
.tx_13 {
  font-size: 1.3rem;
}
.tx_13B {
  font-size: 1.3rem;
  font-weight: 700;
}
.tx_14 {
  font-size: 1.4rem;
}
.tx_14B {
  font-size: 1.4rem;
  font-weight: 700;
}
.tx_15 {
  font-size: 1.5rem;
}
.tx_15B {
  font-size: 1.5rem;
  font-weight: 700;
}
.tx_16 {
  font-size: 1.6rem;
}
.tx_16B {
  font-size: 1.6rem;
  font-weight: 700;
}
.tx_17 {
  font-size: 1.7rem;
}
.tx_17B {
  font-size: 1.7rem;
  font-weight: 700;
}
.tx_18 {
  font-size: 1.8rem;
}
.tx_18B {
  font-size: 1.8rem;
  font-weight: 700;
}
.tx_20 {
  font-size: 2.0rem;
}
.tx_20B {
  font-size: 2.0rem;
  font-weight: 700;
}
.tx_22 {
  font-size: 2.2rem;
}
.tx_22B {
  font-size: 2.2rem;
  font-weight: 700;
}
@media(max-width: 768px) {
  .tx_13, .tx_13B {
    font-size: 1.2rem;
  }
  .tx_14, .tx_14B {
    font-size: 1.3rem;
  }
  .tx_15, .tx_15B {
    font-size: 1.4rem;
  }
  .tx_16, .tx_16B {
    font-size: 1.5rem;
  }
  .tx_17, .tx_17B {
    font-size: 1.6rem;
  }
  .tx_18, .tx_18B {
    font-size: 1.7rem;
  }
  .tx_20, .tx_20B {
    font-size: 1.8rem;
  }
  .tx_22, .tx_22B {
    font-size: 2.0rem;
  }
}
.tx_space01 {
  letter-spacing: 0.1rem;
}
.tx_space02 {
  letter-spacing: 0.2rem;
}
.tx_space03 {
  letter-spacing: 0.3rem;
}
.tx_space04 {
  letter-spacing: 0.4rem;
}
.tx_space05 {
  letter-spacing: 0.5rem;
}
.tx_space_n001 {
  letter-spacing: -0.01rem;
}
.tx_space_n005 {
  letter-spacing: -0.05rem;
}
.tx_space_n01 {
  letter-spacing: -0.1rem;
}
.tx_space_n02 {
  letter-spacing: -0.2rem;
}
.tx_space_n03 {
  letter-spacing: -0.3rem;
}
.tx_indent01 {
  padding-left: 1.0em;
  text-indent: -1.0em;
}
.tx_indent02 {
  padding-left: 2.0em;
  text-indent: -2.0em;
}
/*  Line Height
----------------------------------------------------*/
.line_height00 {
  line-height: 0;
  vertical-align: middle;
}
.line_height01 {
  line-height: 1.0;
  vertical-align: middle;
}
.line_height02 {
  line-height: 2.0;
  vertical-align: middle;
}
/*  Text Break
----------------------------------------------------*/
@media(max-width: 999px) {
  span.br999_under:before {
    content: "\A";
    white-space: pre;
  }
}
@media(max-width: 768px) {
  span.br768_under:before {
    content: "\A";
    white-space: pre;
  }
}
@media(max-width: 480px) {
  span.br480_under:before {
    content: "\A";
    white-space: pre;
  }
}
/*  Margin
----------------------------------------------------*/
.mgt_10 {
  margin-top: 10px;
}
.mgt_15 {
  margin-top: 15px;
}
.mgt_20 {
  margin-top: 20px;
}
.mgt_30 {
  margin-top: 30px;
}
.mgt_40 {
  margin-top: 40px;
}
.mgt_50 {
  margin-top: 50px;
}
.mgb_10 {
  margin-bottom: 10px;
}
.mgb_20 {
  margin-bottom: 20px;
}
.mgb_30 {
  margin-bottom: 30px;
}
.mgb_40 {
  margin-bottom: 40px;
}
.mgb_50 {
  margin-bottom: 50px;
}
.mgl_10 {
  margin-left: 10px;
}
.mgl_01 {
  margin-left: 1.0em;
}
.mgl_02 {
  margin-left: 2.0em;
}
.mgl_03 {
  margin-left: 3.0em;
}
.mgl_04 {
  margin-left: 4.0em;
}
.mgl_05 {
  margin-left: 5.0em;
}
/*  Icon
----------------------------------------------------*/
/*Link Blank Icon*/
.link:after {
  font-family: "Font Awesome 5 Free";
  content: '\f360';
  margin-left: 0.2em;
  color: #4369c4;
  font-size: 1.375em;
  font-weight: 900;
}
.pdf:after {
  font-family: "Font Awesome 5 Free";
  content: '\f1c1';
  margin-left: 0.2em;
  color: #f54328;
  font-size: 1.6em;
  font-weight: 900;
}
.ppt:after {
  font-family: "Font Awesome 5 Free";
  content: '\f1c4';
  margin-left: 0.2em;
  color: #ce6243;
  font-size: 1.6em;
  font-weight: 900;
}
.word:after {
  font-family: "Font Awesome 5 Free";
  content: '\f1c2';
  margin-left: 0.2em;
  color: #254c9b;
  font-size: 1.6em;
  font-weight: 900;
}
.excel:after {
  font-family: "Font Awesome 5 Free";
  content: '\f1c3';
  margin-left: 0.2em;
  color: #347241;
  font-size: 1.6em;
  font-weight: 900;
}
.ssl:after {
  font-family: "Font Awesome 5 Free";
  content: '\f084';
  margin-left: 0.2em;
  color: #ceaf28;
  font-size: 1.6em;
  font-weight: 900;
}
/* Triangle Icon */
.triangle {
  /* margin: 0; */
  padding-left: 1.0em;
  text-indent: -1.0em;
  position: relative;
}
.triangle:before {
  content: "\025b6";
  color: #000;
}
/*  Page Top
----------------------------------------*/
#page_top {
  position: fixed;
  display: flex;
  bottom: 30px;
  right: 40px;
  margin: 0;
}
#page_top a {
  display: block;
  line-height: 0;
  opacity: 0.85;
  position: relative;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  transition: 0.4s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
#page_top a:before {
  position: absolute;
  top: 25px;
  left: 35%;
  content: "";
  width: 15px;
  height: 15px;
  margin: auto;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page_top a {
  background-color: #bc2f57;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
#page_top a:hover {
  background-color: #958088;
}
@media(max-width: 480px) {
  #page_top {
    right: 20px;
  }
  #page_top a:before {
    top: 18px;
    left: 33%;
  }
  #page_top a {
    width: 50px;
    height: 50px;
  }
}
/*  Background
----------------------------------------*/
.bg_beige {
  background: #f3efec;
}
/*  Float
----------------------------------------------------*/
.fL {
  float: left;
  margin: 0 1em 10px 0;
}
.fR {
  float: right;
  margin: 0 0 10px 1em;
}
/*  Attention
----------------------------------------------------*/
.box_attention {
  max-width: 100%;
  padding: 1em;
  line-height: 1.6;
  border: 5px solid #e0363c;
}
/*  Construction
----------------------------------------------------*/
.construction {
  width: 60%;
  margin: 5% auto 30%;
  padding: 20px 40px;
  display: block;
  color: #bbb;
  text-align: center;
  border: 3px solid #ddd;
}
.construction .title {
  font-size: 1.2em;
  font-weight: 700;
}
@media(max-width: 480px) {
  .construction {
    padding: 10px 20px;
  }
}