@charset "UTF-8";
/*
Theme Name: Takeyoshi
*/
/* all display
-------------------------------------------------- */
/* @font-face {
    font-family: "testFont";
    src: url("../rounded-mgenplus-1c-regular.woff") format("woff");
    src: url("../rounded-mgenplus-1c-regular.ttf") format("truetype");
}
@font-face {
    font-family: "Nikumaru";
    src: url("../Nikumaru.woff") format("woff");
    src: url("../Nikumaru.otf") format("opentype");
} */
body {
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	width: 100%;
	max-width: 100%;
	color: #393939;
}
a:hover {
	opacity: .7;
}
h2 {
	font-size: 2.25rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
}
.campaign h2,#menu h2 {
	color: #D82B67;
	font-size: 2rem;
	text-align: center;
}
#gototop {
    z-index: 998;
    position: fixed;
    bottom: 2%;
    right: 4%;
    text-align: center;
    max-width: 50px;
    max-height: 50px;
    width: 15%;
    height: 15%;
    background-color: #f9d6e3;
    border: solid 1px #fff;
    border-radius: 50%;
}
#gototop img {
    z-index: 999;
    width: 70%;
    margin: 24% 0;
}
#gototop a {
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
}
header {
	width: 100%;
	min-width: 100%;
	z-index: 999;
	transition: all, ease-in-out, 0.5s, 0.5s;
	background-position: center;
}
.top {
	position: relative;
	font-size: 0;
}
.top > img {
	width: 100%;
}
.top .title {
	position: absolute;
	top: 36%;
	right: 0;
	width: 100%;
	text-align: right;
}
.title img {
	width: 50%;
}
.title h1 {
	font-size: 16px;
	line-height: 4rem;
	margin-right: 16%;
}
.gl {
	text-align: center;
	background: #D82B67;
	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%;
}
.gl ul li a {
	font-size: 25px;
	display: block;
	text-decoration: none;
	color: #d82b67;
	color: #fff;
}
.gl ul li .navConsept {
	background: url(../images/campaignIconNikukyu.png) no-repeat;
	background-size: 15%;
	background-position: 20% 45%;
}
.gl ul li .Trimming {
	background: url(../images/campaignIconNikukyu.png) no-repeat;
	background-size: 15%;
	background-position: 13% 45%;
}
.gl ul li .navPhone {
	background: url(../images/campaignIconNikukyu.png) no-repeat;
	background-size: 15%;
	background-position: 19% 45%;
}
.gl ul li .navMail {
	background: url(../images/campaignIconNikukyu.png) no-repeat;
	background-size: 15%;
	background-position: 17% 45%;
}
.smile {
	background: #FFF6FC;
	position: relative;
	z-index: -1;
}
.smile .smile-title {
	text-align: center;
}
.smile .smile-title h2 {
	padding-top: 36px;
}
.smile .smile-title img {
	margin-top: -54px;
	max-width: 100%;
}
.smile .smile-content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 36px;
}
.smile .smile-content > img {
	width: 35%;
	box-shadow: 6px 6px rgba(255, 177, 224, .3);
}
.smile .smile-content > div {
	width: 42.5%;
	background: #fff;
	padding: 46px 42px;
	margin-left: 2rem;
	border-radius: 12px;
	box-shadow: 0px 0px 0px 6px #fff;
	border: dashed 1px #FFABE0;
	position: relative;
}
.smile .smile-content > div:after{
  content: '';
  display: block;
  position: absolute;
	z-index: -1;
  top: 12px;
  left: 6px;
  width: calc( 100% + 6px );
  height: 100%;
  background-color: rgba(255, 177, 224, .3);
	border-radius: 14px;
}
.smile .smile-content > div p {
	line-height: 2;
}
.campaign {
	text-align: center;
	padding: 50px 0;
	border-top: 5px solid #D82B67;
	border-bottom: 5px solid #D82B67;
	margin-bottom: 52px;
}
.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 #FFABE0 inset;
	border: solid 1px #FFABE0;
	position: relative;
	background: #fff;
}
.campaignDetails:after{
  content: '';
  display: block;
  position: absolute;
	z-index: -1;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 177, 224, .3);
	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;
	border-top: 5px solid #D82B67;
	background: url(../images/bg.png) center / cover;
}
#Trimming h2:first-child,
#Access h2,#Contact h2 {
	color: #fff;
	background: #D82B67;
	margin-top: 4px;
	height: 66px;
	line-height: 66px;
}
#Trimming .subtitleRuby,#Access .subtitleRuby,#Contact .subtitleRuby {
	padding: 10px;
}
#Trimming .conseptDetails {
	text-align: left;
	max-width: 700px;
	background: #fff;
	padding: 36px;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0px 0px 0px 6px #fff;
	border: dashed 1px #FFABE0;
	position: relative;
	line-height: 2;
}
#Trimming .conseptDetails:after{
  content: '';
  display: block;
  position: absolute;
	z-index: -1;
  top: 12px;
  left: 6px;
  width: calc( 100% + 6px );
  height: 100%;
  background-color: rgba(255, 177, 224, .9);
	border-radius: 14px;
}
#menu {
	padding-top: 46px;
	padding-bottom: 62px;
	background: url(../images/bg.png) center / cover;
	text-align: center;
}
#menu .white {
	max-width: 1200px;
	background: #fff;
	border: 1px solid #FFABE0;
	border-radius: 12px;
	margin: 0 auto 32px;
}
#menu .white .rev {
	padding-top: 42px;
}
.subtitleRuby,.subtitleRuby.revRuby {
	font-weight: bold;
	margin-bottom: 40px;
}
.menuFirst > p {
	font-size: 1.125rem;
	margin-bottom: 16px;
}
.optionHeding_sub {
	font-size: 0.9rem;
	line-height: 1rem;
	margin-top: 0%;
	text-align: center;
}
.borderTable {
  border: 1px solid #707070;
	border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
	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: #FFF6FC;
}
#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: #D82B67;
}
#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 50px;
	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: 80%;
	margin: 0 auto;
}
.borderTable.optionMenu {
	width: 50%;
	margin: 0 auto;
}
.borderTable.optionMenu th {
	width: 50%;
}
.optionDetails-center.last table tr th {
	padding: 2px 54px 2px;
}
#Access,#Contact {
	text-align: center;
	border-top: 5px solid #D82B67;
	padding-bottom: 64px;
}
#Access .subtitleRuby {
	margin-bottom: 60px;
}
#Access > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#Access img {
	width: 50%;
}
#Access table {
	width: 50%;
	text-align: left;
	margin-left: 24px;
}
#Access .shopDetails tr th {
	display: block;
	color: #fff;
	background-color: #D82B67;
	border-radius: 6px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 10px;
	font-size: 1.125rem;
	width: 100%;
	min-width: 70px;
}
#Access .shopDetails tr td {
	font-size: 1.125rem;
	padding-left: 24px;
	padding-bottom: 40px;
}
#Contact {
	background: #FFF6FC;
	/*position: relative;*/
	z-index: -1;
}
#Contact a {
	position: relative;
}
ol {
  counter-reset: list-count;
  list-style: none;
	margin-left: 20px;
}	
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: 0px 0px 0px 6px #fff;
	border: dashed 1px #FFABE0;
	position: relative;
	text-align: left;
}
#Contact > div:after{
  content: '';
  display: block;
  position: absolute;
	z-index: -1;
  top: 18px;
  left: 10px;
  width: calc( 100% + 6px );
  height: 100%;
  background-color: rgba(255, 177, 224, .3);
	border-radius: 14px;
}
#Contact > div p {
	line-height: 2;
}
#Contact > div > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
#Contact > div > div p {
	font-size: 1.25rem;
	color: #D82B67;
	font-weight: 700;
}
footer {
	background-color: #D82B67;
	color: #fff;
}
footer p {
	display: block;
	text-align: center;
	height: 70px;
	line-height: 70px;
}
.subCam {
	margin-bottom: 1%;
	margin-top: 1%;
}
.sp-menu{
	display: none;
}
@media (max-width:1127px) {
	.title h1 {
	margin-right: 12%;
}
	.gl ul li {
		width: 22%;
	}
	.gl ul li .navConsept {
		background-position: 15% 45%;
	}
	.gl ul li .Trimming {
		background-position: 3% 45%;
	}
	.gl ul li .navPhone {
		background-position: 13% 45%;
	}
	.gl ul li .navMail {
		background-position: 9% 45%;
	}
	.campaignDetails img {
		margin: 0 24px;
	}
}
@media (max-width:980px) {
	.title h1 {
		margin-right: 8%;
	}
	.gl ul li {
		width: 23%;
	}
	.gl ul li .navConsept {
		background-position: 12% 45%;
	}
	.gl ul li .Trimming {
		background-position: 0 45%;
	}
	.gl ul li .navPhone {
		background-position: 10% 45%;
	}
	.gl ul li .navMail {
		background-position: 6% 45%;
	}
	.campaignDetails img {
		margin: 0;
	}
	#Access .shopDetails tr th {
		font-size: 15px;
	}
	#Access .shopDetails tr td {
		font-size: 15px;
	}
}
@media (max-width:880px) {
	.title h1 {
		margin-right: 4%;
	}
	.gl ul li {
		width: 25%;
	}
	.gl ul li .navConsept {
		background-position: 12% 45%;
	}
	.gl ul li .Trimming {
		background-position: 0 45%;
	}
	.gl ul li .navPhone {
		background-position: 10% 45%;
	}
	.gl ul li .navMail {
		background-position: 6% 45%;
	}
	.campaign > div {
		display: block;
	}
	.campaignDetails {
		margin: 24px auto;
	}
}
@media (max-width:800px) {
	.title h1 {
		margin-right: 2%;
	}
	.gl ul li .navConsept {
		background: none;
	}
	.gl ul li .Trimming {
		background: none;
	}
	.gl ul li .navPhone {
		background: none;
	}
	.gl ul li .navMail {
		background: none;
	}
	.smile .smile-title img {
		margin-top: -24px;
	}
	#Access > div {
		display: block;
	}
	#Access table {
		width: 95%;
		margin: 0 auto;
	}
	#Access img {
		width: 90%;
		margin: 0 auto;
	}
	#Access .subtitleRuby {
		margin-bottom: 26px;
	}
}
@media (min-width: 600px) {
	.top .title a {
		display: none;
	}
	.br-sp {
		display: none;
	}
	#Contact > div > div a {
		display: none;
	}
	#Contact > div > div .p2 {
		display: none;
	}
}
@media (max-width:599px) {
	html,body {
		overflow-x: hidden;
	}
	.br-sp {
		display: block;
	}
	header .top > img {
		display: none;
	}
	.top {
		position: relative;
		height: 64px;
	}
	.top .title {
		position: absolute;
		top: 12px;
		left: 10px;
		width: 100%;
		text-align: left;
	}
	.title img {
		width: 50%;
	}
	.title h1 {
		font-size: 12px;
		line-height: 1.5rem;
	}
	.top .title a {
		display: block;
		position: absolute;
		top: -4px;
		right: 16px;
		width: 48px;
		height: 48px;
		border: 1px solid #707070;
		border-radius: 6px;
		text-align: center;
	}
	.top .title a img {
		width: 80%;
		padding-top: 6px;
	}
	.gl {
		height: 32px;
	}
	.gl ul li {
		line-height: 32px;
	}
	.gl ul li a {
		font-size: 15px;
	}
	.smile {
		padding-top: 28px;
	}
	.smile .smile-content {
		display: block;
	}
	.smile .smile-title {
		position: relative;
		top: 200px;
	}
	.smile .smile-title h2 {
		padding-top: 25px;
		font-size: 20px;
	}
	.smile .smile-title img {
		margin-top: 0;
		max-width: 80%;
	}
	.smile .smile-content {
		padding-bottom: 48px;
		text-align: center;
	}
	.smile .smile-content > img {
		width:80%;
		margin: 0 auto;
		position: relative;
		top: -84px;
	}
	.smile .smile-content > div {
		width: 80%;
		max-width: 280px;
		padding: 28px;
		margin: 10px auto 0;
	}
	.smile .smile-content > div p {
		line-height: 2;
		font-size: 15px;
		text-align: left;
	}
	.campaign {
		padding-top: 27px;
		padding-bottom: 32px;
		margin-bottom: 28px;
	}
	.campaign h2, #menu h2 {
		font-size: 1.5rem;
	}
	.subCam {
		font-size: 15px;
	}
	.campaignDetails {
		max-width: 90% !important;
		padding: 20px 0;
	}
	.campaignDetails .campaignDetailsFirst {
		font-size: 1rem;
	}
	.campaignDetails img {
		width: 50px;
	}
	h2 {
		font-size: 1.5rem;
	}
	#Trimming h2,#Access h2,#Contact h2 {
		height: 52px;
		line-height: 52px;
	}
	.subtitleRuby {
		font-size: 15px;
	}
	.subtitleRuby, .subtitleRuby.revRuby {
		margin-top: 6px;
		margin-bottom: 24px;
	}
	#Trimming .conseptDetails {
		font-size: 15px;
		padding: 32px;
		max-width: 70%;
	}
	#Trimming > div:last-child img:nth-of-type(1) {
		display: none;
	}
	#Trimming > div:last-child {
		display: flex;
	}
	#Trimming > div:last-child img {
		width: 50%;
	}
	#menu {
		padding-top: 24px;
	}
	#menu .white {
		max-width: 94%;
	}
	#menu .white .rev {
		padding-top: 26px;
	}
	.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: 90%;
		margin: 0 auto;
	}
	.optionDetails {
		margin: 30px 0 22px;
	}
	.optionDetails.content {
		margin: 0;
		padding: 30px;
		font-size: 14px;
		line-height: 1.5;
	}
	.optionDetails-center.last table {
		margin-top: 12px;
	}
	.optionDetails-center.last table tr td {
		font-size: 15px;
		padding: 2px 0;
	}
	.optionDetails-center.last table tr th {
		padding: 2px 70px 2px 0;
	}
	.optionDetails-center.last table tr th,
	.optionDetails-center.last table tr td {
		width:100%;
		display:block;
	}
	#menu {
		padding-bottom: 4px;
	}
	#Access {
		padding-bottom: 35px;
	}
	#Access .shopDetails tr td {
		line-height: 1.5;
		padding-bottom: 26px;
	}
	#Access .shopDetails tr:last-child td {
		padding-bottom: 32px;
	}
	#Contact {
		padding-bottom: 36px;
	}
	#Contact > div {
		margin-top: 0;
		padding: 32px 20px;
		max-width: 75%;
	}
	#Contact > div p {
		font-size: 15px;
	}
	#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;
	}
	footer p {
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
		font-size: 12px;
	}
	.white-2{
		display: none;
	}
	.sp-menu{
		display: block;
		padding-bottom: 24px;
	}
	.sp-menu img{
		width: 95%;
	}
}
