@charset "UTF-8";


/* 02_clearfix.css START */

.clearfix { display: inline-table; }  
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
/* Hides from IE-mac */
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */

/* clearfix hr ***************************************************/
hr.clear{
	height:0;
	width:100%;
	clear:both;
	position: static;
}
.clear{
	height:0px;
	clear:both;
	border:none;
	position: static;
}
/* 02_clearfix.css END */

/* template.css START */



/* テンプレート:画像右寄せ　image_right ********************************/
img.image_right{
	float: right;
	clear: right;
	margin:0 0 0.5em 1em;
}
.image_right img{
	float: right;
	clear: right;
	margin:0 0 0.5em 1em;
}

/* テンプレート:画像左寄せ　image_left ********************************/
img.image_left{
	float: left;
	clear: left;
	margin:0 2em 0.5em 0;
}
.image_left img{
	float: left;
	clear: left;
	margin:0 2em 0.5em 0;
}

/* 汎用ボタン ****************************************************/
.ukgbtn,
.ukgbtn.orange{
	background-color:#F5A117;
	padding:2px;
	margin:1em auto;
}
.ukgbtn.orange{background-color:#F5A117;}
.ukgbtn.green{background-color:#91C54A;}
.ukgbtn.blue{background-color:#5297D2;}
.ukgbtn.red{background-color:#E94A48;}

.ukgbtn :hover{cursor:pointer; background-color:#F5AC33;}
.ukgbtn.orange :hover{background-color:#F5AC33;}
.ukgbtn.green :hover{background-color:#A1CC5B;}
.ukgbtn.blue :hover{background-color:#5C9ED6;}
.ukgbtn.red :hover{background-color:#EA5C59;}

.ukgbtn a,
.ukgbtn .inner,
.ukgbtn .inner{
	text-decoration:none;
	font-size:1.3em;
	padding:1em;
	margin:0;
	display:block;
	border:2px solid #FFFFFF;
	text-align:center;
	line-height:100%;
	color:#FFFFFF;
	font-weight:bold;
}

textarea.ukgtextarea,
input.ukgtextarea{
	padding: 8px;
	background-color: #FFFFFF;
	font: 99% arial,helvetica,clean,sans-serif;
}

/* template.css END */

/* 01_base.css START */

html{
	font-size:62.5%;
}
body,article{
	min-width:750px;
}
body{
	margin:0; padding:0;
	/* background-color:#f9f3e5; */
	background-color:#ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2rem;
	font-size-adjust: 100%;
	line-height: 160%;
	vertical-align: baseline;
}

body.pc{
	font-size: 2rem;
	line-height: 160%;
}
body.pc *{
	font-size:  2rem;
	font-size-adjust: 100%;
	line-height: 160%;
}
body.mb{
/*	font-size: 3.5rem;*/
	font-size:3.2rem;
	line-height: 130%;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}
body.mb *{
	max-height:999999px;
	font-size:3.2rem;
	font-size-adjust: 100%;
	line-height: 130%;
	-webkit-text-size-adjust: 100%;
}

body.en .lang_ja{display: none;}
body.ja .lang_en{display: none;}
body.pc .view_type_mb{display: none;}
body.mb .view_type_pc{display: none;}
body.cm .unit_in{display: none;}
body.in .unit_cm{display: none;}

.page_width{
	display: block;
	width: 750px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.page_width .page_width-inner{
	padding: 0 10px;
}

p{
	text-align: justify;
	text-justify: inter-ideograph;
}

a{
	cursor: pointer;
	color:inherit;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a img{
	cursor: pointer;
}
a img:hover{
	opacity: 0.8;
}
table{
	border-spacing : 0;
	border-collapse : collapse;
}
input,select{
	font-size:1em;
	padding:5px;
}
body.mb input{
	font-size:3.4rem;
}

.smaller{
	font-size: 0.8em;
	vertical-align: baseline;
}

hr.clearfix{
	border: none;
	clear: both;
	height:1px;
	margin:0;
	padding: 0;
}


/* header ***************************************************/
#page_header{
	display: block;
	background-color:#85A1A0;
	margin: 0;
	padding: 0;
	width: 100%;
	height:60px;
	overflow: hidden;
/*	position:fixed;*/
	z-index:10;
}
body.mb #page_header{
	height:60px;
}
#page_header #head_logo{
	display: block;
	height:60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	float: left;
}
body.mb #page_header #head_logo{
	width: 200px;
	height:60px;
}
#page_header #head_logo img{
	width:auto;
	height: 50px;
	margin: 4px 0 0 4px;
	padding: 0;
	padding-bottom:5px;
}
body.mb #page_header #head_logo img{
	width:auto;
	height: 50px;
}
#page_header .head_setting{
	display: block;
	margin: 0;
	padding: 0;
	width:300px;
	height:45px;
	line-height:45px;
	color:white;
	float:right;
	text-align: right;
	margin-right: 10px;
}
body.mb #page_header .head_setting{
	margin-top:10px;
}
#page_header .head_setting *{
	font-size:24px;
}
body.mb #page_header .head_setting *{
	font-size:32px;
}
#page_header .head_setting i{
	color:white;
	text-decoration: none;
	line-height: 35px;
	margin-right:2px;
}
#page_header_bottom{
	height:60px;
}
body.mb #page_header_bottom{
	height:60px;
}

/* title ***************************************************/
.h1_title{
	background-color:#EBDFC2;
	margin: 1em 0;
	border-radius: 5px;
	font-size:2.8rem;
}
.mb .h1_title{
	font-size:3.8rem;
}
.h1_title > i{
	color:white;
	background-color:#936643;
	border-radius: 5px 0 0 5px;
	padding:0.5em;
	margin-right: 0.5em;
}


