@import url(reset.css);
@import url(../font/font.css);
@import url(layout.css);
@media all and (min-width: 650px) {
  /*-----*/
  #wrapper {
    background-color: #fff;
  }
  .sp {
    display: none;
  }
  /*-----*/
  #header {
    /*	padding-top: 20px;*/
    padding-top: 15px;
    background-color: #fff;
  }
  /*-----*/
  .h1_title {
    float: left;
    width: 380px;
  }
  .h1_title.en {
    width: 470px;
  }
  /*--------------------*/
  .header_content {
    float: right;
    margin: 5px 0 0;
    padding: 0;
    line-height: 0;
    list-style: none;
    letter-spacing: -.4em;
  }
  .header_content li {
    display: inline-block;
    line-height: 1.6em;
    vertical-align: text-top;
  }
  .header_content ol {
    letter-spacing: -.4em;
    margin: 0;
    padding: 0;
    line-height: 0;
    list-style: none;
  }
  .header_content ol li {
    font-size: 12px;
    display: inline-block;
  }
  .head_button {
    margin: 0;
    padding: 0;
  }
  .head_button a, .head_button span, .head_button input {
    margin: 0;
    color: #000;
    display: block;
    padding: 1px 5px;
    font-size: 13px;
    text-decoration: none;
  }
  .head_button input {
    border: none;
  }
  /*-----*/
  .search {
    width: 250px;
    margin: 0;
    padding: 0;
  }
  .search input[type=text] {
    float: left;
    width: 190px;
    margin: 0;
    padding: 0;
    height: 1.5em;
    line-height: 1.8em;
    border: #ccc 1px solid;
  }
  .search button {
    width: 55px;
    float: left;
    margin: 0;
    padding: 0;
    height: 1.6em;
    line-height: 1.6em;
    border: 1px solid #B6E0E5;
    text-align: center;
    background-color: #B6E0E5;
  }
  .search button img {
    width: 20px;
  }
  .search button:hover {
    cursor: pointer;
  }
  /*-----日英*/
  .language {
    margin: 0;
    padding: 0 0 0 10px;
  }
  .language ol {
    width: 160px;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
  }
  .language .head_button {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 80px;
    border: none;
  }
  .language .head_button a {
    text-align: center;
    padding: 4px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    background-color: #fff;
  }
  /*-----YouTube*/
  .header_content .youtube {
    padding-left: 15px;
  }
  .header_content .youtube a {
    margin: 3px 0 0 0;
    padding: 0;
  }
  /*-----文字サイズ*/
  .fontsize {
    padding-left: 15px;
  }
  .fontsize li span, .color .head_button {
    cursor: pointer;
    border-top: #ccc solid 1px;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    background-color: #fff;
  }
  .fontsize li span {
    padding: 0px 5px 4px;
  }
  /*-----カラー設定*/
  .color {
    width: 160px;
    padding-left: 15px;
  }
  .color ol {
    text-align: right;
  }
  .color .head_button {
    position: relative;
    z-index: 10;
    margin: 0;
    color: #000;
    padding: 1px 5px;
    font-size: 12px;
    text-decoration: none;
  }
  .color li input {
    background: none;
    border: none;
    opacity: 0.1;
    z-index: 20;
    width: 16px;
    height: 20px;
  }
  .color .white {
    background-image: url(../img/color-white_en.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .color .yellow {
    background-color: #FFF100;
    background-image: url(../img/color-yellow_en.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .color .black {
    color: #fff;
    background-color: #000;
    background-image: url(../img/color-black_en.png);
    background-position: center center;
    background-repeat: no-repeat;
  }
  .color .white.ja {
    background-image: url(../img/color-white.png) !important;
  }
  .color .yellow.ja {
    background-image: url(../img/color-yellow.png) !important;
  }
  .color .black.ja {
    background-image: url(../img/color-black.png) !important;
  }
  .fontsize li:nth-child(2) span, .color li:nth-child(2) {
    border-left: #ccc solid 1px;
  }
  /**/
  .youtube_title, .font_title, .color_title {
    margin-top: 5px;
    margin-right: 10px;
  }
  /*ff*/ @-moz-document url-prefix() {
    .youtube_title, .font_title, .color_title {
      margin-top: 0;
    }
  }
  /*-----*/
  #nav {
    clear: both;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
  }
  .sp_nav {
    display: none;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    border-right: #ccc 1px solid;
    letter-spacing: -.40em;
  }
  .nav_list li {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    border-left: #ccc 1px solid;
  }
  .nav_list li.sp {
    display: none;
  }
  .nav_list li a.navbutton {
    /*	width: 190px;*/
    width: 243px;
    color: #231815;
    display: block;
    padding: 20px 0;
    /*	padding: 10px 0 20px;*/
    text-align: center;
    position: relative;
    text-decoration: none;
  }
  .nav_list li a.navbutton:after {
    content: "";
    display: inline-block;
    border: 5px solid transparent;
    border-top-color: #D19394;
    margin-right: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  .sub_nav {
    /*	width: 183px;*/
    width: 233px;
    margin: 0;
    /*	left: 0;*/
    z-index: 500;
    display: none;
    padding: 10px 0 10px 10px;
    position: absolute;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .nav_list li:hover .sub_nav {
    display: block !important;
  }
  .sub_nav li {
    width: 232px;
    border: none;
    display: block;
    vertical-align: top;
  }
  .sub_nav li a {
    width: auto;
    color: #231815;
    display: block;
    padding: 6px 0;
    text-align: left;
    text-decoration: none;
  }
  .sub_nav li a:before {
    content: "";
    display: inline-block;
    border: 4px solid transparent;
    margin-right: 0px;
    border-left-color: #D19394;
  }
  /*-----*/
  .main_img {
    background-color: #F7F8F8;
  }
  .top {
    z-index: 1;
    width: 100%;
    height: 200px;
    position: relative;
  }
  .top .top_title {
    color: #fff;
    width: 198px;
    height: 200px;
    z-index: 100;
    display: table-cell !important;
    font-size: 23px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
  }
  .top img {
    z-index: 150;
    position: absolute;
    top: 0;
    right: 0;
  }
  /*-----*/
  .pnkz ul {
    letter-spacing: -.4em;
    float: right;
    margin: 0;
    padding: 16px 0;
    list-style: none;
    text-align: right;
    max-width: 900px;
  }
  .pnkz ul li {
    color: #231815;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
  }
  .pnkz ul li a {
    color: #231815;
    font-size: 12px;
    text-decoration: none;
  }
  .pnkz ul li a:hover {
    text-decoration: underline;
  }
  .pnkz ul li:after {
    font-family: icomoon;
    content: ">";
    font-weight: normal;
    font-size: 13px;
    margin: 0 4px 0 10px;
  }
  .pnkz ul li.here:after {
    content: "";
    margin: 0;
  }
  .back {
    float: left;
  }
  .back a {
    color: #898989;
    text-decoration: none;
  }
  .back a:before {
    font-family: icomoon;
    content: "b";
    color: #B5B5B6;
    font-size: 22px;
    font-weight: normal;
    margin-right: 5px;
  }
  /*-----*/
  #main {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 100px;
  }
  #main a {
    word-break: break-all;
  }
  .inline {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .inline ul, #main .inline ol {
    padding-bottom: 20px;
    margin: 10px 20px 0 10px;
  }
  #main .inline .menu {
    letter-spacing: -.4em;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    border-left: #ccc 1px solid;
    border-top: #ccc 1px solid;
  }
  .menu li {
    width: 33%;
    display: inline-block;
  }
  .menu li:nth-child(3n) {
    width: 34%;
  }
  .menu a {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    text-align: center;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    text-decoration: none;
  }
  h1 {
    color: #727171;
    padding: 12px 20px;
    font-size: 22px;
    border-top: 5px solid #ccc;
    font-weight: normal;
    margin-bottom: 22px;
    background-color: #f5f5f5;
  }
  #main .inline .list + h1, ol + h1 {
    margin-top: 70px !important;
  }
  h2 {
    clear: both;
    color: #555;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #ccc;
    margin-bottom: 20px;
    background-color: #f5f5f5;
  }
  h3 + h2, ul + h2, ol + h2, p + h2, table + h2, div + h2 {
    margin-top: 40px !important;
  }
  h3 {
    clear: both;
    color: #727171;
    padding: 5px 20px 5px 10px;
    font-size: 16px;
    margin-top: 10px;
    font-weight: normal;
    margin-bottom: 15px;
    border-bottom: 1px solid #DCDDDD;
  }
  h3:before {
    color: #898989;
    font-family: icomoon;
    content: "p";
    font-weight: normal;
    font-size: 15px;
    margin-right: 6px;
  }
  h4 + h3, ul + h3, ol + h3, p + h3, table + h3, div + h3 {
    margin-top: 40px !important;
  }
  h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 5px;
    text-decoration: underline;
  }
  ul + h4, ol + h4, p + h4, table + h4 {
    margin-top: 20px;
  }
  #main .inline .list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .list li {
    margin: 12px 0;
    width: 440px;
    display: inline-block;
    vertical-align: top;
    text-indent: -2.8em;
    margin-left: 40px;
  }
  .list li a {
    color: #3E3A39;
    font-size: 17px;
    margin-left: 20px;
    text-decoration: none;
  }
  .list li a:before {
    color: #ccc;
    font-family: icomoon;
    content: "p";
    font-weight: normal;
    font-size: 16px;
    margin-right: 6px;
  }
