@charset "UTF-8";
/* CSS Document */

/* テキストの自動拡大を無効化 */
body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

/* ページ全体の設定 */
body {
	margin: 0;
	font-family: sans-serif;
}

/* 「ヘッダー」ブロック：ここでMENUの文字色の設定 */
header{
	height: 80px;
	background:#fff;	
}	
	
main{
	margin-top: 10px;	
}

h1{
	font-size: 48px;	
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 500;	
}

h2{	
	font-size:30px;
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 500;	
}

h3{	
	font-size:10px;
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;	
}

p{
	font-size:15px;
	font-family:'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
}

table {
    border-collapse:  collapse;     /* セルの線を重ねる */
	text-align: center;
    width:100%;
}

th{
	background:rgba(148,148,148,1.00);	
	color: #fff;	
    border: solid 1px rgba(0,0,0,1.00);              /* 枠線指定 */
}

th,td {
	text-align: center;
	padding: 2px 25px;
    border: solid 1px rgba(0,0,0,1.00);              /* 枠線指定 */
}

.hr-box hr{
	width:420px; 
	height:3px; 
	background-color:rgba(119,119,119,1.00);	
}



/* パンクズリスト */
.pank{
}

.pank p{
	font-size:16px;
}

.pank a{
	color: rgba(108,108,108,1.00);
}

.pank a:hover{
	color: rgba(108,108,108,1.00);
}

/* ページ最上部の文章 */
.main-text{
}

.main-text p{
	font-size: 17px;
	line-height: 1.5em;
	color: rgba(108,108,108,1.00);
	text-align: justify;	
}


.main-text ul{
	margin: -10px 0;
	font-size: 17px;
	line-height: 1.5em;
	color: rgba(108,108,108,1.00);
	text-align: justify;	
}

.main-text li{
	margin: 12px 0;
}

.product-wrapper{
	margin: 0 0 50px 0;
}

.product-wrapper-q{
	margin: 0 0 50px 0;
}

.product-wrapper02{
	margin: 150px 0 150px 0;
}

.product-wrapper03{
	border: solid 4px #005ead;
	border-radius:20px;	
	margin: 150px 0 150px 0;
	padding: 30px ;
}

.product-wrapper03 h3{
	font-size: 1.5em;
	color: #005ead;
}

.product-wrapper04{
	background-color:rgba(0,70,155,0.20);	
	border: solid 4px #005ead;
	border-radius:20px;	
	padding: 30px ;
}

.product-ta{
}

.product-ta img{	
  width: 100%;
  height: auto;
  background-color: #FFFF;
}	

.product-ta02 img{	
  width: 100%;
  height: auto;
  background-color: #FFFF;
}	


.product-ta70 h2{
	margin: 10px 0 25px 0;
	text-align: center;
}

.product-ta70 img{	
  width: 100%;
  height: auto;
  background-color: #FFFF;
}	

.product-ta50 img{	
  width: 50%;
  height: auto;
  background-color: #FFFF;
}	

.c img{	
  width: 50%;
  height: auto;
  background-color: #FFFF;
}	


.product-ta p{
	text-align: center;
}

.product-ta4 img{	
  width: 100%;
  height: auto;
  background-color: #FFFF;
}	

.product-ta4 p{
	font-size: 14px;
	text-align: center;
}

.product-ta4 h3{
	font-size: 1.5em;
	text-align: center;
}

.product-ta5 p{
	font-size: 14px;
}

.product-ta6 img{	
  width: 100%;
  height: auto;
  background-color: #FFFF;
}	

.product-ta6 p{
	font-size: 14px;
	text-align:justify;
}

.product-ta6 h3{
	font-size: 1.5em;
	text-align:justify;
}

.product-ta7 h3{
	font-size: 1.5em;
	text-align: center;
}

.product-ta7 h3 span{
	font-size: 1.7em;
	color: #009844;
}
	
.product-ta7 p{	
	font-size: 21px;
	font-weight: 500;
	line-height: 1.5em;
	text-align: center;
}

