@charset "utf-8";

/* ---------------------------------------------------
   File: index.css
   Version: 1.0.0
   Update: 2025-04-30
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



/* =======================================================================================================================

   WIDE DESKTOP LAYOUT

======================================================================================================================= */
.sp { display: none;}

/* ====================================================
		Layout
==================================================== */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
}

.row {
  width: 1300px;
  margin: 0 auto;
}
#container {
  text-align: center;
}

/* ====================================================
		Common
==================================================== */
h2 {
  font-size: 4.3rem;
  letter-spacing: 0.04em;
  line-height: 1.55;
  padding: 0 0 30px;
  color: #251e1c;
  font-weight: 500;
}
h2 span.enTitle {
  display: block;
  writing-mode: vertical-lr;
  font-size: 2rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 -40px 54px;
  border-left: 3px solid #251e1c;
  line-height: 1.5;
}
h2 span.sub {
  font-size: 1.85rem;
  display: block;
}
.lead {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.95em;
  padding-bottom: 60px;
  letter-spacing: 0.04em;
  line-height: 2.07;
}
.tx_yellow {
  color: #eaa800;
}
.text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  text-align: left;
}
a .btn-arrow {
  position: absolute;
  background-size: 38px 38px;
  border-radius: 100px;
  width: 38px;
  height: 38px;
}
a .btn-arrow::before,
a .btn-arrow::after {
  position: absolute;
  content: '';
}
a .btn-arrow::before {
  width: 7px;
  height: 1px;
  transform: rotate(-45deg);
  background: #fff;
}
a .btn-arrow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
}

#support section .list,
#health-insurance .whiteBox .list li,
#health-insurance .whiteBox .noList dl {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: left;
}

#support section .list strong strong,
#health-insurance .whiteBox .list li dd strong {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-size: 6.8rem;
  letter-spacing: 0.01em;
  font-weight: 900;
}

#support section .list li .front::before,
#health-insurance .whiteBox dl dt::before {
  width: 38px;
  height: 27px;
  content: '';
  position: absolute;
  bottom: 5px;
  left: -60px;
}
#support section .list li .front::before {
  background: url("../images/img_checkbox_red.png") no-repeat 0 0 / 38px 27px;
}
#health-insurance .whiteBox dt::before {
  background: url("../images/img_checkbox_green.png") no-repeat 0 0 / 38px 27px;
}



/* ====================================================
		Btn_top
==================================================== */
#Btn_top {
  text-align: right;
}
#Btn_top a {
  font-size: 1.7rem;
  padding: 48px 42px 55px;
  color: #fff;
  background-color: #261e1c;
  text-align: center;
  display: inline-block;
  line-height: 1;
  border-radius: 0 0 0 20px;
  letter-spacing: 0.1em;
}


/* ====================================================
		Main Visual
==================================================== */
#mainVisual h1 {
  width: 428px;
  margin: -61px 0 73px 99px;
} 
#mainVisual p {
  margin: 0 auto;
  max-width: 1200px!important;
  padding: 0 50px;
}


/* ====================================================
		Page Link - Btn
==================================================== */
#pageLink {
  width: 100%;
  margin: 0 auto;
}
#pageLink ul {
  display: flex;
  justify-content: space-between;
  width: 70%;
  max-width: 900px;
  margin: 80px auto 0;
}
#pageLink li {
  border-radius: 20px;
  width: 23.3%;
  line-height: 1.2;
}
#pageLink li:last-of-type {
  margin-right: 0;
}
#pageLink li a {
  padding: 60px 0 100px;
  display: block;
  color: #fff;
  border-radius: 20px;
  font-size: 2.5rem;
  position: relative;
  letter-spacing: 0.03em;
}
#pageLink li a span {
  display: block;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.12em;
  padding-top: 8px;
}
#pageLink li a::before, 
#pageLink li a::after {
  position: absolute;
  content: '';
}
#pageLink li a::before {
  border: 2px solid #fff;
  width: 38px;
  height: 38px;
  border-radius: 30px;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
#pageLink li a::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 7px;
  height: 7px;
  transform: translateX(-50%) rotate(45deg);
  bottom: 42px;
  left: 50%;
}
#pageLink li:nth-child(1) {
  background-color: #d4633c;
}
#pageLink li:nth-child(2) {
  background-color: #eaa800;
}
#pageLink li:nth-child(3) {
  background-color: #4a91c8;
}
#pageLink li:nth-child(4) {
  background-color: #6380bd;
}

/* -------------------------------
		Background
------------------------------- */
#pageLink {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #f8f6ed 50%, #f8f6ed 100%);
}




/* ====================================================
		About
==================================================== */
/* -------------------------------
		Title
------------------------------- */
#about {
  background-color: #f8f6ed;
  padding: 250px 0 200px;
  position: relative;
  z-index: -2;
}
#about h2 {
  font-size: 5rem;
  line-height: 2;
  margin: 0 auto;
  padding: 0 0 56px;
  position: relative;
  font-weight: 500;
}

/* -------------------------------
		Background
------------------------------- */
#about h2::after {
  background: url("../images/bg_glasses_about.png") no-repeat center/ 974px 392px;
  width: 100%;
  height: 100%;
  top: 4%;
  left: 0;
  content: '';
  position: absolute;
  z-index: -1;
  background-position: center;
}

/* -------------------------------
		Text
------------------------------- */
#about p {
  line-height: 2.2;
  position: relative;
}

/* -------------------------------
		Decoration
------------------------------- */
#about h2::before,
#about .lead p::before,
#about .lead p::after {
  content: '';
  position: absolute;
  display: inline-block;
  z-index: -1;
}
#about h2::before {
  background: url("../images/img_decoration-triangle_01.png") no-repeat 0 0 / 80px 72px ;
  width: 80px;
  height: 72px;
  content: '';
  position: absolute;
  display: inline-block;
  top: -130px;
  left: 340px;
}
#about .lead p::before {
  background: url("../images/img_decoration-triangle_02.png") no-repeat 0 0 / 142px 154px ;
  width: 142px;
  height: 154px;
  top: -50px;
  left: 160px;
}
#about .lead p::after {
  background: url("../images/img_decoration-round_01.png") no-repeat 0 0 / 382px 396px ;
  width: 382px;
  height: 396px;
  top: -120px;
  right: -30px;
}





/* ====================================================
		Support
==================================================== */
#support {
  background-color: #d4633c;
  padding: 74px 0 80px; 
  color: #fff;
}

