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

/* 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: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	font-size: 20px;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #f9efe3;
}

a{
	color: #E8D9BB;
	text-decoration: none;
}

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

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


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #F9EFE3;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
	font-size: 20px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

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

section{
  clear: both;
}
section h1{
	width: 60%;
	margin: 25px auto;
	font-size: 32px;
	font-weight:normal;
	text-align: center;
}
section h2{
	width: 60%;
	margin: 70px auto;
	font-size: 32px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
}

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

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 18px;
}

/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#gallery{
	overflow: hidden;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
}


/* SEC03 BRAND
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
	font-size: 17px;
}
.col4 .img{
	margin: 0 auto;
}

.col4 li .detail{
	font-size: 17px;
	text-align: left;
}
.c-bg--sepia {
  background-image: url(/images/bg-record.jpg);
  background-size: 100% auto;
  background-repeat: repeat;
  background-position: top center;
}
.pg-index-reason__list, .pg-index-recommend .p-card__wrapper-secondary {
  margin-top: 4rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-radius--ll {
  border-radius: 2rem;
}
.c-border-light--grey-light {
  border: 8px solid #ccc;
}
.c-bg-light--white {
  background-color: #fff !important;
}
.pg-index-reason__list li {
  -webkit-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
  padding: 2rem;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 20px;
　　margin-top: 20px;
}
.c-radius--ll {
  border-radius: 2rem;
}
.c-border-light--grey-light {
  border: 8px solid #ccc;
}
.c-bg-light--white {
  background-color: #fff !important;
}
#commonNotice .noticeText p, h1, h2, h3, h4, h5, h6, li, ol, p, ul {
  margin: 0;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0;
}
#commonNotice, * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul {
  list-style-type: none;
}
.pg-index {
  color: rgba(51,51,51,.9);
}
.c-icon--ll::after {
  width: 45px;
  height: 45px;
  margin-left: .75rem;
}
.c-icon--record::before {
  background-position-x: calc(100%*0);
  opacity: .9;
  background-position-y: calc(100%*-43);
}
.c-icon--a::before, .c-icon--facebook::before, .c-icon--q::before, .c-icon--record::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-size: 1800% 4900%;
  background-image: url(/images/iconset_03.svg);
}
.c-icon--ll::before {
  width: 45px;
  height: 45px;
  margin-right: .75rem;
}
.c-font-weight--700 {
  font-weight: 700;
}
.c-font--hansans {
  font-family: source-han-sans-japanese,sans-serif;
}
.c-font--l {
  font-size: 1.414rem;
}
.c-flex--stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-flex, .c-flex--between, .c-flex--left, .c-flex--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pg-index-reason__list li h3 {
  margin-top: .25rem;
}
.c-font-weight--900 {
  font-weight: 900;
}
.c-font--hansans {
  font-family: source-han-sans-japanese,sans-serif;
}
.c-font--ll {
  font-size: 2rem;
}

/* SEC04 よくある質問
------------------------------------------------------------*/
#sec04{
	padding-bottom: 0 !important;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}
.article .title{
	font-size: 20px;
}
.article .detail{
	font-size: 17px;
}
.outline.w_narrow {
  max-width: 800px;
}
.outline {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.title02 {
  font-size: 2.25rem;
  margin-bottom: 80px;
}
.title02 {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.faq_area .faq_list > div div::before {
  height: 40px;
  width: 40px;
  font-size: 25px;
}
.faq_area .faq_list > div div::before {
  border-radius: 100%;
  content: "Q";
  background: #FFF;
  height: 30px;
  width: 30px;
  color: #CC9900;
  font-size: 18px;
  margin: 8px 0;
    margin-right: 0px;
  margin-right: 10px;
  font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic','游ゴシック体', YuGothic,'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.faq_area .faq_list > div div::before, .faq_area .faq_list > div div span {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
}
.faq_area .faq_list > div div {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  background: #CC9900;
  padding-left: 10px;
  margin-bottom: 20px;
  cursor: pointer;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

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

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* お問い合わせ導線 */
.contents__3{
    background-image: url(/images/portfolio.jpg);
}
.contents__3__box{
    width:90%;
    margin:0 auto;
    padding:50px  0;
}
.contents__3__box__title{
    font-size:22px;
    font-weight:800;
    color:#fff;
    margin-bottom:30px;
    line-height: 1.5;
}
.contents__3__box__button{

}
.contents__3__box__button__link{
    display:block;
    text-align:center;
    border:3px solid #fff;
    color:#fff;
    border-radius:5px;
    font-weight:700;
    padding:10px 0;
    margin-bottom:18px;
}
.contents__3__box__button__link__1{
    background: linear-gradient(
        180deg
        , #3eaa67 0%, #3eaa67 50%,#0e9541 50%, #0e9541 100%);
}
.contents__3__box__button__link__2{
    background: linear-gradient(
        180deg
        , #b84848 0%, #b84848 50%,#a61a1a 50%, #a61a1a 100%);
}
.contents__3__box__button__link__top{
    margin-bottom:4px;
    color:#fff;
    font-size:16px;
}
.contents__3__box__button__link__bottom{
    font-size: 25px;
    font-weight: 900;
    color:#fff;
}
.contents__3__box__button__link__bottom img{
    width:30px;
    vertical-align:sub;
    margin-right:8px;
    margin-bottom:3px;
}

@media screen and (min-width:800px){
    .contents__3__box__title{
        text-align:center;
        font-size:34px;
    	color: #333;
    }
    .contents__3__box__button{
        display:flex;
        justify-content:space-between;
    }
    .contents__3__box__button__link{
        width:480px;
        height:100px;
    }
    .contents__3__box__button__link__bottom{
        font-size: 35px;
        margin-top:-8px;
    }
    .contents__3__box__button__link__1 .contents__3__box__button__link__bottom img{
        margin-bottom:7px;
    }
    .contents__3__box__button__link__2 .contents__3__box__button__link__bottom img{
        margin-bottom:9px;
    }
}

.banner__active {
  transform: translate(0) !important;
}
.banner__fixed__wrap {
  background: rgba(0,0,0,0.7);
  position: fixed;
  bottom: 0;
  width: 80%;
  transform: translateY(100%);
  transition: .3s;
  z-index: 9999999;
}
.banner__fixed__left__link{
  display:block;
  height: 70px;
  line-height:70px;
  color:#fff;
  font-size:24px;
  text-align:center;
  font-weight:900;
  border-radius:3px;
  overflow:hidden;
}
.banner__fixed__right{
  width: 370px;
	vertical-align: bottom;
}
.banner__fixed__right__link{
  display: block;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 29px;
  text-align: center;
  font-weight: 900;
  border-radius:3px;
  overflow:hidden;
}
.banner__fixed__left__link:before{
  content:"";
  display:block;
  
}
.banner__fixed__left {
  width: 370px;
	vertical-align: bottom;
}
.banner__fixed {
  display: flex;
  justify-content: space-between;
  width: 760px;
  margin: auto;
  padding: 10px 0;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
	#wrapper{
		width: 100%;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 20%;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		background: #261b0d;
	}
	#sidebarWrap{
		margin-left: 60px;
	}
  	a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}
	
	#sidebar h1{
		padding: 30px 0;
	}

	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 24%;
		padding: 0 4%;
		vertical-align: top;
		text-align: center;
		font-size: 20px;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
		font-size: 18px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
}

@media only screen and (max-width: 799px){
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	
	#sidebarWrap{
		position: relative;
		width: 100%;
		height: 60px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 25px;
	}
	
  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	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: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#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);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}
	section h2{
		margin: 55px auto;
	}
}