@charset "UTF-8";

/* リセット */
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;}

@font-face {
font-family: 'Magnolia-Script';
font-style: normal;
font-weight: normal;
src: url('font/Magnolia_Script.woff') format('woff'),url('Magnolia_Script.ttf') format('truetype');
}
/*Magnolia Script is a trademark of Tanya Cherkiz & Jovanny Lemonad
Copyright (c) 2016 by Tanya Cherkiz & Jovanny Lemonad. All rights reserved.*/


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 560px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

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


a{
    color: #0066ff;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-size: 1.2em;
}

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

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

/* ヘッダ
----------------------------------------*/
#header{
	text-align: center;
}

#header h1{
    padding-top: 30px;
    letter-spacing: normal;
    font-size: 1.2em;
}

#mainnav a{
    color: #000;
    text-align: center;
    font-family: 'Magnolia-Script';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.3em;
    padding-bottom: 20px;
    font-size: 1.1em;
}

#mainImg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 528px;
    font-size: 1em;
}

#mainImg img{
	position: absolute;
  left: 50%;
	max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}


/* 全てに共通
------------------------------------------------------------*/
#sec01 header .kazari {
    margin: 0 auto;
    width: 100%;
}
header .kazari img {
    width: 10%;
}

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

section{
	clear:both;
	padding-top: 60px;
}
#sec01 header h1 {
    width: 70%;
    margin: 0 auto 40px;
    font-family: source-han-serif-japanese, serif;
font-weight: 500;
font-style: normal;
    color: #de6187;
    margin-top: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.3em;
    font-size: 1.3em;
    text-align: center;
    line-height: 2em;
}

#sec01 header {
    text-align: center;
}

section h2{
    font-family: 'Magnolia-Script';
font-weight: 400;
font-style: normal;
    width: 60%;
    margin: 0 auto 40px;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0.3em;
}

section h3  {
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    width: 60%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0.2em;
}
#sec02 header p {
    text-align: center;
    font-family: source-han-serif-japanese, serif;
    font-weight: 400;
    font-style: normal;
    width: 60%;
    letter-spacing: 0.5em;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: x-small;
}

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

.text{
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-bottom: 80px;
    letter-spacing: 0.2em;
    color: #000000;
    font-family: essonnes-text, serif;
    font-weight: 400;
    font-style: normal;
    font-size: small;
    padding-top: 20px;
    line-height: 2;
}
.small{
    font-size: 90%;
    letter-spacing: 0.04em;
}


	
	


/* レスポンシブ
------------------------------------------------------------*/
@media only screen and (min-width: 1280px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 561px){
	body{
		font-size:14px;
	}
	 a#menu{
		display:none;
	}	
    .panel{
		display:block !important;
	}
    #mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
    
    /* SEC03 profile
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}

}
@media only screen and (max-width:960px){
    a{
    font-size: 1em;
}
    header .kazari img {
    width: 12%;
}
    
}

@media only screen and (max-width: 560px){
    .br::before {
	content: "\A" ;
	white-space: pre ;
}
    
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
    position: relative;
    width: 100%;
    height: 70px;
    background-color: rgba(255,255,255,5);
    
	}
	
	#header h1{
    padding-top: 10px;
    font-size: 1em;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	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: 0;
		z-index: 100;
	}

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

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

	#mainnav li a{
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 0px solid #ccc;
    color: #000;
    text-align: center;
    font-family: 'Magnolia-Script';
font-weight: 400;
font-style: normal;
    background-color: #fff;
    font-size: 1em;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
    #sec01 header h1 {
        font-size: 1em;
        
    }
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
    #sec01 header h1{
        width: 85%;    
    }
    .text{
        width: 85%;   
    }
    header .kazari img {
    width: 20%;
}
}


/* ここからフッター
-----------------------------------------*/
.FooterWrap {
    background-color: #fbe3e6;
}
.Footer div img {
    margin-top: 50px;
    margin-bottom: 20px;
}
.TextImage img {
        vertical-align: bottom;
}
.ContentsWrap .FooterWrap {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.Footer {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}
.Copyrights {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px
        ;
    width: 100%;
    text-align: center;
    color: #000000;
    font-family: essonnes-display, serif;
font-weight: 400;
font-style: normal;
    font-size: x-small;
}
