@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

@font-face {
  font-family: "Billabong";
  src: url(css/fonts/Billabong.woff2) format("woff2"),
  url(css/fonts/Billabong.woff) format("woff"),
  url(css/fonts/Billabong.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{

  line-height: 1.666;
  color: #111;
  background: #F3F4EB;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 15px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{
  
}
.tbl td{
  
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  padding: 0 10px; 
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 25px;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 477px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{
  
}
.listbox .item .date{
  
}
.listbox .item .txt{
  
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 25px ;
}
header .hdr1{
  
}
header .hdr1 .hdr_logo {
    /* line-height: 1; */
    width: 60%;
    margin-top: 30px;
}

header .hdr2{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  
}
header .hdr2 .hdr2_1{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 5px;
}
header .hdr2 .hdr2_1 p + p{
  margin-left: 30px;
  width:25%;
}

header .hdr2 .hdr2_2{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 15px;
}

header .hdr_contact{
  margin-left: 60px;
  width:200px;
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  position: relative;
}
.gnav > ul > li + li{
  margin-left: 60px;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}
.gnav li a em{
  font-family: 'Hina Mincho', serif
;
  font-size: 26px;
}
.gnav li a span{
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}


.mv{
  position: relative;
  /*border: 8px solid #DAA19E;*/
  margin: 0 25px;
  background: #CCC;
  background-image: url('http://smilepets.net/wp-content/uploads/2022/09/mv01.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  
}
.mv .container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 780px;
}
.mv .mv_box{
  
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
}

.ftr_contact_wrap{
  background-image: url('http://smilepets.net/wp-content/uploads/2022/09/ft2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 75px;
  height: 450px;
  
}
.ftr_contact_wrap .tt3 em,
.ftr_contact_wrap .tt3_sub{
  color: #FFF;
  text-shadow: 0 0px 5px #333;
}
.ftr_contact_wrap .tt3:before,
.ftr_contact_wrap .tt3:after{
  background: #FFF;
}


.ftr_contact_items_wrap{
  width: 805px;
  max-width: 100%;
  margin: 0 auto;
}
.ftr_contact_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.ftr_contact_items .item{
  width: 33.333%;
  padding: 0 20px;
}
.ftr_contact_items .item .link{
  margin-bottom: 10px;
}
.ftr_contact_items .item .link a {
    display: block;
    background: #daa19e;
    border: 1px solid #DAA19E;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
    color: #fff;
}
.ftr_contact_items .item .txt{
  color: #FFF;
  text-align: center;
  text-shadow: 0 0px 5px #333;
  font-size: 14px;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
footer .box1{
  width: 50%;
}
footer .box2{
  width: 50%;
}

footer .ftr_logo{
  margin-bottom: 20px;
  width:50%;
}
footer .ftr_addr{
  font-size: 15px;
  line-height: 1.875;
}

footer .ftr_links{
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
footer .ftr_links li{
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
}
footer .ftr_links li+li{
  margin-left: 55px;
}

footer .ftr_links li a{
  
}
footer .ftr_links li a em{
  font-size: 26px;
  font-family: 'Hina Mincho', serif
;
}
footer .ftr_links li a span{
  display: block;
  font-size: 12px;
  margin-top:10px;
}

footer .copy{
  color: #111;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 60px;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d1c0a5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  /*width: 24%;*/
  width: 14%;
}
.footer_fix ul li.btn3{
  width: 23%;
}
.footer_fix ul li.btn4{
  width: 23%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #DAA19E;
  color: #FFF;
  text-decoration: none;
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{
  
}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{
  
}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 130px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  /*color: #6c6969;*/
  padding: 3px;
  margin: 2px;
  text-align: center;
  font-size: 14px;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  border: 0;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 30px;
      border-radius: 20px;
  
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 20px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 65px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  /*border: 1px solid #c0c0c0;*/
  padding: 6px 15px;
  margin: 4px 4px;
  /*color: #1e1e1e;*/
  text-decoration: none;
  background-color: #917a6a;
  color: #FFF;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #664b38;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 19px;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 180px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 2px solid #dfd1b9;
  padding: 15px 50px;
  position: relative;
  background: #FFF;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  /*font-family: "Font Awesome 5 Free";
  font-weight: 900;*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  /*content: "\f053";*/
  content: "←";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  /*content: "\f054";*/
  content: "→";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
    display: block;
    background: #8A8277;
    color: #fff;
    padding: 15px 120px;
}
  
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{
  
}
.search_list .item + .item{
  
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}

/* コンタクトフォーム */
.contact_info{
  background: #4d3b2f;
  text-align: center;
  padding: 28px 30px 25px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #DAA19E;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.04em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
  background: #FFF;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th {
    background: #4d3b2f;
    width: 310px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #fff;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #d94e3b;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.addr dd{
  
}

.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 90px;
}
.contact_form_addr dd{
  width: calc(100% - 90px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}

.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{
  
}

.addr_auto_box button{
  margin-left: 20px;
}



.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}

.contact_form td textarea {
  width: 100%;
  height: 280px;
}
.contact_form td input[type="text"],
.contact_form td input[type="email"]{
  width: 460px;
  max-width: 100%;
}

.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before,
.contact_form td .wpcf7-form-control-wrap[class$="_zipcode"]:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}

.contact_form td .wpcf7-checkbox, 
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 


.contact_form_acceptance{
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.08em;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #DAA19E;
  color: #FFF;
  border: 0;
  padding: 12px 10px; 
  width: 300px;
  margin: 0 10px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{
  
}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{
  
}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  border-left: 6px solid #4d3b2f;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
  
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 120px 0 0;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 6px #333;
}
.tt1 span{
  display: block;
  font-family: 'Hina Mincho', serif
;
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 15px;
}
.tt1 span:first-letter{
  text-transform: capitalize;
}

.tt2{
  text-align: center;
  border-bottom: 2px solid #DAA19E;
  padding-bottom: 12px;
  margin-bottom: 25px;
}
.tt2 em{
  font-family: 'Hina Mincho', serif
;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  color: #71675B;
}
.tt2 span{
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.tt3{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}
.tt3:before,
.tt3:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #DAA19E;
}
.tt3 em{
  font-family: 'Hina Mincho', serif
;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: #71675B;
  margin: 0 15px;
}
.tt3_sub{
  text-align: center;
  margin-bottom: 50px;
  margin-top:5px;
}
.tt4{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #DAA19E;
}
.tt4 span{
  
}
.tt5{
  background: #DAA19E;
  color: #FFF;
  border-radius: 39px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  
  margin-bottom: 60px;
  padding: 15px 10px;
}
.tt5 span{
  
}


/* 詳しく見る サンプル */
.read_more{
  
}
.read_more a{
  display: block;
  width: 150px;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  position: relative;
  
  background-image: url('/img/read_more_arr.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 3px;
}
.read_more a:after{
  /*content: "\f054";*/
  /*content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
}

.read_more.left{
}
.read_more.left a{
  margin-left: 15px;
  margin-right: auto;
}

.read_more.right{
}
.read_more.right a{
  margin-left: auto;
  margin-right: 15px;
}

.tbl{
  
}
.tbl th,
.tbl td{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  color: #111;
}
.tbl th{
  background: #cfc7ba;
  border-bottom: 2px solid #FFF;
}
.tbl td{
  background: #FFF;
  border-bottom: 2px solid #cfc7ba;
}

.reserve_bn{
  margin-top: 50px;
}

/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  
}
.pg_home .section#sec1{
  
}
.pg_home .section#sec2{
  margin-top: 125px;
}
.pg_home .section#sec3{
  margin-top: 70px;
}
.pg_home .section#sec4{
  margin-top: 125px;
}
.pg_home .section#sec5{
  margin-top: 125px;
}
.pg_home .section#sec6{
  margin-top: 140px;
}

.home_sns_links{
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
  margin-right: 25px;
  margin-bottom: 60px;
}
.home_sns_links ul{
  display: flex;
  justify-content: flex-end;
  padding: 0 30px;
  border-bottom: 1px solid #DAA19E;
  
  font-family: 'Hina Mincho', serif
;
  font-size: 34px;
  line-height: 1;
}
.home_sns_links ul li{
  
}
.home_sns_links ul li+li{
  margin-left: 100px;
}


.home_news_wrap {
    background: #FFF;
    padding: 0 50px 35px;
    position: relative;
    border-radius: 20px;
}
.home_news_wrap .tt2{
  position: relative;
  top: -30px;
  margin-bottom: 0;
}
.home_news_wrap .read_more a{
  margin-left: auto;
  margin-right: 0;
}

.home_news_items {
    margin-bottom: 15px;

}


.home_news_wrap .home_news_items{
  margin-top: -10px;
}


.home_news_items .item{
  display: flex;
  border-bottom: 1.5px dotted #D0A060;
  padding: 15px 0;
}
.home_news_items .item + .item{
  margin-top: 10px;
}
.home_news_items .item .date{
  width: 100px;
  margin-right: 3vw;
}
.home_news_items .item .category{
  width: 130px;
}
.home_news_items .item .title{
  width: calc(100% - 100px - 130px - 35px);
  margin-left: 35px;
  
}

.home_news_items .category span{
  display: block;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 5px;
}
.post_items .item .category .cat_news,
.home_news_items .category .cat_news{
  background: #D2B9A8;
  color:#fff;
}
.post_items .item .category .cat_blog,
.home_news_items .category .cat_blog{
  background: #D0A060;
  color:#fff;
}
.post_items .item .category .cat_puppy,
.home_news_items .category .cat_puppy{
  background: #DAA19E;
  color:#fff;
}
.post_items .item .category .cat_campaign,
.home_news_items .category .cat_campaign{
  background: #8A8277;
  color:#fff;
}

/**/
.home_contents_wrap1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_contents_wrap1 .box1{
  width: 48.66%;
}
.home_contents_wrap1 .box2{
  width: 48.66%;
  height: 511px;
  position: relative;
}

.home_contents_wrap1.reverse .box1{
  order: 2;
}
.home_contents_wrap1.reverse .box2{
  order: 1;
}



.home_contents_wrap1 .title {
    font-family: 'Hina Mincho', serif;
    font-size: 56px;
    font-weight: 400;
    /* line-height: 1; */
    line-height: 100px;
    color: #000;
    border-bottom: 4px solid #DAA19E !important;
    margin-bottom: 25px;
}
.home_contents_wrap1 .title_sub{
  font-size: 24px;
  margin-bottom: 25px;
  font-weight:bold;
}
.home_contents_wrap1 .txt{
  line-height: 2.125;
}
.home_contents_wrap1 .bg{
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.home_contents_wrap1 .bg.left{
  right: 0;
  text-align: right;
}
.home_contents_wrap1 .bg.right{
  left: 0;
  text-align: left;
}
.home_contents_wrap1 .bg img{
margin-top:50px;
  
}


/*仔犬関連*/
.home_contents_wrap2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*align-items: flex-start;*/
}
.home_contents_wrap2 .box1{
  width: 106px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-right: 10px solid #DAA19E;
}
.home_contents_wrap2 .box1.bdr_left{
  
}
.home_contents_wrap2 .box1.bdr_right{
  
}
.home_contents_wrap2 .box2{
  width: calc(100% - 96px - 50px);
}

.home_contents_wrap2.reverse .box1{
  order: 2;
  border-right: 0;
  border-left: 10px solid #DAA19E;
  align-items: flex-start;
}
.home_contents_wrap2.reverse .box2{
  order: 1;
}


.home_contents_wrap2 .box1 .title{
  padding-top: 20px;
}
.home_contents_wrap2 .box1 .title em{
  font-family: 'Hina Mincho', serif
;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  color: #000;
}
.home_contents_wrap2 .box1 .title span{
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
}
.home_contents_wrap2 + .read_more{
  margin-top: 40px;
}

.home_puppy_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
.home_puppy_items .item{
  width: 33.333%;
  padding-left: 16px;
  padding-right: 16px;
}
.home_puppy_items .item:nth-child(n+4){
  margin-top: 30px;
}
.home_puppy_items .item .inner{
  height: 100%;
}
.home_puppy_items .item .img{
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #b5b5b5;
  position: relative;
}
.home_puppy_items .item .img:before{
  content: "";
  display: block;
  padding-top: 86.66%;
}
.home_puppy_items .item .img a{
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
}
.home_puppy_items .item .img .status{
  position: absolute;
  top: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-weight: 500;
  text-align: center;
  width: 115px;
  padding: 8px;
  background: #ccc;
}
.home_puppy_items .item .img .status.status0{
  background: #da4e3b;
}
.home_puppy_items .item .img .status.status1{
  background: #489674;
}
.home_puppy_items .item .img .status.status2{
  background: #333;
}
.home_puppy_items .item .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.home_puppy_items .item .meta dl{
  display: flex;
  margin-bottom: 0.5vw;
  
}
.home_puppy_items .item .meta dl dt {
    background: #da4e3b;
    border-radius: 5px;
    padding: 1px 10px;
    margin-right: 12px;
    font-weight: 500;
    color: #fff;
}
.home_puppy_items .item .meta dl dd{
  font-weight: 500;

}
.home_puppy_items .item .link{
  width: 100%;
}
.home_puppy_items .item .link a {
    display: block;
    background: #da4e3b;
    padding: 4px 5px;
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 5px;
}
.home_puppy_items .item .link a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}


/**/

@media (min-width:1200px){
  .home_puppy_items.archive{
    margin-left: -23px;
    margin-right: -23px;
  }
  .home_puppy_items.archive .item{
    padding-left: 23px;
    padding-right: 23px;
  }
  .home_puppy_items.archive .item:nth-child(n+4){
    margin-top: 50px;
  }
}
  
.home_puppy_items.archive .item .meta{
  margin-top: 20px;
}
.home_puppy_items.archive .item .meta dl dt{
  font-size: 15px;
  padding: 4px 20px;
}
.home_puppy_items.archive .item .link a{
  padding: 5px 5px;
}
.home_puppy_items.archive .item .link a:after{
  right: 40px;
}

.home_menu_head{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.home_menu_head .title{
  font-size: 24px;
  font-weight: 400;
}
.home_menu_head .link{
  
}

.home_menu_link a,
.home_menu_head .link a{
  display: block;
  background: #DAA19E;
  color: #FFF;
  border-radius: 2px;
  padding: 9px 10px 9px 25px;
  font-size: 15px;
}


.home_menu_banners{
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -10px;
  margin-right: -10px;
}
.home_menu_banners li{
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.home_menu_banners li img{
  box-shadow: 0 0 3px 1px #999;
}


.home_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin: 0 - 1px;
}
.home_gallery_items .item{
  width: 16.666%;
  padding: 1px;
}
.home_gallery_items .item a{
  display: block;
}
.home_gallery_items .item a:before{
  content: "";
  display: block;
  padding-top: 100%;
}

/* **********************************
 *  子犬情報
 * ********************************* */
.pg_puppy {
    margin-top: 10vw;
}
.pg_puppy .section#sec1{
  
}
.pg_puppy .section#sec2{
  
}
.pg_puppy .section#sec3{
  
}

.puppy_tt1{
  background: #FFF;
  color: #DAA19E;
  border-radius: 39px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  padding: 15px 10px;
}
.puppy_tt1 span{
  position: relative;
  padding: 0 40px;
  display: inline-block;
}
.puppy_tt1 span:before{
  content: "";
  width: 27px;
  height: 26px;
  background-image: url('/img/puppy_foot.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  
}

.puppy_main_img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.puppy_main_img .box1{
  width: 48.92%;
}
.puppy_main_img .box1.no_movie{
  width: 75%;
  margin: 0 auto;
}
.puppy_main_img .box2{
  width: 48.92%;
}
.puppy_main_img .box1.no_movie + .box2{
  margin: 0 auto;
}

.puppy_main_img .links{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.puppy_main_img .guide_link,
.puppy_main_img .reserve_link{
  width: 49.5%;
  margin-top: 20px;
}
.puppy_main_img .guide_link{
  
}
.puppy_main_img .reserve_link{
  
}
.puppy_main_img .guide_link a,
.puppy_main_img .reserve_link a{
  display: block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 20px 10px;
  position: relative;
}
.puppy_main_img .guide_link a{
  background: #DAA19E;
  color: #FFF;
}
.puppy_main_img .reserve_link a{
  background: #957b5e;
  color: #FFF;
}

.puppy_main_img .guide_link a:after,
.puppy_main_img .reserve_link a:after{
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.puppy_main_img .sp-bottom-thumbnails{
  margin-top: 20px;
}
.puppy_main_img .movie{
  
}
.puppy_main_img .movie iframe{
  height: 388px;
}


.puppy_info{
  margin-top: 100px;
}
.puppy_info .title{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #DAA19E;
}






.puppy_info_tbl{
  
}
.puppy_info_tbl th,
.puppy_info_tbl td{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 17px 10px;
  color: #111;
}
.puppy_info_tbl th{
  background: #cfc7ba;
  border-bottom: 2px solid #FFF;
}
.puppy_info_tbl td{
  background: #FFF;
  border-bottom: 2px solid #cfc7ba;
}





/* **********************************
 *  
 * ********************************* */
.pg_menu{
  
}
.pg_menu .section#sec1{
  
}
.pg_menu .section#sec2{
  margin-top: 95px;
}
.pg_menu .section#sec3{
  margin-top: 95px;
}


.menu_service_wrap{
  
}
.menu_service_wrap + .menu_service_wrap{
  margin-top: 40px;
}

.menu_tt1{
  background: #DAA19E;
  color: #FFF;
  border-radius: 39px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  
  margin-bottom: 60px;
  padding: 15px 10px;
}
.menu_tt2{
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.menu_tt2:before{
  content: "";
  display: block;
  height: 26px;
  background-image: url('/img/puppy_foot.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.menu_service_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.menu_service_list li{
  width: 20%;
  padding: 5px 10px;
  font-weight: 500;
  text-align: center;
}
.menu_service_list li span{
  display: block;
  background: #FFF;
  border-radius: 5px;
  padding: 6px;
}
.menu_service_list li.w{
  width: 100%;
}


.menu_course_tbl{
  /*border-spacing: 10px;*/
  /*border-collapse: separate;*/
  margin-top: 100px;
  text-align: center;
}

.menu_course_tbl th,
.menu_course_tbl td{
  padding: 20px 10px;
}
.menu_course_tbl thead{
  
}

.menu_course_tbl thead th{
  color: #FFF;
  background: #DAA19E;
  font-size: 20px;
  font-weight: 700;
  
}
.menu_course_tbl thead .th1{
  width: 48.92%;
}
.menu_course_tbl thead .th2{
  border-left: 10px solid #efeae5;
}
.menu_course_tbl thead .th3{
  border-left: 10px solid #efeae5;
}

.menu_course_tbl tbody{
  
}
.menu_course_tbl tbody tr{
  position: relative;
}
.menu_course_tbl tbody tr:nth-child(even){
  background: #FFF;
  /*content: "";
  background: #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;*/
}
.menu_course_tbl tbody th,
.menu_course_tbl tbody td{
  font-size: 16px;
  font-weight: 500;
  padding: 22px 10px;
}

.menu_tax_txt{
  font-weight: 500;
  text-align: right;
  margin-top: 30px;
}

/* オプション */
.menu_option_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu_option_wrap + .menu_option_wrap{
  margin-top: 75px;
}

.menu_option_wrap .box1{
  width: 50%;
}
.menu_option_wrap .box2{
  width: 43.30%;
}

.menu_option_wrap .title1{
  font-family: "Noto Serif JP";
  font-weight: 900;
  font-size: 28px;
  margin-bottom: 20px;
}
.menu_option_wrap .title1 span{
  display: block;
  font-size: 15px;
}
.menu_option_wrap .title1.color1{
  color: #50264f;
}
.menu_option_wrap .title1.color2{
  color: #3a4946;
}
.menu_option_wrap .title1.color3{
  color: #338d9a;
}

.menu_option_wrap .title2{
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 10px;
}

.menu_option_wrap .txt{
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
}
.menu_option_wrap .osusume{
  display: flex;
  flex-wrap: wrap;
  list-style: disc;
  margin-left: 1.5em;
}
.menu_option_wrap .osusume li{
  width: 50%;
}

/* ワンコイン */
.menu_onecoin_tbl{
  border: 1px solid #DAA19E;
  color: #000;
}
.menu_onecoin_tbl + .menu_onecoin_tbl{
  margin-top: 70px;
}
.menu_onecoin_tbl th,
.menu_onecoin_tbl td{
  text-align: center;
  padding: 20px 10px;
}
.menu_onecoin_tbl th{
  font-weight: 500;
}
.menu_onecoin_tbl td{
  border-left: 1px solid #DAA19E;
}

.menu_onecoin_tbl tr:nth-child(odd) th{
  background: #FFF;
}

.menu_onecoin_tbl .price{
  font-size: 25px;
  font-weight: 500;
}
.menu_onecoin_tbl .price span{
  font-size: 38px;
  font-weight: 700;
}

/* **********************************
 *  
 * ********************************* */
.pg_guide{
  
}
.pg_guide .section#sec1{
  
}
.pg_guide .section#sec2{
  margin-top: 100px;
}
.pg_guide .section#sec3{
  
}

.guide_contents_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide_contents_wrap + .guide_contents_wrap{
  margin-top: 100px;
}
.guide_contents_wrap .box1{
  width: 50%;
}
.guide_contents_wrap .box2{
  width: 44.46%;
}
.guide_contents_wrap .title{
  font-size: 30px;
  color: #DAA19E;
  margin-bottom: 20px;
}
.guide_contents_wrap .txt{
  line-height: 1.875;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.guide_contents_wrap .img{
  padding-right: 20px;
  padding-bottom: 30px;
  position: relative;
}
.guide_contents_wrap .img:after{
  content: "";
  background: #c1b3aa;
  position: absolute;
  top: 30px;
  left: 20px;
  right: 0;
  bottom: 0;
}
.guide_contents_wrap .img img{
  position: relative;
  z-index: 1;
}

.guide_info_tbl{
  
}

.guide_info_tbl th,
.guide_info_tbl td{
  color: #000;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 18px 10px;
}
.guide_info_tbl th{
  width: 22.32%;
  background: #cfc7ba;
}
.guide_info_tbl td{
  background: #FFF;
  padding-left: 35px;
}


/* **********************************
 *  
 * ********************************* */
.pg_news{
  
}
.pg_news .section#sec1{
  
}
.pg_news .section#sec2{
  
}
.pg_news .section#sec3{
  
}

