
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
    -webkit-text-size-adjust: 100%;
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	color		: #333;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background: #fff;
}

a{
	color		: #cc0000;
	text-decoration	: none;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}


/** header **/

header{
	width: 100%;
	height: 54px;/** header,nav,SAME HEIGHT **/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/*border-bottom: 1px solid #e0d4ab;
	background: #ffffff;*/
}

header h1{
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

#mtop a{
	position: absolute;
	top: 0;
	left: 0;
	display:block;
	background: url(../img/all/navi01.png) no-repeat top center;
	-webkit-background-size: 60px 54px;
	background-size: 60px 54px;
	width: 60px;
	height: 54px;/** header,nav,SAME HEIGHT **/
	text-indent: -9999px;
}

#navToggle button{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display:block;
	background: url(../img/all/navi02.png) no-repeat top center;
	-webkit-background-size: 60px 54px;
	background-size: 60px 54px;
	width: 60px;
	height: 54px;/** header,nav,SAME HEIGHT **/
	text-indent: -9999px;
	border: none;
}

nav{
	width: 200px;
	height: 100vh;
	text-align: left;
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: -200px;
	top: 55px;/** header,nav,SAME HEIGHT **/
	background: rgba(237,247,237,0.98);
	z-index: 1000;
	overflow: hidden;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	padding: 0 0 55px 0;
}

