@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');


/*--------------------------------------
  リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
	table-layout: fixed;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*--------------------------------------
  リンク
--------------------------------------*/
a {
	color: inherit;
	transition: all .3s ease;
}

a:hover {
}

/*--------------------------------------
  CSSはPC・タブレット・スマホの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : 'Noto Sans JP', "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN," , "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , sans-serif;
	font-size : 18px;
	line-height : 1.8;
	background: #fff;
	color: #231815;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	position: relative;
}


/*--------------------------------------
  header
--------------------------------------*/

#header {
    padding: 25px 0;
}

/*--------------------------------------
  contents
--------------------------------------*/
#contents{
	overflow-x: hidden;
}
.inner{
	display: block;
	margin: 0 auto;
	width: 1000px;
}
.contents_block {
    padding: 100px 0;
}
.sp{
	display: none;
}
#kv{
	/*background: url(../images/kv_bg.png) no-repeat;
	background-position: center;
	background-size: cover;*/
	position: relative;
}

.kv_img {
	width: 100%;
}

#sc1 {
    position: relative;
}
.top1_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 88%;
    margin: 0 auto;
	width: 31.5%;
}
.ct01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ct01_left {
    width: 66%;
    box-sizing: border-box;
}
.ct01_right {
    width: 32%;
    box-sizing: border-box;
}
ul.check_list {
}

ul.check_list li {
	font-size: 23px;
    color: #003c8f;
    font-weight: 700;
    margin-bottom: 28px;
    letter-spacing: -1px;
}
ul.check_list li:last-child{
	margin-bottom: 0;
}
ul.check_list li:before {
    content: "";
    width: 44px;
    height: 36px;
    display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
    background: url(../images/ico_check.png) no-repeat;
    background-size: contain;
}
.sc1_2 {
    margin-bottom: 36px;
}

.ttl2 {
    background: #003c8f;
    color: #fff;
    text-align: center;
    font-weight: 700;
    padding: 45px 0;
    font-size: 50px;
    line-height: 1.4;
    position: relative;
}
.pink{
	color: #ff7878;
	font-weight: 700;
}
.ttl2 span{
	font-weight: 700;
}
.arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;
}
.bg01 {
/*	background: url(../images/bg01.jpg) no-repeat;
	background-position: center;
	background-size: cover;*/
	background: #f1f7ff;
}

#sc2 .ttl3 {
    margin-bottom: 30px;
}
ul.ct02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.ct02 li {
    width: 17%;
    text-align: center;
    box-sizing: border-box;
}
.style_name {
    color: #003c8f;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.styleimg {
    margin-bottom: 20px;
}
.style_txt p {
    font-weight: 500;
    line-height: 1.5;
	font-size: 16px;
}
.rs{
	letter-spacing: -2px;	
}

.lineblue {
    font-weight: 700;
    color: #003c8f;
    font-size: 20px;
    line-height: 1;
    position: relative;
    height: 1em;
    margin: 36px 0 26px;
}

.lineblue:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 1px;
    background: #003c8f;
}
ul.ct02 li:nth-child(3) .lineblue:before {
    content: "必要な見えやすさ";
    background: none;
    position: unset;
}
.txt1 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 70px;
}


.ttl2.sc3 {
    font-size: 46px;
	line-height: 1.5;
	padding: 46px 0;
}
.ttl2.sc3 p {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
}
.ct03 {
    position: relative;
    padding: 70px 0 0;
}
.typeimg {
    position: absolute;
    left: 46%;
    top: 0;
}
.ttl_c3 {
    font-size: 56px;
    color: #003c8f;
    font-weight: 700;
    position: relative;
    letter-spacing: -2px;
    margin-bottom: 40px;
    line-height: 1.4;
}
.ttl_c3:after {
    content: "";
    background: #003c8f;
    width: 100px;
    height: 4px;
    display: block;
    margin-top: 25px;
}
.c3_sub {
    color: #003c8f;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.c3_txt {
    font-size: 24px;
    font-weight: 500;
}
.ct03_box{
	margin-bottom: 150px;
}
.ct03.t2 .typeimg,.ct03.t4 .typeimg {
    left: auto;
    right: 47%;
}

.ct03.t2 .ct03_box ,.ct03.t4 .ct03_box {
    box-sizing: border-box;
    padding-left: 58%;
}

