@font-face {
  font-family: 'TsukushiAMaruGothic';
  src: url('../font/TsukushiAMaruGothic.ttc') format('truetype');
}
@font-face {
  font-family: 'DIN Alternate Bold';
  src: url('../font/DIN Alternate Bold.ttf') format('truetype');
}
@media screen and (min-width: 761px) {
	
.pcc {
	display: block;
}
.spp {
	display: none;
}
#strawberry_top {
	line-height: 2.2;
}
.berry_main {
	width: 100%;
    height: 640px;
    clear: both;
    background-image: url(../images/berry/berry_main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
.berry_main img {
	padding: 40px 0;
    width: 800px;
    margin: auto;
}
.berry_what {
	width: 1000px;
	margin: 40px auto;
}
.berry_bnr {
	text-align: center;
	height: 100px;
}
.berry_bnr img {
	height: 100%;
}
.what_text {
	text-align: center;
    font-size: 24px;
    margin: 40px auto;
    line-height: 2;
	font-weight: bold;
	font-family: 'TsukushiAMaruGothic';
}
.pink {
	color: #ff0090;
}
.red {
	color: #ff0072;
}
.what_img {
	text-align: center;
    width: 680px;
    margin: auto;
}
.nami {
	background-image: url(../images/berry/namisen.png);
	background-repeat: repeat-x;
    background-position: bottom 0px center;
    padding-bottom: 10px;
    background-size: 200px;
}
.berry_box {
	width: 800px;
	margin: 40px auto;
}
.berry_box.blue {
	border: 7px solid #37a8ff;
	border-radius: 20px;
}
.berry_box.green {
	border: 7px solid #43d04d;
	border-radius: 20px;
}
.berry_box dl {
	display: table;
	width: 100%;
	padding: 5%;
}
.berry_box dl dt {
	display: table-cell;
	vertical-align: middle;
	width: 35%;
	padding-right: 5%;
}
.berry_box dl dd {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
}
.berry_box dl dd h3 {
	font-size: 24px;
	margin-bottom: 20px;
	display: inline-block;
	background-size: 300px;
	font-weight: bold;
	font-family: 'TsukushiAMaruGothic';
}
.berry_box.blue dl dd h3 {
	background-image: url(../images/berry/blue_line.png);
	background-repeat: repeat-x;
    background-position: bottom 10px center;
}
.berry_box.green dl dd h3 {
	background-image: url(../images/berry/green_line.png);
	background-repeat: repeat-x;
    background-position: bottom 10px center;
}
.berry_box dl dd p {
	font-size: 18px;
}
.berry_info {
	background-image: url(../images/berry/pink_bg.jpg); 
	background-repeat: repeat-x;
	width: 100%;
	background-size: contain;
	padding: 40px 0;
}
.berry_ginza_info {
	width: 700px;
	margin: auto;
	display: table;
	text-align: center;
}
.berry_ginza_info_t {
	border: 3px solid #7f4b00;
    padding: 5px 25px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
	color: #7f4b00;
	font-weight: bold;
}
.berry_yokohama_info {
	width: 700px;
	margin: 20px auto 0;
	display: table;
	text-align: center;
}
.berry_yokohama_info_t {
	border: 3px solid #2696ca;
    padding: 5px 25px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
	color: #2696ca;
	font-weight: bold;
}
.berry_info_clinic {
	width: 100%;
	margin: 15px auto;
}
.berry_tel {
	height: 90px;
	display: block;
	float: left;
	margin-right: 30px;
}
.berry_tel img {
	height: 100%;
}
.berry_lineat {
	height: 90px;
	display: block;
	float: left;
}
.berry_lineat img {
	height: 100%;
}
.dot {
	width: 100%;
	border-bottom: 5px dotted #ff0072;
	margin: 60px 0;
}
.gray_bg {
	background: #f3f3f3;
	padding: 70px 0;
	width: 100%;
}
.berry_block {
	width: 100%;
	margin: 60px auto;
}
.berry_block dl {
	display: table;
	width: 1000px;
	margin: 20px auto;
}
.berry_block dl dt {
	width: 40%;
	float: left;
	margin-right: 5%;
	display: table-cell;
	vertical-align: middle;
}
.berry_block dl dd {
	width: 55%;
	float: left;
	font-size: 19px;
	line-height: 2.2;
	display: table-cell;
	vertical-align: middle;
}
.berry_block:nth-child(3) dl dt {
	float: right;
	margin-right: 0;
}
.berry_block:nth-child(3) dl dd {
	float: left;
	margin-right: 5%;;
	padding-top: 120px;
}
.berry_case {
	width: 100%;
}
.berry_case dl {
	display: table;
	width: 1000px;
	margin: 0 auto;
}
.berry_case dl:first-child {
	margin-top: 40px;
}
.berry_case dl dt {
	width: 25%;
	float: left;
	margin-right: 5%;
	display: table-cell;
	vertical-align: middle;
	padding: 1%;
}
.berry_case dl dd {
	width: 70%;
	float: left;
	font-size: 19px;
	line-height: 2.2;
	border: 3px dotted #000;
	border-radius: 20px;
	display: table-cell;
	vertical-align: middle;
	padding: 30px;
	margin: 60px 0 0;
}
.berry_case dl:nth-child(odd) dt {
	float: right;
	margin-right: 0;
}
.berry_case dl:nth-child(odd) dd {
	width: 70%;
	float: left;
	margin: 40px 0 0;
	margin-right: 5%;
}
.berry_case_bottom {
	width: 1000px;
	margin: 20px auto 40px;
	display: table;
}
.case_img_left {
	width: 49%;
	float: left;
}
.case_right {
	width: 47%;
	float: right;
}
.case_right p {
	font-size: 19px;
	line-height: 2.2;
	margin: 20px 0;
}
.price_wrap .price {
    display: inline-block;
    font-size: 49px;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
    position: relative;
}
.price_wrap .price {
    font-size: 70px;
	font-family: 'DIN Alternate Bold';
}
.price_wrap .price .small {
    display: inline-block;
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
	position: relative;
    top: -4px;
}
.price_wrap .price .tax {
    position: relative;
    font-size: 29px;
    top: -4px;
    right: -3px;
}
.priceArea {
	width: 100%;
	text-align: center;
}
.berryh2 {
	font-size: 50px;
    font-family: 'DIN Alternate Bold';
    letter-spacing: 0.2em;
    font-weight: bold;
}
.berryh2 span {
	display: block;
	margin-top: -10px;
	font-size: 16px;
}
.price_bnr {
	background: #ff3480;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: 'TsukushiAMaruGothic';
    padding: 10px 50px;
    display: inline-block;
    margin: 30px 0;
    border-radius: 40px;
	font-weight: bold;
}
.price_bord {
	width: 900px;
    border: 3px solid #ff3480;
    padding: 40px 0;
    margin: 20px auto;
}
.price_bord h3 {
	font-size: 28px;
}
.price_bord .price_mini {
	font-size: 22px;
}
.price_img {
	width: 600px;
    margin: 40px auto;
}
.price_img2 {
	width: 900px;
	margin: 20px auto;
}
.price_arrow {
	width: 250px;
    margin: 20px auto -28px;
}
.youtube_berry {
	width: 700px;
	margin: 40px auto;
	background: #fff;
}
.youtube_berry iframe {
	width: 100%;
	height: 400px;
}
	
}

@media screen and (max-width: 760px) {
.pcc {
	display: none;
}
.spp {
	display: block;
}
#strawberry_top {
	line-height: 2.2;
}
.berry_main {
	width: 100%;
    height: 75vw;
    clear: both;
    background-image: url(../images/berry/berry_main_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
}
.berry_main img {
	padding: 6vw 0;
    width: 90%;
    margin: auto;
}
.berry_what {
	width: 96%;
	margin: 4vw auto;
}
.berry_bnr {
	text-align: center;
	height: 70px;
}
.berry_bnr img {
	height: 100%;
}
.what_text {
	text-align: center;
    font-size: 4vw;
    margin: 4vw auto;
    line-height: 2;
    letter-spacing: -3px;
	font-weight: bold;
	font-family: 'TsukushiAMaruGothic';
}
.pink {
	color: #ff0090;
}
.red {
	color: #ff0072;
}
.what_img {
	text-align: center;
    width: 90%;
    margin: auto;
}
.nami {
	background-image: url(../images/berry/namisen.png);
	background-repeat: repeat-x;
    background-position: bottom 0px center;
    padding-bottom: 10px;
    background-size: 200px;
}
.berry_box {
	width: 90%;
    margin: 4vw auto;
}
.berry_box.blue {
	border: 7px solid #37a8ff;
	border-radius: 20px;
}
.berry_box.green {
	border: 7px solid #43d04d;
	border-radius: 20px;
}
.berry_box dl {
	display: table;
	width: 100%;
	padding: 5%;
}
.berry_box dl dt {
	display: block;
	vertical-align: middle;
	width: 50%;
	margin: auto;
}
.berry_box dl dd {
	display: block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.berry_box dl dd h3 {
	font-size: 5vw;
	margin-bottom: 4vw;
	display: inline-block;
	background-size: 300px;
	font-weight: bold;
	font-family: 'TsukushiAMaruGothic';
	text-align: center;
}
.berry_box.blue dl dd h3 {
	background-image: url(../images/berry/blue_line.png);
	background-repeat: repeat-x;
    background-position: bottom 10px center;
}
.berry_box.green dl dd h3 {
	background-image: url(../images/berry/green_line.png);
	background-repeat: repeat-x;
    background-position: bottom 10px center;
}
.berry_box dl dd p {
	font-size: 4vw;
	text-align: left;
}
.berry_info {
	background-image: url(../images/berry/pink_bg.jpg); 
	background-repeat: repeat-x;
	width: 100%;
	background-size: contain;
	padding: 8vw 0;
}
.berry_ginza_info {
	width: 100%;
	margin: auto;
	display: table;
	text-align: center;
}
.berry_ginza_info_t {
	border: 3px solid #7f4b00;
    padding: 5px 25px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
	color: #7f4b00;
	font-weight: bold;
}
.berry_yokohama_info {
	width: 100%;
	margin: 2vw auto 0;
	display: table;
	text-align: center;
}
.berry_yokohama_info_t {
	border: 3px solid #2696ca;
    padding: 5px 25px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
	color: #2696ca;
	font-weight: bold;
}
.berry_info_clinic {
	width: 100%;
	margin: 15px auto;
}
.berry_tel {
	height: 90px;
	display: block;
	margin-bottom: 3vw;
}
.berry_tel img {
	height: 100%;
}
.berry_lineat {
	height: 90px;
	display: block;
}
.berry_lineat img {
	height: 100%;
}
.dot {
	width: 100%;
	border-bottom: 5px dotted #ff0072;
	margin: 60px 0;
}
.gray_bg {
	background: #f3f3f3;
	padding: 6vw 0;
	width: 100%;
}
.berry_block {
	width: 100%;
	margin: 6vw auto;
}
.berry_block dl {
	display: table;
	width: 100%;
	margin: 2vw auto;
}
.berry_block dl dt {
	width: 70%;
	margin-bottom: 5%;
	display: block;
	margin: auto;
}
.berry_block dl dd {
	width: 94%;
	font-size: 4vw;
	line-height: 2.2;
	display: block;
	margin: auto;
}

.berry_case {
	width: 100%;
}
.berry_case dl {
	display: table;
	width: 100%;
	margin: 0 auto;
}
.berry_case dl:first-child {
	margin-top: 40px;
}
.berry_case dl dt {
	width: 45%;
    margin: 10px auto;
    display: block;
}
.berry_case dl dd {
	width: 90%;
    font-size: 4vw;
    line-height: 2;
    font-weight: bold;
    border: 3px dotted #000;
    border-radius: 20px;
    display: block;
    vertical-align: middle;
    padding: 4vw;
    margin: 2vw auto;
}
.berry_case_bottom {
	width: 100%;
	margin: 20px auto 40px;
	display: table;
}
.case_img_left {
	width: 80%;
	margin: auto;
}
.case_right {
	width: 94%;
	margin: auto;
}
.case_right p {
	font-size: 19px;
	line-height: 2.2;
	margin: 20px 0;
}
.price_wrap .price {
    display: inline-block;
    font-size: 49px;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
    position: relative;
}
.price_wrap .price {
    font-size: 10vw;
	font-family: 'DIN Alternate Bold';
}
.price_wrap .price .small {
    display: inline-block;
    font-size: 6vw;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
	position: relative;
    top: -4px;
}
.price_wrap .price .tax {
    position: relative;
    font-size: 6vw;
    top: -4px;
    right: 0px;
}
.priceArea {
	width: 100%;
	text-align: center;
}
.berryh2 {
	font-size: 6vw;
    font-family: 'DIN Alternate Bold';
    letter-spacing: 0.2em;
    font-weight: bold;
}
.berryh2 span {
	display: block;
	margin-top: -10px;
	font-size: 3vw;
}
.price_bnr {
	background: #ff3480;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    font-family: 'TsukushiAMaruGothic';
    padding: 2vw 3vw;
    display: inline-block;
    margin: 3vw 0;
    border-radius: 40px;
	font-weight: bold;
}
.price_bord {
	width: 90%;
    border: 3px solid #ff3480;
    padding: 4vw 0;
    margin: 2vw auto;
}
.price_bord h3 {
	font-size: 6vw;
}
.price_bord .price_mini {
	font-size: 3.8vw;
}
.price_img {
	width: 90%;
    margin: 3vw auto;
}
.price_img2 {
	width: 90%;
	margin: 2vw auto;
}
.price_img2:last-child {
	width: 92.3%;
	position: relative;
	left: -1.4vw;
}
.price_arrow {
	width: 30%;
    margin: 2vw auto;
}
.youtube_berry {
    width: 90%;
    margin: 4vw auto 10vw;
    height: auto;
	background: #fff;
}
.youtube_berry iframe {
	width: 100%;
	height: 50vw;
}
	
}