nav.opennav{
	width: 200px;
	height: 100vh;
	overflow: visible;
	right: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

nav.opennav::-webkit-scrollbar {
  display: none;
}

nav ul{
	padding: 0 10px;
	margin: 0 0 60px 0;
}

nav li a{
	display: block;
	font-size		: 12px;
	line-height		: 20px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #333;
	padding: 15px 0 14px 5px;
	border-bottom: 1px dotted #b9dab9;
	background: url(../img/all/i2.png) no-repeat 100% 50%;
	-webkit-background-size: 18px 48px;
	background-size: 18px 48px;
}


/** main **/

main{
	text-align: left;
	padding: 54px 0 10px 0;/** header,nav,SAME HEIGHT **/
	background: url(../img/TopImage.jpg) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

#topimg{
	width: 100%;
	position: relative;
	margin: 0 0 0 0;
	padding-top: calc(140 / 320 * 100%);
	/*background: url(../img/all/topimg2.jpg) top center / cover no-repeat;
	-webkit-background-size: contain;
	background-size: contain;*/
}

#topimg h2{
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.top_telopen{
	font-size: 10px;
	line-height: 38px;
	text-align: center;
	color: #698463;
	background: rgba(255,255,255,0.8);
	/*background: url(../img/all/box.gif) top center;
	-webkit-background-size: 200px 200px;
	background-size: 200px 200px;*/
}

.top_telopen span{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.top_telopen em,
.top_telopen a{
	font-size: 15px;
	color: #333;
}

.title{
	font-size: 10px;
	line-height: 12px;
	color: #b09246;
	text-align: center;
	position: relative;
	padding: 11px 0 9px 0;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #e2f2e2;
	background: url(../img/all/title.gif) repeat-x top center #cde9cd;
	-webkit-background-size: 320px 55px;
	background-size: 320px 55px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.title em{
	display: inline-block;
	width: 100%;
	font-size: 22px;
	font-weight: normal;
	color: #17461b;
	line-height: 22px;
	letter-spacing: 1px;
	text-align: center;
	text-shadow: -1px -1px 0px #ffffff;
}

.title:before{
	content			: "";
	display			: block;
	clear			: both;
	width: 100%;
	height: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9a849+0,ffffc1+50,c9a849+100 */
	background: #c9a849; /* Old browsers */
	background: -moz-linear-gradient(left,  #c9a849 0%, #ffffc1 50%, #c9a849 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #c9a849 0%,#ffffc1 50%,#c9a849 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #c9a849 0%,#ffffc1 50%,#c9a849 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9a849', endColorstr='#c9a849',GradientType=1 ); /* IE6-9 */
	position: absolute;
	top: -4px;
	left: 0;
}

.s_title{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #17461b;
	text-align: center;
	position: relative;
	padding: 11px 0 10px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: rgb(237,247,237);
background: -moz-linear-gradient(left, rgba(237,247,237,1) 0%, rgba(255,255,255,1) 50%, rgba(237,247,237,1) 100%);
background: -webkit-linear-gradient(left, rgba(237,247,237,1) 0%,rgba(255,255,255,1) 50%,rgba(237,247,237,1) 100%);
background: linear-gradient(to right, rgba(237,247,237,1) 0%,rgba(255,255,255,1) 50%,rgba(237,247,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf7ed', endColorstr='#edf7ed',GradientType=1 );
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.s_title:before{
	content			: "";
	display			: block;
	clear			: both;
	width: 100%;
	border-top: 1px solid #d5bc65;
	position: absolute;
	top: -2px;
	left: 0;
}

.s_title:after{
	content			: "";
	display			: block;
	clear			: both;
	width: 100%;
	border-top: 1px solid #d5bc65;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.contents{
	background: #ffffff;
}


/** aside **/

.imenu{
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
}

.imenu ul{
	width: 100%;
	margin: 0;
	padding: 0;
}

.imenu ul li{
	display: block;
	width: 50%;
	float: left;
	border-bottom: 1px solid #ddd;
	background: url(../img/all/i1.png) no-repeat 100% 50%;
	-webkit-background-size: 25px 45px;
	background-size: 25px 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.imenu ul li:nth-child(even){
	border-left: 1px solid #ddd;
}


.imenu ul li:nth-child(2n+1):last-child{
	width: 100%;
	border-bottom: 1px solid #efe1c6;
}


.imenu ul li a{
	display: block;
	height: 50px;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: -0.4px;
	text-align: left;
	color: #333;
	padding: 0 0 0 10px;
}

.imenu ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

.tmenu{
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	padding: 0 0 10px 0;
}

.telopen_bg{
	display: table;
	width: 300px;
	text-align: center;
	margin: 0 auto 10px auto;
}

.telopen{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 5px;
	background: url(../img/all/box2.gif) top center;
	-webkit-background-size: 200px 200px;
	background-size: 200px 200px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.telopen div{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	color: #333;
	padding: 10px 0;
	border: 1px solid #e0cc7c;
	background: #fff;
	box-shadow:0px 0px 0px 3px #f5f4f0 inset;
	-moz-box-shadow:0px 0px 0px 3px #f5f4f0 inset;
	-webkit-box-shadow:0px 0px 0px 3px #f5f4f0 inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.telopen div h2{
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 2px;
	color: #17461b;
}

.telopen div p a{	color: #333;}
.telopen div p em{	color: #c9a849;}

.telopen div p:nth-child(2){
	font-size: 31px;
	line-height: 31px;
}

.telopen div p:nth-child(2) em{
	font-size: 16px;
	line-height: 16px;
}

.telopen div p:nth-child(3){
	font-size: 16px;
}

.telopen div p:nth-child(3) em,
.telopen div p:nth-child(3) span{
	font-size: 10px;
}


/** footer **/

footer{
	position: relative;
	text-align: center;
	padding: 21px 0 22px 0;
	border-top: 7px solid #dbefdb;
	background: #edf7ed;
}

footer p{
	font-size: 9px;
	line-height: 15px;
	color: #ac8f3b;
}

footer p a{
	color: #ac8f3b;
}

.title,
.s_title,
.top_telopen,
.telopen,
footer,
.font1{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
}

.error{
	text-align: center;
	margin: 40px 0 50px;
}

.error span{
	color: #ff0000;
}

.over{
	text-align: center;
	margin: 40px 0 50px;
}

/**

{
	font-size: 10px;
	line-height: 20px;
	display: -webkit-flex;
	-js-display: flex;
	display: flex;
}

**/
