@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 15px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
header{
	background-image: url("../images/header_150.jpg");
	background-size:cover;
	height: 130px;
}
.header img{
	max-width: 220px;
	padding-top: 30px;
	padding-left: 30px;
	
}

@media screen and (max-width: 1000px) {
header{
	background-image: url("../images/header_150.jpg");
	background-size:cover;
	width: 100%;
	height: 60px;
	}

.header img{
	max-width: 100px;
	padding-top: 15px;
	padding-left: 15px;
	
}
	
#sec02{
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 10px;

}
.pc_img img {
display: none;/*PC画像は非表示する*/
}

.sp_img img {
	width: 100%;
	height: auto;
	display:inline-block;/*スマホ画像を表示する*/
}

}

/* フッター
------------------------------------------------------------*/
footer{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #ffe650;
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

.col10{
	
	text-align: center;
	background-color: #ffe650;	
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

.col10 li{
	width: 100%;
	height: auto;
	display:inline-block;
	
	
}
.col10 a{
	padding-top: 10px;
	width: auto;
	color: #000000;
	font-size: 20px;

	
}

.col10 img{
	margin-top: 10px;
	max-width: 70px;	
}

.col10 p{
	font-size: 16px;

	
}



/*追加*/
#PageTopBtn {
    font-size: 13px; /*文字のサイズ*/
	
}
#PageTopBtn a {
    width: 100px; /*ボタンの幅*/
    height: 40px; /*ボタンの高さ*/
    padding: 24px 0; /*文字の配置場所の調整*/
}

/* スマホで表示する場合のCSS */
@media (max-width: 750px) {
footer{
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #ffe650;
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
}

.col10 li{
	width: 100%;
	height: auto;
	padding-top: 10px;
	display:inline-block;
	
	
	
}
.col10 a{
	width: auto;
	color: #000000;
	font-size: 14px;

	
}

.col10 img{
	max-width: 50px;	
}

.col10 p{
	font-size: 10px;
	
}
	
/*追加*/
	
	#PageTopBtn {
    font-size: 10px;
	
}
	#PageTopBtn a {
    width: 70px;
    height: 50px;
    padding: 17px 0;
	
		
}
	
}
/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Josefin Sans', 'Noto Sans JP',serif;
	
	
}
h3 {
	margin: -18px 0 50px;
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 600;
	font-size: 14px;
}
.under {
  padding: 0px 0 5px 0;
  border-bottom: solid 2px #000;
}

img{
	width: 100%;
	height: auto;
}

section{clear:both;}

section h2{
	font-size: 22px;
	font-weight:normal;
	text-align: center;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}

.font_red {
    color: #F44336;     /* 文字色指定 */
}

.font_blue {
    color: #009FE8;     /* 文字色指定 */
	text-decoration: underline;
}


@media (max-width: 750px) {


}




/* SEC01 ABOUT
------------------------------------------------------------*/

.col1{ 
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 120px;
	
	
 }		

.col1 h2 {
	width:100%;
	font-size: 50px;
}

.col1 p {
	width:100%;
	text-align: center;
	font-size: 18px;
	
}




/* SEC02 MEMBER
------------------------------------------------------------*/
#sec02{
	background: url(../images/mochi.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	width: 100%;
	height: auto;
	object-fit: contain;
	color: #000000;
	text-align: center;
	background-position: center center;
	
}

.col2{
	width: 100%;
	height: auto;
	padding-bottom: 70px;
	align-items: center;
}


.col2 h2{
	font-size: 50px;
}

.col2 p{ 
    text-align: center;
	width: 0 auto;
	font-size: 16px; 
	
	
	
}
.col2 p{ 
    text-align: center;
	width: 0 auto;
	font-size: 18px; 


	
}


/*社員情報*/

.syain-img p{
  padding: 0px 0 0;
  font-size: 4px;
  text-align: center;
  position: relative;
  top: 5px;
  bottom: 15px;
	font-size: 16px;
}

.syain-img{
  margin: 20px auto;
  width: 100%;
	max-width: 100px;
  height: 100px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
}


@media (max-width: 900px) {


	
.syain-img{
  margin: 20px auto;
  width: 50%;
	max-width: 70px;
  height: 70px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  object-fit: contain;
 
}


}