/* -------------------------------
		Title - h2
------------------------------- */
#support h2 {
  color: #fff;
  position: relative;
  z-index: 100;
}
#support h2 span.enTitle {
  border-left: 3px solid #fff;
  margin: 0 0 -84px 54px;
}
#support h2 span.sub {
  padding-bottom: 4px
}
#support .lead {
  line-height: 2;
  position: relative;
  font-weight: 400;
  padding-bottom: 64px;
}

/* -------------------------------
		White Box
------------------------------- */
#support section {
  background: #fff;
  margin: 0 auto 20px;
  width: 1100px;
  border-radius: 0 50px 0 50px;
  color: #251e1c;
  position: relative;
}
#support section:last-child {
  margin: 0 auto;
}

/*h3*/
#support section h3 {
  display: inline-block;
  border-radius: 40px 40px 0 40px;
  background-color: #eaa800;
  width: 81px;
  height: 81px;
  color: #fff;
  position: absolute;
  left: -40px;
  top: -20px;
  line-height: 1;
}
#support section h3 span {
  margin: 18px 0 0;
  display: inline-block;
  font-size: 1.4rem;
}
#support section h3 strong {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  display: block;
  font-size: 3.9rem;
}

/*Layout*/
#support section .list {
  width: 58%;
  min-width: 390px;
  background-image: repeating-linear-gradient(-45deg,#d4633c, #d4633c 2.2px,transparent 0, transparent 5px);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: right;
  padding: 52px 0;
}
#support section:nth-of-type(3) .list {
  padding-top: 90px;
}
#support section .list li {
  padding: 0 0 0 160px;
}
#support section .list li .front {
  position: relative;
  margin: 0 auto;
}
#support section .list li:first-child {
  margin-bottom: 36px;
}

/*Text*/
#support section .list strong {
  color: #d4633c;
  font-weight: 500;
  letter-spacing: 0.01em;
}
#support section .list strong strong {
  padding: 0 2px 0 12px;
}
#support section .list strong span.discount {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.5rem;
  letter-spacing: 0.01em;
  font-weight: 600;
}
#support section .list strong.parentheses {
  position: relative;
}
#support section:nth-of-type(1) .list li:nth-of-type(1) strong strong,
#support section:nth-of-type(2) .list li:nth-of-type(1) strong strong {
  letter-spacing: 0.05em;
}
#support section:nth-of-type(1) .list li:nth-of-type(1) strong span.free {
  font-weight: 500;
  font-size: 3.9rem;
  letter-spacing: 0.08em;
}
#support section:nth-of-type(3) .list strong.parentheses {
  display: block;
}
#support section .list strong.parentheses::after {
  position: absolute;
  font-size: 1.2rem;
  width: 100%;
  left: 0.5rem;
  bottom: -15px;
  display: inline-block;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
#support section:nth-of-type(1) .list li:nth-of-type(1) strong.parentheses::after {
  content: '（1回限り）';
}
#support section:nth-of-type(1) .list li:nth-of-type(2) strong.parentheses::after,
#support section:nth-of-type(3) .list li:nth-of-type(1) strong.parentheses::after {
  content: '（当店通常価格より）';
}


/* -------------------------------
		Description
------------------------------- */
#support section .description {
  width: 29%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.45rem;
  margin: 0 auto;
  padding: 72px 0 53px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}
#support section .description span {
  color: #d4633c;
  line-height: 2.2;
  font-weight: 600;
}
#support section .description small {
  font-size: 1rem;
  line-height: 1.6;
}
#support section .description small:first-of-type {
  padding: 20px 0 0;
}


/* -------------------------------
		Background
------------------------------- */
#support h2::before,
#support h2::after,
#support .lead::before,
#support .lead::after {
  content: '';
  position: absolute;
}
#support h2::before {
  background: url("../images/bg_glasses_support.png") no-repeat center / 742px 298px ;
  width: 742px;
  height: 298px;
  background-position: center;
  top: 167px;
  left: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%); 
}
#support h2::after {
  background: url("../images/img_decoration-flower_01.png") no-repeat 0 0 / 78px 80px ;
  width: 78px;
  height: 80px;
  top: -80px;
  right: 192px;
  z-index: -1;
}
#support .lead::before {
  background: url("../images/bg_decoration_support_01.png") no-repeat 0 0 / 90px 112px ;
  width: 90px;
  height: 112px;
  bottom: -10px;
  left: 110px;
}
#support .lead::after {
  background: url("../images/bg_decoration_support_02.png") no-repeat 0 0 / 164px 94px ;
  width: 164px;
  height: 94px;
  top: -164px;
  right: 122px;
}


/* ====================================================
		Line up
==================================================== */
#lineup {
  padding: 110px 0 130px; 
}

/* -------------------------------
		Title
------------------------------- */
#lineup h2 {
  position: relative;
}
#lineup h2::before {
  content: 'ITEM LINEUP';
  position: absolute;
  color: #e1aB2B;
  opacity: 0.1;
  font-size: 3em;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  right: -22px;
  top: -5px;
  line-height: 1;
  font-weight: 700;
}
#lineup h2 span.enTitle {
  margin: 0 0 80px 54px;
}
#lineup .lead small {
  font-size: 1rem;
  padding-top: 8px;
}

/* -------------------------------
		List
------------------------------- */
#lineup #glassesType {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
#lineup #glassesType li {
  width: 31%;
}
#lineup #glassesType section {
  text-align: center;
  margin: 32px 0 50px;
}
#lineup #glassesType h3 {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.4rem;
  letter-spacing: 0.1rem;
  padding: 10px 0 0;
}
#lineup #glassesType .photo img {
  border-radius: 30px;
}

/* -------------------------------
		Decoration
------------------------------- */
#lineup #glassesType::before {
  background: url("../images/img_decoration-triangle_02.png") no-repeat 0 0 / 142px 154px ;
  width: 142px;
  height: 154px;
  top: -70px;
  right: -74px;
  content: '';
  position: absolute;
}




/* ====================================================
		Point
==================================================== */
#point {
  background-color: #eaa800;
  width: 1100px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 94px 0 50px;
}

/* -------------------------------
		Title
------------------------------- */
#point h2,
#point .lead {
  color: #fff;
}

