@charset "utf-8";


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html {
    overflow: auto;
}

body {
	max-width: 100%; 
	margin-left: auto;
	margin-right: auto;
	color: #666;	/*全体の文字色*/
	font-family:"Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.8;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
	overflow: hidden;
    position: relative;
    top: -10px;
}

header{
	position:fixed;

}



img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

.wf-notosansjapanese { font-family: "Noto Sans Japanese"; }

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	opacity: 0.6;			/*マウスオン時の透明度*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}



/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 750px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0 2%;
	text-align: center;
}

/*
.sh {
	display: none;
}

#header_sh {
	display: none;
}

.pc_header{
	display: block;
}

.sh_header {
	display: none;
}

#main_img_sh {
	display: none;
}
*/
.txt1{
	font-size: 110%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	color: black;
}

.txt2{
	font-size: 120%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;

}

.txt3{
	font-size: 110%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 50px;
	color: black;
}


.txt_sh{
	font-size: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.txt_sh2{
	font-size: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
	text-decoration:underline wavy #ff838b;
}

/*メインビジュアル*/
#main_img_pc{
	background-color: #C9C9CA;
	max-width: 100%;
	margin-left: -200%;
	margin-right: -200%;
	padding:0 200%;
	text-align: center;
	position: relative;
	z-index: -10;
}

.mater img{
	width: 82%;
}

.pc_fotter{
	background-color: rgb(230,230,230);
	max-width: 100%;
	height: 150px;
	margin-right: -200%;
	margin-left: -200%;
/*	margin-top: 50px;*/
	padding:0 200%;

	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
}

.pc_fotter img{
	margin-top: 35px;
}

.clear {clear: both;}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

body {
	max-width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width:auto;
	overflow: hidden;
}

}

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

body{
	max-width: 100%;
}

}


@media screen and (min-width: 481px) {

body{
	max-width: 100%;
}




}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){ 

/*全体の設定
---------------------------------------------------------------------------*/
body {
	max-width: 100%; 
	margin-left: auto;
	margin-right: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main{
	padding-top: 0px;
}



input[type="text"],
textarea {
    width: 65%;
}


.sh {
	display: block;
	max-width: 100%;
	text-align: center;
}

.mater img{
	width: 100%;
}

#header_sh {
	display: block;
	width: 100%;
	margin-top: 0px;
	left: 0%;
	position:fixed;
}

#main_img_sh {
	display: block;
	width: 100%;
	margin-top:0px; 
}

.sh_header {
	display: block;
}

.pc_header{
	display: none;
}

#pc {
	display: none;
}

#header_pc {
	display: none;
}

#main_img_pc {
	display: none;
}



}
