@charset "utf-8";
/* CSS Document */

/*----------------------
	デフォルトスタイル
-----------------------*/
body,p,h1,h2,h3,h4,h5,h6,
span,small,strong,
div,ul,li,
figure,img,
header,footer,nav,section{
	border:none;
	outline:none;
	font-weight:normal;
}
*{
	 margin:0;
    padding:0;
}
html{
	font-size:62.5%;/* 10(base font size) / 16(Browser Default font size) = 0.625em * 100 = 62.5%  ベースフォントを10にする*/
}

img{
	vertical-align:top;
}
li{
	list-style:none;
}
em{
	font-style: normal;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 2px;

}

/*　基本レイアウト
-----------------------*/
body{
	background-color: #FFF;
	line-height: 2;
	font-family: 'Noto Sans JP','Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic, "YuGothic M", meiryo, sans-serif;
	font-size: 1.4rem;
	color: #382B2B;
	letter-spacing: 3px;
	min-width: 300px;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
a{
	color: #382B2B;
	text-decoration:none;
}
.linkStyle{
	color: #382B2B;
}
.linkStyle:hover{
}
#wrap{
	margin: 0 auto;
	width: 100%;
}


#contents{
	width: 1080px;
	margin: 0 auto;
}

/*　アーティクル
-----------------------*/
articl{
	margin: 0 auto;
}
/* ------------------------------
   main
------------------------------ */
#main{
	width:66%;
	margin-right: 2%;
	float: left;
}

/* ------------------------------
   side
------------------------------ */
#side{
	width:32%;
	float: right;
	margin-bottom: 60px;
}
#home_company{
	margin-bottom: 30px;
	background-color: #CFACCC;
	border-radius: 4px;
	padding: 20px;
}
#home_company div img{
	width: 100%;
}
#home_company h3 img{
	width: 106px;
	vertical-align: middle;
}
#home_company i{
	margin-right: 4px;
}
#home_company div a{
	background-color: #FFF;
	display: block;
	border-radius: 2px;
	padding: 4px 0px;
	margin: 0 auto;
	width: 200px;
	text-align: center;
	margin-top: 10px;
	transition: 0.6s;
}
#home_company div a:hover{
	background-color: #8C456D;
	color: #FFF;
}
#home_schedule{
	margin-bottom: 30px;
}

#home_contact{
	text-align: center;
	margin-bottom: 30px;
}
#home_contact div a{
	background-color:#8C456D;
	display: block;
	color: #FFF;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 20px;
	transition: 0.6s;
}
#home_contact div a:hover{
	background-color: #F4EDDC;
	color: #382B2B;
}
#home_memo{
	border:#F4F4F4 6px solid;
	padding: 10px;
	margin-bottom: 20px;
}
#home_memo a img{
	width: 100%;
}




/*　フッター
-----------------------*/
footer{
	clear: both;
	background-color: #F4EDDC;
	position: relative;
}
.footer{
	width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
}
.footer ul{
	margin-top: 20px; 
}
.footer ul li{
	display: inline-block;
	margin-right: 10px;
}
.footer ul li span{
	color: #8C456D;
}
.footer ul li a{
	transition: 0.6s;
}
.footer ul li a:hover{
	opacity: 0.6;
}
.copy{
	background-color: #382B2B;
	color: #FFF;
	font-size: 1rem;
}
.copy p{
	width: 1080px;
	margin: 0 auto;
	padding: 10px 0;
}
.copy a{
	color: #FFF;
}
/*　ページトップ
-----------------------*/
#pageTop{
    bottom: 10px;
    right: 40px;
	position: absolute;
}
#pageTop a img{
	width: 95px;
	height: 90px;
	transition: 0.6s;
}
#pageTop a:hover img{
	opacity: 0.6;
}


.hide {display:none;}

.clearfix:after{
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}
.spbr{
	display: none;
}
.menu-btn{
	display: none;
}
#top-head{
	display: none;
}




/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1110px){

#contents{
	width: 90%;
}
#home_contact a{
	font-size: 1.2rem;
}
#home_contact a img{
	width: 100%;
}
.footer{
	width: 90%;
}
.copy p{
	width: 90%;
}
}
/*ここからタブレット用（900px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 946px){
.menu-btn{
	display: block;
}
#top-head{
	display: block;
}
	/* ハンバーガーメニュー
--------------------*/
#home{
	width: 100%;
	margin: 0 auto;
    height: 50px;
	text-align: center;
	padding-top: 11px;
	position: relative;
}
p.logo{
	width: 310px;
	text-align: center;
	display: block;
	left: 0;
	margin-left: 10px;
	position: absolute;
}
.inner {
    margin: 0 auto;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 100px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
 
/* Toggle Button */
#nav-toggle {
    position: absolute;
    right: 12px;
    top: 32px;
    width: 34px;
    height: 40px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #8C456D;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 11px;
}
#nav-toggle span:nth-child(2) {
    top: 22px;
}
#nav-toggle span:nth-child(3) {
    top: 33px;
}

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
		background-color: #FFF;
		height: 80px;
        width: 100%;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -530px;
        background:  #8C456D;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #FFF;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
    top: 19px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
            top: 19px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
#pageTop{
    right: 10px;
}
#pageTop a img{
	width: 60px;
	height: auto;
	}	
	
}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 830px ){

	#main{
		width: 100%;
		float: none;
	}
	#side{
		width: 100%;
		float: none;
	}
}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width : 400px ){
p.logo{
	width: 200px;
}
#nav-toggle {
    top: 17px;
}
.footer ul li{
	display: block;

}
.spbr{
	display: block;
}
#pageTop{
    bottom: 10px;
	position: fixed;
}
.copy span{
	display: none;
}
}

@media only screen and (max-device-width:768px ) and (orientation:landscape) {
	#global-nav {
	overflow: scroll;
	height: 80vh;
}
}
