﻿@charset "utf-8";


@font-face {
font-family: 'yasashisa_tegaki';
src: url('../../common/webfont/yasashisa_tegaki.woff') format('woff'), 
  	 url('../../common/webfont/yasashisa_tegaki.otf')  format('opentype');
}



@font-face {
font-family: 'YasashisaBold';
src: url('../../common/webfont/YasashisaBold.woff') format('woff'), 
  	 url('../../common/webfont/YasashisaBold.otf')  format('opentype');
}


/* ========================================================================
		Reset Styles
======================================================================== */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address, small,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	font-weight: normal;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}


/* HTML5 */
article, aside, figure, figcaption, footer, header,
main, nav, section, summary{
	display: block;
	margin: 0;
}


/* Base Styles */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font: 13px/1.231 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	*font-size: small;
	*font: x-small;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}

select,input,button,textarea{
	font: 100% "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

pre,code,kbd,samp{
	font-family: monospace;
	*font-size: 100%;
	line-height: 100%;
}

img{
	border: none;
	vertical-align: bottom;
}

iframe{
	border: none;
}

table{
	width: 100%;
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer;
}

input,
textarea{
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="search"],
textarea{
	border: 1px solid #cccccc;
	-webkit-appearance: none; /* safari グラデーション解除 */
    border-radius: 0; /* safari 角丸解除 */
}

input[type="radio"],
input[type="checkbox"]{
	margin: -2px 4px 0 0;
	cursor: pointer;
}

/* Firefox・IE スピンボタン非表示 */
input[type="number"] {
    -moz-appearance:textfield;
}

/* Chrome・Safari スピンボタン非表示 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button,
input[type="image"],
input[type="submit"],
input[type="button"]{
	-webkit-appearance: none; /* iPhone・iPad グラデーション解除 */
    border-radius: 0; /* iPhone・iPad 角丸解除 */
	cursor: pointer;
}

select,
select option,
select optgroup{
	padding: 0 4px;
	font-style: normal;
}

ol,ul{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
}

address{
	font-style: normal;
} 

a,
input{
	outline: none;
}


/* Basic Text Link */
a{
	color: #0000ee;	text-decoration: underline;
}
a:link{
	color: #0000ee;	text-decoration: underline;
}
a:visited{
	color: #0000ee;	text-decoration: underline;
}
a:hover{
	color: #ff0000;	text-decoration: none;
}
a:focus{
	color: #0000ee;	text-decoration: underline;
}
a:active{
	color: #0000ee;	text-decoration: underline;
}


/* ========================================================================
		Common Styles
======================================================================== */
ul,
.column{
	overflow:hidden;
	position:relative;
}

.center{
	text-align:center;
}

.red{
	color:#ff0000;
}


/* ========================================================================
		bxslider
======================================================================== */
.bx-wrapper{
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img{
	width: 100%;
	height:auto;
	display: block;
}

.bx-wrapper .bx-viewport{
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

/* LOADER */

.bx-wrapper .bx-loading{
	min-height: 50px;
	background: url(../../img/home/loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* ========================================================================
		dlmenu
======================================================================== */
@media screen and (max-width:767px){
.dl-menuwrapper li.dl-back > a {
	padding-left: 30px;
	background: rgba(0,0,0,0.1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
	position: absolute;
	top: 0;
	line-height: 50px;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
	left: 10px;
	color: rgba(212,204,198,0.3);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
	right: 10px;
	color: rgba(0,0,0,0.15);
}

.dl-menuwrapper .dl-menu {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
}















/********************************************************************************************
ステータス
********************************************************************************************/

.is-hide{
display:none;
}

.is-pc-hide{
display:none;
}


@media screen and (max-width:768px) {

  .is-pc-hide{
  display:block;
  }
  
  .is-sp-hide{
  display:none;
  }

}