/* -------------------------------
		List
------------------------------- */
#point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
#point li {
  width: 480px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#point li .number {
  display: block;
  margin: 0 0 -24px 0;
  z-index: 100;
}
#point li .number span {
  font-size: 1.6rem;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 3px solid #251e1c;
  z-index: 100;
  padding-bottom: 8px;
}
#point li .number span strong {
  font-size: 2.8rem;
  padding: 0 0 0 8px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
}

/*Text Box*/
#point li section {
  background-color: #fff;
  flex-grow: 1;
}
#point li section h3 {
  font-size: 2.2rem;
  padding: 30px 0 14px;
  font-weight: 500;
}
#point li p.text {
  padding: 0 60px 52px;
  line-height: 1.7;
}
#point li p.text small {
  padding-top: 8px;
  font-size: 1rem;
}

/*Border-radius*/
#point li:nth-of-type(1) .photo img {
  border-radius: 0 30px 0 0;
}
#point li:nth-of-type(2) .photo img {
  border-radius: 30px 0 0 0;
}
#point li:nth-of-type(1) section {
  border-radius: 0 0 0 30px;
}
#point li:nth-of-type(2) section {
  border-radius: 0 0 30px 0;
}


/* -------------------------------
		Decoration
------------------------------- */
#point h2 {
  position: relative;
}
#point h2::before {
  background: url("../images/img_decoration-triangle_04.png") no-repeat 0 0 / 92px 100px ;
  width: 92px;
  height: 104px;
  top: -110px;
  right: 190px;
  content: '';
  position: absolute;
}
#point li:nth-of-type(1)::before,
#point li:nth-of-type(2)::before {
  z-index: 100;
  content: '';
  position: absolute;
}
#point li:nth-of-type(1)::before {
  background: url("../images/img_decoration-flower_02.png") no-repeat 0 0 / 84px 78px;
  width: 84px;
  height: 78px;
  top: 4px;
  left: -38px;
}
#point li:nth-of-type(2)::before {
  background: url("../images/img_decoration-round_03.png") no-repeat 0 0 / 110px 104px;
  width: 110px;
  height: 104px;
  bottom: 120px;
  right: -90px;
}






/* ====================================================
		EYECO
==================================================== */
#eyeco {
  width: 1100px;
  height: auto;
  margin: 200px auto 200px;
}
#eyeco a {
  position: relative;
  display: inline-block;
}

/*Btn - Arrow*/
#eyeco a .btn-arrow {
  bottom: 30px;
  right: 30px;
  z-index: 100;
  background-color: #4A92C9;
}
#eyeco a .btn-arrow::before,
#eyeco a .btn-arrow::after {
  z-index: 200;
}
#eyeco a .btn-arrow::before {
  bottom: 50%;
  right: 16px;
}
#eyeco a .btn-arrow::after {
  bottom: 16px;
  right: 16px;
}



/* ====================================================
		Training
==================================================== */
#training {
  background-color: #79BBAC; 
  padding: 50px 0;
}
#training .mainBox {
  background-color: #fff;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* -------------------------------
		Title
------------------------------- */
#training .mainBox h2  {
  padding-top: 60px;
}
#training .mainBox h2 span.enTitle {
  margin: 0 0 -60px 54px;
}

/* -------------------------------
		PhotoBox
------------------------------- */
#training .mainBox .photo,
#training .mainBox .lead {
  width: 900px;
  margin: 0 auto;
}
#training .mainBox div.photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 0;
}
#training .mainBox div.photo p {
  width: 32.3%;
}
#training .mainBox div.photo p:nth-of-type(1) img {
  border-radius: 0 0 0 30px;
}
#training .mainBox div.photo p:nth-of-type(3) img {
  border-radius: 0 30px 0 0;
}
#training .mainBox .lead {
  text-align: left;
}

/* -------------------------------
		Decoration
------------------------------- */
#training .mainBox::before,
#training .mainBox::after {
  z-index: 100;
  content: '';
  position: absolute;
}
#training .mainBox::before {
  background: url("../images/img_decoration-round_04.png") no-repeat 0 0 / 250px 242px;
  width: 250px;
  height: 242px;
  top: -90px;
  right: -56px;
}
#training .mainBox::after {
  background: url("../images/img_decoration-flower_03.png") no-repeat 0 0 / 134px 100px;
  width: 134px;
  height: 100px;
  bottom: -10px;
  left: -30px;
}

/* -------------------------------
		Link Box
------------------------------- */
#training .linkBox {
  margin: 50px auto 0;
  width: 400px;
}
#training .linkBox li a {
  background-color: #fff;
  padding: 60px 0 46px;
  display: inline-block;
  width: 100%;
  position: relative;
  border-radius: 0 50px 0 50px;
}


/*Text*/
#training .linkBox li p strong {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.5rem;
  display: block;
  line-height: 1;
}
#training .linkBox li p span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

/*Btn - Arrow*/
#training .linkBox li a .btn-arrow {
  bottom: 10px;
  right: 10px;
  z-index: 100;
  background-color: #79BBAC;
}
#training .linkBox li a .btn-arrow::before,
#training .linkBox li a .btn-arrow::after {
  z-index: 200;
}
#training .linkBox li a .btn-arrow::before {
  bottom: 50%;
  right: 16px;
}
#training .linkBox li a .btn-arrow::after {
  bottom: 16px;
  right: 16px;
}




/* ====================================================
		Eyesight
==================================================== */
#eyesight {
  padding: 142px 0 170px;
}
#eyesight section {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  text-align: left;
}
#eyesight section:nth-of-type(1) {
  margin: 0 auto 70px;
}

/*Photo*/
#eyesight section .photo {
  width: 520px;
}
#eyesight section p img {
  border-radius: 0 30px 0 30px;
  max-width: 520px;
}

/*Text area*/
#eyesight section .textArea {
  width: 46%;
}
#eyesight section .textArea h2 {
  font-size: 2.5rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
#eyesight section .textArea h2 span {
  color: #79BBAC;
}
#eyesight section .textArea .lead {
  padding: 0;
}
#eyesight section:nth-of-type(1) .photo {
  background: repeating-linear-gradient(45deg,#79BBAC, #79BBAC 2.2px,transparent 0, transparent 5px);
  background-size: 100% 12px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 10px;
}
#eyesight section:nth-of-type(1) .textArea {
  padding: 0 0 20px;
}
#eyesight section:nth-of-type(2) .textArea {
  background: repeating-linear-gradient(45deg,#79BBAC, #79BBAC 2.2px,transparent 0, transparent 5px);
  background-size: 100% 12px;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 0 0 60px;
}
#eyesight section:nth-of-type(2) .textArea .lead {
  padding: 0;
  width: 90%;
}



