@charset "UTF-8";

@media only screen and (max-width : 768px) {
/*-----------------------------------------------------------------------------------------------------
スマホ・タブレット用レイアウト（768px以下スクリーン）
-----------------------------------------------------------------------------------------------------*/
	
/*--------------------------------------------------------
共通設定(スマホ)
-------------------------------------------------------*/

/* はみ出した領域は非表示にする*/
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
html, body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/*画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}
/*H2タグ*/
h2 {
	margin: 0.5em 0 0.5em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
/*H3タグ*/
h3 {
	margin: 0 0 0.5em;
	padding: 0.3em 0.6em;
	font-size: 1.2em;
	font-weight: bold;
}
/*H4タグ*/
h4 {
	margin: 0 0 0.5em;
	padding: 0.3em 0.6em;
	font-size: 1em;
	font-weight: bold;
}
/*H5タグ*/
h5 {
	margin: 0 0 0.5em;
	padding: 0.2em 0.4em;
	font-size: 1em;
	border-bottom: 2px solid #414141;
	font-weight: bold;
}
/*--------------------------------------------------------
全体レイアウト/背景設定(スマホ・タブレット)
--------------------------------------------------------*/

/*全体エリア(全体背景の設定はここ)*/
.main {
}
/*記事(ボディ)エリア*/
.article{
	width: 100%;
}

/*記事(ボディ)エリアの行間*/
.article p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
/*記事(ボディ)エリアのフォントサイズ*/
.article {
	font-size: 1.7em;
}
/*カラム全体の幅を変更する*/
.header_inr, .top_image_in {
	width: 100%;
	margin: 0 auto
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr{
	width: 100%;
  margin: 0 auto;
}
      
/*-----------------------------------------------------------------------------------------------------
ファーストビュー設定
-----------------------------------------------------------------------------------------------------*/

.top_image {
	/*スマホの際はファーストビューの背景を非表示*/
	background-image: none;
}
	
	
	
.top_image_in_pc{
		display:none;
	}
	
	
.top_image_in_sp{
		display:block;
	}
	

	
/*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/

/*以下、PCでのcssをコピペして調整すると効率的※重複プロパティは消すと見やすい*/

.section_01 {
	padding: 1.5em 24px;
}
.section_02 {
	padding: 1.5em 24px;
}
.area_cta {
	padding: 0em 0em;
}
/*--------------------------------------------------------
段落・リスト・テーブル設定
--------------------------------------------------------*/

/*チェックリスト（リストタグ）*/

ul.checklist {
	background-color: #FEFFF5;
	margin: 0 0 1.5em;
	padding: 1em 1em 0em 1em;
	list-style: none;
	border: 1px solid #414141
}
.checklist li {
	margin-bottom: 0.8em;
}
.checklist li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f14a";
	margin-right: 0.3em;
	color: red;
}
/*テーブルタグ*/
table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	margin-top: 1em;
	margin-bottom: 1em;
}
th, td {
	padding: 0.5em;
	border-right: 1px solid #959595;
	border-bottom: 1px solid #959595;
}
th {
	background-color: #f0f0f0;
	font-weight: bold;
	text-align: left;
}
td {
	background-color: #fff;
	text-align: left;
}
table.table-style01 th, table.table-style01 td {
	text-align: left;
	vertical-align: middle;
}
/*テーブルをブロック表示に*/

.table-style01, .table-style01 tr, .table-style01 th, .table-style01 td {
	display: block;
}
.table-style01 th, .table-style01 td {
	float: left;
	width: 100% !important;
	box-sizing: border-box;
}
.table-style01 {
	zoom : 1;
}
.table-style01:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
/*Youtube埋め込み調整*/
	
.youtube_size {
	width: 100% !important;
	height: 300px;
}
/*-----------------------------------------------------------------------------------------------------
テンプレート用のcss※必要に応じて使用する
-----------------------------------------------------------------------------------------------------*/

/*画像化したサブヘッドを横に広げる*/
h2.subhead {
	margin: 0em -2em;
}
/*よくある質問(文章ver.)*/
.box_qa {
	background-color: #efefef;
	padding: 1em;
}
.box_qa_q {
	background-color: #fff;
	padding: 0.5em 1em;
	border-bottom: 1px solid #ccc;
	font-size: 1.1em;
	font-weight: bold;
	color: #CD3B3E;
}
.box_qa_a {
	background-color: #fff;
	padding: 0.5em 1em;
	line-height: 1.8em;
}
.box_qa_q p {
}
.box_qa_a p {
}
/*よくある質問(アコーディオンver.)*/



/*問い合わせエリア*/

.box_entry {
	padding: 0em 1em;
}
.entry_inr {
	padding: 1em 0em;
    font-size: 1em;
}
.shiny-btn2 {
    width: 90%;/*ボタンの幅*/
}

.section_title_point{
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}
	
.area_point{
    display: block;
    justify-content: space-between;
}


.box_point{
    width: 100%;
    padding: 1em 1em;
    text-align: center;
}

.box_point img{
    width: 50%;
}

.title_point_tag{
    background-color: #7c012f;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.title_point_title{
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
}

p.title_point_title{
   line-height: 1.2; 
}


.box_koe{
	display: block;
	background: #f9f9f9;
	padding: 1em;
	margin-bottom: 1.5em;
}

.box_koe_left{
	width: 100%;
}

.box_koe_left img{
	width: 50%;
}

.box_koe_right{
	width:100%;
	background-color: #fff;
	margin-top: 1em;
	padding: 1em;
}

.pc_movie{
	display: block;
}

.pc_movie img{
	 width: 100%;
}

	
/*フォームエリア*/

/*全体*/
.mailform {
	background-color: #fff;
	margin: 0em 0em 1em;
	padding: 1em 0em 1em;
	box-shadow: 0px 0px 1px #594a42;
}
.input {
	margin: 0em 0em 0em;
	padding: 0em 1em;
	color: #000;
}
.input_style {
	width: 100%;
	height: 60px;
	font-size: 100%;
	margin-bottom: 0.5em;

	color: #7b7b7b;
}
input[type="image"] {
	width: 100%;
	text-align: center;
	margin: 0em auto;
}
.caution {
	margin: 0em;
	padding: 0;
	font-size: 90%;
	color: #990000;
	text-align: center;
}
/*スライダー*/
.loopSliderWrap {
	top: 0;
	left: 0;
	height: 200px;
	overflow: hidden;
	position: absolute;
}
.loopSlider {
	margin: 0 auto;
	width: 100%;
	height: 200px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.loopSlider ul {
	height: 200px;
	float: left;
	overflow: hidden;
}
.loopSlider ul li {
	width: 250px;
	height: 200px;
	float: left;
	display: inline;
	overflow: hidden;
}
.loopSlider ul li img {
	width: 100%;
}
/*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/

.footer {
	padding: 2em 0em 1em;
	font-size: 1em;
	text-align: center;
	margin-bottom: 6em;
}
/*スマホ用下部固定メニュー*/
	
.fix_menu_smartphone {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
}
.fix_menu_smartphone img {
	width: 100%;
}
.tel_left {
	width: 100%;
	padding: 0em 0;
}

}
