/*
 Theme Name:   odoruakita
 Description:  Twenty Thirteen Child Theme
 Template:     twentythirteen
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-thirteen-child
*/

@charset "utf-8";

/* リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, figure, figcaption,
table, caption, tbody, tfoot, thead, tr, th, td,
form, input, textarea, select, button, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	box-sizing: border-box;
}
html, body {
	line-height: 1;
	min-height:100% !important;
	/* height:100%; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
address, em, i {
 font-style: normal;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

/** font defalut settings */
h1, h2, h3, h4, h5, h6, p, td, dt, dd, li, a, label, div, span {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/** font defalut settings */
p, td, dd, li {
 text-align: justify;
 text-justify: inter-character;
}


/**++++++++++++++++++++++++++++++++++++++++
  Basic Layout
*/

body {
  line-height: 1.7;
  font-size: 1em;
  color: white;
  /* letter-spacing: 0.05em; */
  /* letter-spacing: 1px; */
  background: #1A191C;
  box-sizing: padding-box;
}

.f_atrament {
  font-family: atrament-web, sans-serif;
  font-style: normal;
  font-weight: 400;
}

/* links */
a:link {
  color: #FFFFFF;
  text-decoration: none;
}
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
a:active {
  color: #FFFFFF;
  text-decoration: none;
}

caption,th {
  text-align: left;
}
object, embed {
  vertical-align: top;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

iframe {
  max-width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

em, .em {
  font-weight: bold;
  font-style: normal;
}

i, .i {
  font-family: Arial;
  font-style: italic;
  font-weight: normal;
}

strong, .strong {
  font-weight: bold;
}

.big {
  font-size: 1.125rem;
  letter-spacing: 0.15em;
}

.switch {
  visibility: hidden;
}



/* section text margin style */
/* p {
  margin: 0 0 1em;
} */

.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
img.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.center { text-align: center !important; }
.right { text-align: right !important; }
.left { text-align: left !important; }
/*.rightBox { float: right !important; }
.leftBox { float: left !important; }*/
.clear { clear: both; }

.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt50 {margin-top: 50px !important;}
.mt100 {margin-top: 100px !important;}
.mt0 {margin-top: 0px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb100 {margin-bottom: 100px !important;}
.mb0 {margin-bottom: 0px !important;}
.pt0 {padding-top: 0px !important;}
.pb0 {padding-bottom: 0px !important;}
.pt30 {padding-top: 30px !important;}

.bold {font-weight: bold !important;}
.noline {border: none !important;}

.hide { display: none !important; }



/* ------#404------------ */

.error404 #content {
  margin: 180px auto 60px;
  text-align: center;
}
.error404 #content .heading {
  font-size: 2rem;
  font-weight: bold;
}
.error404 #content .linkBtn a {
  display: inline-block;
  margin: 50px 0;
  padding: 15px 100px;
  background: #000000;
}


/**
: 20191225
-------------------------------------- */
.columns_3clms {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}

.columns_3clms > * {
  display: table-cell;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.columns_3clms .columns_blank {
  width: 15px;
}

.columns_ex {
  width: 100%;
  display: table;
}

.columns_ex > * {
  display: table-cell;
  vertical-align: top;
  padding-left: 1.5em;
}

.columns_ex > *:first-of-type {
  padding-left: 0;
}

.columns_def {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.columns_def > * {
  display: table-cell;
  /* border: 1px solid red; */
}

.flex-container {
  width: 100%;
  display: flex;
}

.flex-container.ex {
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .flex_ex {
  border: 1px solid red;
} */

.three-columns > * {
  flex-basis: calc(33%-20px);
}

.four-columns > * {
  flex-basis: calc(25% - 10px);
  margin-bottom: 1em;
}

.og-columns > *:last-child, .og-columns2 > *:last-child  {
  padding-left: 1.5em;
}

/* .four-columns > *:nth-child(4), 
.four-columns > *:nth-child(8) {
  margin-right: 0;
} */

.four-columns > * > * {
  width: 100%;
  height: auto;
}

.iframeEX {
  height: 180px;
}

.cap {
  font-size: 0.8em;
  line-height: 1.2;
}

.cap.ex {
  padding: 1em 0 0;
}

.content figcaption {
  display: block;
  text-align: center;
  font-size: 0.9em;
}

.white {
  color: white;
}

.padd-left4pc {
  padding-left: 1.5em;
}

.padd-right4pc {
  padding-right: 1.5em;
}

.padd-ex4pc {
  padding: 0;
  padding-left: 1.5em;
  border-left:1.5em solid white;
}


/*+++++++++++++++++++++++++
  Layout-
---------------------------*/
.content {
  width: 1000px;
  margin: auto;
}

/*+++++++++++++++++++++++++
  New パンくず
---------------------------*/
.breadclumn {
  padding: 0 0 1.5em;
}

.breadclumn > a:hover {
  text-decoration: underline;
}

.breadclumn > a::after {
  content: " ＞ ";
}


@media screen and (max-width:768px) {

  .error404 #content {
    margin: 30px auto 0;
  }
  .error404 #content .heading {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .error404 #content .linkBtn a {
    display: block;
    padding: 15px 0;
  }

  .columns_3clms > *, .columns_ex > * {
    display: block;
  }

  columns_ex > * {
    padding: 0;
  }

  .columns_ex > figure {
    text-align: center;
  }
  
  .sp-100 {
    width: 100%;
  }

  .padd-left4pc, .padd-right4pc, .padd-ex4pc {
    padding: 0;
  }

  .padd-ex4pc {
    border-width: 0;
  }
  

  .cap {
    text-align: center; 
  }

  .content {
    width: inherit;
    margin: auto;
    padding: 0 1em;
  }

  .four-columns > * {
    flex-basis: calc(50% - 0.7em);
  }

  .og-columns {
    display: block;
  }

  /* .og-columns > *:first-child > * {
    width: 100%;
    height: auto;
  } */

  .og-columns > *:last-child {
    padding-left: 0;
  }

  /** utility */
  .pc-br {
    display: none;
  }

}