@charset "UTF-8";

body {
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	width: 100%;
	max-width: 100%;
	color: #393939;
}
body,html {
  overflow-x: hidden;
}
h2 {
	font-size: 2rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
}
a:hover {
  opacity: .8;
}
.br-sp {
  display: none;
}
header {
  background: url(../img/pc-bg.png) no-repeat center / cover;
  min-height: 720px;
  height: auto;
}
header .top {
  max-width: 1366px;
  margin: 0 auto;
  min-height: 630px;
}
.top .title {
  text-align: center;
}
.top .title img {
  display: block;
  margin: 0 auto;
}
.top .title .sptop {
  display: none;
}
.top .title .logo {
  margin-top: -16px;
}
.top .open {
  margin-left: 64px;
  margin-top: 64px;
}
.top .open img {
  max-width: 450px;
}
.gl {
	text-align: center;
	background: #74A6E8;
	height: 90px;
}
.gl ul {
	display: flex;
	width: 80%;
	justify-content: center;
	margin: 0 auto;
	max-width: 1080px;
}
.gl ul li {
	text-align: center;
	line-height: 90px;
	width: 22%;
	background: url(../img/menuOptionNikukyu.png) no-repeat;
}
.gl ul li a {
	font-size: 25px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.gl ul li:nth-child(1) {
	background-size: 15%;
	background-position: 20% 45%;
}
.gl ul li:nth-child(2) {
	background-size: 15%;
	background-position: 13% 45%;
}
.gl ul li:nth-child(3) {
	background-size: 15%;
	background-position: 19% 45%;
}
.gl ul li:nth-child(4) {
	background-size: 15%;
	background-position: 17% 45%;
}
.overview {
  text-align: center;
  background: url(../img/shutterstock_618373661.png) no-repeat center;
  background-position: center 45%;
}
.overview .blue > img {
  padding: 52px 0 172px;
}
.white {
  background: #fff;
}
.blue {
  background: #F2F6F9;
}
.overview .textbox {
  max-width: 728px;
  font-size: 18px;
  text-align: left;
  margin: 0 auto 80px;
  border-radius: 12px;
  position: relative;
  top: -136px;
}
.textbox p {
  line-height: 2;
  padding: 40px;
}
.campaign {
	text-align: center;
	padding: 50px 0;
	background: rgba(255, 255, 255, .85);
  max-width: 1180px;
  border-radius: 12px;
  margin: 0 auto;
  box-shadow: 2px 2px 2px 2px rgba(116, 166, 232, .8);
  margin-bottom: 70px;
}
.campaign h2 {
  color: #74A6E8;
  font-size: 32px;
}
.campaign .subtitleRuby.subCam {
  font-size: 18px;
  font-weight: 700;
  margin: 8px 0;
}
.campaign > div {
	display: flex;
	justify-content: center;
}
.campaignDetails {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	margin: 24px;
	padding: 36px;
	border-radius: 12px;
	box-shadow: 0 0 0 5px #fff inset, 0 0 0 5.2px #74A6E8 inset;
	border: solid 1px #74A6E8;
	position: relative;
  background: #fff;
}
.conseptDetails p {
  line-height: 2;
}

.yoyaku{
  font-size: 13px;
  font-weight: bold;
}

.campaignDetails:after{
  content: '';
  display: block;
  position: absolute;
	z-index: -1;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: rgba(116, 166, 232, .8);
	border-radius: 14px;
}
.campaignDetails img {
	margin: 0 42px;
}
.campaignDetails .campaignDetailsFirst {
	font-size: 1.125rem;
	line-height: 1.2;
}
.campaignDetails .campaignDetailsFirst span {
	display: block;
	color: #D82B67;
	font-size: 2rem;
	font-weight: 700;
}
#Trimming {
	text-align: center;
  background: url(../img/bg.png);
}
#Trimming h2,#Access h2,#Contact h2 {
	color: #fff;
	background: #74A6E8;
	margin-top: 4px;
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  position: relative;
}
#Trimming h2::before,#Access h2::before,#Contact h2::before {
  position: absolute;
  content: url(../img/yoko.png);
  top: -54px;
  left: 36%;
}
#Trimming h2::after,#Access h2::after,#Contact h2::after {
  position: absolute;
  content: url(../img/yoko.png);
  bottom: -54px;
  left: 36%;
  transform: rotate(180deg);
}
#Trimming .double {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
#Trimming .double .lace {
  height: 80px;
  width: 37%;
  max-width: 580px;
  border: 3px solid #74A6E8;
  margin: 0 36px;
  position: relative;
}
#Trimming .double .lace::before {
  position: absolute;
  content: url(../img/tate.png);
  top: -16px;
  left: -20px;
  transform: rotate(180deg);
}
#Trimming .double .lace::after {
  position: absolute;
  content: url(../img/tate.png);
  top: -16px;
  right: -20px;
}
#Trimming .double .lace p {
  line-height: 80px;
  color: #FF7EB6;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