.t_ex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.ex_box {
    width: 48%;
}
.ex_box img {
    margin-bottom: 10px;
}
.ex_box p {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}
p.blue{
	color: #003c8f;
	font-weight: 700;
}
.voice_box {
    
}
.voiceimg {
    float: left;
}
.voice_name,.voice_txt {
    float: right;
    width: 74%;
}
.voice_name{
	font-size: 30px;
	font-weight: 700;
	color: #003c8f;
}
.voice_s{
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	margin-left: 10px;
}
.typeimg {
    position: absolute;
    left: 47%;
    top: 0;
}


.ttl2.sc4 {
    font-size: 46px;
    padding: 46px 0;
    line-height: 1.5;
}
#sc4 {

}
.ct04_block {
    padding-bottom: 30px;
}
.ttl3 {
    text-align: center;
    color: #003c8f;
    font-weight: 700;
    font-size: 56px;
	line-height: 1.5;
	margin-bottom: 1em;
}

.ttl4 {
    color: #003c8f;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.ct04 {
	margin-bottom: 70px;

}
.ct04 .sc4img {
    float: right;
}
.ct04 .ttl4 {
	float: left;
}
.ct04_txt {
    float: left;
    width: 48%;
}
.ct04_txt p {
	line-height: 1.9;
}
.ct04.c2 .ttl4 {
    float: right;
    width: 48%;
}
.ct04.c2 .ct04_txt {
    float: right;
}
.ct04.c2 .sc4img {
    float: left;
}
.ct05 {
    background: #fff;
    box-sizing: border-box;
    padding: 60px 20px;
    border-radius: 30px;
}
ul.point {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.point li {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 30px;
    border-right: 1px solid #d2e6ff;
	text-align: center;
}
ul.point li:last-child {
    border: 0;
}
.point_ttl {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #003c8f;
    margin-bottom: 20px;
}
.point_img {
    margin-bottom: 20px;
}
.point_txt {
    text-align: left;
    text-align: justify;
    letter-spacing: -1px;
}

.nikon {
    margin: 0 0 40px 40px;
}



#sc8 {
	text-align: center;

}
#sc8 .ttl3 {
    margin-bottom: 30px;
}
.map {
    margin-bottom: 30px;
}


.btn_search a {
    display: block;
    background: #ff7878;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.5;
    padding: 23px 0;
    border-radius: 50px;
    box-shadow: 0 20px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}
.btn_search a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    margin: auto 0;
    width: 23px;
    height: 23px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(
45deg);
    border-radius: 2px;
    transition: all .3s ease;
}

.btn_search a:hover {
    background: #fd8989;
}
/*--------------------------------------
  footer
--------------------------------------*/

#footer {
    background: #3b4043;
    color: #fff;
    text-align: center;
	padding: 30px 0;
}
.f_block {
    display: flex;
    justify-content: center;
	align-items: center;
    margin-bottom: 30px;
}
.f_left {
    box-sizing: border-box;
    padding: 0 30px;
}
.f_right {
    box-sizing: border-box;
    padding: 0 30px;
	border-left: 1px solid #fff;
}
ul.f_list li {
    text-align: left;
}

/*--------------------------------------
  float_btn
--------------------------------------*/
#float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    text-align: center;
    padding: 10px 0 0;
}
.float_sp {
    display: none;
}



/*--------------------------------------
  coupon
--------------------------------------*/
#coupon {
	width: 750px;
    text-align: center;
    margin: auto;
}
.coupon_block {
    padding-bottom: 30px;
}
.coupon_top {
    background: #df9fa8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 12px 0;
}
.logo_coupon {
    height: 47px;
}
.coupon_img {
    margin-bottom: 20px;
    width: 75%;
}
table.c_tb {
    width: 100%;
    text-align: left;
}

table.c_tb th, table.c_tb td {
    background: #ddd;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 10px 8px;
    font-size: 18px;
    line-height: 1.3;
	vertical-align: middle;
}

table.c_tb th {
    width: 16%;
}


@media screen and (max-width:1024px){
	
#coupon {
    width: 500px;
}
	
table.c_tb th, table.c_tb td {
    font-size: 13px;
}
table.c_tb th {
    width: 18%;
}


	
}

