@charset "UTF-8";

/*----------------------------------------top----------------------------------------*/
#top {
  padding: 0em 3%;
}

#top .main {
  margin: 2em auto 0;
}

#top .flex {
  -webkit-box-align: center;
  align-items: center;
}

#top .flex h1 {
  font-size: 1.6rem;
  font-weight: bold;
}

#top .flex img {
  width: 80px;
}

/*----------------------------------------content----------------------------------------*/
#content {}

#content .border {
  border: 1px solid;
  padding: 1em 0;
}

#content .border p {
  font-size: min(1.94vw, 20px);
  font-weight: bold;
  padding: 0 1em;
}

#content ul {
  align-items: stretch;
  margin: 3em auto;
}

#content ul li {
  display: -webkit-box;
  display: flex;
  align-items: stretch;
  width: 48%;
}

#content ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: 100%;
}

#content ul li .relative {
  height: 5em;
}

#content ul li h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

#content ul li:nth-child(1) .relative {
  background: #f2b52d;
}

#content ul li:nth-child(2) .relative {
  background: #f2792d;
}

#content ul li:nth-child(3) .relative {
  background: #93b131;
}

#content ul li .frame {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  border: 1px solid;
}

#content ul li img {
  /* height: 45%; */
  width: 100%;
  object-fit: cover;
}

#content ul li h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  padding: 5% 3%;
}

#content ul li p {
  padding: 0 1em;
  text-align: center;
}

#content .box {
  text-align: center;
  margin: 3em auto;
}

#content .box h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1em auto;
}

#content .box p {
  text-align: center;
}

#content .link {}

#content .link a {
  display: inline-block;
  padding: 1em 2em;
  font-weight: 600;
  color: #fff;
  background: #cc5617;
  transition: ease-in 0.3s;
}

#content .link a:hover {
  background: #cc5617;
  box-shadow: 4px 4px #717171;
}

/*----------------------------------------会社案内----------------------------------------*/
#curry {}

#curry h1 {
  font-size: 1.8rem;
  font-weight: 600;
}

#curry h1 span {
  display: inline-block;
  padding: 0.2em 0.5em;
  padding: 0.2em 0.5em;
  margin: 0 1em 0 0;
  background: #f2b52d;
}

#curry h2 {
  font-weight: 600;
  color: #40659f;
  margin: 0.5em auto;
}

#curry .top {
  margin: 0.5em auto;
}

#curry ul {}

#curry ul li {
  width: 23%;
}

#curry ul.pdf li {
  width: 100%;
  margin: 2em auto 0;
}

#curry .box {
  margin: 4em auto 0;
}

#curry h3 {
  font-weight: 600;
  color: #40659f;
  margin: 1em auto;
}

#curry h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 1em auto;
}

#curry .red {
  color: #ff0000;
  margin: 1em auto;
}

#curry dt {
  position: relative;
  width: 1.4em;
}

#curry dt:after {
  content: "―";
  position: absolute;
  left: 100%;
}

#curry dd {
  padding: 0 0 0 3em;
}

@media screen and (max-width: 768px) {
  #curry ul li {
    width: 48%;
    margin: 0 auto 2%;
  }
}

/*----------------------------------------franchise----------------------------------------*/
#franchise h1 {
  font-size: 1.8rem;
  font-weight: 600;
}

#franchise h1 span {
  display: inline-block;
  padding: 0.2em 0.5em;
  padding: 0.2em 0.5em;
  margin: 0 1em 0 0;
  background: #93b131;
}

#franchise h2 {
  font-weight: 600;
  color: #40659f;
  margin: 0.5em auto;
}

#franchise .box {
  text-align: center;
}

#franchise .box img.poster {
  width: 80%;
  max-width: 800px;
  margin: 0 auto 2em;
}

#franchise {}

#franchise ul {
  align-items: stretch;
  margin: 3em auto;
}