#Trimming .darkblue {
  background: #74A6E8;
  color: #fff;
  width: 80%;
  max-width: 1200px;
  margin: 40px auto;
}
#Trimming .darkblue p {
  font-weight: bold;
  font-size: 20px;
  padding: 26px;
  line-height: 2;
}
#Trimming .lace.last {
  height: 80px;
  width: 80%;
  max-width: 1200px;
  border: 3px solid #74A6E8;
  margin: 0 auto;
  position: relative;
}
#Trimming .lace.last::before {
  position: absolute;
  content: url(../img/tate.png);
  top: -16px;
  left: -20px;
  transform: rotate(180deg);
}
#Trimming .lace.last::after {
  position: absolute;
  content: url(../img/tate.png);
  top: -16px;
  right: -20px;
}
#Trimming .lace.last p {
  color: #FF7EB6;
  font-size: 24px;
  line-height: 80px;
  font-weight: 700;
}
#menu {
	padding-top: 80px;
	padding-bottom: 62px;
	text-align: center;
  background: url(../img/bg.png);
}
#menu .white {
  max-width: 1200px;
	background: #F2F6F9;
	margin: 0 auto;
  padding-bottom: 32px;
  position: relative;
}
#menu  .white > img {
  position: absolute;
  top: -54px;
  left: 0;
  transform: rotate(180deg);
}
#menu .white .rev {
	padding: 70px 0 35px;
}
#menu .white > p {
  max-width: 883px;
  font-size: 18px;
  margin: 0 auto 52px;
  text-align: left;
  line-height: 1.75;
}
.menuFirst {
  background: #fff;
  max-width: 1024px;
  padding: 46px 24px 35px;
  margin: 0 auto;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
}
.borderTable {
  border: 1px solid #707070;
	text-align: center;
}
.borderTable th,.borderTable td {
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.borderTable tbody tr:last-child th,
.borderTable tbody tr:last-child td {
  border-bottom: none;
}
.borderTable tbody tr td:last-child {
  border-right: none;
}
#menu tr {
	height: 2.5rem;
	line-height: 2.5rem;
}
#menu tr:nth-child(even) {
	background-color: #fff;
}
#menu tr:nth-child(odd) {
	background-color: #F2F6F9;
}
#menu tr th {
	font-weight: 400;
}
#menu tr:first-child th {
	font-weight: 700;
}
#menu tr .longName {
	letter-spacing: -0.2rem;
}
.borderTable tr td:nth-child(1) {
	width: 30%;
}
#menu tr:first-child {
	color: #fff;
	font-weight: bold;
	background-color: #74A6E8;
}
#menu tr:first-child th {
	font-size: 1rem;
}
.optionDetails,.optionDetails-center {
	font-size: 1.125rem;
	text-align: left;
	max-width: 670px;
	margin: 72px auto 42px;
	line-height: 2.5;
}
.optionDetails-center {
	margin: 32px auto 0;
	text-align: center;
}
.white .campaignDetails {
	margin: 0 auto 24px;
	max-width: 420px;
}
.optionDetails-center.last {
	line-height: 1.5;
}
.optionDetails-center.last table {
	margin: 0 auto;
	border: 1px solid #707070;
	border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
	text-align: center;
}
.optionDetails-center.last table tr td {
	background: #fff;
	color: #707070;
}
.optionDetails-center.last table tr td {
	padding: 2px 70px;
}
#menu .optionMenu tr:first-child td {
	font-size: 1rem;
	letter-spacing: 0.06rem;
}
.borderTable.scroll {
	width: 100%;
	margin: 0 auto;
}
.borderTable.optionMenu {
  max-width: 860px;
	width: 90%;
	margin: 0 auto;
}
.borderTable.optionMenu th {
	width: 50%;
}
.optionDetails-center.last table tr th {
	padding: 2px 54px 2px;
}
.menuFirst.second {
  padding-top: 40px;
  margin-bottom: 24px;
}
.menuFirst.second table:nth-child(2) {
  margin-top: 30px;
}
#menu > img {
  margin-top: -36px;
  position: relative;
  z-index: 1;
}
#Access,#Contact {
  text-align: center;
}
#Access > div {
	display: flex;
	justify-content: center;
	align-items: center;
  padding: 70px 46px;
}
#Access img {
	width: 50%;
  max-width: 700px;
}
#Access .shopDetails {
  width: 50%;
  max-width: 500px;
  margin-right: 32px;
}
#Access .shopDetails h3 {
  text-align: left;
  font-size: 22px;
  margin-bottom: 4px;
  color: #000B2B;
}
#Access .shopDetails img {
  width: 100%;
}
#Access .shopDetails p {
  text-align: right;
  font-size: 20px;
}
#Access .shopDetails a {
  text-align: right;
  font-size: 17px;
  color: #fff;
  background: #447EC9;
  padding: 6px 18px 6px 0;
  border-radius: 18px;
  margin-top: 26px;
  display: block;
  max-width: 186px;
  margin-left: auto;
  white-space: nowrap
}
#Access .shopDetails .phone_n a {
  background:none;
  color:#393939;
}