@media screen and (max-width:768px){
	
html{
	font-size: 25px;
}	
	
.pc{
	display: none !important;
}
.sp{
	display: block;
}
.inner {
    width: 90%;
}	
	
.top1_img {
	width: auto;
    top: 90%;
}	
.ct01 {
    display: block;
}
.ct01_left {
    width: 100%;
}	
ul.check_list {
    width: fit-content;
    text-align: left;
    margin: 0 auto 50px;
}	
.ct01_right {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ct01_right img {
    width: 48%;
}	
.sc1_2 {
    margin-bottom: 0;
}	
.ct02_ttl {
    float: none;
    margin: 0 auto 25px;
    display: block;
    width: fit-content;
}
	
.sc2_1 {
    float: none;
    margin: 0 auto 25px;
    display: block;
}
ul.ct02 {
    justify-content: center;
}
ul.ct02 li {
    width: 30%;
    margin-right: 4%;
    margin-bottom: 8%;
}
ul.ct02 li:nth-child(3), ul.ct02 li:nth-child(5) {
    margin-right: 0;
}	
ul.ct02 li:nth-child(3) .lineblue:before {
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 1px;
    background: #003c8f;	
}	
ul.ct02 li:nth-child(2) .lineblue:before {
    content: "必要な見えやすさ";
    background: none;
    position: unset;
}	
.ct03 {
	padding: 0;
}	
.c3_sub {
    margin-bottom: 5px;
}

.ct03_box {
    margin-bottom: 60px;
}
	
.typeimgsp {
    margin-bottom: 60px;
	margin-left: 6%;
}
.voice_name {
    font-size: 40px;
    width: auto;
    float: left;
    line-height: 1.5;
    padding: 36px 0 0 36px;
}
	
.voice_name span {
    font-size: 65%;
    margin-left: 14px;
}	
.voice_txt {
    float: none;
    width: 100%;
    clear: both;
	padding-top: 30px;
}	
.ct03.t2 .ct03_box, .ct03.t4 .ct03_box {
    box-sizing: border-box;
    padding-left: 0;
}
.ct03.t2 .typeimgsp, .ct03.t4 .typeimgsp{
    margin-left: -6%;	
}
.ex_box p {
    font-size: 23px;
}	
p.extxt {
    font-weight: normal;
    font-size: 21px;
    line-height: 1.5;
}
.ex_box img {
    width: 100%;
}
	
.ttl_c3 {
    font-size: 50px;
}

	
.ct04 .ttl4 {
    float: none;
}	
.ct04 .sc4img,.ct04.c2 .sc4img {
    float: none;
    display: block;
    margin: 0 auto 25px;
    width: 100%;
}	
.ct04_txt {
    float: none;
    width: 100%;
}	
.ct04.c2 .ttl4 {
    float: none;
    width: 100%;
}	
.c2 .ct04_txt p,.c3 .ct04_txt p {
    display: inline;
}

.ct05 {
    padding: 60px 60px;
}	
.ct05 .ttl3 {
    margin-bottom: 15px;
}	
ul.point {
    display: block;
}	
ul.point li {
    width: 100%;
    padding: 50px 0;
    border-right: 0;
    border-bottom: 1px solid #d2e6ff;
}
ul.point li:last-child {
    padding-bottom: 0;
}	
.point_ttl {
    float: right;
    text-align: left;
    width: 50%;
    margin: 0;
    padding-top: 14%;
}
.point_img {
    float: left;
    width: 45%;
    box-sizing: border-box;
}	
.point_txt {
    display: block;
    width: 100%;
    clear: both;
}	

	
.map {
    width: 90%;
    margin-bottom: 60px;
}
.btn_search a:after {
    right: 6%;
}	
#footer {
    font-size: 18px;
}		
	
.float_pc {
    display: none;
}
.float_sp {
    display: block;
}	
#float {
    padding: 20px 0 10px;
}	
	
#coupon {
    width: 90%;
	height: auto;
}
table.c_tb th {
    width: 20%;
}	
table.c_tb th, table.c_tb td {
    font-size: 20px;
}

	
	
	
}


@media screen and (max-width:480px){

html{
	font-size: 12px;
}
#header {
    padding: 18px 0;
}	
.logo {
    display: flex;
    align-items: center;
}	
.logo_header {
    height: 24px;
}
.contents_block {
    padding: 50px 0;
}
.top1_img {
    width: 80%;
    top: 90%;
}

	
ul.check_list {
    margin-bottom: 25px;
}	
ul.check_list li {
    font-size: 100%;
    margin-bottom: 14px;
}	
ul.check_list li:before {
    width: 23px;
    height: 19px;
    margin-right: 6px;
}	

