@charset "UTF-8";
/* 発音 */
/* 会話 */
/* 文法 */
/* 語彙 */
/**/
html body #container {
  width: 100%;
  height: auto;
  background-image: url(./../img/back_leaf.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  letter-spacing: 0.1em;
  /*================================	header	==================================*/
  /*================================	nav#t_path4,nav#t_path5 パンくずナビ	==================================*/
  /*================================	footer	==================================*/
  /*================================	footer	==================================*/ }
  html body #container header {
    background: url(./../img/head_bg.jpg) repeat-x;
    background-size: contain;
    width: 100%;
    display: grid;
    grid-template-columns: 40px 1fr; }
    html body #container header img {
      grid-column: 1/2;
      width: auto;
      height: auto; }
    html body #container header h1 {
      grid-column: 2/3;
      min-height: 40px;
      color: #ffffff;
      background: none repeat scroll 0 0 transparent;
      line-height: 1.7;
      font-weight: normal;
      padding-left: 10px; }
  html body #container nav#t_path3, html body #container nav#t_path4, html body #container nav#t_path5 {
    background-color: #735a62;
    color: #ffffff;
    height: auto;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto; }
    html body #container nav#t_path3 a, html body #container nav#t_path4 a, html body #container nav#t_path5 a {
      color: #fff;
      text-decoration: none; }
      html body #container nav#t_path3 a:hover, html body #container nav#t_path4 a:hover, html body #container nav#t_path5 a:hover {
        color: #f90;
        text-decoration: none; }
  html body #container footer {
    width: 100%;
    bottom: 0px;
    background-color: #c78198; }
    html body #container footer .c_right,
    html body #container footer p {
      color: #fff;
      text-align: center; }

/*==============================================================================================
●style.css 画面の横幅が1024px以上
==============================================================================================*/
@media screen and (min-width: 1024px) {
  html body {
    /* container の直下はheader, nav#t_path5 section#content_box, footer#footer2の4つ*/ }
    html body #container {
      /*================================	header	==================================*/ }
      html body #container nav#t_path4, html body #container nav#t_path5 {
        width: 980px;
        margin-top: 25px; } }
/*==============================================================================================
●style.css 画面の横幅が641px以上、1023px以下
==============================================================================================*/
@media screen and (min-width: 641px) and (max-width: 1023px) {
  html body {
    /* container の直下はheader, nav#t_path5 section#content_box, footer#footer2の4つ*/ }
    html body #container {
      /*================================	header	==================================*/ }
      html body #container nav#t_path4, html body #container nav#t_path5 {
        margin-top: 25px; }
      html body #container footer {
        line-height: 26px; } }
/*==============================================================================================
●style.css 画面の横幅が640px以下
==============================================================================================*/
@media screen and (max-width: 640px) {
  html body {
    /* container の直下はheader, nav#t_path5 section#content_box, footer#footer2の4つ*/ }
    html body #container {
      /*================================	header	==================================*/ }
      html body #container header h1 {
        font-size: 14px;
        line-height: 3; }
      html body #container nav#t_path4, html body #container nav#t_path5 {
        margin-top: 0px; }
        html body #container nav#t_path4 a:first-child span, html body #container nav#t_path5 a:first-child span {
          display: none; }
      html body #container footer .c_right,
      html body #container footer p {
        padding: 2px 0;
        font-size: smaller; } }
vi
html {
  height: 100%; }

body {
  font-family: YuGothic,"Hiragino Kaku Gothic ProN",Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3","メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  height: 100%;
  background-color: #fafafa; }
  body #container {
    width: 100%;
    min-height: 100%;
    height: auto;
    background-image: url(./../img/back_leaf.jpg);
    background-repeat: repeat-y;
    background-position: center top; }

img {
  max-width: 100%;
  height: auto;
  width/***/: auto; }