.news_cat_nav{
  display: flex;
  margin-bottom: 60px;
  color:#fff;
}
.news_cat_nav li{
  width: 100%;
  text-align: center;
  position: relative;
}


.news_cat_nav li a{
  display: block;
  background: #CCC;
  font-weight: 500;
  letter-spacing: 0.035em;
  padding: 12px 0;
}
.news_cat_nav li.cat_all a{
  background: #B98B72;
  color:#fff;
  
}
.news_cat_nav li.cat_news a{
  background: #D2B9A8;
  color:#fff;
}
.news_cat_nav li.cat_blog a{
  background: #D0A060;
  color:#fff;
}
.news_cat_nav li.cat_puppy a{
  background: #DAA19E;
  color:#fff;
}
.news_cat_nav li.cat_campaign a{
  background: #8A8277;
  color:#fff;
}

.news_cat_nav li.on{
  
}
.news_cat_nav li.on:after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 11px 0 11px;
  
}
.news_cat_nav li.cat_all.on:after{
  border-color: #B98B72 transparent transparent transparent;
}
.news_cat_nav li.cat_news.on:after{
  border-color: #D2B9A8 transparent transparent transparent;
}
.news_cat_nav li.cat_blog.on:after{
  border-color: #D0A060 transparent transparent transparent;
}
.news_cat_nav li.cat_puppy.on:after{
  border-color: #DAA19E transparent transparent transparent;
}
.news_cat_nav li.cat_campaign.on:after{
  border-color: #8A8277 transparent transparent transparent;
}





