@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
    transition: 0.6s;
}

ul li {
    list-style-type: none;
}

p, li, h2{
    font-family: 'Lora',sans-serif;
}


/*ヘッダー
-------------------------------------*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    background-color: #fff;
  }

.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 1em 0;
}

.header-box {
	margin-left: 700px;
	margin-top: 8px;
}
.contact-button {
	padding: 5px 60px;
	border: 1px solid #d5d5d5;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0.5rem;
}

.scene_sushi {
    background-image: url(../img/scene_sushi.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 600px;
}

.scene_kirei {
    background-image: url(../img/scene_kirei.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 600px;
}

.scene_ninja {
    background-image: url(../img/scene_ninja.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 600px;
}

.scene_wasabi {
    background-image: url(../img/scene_wasabi.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: 600px;
}

.scene_sushi p, .scene_kirei p, .scene_ninja p, .scene_wasabi p {
    width: 800px;
    margin: 0 auto;
    padding: 115px 45px 5px 45px;
    text-align: left;
    line-height: 1.5;

}

.about_results {
    font-size: 22px;
    border: 1px solid #ff2641;
    padding: 20px 30px;
    text-align: center;
    width: 700px;
    margin: 120px auto 10px;
    color: #ff2641;
}

.about_results:hover {
    background-color: #ff2641;
    color: #fff;
    transition: 0.6s;
}

.about_results_japan {
    font-size: 22px;
    border: 1px solid #ff2641;
    padding: 20px 30px;
    text-align: center;
    width: 700px;
    margin: 120px auto 70px;
    color: #ff2641;
}

.about_results_japan:hover {
    background-color: #ff2641;
    color: #fff;
    transition: 0.6s;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
    width: 85%;
    margin-left: 170px;
    font-size: 85%;
    line-height: 1.2;
    position: absolute;
    top: 5px;
}

.logo {
    position: absolute;
    top: 5px;
    left: -50px;
}

}

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


.header {
	flex-direction: column;
    margin-bottom: 10px;
}

header {
    position: initial;
    width: 100%;
    top: 0;
    z-index: 10000;
    background-color: #fff;
  }

.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
    padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/


.mainimg img {
    /*width: 100vw;*/
    display: block;
    margin: 0 auto;
    position: relative;
}

.mainimg_jan img {
    width: 70%;
    display: block;
    margin: 0 auto;
    position: relative;
}


.mainimg .sp_main {
    display: none;
}

.mainimg_jan .sp_main {
    display: none;
}

.sp {
    display: none;
}

.wondershell_title_text {
    text-align: center;
    color: #0068b7;
    margin-top: 15px;
}

/*メインコンテンツ
-------------------------------------*/
.main_enter {
    margin: 0;
}