.ttl2 {
    font-size: 25px;
    padding: 22px 0;
    line-height: 1.42;
}	
.arrow {
    width: 40px;
}	
.txt1 {
    font-size: 14px;
    margin-bottom: 35px;
}	
.style_name {
    font-size: 16px;
    margin-bottom: 5px;
}
.styleimg {
    margin-bottom: 10px;
}	
.style_txt p {
    font-size: 10px;
    line-height: 1.6;
}
.lineblue {
    font-size: 11px;
    margin: 22px 0 14px;
}
	
.ttl2.sc3 {
    font-size: 22px;
    line-height: 1.6;
    padding: 25px 0;
}
.ttl_c3 {
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.ttl_c3:after {
    margin-top: 20px;
    width: 50px;
    height: 2px;
}
	
.c3_sub {
    font-size: 19px;
}
.c3_txt {
    font-size: 100%;
}
.ct03_box {
    margin-bottom: 30px;
}
.typeimgsp {
    margin-bottom: 30px;
	max-width: 106% !important;
    margin-left: 0;
}
.voiceimg {
    width: 30%;
}
.voice_name {
    font-size: 20px;
    padding: 7% 0 0 7%;
}
.voice_txt {
    padding-top: 15px;
}	
.ex_box p {
    font-size: 11px;
}
p.extxt {
    font-size: 10px;
}
.t_ex {
    margin-bottom: 25px;
}
.ex_box img {
    margin-bottom: 6px;
}
.ttl2.sc4 {
    font-size: 23px;
    padding: 26px 0;
}
.ttl3 {
    font-size: 28px;
}	
.ttl4 {
    font-size: 24px;
}
.ct04 {
    margin-bottom: 50px;
}
.ct04 .sc4img, .ct04.c2 .sc4img {
    margin-bottom: 20px;
}	
.ct04_txt p {
    letter-spacing: -0.5px;
}
.ct05 {
    padding: 30px 25px;
}
.ct05 .ttl3 {
    margin-bottom: 0;
}	
ul.point li {
    padding: 30px 0;
}
.point_ttl {
    font-size: 18px;
}	
.point_txt {
    letter-spacing: 0;
}	
.nikon {
    width: 70px;
    margin: 0 0 20px 20px;
}	
	
.map {
    width: 95%;
    margin-bottom: 30px;
}
.btn_search a {
    font-size: 18px;
    letter-spacing: -1px;
    padding: 12px 0;
}	
.btn_search a:after {
    width: 12px;
    height: 12px;
}
	
	
#footer {
    font-size: 9px;
    padding: 15px 0;
}
.f_left, .f_right {
	width: 50%;
}
.f_left{
	padding: 0 15px 0 0;
	text-align: right;
	}
.f_right{
	padding: 0 0 0 15px;
	}	
.logo_footer {
    height: 20px;
}
.f_block {
    margin-bottom: 15px;
}

.float_sp_img {
    width: 90%;
}
.logo_coupon {
    height: 26px;
}		
#coupon {
   height: auto;
}
.coupon_block {
    padding: 0;
}
.coupon_img {
    width: 90%;
}
table.c_tb th {
    width: 26%;
}	
table.c_tb th, table.c_tb td {
    font-size: 13px;
}	
	
}


@media screen and (max-width:330px){
	
ul.check_list li {
    font-size: 90%;
    margin-bottom: 10px;
}	
ul.check_list li:before {
    width: 19px;
    height: 15px;
    margin-right: 3px;
}
.style_name {
    font-size: 14px;
}
.lineblue{
	font-size: 10px;
}	
ul.ct02 li:nth-child(4) .rs{
	letter-spacing: -3px;
}	
.ttl2.sc3 {
    font-size: 19px;
}
	
.ttl_c3 {
    font-size: 22px;
}
.ttl4 {
    font-size: 20px;
    margin-bottom: 12px;
}
.point_ttl {
    font-size: 16px;
}
.ttl3 {
    font-size: 24px;
}

.btn_search a {
    font-size: 16px;
}
table.c_tb th, table.c_tb td {
    font-size: 12px;
    padding: 5px;
}		
	
}