/* SEC03 WORKS
------------------------------------------------------------*/
.col3{
	width: 100%;
	height: auto;
	padding-top: 10px;
	margin-bottom:50px;
	text-align: center;
}
	
.col3 h2{
	font-size: 50px;
}

.col3 img{
	max-width: 400px;
    padding-top: 0px;
	
}
@media (max-width: 750px) {
.col3 img{
	width: 80%;
    padding-top: 10px;
	
}
}

/*  WORKS ページ
------------------------------------------------------------*/
.works-link {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom:90px;
	text-align: center;
}

.works-link img{
	width: 20%;
    padding-top: 0px;
			
}
@media (max-width: 641px) {
.works-link img{
	width: 40%;
    padding-top: 0px;
	padding-left: 10px;
}
}
	


/* 問い合わせ2 ページ
------------------------------------------------------------*/



.col9 h2{
	width: 100%;
	margin: 0 auto;
	font-size: 50px;
	color:  #000;
	padding-bottom: 0px;
}

.col9 h3{
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	color:  #000;
	padding-bottom: 0px;
}

#formWrap {
	width:100%;
	height: auto;
	margin: 50px 0 50px 0px;

}
form{
	width:80%;
	max-width:800px;
	height: auto;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	
}
#formWrap p{
	text-align: center;
	padding:0px 0px 15px 0px ;
	font-size: 16px;
	
}



.text { 
	width: 100%;
	height: auto;
	font-size: 16px;
	padding:20px 0px 30px 0px ;
	text-align: center;
	line-height: 22px;
	

}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:20px;
	font-size: 16px;
	line-height: 1.5em;
	
	
}

table.formTable td{
	background:#fff;
}
table.formTable th{
	width:35%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	
}

input[type="text"]{
width:80%;
height:80%;
font-size: 15px;
}

.input[type="text"] p{
	width: 100%;
text-align: left;
font-size: 10px;
}

select{
width:80%;
height:25px;
font-size: 15px;
}

 table.formTable textarea {
	width:85%;
	height:300px;
	padding:8px;
	font-size:110%;
	
}

input[type="submit"], input[type="reset"], input[type="button"] {
	width: 100%;
	max-width: 20%;
	height: 45%;
	border-radius: 20px;
	background-color: #FFEE88;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	font-weight:200;
	color:#000;
	margin: auto;
	
}
/*　お問い合わせ　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
	
@media screen and (max-width:750px) {

.col9 h2{
	width: 100%;
	margin: 0 auto;
	font-size: 30px;
	color:  #000;
	padding-bottom: 0px;
}

.col9 h3{
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color:  #000;
	padding-bottom: 0px;

}

	
.text { 
	width: 100%;
	height: auto;
	font-size: 12px;
	padding:20px 0px 30px 0px ;
	text-align: center;
	line-height: 24px;
	
}
	
#formWrap {
	width:100%;
	height: auto;
	margin: 50px 0 30px 0px;
	

}
form{
	max-width:80%;
	height: auto;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
	
}
	
#formWrap p{
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
}


table.formTable td {
	width:85%;
	display:block;
	text-align: center;
}

table.formTable td input{
	width:95%;
	

}
table.formTable th {
	width:85%;
	display:block;
	text-align: center;
	margin-top:5px;
	border-bottom:0;
	height: 15px;		
}

input[type="text"] {
	width:90%;
	height:10px;
	padding:8px;
	font-size:110%;
	
}
.attention p{
	text-align: left;
		
	}
	
 table.formTable textarea {
	width:95%;
	height:100px;
	padding:8px;
	font-size:110%;
	
}	

	
input[type="submit"], input[type="reset"], input[type="button"] {
	width: 100%;
	max-width: 170px;
	max-height: 30px;
	font-size: 14px;
	
}
	
select{
width:90%;
height:25px;
font-size: 15px;
}

}




/* 問い合わせ ページ
------------------------------------------------------------*/

.col8 {
	width: 100%;
	height: 700px;
}


.col8 h2{
	width: 50%;
	margin: 0 auto;
	font-size: 50px;
	color:  #F4E131;
	
}

.col8 form{
    width: 34%;
	margin: 0 auto;
	max-width: 500px;
	widows: inherit;
	font-size: 16px;
}



/* company ページ
------------------------------------------------------------*/
.col7 {
	width: auto;

}

.col7 h2{
	width: 100%;
	margin:30px auto;
	font-size: 50px;
	color:  #F4E131;
	text-align:center;
}