/* **********************************
 *  会社概要
 * ********************************* */
.pg_shop{
  
}
.pg_shop .section#sec1{
  
}
.pg_shop .section#sec2{
  margin-top: 90px;
}
.pg_shop .section#sec3{
  
}

.shop_tt1{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #DAA19E;
}

.shop_message_wrap{
  margin-top: 50px;
}
.shop_message_wrap h2{
  font-size: 18px;
}
.shop_message_wrap .txt{
  line-height: 1.875;
}
.shop_message_wrap .img{
  text-align: center;
  margin-top: 30px;
}
.shop_message_wrap * + .txt{
  margin-top: 30px;
}
.shop_message_wrap .gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px;
  margin-top: 30px;
}

.shop_message_wrap .gallery li{
  width: 33.333%;
  padding: 5px;
}
.shop_message_wrap .gallery li a{
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shop_message_wrap .gallery li a:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.shop_info_tbl{
  
}
.shop_info_tbl th,
.shop_info_tbl td{
  color: #000;
  border: 1px solid #b2b2b2;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}
.shop_info_tbl th{
  width: 250px;
  background: #cfc7ba;
  padding-left: 20px;
}
.shop_info_tbl td{
  background: #FFF;
  padding-left: 30px;
}


.shop_map{
  margin-top: 55px;
}
.shop_map iframe{
  width: 100%;
  height: 480px;
  border: 1px solid #cecbcb;
}


/* **********************************
 *  求人情報
 * ********************************* */
.pg_recruit{
  
}
.pg_recruit .section#sec1{
  
}
.pg_recruit .section#sec2{
  
}
.pg_recruit .section#sec3{
  
}