/* ====================================================
		Health insurance
==================================================== */
#health-insurance {
  width: 1100px;
  margin: 0 auto;
  background-color: #79BBAC;
  padding: 94px 0 50px;
  border-radius: 50px;
  margin-bottom: 150px;
}

/* -------------------------------
		Title
------------------------------- */
#health-insurance h2,
#health-insurance .lead {
  color: #fff;
}
#health-insurance h2 {
  letter-spacing: 0.15em;
  line-height: 1.7;
}
#health-insurance h2 .sub {
  letter-spacing: 0.13em;
}
#health-insurance .lead {
  padding-bottom: 65px;
}

/* -------------------------------
		White Box
------------------------------- */
#health-insurance .whiteBox {
  width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}
#health-insurance .whiteBox .list {
  padding: 54px 0 62px 130px;
}
#health-insurance .whiteBox .noList {
  padding: 58px 0 26px 130px;
}

#health-insurance .whiteBox .list li:nth-of-type(1) {
  padding-bottom: 35px;
}
#health-insurance .whiteBox .list dt,
#health-insurance .whiteBox .list dd {
  display: inline;
}
#health-insurance .whiteBox .list dt {
  position: relative;
  padding-right: 30px;
}
#health-insurance .whiteBox .list dd {
  color: #d4633c;
}
#health-insurance .whiteBox .list dd small {
  color: #000;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  padding: 10px 0 0 15.7rem;
}
#health-insurance .whiteBox .list dd span {
  font-size: 3.6rem;
}
#health-insurance .whiteBox .list dd span:nth-of-type(1) {
  padding-right: 10px;
}
#health-insurance .whiteBox .list {
  background: repeating-linear-gradient(45deg,#79BBAC, #79BBAC 2.2px,transparent 0, transparent 5px);
  background-size: 100% 12px;
  background-repeat: no-repeat;
  background-position: bottom;
}
#health-insurance .whiteBox .noList dl.conditions {
  display: flex;
}
#health-insurance .whiteBox .noList dl.conditions dt {
  padding-right: 43px;
  white-space: nowrap;
  padding-top: 4px;
}
#health-insurance .whiteBox .noList dl.conditions dt::before {
  content: none;
}
#health-insurance .whiteBox .noList dl.conditions dd dl {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  line-height: 1.4;
}
#health-insurance .whiteBox .noList dl.conditions dl dt.bgBlack,
#health-insurance .whiteBox .noList dl.conditions dd {
  padding: 4px 0 6px;
}
#health-insurance .whiteBox .noList dl.conditions dl dt.bgBlack  {
  background-color: #000;
  color: #fff;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
#health-insurance .whiteBox .noList dl.conditions dd {
  width: 80%;
  margin-bottom: 20px;
}
#health-insurance .whiteBox .noList dl.conditions dd span {
  color: #d4633c;
}



/* ====================================================
		Stores
==================================================== */
#stores {
  background-color: #6380BD;
  padding: 70px 0 120px;
}
#stores h2 {
  padding: 0;
}
#stores h2 span.enTitle {
  color: #fff;
  border-left: 3px solid #fff;
  margin: 0 0 -60px 54px; 
}


/* -------------------------------
		White Box
------------------------------- */
#stores .listBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 1100px;
  margin: 0 auto
} 
#stores .listBox li {
  width: 23.5%;
  background-color: #fff;
  border-radius: 30px;
}
#stores .listBox li section {
  padding: 50px 0 33px;
  display: inline-block;
}
#stores .listBox li h3 {
  font-size: 2.6rem;
  padding: 0 0 30px;
  font-weight: 500;
}
#stores .listBox li .link a,
#stores .listBox li .tel a,
#stores .listBox li .open {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
#stores .listBox li .link a.parking,
#stores .listBox li p.address,
#stores .listBox li .open span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}
#stores .listBox li .link a {
  border-bottom: 1px solid #6380BD;
  color:#6380BD; 
}
#stores .listBox li .link a.parking  {
  font-size: 1.3rem;
  margin-right: 10px;
}
#stores .listBox li p.address {
  font-size: 1.4rem;
  padding: 0 0 10px;
}
#stores .listBox li .link {
  font-size: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #6380BD;
}
#stores .listBox li .tel a {
  padding: 4px 24px;
  border: 3px solid #6380BD;
  border-radius: 30px;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #6380BD;
  display: inline-block;
  margin: 20px 0;
  font-weight: 500;
}
#stores .listBox li .open {
  font-size: 1.6rem;
  line-height: 1.5;
}
#stores .listBox li .open span {
  font-size: 1.3rem;
  display: block;
}





/* ====================================================
		Footer
==================================================== */
#gFooter {
  background-color: #6380BD;
  position: relative;
  /*z-index: -100;*/
}

/* -------------------------------
		Logo
------------------------------- */
#flogo {
  position: relative;
  z-index: 100;
}
#flogo a img {
  width: 142px;
  margin: 0 auto 34px;
}



/* -------------------------------
		Copyright
------------------------------- */
#gFooter #copyright {
  font-size: 0.9rem;
  color: #fff;
  padding-bottom: 50px;
  position: relative;
}
#gFooter::after {
  background: url("../images/bg_footer.png") repeat-x 0 0 / 1300px 50px;
  width: 100%;
  height: 50px;
  bottom: 0;
  position: absolute;
  content: '';
  left: 0;
}
#gFooter #copyright strong {
	text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin: 2px 3px 0 0;
}
#gFooter #copyright strong span {
  font-size: 0.9rem;
  padding-bottom: 1px;
}


















/* =======================================================================================================================

   TABLET

======================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  .sp { display: none;}
  
  /* ====================================================
      Layout
  ==================================================== */
  
  #container {
    padding-top: 0;
  }
  
  .row {
    width: 100%;
    margin: 0 auto;
  }

  /* ====================================================
      Common
  ==================================================== */
  h2 {
    padding: 0 0 30px;
  }
  h2 span.enTitle {
    margin: 0 0 -40px 34px;
  }
  #support section .list strong strong,
  #health-insurance .whiteBox .list li dd strong {
    font-size: 6.8rem;
    letter-spacing: 0.01em;
  }
  #support section .list li .front::before,
  #health-insurance .whiteBox dl dt::before {
    width: 38px;
    height: 27px;
    bottom: 5px;
    left: -50px;
  }
  
  
  
  
