@charset "UTF-8";


/* 2019太陽興産 */

/*
font-family: 'East Sea Dokdo', cursive;
font-family: 'Ramaraja', serif;

font-family: open-san-l;
font-family: open-san-b;

ピンク　#ff5d8f  rgba(255, 93, 143, 1.0)
ターコイズ　#3ec1d3  rgba(62, 193, 211, 1.0)
オレンジ　　#ff9a01  rgba(255, 154, 1, 1.0)
ブルー　#3399ff  rgba(51, 153, 255, 1.0)
みどり　#32b16c  rgba(50, 177, 108, 1.0)
マゼンタ　#cc3399  rgba(204, 51, 153, 1.0)
うすい黄色　#f6f8d8　rgba(246, 248, 216, 1.0)
*/

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



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



body {
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  line-height: 1.9;
  letter-spacing: 0.15em;
  color: #333333;
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}


*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*欧文フォントは下記プラスグーグルフォント(1)*/
/*太いゴシック*/
/*@font-face {
		font-family: open-san-b;
		src:url('../fonts/OpenSans-Bold.ttf') format("truetype");
		}*/

/*細いゴシック*/
/*@font-face {
			font-family: open-san-l;
			src:url('../fonts/OpenSans-Light.ttf') format("truetype");
		}*/

/*-----------　基本リンク-----------------*/

a:link {
  color: #333;
  transition-property: all;
  transition: 0.3s linear;
}
a:visited {
  color: #333333;
}
a:hover {
  text-decoration: none;
  color: rgba(0, 162, 62, 1.0);
}
a:active {
  color: rgba(0, 162, 62, 0.6);
}

/*a要素に
.stretched-link::after{
  position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)
}
*/
/*BiggerLink*/
.bgl:hover {
	cursor: pointer;
	filter: alpha(opacity=80);
  -moz-opacity:0.85;
  opacity:0.85;
  transition: 0.3s linear;
	}
	


/*-----------PCとスマホの表示/非表示-----------------*/
.spDisplay {display:none; height:0;}
.pcDisplay {display:block;}

.hidden {display: none;}

/*-----------他ユーティリティ-----------------*/
a img.btn{
background:none!important;
}
 
a:hover img.btn{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
}
	


.width1200 {
	width: 1200px;
	margin: 0 auto;
}

#go-top {
  display: none;
}

p.shiji {
	font-size: 1rem;
	color: red;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
}

p.biko {
	font-size: 0.8rem!important;
	line-height: 1.6!important;
	color: #555555!important;
}

/*テーブル*/

	
table {
	width: 100%;
	font-size: 14px;
	margin-top: 20px;
}


table th,table td {
	border: 1px solid #cccccc;
	padding: 7px 10px;
}

/*両側のライン取る*/
table th:first-child,table td:first-child
{border-left: none;
}

table th:last-child,table td:last-child
{border-right: none;
}

table th {
	vertical-align: middle;
	font-weight: bold;
	color: #555555;
	padding: 7px 5px;
}

table td {
	text-align: left;
}
table th {
	text-align: left;
}



/*----------------------------------------------------
	header  
----------------------------------------------------*/

header {
	position: relative;
	z-index: 100;
  display: flex;
  justify-content: space-between;
width: 100%;
	padding: 0 0 0 30px;
}

header h1 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 65px;
	
}


/*----------------------------------------------------
	ナビ
----------------------------------------------------*/



.nav-button {
  display: none;
}
.nav-wrap {
	align-self: center;
}
#menu a {
  color: #55555;
  text-decoration: none;
  font-size: 1.0rem;
 
}

#menu a:hover {
  color: #666666;

}

#menu li {
  display: inline-block;
  margin: 0 15px;
}

#menu li#nav-contact {
  margin: 0 0 0 5px;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

/*contact*/
#menu li#nav-contact {
	
}

#menu li#nav-contact {
    text-align: center;
   
    align-self: flex-start;
}

#menu li#nav-contact a {
    display: block;
    color: #ffffff;
    padding: 0 1.5em;
	 background: #333333;
}

#menu li#nav-contact a:hover {
   
	 background: #666666;
}

#menu li#nav-contact i {
    font-size: 24px;
    line-height: 65px;
}

@media screen and (min-width: 769px) {
  .nav-wrap {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
	
	header {
  background: #ddd;
}
	
  .nav-button {
    display: block;
    cursor: pointer;
  }

  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%;
  }
  .nav-wrap #menu {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
	  margin-top: 40px;
	  text-align: center;
  }
  .nav-wrap #menu li {
    display: block;
    margin: 2em;
  }
  .nav-wrap #menu li a {
    color: #fff;
    font-size: 18px;
  }
	
	.nav-wrap #menu li.active a {
		color: rgba(84,174,61,1.00)
	}

  /*メニューボタン*/
	
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
	
  }
	.sp-btn-wrap {
		position: absolute;
		top: 20px;
		right: 10px;
	}
	
  .nav-button {
    z-index: 120;
    position: relative;
    width: 40px;
    height: 28px;
  }

  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 1px;
	  
  }

  .nav-button span:nth-of-type(1) {
    top: 0;
  }

  .nav-button span:nth-of-type(2) {
    top: 12px;
  }

  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }

  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }

  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }

  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
}




/*--------------------NOW PLAING---------------------*/

#menu li.active a {
  font-weight: bold;
	color: rgba(84,174,61,1.00);
}






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

FOOTER
-----------------------------------------------------------*/





footer address {
	font-family: 'Merriweather', serif;
	background: rgba(238, 238, 238,0.7);
	padding: 20px 0;
	font-size: 12px;
	color:#333;
	text-align: center;
	font-style: normal;
	
}




