@charset "UTF-8";
/************/
/*切り替え用*/
/************/
.pc {
  display: block;
}

.sp {
  display: none;
}

/*===============================================
  画面の横幅が767px以下に適用
===============================================*/
@media screen and (max-width: 767px) {
  /************/
  /*切り替え用*/
  /************/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /****パンくず****/
  .bread {
    margin-bottom: 0;
  }
  .bread .breadcrumbs li{
    font-size: 1.3rem;
  }
  
  /**100%**/
  header,
  header nav ul,
  address div,
  .container img,
  footer img,
  #wrapper {
    width: 100%;
  }
  
  #wrapper {
    overflow: hidden;
  }
  /****header*****/
  header{
    
  }
  header.top .header,
  header.sub .ri .fle{
    display: none;
  }
  
  header.sub{
    display: block;
  }
  header.sub .logo{
    padding-top: 15px;
    width: 100px;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  header.sub .logo a{
    width: 100%;
  }
  header.sub .ri{
    width: 90%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  
  /****メイン画像*****/
  .main_bg{
    padding-top: 0;
    height: 88vh;
    min-height: 380px;
    max-height: 620px;
    margin-bottom: 0;
  }
  .main_bg .logo{
    width: 30%;
    min-width: 150px;
  }
  .main_bg #slideshow li .img-1,
  .main_bg #slideshow li .img-2{
    width: 82% !important;;
    height: 100%;
    max-height: 42%;
  }
  
  /****サブ画像*****/
  .main_bgs{
    width: 100%;
    min-width: inherit;
    height: 140px;
    padding-top: 0;
    background-position: center left;
    margin-bottom: 20px;
  }
  .main_bgs p{
    left: 5%;
    font-size: 3rem;
    letter-spacing: 0.06em;
    padding-bottom: 8px;
    margin-bottom: 5px;
  }
  .main_bgs p:before{
    width: 20px;
    height: 2px;
  }
  
  /******共通*****/
  #container {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  /*******/
  .g-nav, .h1_bg {
    display: none;
  }
  table,
  table tbody,
  table th,
  table tr,
  table td {
    display: block !important;
    width: 100% !important;
  }
  .cont {
    width: 88%;
  }
  .fle{
    display: block;
  }
  .btn{
    width: 180px;
    height: 42px;
  }
  .btn a{
    text-decoration: none !important;
  }
  div[class^="contents"],
  article[class^="contents"] {
    padding: 50px 0;
  }
  div.contents1,
  article.contents1{
    
  }
  
  .h2_1{
    font-size: 3.6rem;
    letter-spacing: 0.25em;
  }
  .h3_1{
    display: block;
    font-size: 1.8rem;
    padding-bottom: 6px;
    border-bottom-width: 1px;
  }
  
  table tr th{
    padding: 10px 15px;
    text-align: left;
    border-bottom-color: #c2c2c2;
  }
  table tr td{
    padding: 10px 15px;
    border-bottom-color: #333333;
  }
  
  /**************info********************/
  .info .contents1{
    padding-bottom: 30px;
  }
  .info .contents1 h2{
    letter-spacing: 0.12em;
    margin-bottom: 40px;
  }
  
  .info .contents2{
    padding-bottom: 60px;
  }
  .info .contents2 h2{
    letter-spacing: 0.12em;
    margin-bottom: 40px;
  }
  .info .contents2 .map{
    height: 240px;
  }
  
  
  /**************gallery********************/
  .gallery .contents1 .list{
    justify-content: space-between;
    margin-top: -30px;
  }
  .gallery .contents1 .list .box{
    width: 48%;
    margin-top: 30px;
    margin-right: 0;
  }
  .gallery .contents1 .list .box figure{
    margin-bottom: 10px;
  }
  
  .gallery_d .contents1 .text{
    width: 100%;
    margin-bottom: 30px;
  }
  .gallery_d .contents1 h2{
    min-width: inherit;
    margin-bottom: 15px;
  }
  .gallery_d .contents1 figure{
    width: 100%;
    padding-top: 73.2%;
  }
  .gallery_d .contents1 .imgs{
    justify-content: space-between;
    padding-top: 5px;
  }
  .gallery_d .contents1 .imgs li{
    width: 48%;
    padding-top: 35.1%;
    margin-right: 0;
    margin-top: 15px;
  }
  
  /**************menu********************/
  .menu .contents1 h2{
    letter-spacing: 0.12em;
    margin-bottom: 20px;
  }
  .menu .contents1 .memo{
    margin-bottom: 30px;
  }
  .menu .contents1 section{
    margin-bottom: 50px;
  }
  .menu .contents1 section h3{
    font-size: 3rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  .menu .contents1 section .menu-list{
    display: block;
  }
  .menu .contents1 section .menu-list .list{
    width: 100%;
  }
  .menu .contents1 section .menu-list .list dl{
    margin-bottom: 13px;
  }
  .menu .contents1 section .menu-list .list dl dt{
    width: 160px;
    padding: 0 10px 8px;
    text-align: left;
  }
  .menu .contents1 section .menu-list .list dl dd{
    width: calc(100% - 160px);
    padding: 0 15px 8px;
    text-align: right;
  }
  .menu .contents1 section .menu-list .list dl:last-of-type{
    margin-bottom: 18px;
  }
  .menu .contents1 section .menu-list .list:last-of-type dl:last-of-type{
    margin-bottom: 0;
  }
  
  .menu .contents2{
    padding-bottom: 60px;
  }
  .menu .contents2 .box{
    padding: 0 0 20px;
  }
  .menu .contents2 .box:before{
    width: 108%;
    height: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
  }
  .menu .contents2 .box figure{
    width: 100%;
    height: 0;
    padding-top: 62%;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .menu .contents2 .box figure img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .menu .contents2 .box .text{
    padding-top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .menu .contents2 .box .text h2{
    margin-bottom: 30px;
  }
  .menu .contents2 .box .text p{
    margin-bottom: 25px;
  }
  .menu .contents2 .box .text .links{
    max-width: 360px;
    margin: 0 auto;
  }
  .menu .contents2 .box .text .links li{
    height: 50px;
    margin-bottom: 12px;
  }
  .menu .contents2 .box .text .links li a{
    letter-spacing: 0;
    font-size: 1.3rem;
    text-decoration: none;
    white-space: nowrap;
  }
  .menu .contents2 .box .text .links li a span{
    margin-right: 5px;
    width: 72px;
  }
  .menu .contents2 .box .text .links li.line a{
    letter-spacing: 0.02em;
  }
  .menu .contents2 .box .text .links li.line a span{
    width: auto;
  }
  
  /**************about********************/
  .about .contents1{
    padding-bottom: 20px;
  }
  .about .contents1 h2{
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .about .contents1 h2 br{
    display: none;
  }
  .about .contents1 figure{
    width: 96%;
    margin: 0 auto 30px;
  }
  .about .contents1 figure p{
    position: relative;
    z-index: 0;
  }
  .about .contents1 figure p:nth-of-type(1){
    width: 86%;
    min-width: inherit;
    margin-bottom: 0;
    z-index: 1;
  }
  .about .contents1 figure p:nth-of-type(2){
    width: 68%;
    min-width: inherit;
    margin-left: auto;
    margin-top: -14%;
  }
  .about .contents1 .text{
    width: 88%;
    margin: 0 auto;
  }
  .about .contents1 .text h3{
    margin-bottom: 15px;
  }
  .about .contents1 .text p{
    margin-bottom: 15px;
  }
  .about .contents1 .text p br{
    display: none;
  }
  .about .contents1 .text .btn{
    padding-top: 8px;
    margin: 0 auto;
  }
  
  .about .contents2 section{
    display: block;
    padding: 0 0 20px;
    margin-bottom: 60px;
  }
  .about .contents2 section:before{
    width: 106%;
    height: calc(100% - 20px);
  }
  .about .contents2 section .text{
    width: 100%;
    padding-top: 0;
    margin: 0 auto 30px;
  }
  .about .contents2 section .text h2{
    margin-bottom: 30px;
  }
  .about .contents2 section .text p:not(.btn){
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .about .contents2 section .text .btn{
    padding-top: 30px;
  }
  .about .contents2 section figure{
    width: 96%;
    height: 0;
    padding-top: 60%;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .about .contents2 section figure img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .about .contents2 section:nth-of-type(2n+1) figure{
    margin-left: 0;
  }
  
  .about .contents3{
    padding-bottom: 60px;
  }
  .about .contents3 h2{
    margin-bottom: 40px;
  }
  .about .contents3 section{
    display: block;
    margin-bottom: 50px;
  }
  .about .contents3 section figure{
    width: 100%;
    height: 0;
    padding-top: 56%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  .about .contents3 section figure img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .about .contents3 section .text{
    width: 100%;
  }
  .about .contents3 section .text h3{
    margin-bottom: 15px;
  }
  .about .contents3 section .text p{
    margin-bottom: 15px;
  }
  .about .contents3 section .text p br{
    display: none;
  }
  .about .contents3 section .text .favorite{
    margin-top: 12px;
    padding: 15px 20px;
  }
  .about .contents3 section .text .favorite dt{
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
  
  
  /**************index********************/
  .index .contents1{
    padding: 70px 0 50px;
  }
  .index .contents1 .text{
    width: 88%;
    margin: 0 auto 40px;
  }
  .index .contents1 .text h2{
    text-align: center;
    margin-bottom: 40px;
  }
  .index .contents1 .text h3{
    margin-bottom: 15px;
  }
  .index .contents1 .text p{
    margin-bottom: 15px;
  }
  .index .contents1 .text p br{
    display: none;
  }
  .index .contents1 .text .btn{
    padding-top: 8px;
    margin: 0 auto;
  }
  .index .contents1 .imgs{
    width: 96%;
    margin-left: auto;
    padding: 0;
    background: none;
  }
  .index .contents1 .imgs li:nth-of-type(1){
    margin-left: 9%;
    width: 52%;
  }
  .index .contents1 .imgs li:nth-of-type(2){
    width: 48%;
    margin-top: -20%;
  }
  .index .contents1 .imgs li:nth-of-type(3){
    width: 56%;
    margin-top: -12%;
  }
  
  .index .contents2{
    padding: 50px 0;
  }
  .index .contents2 section{
    display: block;
    padding: 0 0 20px;
    margin-bottom: 60px;
  }
  .index .contents2 section:before{
    width: 106%;
    height: calc(100% - 20px);
  }
  .index .contents2 section:nth-of-type(1):after{
    background-size: 100% auto;
    background-position: top center;
    width: 30%;
    max-width: 195px;
    height: 0;
    padding-top: 46%;
    position: absolute;
    right: inherit;
    left: -12px;
    bottom: -28px;
    transform: rotate(-15deg) scale(-1,1);
    z-index: 1;
  }
  .index .contents2 section:nth-of-type(2):after{
    background-size: 100% auto;
    background-position: top center;
    width: 30%;
    max-width: 195px;
    height: 0;
    padding-top: 50%;
    position: absolute;
    left: -12px;
    bottom: -26px;
    transform: rotate(-23deg);
    z-index: 1;
  }
  .index .contents2 section .text{
    width: 100%;
    margin: 0 auto 30px;
  }
  .index .contents2 section .text h2{
    margin-bottom: 30px;
  }
  .index .contents2 section .text p:not(.btn){
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .index .contents2 section .text .btn{
    padding-top: 30px;
  }
  .index .contents2 section figure{
    width: 96%;
    height: 0;
    padding-top: 60%;
    position: relative;
    z-index: 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .index .contents2 section figure img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
  .index .contents2 section:nth-of-type(2n+1) figure{
    margin-left: 0;
  }
  
  .index .contents3{
    padding-bottom: 50px;
  }
  .index .contents3 h2{
    margin-bottom: 40px;
  }
  .index .contents3 h2 span{
    padding: 0 1px 0 10px;
  }
  .index .contents3 ul{
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -12px;
    margin-bottom: 30px;
  }
  .index .contents3 ul li{
    width: 48%;
    padding-top: 48%;
    margin-right: 0;
    margin-top: 12px;
  }
  
  .index .contents4{
    padding-bottom: 60px;
  }
  .index .contents4 .box{
    width: 100%;
    padding: 15px 20px 20px;
    margin-bottom: 20px;
  }
  .index .contents4 .box:last-of-type{
    margin-bottom: 0;
  }
  .index .contents4 .to{
    margin-bottom: 20px;
  }
  .index .contents4 .to h2{
    font-size: 3.2rem;
    letter-spacing: 0.16em;
  }
  .index .contents4 .box.column-box h2{
    letter-spacing: 0.08em;
  }
  .index .contents4 .to .btn{
    width: 30%;
    max-width: 105px;
    height: 34px;
  }
  .index .contents4 .list dl{
    padding-bottom: 6px;
    margin-bottom: 15px;
  }
  .index .contents4 .list dl dt{
    margin-bottom: 5px;
  }
  .index .contents4 .list dl dt .tag{
    font-size: 1.2rem;
    width: 70px;
    height: 21px;
    padding-top: 2px;
  }
  
  
  /****************footer*****************/
  footer{
    padding: 40px 0 10px;
  }
  footer .footer {
    width: 90%;
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  footer .f_logo{
    width: 140px;
    margin: 0 auto 20px;
  }
  footer .add{
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
  }
  footer .add dd span{
    display: inline-block;
  }
  footer .t-h{
    display: block;
    width: 260px;
    margin: 0 auto 8px;
  }
  footer .t-h dd{
    font-size: 1.4rem;
  }
  footer .warking{
    display: inline-block;
    text-align: left;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
  footer .sns{
    justify-content: center;
  }
  footer .sns li{
    width: 42px;
    height: 42px;
    margin-right: 12px;
  }
  footer .sns li img{
    width: auto;
    height: auto;
    max-width: 26px;
    max-height: 26px;
  }
  footer .sns li:last-of-type{
    width: 70px;
  }
  footer .sns li:last-of-type img{
    max-width: 100%;
    max-height: inherit;
  }
  footer .f-nav{
    display: none;
  }
  
  div.copy p{
    font-size: 1.2rem;
  }
  
  
  /**************siteページ***************/
  .site .contents1 {
  }
  .site .contents1 h2{
    margin-bottom: 40px;
  }
  .site .contents1 .site_list{
    width: 100%;
  }
  .site .contents1 .site_list ul{
    padding: 20px 15px;
  }
  .site .contents1 .site_list ul li a{
    text-decoration: none;
    font-size: 1.8rem;
  }
  
  /**************privacyページ***************/
  .privacy .contents1 {
  }
  .privacy .contents1 h2{
    margin-bottom: 40px;
    font-size: 3.4rem;
    letter-spacing: 0.04em;
  }
  .privacy .contents1 .item-box {
    margin-bottom: 30px;
  }
  .privacy .contents1 .item-box h3{
    margin-bottom: 15px;
  }
  
  /**************error 404ページ***************/
  .error .contents1 {
  }
  
  /**************contactページ***************/
  .contact .contents1{
  }
  .contact .contents1 h2{
    margin-bottom: 40px;
    letter-spacing: 0.04em;
    font-size: 3.4rem;
  }
  .contact .contents1 table,
  .contact .contact-recaptcha-wrap{
    margin-bottom: 20px;
    letter-spacing: 0.01em;
  }
  .contact .contents1 table th{
    padding: 12px 10px;
  }
  .contact .contents1 table td{
    padding: 12px 10px;
  }
  
  
  .input-min{
    width: 62px;
  }
  .contact form input{
    font-size: 1.5rem;
  }
  .contact form textarea{
    font-size: 1.5rem;
    height: 150px;
  }
  .contact-submits input{
    padding: 12px 15px;
    margin: 0 5px;
  }
  .contact-submits-wrap input{
    padding: 12px 35px;
  }
  
  /**************newsページ***************/
  .news .contents1 {
  }
  .news .contents1 .links{
    margin-bottom: 50px;
  }
  .news .contents1 .links li{
    width: 120px;
    height: 42px;
    margin-right: 12px;
  }
  .news .contents1 .links li a{
    text-decoration: none;
    font-size: 1.4re;
    letter-spacing: 0.08em;
  }
  .news .contents1 .list-box dl{
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .news .contents1 .list-box dl dt{
    margin-bottom: 5px;
  }
  .news .contents1 .list-box dl dt .tag{
    font-size: 1.2rem;
    width: 70px;
    height: 21px;
    padding-top: 2px;
  }
  
  /**************news_detailページ***************/
  .news_detail .contents1 {
  }
  .news_detail .contents1 .sec1{
    width: 90%;
  }
  .news_detail .contents1 .sec1 h3{
    margin-bottom: 10px;
  }
  .news_detail .contents1 .sec1 .item-box {
    width: 100%;
    padding: 15px 15px 20px;
  }
  .news_detail .contents1 .sec1 .post-data{
    margin-bottom: 8px;
  }
  .news_detail .contents1 .sec1 .item-text{
    
  }
  .news_detail .contents1 .item-box img {
    max-width: 100% !important;
  }
  
  
  
  /**************************/
  
  /* IEハック */
  _:-ms-fullscreen, :root .paginated-link li a{
    padding: 7px 10px 3px;
  }
  _:-ms-fullscreen, :root table tr th,
  _:-ms-fullscreen, :root table tr td{
    padding: 12px 15px 8px;
  }
  _:-ms-fullscreen, :root .news .contents1 .list-box dl dt .tag,
  _:-ms-fullscreen, :root .index .contents4 .list dl dt .tag{
    padding-top: 5px;
  }
  _:-ms-fullscreen, :root .contact .contents1 table td,
  _:-ms-fullscreen, :root .contact .contents1 table th{
    padding: 14px 10px 10px;
  }
  
  
  /*--------------------------------------
		common
	--------------------------------------*/
  html {
    font-size: 62.5%;
  }
  a:link {
    text-decoration: underline;
  }
  /* box-sizing */
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
  }
  body,
  #wrapper,
  footer {
    width: auto;
    min-width: 320px;
  }
  body {
    background: #fff;
  }
  #wrapper {
    font-size: 1.0rem;
    padding: 0;
  }
  
}

/*===============================================
  画面の横幅が767px以下で変更したい場合に適用
===============================================*/
@media screen and (max-width: 490px){
  .about .contents1 h2 {
    font-size: 2.3rem;
  }
  .about .contents1 h2 br{
    display: inherit;
  }
}