#franchise ul li {
  display: -webkit-box;
  display: flex;
  align-items: stretch;
  width: 30%;
}

#franchise ul li a {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: stretch;
  align-items: stretch;
}

#franchise ul li h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  padding: 0.5em 0;
}

#franchise ul li:nth-child(1) h2 {
  background: #f2b52d;
}

#franchise ul li:nth-child(2) h2 {
  background: #f2792d;
}

#franchise ul li:nth-child(3) h2 {
  background: #93b131;
}

#franchise ul li .frame {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  height: 100%;
  border: 1px solid;
}

#franchise ul li img {}

#franchise ul li h3 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  padding: 5% 3%;
}

#franchise ul li p {
  padding: 0 1em;
  text-align: center;
}

#franchise .ec {}

#franchise .ec a {}

#franchise .ec h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0 auto 1em;
}

#franchise .ec img {
  width: 80%;
  max-width: 500px;
}

/*----------------------------------------会社案内----------------------------------------*/

h1.sub {
  display: inline;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 5px solid #ff0000;
  margin: 30px;
}

#profile .logo {
  width: 250px;
}

#profile .box {
  font-weight: bold;
  margin: 1em auto 3em;
}

#profile .box:last-child {
  margin: 1em auto 0;
}

#profile h2 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #3465a4;
  margin: 0 auto 0.5em;
}

#profile h3 {
  font-weight: bold;
  font-size: 1.6rem;
}

#profile p span {
  color: #ff0000;
}

#policy {}

#policy ul {}

#policy ul li {
  padding: 0 0 1em 1em;
  text-indent: -1em;
}

#policy ul li ul {
  padding: 0 0 0 1em;
}

#policy ul li ul li {
  padding: 0;
}

#history {}

#history h2 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #3465a4;
  margin: 0 auto 0.5em;
}

#history h3 {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 auto 0.5em;
}

#history dt {}

#profile dt::after,
#history dt::after {
  content: "";
}

#profile dt {
  width: 7em;
  text-align: right;
}

#profile dd {
  padding: 0 0 0 9em;
}

#history dd {
  padding: 0 0 0 7em;
}

/*----------------------------------------business----------------------------------------*/
#business {
  padding: 0% 3%;
}

#business .top {
  padding: 2em;
}

#business ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#business .left {
  width: 50%;
}

#business .right {
  width: 40%;
}

#business .right h2 {
  font-size: 1.6rem;
  font-weight: bold;
}

#business ul li {
  width: 100%;
  padding: 5px;
}

#business ul li p {
  font-weight: bold;
}

#business ul li h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

#business_info .backbone {}

#business_info .backbone .tac {
  width: 20%;
  min-width: 235px;
  margin: 2em 0 0;
}

#business_info .backbone h2 {
  font-size: 1.4rem;
}

#business_info .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
}

#business_info .title_box h2 {
  width: 70%;
  font-size: 2rem;
  text-align: center;
}

#business_info .title_box h2 span {
  font-weight: bold;
}

#business_info .title_box img {
  width: 30%;
}

#business_info .box {
  margin: 1em auto;
}

#business_info .box img {
  width: 40%;
  min-width: 300px;
}

#business_info .box img.mini {
  width: 100px;
  min-width: 100px;
}

#business_info .company {
  margin: 3em 1em;
}

#business_info .company h2 {
  font-size: 1.6rem;
  font-weight: bold;
}

#business_info .company p {
  text-indent: 1em;
}

#business_info .company dl {
  padding: 0 0 0 1em;
}

#business_info .company dt {}

#business_info .company dd {}

#new_business .main {
  width: 100%;
}

#new_business .box {
  margin: 0 auto 5em;
}

#new_business h2.title {
  font-weight: bold;
  font-size: 2.4rem;
  color: #3465a4;
  margin: 0 auto 0.5em;
}

#new_business h3 {
  font-weight: bold;
  font-size: 1.8rem;
}

#new_business img.title {
  width: 50%;
  min-width: 300px;
  margin: 1em auto 0;
}