/* ====================================================
		  Btn_top
  ==================================================== */
  #Btn_top a {
    padding: 38px 42px 45px;
  }

  
  

  /* ====================================================
      Main Visual
  ==================================================== */
  #mainVisual h1 {
    width: 428px;
    margin: -61px 0 53px 69px;
  } 
  #mainVisual p {
    margin: 0 auto;
    max-width: 1200px!important;
    padding: 0 50px;
  }
  
  
  
  /* ====================================================
      Page Link - Btn
  ==================================================== */
  #pageLink ul {
    width: 80%;
  }
  #pageLink li a {
    font-size: 2.3rem;
  }
  #pageLink li a span {
    font-size: 1.2rem;
  }
  #pageLink li a::before {
    bottom: 30px;
  }
  #pageLink li a::after {
    bottom: 47px;
  }
  
  
  
  /* ====================================================
		  About
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #about h2 {
    margin: 0 auto;
    padding: 0 0 56px;
  }

  /* -------------------------------
      Background
  ------------------------------- */
  #about h2::after {
    background-size: 876px 352px;
  }

  /* -------------------------------
      Decoration
  ------------------------------- */
  #about h2::before {
    background-size: 72px 65px;
    width: 72px;
    height: 65px;
    top: -100px;
    left: 300px;
  }
  #about .lead p::before {
    background-size: 128px 138px;
    width: 128px;
    height: 138px;
    top: 60px;
    left: 100px;
  }
  #about .lead p::after {
    background-size: 305px 316px ;
    width: 305px;
    height: 316px;
    top: -20px;
    right: -60px;
  }
  
  
  
  
  /* ====================================================
      Support
  ==================================================== */
  #support {
    padding: 74px 0 80px; 
  }

  /* -------------------------------
      Title - h2
  ------------------------------- */
  #support h2 span.enTitle {
    margin: 0 0 -40px 34px;
  }

  /* -------------------------------
      White Box
  ------------------------------- */
  #support section {
    margin: 0 auto 20px;
    max-width: 1100px;
    width: 90%;
  }

  /*Layout*/
  #support section .list {
    letter-spacing: 0.05em;
  }
    #support section .list li {
      padding: 0 0 0 20%;
    }

  /* -------------------------------
      Description
  ------------------------------- */
  #support section .description {
    width: 34%;
  }

  /* -------------------------------
      Background
  ------------------------------- */
  #support h2::before {
    background-size: 669px 268px ;
    width: 669px;
    height: 268px;
  }
  #support h2::after {
    background-size: 70px 72px ;
    width: 70px;
    height: 72px;
    right: 10%;
  }
  #support .lead::before {
    background-size: 81px 101px ;
    width: 81px;
    height: 101px;
    bottom: -10px;
    left: 110px;
  }
  #support .lead::after {
    background-size: 147px 84px ;
    width: 147px;
    height: 84px;
    top: -210px;
    right: 5%;
  }


  /* ====================================================
		  Line up
  ==================================================== */
  #lineup {
    padding: 80px 0 130px; 
  }

  /* -------------------------------
      Title
  ------------------------------- */
  #lineup h2::before {
    font-size: 2.5em;
    right: -22px;
    top: -5px;
  }
  #lineup h2 span.enTitle {
    margin: 0 0 80px 34px;
    
  }
  #lineup .lead small {
    font-size: 1rem;
    padding-top: 8px;
  }

  /* -------------------------------
      List
  ------------------------------- */
  #lineup #glassesType {
    max-width: 1100px;
    width: 90%;
  }
  #lineup #glassesType li {
    width: 31%;
  }

  /* -------------------------------
      Decoration
  ------------------------------- */
  #lineup #glassesType::before {
    background-size: 128px 139px ;
    width: 128px;
    height: 139px;
    right: -6%;
  }
  
  
  
  
  /* ====================================================
      Point
  ==================================================== */
  #point {
    max-width: 1100px;
    width: 90%;
    padding: 94px 0 50px;
  }

  /* -------------------------------
      List
  ------------------------------- */
  #point ul {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  #point li {
    max-width: 480px;
    width: 48%;
  }
  #point li .number {
    margin: 0 0 -24px 0;
  }

  /*Text Box*/
  #point li p.text {
    padding: 0 35px 37px;
  }

  /* -------------------------------
      Decoration
  ------------------------------- */
  #point h2::before {
    right: 10%;
  }
  #point li:nth-of-type(1)::before {
    background-size: 76px 70px;
    width: 76px;
    height: 70px;
    top: 4px;
    left: -38px;
  }
  #point li:nth-of-type(2)::before {
    background-size: 99px 94px;
    width: 99px;
    height: 94px;
    bottom: 100px;
  }
  
  
  /* ====================================================
      EYECO
  ==================================================== */
  #eyeco {
    max-width: 1100px;
    width: 90%;
    margin: 150px auto 150px;
  }
  
  
  
  /* ====================================================
      Training
  ==================================================== */
  #training {
    padding: 50px 0;
  }
  #training .mainBox {
    max-width: 1200px;
    width: 90%;
  }

  /* -------------------------------
      Title
  ------------------------------- */
  #training .mainBox h2 span.enTitle {
    margin: 0 0 -60px 14px;
  }

  /* -------------------------------
      PhotoBox
  ------------------------------- */
  #training .mainBox .photo,
  #training .mainBox .lead {
    max-width: 900px;
    width: 90%;
  }
  #training .mainBox div.photo {
    padding: 40px 0;
  }

  /* -------------------------------
      Decoration
  ------------------------------- */
  #training .mainBox::before {
    background-size: 230px 218px;
    width: 230px;
    height: 218px;
    top: -120px;
  }
  #training .mainBox::after {
    background-size: 121px 90px;
    width: 121px;
    height: 90px;
    bottom: -12px;
  }
  
  
  /* ====================================================
      Eyesight
  ==================================================== */
  #eyesight {
    padding: 122px 0 150px;
  }
  #eyesight section {
    max-width: 1100px;
    width: 90%;
  }
  #eyesight section:nth-of-type(1) {
    margin: 0 auto 70px;
  }

  /*Photo*/
  #eyesight section .photo {
    max-width: 520px;
    width: 48%;
  }
  #eyesight section p img {
    border-radius: 0 30px 0 30px;
    max-width: 100%;
  }

  /*Text area*/
  #eyesight section .textArea {
    width: 46%;
  }
  #eyesight section .textArea h2 {
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  #eyesight section .textArea .lead {
    line-height: 1.9;
  }

  
  

  /* ====================================================
      Health insurance
  ==================================================== */
  #health-insurance {
    max-width: 1100px;
    width: 90%;
    padding: 94px 0 50px;
    margin-bottom: 150px;
  }

  /* -------------------------------
      White Box
  ------------------------------- */
  #health-insurance .whiteBox {
    max-width: 1000px;
    width: 90%;
  }
  #health-insurance .whiteBox .list {
    padding: 54px 0 62px 100px;
  }
  #health-insurance .whiteBox .noList {
    padding: 58px 0 26px 100px
  }
  #health-insurance .whiteBox dt {
    padding-right: 20px;
  }
  
  
  
  
  /* ====================================================
      Stores
  ==================================================== */
  #stores {
    padding: 50px 0 120px;
  }
  #stores h2 span.enTitle {
    margin: 0 0 30px 34px; 
  }


  /* -------------------------------
      White Box
  ------------------------------- */
  #stores .listBox {
    max-width: 1100px;
    width: 90%;
  } 
  #stores .listBox li section {
    width: 100%;
  }
  #stores .listBox li .tel a {
    padding: 4px 0;
    max-width: 190px;
    font-size: 1.8rem;
    width: 88%;
  }


  
  
  
}













