@charset "utf-8";

* { box-sizing:border-box; }

html { overflow:auto; -webkit-text-size-adjust:100%; }
body {
  margin:0; padding:0;
  font-size:16px; color:#2c2c2c; line-height:1.8; letter-spacing:.05em;
   -webkit-font-smoothing:antialiased;
  font-family: ten-mincho-text, serif;
	font-weight: 400;
	font-style: normal;
  }
h1, h2, h3, dl, dd, ul, form, textarea, figure { margin:0; padding:0; font-size:100%; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }

/* clearfix 回り込み解除 ------------------------ */
.clearfix:after { content:""; clear:both; display:block; }

/* 共通 ------------------------ */
a { color:#fff; }
a:not(.fade), .anime { -webkit-transition:all .5s; transition:all .5s; }
a:active, a:hover { color:#c04020; }

a.tel { color: #c04020; }

strong { font-size:1.2em; }
em { font-style:normal; font-weight:bold; }

fieldset { border:none; }
table { border-collapse:collapse; border-spacing:0; }
map area:focus, map area:active { outline:none; border:0; }

ul { list-style-type:none; }
ul.disc, ul.square { padding-left:1.3em; }
.disc li { list-style-type:disc; }
.square li { list-style-type:square; }
.decimal li { list-style-type:decimal; }

ul.kome li { text-indent:-1em; margin-left:1em; }
ul.kome li::before { content:"※"; }

img { max-width:100%; font-size:0; line-height:0; border-width:0px; vertical-align:bottom; }
img.middle { vertical-align:middle; }

.fleft  { float:left; }
.fright { float:right; }

.left   { text-align:left; }
.center { text-align:center; }
.right  { text-align:right; }

.big    { font-size:1.3em; }
.small  { font-size:.85em; }
.bold   { font-weight:bold; }

.clear  { clear:both; }
.hide   { display:none; }
.iblock { display:inline-block; }
.wide   { width:100%; }
.indent { text-indent:-1em; padding-left:1em; }
.shadow { box-shadow:0 0 3px rgba(0,0,0,0.3); }

.red    { color:#d83c2d; }

.flex { display:-webkit-flex; display:flex; -webkit-flex-wrap:wrap; flex-wrap:wrap; }
.flex-between { justify-content:space-between; -webkit-justify-content:space-between; }
.flex-center  { justify-content:center; -webkit-justify-content:center; }

.link-disabled { cursor:default; pointer-events:none; opacity:0.6; }

/* 電話番号リンク　PCで無効 */
@media screen and (min-width: 959px) {
  a[href^='tel:'] { cursor:default; pointer-events:none; }
}

@media screen {
  .fw { margin-left:-500%; margin-right:-500%; padding-left:500%; padding-right:500%; /*Full Width*/ }
}


/* 599px 以下 ------------------------ */
@media screen and (max-width: 599px) {
  .sp_only { display: block; }
  .sp_none { display:none; }

   /* 横スクロール */
   .scrollWrap { width:100%; padding-top:20px; overflow-x:scroll; -webkit-overflow-scrolling:touch; }
   .scrollWrap > .scroll { margin-bottom:20px; position:relative; }
   .scrollWrap > .scroll:before { content:"横にスクロールできます→"; position:absolute; top:-20px; left:0; font-size:13px; }
   .scrollWrap > .scroll > .hscroll { width:640px; }
 }
 

@media screen and (max-width: 1024px) {
	.pc_only { display: none; }
	.pc_none { display: block; }
	
}

/* 600px 以上 ------------------------ */
@media screen and (min-width: 600px) {
  .sp_none { display: block; }
  .sp_only { display:none; }

  .txt_vertical {
   -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
  }

  /* hover scale */
  a .scale { transition:all .5s ease-out; -webkit-transition:all .5s ease-out; }
  a:hover .scale  { -webkit-transform: scale(1.05); transform: scale(1.05); }

/* 1025px 以上 ------------------------ */
@media screen and (min-width: 1025px) {
	.pc_none{ display:none; }
}


/* 960px 以上 ------------------------ */
@media screen and (min-width: 960px) {
	.pc_only { display: block; }

  }