/*
nav#t_path3{
	background-color:#735a62;
	color:#FFFFFF;
    height: 20px;
    line-height: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	a{
		color:#FFF;
		text-decoration:none;
		&::hover{
			color:#333;
			text-decoration:none;
		}
	}
}
*/
section#content_box {
  margin-left: auto;
  margin-right: auto;
  /* メインコンテンツ */ }
  section#content_box #sub01_c_title {
    background-color: #d1ceca;
    position: relative; }
    section#content_box #sub01_c_title h1 {
      color: #333;
      margin-top: 0px;
      padding-left: 10px; }
    section#content_box #sub01_c_title h2 {
      position: absolute;
      right: 15px; }
  section#content_box nav#sub_menu {
    padding-bottom: 0px;
    position: relative; }
    section#content_box nav#sub_menu h1 {
      display: inline;
      color: #333;
      background-color: #d1ceca;
      line-height: 40px;
      margin-top: 0px;
      padding-left: 10px;
      font-weight: normal; }
    section#content_box nav#sub_menu::after {
      visibility: hidden;
      display: block;
      content: " ";
      clear: both;
      height: 0; }
    section#content_box nav#sub_menu .changeTitle {
      display: inline;
      float: right;
      font-size: 12px; }
    section#content_box nav#sub_menu select {
      margin: 5px 5px 5px 2px; }
    section#content_box nav#sub_menu .changeDispOpt {
      display: inline; }
      section#content_box nav#sub_menu .changeDispOpt .buttonOn {
        text-decoration: none;
        padding: 3px 20px 3px 20px;
        display: inline;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
        font-weight: bold;
        border-radius: 3px;
        font-family: arial,helvetica,sans-serif;
        margin-left: 2px;
        margin-right: 5px;
        min-width: 50px;
        background: #EEE;
        color: #111;
        border: 1px solid #EEE;
        border-left: 2px solid #BBB;
        border-top: 2px solid #BBB;
        font-size: 14px;
        cursor: default; }
        section#content_box nav#sub_menu .changeDispOpt .buttonOn hover {
          color: #111; }
      section#content_box nav#sub_menu .changeDispOpt .buttonOff, section#content_box nav#sub_menu .changeDispOpt a:link, section#content_box nav#sub_menu .changeDispOpt a:visited {
        text-decoration: none;
        padding: 3px 20px 3px 20px;
        display: inline;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: center;
        font-weight: bold;
        border: 1px solid #95baba;
        border-radius: 3px;
        font-family: arial,helvetica,sans-serif;
        margin-left: 2px;
        margin-right: 5px;
        min-width: 50px;
        background-color: #c8dbdb;
        color: #333333; }
  section#content_box article.sub01_c_clm {
    background-color: #ede8e4;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    section#content_box article.sub01_c_clm p {
      font-size: 15px;
      letter-spacing: 1px;
      line-height: 1.3em; }
    section#content_box article.sub01_c_clm #photo-tbl {
      display: grid;
      width: 100%;
      padding: 10px 0px 10px 0px; }
      section#content_box article.sub01_c_clm #photo-tbl a {
        text-decoration: none;
        font-size: small;
        letter-spacing: -0.1em;
        /* モンゴル語*/ }
        section#content_box article.sub01_c_clm #photo-tbl a span {
          color: #222;
          font-weight: bold;
          font-size: 8pt;
          font-family: Quicksand, sans-serif;
          /*    text-shadow: 3px 3px 1px #ffffff;*/
          padding: 2px 2px; }
        section#content_box article.sub01_c_clm #photo-tbl a img {
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.6)); }
  section#content_box #dia_video_btn img {
    margin-top: 10px; }
  section#content_box #dia_video_lang {
    text-align: right;
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 5px;
    line-height: 1.4em; }
  section#content_box #dia_video_lang img {
    margin-top: 0px; }