#new_business ul.li3 {
  padding: 1em 0 0;
  margin: 1em auto 0;
  border-top: 1px solid #1b3d87;
}

#new_business ul.li3 li {
  width: 32%;
}

#new_business ul.li3 li h3 {
  margin: 0 auto 1em;
}

#new_business .flex .img {
  width: 50%;
}

#new_business ul.number {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

#new_business .blue {
  color: #fff;
  background: #1b3d87;
}

#new_business .blue .border {
  padding: 1em 0;
  margin: 1em auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#new_business .white {
  border: 1px solid #1b3d87;
}

#new_business .white ul {
  list-style: disc;
  padding: 0.5em;
  margin: 1em;
  border-bottom: 1px solid #1b3d87;
}

#new_business .charm {
  padding: 1em;
}

#new_business .charm h2 {
  color: #fff;
  text-align: center;
  margin: 0 auto 1em;
}

#new_business .charm p {
  margin: 0 auto 1em;
}

#new_business .padding {
  width: 50%;
  padding: 1em;
}

#new_business .padding h2 {
  text-align: center;
  margin: 0 auto 1em;
}

#new_business .brand {}

#new_business .brand dt {
  width: 6em;
}

#new_business .brand dt:after {
  content: "";
}

#new_business .brand dd {
  color: #ff0000;
  padding: 0 0 0 7em;
}

#new_business .cost {}

#new_business .cost dt {
  width: 12em;
}

#new_business .cost dt::after {
  content: "";
}

#new_business .cost dd {
  padding: 0 0 0 13em;
}

#new_business .fs12 {
  font-size: 1.2em;
}

#new_business .fs12.child {
  width: 40%;
}

#new_business .img.child {
  width: 60%;
}

#new_business ul.border li {
  width: 32%;
  border: 3px solid #1b3d87;
  padding: 2em;
}

#new_business ul.border li dl {
  border-bottom: 1px solid #1b3d87;
}

#new_business ul.border li dl.last {
  margin: 2em auto 0;
}

#new_business ul.border li dt {
  width: 11em;
}

#new_business ul.border li dt::after {
  content: "";
}

#new_business ul.border li dd {
  text-align: right;
}

#new_business .menu {
  padding: 1em 0 1em;
  border-bottom: 1px solid #1b3d87;
}

#new_business .menu h2 {}

#new_business .menu p {}

#new_business .menu .logo {
  width: 30%;
  height: 15em;
  object-fit: contain;
}

#new_business .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#new_business .menu ul li {
  width: calc(100% / 6);
  padding: 1%;
}

#new_business .menu ul.leaflets li {
  width: calc(100% / 3);
}

#new_business .menu ul.leaflets li h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff0000;
  margin: 0 auto 1em;
  text-align: center;
}

#new_business .menu dl {
  display: inline-block;
  width: 15em;
  border: 3px solid #1b3d87;
  padding: 1em;
}

#new_business .menu dt {}

#new_business .menu dd {}

#new_business .menu {}

#new_business .menu {}

.red {
  color: #ff0000;
}

.green {
  color: #069a2e;
}

/*----------------------------------------privacy----------------------------------------*/
#privacy {}

#privacy h2 {
  font-size: 1.4rem;
}

#privacy p {}

#privacy .box {
  margin: 3em auto;
}

#privacy .box h3 {
  font-size: 1.4rem;
}

#privacy .box p {}

#privacy ul {
  list-style: decimal;
}

#privacy ul li {
  margin: 0 0 0 1.2em;
}

/*----------------------------------------session----------------------------------------*/
#session {
  background-image: url(../img/common/back.jpg);
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
}

#session h2 {
  font-size: 1.8rem;
  font-weight: bold;
}

#session p {
  margin: 3em auto;
}

#session a {
  padding: 0.5em;
  border: 1px solid;
  font-size: 1.6rem;
  font-weight: bold;
}