@charset "utf-8";

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

Common
Drawer
Header
Footer
Home

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

/* Common
=================================================================================== */
html {
	overflow-y: scroll;
	font-size: 62.5%;
	width: 100%;
}
body {
	background-image: url (../images/common/img_background.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	letter-spacing: 0.02em;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
}
@media (max-width: 319px) {
  :root {
    font-size: 14px;
  }
}
@media (min-width: 320px) {
  :root {
    font-size: calc(0.875rem + ((1vw - 3.2px) * 0.4464));
  }
}
@media (min-width: 768px) {
  :root {
    font-size: 16px;
  }
}

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
p, blockquote,
table, th, td {
	line-height: 1.8;
	box-sizing:border-box;
	margin-top: 0
}
.cf:before,
.cf:after { content:""; display:table; 	}
.cf:after { clear:both; }
a,
img,
button {
	display: inline-block;
	-webkit-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
}
a:link { color: #1e90ff; text-decoration: ; }
a:visited { color: #1e90ff; text-decoration: none; }
a:hover { color: #cdab21; text-decoration: none; }
a:active { color: #cdab21; text-decoration: none; }
a:focus{ outline: none; }

img {
	vertical-align:top;
	width: 100%;
}

#container {
	position: relative;
	width: 100%;
}
.contents {
 width:100%;
 margin: 0 auto;
 position: relative;
}
.contents > .inner1 {
 width: 94%;
 max-width: 720px;
 margin: 0 auto 2rem;
}

.inner1 img {margin-top: -250px; margin-bottom: 56px}

@media screen and (max-width: 414px) {
.inner1 {
　　margin-bottom: 0;
}  .inner1 img {margin-top: -110px; margin-bottom: 20px}
}



hr {
	display: block;
	width: 100%;
	text-align: center;
	height:1px;
	border: 0;
	margin-bottom: 60px;
	background-color: #CCCCCC;
}

@media screen and (max-width: 414px) {
hr {
 margin-bottom: 46px;
}
}


.sp,
.sp-inline,
.sp-m,
.sp-m-inline {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
	.sp-inline {
		display: inline-block;
	}
	.pc {
    display: none;
  }
}
@media screen and (max-width: 414px) {
	.sp-m {
		display: block;
	}
	.sp-m-inline {
		display: inline-block;
	}
	.pc-m {
  display: none;
 }
}

.br-m,
.br-sp {
 display: none;
}
@media screen and (max-width: 768px) {
.br-m {
 display: block;
}
}
@media screen and (max-width: 414px) {
.br-sp {
 display: block;
}
}




.headline {
 padding-bottom:1.5rem;
 background:url(../images/common/img_item.png) center bottom no-repeat;
 font-size: 1.5rem;
	font-weight: bold;
 text-align:center;
 margin-bottom: 3.125rem;
}
.heading {
 font-size: 1.125rem;
 margin-top: 2.5rem;
}
.subhead {
 font-size: 1rem;
 margin-bottom: 0;
}
.lead {
 font-size: 1.0625rem;
 text-align: center;
}
.caption {
 font-size: 0.812rem;
 display: block;
 margin-bottom: 5px;
 font-weight: bold;
}

.font-small {
 font-size: 0.875rem;
}
.center {
	text-align: center;
}



/* button */
/*a.button {
 font-size: 1.25rem;
 color: #ffffff;
 display: block;
 text-align: center;
 width: 12.5rem;
 padding: 10px 0;
 text-decoration: none;
 background: #22B8B4;/*色
 margin: 0 auto;
 margin-top: 1.875rem;
}
a.button:hover {
 opacity: .7;
}*/




/* attention 
.list-atte {
	list-style-type: none;
	padding-left: 0;
}
.list-atte li {
	margin-left:1em;
	display: block;
	font-weight: normal;
}
.list-atte li span {
	display:inline-block;
	margin-left:-1em;
	width:1em;
}


.atte {
	padding-left:1em;
	color: #CC0000;
 position: relative;
}
.atte::before {
	content: "※";
 position: absolute;
 left: 0;
 top:0;
}



/* table
table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
table th {
 color: #FFFFFF;
 background: #2983C6;	
 padding: 10px 2px;
 border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
 font-weight: normal;
 width:50%;
}
table td {
	vertical-align: top;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 2px;
	background: #ECF3F8;
}*/



/* Drawer
==================================================================================== 
.drawer-navbar { display: none; }
@media screen and (max-width: 768px) {
.drawer-navbar { display: block; }
}
.navToggle {
 display: block;
 position: fixed;
 right: 8px;
 top: 30px;
 width: 44px;
 height: 50px;
 cursor: pointer;
 z-index: 11;
 text-align: center;
 background-color: rgba(255,255,255,0.3);
}
@media screen and (max-width: 414px) {
 .navToggle {
  top: 0.4rem;
  width: 44px;
  height: 50px;
  cursor: pointer;
  z-index: 11;
  text-align: center;
  background-color: rgba(255,255,255,0.3);
 }
}*/

/* Header
==================================================================================== */
.header {
 width: 100%;height:27.125rem;
 background: url(../images/common/img_kv.png) center top no-repeat;
 background-size:cover;
 margin-bottom:2.5rem;
}

@media screen and (max-width: 414px) {
.header {
  width:100%;height:auto;
 background: url(../images/common/img_kvsp.png) center top no-repeat;
 background-size:cover;
 
}
}

@media screen and (max-width: 414px) {
.header {
 padding: 0 0 2.1428rem;
}
}

.header .logo {
 margin:0 auto;
 padding: 7rem 0 4rem;
 text-align: center;
 padding-top:0rem;
}

@media screen and (max-width: 414px) {
.header .logo {
height: auto;
line-height: 20px;
}
}

@media screen and (max-width: 414px) {
	.header .logo img {width: 96%}}


.header h1{width;51.625rem;height:142px;background-color: rgba(0,0,0,.6);margin-bottom:0;}
.header h1 img {width:857px;margin-top:10px;}
.header h2 {font-size: 1.6875rem; margin-bottom: 0;color:#333333;text-shadow:none;background-color:rgba(196,213,44,.6);height:60px;
line-height: 60px}

@media screen and (max-width: 414px) {
.header h1 img {width:341px;
height: auto;
line-height: 0;
}
}

@media screen and (max-width: 414px) {
.header h2  {font-size:100%;line-height: 35px;height:auto;
}
}
@media screen and (max-width: 414px) {
.header h1 {height: auto;padding-bottom: 10px;padding-top: 5px;
	}	
	}

/* Footer
==================================================================================== */
.footer {
	background-color:#FFFFFF;
 padding: 1rem 0;
}
.footer .copyright {
	text-align: center;
 color: #383838;
 margin: 0;
 font-size: 0.75rem;
	padding-bottom: 60px;
}
.totop {
 position:fixed;
 bottom:0; left: 0;
 width: 100%;
 text-align: center;
 padding: 12px 0;color:#333333;background-color:#FFFFFF;

 box-shadow: 0 0 5px gray;} 

.totop img {width: 400px}

@media screen and (max-width: 414px) {
 .totop img {
  width: 94%;
 }
}
 
@media screen and (max-width: 414px) {
 .footer{
  position: relative;
  left:auto;
  top:auto;
  text-align: center;
 }
}

/* Contents
==================================================================================== 
.box {
  box-shadow: 0 2px 3px 1px rgba(0,0,0,0.2);
  border: 5px solid #9CCBC9;
  padding: 2.5rem;
  margin-bottom: 8.125rem;
 }
@media screen and (max-width: 320px) {
 .box {
  padding: 2.5rem 1rem;
 }
}*/
 

.left{width: 640px;float: left}
.left img {width:190px;padding-bottom:28px;}
.left p{margin-bottom: 30px;}

@media screen and (max-width: 414px) {
 .left {float: none;width: auto;
 }
}

@media screen and (max-width: 414px) {
 .left img {
  width: 134px;
 }
}

.right {float: right;width:358px;}
.right{width:320px;}

@media screen and (max-width: 414px) {
 .right img {
  width: 100px;
 }

 .right  {
  width: 100px;
 }
}


.midori{color:#82BE31;}
.left-text{width:480px; float:left;}
.right-text{width:480px; float:right;}




.text img {margin-bottom: 48px;}
.text h3{margin-bottom: 10px;}



  .text p {display:none;font-size: 12px;text-align: right; color:#7B7B7B; 
}
  


@media screen and (max-width: 414px) {
 .text p {display:block;margin-bottom: 35px;
  }
}


@media screen and (max-width: 414px) {
 .inner .text img{
  margin-bottom: 0;}
}

@media screen and (max-width: 414px) {
 .inner .text {
  margin-bottom: 30px;}
}

@media screen and (max-width: 414px) {
 .left-text{
  width:auto;float:none;
 }
}
@media screen and (max-width: 414px) {
 .right-text{
  width:auto;float:none;
 }
}
@media screen and (max-width: 414px) {
 .left p {
  width:auto; }
}



@media screen and (max-width: 414px) {
 .midasi h2{
  font-size: 18px;
 }
}

@media screen and (max-width: 414px) {
 .midasi {
  max-width: 340px; margin:0 auto; 
 }
}

.menu{text-align:center;background-color:#EAEFBF; height:220px;
      margin-bottom:21px;}
.menu h2 {background-color: #E1E994;height:50px;line-height: 50px }

.menu img {width:300px;padding: 6px; }

@media screen and (max-width: 414px) {
 .menu h2{
  font-size: 18px;line-height: 24px;padding: 10px;height:auto;
	} .menu h2 .break {display: block}
}

@media screen and (max-width: 414px) {
 .menu {
  height: 500px;
 }
}

@media screen and (max-width: 414px) {
 .menu img {
  padding-bottom: 8px;
 }
}

.access{text-align: center;}

.midori h2 {font-weight:normal;font-size:45px;font-family: "ヒラギノ角ゴ Pro W3";
	        line-height: 64px;margin-bottom: 10px;}
.midori h3 {font-weight:300;font-size:27px;font-family: "ヒラギノ角ゴ Pro W3";
            margin-bottom:10px}

@media screen and (max-width: 414px) {
 .midori h2{line-height: 32px;
  font-size: 24px;
 margin-bottom:10px
 }
}

@media screen and (max-width: 414px) {
 .br_sp{display:none;
 }
}



@media screen and (max-width: 414px) {
 .inner .midori h3{
  font-size: 18px;
 }
}

@media screen and (max-width: 414px) {
 .inner h3{
  font-size: 14px;
 }
}

@media screen and (max-width: 414px) {
 .inner .text h3{
  font-size: 18px;line-height: 24px;
 }
}


.inner h3 {font-size:24px;}

.contents > .inner {
 width: 94%;
 max-width: 1000px;
	margin: 0 auto 5rem;}

@media screen and (max-width: 414px) {
.contents > .inner {
 max-width: 340px;
 margin-bottom: 50px;
}
}


.photo {margin-top: 30px;font-size: 13px}
.photo-left {float:left;width:500px;clear: left;}
.photo-left img {width: 480px; margin-bottom: 10px;}

.photo-right {float:right;width:500px;}
.photo-right img {width: 480px; margin-bottom: 10px;}



@media screen and (max-width: 414px) {
 .photo-left {
  float:none;width: 100%;margin-bottom: 12px;
 }
}
@media screen and (max-width: 414px) {
 .photo-right {
  float:none;width: 100%;
 }
}

@media screen and (max-width: 414px) {
 .access{
  width: 94%;
  margin: 0 auto;
 }
}

@media screen and (max-width: 414px) {
 .photo{
  width: 94%;
  max-width:340px;margin: 0 auto;
 }
	.photo img {width:100%; height: auto; margin-top: 8px;margin-bottom: 7px;}
}


.button_blank:hover {
	opacity:0.7;
}



.fadein {
    opacity : 0;
    transform : translate(0,50px);
    transition : all 500ms;
}

@media screen and (max-width: 414px){
	.fadein {
    opacity : 0;
    transform : translate(0,20px);
    transition : all 300ms;
}
}


.fadein.scrollin {
    opacity : 1;
    transform : translate(0,0);
}

.photo_space {margin-top:30px}

@media screen and (max-width: 414px){
	.photo_space {margin-top:0}
}

/*
.blank::after {
 content: "";
 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><g><path fill='%23333333' d='M96,0v416h416V0H96z M472,376H136V112h336V376z'></path><polygon points='40,472 40,296 40,136 40,96 0,96 0,512 416,512 416,472 376,472'></polygon></g></svg>");
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: left top;
 width: 12px;
 height: 12px;
 display: inline-block;
 margin: 0 5px 0 3px;
}
.button.blank::after {
 content: "";
 background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><g><path fill='%23ffffff' d='M96,0v416h416V0H96z M472,376H136V112h336V376z'></path><polygon fill='%23ffffff' points='40,472 40,296 40,136 40,96 0,96 0,512 416,512 416,472 376,472'></polygon></g></svg>");
 background-size: 100% 100%;
 background-repeat: no-repeat;
 background-position: left top;
 width: 14px;
 height: 14px;
 display: inline-block;
 margin: 0 0 0 5px;
}*/


