
@import url(https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:300,400,700);
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Medium"); }
@font-face { font-family: "Yu Gothic M"; src: local("Yu Gothic Bold"); font-weight: bold; }
/*--------------------------------------------------------*/

/*  フォントと背景　*/

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

body {
	font-size:14px;*font-size:small;*font:x-small;font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.8em;
	background-color: #FFF;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

body img{
	vertical-align:bottom;
	border:0;
	font-size:0;
	line-height:0;
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	-webkit-backface-visibility: hidden;
}

p.contents {font-size: 100%; color: #333;}
p.contents_s {font-size: 85%; color: #333;}
p.contents_l {font-size: 110%; color: #333;}

a {text-decoration: underline;}
a:link {color:#1841ce;}
a:visited {color:#1841ce;}
a:active {color:#1841ce;}
a:hover {color:#1841ce; text-decoration: none;}

a {
overflow: hidden;
}

a.underline{
	text-decoration: underline;
}
a.underline:hover{
	text-decoration: none;
}

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

/*  ヘッダー　*/

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

@media print, screen and (min-width: 768px){

header{
	width:960px;
	margin:0 auto;
}

header h1.site_h1{
	text-align:center;
	padding:10px 0;
	font-size:10px;
	font-weight:normal;
	color:#888;
	line-height:1.5em;
	letter-spacing:0.8px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

header{
}

header h1.site_h1{
	display:none;
}

}

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

/*  メインナビゲーション　*/

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

@media print, screen and (min-width: 768px){

.navBox{
	padding:5px 40px 20px;
}

.navBox nav{
}

.navBox nav ul{
	display:flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.navBox nav ul li {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	line-height:1.5em;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing:0.5px;
	font-weight:500;
	white-space: nowrap;
	margin-left:25px;
	margin-bottom:3px;
}

.navBox nav ul li a{
	display:block;
	text-align:center;
	padding:0 0 0 5px;
	text-decoration:none;
	color:#DD779C;
}

.navBox nav ul li a span{
	display:block;
	padding-top:1px;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	color:#DD779C;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.5px;
	white-space: nowrap;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.navBox nav ul li a:hover{
	text-decoration:none;
	color:#D7BDA2;
}

.navBox nav ul li img.instagram{
	vertical-align:top;
	padding-top:3px;
	margin-right:10px;
	width:16px;
}

}

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

.navBox{
	display:none;
}

.navBox nav{
}

}

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

/*  レイアウト　*/

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

@media print, screen and (min-width: 768px){

#container{
	width:960px;
	margin:0 auto;
	background-color:#FCF7F3;
}

#container #container_inner{
	padding:20px 20px;
}

#container #container_inner .white_space{
	background-color:#FFF;
	width:840px;
	margin:0 auto;
	padding:30px 30px 60px;
}

}

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

#container{
}

#container #container_inner{
}

#container #container_inner .white_space{
}

}

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

/*  スマホ用 ハンバーガーメニュー　*/

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

@media print, screen and (min-width: 768px){

#toggle {
	display:none;
}
.toggleWrap {
	display:none;
}

}

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

#toggle {
	display: block;
	background: #D7BDA2;
	color: #FFF;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 8%;
	position: fixed;
	top: 22px;
	right: 15px;
	z-index: 999;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-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;
	cursor:pointer;
}
.trigger,
.trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger {
	position: relative;
	width: 28px;
	height: 18px;
}
.trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 4px;
}
.trigger span:nth-of-type(1) {
	top: 0;
}
.trigger span:nth-of-type(2) {
	top:8px;
}
.trigger span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.trigger span:nth-of-type(3) {
	bottom: 0;
}
.trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) scale(0);
	transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) scale(0);
	transform: translateY(-8px) scale(0);
}

.toggleWrap {
	background-color:rgba(255,255,255);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.toggleWrap .toggleWrap_inner{
}

ul.mainNav{
	padding:45px 0 0 0;
	z-index:100;
}

ul.mainNav li {
	text-align:center;
	font-family: 'Roboto Condensed', "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:1.5em;
	letter-spacing:0.7px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	margin-bottom:20px;
}

ul.mainNav li a{
	color:#DD779C;
	text-decoration:none;
	padding:10px 20px;
}

ul.mainNav li a:hover{
	color:#D7BDA2;
	text-decoration:none;
}

.toggleWrap .toggle_logo{
	position:fixed;
	width:100%;
	z-index:-100;
	bottom:40px;
}

.toggleWrap .toggle_logo .toggle_logo_inner{
	text-align:center;
}

.toggleWrap .toggle_logo .toggle_logo_inner img{
	width:80px;
}

.toggleWrap .toggle_logo p.toggle_add{
	margin-top:20px;
	text-align:center;
	font-size:11px;
	font-weight:normal;
	color:#888;
	line-height:1.5em;
	letter-spacing:0.5px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

.hide {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.animation {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.no-scroll {
	overflow: hidden;
}

}

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

/*  コンテンツスペース　*/

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

@media print, screen and (min-width: 768px){

#bodySec {
	margin: 0 auto;
}

}

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

}

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

/*  フッター　*/

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

@media print, screen and (min-width: 768px){

footer {
	width:960px;
	margin:30px auto;
}

footer .foot_logo{
	text-align:center;
}

footer .foot_logo img{
	width:68px;
}

footer p.foot_add{
	margin-top:15px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	color:#555;
	line-height:1.5em;
	letter-spacing:0.8px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer p.copyright{
	margin-top:5px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#D7BDA2;
	line-height:1.5em;
	letter-spacing:0.8px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

footer {
	padding:80px 0 40px;
}

footer .foot_logo{
	text-align:center;
}

footer .foot_logo img{
	width:68px;
}

footer p.foot_add{
	margin-top:15px;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	color:#555;
	line-height:1.5em;
	letter-spacing:0.8px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

footer p.copyright{
	margin-top:5px;
	text-align:center;
	font-family: 'Roboto',sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#D7BDA2;
	line-height:1.5em;
	letter-spacing:0.8px;
	font-feature-settings : "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}

}

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

/*  ページトップボタン　*/

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

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

#page-top {
	position: fixed;
	bottom: 0px;
	right: 15px;
	font-size: 12px;
	line-height:1.3em;
	font-family: 'Roboto Condensed',sans-serif;
	font-weight:400;
	font-feature-settings : "palt";
	letter-spacing:1.0px;
}
#page-top a {
	background: #C09A6E;
	text-decoration: none;
	color: #FFF;
	width: 56px;
	padding: 10px 0 16px;
	text-align: center;
	display: block;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#page-top a:hover {
	text-decoration: none;
	background: #D7BDA2;
}

}

@media print, screen and (max-width: 768px){

#page-top{
	display:none;
}

}