table {
  margin: 10px auto;
}
    
.tbl-r02 th {
  background: #FFFFFF;
  border: none;
  padding: 10px;
}
    
.tbl-r02 td {
　border: none;
  padding: 10px;
}


/* スマートフォン用 */

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

.product-ta7 h3{
	font-size: 1.2em;
}
	
.product-ta7 p{	
	font-size: 17px;
}
	
.hr-box hr{
	width:310px; 
	height:3px; 
	background-color:rgba(119,119,119,1.00);	
}	
    


  .last td:last-child {
    border-bottom: none;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

	
/* 非表示設定
	
.okabe-box p{
	text-align: center;	
	font-size:12px;
}	
	
.logo-box-22 img{
	padding: 6px 50px;
	}	
}

/* ここまでスマートフォン用 */

.product-ta7 span{
	font-size: 28px;
	font-weight: 700;
	color: #009844;
}


.product-rig p{
	line-height: 1rem;
	font-size: 13px;
	line-height: 1.5em;
}

.product-rig li{
	font-size: 13px;
	line-height: 1.5em;
}

.product-rig02 p{
	font-size: 13px;
	text-align: center;
}

.product-cen p{
	font-size: 13px;
	text-align: center;
}

.contact-from{
	height: 120px;
	background:rgba(142,142,142,1.00);	
}


.top-logo{
}

.top-logo img{
	height: 70px;
	width: auto;
	padding: 8px 0 5px 0;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);		
}


.nav {
    list-style: none;
    overflow: hidden;
    top: 0%;
    margin-left: 45%;
}
 
.nav li {
    float: left;
    height: 70px;
    margin-right: 2px;
}

.nav img{
    height: 70px;
	width: auto;
	padding: 15px 0 5px 0;
	top: 0%;	
    }


/* 「コンテンツ」ブロック */
.contents {
	background-color: #f2f2f2;
	padding: 40px 15px;
}

/*scroll-down*/
.scroll-down { 
	text-align: center; 
	width: 34px; 
	height: 58px; 
	display: inline-block; 
	border-radius: 20px; 
	border:2px solid #fff; 
	position: absolute; 
	left: 50%; 
	bottom: 60px;
	margin-left: -17px; 
	line-height: 50px; 
}