#Access .shopDetails a .fa-play {
  color: #FF9900;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px 0 4px;
  text-align: center;
  transition: all .5s ease;
}
#Access .shopDetails a .fa-play:hover {
  transform: scale(.8);
}
#Contact {
	background: #F2F6F9;
  padding-bottom: 80px;
}
#Contact > p {
  font-size: 22px;
  font-weight: 700;
	font-family: 'M PLUS Rounded 1c', sans-serif;
  margin: 87px auto 42px;
}
ol {
  counter-reset: list-count;
  list-style: none;
	margin-left: 20px;
}	
ol li {
  line-height: 1.8;
}
ol > li::before {
  content: counter(list-count) ".";
  counter-increment: list-count;
	font-weight: 700;
	padding-right: 8px;
}
#Contact > div {
	max-width: 780px;
	background: #fff;
	padding: 32px;
	margin: 54px auto 0;
	border-radius: 12px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .15);
	position: relative;
	text-align: left;
}
#Contact > div p {
	line-height: 2;
}
#Contact > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
#Contact > div > div > div a {
  display: none;
}
#Contact > div > div p {
	font-size: 1.25rem;
	color: #D82B67;
	font-weight: 700;
  margin-left: 20px;
}
#Contact .p2 {
  display: none;
}
footer {
  text-align: center;
  border-top: 10px solid #74A6E8;
}
footer img {
  display: block;
  margin: 0 auto;
}
footer img:first-child {
  transform: rotate(180deg);
  margin-top: -7px;
  margin-bottom: 80px;
}
footer p {
	display: block;
	text-align: center;
  margin: 80px auto 32px;
  font-size: 16px;
}
.subCam {
	margin-bottom: 1%;
	margin-top: 1%;
}