/*-----2504追加*/
#main .inline .list li .list_sub {
    margin: 4px 0 0;
    width: 380px;
    display: inline-block;
    vertical-align: top;
    text-indent: -2.8em;
    margin-left: 10px;
	padding-bottom: 0;
  }
  .list li .list_sub li {
	margin: 12px 0;
	width: auto;
	display: block;
	vertical-align: top;
	text-indent: -2.8em;
	margin-left: 0;
  }
  .list li .list_sub a {
    color: #3E3A39;
    font-size: 17px;
    margin-left: 0px;
    text-decoration: none;
  }
  .list li .list_sub a:before {
    color: #333;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'メイリオ', Meiryo, sans-serif;
    content: "・";
    font-weight: normal;
    font-size: 16px;
    margin-right: 6px;
  }
/*-----*/
  #main .inline p, #main .inline table {
    margin: 0 10px 0 30px;
    padding-bottom: 25px;
  }
  #main .inline p a:link, #main .inline p a:hover, #main .inline p a:active, #main .inline p a:visited {
    color: #236BB5;
  }
  #main .inline strong {
    font-weight: bold;
  }
/*---*/
  #main .inline table.table {
    width: auto;
    border: 1px solid #DCDDDD;
    border-collapse: collapse;
  }
  #main .inline table.table th, #main .inline table.table td {
    border: 1px solid #DCDDDD;
    padding: 4px 10px;
  }
  #main .inline table.table th {
    text-align: center;
    font-weight: bold;
    background-color: #f5f5f5;
  }