main {
    margin: 7rem 0 0 0;
}
section {
	margin: 2rem 0;
	padding: 3rem 0 1rem;
}
.gray-back {
	background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
    margin: 30px auto 0;
    background-image: url(../img/mother.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: top 0 left 400px;
    height: 450px;
    position: relative;
}

.catch_02 {
    text-align: center;
    margin: 30px auto 0;
    background-image: url(../img/back_concept.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 1300px;
    height: 363px;
    /*height: 50vh;*/
}

.catch_02 .sp_main {
    display: none;
}


.catch_03 {
    text-align: center;
    margin: 30px auto 0;
    background-image: url(../img/baby.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 1000px;
    height: 300px;
    /*height: 50vh;*/
}


.catch_02 h2 {
    padding-top: 150px;
    font-size: 38px;
}

.catch_covid h2 {
    padding-top: 150px;
    font-size: 38px;
}

.catch .natural {
    padding: 30px 0 0 350px;
    color: #0068b7;
    font-weight: 300;
    font-size: 300%;
}

.catch p {
    padding: 0 0 0 350px;
    text-align: left;
    font-size: 120%;
}

.catch_03 .natural {
    padding: 30px 0 0 50px;
    color: #0068b7;
    font-weight: 300;
    font-size: 300%;
}

.catch_03 p {
    padding: 0 0 0 50px;
    text-align: left;
    font-size: 120%;
}


.catch_covid {
    text-align: center;
    margin: 30px auto 0;
    background-image: url(../img/back_covid.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 1300px;
    height: 363px;
}

.catch_covid .sp_main {
    display: none;
}

.catch_covid h2 {
    padding-top: 150px;
    font-size: 38px;
}

.sp_break {
    display: none;
}

.under {
    border-bottom: 3px solid #3665af;
    padding:0;
    font-size: 34px;
}


.center {
	text-align: center;
	margin-bottom: 4rem;
}

.graph_box img {
    width: 50%;
    margin-right: 22px;
}

.graph_box_2 img {
    width: 35%;
    margin-right: 10px;
}

.graph3 {
    width: 72%;
    margin-left: 15px;
}

.graph_box {
    width: 800px;
    display: flex;
    margin: 20px auto;
}

.graph_box_2 {
    width: 1100px;
    display: flex;
    margin: 20px auto;
}


.ok_box {
    width: 750px;
    margin: 30px 0 0 220px;
    text-align: left;
    font-size: 20px;
}

.ok_box p {
    border-bottom: dotted 1px #999;
    padding-left: 1em;

}

.read {
    width: 850px;
    margin: 0 auto 70px;
    text-align: center;
    font-size: 20px;
    color: #333;
    padding-left: 2em;
    
}

.step {
    color: #fff;
    background-color: #185fd0;
    padding: 8px 0;
    text-align: center;
    display: block;
    width: 100px;
    margin-bottom: 5px;
}


.concept_1 {
    background-image: url(../img/concept_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 543px;
}

.concept_2 {
    background-image: url(../img/concept_2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 543px;
}

.concept_3 {
    background-image: url(../img/concept_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 543px;
}

.concept_4 {
    background-image: url(../img/concept_4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 543px;
}

.covid_1 {
    background-image: url(../img/covid_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 750px;
}


.concept_title {
    padding: 290px 0 0 360px;
    font-size: 22px;
}

.concept_title_2 {
    width: 600px;
    padding: 65px 0 0 0;
    font-size: 22px;
}

.concept_title_3 {
    padding: 290px 0 0 360px;
    font-size: 22px;
}

.concept_title_4 {
    padding: 65px 0 0 30px;
    width: 600px;
    font-size: 22px;
}

.covid_text {
    width: 670px;
    text-align: left;
    padding: 20px 0 20px 30px;
    line-height: 1.7;
}

.amendment {
    width: 670px;
    text-align: left;
    font-size: 85%;
    padding: 0 20px 0 40px;
    text-indent:-1em;
}

.graf_covid {
    display: block;
    margin: 20px auto 10px;
}

.red {
    color: #ff0000;

}

.concept_1 p {
    padding-left: 490px;
    text-align: left;
}

.concept_2 p {
    padding-left: 110px;
    text-align: left;
}

.concept_3 p {
    padding-left: 490px;
    text-align: left;
}

.concept_4 p {
    padding-left: 120px;
    text-align: left;
}


.sp_concept_1, .sp_concept_2, .sp_concept_3, .sp_concept_4, .sp_covid_1 {
    display: none;
}

.pc_break {
    display: block;
}

.ask {
    color: #3665af;
    padding:40px 0 20px;
    font-size: 34px;
    text-align: center;
}

.voice_box {
    width: 1000px;
}


.voice_box img {
    width: 60%;
    display: block;
}

.voice_sushi_1, .voice_sushi_3 {
    margin: 10px 0 20px 30px;
}

.voice_sushi_2, .voice_sushi_4{
    margin: 10px 0 20px 500px;
}

.spec {
    display: flex;
}

.spec img {
    width: 400px;
}

.spec table {
    margin: 60px 0 0 85px;
}

.spec .bk_green {
    background-color: #f1faeb;
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 10px 30px;
    font-size: 90%;
}

.spec table tr td{
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 10px 30px;
    font-size: 90%;
    background-color: #fff;
}

.point_box, .point_box_kirei, .point_box_wasabi img {
    width: 100%;
}

.point_text {
    font-size: 20px;
    color: #333;
    margin: 50px auto;
}

.point_text_kirei {
   width: 900px; 
   font-size: 20px;
   color: #333;
   margin: 20px auto 50px;
   text-align: left;
   line-height: 1.8;
}

.point_text_ninja {
    width: 900px; 
    font-size: 20px;
    color: #333;
    margin: 20px auto 80px;
    text-align: left;
    line-height: 1.8;
}

.point_text_ninja a {
    display: inline;
}

.point_step {
    width: 900px;
    text-align: left;
    margin: 0 auto 50px;
    border: 1px solid #c1d969;
    padding: 30px;
}

.point_step li {
    padding-left:5em;
    text-indent:-4.5em;
}

.text_green {
    font-weight: 600;
}

.caution {
    width: 900px;
    text-align: left;
    margin: 0 auto 50px;
    border: 2px dotted #666;
    padding: 30px;
}

.caution_title {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}

.attention {
    width: 900px;
    background-color: #fff;
    color: 333;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0 20px 35px;
    box-shadow: 2px 2px 4px #d5d5d5;
}

.attention ul li {
    list-style-type: disc;
}

.attention_title {
    font-weight: 600;
    text-align: center;
    font-size: 20px;
}



/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}


/*天津さん固定画像
-------------------------------------*/
#pagetop img {
    display: none;
}

/*天津さん帯画像
-------------------------------------*/
.tk_bottom {
    margin: 30px auto 20px;
}

.tk_bottom_sp {
    display: none;
}

/*
#pagetop a {
    display: block;
    background: #2e5aa9;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}
*/
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){


.wondershell_title_text {
    display: none;
}
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}

main {
    margin: 0;
}

.mainimg .pc_main {
    display: none;
}

.mainimg_jan .pc_main {
    display: none;
}

.mainimg .sp_main {
    display: initial;
}

.mainimg_jan .sp_main {
    display: initial;
    width: 100%;
}

.pc {
    display: none;
}

.sp {
    display: initial;
}

.catch {
    text-align: center;
    margin: 30px auto 0;
    background-image: url(../img/mother.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: auto;
}

.catch_02 .sp_main {
    display: initial;
}

.catch_covid .sp_main {
    display: initial;
}


.catch_02 h2 {
    padding-top: 10px;
    font-size: 25px;
}

.catch_covid h2 {
    padding-top: 10px;
    font-size: 25px;
    margin-bottom: 15px;
}

.catch_02 p {
    padding: 0 10px;
}

.catch_03 {
    text-align: center;
    margin: 30px auto 0;
    background-image: url(../img/baby.png);
    background-repeat: no-repeat;
    background-position: top left 70%;
    background-size: 130%;
    width: 100%;
    height: auto;
}

.catch, .catch_03 .natural {
    padding: 10px 0 0 10px;
    color: #0068b7;
    font-weight: 300;
    font-size: 100%;
}

.catch_02 {
    text-align: center;
    margin: 30px auto 0;
    background-image: none;
    /*background-size: contain;*/
    width: 100%;
    height: auto;
}

.catch_covid {
    text-align: center;
    margin: 30px auto 0;
    background-image: none;
    /*background-size: contain;*/
    width: 100%;
    height: auto;
}

.catch, .catch_03 p {
    padding: 0 0 80px 10px;
    text-align: left;
    font-size: 80%;
}

.sp_break {
    display: block;
}

.under {
    font-size: 70%;
}

.under_product {
    /*border-left: 8px solid #3665af;
    padding-left: 15px;
    font-size: 24px;*/
    position: relative;
    padding-left: 30px;
    color: #333;
    font-size: 20px;
}
 
.under_product:before {
    position:  absolute;
    top: 12px;
    left: 12px;
    width: 14px;
    height: 14px;
    border: 2px solid #B2E0FF;
    content: "";
}

.under_product:after {
    position:  absolute;
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border: 2px solid #0f4190;
    content: "";
}

.center {
	text-align: center;
    margin-bottom: 2rem;
    padding: 0 2px 
}

.graph3 {
    display: block;
    width: 100%;
    margin-left: 0;
}

.graph_box, .graph_box_2 {
    width: 100%;
    display: initial;
    margin: 20px auto;
}

.graph_box img, .graph_box_2 img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.ok_box {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
}

.scene {
    display: block;
    width: 100%;
}

.scene_sushi {
    background-image: url(../img/sp_scene_sushi.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: auto;
}

.scene_kirei {
    background-image: url(../img/sp_scene_kirei.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: auto;
}

.scene_ninja {
    background-image: url(../img/sp_scene_ninja.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: auto;
}

.scene_wasabi {
    background-image: url(../img/sp_scene_wasabi.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    height: auto;
}


.scene_sushi p, .scene_kirei p, .scene_ninja p, .scene_wasabi p {
    width: 100%;
    margin: 0 auto;
    padding: 275px 10px 5px 10px;
    text-align: left;
    line-height: 1.5;
}

.concept_1, .concept_2, .concept_3, .concept_4, .covid_1 {
    background-image: none;
    height: auto;
    margin-bottom: 40px;
}

.sp_concept_1, .sp_concept_2, .sp_concept_3, .sp_concept_4, .sp_covid_1 {
    display: initial;
    width: 100%;
}

.sp_covid_1 {
    margin: 15px 0 20px 0;

}

.concept_title, .concept_title_2, .concept_title_3, .concept_title_4 {
    padding: 0px 0 0 0px;
    font-size: 22px;
}

.concept_title_2, .concept_title_4 {
    width: 100%;
}

.concept_1 p, .concept_2 p, .concept_3 p, .concept_4 p {
    padding-left: 5px;
    text-align: left;
}

.covid_text {
    width: 100%;
    text-align: left;
    padding: 20px 5px 5px 5px;
    line-height: 1.7;
}

.amendment {
    width: 100%;
    text-align: left;
    font-size: 85%;
    padding: 0 5px 0 15px;
}

.graf_covid {
    width: 100%;

}


.pc_break {
    display: none;
}

.ask {
    color: #3665af;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
}

.ok_box p {
    border-bottom: none;
    padding-left: 1em;
}

.read {
    width: 100%;
    margin: 0 auto 30px;
    text-align: left;
    font-size: 16px;
    color: #333;
    padding-left: 8px;
}

.voice_box {
    width: 100%;
}


.voice_box img {
    width: 95%;
    display: block;
}

.voice_sushi_1, .voice_sushi_3 {
    margin-left: 10px;
}

.voice_sushi_2, .voice_sushi_4 {
    margin-left: 10px;
}

.spec {
    display: initial;
}

.spec img {
    width: 90%;
}

.spec table {
    margin: 0;
    width: 100%;
}

.spec .bk_green {
    background-color: #f1faeb;
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 10px 30px;
    font-size: 90%;
}

.spec table tr td{
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 10px 30px;
    font-size: 90%;
    background-color: #fff;
}

.point_text {
    font-size: 15px;
    color: #333;
    margin: 20px auto;
    text-align: left;
    padding: 5px;
}

.point_text_kirei {
   width: 100%;
   font-size: 15px;
   color: #333;
   margin: 20px auto;
   text-align: left;
   padding: 5px;
}

.point_text_ninja {
    width: 100%;
    font-size: 15px;
    color: #333;
    margin: 20px auto;
    text-align: left;
    padding: 5px;
}

.point_step {
    width: 100%;
    text-align: left;
    margin: 0 auto 30px;
    border: 1px solid #c1d969;
    padding: 20px 8px;
}

.point_step li {
    padding-left:5em;
    text-indent:-4.5em;
    font-size: 15px;
}

.caution {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    border: 2px dotted #666;
    padding: 20px 8px;
}

.caution p {
    font-size: 90%;
    padding-left:1em;
    text-indent:-1em;  

}

.caution_title {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}

.attention {
    width: 100%;
    background-color: #fff;
    color: 333;
    text-align: left;
    margin: 30px auto;
    padding: 20px 8px;
    box-shadow: initial;
    line-height: 1.3;
    font-size: 80%;
}

.attention ul li {
    list-style-type: disc;
    padding-left:1.3em;
    text-indent:-1.3em; 
}

.attention_title {
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}

.about_results, .about_results_japan {
    font-size: 16px;
    background-color:  #ff2641;
    padding: 5px 10px;
    text-align: center;
    width: 95%;
    margin: 0px auto 30px;
    line-height: 1.4;
    color: #fff;
}



/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 2px solid #ccc;
    font-size: 100%;
}

footer p {
    font-size: 90%;
}

/*天津さん固定画像
-------------------------------------*/
#pagetop img {
    display: initial;
    position: fixed;
    top: 30px;
    right: 5px;
    width: 30%;
}

/*天津さん帯画像
-------------------------------------*/
.tk_bottom {
    display: none;
}

.tk_bottom_sp {
    display: initial;
    width: 100%;
}

}