@charset "UTF-8";
body{
    background: none;
    margin: 0;
    font-size: 16px;
    line-height: 2em;
    background-color: #f3f3f3;
    background-image: url("https://www.transparenttextures.com/patterns/climpek.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    }
/* ============= Start Menu =================*/
.header_hold{
    width:100%;
    margin:0 auto;
    min-width: 1100px;
    padding: 4px 0 7px 0;
    background-color: #d8c7c7;
      /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.frames_header_top{
    width: 1100px;
    margin: 0 auto;
}
.frames_images_top{
    width: 1100px;
    margin: 0;
    background: #98826b;
}
.frame_inner img{
    width: auto;
    margin: 10px auto;
    display: block;
    box-shadow: 0 0 0 1px white;
}
.frames_title_top{
    width: 100%;
    clear: both;
    /* position: absolute; */
    /* top: 342px; */
    background: #e84d45;
    text-align: center;
}

.frames_title_top h1{
    padding: 5px 0;
    
    
      /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    /* text-indent: 6px; */
    /* background: linear-gradient(to top, rgb(248, 246, 255) 56%,rgba(255,255,255,0) 100%); */
    /* line-height: 90px; */
    margin: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
h1 a,h2 a,h3 a,h4 a,h5 a{
     font-weight: bold;
     font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.frames_title_top h1 a{
    font-size: 18px;
    color: #fdfdfd;
    text-decoration: none;
}
.frames_title_top h1 a:hover{
    text-decoration: underline;
}
.frames_nav_top {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
.nav{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
ul.menu{
       display: table;
       right: 3px;
       padding: 0px 3px  0px 0;
       margin: 0 auto;
       text-align: center;
       position: relative;
}
.nav ul li{
    display: inline;
    list-style: none;
}
.nav ul li a{
    display: inline-block;
    font-size: 14px;
    padding: 12px 19px;
    text-decoration: none;
    color: #3c3c3c;
    text-align: center;
    margin: 5px;
    /* border-bottom: 2px solid #aaa5a4; */
    position: relative;
}
.nav ul li:nth-child(1) a:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 9px;
    width: 50px;
    height: 50px;
    background: url(../images/home_button.png)no-repeat top center;
    background-size: 99%;
}

.nav ul li:nth-child(1) a:hover:before {
    background: url(../images/home_button_hover.png)no-repeat top center;
    background-size: 99%;
}

.nav ul li:nth-child(1) a {padding-left: 60px;}

.nav ul li:nth-child(1) a:hover {
}
.nav ul li a:before {

content: "➲";

font-weight: bold;

color: #225477;

position: absolute;

left: -4px;

bottom: 11px;
}
/* .nav ul li:last-child a:before {content: "";position: absolute;top: 22px;right: -15px;background: none;width: 10px;height: 10px;border-radius: 50%;} */
.nav ul li a:hover {
    color: #e45151;
    text-decoration: none;
}
.scroll.down{
    width: 1100px;
    margin: 0 auto;
    height: 60px;
    margin-bottom: 34px;
    position: relative;
}
.scroll.down a img {
    display: block;
    margin: 0 auto;
}
.scroll.down a img:hover {
    opacity: .7;
}
.scroll_top{margin: 0 auto; position: relative; padding: 0px 0; clear: both; } 
.scroll_top:before {content: ""; display: block; clear: both; } 
.scrollToTop {
    width: 80px;
    height: 80px;
    padding: 10px 0;
    text-align:center;
    background: url('../images/scroll_top.png') no-repeat 0px 0px;
    background-size: 100%;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 46%;
    bottom: 0px;
    display: table-cell;
    border-radius: 0;
    margin-bottom: 0;
    }
.scrollToTop:hover {
    opacity: 0.7;
}
.frames_wrapp_top{
    width: 100%;
    min-width: 1100px;
    position: relative;
    margin: 0px auto;
    padding: 36px 0 50px 0;
    background-color: #ececec;
    background-image: url("https://www.transparenttextures.com/patterns/axiom-pattern.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.frames_wrapp_top:before {content: "";position: absolute;top: 0;left: 46%;margin: 0 auto;border-width: 50px;border-style: solid;border-color: transparent;border-top-color: #d8c7c7;}
.top_layer_two{
  width:1100px;
  margin:0 auto;
}
.top_text_column {
    padding: 20px 0 40px 0;
    position: relative;
    display: inline;
    float: left;
    margin: 0px 20px;
    width: 46.3%;
}

.top_text_column a {
    color: #e84d45;
}
.top_text_column img{
    width: 100%;
    display: block;
    position: relative;
    margin: 20px auto;
    margin-top: 0;
    box-shadow: 0 20px 13px -10px #b1b0ae;
}
.top_text_column h2 {
    color: antiquewhite;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    font-size: 17px;
    position: relative;
    color: #e84d45;
    background: #ddd;
}
.top_text_column p {
    padding: 0;
    margin: 0;
    color: #313131;
    text-align: justify;
}

.top_layer_links {
    width: 350px;
    float: right;
    margin: 0 auto;
}
.top_links_column {
    width: 100%;
    padding-top: 1px;
    text-align: justify;
}

.top_links_column h3 {
    background: white;
    padding: 5px 10px;
    color: #837b76;
}
.top_links_column ul {
    padding: 0;
    list-style: none;
    text-align: justify;
    padding-bottom: 10px;
    margin: 0;
}
.top_links_column ul li a {
    text-decoration: none;
    color: #e84d45;
    line-height: 35px;
}
.top_links_column ul li a:hover {
    text-decoration: underline;
}
.top_links_column h2:after,.top_links_column h2:before {
    content: none;
}
.frames_bar_wrapp{
    width: 100%;
    margin: 0 auto;
    /* background-color: #fff6dd; */
    /* background-image: url("https://www.transparenttextures.com/patterns/45-degree-fabric-light.png"); */  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    padding: 50px 0 50px 0;
    clear: both;
}
.top_layer_three{
    width: 1100px;
    margin: 0 auto;
}
.top_content_column {
    margin: 0;
    padding: 0;
    float: right;
    margin-left: 30px;
    width: 700px;
}
.top_layer_three h2,.top_sub_column h2{
  font-size: 18px;
  padding: 5px 0;
  margin: 0 0 20px 0;
  color: #6a6f6a;
  position: relative;
  text-indent: 40px;
  text-align: left;
}

.top_layer_three .top_content_column h2 {
    text-align: left;
    text-indent: 40px;
}
.top_layer_three h2:before,.top_sub_column h2:before{
    content: "";
    position:absolute;
    top: 8px;
    left: 0px;
    width: 0;
    height:0;
    border-width: 10px;
    border-style:solid;
    border-color: #e84d45;
    /* border-radius: 99px; */
    /* box-shadow: 3px 2px #ffffff; */
}
.top_layer_three h2:after,.top_sub_column h2:after{
    content: "";
    position:absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height:0;
    border-width: 7px;
    border-style:solid;
    border-color: #bdbdbd;
    /* border-radius: 99px; */
}

.top_details_column h2 a {
    color: #77932d;
}

.top_details_column h2 a:hover {
    color: #77932d;
}

.top_details_column p {
    display: block;
    padding: 0;
    margin: 0;
    text-align: justify;
}
.top_content_column img {
    width: 55%;
    display: block;
    float: left;
    margin-right: 30px;
}
.top_details_column,.top_sitebar_column {
    width: 350px;
    float: left;
    position: relative;
    padding: 0 0 66px 0;
    
      /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.top_details_column p.read_more a {
    border-radius: 0;
    color: black;
    display: block;
    text-align: center;
    padding: 10px 10px;
    box-shadow: 2px 8px 1px -2px #cfc9c9;
}

.top_details_column p.read_more a:hover {
    box-shadow: 2px 8px 1px -2px #89817b;
}

.top_details_column p.read_more {
    margin: 30px 0 30px 0;
    position: relative;
    padding: 0;
    bottom: 0;
    left: 0;
}

.footer_wrapp{
    width: 100%;
    min-width: 1100px;
    margin: 0 auto;
    background-color: white;
    background-image: url("https://www.transparenttextures.com/patterns/fresh-snow.png");
    box-shadow: 0 -10px 30px -10px #dbdbdb;
    margin-top: 50px;
}
.top_layer_footer {
    clear: both;
    width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}
.top_layer_footer a {
    color: #FF5722;
}
.top_content_column_sub {
    width: 1100px;
    margin: 0 auto;
}

.top_sub_column img {
    width: auto;
    float: left;
    margin: 0 30px 0 0px;
}
h3 {
    padding: 0;
    font-size: 16px;
    overflow: hidden !important;
}
a {
    color: #e84d45;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
h2  {
    text-align: left;
    position: relative;
    padding: 10px;
    text-align: left;
    padding-left: 35px;
    clear: both;
} 

h2 a{
  color: #798ab1;
}
h2 a:hover{
      color: #798ab1;
      text-decoration: underline;
}
p{
  padding: 0;
  text-align: justify;
}
p.read_more {
    margin: 30px 0 30px 0;
}
p.read_more a {
    color: #ffffff;
    padding: 10px 30px;
    /* border: 4px double white; */
    /* border-radius: 100%; */
    background: #e84d45;
    box-shadow: 0 10px 10px -10px #000000;
}

p.read_more a:hover {
    text-decoration: none;
    background: #e8746d;
}
ol.in-menu_blocks_boss li {
    list-style: none;
    padding-left: 10px;
    display: inline-block;
}
ol.in-menu_blocks_boss {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0 10px 0;
}
.link_social {
    width: 1100px;
    margin: 0 auto;
    /* position: relative; */
    z-index: 99;
}
.social_share {
    position: absolute;
    top: 160px;
    padding-left: 5px;
}
.article_layer_three {
    width: 1100px;
    margin: 0 auto;
    padding: 0px 0 100px 0px;
}
.article_content_column {
    width: 100%;
}
.article_content_column li {
    list-style: none;
    margin: 10px;
    border-bottom: 1px solid #594f4d;
    position: relative;
}

.article_content_column li:before {content: "";position: absolute;right: 0;top: 3px;border-right: 2px solid #594f4d;height: 50px;transform: rotate(19deg);}
.article_content_column li a {
    padding: 10px 10px 10px 61px;
    display: inline-block;
    color: #FF5722;
    position: relative;
}
.article_content_column li a:before {
    content: "\269B";
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 50px;
    color: #594f4d;
}

/*responsive set*/
@media screen and (max-width: 480px){
.frames_header_top {
    width: 100%;
}
.frames_title_top {
    width: 100%;
    clear: both;
    position: relative;
    top: 0;
}
.frames_title_top h1{
  padding: 10px 0;
  margin: 0;
  text-indent: 0;
  text-align: center;
  background-image: none;
}
.frames_title_top h1 a{
  font-size: 13px;
  /* color: white; */
}
.frames_nav_top {
    width: 100%;
    padding: 0px;
    margin: 0;
}
.nav {
    width: 100%;
    margin: 0 auto;
    position: absolute;
}
.frames_images_top {
    width: 97%;
    margin: 0 auto;
    display: block;
}
.frame_inner img {
    width: 100%;
    margin: 10px auto;
    display: block;
    margin-bottom: 0px;
}
.nav{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
ul.menu{
  position: inherit;
  display: block;
  margin-bottom: 25px;
  padding: 0;
  right: 0;
}
.nav ul li {
    display: block;
    list-style: none;
}
.nav ul li a:before {
content: "";
position: absolute;
top: 23px;right: -12px;
background: none;
width: 10px;height: 10px;
border-radius: 50%;
}
.nav ul li a {
    display: block;
    width: auto;
}
label {
    width: 150px;
    position: relative;
    top: 1px;
    font-size: 25px;
    padding: 0;
    text-align: center;
    margin-top: -10px;
    border: none;
    height: 73px;
    color: #ffe492;
    display: block;
    margin: 0 0 0 155px;
}
#click
{
}
#click:checked + ul.menu{
    width: 100%;
    padding: 10px 0;
    position: inherit;
    top: 35px;
    right: 0;
    margin-bottom: 45px;
}
.frames_wrapp_top {
    width: 100%;
    position: inherit;
    margin: 0px auto;
    padding-top: 0;
    min-width: 100%;
}
.top_layer_two {
    width: 100%;
    margin: 0 auto;
}
.top_text_column {
    width: 100%;
    margin: 0px 0 25px 0;
    padding: 0;
}
.top_text_column h2:before {
    content: ' ';
    position: absolute;
    z-index: -1;
    width: 65%;
    height: 20px;
    left: 0px;
    top: 6px;
}
.top_layer_links {
    width: 100%;
    margin: 0px auto;
}
.top_links_column ul{
  padding:0 20px;
}
.top_layer_three {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.top_content_column {
    width: 100%;
    margin: 0;
    padding: 0;
    float: none;
}
.top_content_column img {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.top_details_column {
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 50px;
}
.top_details_column img {
    width: 100%;
    display: block;
    margin: 0px auto;
    margin-top: 0;
    margin-bottom: 25px;
    border-radius: 0;
}
.top_layer_footer {
    clear: both;
    width: 95%;
    padding: 0px 10px 0 10px;
}

.social {
    width: 300px;
    display: block;
    margin: 0 auto;
}

p{
  padding: 0 20px;
  text-align: justify;
}

.top_details_column p {
    padding: 0 20px;
}
.top_details_column p.read_more {
    position: relative;
    left: 0;
}
h2:before,h2:after{
    left: 5px;
}
.top_content_column_sub {
    width: 100%;
    margin: 0 auto;
}
ol.in-menu_blocks_boss {
    width: 97%;
    margin: 0 auto;
}
.top_sub_column img {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
}
.top_text_column img {
    width: 100%;
    display: block;
    margin: 0 auto;
    right: 0;
    position: inherit;
    border-radius: 0;
}
.top_text_column img {
    width: 100%;
    display: block;
    margin: 0 auto;
    right: 0;
    position: inherit;
    border-radius: 0;
}
div#block01_container img {
    top: 10px;
}
div#block02_container img {
    top: 10px;
}
div#block03_container img {
    top: 10px;
}
.top_text_column h2 {
    text-align: center;
    padding: 10px 0;
    margin: 20px 0 0 0;
    font-size: 16px;
    width: auto;
    position: relative;
}
.top_text_column p {
    padding: 0 20px;
}
.top_content_column h2 {
    text-align: center;
}
.top_details_column, .top_sitebar_column {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 20px 0;
}
.top_layer_three h2, .top_sub_column h2 {
    width: 80.2%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}
.scroll.down{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    clear: both;
}
.scrollToTop {
    top: 15px;
    left: 42%;
}
.footer_link {
    width: 100%;
    float: none;
}
h3{
  width: 50%;
  margin-left: 22px;
}

.top_links_column h3 {
    width: 94%;
    margin: 10px 0;
}
.social_share {
    position: relative;
    top: 0;
    padding-left: 0;
}
.link_social {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.frames_bar_wrapp{padding-bottom:0px;}
.header_hold,.footer_wrapp{
    width: 100%;
    min-width: 100%;
    margin-top: 0px;
}
.nav ul li:nth-child(1) a:before{
    left: 42.5%;
}
.article_layer_three {
    width: 100%;
}
.article_content_column {
    width: 100%;
}

.article_content_column li a {
    padding: 10px 10px 10px 61px;
}
.nav ul li:nth-child(6) a:before {
    left: 47%;
}
}
div:after{
    content: "";
    clear: both;
    display: block;
}