/*---*/
/*  #main .inline table.none {
    width: auto;
    border: none;
    border-collapse: inherit;
  }
  #main .inline table.none th, #main .inline table.none td {
    border: none;
    padding: auto;
  }
  #main .inline table.none th {
    text-align: inherit;
    font-weight: inherit;
    background-color: none;
  }*/

  #main .inline .min40 {
    margin-left: 40px;
  }
  #main .inline .top0 {
    margin-top: 0;
    padding-top: 0;
  }
  #main .inline .backcolor {
    padding: 10px 20px;
    margin-bottom: 20px;
    background-color: #ECF5FB;
  }
  /*-----*/
  #page_back {
    display: none;
  }
  #page_back {
    right: 3%;
    bottom: 4%;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    z-index: 20;
  }
  #page_back a {
    color: #fff;
    width: 50px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: table-cell;
    font-size: 70%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #666;
    border: 3px solid #666;
    opacity: 0.5;
    transition: 0.3s;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  #page_back a:after {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    content: ">";
    font-weight: normal;
    font-size: 20px;
  }
  #page_back a:hover {
    opacity: 1;
  }
  /*-----*/
  .footer_menu {
    margin: 0;
    padding: 0;
    background-color: #F7F8F8;
  }
  .footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: -.4em;
  }
  .footer_menu ul li {
    width: 326px;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
	padding-bottom: 10px;/* 202210　追加 */
  }
  .time {
    height: 180px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .footer_menu .footer_time {
    color: #fff;
    margin: 0 10px 10px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    background-color: #B4B4B5;
  }
  .footer_menu ol {
    margin: 0;
    padding: 0;
    letter-spacing: -.4em;
    list-style: none;
  }
  .footer_menu ol.address {
    line-height: 1em
  }
  .footer_menu ol.address img {
    width: 300px;
    height: auto;
  }
  .footer_menu ol.address .title {}
  .footer_menu ol.address .address {
    padding-left: 5px;
    font-size: 13px;
  }
  .footer_menu ol.address .tel {
    padding-left: 5px;
    font-weight: bold;
    font-size: 17px;
  }
  .footer_menu ol.address .tel:before {
    font-family: icomoon;
    content: "t";
    font-weight: normal;
    font-size: 17px;
    margin-right: 2px;
    vertical-align: middle;
  }
  .footer_menu ol.address .tel span {
    font-size: 15px;
    font-weight: 300;
  }
  .footer_menu .time p {
    margin: 0 10px;
    padding: 8px 10px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    background-color: #e5e5e5;
    border-radius: 3px;
  }
  .footer_menu .time dl {
    margin-top: 8px;
  }
  .footer_menu .time dt {
    float: left;
    width: 120px;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
  }
  .footer_menu .time dd {
    float: right;
    width: 195px;
    font-size: 13px;
    font-weight: bold;
  }
  .footer_menu .time .day {
    /*	font-size: 13px;*/
  }
  .footer_menu .menu_list.english {
    width: 640px;
  }
  .footer_menu .menu_list ol {
    float: left;
    width: 150px;
  }
  .footer_menu .menu_list.english ol {
    float: left;
    width: 300px;
  }
  .footer_menu .menu_list ol li {
    width: auto;
    margin-left: 40px;
    padding-left: 10px;
  }
  .footer_menu .menu_list ol li:before {
    content: "";
    display: inline-block;
    border: 4px solid transparent;
    border-left-color: #9FA0A0;
    margin-right: 2px;
  }
  .footer_menu .menu_list ol li a {
    font-size: 14px;
    color: #231815;
    text-decoration: none;
  }
  .footer_menu .menu_list ol li a:hover {
    text-decoration: underline;
  }
  /*-----*/
  #footer {
    clear: both;
    padding: 15px 0;
    background-color: #898989;
  }
  .copy {
    width: 270px;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    font-size: 11px;
  }
  .footer_link {
    width: 690px;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    letter-spacing: -.4em;
    border-right: 1px solid #fff;
  }
  .footer_link li {
    padding: 0 10px;
    display: inline-block;
    border-left: 1px solid #fff;
  }
  .footer_link a {
    font-size: 11px;
  }
  .footer_link a:link, .footer_link a:visited {
    color: #fff;
    text-decoration: none;
  }
  .footer_link a:hover {
    text-decoration: underline;
  }
  /*---ie対応---*/
  .inline {
    width: 980px\9;
    margin-left: auto\9;
    margin-right: auto\9;
  }
}