@charset "utf-8";
/* CSS Document */
/* CSSファイル */

/* ------------------------------------------------------------

	RESET
	
------------------------------------------------------------ */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------

	BASE
	
------------------------------------------------------------ */

body {
	color: #66381F;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 88%;
	line-height: 1.8;
	background: #FDF8E5;
}

body,html{height:100%; width:100%;}


/* start: clearfix ------------------------------ */

/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{clear: both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom: 1;}

/* end: clearfix ------------------------------ */

/* ------------------------------------------------------------

	LINK
	
------------------------------------------------------------ */

a {
	color: #69BEBA;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #69BEBA;
	text-decoration: none;
}

a img { border: 0; outline:none; vertical-align: bottom;}
a:hover img.opa {
    filter:alpha(opacity=75);  /* IE7以下用 */
    -ms-filter: &quot;alpha(opacity=75)&quot;; /* IE8用 */
    -moz-opacity:0.75; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.75;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.75; /* Firefox 1.5以上, Opera, Safari用 */
}


/* ------------------------------------------------------------

	# CONTAINER
	
------------------------------------------------------------ */

#container{
	width:100%;
	position: relative;
	overflow: hidden;
}


/* ------------------------------------------------------------

	# HEADER	
	
------------------------------------------------------------ */

#header{
	background: url(../img/common/bg_visual.png) repeat;
	margin-bottom: 60px;
	position: relative;
	width: 100%;
}
#header #description{
	background: #111;
	color: #aaa;
	font-size: 72%;
	height: 20px;
}
#header p{
	margin: 0 auto;
	width: 960px;
}
#header #nav{
	background: url(../img/common/bg_header.png) repeat;
	height: 95px;
	position: absolute;
	overflow: hidden;
	width: 100%;
	z-index: 100;
}
#header #nav div{
	margin: 0 auto;
	width: 960px;
}
#header #nav h1{
	background: #000;
	float: left;
	height: 95px;
	padding-top: 16px;
	text-align: center;
	width: 250px;
}
#header #nav ul{
	float: right;
	width: 695px;
}
#header #nav li{
	float: left;
	margin-left: 1px;
}

/* ------------------------------------------------------------
	VISUAL
------------------------------------------------------------*/

#header #visual{
	left: 50%;
	margin: 0 0 0 -600px;
	position: relative;
	width: 1200px;
}
#header #pageVisual{
	left: 50%;
	margin: 0 0 0 -600px;
	position: relative;
	width: 1200px;
}
#header #visual img,
#header #pageVisual img{
	vertical-align: bottom;
}

/* ------------------------------------------------------------

	# CONTENTS	
	
------------------------------------------------------------ */

#contents{
	margin: 0 auto 100px;
	position: relative;
	width: 960px;
}

/* start: clearfix ------------------------------ */

/* For modern browsers */
#contents:before,
#contentsf:after {
    content:"";
    display:table;
}
#contents:after{clear: both;}
/* For IE 6/7 (trigger hasLayout) */
#contents { zoom: 1;}

/* end: clearfix ------------------------------ */


/* ------------------------------------------------------------


	■ MAIN
	
	
------------------------------------------------------------ */

#main{
	float: left;
	width: 670px;
}
/* start: clearfix ------------------------------ */

/* For modern browsers */
#main:before,
#main:after {
    content:"";
    display:table;
}
#main:after{clear: both;}
/* For IE 6/7 (trigger hasLayout) */
#main { zoom: 1;}

/* end: clearfix ------------------------------ */


/* ------------------------------------------------------------


	■ SIDE
	
	
------------------------------------------------------------ */

#side{
	float: right;
	width: 245px;
}
#side img{
	margin-bottom: 7px;
}
#side .fb-like-box{
	background: #fff;
	border: #755C46 1px solid;
	margin: 35px 0;
}
#side #access iframe{
	border: #755C46 3px solid !important;
}


/* ------------------------------------------------------------
	COMMON
------------------------------------------------------------*/

#main p{ margin-bottom: 1.2em;}
#side p{ margin-bottom: 1.2em;}


/* ------------------------------------------------------------


	■ PAGE TOP
	
	
------------------------------------------------------------ */

#pagetop{
	background: url(../img/common/bg_stripeBraun.png) repeat;
	height: 35px;
	width: 100%;
}
#pagetop p{
	margin: 0 auto;
	text-align: right;
	width: 960px;
}

/* ------------------------------------------------------------


	■ FOOTER
	
	
------------------------------------------------------------ */

#footer{
	background: #56442E;
	color: #fff;
	padding: 30px 0 35px;
	width: 100%;
}
#footer .footWrap{
	background: url(../img/common/copy.png) no-repeat right bottom;
	margin: 0 auto;
	width: 960px;
}
#footer .footWrap #about{
	float: left;
}
#footer .footWrap h1{
	margin-bottom: 10px;
}
#footer .footWrap dl{
	line-height: 1.6;
}
#footer .footWrap dt{
	font-weight: bold;
	margin-bottom: .7em;
}
#footer .footWrap dd{
	font-size: 93%;
}
#footer .footWrap #footContact{
	float: right;
}

/* SIDE */

.insta_btn {
	display: flex;
	text-align: center;
	justify-content: space-between;
	color: #66381F;
	text-decoration: none;
	align-items: center;
	background-color: #fff;
	padding: 12px;
}

.mt-7 {
	margin-top: 7px;
}

.mt-16 {
	margin-top: 16px;
}


.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
	border-radius: 13px;/*角丸に*/
}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

.insta_text {
	width: 80%;
}

/* ここから下がボタンのCSS　*/
.btn-circle {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  background-color: #e46b8a;
  letter-spacing: 1.5px;
	width: 100%;
	max-width: 197px;
  text-align: center;
  padding: 24px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.4s;
  overflow: hidden;
  border: none;
}
.btn-circle:before {
  content: "";
  display: block;
  width: 180px;
  height: 220px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 100%);
  transition: all 0.4s;
  pointer-events: none;
}
.btn-circle:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  transition: all 0.4s;
}
.btn-circle:hover {
  color: #66381F;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-circle:hover:after {
  width: 0;
  height: 0;
  border-radius: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  right: 12px;
}
.btn-circle:hover:before {
  transform: translate(-12px, 60px);
}
.btn-circle span {
  position: relative;
  z-index: 99;
}

.btn2 {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 1.7;
	text-align: center;
	padding: 12px;
	background-color: #755C46;
	margin-top: -7px;
	margin-bottom: 7px;
	letter-spacing: .1em;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}