.recruit_details_tbl{
  
}
.recruit_details_tbl th,
.recruit_details_tbl td{
  color: #000;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 25px 10px;
}
.recruit_details_tbl th{
  width: 26.78%;
  background: #cfc7ba;
  text-align: center;
}
.recruit_details_tbl td{
  background: #FFF;
  padding-left: 35px;
}

.recruit_msg1{
  text-align: center;
  color: red;
}


/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact {
    margin-top: 10vw;
}
.pg_contact .section#sec1{
  
}
.pg_contact .section#sec2{
  
}
.pg_contact .section#sec3{
  
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.pg_contact .privacy{
  margin-top: 100px;
}


element.style {
}


p.atten {
    font-size: 1.1em;
    color: #f00;
    background: #fff;
    border-radius: 60px;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    /* width: 70%; */
    /* margin: auto; */
    margin-bottom: 40px;
}





@charset "UTF-8";

/* ==================================
   よくあるご質問
================================== */

.sec_faq {
    margin-top: 95px;
}

@media (min-width: 769px) {
    .sec_faq .page_in_link {
        display: flex;
        justify-content: center;
    }

    .sec_faq .page_in_link li {
        max-width: 240px;
        width: 100%;
    }

    .sec_faq .page_in_link li:not(:first-child) {
        margin-left: 16px;
    }
}