footer#footer2 {
  width: 100%;
  height: 52px;
  position: relative;
  bottom: 0px;
  background-color: #c78198; }
  footer#footer2 #ft_bar {
    width: 100%;
    height: 26px;
    position: absolute;
    top: 64px; }
  footer#footer2 #ft_icon {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 23px; }
  footer#footer2 p {
    position: absolute;
    top: 4px;
    color: #FFF;
    font-size: 14px;
    height: 21px;
    margin-top: 0px;
    width: 100%;
    text-align: center; }
    footer#footer2 p a:link, footer#footer2 p a:visited {
      color: #FFF;
      text-decoration: none; }

/*===============================================
●style.css 画面の横幅が1024px以上
===============================================*/
@media screen and (min-width: 1024px) {
  section#content_box {
    margin-top: 10px;
    width: 980px; }

  nav#t_path3 {
    width: 980px;
    margin-top: 25px; }

  nav#sub_menu h1 {
    font-size: 20px;
    margin-top: 0px;
    padding-left: 10px;
    font-weight: bold; }

  section#content_box {
    /* メインコンテンツ */ }
    section#content_box #sub01_c_title {
      height: 75px;
      padding-left: 20px;
      padding-top: 10px; }
      section#content_box #sub01_c_title h1 {
        height: 50px;
        font-weight: normal;
        font-size: 42px; }
      section#content_box #sub01_c_title h2 {
        font-size: 18px; }
    section#content_box article.sub01_c_clm {
      margin-top: 20px; }
      section#content_box article.sub01_c_clm p {
        padding: 20px; }
      section#content_box article.sub01_c_clm #photo-tbl {
        grid-template-columns: 20% 20% 20% 20% 20%;
        margin-left: 20px; } }
/*===============================================
●tablet.css 画面の横幅が1023pxまで
===============================================*/
@media screen and (min-width: 641px) and (max-width: 1023px) {
  nav#t_path3 {
    margin-top: 25px;
    width: 725px; }

  section#content_box {
    margin-top: 10px;
    width: 725px;
    /* メインコンテンツ */ }
    section#content_box #sub01_c_title {
      height: 75px;
      padding-top: 5px; }
      section#content_box #sub01_c_title h1 {
        height: 50px;
        font-size: 38px;
        font-weight: normal; }
      section#content_box #sub01_c_title h2 {
        font-size: 18px; }
    section#content_box article.sub01_c_clm {
      margin-top: 20px; }
      section#content_box article.sub01_c_clm p {
        padding: 20px; }
      section#content_box article.sub01_c_clm #photo-tbl {
        grid-template-columns: 25% 25% 25% 25%;
        column-gap: 6px;
        margin-left: 6px; }
        section#content_box article.sub01_c_clm #photo-tbl img {
          width: 80%; } }
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 640px) {
  header h1 {
    font-size: 14px; }
    header h1 a {
      font-size: 14px; }

  nav#t_path3 {
    height: auto;
    font-size: 70%; }
    nav#t_path3 a > span {
      display: none; }

  nav#sub_menu h1 {
    font-size: 120%;
    font-weight: bold; }

  section {
    /* メインコンテンツ */ }
    section #sub01_c_title {
      height: 50px;
      padding-top: 5px; }
      section #sub01_c_title h1 {
        font-size: 150%; }
      section #sub01_c_title h2 {
        font-size: 14px; }
    section #sub_menu select.selectTitle {
      width: 98%; }
    section article.sub01_c_clm {
      margin-top: 0px; }
      section article.sub01_c_clm p {
        padding: 10px; }
      section article.sub01_c_clm #photo-tbl {
        grid-template-columns: 50% 50%; }
        section article.sub01_c_clm #photo-tbl img {
          margin-left: 10px;
          width: 90%; }
        section article.sub01_c_clm #photo-tbl h4 {
          font-size: 90%; }
      section article.sub01_c_clm a.comparison_button {
        width: 90%;
        font-size: 12px;
        margin: 10px auto;
        display: block; } }

/*# sourceMappingURL=style.css.map */