#lang_warning .content{
	text-align: center;
	font-size: smaller;
}
#lang_warning .content i{
	color: orange;
}
.pc #lang_warning .content{
	text-align: right;
}

/* footer ***************************************************/
#page_footer{
	background-color:#85A1A0;
	border-top:4px solid #CFDADA;
	color: white;
}
#footer_sticky{
	padding:5px;
	border-top: 1px solid #FFFFFF;
	background-color:#85A1A0;
	color: #FFFFFF;
}
#page_footer p{
	padding:0px;
	margin:0px;
}
#footer_sticky .copyright{
	margin:0;
	font-size: 2.0rem;
	text-align: center;
	line-height: 100%;
}
.pc #footer_sticky .copyright{
	font-size:1.5rem;
}

#page_footer .bottom_menu{
	display: block;
	width: 200px;
	padding: 10px 5px 0 5px;
	float:left;
	font-size: 1.9rem;
	line-height: 200%;
	overflow: hidden;
}
.pc #page_footer .bottom_menu{
	font-size: 1.6rem;
}
#page_footer .bottom_menu a{
	color: white;
	text-decoration: none;
}
#page_footer .bottom_menu a:hover{
	text-decoration:underline;
}
#page_footer .bottom_menu_title{
	margin: 0;
	padding:0;
	opacity:0.8;
	font-size: 2.2rem;
	font-weight: 900;
}
#page_footer .bottom_menu ul{
	margin: 10px 0; 
	padding: 0 0 0 1em;
}
#page_footer .bottom_menu li{
	margin: 0;
	padding:0;
}

/* sns_area ***************************************************/

.sns_area {
	font-size: 18px;
	line-height: 40px;
	text-align: right;
	color:#333333;
	border:1px solid #7c9580;
	border-left:none;
	border-right:none;
	padding-top:8px;
}
.sns_area i{
	font-size: 26px;
}
.sns_area a:hover{
	text-decoration: underline;
	background: #C08687;
}
.sns_area .sns_item{
	display: inline-block;
	margin-right: 0.5em;
}
.sns_area .facebook i{
	color: #3B5998;
}
.sns_area .twitter i{
	color: #00acee;
}


/* **********************************************************/

.line_title{
	background-color:#093f11;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	color:white;
	border-bottom: 4px solid #7c9580;
}
.line_title .page_width{
	padding:9px 0.5em 5px 0.5em;
}

.box_menu{
	padding: 40px 20px;
}
.box_menu .box_menu_right{
	display: block;
	float: right;
	width: 435px;
	padding:0 20px;
	float: right;
}
.box_menu .box_menu_left{
	display: block;
	float: left;
	width:235px;
	overflow: hidden;
}
.box_menu .box_menu_left img{
	width: 350px;
}


/* 01_base.css END */

/* 02_common.css START */


table.charge_list{
	width:100%;
	margin: 0.5em auto;
	
	border:1px solid #606060;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border-radius: 10px;
}
table.charge_list *{
}
table.charge_list th,
table.charge_list td{
	padding:0.5em;
	text-align: left;
	font-weight: normal;
	
	border-bottom:1px solid #606060;
}
table.charge_list tr:last-child th,
table.charge_list tr:last-child td{
	border-bottom:none;
}
table.charge_list th{
	width:10em;
}


/* 02_common.css END */

/* 03_entries.css START */

.entries > .item .header{
	position: relative;
	z-index: 5;
}
.entries > .item .title{
	font-size: larger;
	margin-bottom: 0;
	background-color:rgba(255,240,205,0.50) ;
}
.entries > .item .title i{
	margin-left: 0.5em;
	margin-right: 10px;
}
.entries > .item .content{
	padding-top: 0.5em;
}

/* 03_entries.css END */

/* 03_eyecatch.css START */

.eyecatch{
	display: block;
	margin-top: -33px;
	z-index: 0;
}
.mb .eyecatch{
	margin-top: -53px;
}
.eyecatch-inner{
	display: flex;
	width:100%;
	max-height: 400px;
	overflow: hidden;
	text-align: center;
	align-items: center;
}
.eyecatch img{
	width:100%;
}


/* 03_eyecatch.css END */

/* colorbox.css START */

#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: 0px 1px 10px #000000;
  -webkit-box-shadow: 0px 1px 10px #000000;
  box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content {/* インラインを使用する時のみ */
  margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}

/* colorbox.css END */

/* hamburger-menu.css START */


/*　ハンバーガーメニューボタン　*/
.hamburger {
	display : block;
	position: relative;
/*
	position: fixed;
	right : 20px;
	top   : 20px;
*/
	float:right;
	margin: 8px 0 0 0px;
	padding: 5px 5px 0 5px;
	z-index : 3;
/*
	width : 42px;
	height: 42px;
*/
	width : 52px;
	height: 52px;
	cursor: pointer;
	text-align: center;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 40px;
	height  : 2px ;
	left    : 6px;
	background : #FFFFFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  
  /* メニュー背景　*/
  nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background: rgba( 71,70,73,0.7 );
	text-align: center;
	width: 100%;
	transform: translateX(100%);
	transition: all 0.6s;
  }
  
  nav.globalMenuSp ul {
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: .4s all;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: #fff;
	padding: 1em 0;
	text-decoration :none;
  }
  
  /* クリックでjQueryで追加・削除 */
  nav.globalMenuSp.active {
	opacity: 100;
	display: block;
	 transform: translateX(0%);
  }

/* hamburger-menu.css END */