@media (max-width: 768px) {
    .sec_faq .page_in_link li {
        width: 90%;
        margin: 0 auto;
    }

    .sec_faq .page_in_link li:nth-child(n+2) {
        margin-top: 10px;
    }
}

.sec_faq .page_in_link li a {
    border: 1px solid;
    border-radius: 5px;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.sec_faq .faq_list {
    max-width: 880px;
    margin: 100px auto 0;
}

@media (max-width: 768px) {
    .sec_faq .faq_list {
        margin-top: 40px;
    }
}

.sec_faq .faq_list > li:nth-child(n+2) {
    margin-top: 95px;
}

.sec_faq .faq_list > li .list_title {
    font-size: 23px;
}

@media (max-width: 768px) {
    .sec_faq .faq_list > li .list_title {
        padding: 0 17px;
    }
}

.sec_faq .faq_list > li dl {
    margin-top: 25px;
}

@media (max-width: 768px) {
    .sec_faq .faq_list > li dl {
        margin-top: 35px;
    }
}

.sec_faq .faq_list > li dl dt {
    font-size: 17px;
    font-weight: bold;
    border-radius: 20px;
    padding: 28px 49px;
    position: relative;
    background-size: 9px 7px;
    background-repeat: no-repeat;
    background-position: right 27px center;
    cursor: pointer;
}

@media (max-width: 768px) {
    .sec_faq .faq_list > li dl dt {
        font-size: 15px;
        padding: 18px 54px 18px 15px;
        min-height: 80px;
        display: flex;
        align-items: center;
    }
}

.sec_faq .faq_list > li dl dt:nth-child(n+2) {
    margin-top: 10px;
}

.sec_faq .faq_list > li dl dt span {
    display: block;
    padding-left: 23px;
    text-indent: -23px;
}

.sec_faq .faq_list > li dl dt span::before {
    content: 'Q.';
    padding-right: 5px;
}

.sec_faq .faq_list > li dl dd {
    display: none;
    line-height: 1.8em;
    text-align: justify;
    letter-spacing: 0.07em;
    max-width: 820px;
    margin-left: 46px;
    padding: 30px 30px 20px 30px;
    text-indent: -28px;
}

@media (max-width: 768px) {
    .sec_faq .faq_list > li dl dd {
        line-height: 1.6em;
        margin-left: 11px;
    }
}

.sec_faq .faq_list > li dl dd a {
    display: inline;
    text-decoration: underline;
}

.sec_faq .faq_list > li dl dd::before {
    content: 'A.';
    font-size: 17px;
    font-weight: bold;
    padding-right: 10px;
}

.sec_faq .faq_list > li dl dd .photo_list {
    margin-top: 22px;
}

@media (min-width: 769px) {
    .sec_faq .faq_list > li dl dd .photo_list {
        display: flex;
        justify-content: space-between;
    }
}

.sec_faq .faq_list > li dl dd .photo_list li {
    width: calc((100% - 23px) / 2);
}

@media (max-width: 768px) {
    .sec_faq .faq_list > li dl dd .photo_list li {
        width: 100%;
    }

    .sec_faq .faq_list > li dl dd .photo_list li:nth-child(n+2) {
        margin-top: 23px;
    }
}

.sec_faq .faq_list > li dl dd .photo_list li img {
    border-radius: 38px;
}

@media (max-width: 768px) {
    .sec_faq .faq_list > li dl dd .photo_list li img {
        border-radius: 20px;
    }
}

.sec_faq .faq_list > li dl dd .photo_list li .text {
    text-align: right;
    margin-top: 5px;
}

/* 幼稚園・保育園共通 */
.sec_faq .faq_list > li.list_com dt {
    background-color: #fdd; /* $pink_thin_color */
    background-image: url("../img/common/arrow_pink_bottom.svg");
}

.sec_faq .faq_list > li.list_com dt.open {
    background-image: url("../img/common/arrow_pink_top.svg");
}

.sec_faq .faq_list > li.list_com dd::before {
    color: #f39; /* $pink_color */
}

/* 八木ヶ谷幼稚園 */
.sec_faq .faq_list > li.list_kinder dt {
    background-color: #dfd; /* $main_thin_color */
    background-image: url("../img/common/arrow_green_bottom.svg");
}

.sec_faq .faq_list > li.list_kinder dt.open {
    background-image: url("../img/common/arrow_green_top.svg");
}

.sec_faq .faq_list > li.list_kinder dd::before {
    color: #3c3; /* $main_color */
}

/* やぎがやなかよし保育園 */
.sec_faq .faq_list > li.list_nursery dt {
    background-color: #def; /* $blue_thin_color */
    background-image: url("../img/common/arrow_blue_bottom.svg");
}

.sec_faq .faq_list > li.list_nursery dt.open {
    background-image: url("../img/common/arrow_blue_top.svg");
}

.sec_faq .faq_list > li.list_nursery dd::before {
    color: #39f; /* $blue_color */
}