table.company {
width:70%;
margin:0px auto;
margin-bottom: 50px;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 15px;
}

table.company th,
table.company td {
padding: 14px;
}

table.company th {
background: #F4E131;
vertical-align: middle;
text-align: center;
width: 80px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
font-size: 18px;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #F4E131;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #F4E131 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #f8f8f8;
width: 300px;
padding-left: 40px;
}


/* ABOUT ページ
------------------------------------------------------------*/

.col4 {
	width: 100%;
	height: 400px;
}


.col4 h2{
	width: 100%;
	font-size: 50px;
	color:  #F4E131;
	
}
.col4 img{
	max-width: 350px;
	margin: 10px auto;
	font-size: 20px;
	color:  #565656;
}
.col4 p{
	text-align: center;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

@media only screen and (min-width: 1200px){
	.inner{
		width: 100%;
		padding-bottom: 120px;
	}
	section h2{
		padding: 70px 0 20px;
	}
	.txt h2{
		padding: 0 0 20px !important;
	}
}

@media only screen and (min-width: 950px){
	body{
		font-size:12px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
		
	}

	
	#mainnav ul{
		width: 100%;
		text-align: center;
		padding: 20px 0px 20px 0px;
		position: absolute;
	}

	
	#mainnav li{
		margin: 0px 10px 0 10px;
		display: inline-block;
		padding: 0.2em 1.5em;
	    font-weight: bold;
        background-color: rgba(255,255,255,0.10);/*文字色*/
        border: solid 3px #000000;/*線*/
        border-radius: 10px;/*角の丸み*/
	}
	
  #mainnav a{
		color: #000000;
	    font-size: 18px;
	}
	
	#mainnav.changeNav{
		background: rgba(255,255,255,.9);
		border-bottom: 1px solid #d1d1d1;
	}
	
	#mainnav.changeNav li{
		padding: 20px 10px;
	}

	/* SEC02 MESSAGE
	-----------------*/
	.txt, .bg{
		width: 50%;
		float: left;
		display: table;
	background: #f6f6f6;
	}

	#sec02_02 .txt, #sec02_02 .bg{
		float: right;
	}

	.vMid{
		display: table-cell;
		padding: 0 100px;
		vertical-align: middle;
	}
	
	/* SEC03 SERVICE MESSAGE STORY
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 30%;
		padding: 0 1.5%;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
	/* SEC05 PROFILE
	-----------------*/
	#sec05{
		padding-top: 120px;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}

@media only screen and (min-width: 641px){
	.col2 li{
		width: 40%;
		padding: 0 3%;
		vertical-align: top;
	}
}

@media only screen and (max-width: 640px){
	#map iframe{
	  width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 1000px){
	#slogan h1{
		font-size: 31px;
	}

	#slogan h2{
		font-size: 16px;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 50px;
  	height: 35px;
  	margin: 15px 20px 0px 10px;
	background: url("../images/nav_btn.png");
	background-size:cover;
	
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 56%;
  	left: 43%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -6px;
  	background: #fff;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #fff;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}
	
	#mainnav{
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}
	

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.col3 li{
		margin: 0 auto;
		display: block;
	max-width: 288px;
	}
}

@media only screen and (max-width: 1199px){
	section h2{
		padding: 50px 0 20px 0;
	}
	#sec01 h2{
		padding: 70px 0 20px;
	}
	.vMid{
		padding: 0 20px;
	}
}

/*スクロールボタン*/
#PageTopBtn {
    position: fixed;
    bottom: 20px;
    right: 10px;
}
#PageTopBtn a {
    display: block;
    text-decoration: none;
    text-align: center;
    outline: none;
}
#PageTopBtn img {
	width: 60%;
	height: auto;
	display: block;
    text-decoration: none;
    text-align: center;
    outline: none;

	
}
#PageTopBtn a:hover {
    text-decoration: none; 
}
@media only screen and (max-width: 750px){
/*スクロールボタン*/
#PageTopBtn {
    position: fixed;
    bottom: 25px;
    right: -15px;
}
#PageTopBtn a {
    display: block;
    text-decoration: none;
    text-align: center;
    outline: none;
}
#PageTopBtn img {
	width: 60%;
	height: auto;
	display: block;
    text-decoration: none;
    text-align: center;
    outline: none;
	}
}