@media (max-width:1127px) {
	.gl ul li {
		width: 22%;
	}
	.gl ul li:nth-child(1) {
		background-position: 15% 45%;
	}
	.gl ul li:nth-child(2) {
		background-position: 3% 45%;
	}
	.gl ul li:nth-child(3) {
		background-position: 13% 45%;
	}
	.gl ul li:nth-child(4) {
		background-position: 9% 45%;
	}
	.campaignDetails img {
		margin: 0 24px;
	}
  #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 32%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 32%;
  }
}
@media (max-width:980px) {
	.gl ul li {
		width: 23%;
	}
	.gl ul li:nth-child(1) {
		background-position: 12% 45%;
	}
	.gl ul li:nth-child(2) {
		background-position: 0 45%;
	}
	.gl ul li:nth-child(3) {
		background-position: 10% 45%;
	}
	.gl ul li:nth-child(4) {
		background-position: 6% 45%;
	}
	.campaignDetails img {
		margin: 0;
	}
  #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 29%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 29%;
  }
}
@media (max-width:880px) {
	.gl ul li {
		width: 25%;
	}
	.gl ul li:nth-child(1) {
		background-position: 12% 45%;
	}
	.gl ul li:nth-child(2) {
		background-position: 0 45%;
	}
	.gl ul li:nth-child(3) {
		background-position: 10% 45%;
	}
	.gl ul li:nth-child(4) {
		background-position: 6% 45%;
	}
  .overview {
    background-position: center 35%;
  }
	.campaign > div {
		display: block;
	}
	.campaignDetails {
		margin: 24px auto;
	}
  #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 26%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 26%;
  }
}
@media (max-width:800px) {
	.gl ul li {
		background: none;
	}
	.smile .smile-title img {
		margin-top: -24px;
	}
	#Access > div {
		display: block;
	}
	#Access .shopDetails {
		width: 95%;
		margin: 0 auto;
    padding-bottom: 42px;
	}
	#Access img {
		width: 90%;
		margin: 0 auto;
	}
  #Access > div {
    padding: 42px 20px 20px;
  }
   #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 24%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 24%;
  }
}
@media (max-width: 700px) {
  #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 22%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 22%;
  }
}
@media (max-width:599px) {
  .br-sp {
    display: block;
  }
	html,body {
		overflow-x: hidden;
	}
  header {
    background: url(../img/sp-bg.png) no-repeat center;
    background-position: top;
    background-size: contain;
    min-height: auto;
  }
  .top .title .pctop {
    display: none;
  }
  .top .title .sptop {
    display: block;
    padding: 10px 0;
    min-width: 268px;
  }
  .top .title .logo {
    min-width: 200px;
}
  .top .open {
    margin: 0 auto;
    text-align: center;
  }
  .top .open img {
    max-width: 230px;
    margin-top: 54px;
  }
	.title img {
		width: 50%;
	}
	.gl {
		height: 53px;
	}
	.gl ul li {
		line-height: 53px;
	}
	.gl ul li a {
		font-size: 16px;
	}
  .overview .blue > img {
    padding: 24px 0 172px;
  }
  .overview .textbox {
    max-width: 386.5px;
    width: 95%;
    margin-bottom: 0;
  }
  .overview {
    background-size: 250%;
    background-position: center 38%;
  }
  .textbox p {
    line-height: 1.5;
    padding: 14px;
}
  .campaign {
		padding-top: 27px;
		padding-bottom: 32px;
		margin-bottom: 28px;
    margin-top: -10px;
	}
	.campaign h2, #menu h2 {
		font-size: 1.5rem;
	}
	.subCam {
		font-size: 15px;
	}
	.campaignDetails {
    max-width: 320px;
		padding: 20px 0;
	}
	.campaignDetails .campaignDetailsFirst {
		font-size: 1rem;
	}
	.campaignDetails img {
		width: 50px;
	}
	#Trimming h2,#Access h2,#Contact h2 {
		height: 52px;
		line-height: 52px;
    font-size: 24px;
	}
  #Trimming h2::before, #Access h2::before, #Contact h2::before {
    top: -30px;
    left: 0;
  }
  #Trimming h2::after, #Access h2::after, #Contact h2::after {
    bottom: -30px;
    left: 0;
  }
  #Trimming .double {
    display: block;
  }
  #Trimming .double .lace {
    height: 80px;
    width: 85%;
    max-width: 375px;
    margin: 24px auto;
  }
  #Trimming .darkblue {
    width: 90%;
    max-width: 375px;
    margin: 30px auto;
  }
  #Trimming .darkblue p {
    padding: 15px 0;
    line-height: 1.5;
  }
  #Trimming .lace.last p {
    font-size: 24px;
    margin: 0 auto;
    line-height: 40px;
  }
  #menu .white > img {
    display: none;
  }
  #menu .white > p {
    font-size: 16px;
    padding: 0 4px;
  }
	#menu {
		padding-top: 24px;
	}
	#menu .white {
		max-width: 94%;
	}
	#menu .white .rev {
		padding-top: 26px;
	}
  .menuFirst {
    padding-bottom: 20px;
  }
	.menuFirst > p {
		font-size: 14px;
	}
	.borderTable.scroll {
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		text-align: left;
		margin: 0 2px;
		width: 100%;
	}
	.borderTable.scroll th,
	.borderTable.scroll td {
		padding: 0 16px;
	}
	.optionDetails-center {
		font-size: 14px;
		margin: 17px 0 30px;
	}
	.borderTable.optionMenu {
		width: 100%;
		margin: 0 auto;
	}
  .borderTable.optionMenu th {
    width: 40%;
    line-height: 2;
  }
	#menu > img {
    display: none;
	}
  #menu > .white > div > img:first-child {
    margin-bottom: 20px;
  }
  #menu > div:nth-child(2) {
    padding-bottom: 0 !important;
  }
	#Access {
		padding-bottom: 35px;
	}
	#Contact {
		padding-bottom: 36px;
	}
  #Contact > p {
    margin: 40px auto 20px;
  }
	#Contact > div {
		margin-top: 0;
		padding: 32px 20px;
		max-width: 75%;
	}
	#Contact > div p {
		font-size: 15px;
    line-height: 1.5;
	}
	#Contact > div > div {
		text-align: center;
	}
	#Contact > div > div p {
		font-size: 20px;
	}
	#Contact > div > div > img {
		display: none;
	}
	#Contact > div > div ol {
		display: none;
	}
	#Contact > div > div .p1 {
		display: none;
	}
	#Contact > div > div .p2 {
		display: block;
    margin-left: 0;
    padding-top: 30px;
	}
  #Contact > div > div > div a  {
    display: block;
  }
  footer img:first-child {
    display: none;
  }
  footer {
    padding-top: 30px;
  }
	footer p {
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
		font-size: 16px;
    margin: 0 auto;
	}
}
@media (min-width: 1700px) {
  #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 38%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 38%;
  }
}
@media (min-width: 1800px) {
  #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 39%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 39%;
  }
}
@media (min-width: 1960px) {
  #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 40%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 40%;
  }
}
@media (min-width: 2700px) {
  #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 42%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 42%;
  }
  header {
    min-height: 800px;
    height: auto;
  }
  header .top {
    min-height: 710px;
  }
}
@media (min-width: 3500px) {
  #Trimming h2::before,#Access h2::before,#Contact h2::before {
    left: 45%;
  }
  #Trimming h2::after,#Access h2::after,#Contact h2::after {
    left: 45%;
  }
}
a#tel {
  position: fixed;
    width: 96%;
    height: 60px;
    /* text-align: center; */
    line-height: 60px;
    /* left: 50%; */
    bottom: 5px;
    margin: 0 2%;
    display: block;
    background: #FF7EB6;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 100px;
    z-index: 999;
}
 
a#tel:hover{
  background: #FF7EB6;
}
@media screen and (min-width: 768px) {
a#tel {
	display: none;
}
}
@media screen and (min-width:960px) {
a#tel {
	display: none;
}
}
#tel::before{
    font-family: "Font Awesome 5 Free";
    content: '\fe11d';
    font-size: 15px;
    margin-right: 4px;
    color: #fff;
}
