#top-head p.logo{
	display: none;
}
article.col1,section.col1,footer{
	min-width: 960px;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	#top-head p.logo{
		display: block;
	}
	article.col1,section.col1,footer{
		min-width: 0;
		width: 95%;
	}
}

h2 + p,p.tel{
	margin-top: 20px;
	margin-bottom: 20px;
}
/*font*/
p.content{
	font-family: "Sawarabi Gothic";
}

/*link*/
a img:hover{
	opacity: 0.7;
}
li a img {
}
/* header */
#top-head .inner {
    width: 960px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
#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;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
	width: 960px;
	list-style: none;
    position: absolute;
    right: 0;
    font-size: 14px;
	background-image: url(../img/common/navLine.png) ;
	background-repeat: no-repeat;
	background-position: center
}
#global-nav ul li {
    float: left;
	width: 134px;
	text-align: center;
	margin: 0 6px 0 18px;
	color: #534741;
	font-family: "Sawarabi Gothic";
}
#global-nav ul li a{
	display: block;
	width: 134px;
	height: 34px;
	color: #534741;
	font-family: "Sawarabi Gothic";
}
#global-nav ul li a:hover{
	opacity: 0.7;
}
#global-nav ul li.activ{
	margin: 0 6px 0 17px;
}
#global-nav ul li span.en{
	color: #ccc;
	font-size: small;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.15em;
}
#global-nav ul li.activ span.en{
	color: #227C52;	
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 44px;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.4);}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    left: 18px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 82%;
    background: #666;
    left: 3px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}

@media screen and (max-width: 768px) {
	#top-head .inner{
		width: 100%;
 	}
	#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: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
		display: block;
		width: 154px;
        position: absolute;
        left: 6px;
		right: 0;
        top: 13px;
        color: #333;
        font-size: 26px;
		margin: 0 auto;
 	}
    #top-head.fixed .logo,
	#top-head .logo img{
	   height: 30px;	
	}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        left: -328px;
/*        background: #fff;*/
        width: 200px;
        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 {
		width: auto;
		height: 2000px;
		list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		background-image: none;
		background-color: rgba(255,255,255,0.85);
    }
    #global-nav ul li {
		float: none;
		width: 100%;
		text-align: left;
		margin: 0;
		position: static;
/*   		background-color: rgba(255,255,255,0.7);*/
	}
	#global-nav ul li.activ {
		float: none;
		width: 100%;
		text-align: left;
		text-indent: 42px;
		margin: 0;
		padding: 22px 0 22px 0;
		position: static;

    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
		height: auto;
        padding: 23px 0;
	    text-indent: 3em;
    }
    #top-head #global-nav ul li a:active,
	#top-head.fixed #global-nav ul li a:active{
		 rgba(255,255,255,1);
	} 
    #top-head #global-nav ul li a span.en,
	#top-head.fixed #global-nav ul li a span.en,
	#top-head #global-nav ul li span.en,
	#top-head.fixed #global-nav ul li span.en{
	    display: none;
	}
    #nav-toggle {
        display: block;
    }
	#nav-toggle p{
        display: block;
		padding-top: 20px;
		color: #000;
		font-size: 0.7em;
		font-family: 'Josefin Sans', sans-serif;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -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: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(328px);
        -webkit-transform: translateX(328px);
        transform: translateX(328px);
    }
}
/*footer*/
footer{
	clear: both;

	background-color: #534741;
	text-align: center;
	min-width: 960px;
	width: 100%;
	padding: 8px 0;
	margin-bottom: 0;
}
footer small{
	font-family: 'EB Garamond', serif;
	color: #fff;

}
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  /*width: 35px;*/
  /*height: 35px;*/
  /*background-color: #9FD6D2;*/
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
img.fab{
    width: 50%;
}
@media screen and (max-width: 768px){
	footer{
		min-width: 0;
		width: 100%;
		padding: 8px 0;
	}
    #pageTop {
      right: 0;
    }
}

/*各ページ共通*/

/*メインビジュアル*/
.main-visual{
    position: relative;
    top: 84px;
    margin: 0 auto;
    min-width: 960px;
    width: 100%;
    height: auto;
}
.main-visual img{
    width: 100%;
    height: auto;
}
.main-visual img.logo{
    width: auto;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -181px;
    text-align: center;
}
article.col1{
    margin-top: 153px;
    text-align: center;
}
article.col1 h1{
    margin-bottom: 20px;
}
article h2 img,
article p img{
    margin-bottom: 10px;
}
section > h2{
    width: 290px;
    margin: 0 auto;
    margin-bottom: 40px;
}
section > h2 img{
    width: 100%;
}
section.col2{
    width: 960px;
    margin: 0 auto;
}
p{
    color: #4D4D4D;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: thin;
    font-size: 95%;
    line-height: 1.7em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 768px){
    #top-head h1{
    display: block;
    }
    .main-visual{
        min-width: 0;
        width: 100%;
        top: 50px;
        position: relative;
    }
    .main-visual img.logo{
        display: none
    }
    article.col1{
        margin: 78px 10px 30px 10px;
    }
    article h2 img,
    article p img{
        width: 98%;
        /*margin-bottom: 20px;*/
    }
    section.col2{
    width: 100%;
    }
    section > h2{
        width: 60%;
    }
}