@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #F6F6F6;
	font-family: "小塚ゴシック Pr6N","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
	line-height: 2.2;
}

.font_mincho {
	font-family: "小塚ゴシック Pr6N","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	filter: brightness(120%);
}

li {
	list-style-type: none;
}

a {
	color: #000;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #FFA4A4;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}


#top_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 320px;
}

.top_catch div img {
    width: 100%;
}

.text_01 {
    font-size: 500%;
    padding: 0 50px;
    font-family: "メイリオ","小塚ゴシック Pr6N","游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    font-weight: bold;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

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

.content .cont_wrap .box_left {
	width: 100%;
	float: none;
}
.content .cont_wrap .box_right {
	width: 100%;
	float: none;
	overflow: hidden;
}

.content .cont_wrap .box_right .fb-page {
	width: 100% !important;
}

.works_list li {
	width: 33.33%;
}

.g_list li {
	width: 33.33%;
}

}

@media screen and (min-width: 1660px){
header h1 a img {
    left: 50%;
    margin-left: 15%;
}
header #g_navi {
    right: 10%;
    margin-right: 5%;
}
}

@media screen and (max-width: 1660px){
header h1 a img {
    left: 10%;
    margin-left: 2%;
}
header #g_navi {
    right: 5%;
    margin-right: 2%;
}
}


/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	position: absolute;
	z-index: 300;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-align: center;
}


/*
フッター
-------------------------------------------*/

footer {
	background-color: #F2DBCE;
	color: #3F1F0A;
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
    text-decoration: none;
}

footer .cont_wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

footer .cont_wrap .f_box {
    margin: auto;
    display: flex;
    width: 100%;
}

footer .cont_wrap .f_box a:hover {
    opacity: 0.5;
}

footer .cont_wrap ul {
	padding: 20px;
    display: flex;
    margin: auto;
    text-align: center;
}

footer .cont_wrap ul li a {
	display: block;
	text-decoration: none;
	font-size: 100%;
	color: #3F1F0A;
    padding: 0 10px;
}

footer .cont_wrap ul li.contact a {
	background-color: #FFA4A4;
    color: #000 !important;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 10px;
    border-radius: 50px 50px;
}

footer .cont_wrap ul li.contact a::before {
	display: none;
}

footer .cont_wrap ul li.contact a:hover {
	background-color: #fff;
	color: #FFA4A4 !important;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	padding: 20px;
	text-align: center;
	letter-spacing: 1px;
}

footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	color: #555;
	letter-spacing: 1px;
	background-color: #E5E5E5;
	padding-top: 18px;
	line-height: 22px;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #555;
}

ul.flex img{
    width: 50%;    
}


/*
コンテンツボックス
-------------------------------------------*/

.box_cont {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

.box_cont .box_c_in {
	width: 48%;
	min-height: 200px;
	padding: 10px;
	border: 1px solid #DDD;
	margin-bottom: 30px;
}

.box_cont .box_c_in:hover {
	background-color: #FFF;
	border-top-color: #111;
	border-right-color: #111;
	border-bottom-color: #111;
	border-left-color: #111;
}

.box_cont .box_c_in img {
	max-width: 100%;
	padding: 20px;
}

.content .box_cont .box_c_in h2 {
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	padding-top: 10px;
}



@media screen and (min-width:960px){
body {
	font-size: 16px;
}
}
/*
ヘッダー
-------------------------------------------*/
header {
	height: 90px;
}


header h1 a img {
	text-align: center;
    margin: auto;
    padding-top: 30px;
}


/*
ヘッダー
-------------------------------------------*/

#main_bg {
    background-image: url(../img/main_img_01.jpg);
    background-repeat: no-repeat;
    min-height: 90vh;
    background-size: cover;
}


/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}


/*-- /960px～ --*/