.banner{
	margin-top: 30px;	
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

.covid19-top{
	margin: 50px 0;
}

.covid19-top h1{
	text-align: center;	
	font-size: 70px;	
}

.covid19-top h2{
	text-align: center;	
}


.covid19-top p{
	text-align: center;	
}

.covid19-top02{
	margin: 140px 0 20px 0;
}

.covid19-top02 h1{
	font-size: 70px;	
}

.covid19-top02 h2{
	text-align: center;	
}


.covid19-top02 p{
	text-align: center;	
}

.covid19-top03{
	margin: 70px 0 40px 0;
}

.covid19-top03 h1{
	font-size: 70px;	
}

.covid19-top03 h2{
	text-align: center;	
}

.covid19-top03-cen{
	margin: 70px 0 40px 0;
}

.covid19-top03-cen h2{
	text-align: center;	
}

.covid19-top03-cen p{
	text-align: center;		
}


.covid19-top03 p{
	text-align: center;	
}

.product-box{
	margin: 3px 0 5px 0;
}

.product-box h2{
}

.product-box p{
	line-height: 1.5em;
	margin-bottom: 10px;		
}

.product-menu{
	margin: 30px 0 100px 0;
}

.product-menu02{
	margin: 100px 0 100px 0;
}

.button-menu{
	margin: 20px 0;
}

.button-mr{
	margin: 0 10px;
}

.youtube{
	margin: 100px 0 0 0;
}

.youtube iframe{
	width:100%;
}

.youtube p{
}

/* ここから767px以下の場合 */
@media only screen and (max-width: 767px) {
    .video-background-banner .slider-content {
		border: 10px solid #84ba3f; 
		width: 100%; 
		margin: 0 auto; 
		padding: 30px 10px; 
	}
    .video-background-banner h1 {
		font-size: 20px; 
		line-height: 30px; 
		font-weight: 600; 
		text-transform: uppercase; 
	}

/* スマホ：ヘッダーロゴサイズ */
.top-logo img{
	width:auto;
	padding: 7px 10px 5px 50px;
	position: absolute;
	top: 0%;
	transform: translate(-50%, 0%);		
}
  
.nav {
    list-style: none;
    overflow: hidden;
    top: 0%;
    margin-left: 10px;
}
 
.nav li {
    float: left;
    height: 70px;
    margin-right: 2px;
}

.nav img{
    height: 70px;
	width: auto;
	padding: 15px 0 5px 0;
	top: 0%;	
    }
  

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */	
.pc {
	display: none !important; 
}

.sp {
	display: block !important; 
}
	

.covid19-top{
	margin: 50px 0;
}

.covid19-top h1{
	margin: 0 10px;
	font-size: 35px;	
	text-align:justify;
	}

.covid19-top p{
	font-size: 22px;
	margin: 10px 10px;
	line-height:1.2em;
	text-align:justify;
}
	
/* パンクズリスト */
.pank{
	margin: 0 10px;
}

.pank p{
	font-size: 12px;
}
	
/* ページ最上部の文章 */
.main-text{
	margin: 0 10px;
}
	
.product-ta02 p{
	text-align:justify;		
}	
	
.product-ta70 h2{
	font-size: 20px;
	text-align:justify;
}
	
.product-ta70 p{
		text-align: center;
}	
	
.covid19-top03 h1{
	text-align:justify;
}
	
.covid19-top03 h2{
	text-align:justify;
}

.covid19-top03-cen h2{
	text-align:center;
}	

.covid19-top03-cen p{
	text-align:justify;
}
	
	
	
.covid19-top03 p{
	margin: 0 13px;
	line-height: 1.2em;
	text-align: justify;	
}
	
.product-wrapper-q{
	margin: 0 0 0 0;
}	
	
	
.container-top,.container,.container-kamikon {
	margin: 0 20px;
}
	
.m30-sp{
	text-align: center;
	margin-bottom: 45px;
	}
	
.m30-sp	img{
  width: 60%;
  height: auto;
}
	
.product-cen p{
	font-size: 13px;
	text-align: justify;	
}
	
.btn-lg02 > .btn {
  padding: 0.5rem 2rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 1rem;
  margin: 0 10px;
}
	
/*
table {
	font-size: 15px;
	margin: 0 auto;
}

th{
}

th,td {
	padding: 2px 10px;
}
*/
	
.youtube iframe{
	width:100%;
}
	
	
}

/* 記事 */
article {
	background-color: #ffffff;
	padding: 10px;
}

slide-contents {
	background-color: #ffffff;
	padding: 10px;
}


h1 {
	font-size: 30px;
}

p {
	line-height: 2;
}


.post{
	background-color: #E0E0E0;
	margin: 0 10px;
	width:40%;
	display: block;	
}


/* 画像 */
img {
	width: 100%;
	height: 100%;
}

figure {
	margin: 0;
}

.thumbnail{
	margin: 0;
	overflow:hidden;
} 

.thumbnail img{
  transition:0.2s all;
}

.thumbnail img:hover{
  transform:scale(1.2,1.2);
  transition:0.2s all;
}

.thumbnail-slid{
	margin: 0;
	overflow:hidden;
} 

.thumbnail-slid img{
	width: 30%;
 transition:1s all;
}

.thumbnail-slid img:hover{
  transform:scale(1.2,1.2);
  transition:0.2s all;
}

/* 投稿日 */
time {
	color: #666666;
	margin: 5px 0 2px 0;
	display: block;
	font-size: 8pt;
}

/* サブメニュー */
aside {
	background-color: #ffffff;
	padding: 20px;
	/* margin-top: 40px;*/
}





/* サブメニュー：プロフィール */
.profile img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.profile figure {
	text-align: center;
}

.profile p {
	font-size: 14px;
	text-align: center;
}

.hashtag p{
	text-align: left;
}


/* サブメニュー：注目記事メニュー */
.topics ul {
	list-style-type: none;
	padding: 0;
}

.topics a {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.topics figure {
	width: 100px;
	flex: none;
}

.topics img {
	vertical-align: bottom;
}


/* 「フッター」ブロック */
footer {
	background-color: #000;
	padding: 25px 15px;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
}


/* トップページ： ヒーローイメージ */
.hero {
	background-image: url(img/walk.jpg);
	background-size: cover;
	background-position: center;
	height: 532px;
	color: #ffffff;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.hero h1 {
	font-size: 48px;
	font-family: 'Exo 2', sans-serif;
	text-shadow: 0 0 10px #444444;
	text-align: center;
	width: 100%; /* IE11用の設定 */
}

.hero p {
	font-weight: bold;
	text-shadow: 0 0 10px #444444;
	margin-top: 0;
}

.hero a {
	border: solid 2px #ffffff;
	padding: 10px 40px;
	border-radius: 10px;
	background-color: rgba(41, 171, 226,0.7);
	margin-top: 10px;
}

/* トップページ： 記事一覧 */
.toppost {
	padding: 15px;
}

.toppost div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.toppost 
article 
slide-contents{
	padding: 0;
	width: 95%;
	flex: none;
}

.toppost 
post {
	padding: 0;
	width: 45%;
	flex: none;
}

.toppost 
article 
slide-contents
:not(:nth-last-child(-n+2)) {
	margin-bottom: 12px;
}

.toppost post:not(:nth-last-child(-n+2)) {
	margin-bottom: 12px;
}


.toppost h3 {
	margin: 0;
	font-size: 20px;
	margin-bottom: 2px;
}
.toppost p{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 15px;
}


/* ==== PC版 ==== */
@media (min-width: 600px) {
.contents {
    display: flex;
  }
  article {
    order: 2;
  }
  .sub-r {
    order: 3;
  }
  .sub {
    order: 1;
  }

/* PC版：コンテナ */
.container {
	max-width:900px;
	margin-left: auto;
	margin-right: auto;
}
	
.container-top {
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
}	

.container-kamikon {
	max-width:700px;
	margin-left: auto;
	margin-right: auto;
}		
	
/* PC版：「ヘッダー」ブロック内のコンテナ */
.container 
.container-slid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

/* PC版：記事 */
article {
	padding-left: 30px;
	padding-right: 30px;
}

slide-contents {
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-size: 40px;
}

p {
	font-size: 18px;
}

/* PC版：トップページ： ヒーローイメージ */
.hero h1 {
	font-size: 72px;
}

/* PC版：トップページ： 記事一覧 */
.toppost article {
	width: 23%;
}

.toppost 
article:not(:nth-last-child(-n+2)) {
	margin-bottom: 0;
}

/* PC版：「お問い合わせ」ページ */
input[type="submit"] {
	width: 250px;
}
	
popular ul{
	list-style-type: none;
	padding: 0;
	color:#666666;
	display: flex;
	justify-content: center;
	}
		
popular li{
	margin:auto 20px;
	overflow:hidden;
	}

popular img{
	transition:0.2s all;
}

popular img:hover{
	transform:scale(1.2,1.2);
	transition:0.2s all;
}	
	
}
/* ===== PC版の設定ここまで ===== */



/* ==== PC版（大） ==== */
@media (min-width: 1025px) {

/* PC版（大）：コンテナ */
.container {
	max-width: 900px;
}

/* PC版（大）：「コンテンツ」ブロック内のコンテナ */
.contents 
.container {
	display: flex;
	justify-content: space-between;
}

/* PC版（大）：記事 */
article {
	width: 75%;
	box-sizing: border-box;
	margin: 0 10px;
}
slide-contents {
	width: 100%;
	box-sizing: border-box;
	margin: 0 10px;
}

/* PC版（大）：サブメニュー */
.sub {
	width: 20%;
}
	
.sub-r {
	width: 25%;
}

}
	