/* =======================================================================================================================

   MOBILE

======================================================================================================================= */
@media screen and (max-width: 896px) {
  .sp { display: block;}
  .pc { display: none;}
  
  /* ====================================================
      Layout
  ==================================================== */
  #container {
    padding-top: 0;
  }
  
  
  /* ====================================================
      Common
  ==================================================== */
  h2 {
    font-size: 2.6rem;
    letter-spacing: 0.01em;
    padding: 0 0 30px;
  }
  h2 span.enTitle {
    font-size: 1.6rem;
    margin: 0 0 -40px 14px;
  }
  h2 span.sub {
    font-size: 1.4rem;
  }
  .lead {
    line-height: 1.8;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 0.01em;
    font-size: 0.85em;
  }
  .text {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
  }
  a .btn-arrow {
    background-size: 38px 38px;
    width: 38px;
    height: 38px;
  }
  
  #support section .list,
  #health-insurance .whiteBox .list li,
  #health-insurance .whiteBox .noList dl {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
  }
  #support section .list strong strong,
  #health-insurance .whiteBox .list li dd strong {
    font-size: 4.6rem;
    letter-spacing: 0.01em;
  }
  #support section .list li .front::before,
  #health-insurance .whiteBox dl dt::before {
    bottom: 0;
    left: -45px;
  }
  
  
  /* ====================================================
      Btn_top
  ==================================================== */
  #Btn_top a {
    font-size: 1.3rem;
    padding: 18px 23px 22px;
  }
  
  
  /* ====================================================
      Main Visual
  ==================================================== */
  #mainVisual h1 {
    width: 50%;
    margin: -12px 0 40px 8%;
  } 
  #mainVisual p {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  
  
  /* ====================================================
      Page Link - Btn
  ==================================================== */
  #pageLink {
    width: 100%;
    margin: 0 auto;
  }
  #pageLink ul {
    width: 90%;
    max-width: inherit;
    margin: 50px auto 0;
    flex-wrap: wrap;
  }
  #pageLink li {
    width: 48%;
    border-radius: 10px;
  }
  #pageLink li:nth-of-type(1),
  #pageLink li:nth-of-type(2){
    margin-bottom: 20px;
  }
  #pageLink li a {
    padding: 18px 28% 18px 12px;
    font-size: 1.6rem;
    text-align: left;
  }
  #pageLink li a span {
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    padding-top: 8px;
  }
  #pageLink li a::before {
    left: inherit;
    bottom: 50%;
    transform: translateY(50%);
    right: 17px;
    width: 25px;
    height: 25px;
  }
  #pageLink li a::after {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
    left:inherit;
    right: 27px;
  }
  
  
  
  
  
  /* ====================================================
      About
  ==================================================== */
  /* -------------------------------
      Title
  ------------------------------- */
  #about {
    padding: 130px 0 100px;
  }
  #about h2 {
    font-size: 3rem;
    line-height: 1.7;
    padding: 0 0 16px;
  }
   #about h2 span.enTitle {
    margin: 0 0 30px 14px;
  }

  /* -------------------------------
      Background
  ------------------------------- */
  #about h2::after {
    background-size: 390px 135px;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
  }

  /* -------------------------------
      Text
  ------------------------------- */
  #about p {
    line-height: 2;
  }

  /* -------------------------------
      Decoration
  ------------------------------- */
  #about h2::before {
    background-size: 64px 58px ;
    width: 64px;
    height: 58px;
    top: -40px;
    left: 20%;
  }
  #about .lead p::before {
    background-size: 114px 123px ;
    width: 114px;
    height: 123px;
    top: 10rem;
    left: -30px;
  }
  #about .lead p::after {
    background-size: 229px 238px ;
    width: 229px;
    height: 238px;
    top: -340px;
    right: -40%;
  }
  

  
  /* ====================================================
      Support
  ==================================================== */
  #support {
    padding: 30px 0 80px; 
  }

  /* -------------------------------
      Title - h2
  ------------------------------- */
  #support h2 {
    padding: 0 0 20px;
  }
  #support h2 span.enTitle {
    margin: 0 0 40px 14px;
  }
  #support h2 span.sub {
    padding-bottom: 4px
  }
  #support .lead {
    padding-bottom: 64px;
  }

  /* -------------------------------
      White Box
  ------------------------------- */
  #support section {
    margin: 0 auto 40px;
    width: 80%;
    border-radius: 0 25px 0 25px;
  }

  /*h3*/
  #support section h3 {
    border-radius: 40px 40px 0 40px;
    width: 65px;
    height: 65px;
    left: -30px;
    top: -30px;
  }
  #support section h3 span {
    margin: 14px 0 0;
    font-size: 1.2rem;
  }
  #support section h3 strong {
    font-size: 3rem;
  }
    
  /*Layout*/
  #support section .list {
    width: 100%;
    min-width: 100%;
    background-image: repeating-linear-gradient(-45deg,#d4633c, #d4633c 2.2px,transparent 0, transparent 5px);
    background-size: 100% 12px;
    background-position: bottom;
    padding: 52px 0;
  }
  #support section:nth-of-type(1) .list {
    padding-bottom: 62px;
  }
  #support section:nth-of-type(3) .list {
    padding-top: 90px;
  }
  #support section .list li {
    padding: 0 0 0 70px;
  }
  #support section .list li .front {
    display: block;
    margin-bottom: 5px;
    font-size: 0.85em;
  }
  #support section .list li:first-child {
    margin-bottom: 36px;
  }

  /*Text*/
  #support section .list strong {
    letter-spacing: 0.01em;
  }
  #support section .list strong strong {
    padding: 0;
  }
  #support section .list strong span.discount {
    font-size: 3.5rem;
    letter-spacing: 0.01em;
  }
  #support section:nth-of-type(1) .list li:nth-of-type(1) strong strong,
  #support section:nth-of-type(2) .list li:nth-of-type(1) strong strong {
    letter-spacing: 0.05em;
  }
  #support section:nth-of-type(1) .list li:nth-of-type(1) strong span.free {
    font-size: 3.4rem;
    letter-spacing: 0.08em;
  }
  #support section .list strong.parentheses::after {
    font-size: 1.2rem;
    width: 100%;
    left: 0.5rem;
    bottom: -15px;
    letter-spacing: 0.05rem;
  }


  /* -------------------------------
      Description
  ------------------------------- */
  #support section .description {
    width: 80%;
    font-size: 1.4rem;
    padding: 42px 0 53px;
    letter-spacing: 0.01em;
    line-height: 2;
  }
  #support section .description span {
    line-height: 1.8;
  }
  #support section .description small {
    font-size: 1rem;
    line-height: 1.6;
  }
  #support section .description small:first-of-type {
    padding: 10px 0 0;
  }

  
  /* -------------------------------
      Background
  ------------------------------- */
  #support h2::before {
    background-size: 371px 149px ;
    width: 371px;
    height: 149px;
    top: 20rem;
  }
  #support h2::after {
    background-size: 62px 64px ;
    width: 62px;
    height: 64px;
    top: -40px;
    right: 10%;
  }
  #support .lead::before {
    background-size: 72px 90px ;
    width: 72px;
    height: 90px;
    bottom: -20px;
    left: -10%;
  }
  #support .lead::after {
    background-size: 131px 75px ;
    width: 131px;
    height: 75px;
    top: -21rem;
    right: -10%;
  }

  
  
  /* ====================================================
      Line up
  ==================================================== */
  #lineup {
    padding: 80px 0 100px; 
  }

  /* -------------------------------
      Title
  ------------------------------- */
  #lineup h2 {
    position: relative;
  }
  #lineup h2::before {
    font-size: 1.6em;
    right: -5px;
    top: 40px;
    line-height: 1;
  }
  #lineup h2 span.enTitle {
    margin: 0 0 40px 14px;
  }
  #lineup .lead small {
    font-size: 1rem;
    padding-top: 8px;
  }

  /* -------------------------------
      List
  ------------------------------- */
  #lineup #glassesType {
    width: 90%;
  }
  #lineup #glassesType li {
    width: 100%;
  }
  #lineup #glassesType section {
    margin: 0 0 50px;
  }
  #lineup #glassesType li:last-of-type section {
    margin: 0;
  }
  #lineup #glassesType h3 {
    font-size: 3rem;
    padding: 20px 0 0;
    line-height: 1; 
  }
  #lineup #glassesType .photo img {
    border-radius: 20px;
  }
  

  /* -------------------------------
      Decoration
  ------------------------------- */
  #lineup #glassesType::before {
    background-size: 114px 123px ;
    width: 114px;
    height: 123px;
    top: -90px;
    right: -30px;
  }
  
  
  
  /* ====================================================
      Point
  ==================================================== */
  #point {
    width: 90%;
    padding: 94px 0 70px;
    border-radius: 25px;
  }
  #point .lead {
    padding-bottom: 30px;
  }

  /* -------------------------------
      List
  ------------------------------- */
  #point ul {
    width: 90%;
  }
  #point li {
    width: 100%;
    padding-bottom: 10px;
  }
  #point li .number {
    margin: 0 0 -20px 0;
  }
  #point li .number span {
    font-size: 1.5rem;
    padding-bottom: 4px;
  }
  #point li .number span strong {
    font-size: 2.5rem;
    padding: 0 0 0 8px;
  }
  
  

  #point li:nth-of-type(1) section {
    border-radius: 0 0 0 20px;
  }
  #point li:nth-of-type(1) .photo img {
    border-radius: 0 20px 0 0;
  }
  #point li:nth-of-type(2) .photo img {
    border-radius: 20px 0 0 0;
  }

  /*Text Box*/
  #point li section h3 {
    font-size: 2rem;
    padding: 30px 0 14px;
  }
  #point li p.text {
    padding: 0 0 52px;
    width: 80%;
    margin: 0 auto;
  }


  /* -------------------------------
      Decoration
  ------------------------------- */
  #point h2::before {
    background-size: 74px 80px ;
    width: 74px;
    height: 80px;
    top: -110px;
    right: 10%;
  }
  #point li:nth-of-type(1)::before {
    background-size: 67px 62px;
    width: 67px;
    height: 62px;
  }
  #point li:nth-of-type(2)::before {
    background-size: 88px 83px;
    width: 88px;
    height: 183px;
    bottom: -110px;
    right: -13%;
  }
  
  
  /* ====================================================
      EYECO
  ==================================================== */
  #eyeco {
    width: 90%;
    margin: 80px auto;
  }

  /*Btn - Arrow*/
  #eyeco a .btn-arrow {
    bottom: 6.5%;
    right: 5%;
  }

  
  /* ====================================================
      Training
  ==================================================== */
  #training {
    padding: 50px 0;
  }
  #training .mainBox {
    width: 90%;
  }

  /* -------------------------------
      Title
  ------------------------------- */
  #training .mainBox h2  {
    padding-top: 20px;
  }
  #training .mainBox h2 span.enTitle {
    margin: 0 0 0 14px;
  }
	#training .mainBox h2 span.sub {
		padding-top: 10px;
	}

  /* -------------------------------
      PhotoBox
  ------------------------------- */
  #training .mainBox .photo,
  #training .mainBox .lead {
    width: 90%;
    margin: 0 auto;
  }
  #training .mainBox .lead {
	  padding: 20px 0 50px;
  }
  #training .mainBox div.photo {
    padding: 0;
  }
  #training .mainBox div.photo p {
    width: 100%;
  }
  #training .mainBox div.photo p:nth-of-type(1) img {
    border-radius: 0 20px 0 0;
  }
  #training .mainBox div.photo p:nth-of-type(3) img {
    border-radius: 0 0 0 20px;
  }

  /* -------------------------------
      Decoration
  ------------------------------- */
  #training .mainBox::before {
    background-size: 150px 145px;
    width: 150px;
    height: 145px;
    top: -90px;
    right: -30px;
  }
  #training .mainBox::after {
    background: url("../images/img_decoration-flower_03.png") no-repeat 0 0 / 98px 70px;
    width: 98px;
    height: 70px;
    bottom: -10px;
    left: -30px;
  }

  /* -------------------------------
      Link Box
  ------------------------------- */
  #training .linkBox {
    width: 90%;
  }
  #training .linkBox li a {
    padding: 40px 0 26px;
    border-radius: 0 30px 0 30px;
  }

  /*Text*/
  #training .linkBox li p strong {
    font-size: 2rem;
  }
	
	
	
	/* ====================================================
			Eyesight
	==================================================== */
	#eyesight {
	  padding: 110px 0 30px;
	}
	#eyesight section {
	  width: 90%;
	  display: inherit;
	}

	/*Photo*/
	#eyesight section .photo,
	#eyesight section .lead {
	  width: 100%;
	}
	#eyesight section p img {
	  width: 100%;
		max-width: 100%;
    border-radius: 0 20px 0 20px;
	}

	/*Text area*/
	#eyesight section .textArea {
	  width: 100%;
	}
	#eyesight section .textArea h2 {
	  font-size: 2.3rem;
	  line-height: 1.4;
	  letter-spacing: 0.01em;
		padding: 30px 0 20px;
	}
	#eyesight section .textArea .lead {
	  padding: 0;
	}
	#eyesight section:nth-of-type(1) .photo {
	  padding: 10px 0 60px;
	}
	#eyesight section:nth-of-type(1) .textArea {
	  padding: 0 0 20px;
	}
	#eyesight section:nth-of-type(2) .photo {
		padding: 0 0 50px;
	}
	#eyesight section:nth-of-type(2) .textArea {
	  padding-top: 10px;
		background-position: top;
	}
	#eyesight section:nth-of-type(2) .textArea .lead {
	  padding: 0;
	  width: 100%;
	}

	
	
	/* ====================================================
      Health insurance
  ==================================================== */
  #health-insurance {
    width: 90%;
    padding: 94px 0 4.2%;
    margin-bottom: 130px;
    border-radius: 30px;
  }

  /* -------------------------------
      Title
  ------------------------------- */
  #health-insurance h2 {
    letter-spacing: 0.1em;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
  }
  #health-insurance h2 .sub {
    letter-spacing: 0.08em;
  }
  #health-insurance .lead {
    padding-bottom: 35px;
  }

  /* -------------------------------
      White Box
  ------------------------------- */
  #health-insurance .whiteBox {
    width: 90%;
  }
  #health-insurance .whiteBox .list {
    padding: 54px 0 62px 70px;
  }
  #health-insurance .whiteBox .noList {
    padding: 58px 0 26px 20px;
  }
  #health-insurance .whiteBox .list li:nth-of-type(1) {
    padding-bottom: 35px;
  }
  #health-insurance .whiteBox .list dt {
    padding-right: 20px;
    display: block;
    font-size: 0.85em;
  }
  #health-insurance .whiteBox .list dd {
    font-size: 0.85em;
    margin-bottom: 5px;
  }
  #health-insurance .whiteBox .list dd small {
    font-size: 1.3rem;
    letter-spacing: 0.01em;
    padding: 10px 20px 0 0;
    line-height: 1.5;
  }
  #health-insurance .whiteBox .list dd span {
    font-size: 2.2rem;
  }
  #health-insurance .whiteBox .list li dd strong {
    font-size: 4rem;
  }
  #health-insurance .whiteBox .list dd span:nth-of-type(1) {
    padding-right: 0;
  }
  #health-insurance .whiteBox .noList dl.conditions {
    display: inherit;
  }
  #health-insurance .whiteBox .noList dl.conditions dt {
    padding-right: 0;
    padding-top: 0;
    font-size: 0.85em;
  }
  #health-insurance .whiteBox .noList dl.conditions dd dl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin-bottom: 0;
    width: 100%;
    line-height: 1.4;
  }
  #health-insurance .whiteBox .noList dl.conditions dl dt.bgBlack  {
    margin: 10px 0 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  #health-insurance .whiteBox .noList dl.conditions dd {
    width: 100%;
    margin-bottom: 20px;
    font-size: 0.85em;
    margin-right: 0;
    letter-spacing: 0.05em;
    padding: 10px 10px 0 0;
  }


	
	
	/* ====================================================
      Stores
  ==================================================== */
  #stores {
    padding: 30px 0 80px;
  }
  #stores h2 span.enTitle {
    margin: 0 0 20px 14px; 
  }


  /* -------------------------------
      White Box
  ------------------------------- */
  #stores .listBox {
    width: 80%;
  } 
  #stores .listBox li {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  #stores .listBox li section {
    padding: 40px 0 33px;
    width: 100%;
  }
  #stores .listBox li h3 {
    font-size: 2.3rem;
    padding: 0 0 20px;
  }
    #stores .listBox li .link {
    font-size: 1.25rem;
  }
  #stores .listBox li .link a.parking  {
    font-size: 1.3rem;
  }
  #stores .listBox li p.address {
    font-size: 1.4rem;
    padding: 0 0 10px;
    width: 95%;
    margin: 0 auto;
  }
  #stores .listBox li .tel a {
    font-size: 1.7rem;
  }
  
  
  
  
	
	/* ====================================================
      Footer
  ==================================================== */

  /* -------------------------------
      Logo
  ------------------------------- */
  #flogo a img {
    max-width: 142px;
    width: 30%;
    margin: 0 auto 34px;
  }



  /* -------------------------------
      Copyright
  ------------------------------- */
  #gFooter::after {
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 100%;
  }
  #gFooter #copyright {
    padding-bottom: 30px;
  }
  #gFooter #copyright strong span {
    padding-bottom: 3px;
  }


}







