@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
/*
Theme Name: MY-THEME
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
    font-family:  'Noto Sans JP', '游ゴシック体','Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #5d5d5d;
}

/* 基本フォント: 明朝 */
/**/
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: "Noto Serif JP","游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    /*text-decoration: underline;*/
    opacity: 0.8;
}

img{
    max-width: 100%;
}
a img:hover{
    opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
    max-width: 100%;
    height: auto;
}

/* 動画埋め込みのレスポンシブ対応 */
.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%;
}



/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
    overflow-x: hidden;
}
.container{
    width: 1120px;
    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_section{
    width: 100%;
    margin-bottom: 50px;
    padding: 0 0; 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pg_header{
    padding: 15px 0;
}


/* 共通の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{
    /*padding: 10px 0;*/
    padding:22px 0 0 0;
}
header .hdr1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 0 37px 0;
}
header .hdr1 .hdr_logo{
    /*padding:0 0 0 20px;*/
}
header .hdr1 .hdr_contact{
    display: flex;
}
header .hdr1 .hdr_contact dl{
    display: flex;
    align-items:center;
    padding:8.5px 0;
    margin:0 40px 0 0;
}
header .hdr1 .hdr_contact dl dt{
    font-weight: 600;
    color:#ee7950;
    padding:0 20px 0 0;
}
header .hdr1 .hdr_contact dl dd{
    font-size:14px;
    line-height: 23px;
    padding:0 0 0 20px;
    border-left:2px solid #cfa972;
}
header .hdr1 .hdr_contact .tel{
  margin:0 0 0 40px;
}
header .hdr1 .hdr_contact .txt{
  font-size:14px;
  line-height: 23px;
}


/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
    /*background: #b28850;*/
    padding: 0 0 16px 0;
}
.gnav > ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    /*font-size: 18px;*/
}
.gnav > ul > li{
    /*width: 100%;*/
    position: relative;
    border-right:1px solid #fff;
}
.gnav > ul > li:last-of-type{
    border:0;
}
.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{
    /*color: #fff;*/
    text-decoration: none;
    display: block;
    /*padding: 5px;*/
    padding:0 27px;
    border-right:1px solid #000;
}
.gnav li:last-of-type a{
  border-right:0;
}
.gnav li a:hover{
}

.gnav .children,
.gnav .sub-menu{
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 23px 29px 23px 20px;
    width: 342px;
    
}
.gnav .children li{
  width:48%;
  text-align: left;
  display: inline-block;
  border:0;
  font-size:15px;
  letter-spacing: -0.6px;
}
.gnav .children li a{
  border:0;
  padding:4px 0;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
    display: block;
}
.gnav .sp{
  display: none;
}

.mv{
    position: relative;
    height: 660px;
    /*background: #CCC;*/
    background:url(/img/top/mv_1.jpg) no-repeat center top;
}
.mv .mv_box{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.mv .mv_box .txt{
    font-size: 32px;
}
.mv .mv_box .img{

}
.mv .mv_box .img img{

}


/* **********************************
 *  フッター
 * ********************************* */
footer{
    margin:200px 0 0 0;
}

/*フッタートップ*/
footer .ftr_top .container{
    display: flex;
    justify-content: space-between;
}
footer .ftr_top .box_left,
footer .ftr_top .box_right{
    width:49%;
}
footer .ftr_top .box_left .add{
    margin:20px 0;
}
footer .ftr_top .box_left .txt{
    font-size:16px;
    line-height: 28px;
    margin:15px 0;
    letter-spacing: -0.8px;
}
footer .ftr_top .box_right .ttl{
    background:url(/img/footer/border.png) repeat-x 0 49%;
    font-size:18px;
    letter-spacing: 3px;
    margin:0 0 35px 0;
}
footer .ftr_top .box_right .ttl span{
    background:#fff;
    padding:0 20px 0 0;
}
footer .ftr_top .box_right iframe{
    width: 100%;
    height: 390px;
}


/*フッターミドル*/
footer .ftr_middle{
    margin:45px 0 35px 0;
}
footer .ftr_middle dl{
    margin:0 0 30px 0;
}
footer .ftr_middle dl:last-of-type{
    margin:0;
}
footer .ftr_middle dt{
    background:url(/img/footer/border.png) repeat-x 0 49%;
    font-size:18px;
    margin:0 0 13px 0;
}
footer .ftr_middle dt span{
    display: inline-block;
    background:#fff;
    width:200px;
}
footer .ftr_middle dd{
    font-size:16px;
    line-height: 24px;
}

/*フッターボトム*/
footer .ftr_btm iframe{
    width:100%;
    height:500px;
}


footer .ftr1{
    margin-bottom: 30px;
}
footer .ftr1 .ftr_links{
    display: flex;
    justify-content: space-around;
}
footer .ftr1 .ftr_links li{
    width: 100%;
    border-right: 1px solid #c9c9c9;
    text-align: center;
}
footer .ftr1 .ftr_links li:first-child{
    border-left: 1px solid #c9c9c9;
}

footer .ftr2{

}
footer .ftr2 .container{
    display: flex;
    justify-content: space-between;
}
footer .ftr2 .box1{

}
footer .ftr2 .box2{
    text-align: right;
}

footer .copy{
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    background:#ee7950;
    color:#fff;
}
footer .copy a{
    color:#fff;
}


.footer_fix{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #aec4e5;
    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;
}
.footer_fix ul li{
    /*display: table-cell;*/
    text-align: center;
    /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
    width: 38%;
    border-right:1px solid #fff;
}
.footer_fix ul li.btn2{
    width: 24%;
}
.footer_fix ul li a{
    display: block;
    padding:18px 5px;
    background: #ee7850;
    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: 150px;
    padding: 0 10px;

}
.post_items .item .category span{
    display: block;
    background: #e5e5e5;
    color: #6c6969;
    padding: 3px;
    margin: 2px;
    text-align: center;
}
.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;
    border-top: 15px solid #d3d3d3;
}
.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: 20px;
    border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
}


/* ページ送り(一覧) */
.pagination{
    text-align: center;
    margin-top: 30px;
}
.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: 5px 10px;
    margin: 4px 4px;
    color: #1e1e1e;
    text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #e5e5e5;
}
.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;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
    min-width: 100px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
    display: block;
    border: 1px solid #c0c0c0;
    padding: 10px 50px;
    position: relative;
}
.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";
    left: 10px;
}
.pagination .nav-posts .page-prev a:after{
    content: "\f054";
    right: 10px;
}
.pagination .nav-posts .page-archive a{
    display: block;
    background: #bcbcbc;
    color: #ffffff;
    padding: 10px 100px;
}

/* ページ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: #f0f0f0;
    text-align: center;
    padding: 20px;
}
.contact_info .box1{
    font-size: 20px;
}
.contact_info .box2{
    margin-top: 20px;
    background: #FFFFFF;
    padding: 20px 5px;
    line-height: 1;
}
.contact_info .box2 .icon{
    display: inline-block;
    font-size: 25px;
    font-weight: bolder;
    background: #8c8c8c;
    color: #FFFFFF;
    padding: 5px 15px;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 5px;
}
.contact_info .box2 .tel{
    display: inline-block;
    font-size: 44px;
    font-weight: bold;
    vertical-align: middle;
}
.contact_info .box2 .tel a{
    display: block;
}
.contact_info .box2 .txt{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

.contact_form{
    width: 100%;
    border: 1px solid #b2b2b2;
}
.contact_form tr{
    border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
    padding: 15px;
    font-weight: normal;
    text-align: left;
}
.contact_form th{
    background: #f0f0f0;
    width: 300px;
}
.contact_form th .require{
    display: inline-block;
    padding: 2px 5px;
    color: #FFF;
    background: #b80000;
    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.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 td .wpcf7-form-control-wrap{
    display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
    padding: 10px;
    max-width: 100%;
    border: 1px solid #CCC;
    border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
    border: 0;
}
.contact_form td .wpcf7-text {
    width: 500px;
    max-width: 100%;
}
.contact_form td .wpcf7-textarea {
    width: 100%;
}
.contact_form td .wpcf7-file {
    width: 100%;
    border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
    width: 100%;
    border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
    width: 150px;
}
.contact_form td [name="addr1"]{
    width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
    display: flex;
    align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.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: 0 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: 20px;
}
.contact_form_acceptance a{
    color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
    margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
    text-align: center;
    padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
    background: #b80000;
    color: #FFF;
    border: 0;
    padding: 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 input.wpcf7-confirm{

}
.contact_form_btns input.wpcf7-back{
    background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
    background: #398f14;
}


/* サイトマップ */
.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{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.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: 30px;
}
.privacy_items .item h4{
    font-size: 18px;

    border-left: 6px solid #bbbbbb;
    padding-left: 15px;
    margin-bottom: 10px;
}
.privacy_items .item .txt{

}
.privacy_items .item ul{
    list-style: disc;
    margin-left: 2em;
    margin-top: 10px;
}
.privacy_items .item ul li{

}

/* **********************************
 *  共通パーツ
 * ********************************* */
/* ページタイトル部分 */
.pg_header{
    background-size:cover;
    background-position: center top;
    background-repeat: no-repeat;
    height:350px;
    margin:0 0 80px 0;
}
.pg_header .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}
.pg_header .container .hdr_box{
    background:transparent;
    border:2px solid #fff;
    padding:8px;
}
.pg_header .container .hdr_box h2{
    text-align: center;
    color: #383838;
    font-size: 30px;
    letter-spacing: 2.5px;
    background: rgba(255,255,255,0.7);
    width: 450px;
    padding: 69px 5px;
}

/*黄色タイトル（英語あり）*/
.ttl_yellow{
    background:#faf0e2;
    color:#383838;
    padding:82px 0;
    text-align: center;
    margin:0 0 50px 0;
}
.ttl_yellow .en_ttl{
    font-size:35px;
    font-weight: normal;
    margin:0 0 20px 0;
    letter-spacing: 2px;
    line-height: 1;
}
.ttl_yellow .ttl{
    font-size:26px;
    font-weight: normal;
    letter-spacing: 2px;
}

/*黄色タイトル（英語なし）*/
.ttl_yellow_2{
    background:#faf0e2;
    /*color:#2e2115;*/
    padding:56px 0;
    text-align: center;
    margin:0 0 50px 0;
    font-size:24px;
}

/*オレンジタイトル*/
.ttl_orange{
    font-size:18px;
    font-weight: 500;
    color:#ee7950;
    background:url(/img/hel/dot.png) repeat-x 0 49%;
    margin:0 0 25px 0;
}
.ttl_orange span{
    background:#fff;
    display: inline-block;
    min-width:294px;
}


/* **********************************
 *  トップ
 * ********************************* */

/* 診療時間 */
.top_recept{
  margin: 50px 0 100px;
}
.top_recept .add {
  margin: 20px 0;
}
.top_recept .container{
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  justify-content: space-between;
}
.top_recept .container > div{
  width: 49%;
}
.top_recept .box_left .news_ttl{
  font-size:20px;
  padding:0 0 5px 0;
  position: relative;
  border-bottom:2px solid #ee7950;
}
.top_recept .box_left .news_ttl span{
  position: absolute;
  font-size:14px;
  right:0;
  top:4px;
}
.top_recept .box_left .kiji{
  padding:15px 0;
  display: block;
}
.top_recept .box_left .kiji dt{
  font-size:14px;
}
.top_recept .box_left .news_ttl i{
  color:#ee7950;
}
.top_recept .box_left dl a{
  
}
.top_recept .box_right{
  padding-left: 20px;
}
.top_recept .box_right .txt {
  font-size: 16px;
  line-height: 28px;
  margin: 15px 0;
}

/*お知らせ*/
.top_news{
    padding:20px 0;
    background:#e6d6bf;
}
.top_news .news_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_news .news_area .box_left{
    width:15%;
    font-size:20px;
    color:#3e3227;
}
.top_news .news_area .box_left i{
    color:#b28850;   
}
.top_news .news_area .box_right{
    width:85%;
    padding:0 0 0 60px;
    border-left:2px solid #b28850;
}
.top_news .news_area .box_right a{
    display: block;
    padding:12px 0;
}
.top_news .news_area .box_right a dl{
    display: flex;
    justify-content: space-between;
}
.top_news .news_area .box_right a dt{
    width:14%;

}
.top_news .news_area .box_right a dd{
    width:86%;
}
.top_news .btn_area{
    display: flex;
    justify-content: flex-end;
}
.top_news .btn_area .more img{
    margin:0 0 0 15px;
}

/*当院の特徴*/
.top_feature{
    /*background: url(/img/top/feature_bg.jpg) no-repeat center top;*/
    background-size: cover;
    /*color: #2e2115;*/
    padding: 0px 0 36px 0;
    text-align: center;
}
.top_feature .container{
    border-bottom:1px solid #5d5d5d;
    padding:0 0 50px 0;
}
.top_feature .ttl_wrap{
  background:url(/img/top/border.jpg) repeat-x 0 37%;
}
.top_feature .en_ttl{
    font-size: 50px;
    line-height: 1;
    letter-spacing: 3px;
    display: table;
    margin: 0 auto;
    background: #fff;
    padding: 0 37px;
}
.top_feature .ttl{
    font-size: 18px;
    margin: 13px 0 50px 0;
}
.top_feature .box_area{
  display: flex;
  justify-content: space-between;
}
.top_feature .box_area .img{
  width:29%;
}
.top_feature .box_area .txt{
  text-align: left;
  font-size:16px;
  line-height: 24px;
  width:68%;
}

/*診療案内*/
.page-child .pg_header{
  margin:0;
}
.top_service{
    margin:70px 0 100px 0;
}
.top_service .en_ttl{
    font-size:50px;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
}
.top_service .sub_ttl{
    font-size:18px;
    text-align: center;
    margin:15px 0 35px 0;
}
.top_service ul{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.top_service ul li{
    width:18.5%;
    margin:0 0 20px 0;
}
.top_service ul li .img{
    margin:0 0 2px 0;
}
.top_service ul li .ttl{
    text-align: center;
    /*background:#b28850;*/
    padding:3px;
    /*color:#fff;*/
    font-size:18px;
    border:1px solid #ee7950;
}
.top_service ul li .ttl span{
    display: block;
    border:1px solid #fdbda7;
    padding:5px;
}


/*フィード*/
.pg_section{
    margin-bottom:200px;
}
.top_feed{
/*    background:#faf7e2;
    padding:50px 0;*/
}
.top_feed .container{
    display: flex;
    justify-content: space-between;
}
.top_feed .box_left{
    width:40%;
}
.top_feed .box_left iframe{
    width:100%;
    height:100%;
}
.top_feed .box_right{
    width:55%;
}
.top_feed .box_right ul{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.top_feed .box_right ul li{
    width: 49%;
    /*background: url(/img/top/btn_bg.jpg) no-repeat center top;*/
    background-size: cover;
    margin:0 0 14px 0;
    text-align: center;
    padding:5px;
    background:#ee7950;
}
.top_feed .box_right ul li a{
    color: #fff;
    display: block;
    letter-spacing: 3px;
    /*padding: 21px 5px;*/
    line-height: 58px;
    border:1px solid #fff;
}
.top_feed .box_right .bnr{
    margin:10px 0 0 0;
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
}
.facebook-wrapper > .fb-page {
    width: 100%;
    height: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
    height:100%!important;
}


/* **********************************
 *  診療案内（CT検査）
 * ********************************* */
.pg_guide .guide_nav{
    margin:0 0 80px 0;
}
.pg_guide .guide_nav ul{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.pg_guide .guide_nav ul li{
    background:#d1c0a5;
    padding:5px;
    text-align: center;
    width:18.7%;
    margin:0 0 20px 0;
    font-size:18px;
}
.pg_guide .guide_nav ul li a{
    display: block;
    border: 1px solid #b28850;
    padding: 5px 5px;
}
.pg_guide .guide_nav ul li.current,
.pg_guide .guide_nav ul li:hover{
    background:#b28850;
}
.pg_guide .guide_nav ul li.current a,
.pg_guide .guide_nav ul li:hover a{
    color:#fff;
    border:1px solid #fff;
}

/*CT検査について*/
.pg_ct .about_ct .panel,
.pg_ct .about_ct .box_area{
    display: flex;
    justify-content: space-between;
}
.pg_ct .about_ct .panel .box_left{
    width:70%;
    font-size:16px;
    line-height: 30px;
}
.pg_ct .about_ct .panel .box_right{
    width:25%;
}
.pg_ct .about_ct .panel{
    margin:0 0 15px 0;
}
.pg_ct .about_ct .box_area .box_left,
.pg_ct .about_ct .box_area .box_right{
    width:49%;
}
.pg_ct .about_ct .box_area{
    align-items: flex-end;
}
.pg_guide .box{
    margin:0 0 100px 0;
}
.pg_guide table{
    border-left:1px solid #bfbfbf;
    border-bottom:1px solid #bfbfbf;
}
.pg_guide table th,
.pg_guide table td{
    border-right:1px solid #bfbfbf;
    border-top:1px solid #bfbfbf;
}

/*CT検査を用いて診断を行う主な疾患*/
.pg_ct .main_sikkan table{
    width:100%;
}
.pg_ct .main_sikkan table thead{
    background:#ffd3c4;
}
.pg_ct .main_sikkan table thead th:first-of-type{
    width:18%;
}
.pg_ct .main_sikkan table thead th:nth-of-type(2){
    width:38%;
}
.pg_ct .main_sikkan table thead th:nth-of-type(3){
    width:44%;
}
.pg_ct .main_sikkan table thead th{
    height:52px;
}
.pg_ct .main_sikkan table td{
    font-size:16px;
    line-height:30px; 
    padding:10px 15px;
}
.pg_ct .main_sikkan table tbody th{
    text-align: center;
}

/*手術支援としてのCT検査*/
.pg_ct .ope_ct ul li{
    font-size: 16px;
    line-height: 30px;
    padding-left: 1.1em;
    text-indent: -1.1em;
}

/*CT検査までの流れ*/
.pg_ct .flow_ct table{
    width:100%;
}
.pg_ct .flow_ct table th{
    text-align: center;
    width:22%;
    background:#ffd3c4;
}
.pg_ct .flow_ct table td{
    font-size:16px;
    line-height: 30px;
    padding:10px 30px;
}
.pg_ct .flow_ct .txt{
    font-size:20px;
    margin:25px 0 0 0;
}


/* **********************************
 *  診療案内（椎間板ヘルニア）
 * ********************************* */
.pg_hel .about_hel .sub,
.pg_dakkyu .about_dakkyu .sub,
.pg_mae .sub,
.pg_frac .sub,
.pg_sur .sub,
.pg_ope .sub,
.pg_mon .sub,
.pg_haku .sub,
.pg_ein .sub{
    margin:0 0 43px 0;
}
.pg_hel .about_hel .sub:last-of-type,
.pg_dakkyu .about_dakkyu .sub:last-of-type,
.pg_mae .sub:last-of-type,
.pg_frac .sub:last-of-type,
.pg_sur .sub:last-of-type,
.pg_ope .sub:last-of-type,
.pg_mon .sub:last-of-type,
.pg_haku .sub:last-of-type,
.pg_ein .sub:last-of-type{
    margin:0;
}
.pg_hel .about_hel .sub .txt,
.pg_dakkyu .about_dakkyu .sub .txt,
.pg_mae .sub .txt,
.pg_sur .sub .txt,
.pg_ope .sub .txt,
.pg_mon .sub .txt,
.pg_haku .sub .txt,
.pg_ein .sub .txt{
    font-size:16px;
    line-height: 30px;
}
.pg_hel .about_hel .sub table{
    margin:28px 0 0 0;
    width:100%;
}
.pg_hel .about_hel .sub table thead{
    text-align: center;
}
.pg_hel .about_hel .sub table thead th{
    background:#ffd3c4;
    font-weight: 600;
    height:50px;
    width:22%;
}
.pg_hel .about_hel .sub table thead td{
    background:#eeeeee;
    font-weight: 600;
    height:50px;
    width:78%;
}
.pg_hel .about_hel .sub table tbody th{
    background:#ffd3c4;
}
.pg_hel .about_hel .sub table tbody td{
    font-size:16px;
    line-height: 30px;
    padding:10px 30px;
}
.pg_hel .hel_naika .txt,
.pg_hel .hel_geka .txt,
.pg_hel .hel_geka dl dd,
.pg_mae .sub dl dd{
    font-size:16px;
    line-height: 30px;
}
.pg_hel .hel_geka table{
    width:100%;
    margin:45px 0 30px 0;
}
.pg_hel .hel_geka table thead th{
    background:#ffd3c4;
    font-weight: 600;
    height:50px;
    text-align: center;
    width:22%;
}
.pg_hel .hel_geka table thead td{
    text-align: center;
}
.pg_hel .hel_geka table thead td:first-of-type{
    width:53%;
    background:#eeeeee;
}
.pg_hel .hel_geka table thead td:nth-of-type(2),
.pg_hel .hel_geka table thead td:nth-of-type(3){
    width:12.5%;
    background:#eeeeee;
}
.pg_hel .hel_geka table tbody th{
    background:#ffd3c4;
}
.pg_hel .hel_geka table tbody td:first-of-type{
    padding:14px 30px;
}
.pg_hel .hel_geka table tbody td:nth-of-type(2),
.pg_hel .hel_geka table tbody td:nth-of-type(3){
    text-align: center;
}
.pg_hel .hel_geka .img_area{
    display: flex;
    margin:45px 0;
}
.pg_hel .hel_geka .img_area li{
    margin:0 60px 0 0;
}
.pg_hel .hel_geka dl,
.pg_mae .sub dl{
    display: flex;
    justify-content:space-between;
    margin:0 0 20px 0;
}
.pg_hel .hel_geka dl dt,
.pg_mae .sub dl dt{
    width:27%;
}
.pg_hel .hel_geka dl dd,
.pg_mae .sub dl dd{
    width:69%;
}
.pg_hel .hel_geka .mb50{
    margin-bottom:50px;
}

/* **********************************
 *  診療案内（膝蓋骨内方脱臼）
 * ********************************* */
.pg_dakkyu .grade{
    margin:30px 0 0 0;
}
.pg_dakkyu .grade li{
    font-size: 16px;
    line-height: 30px;
    padding-left: 4.5em;
    text-indent: -4.5em;
}
.pg_dakkyu dl{
    margin:28px 0 0 0;
}
.pg_dakkyu dl dt{
    font-weight: 600;
    margin:0 0 5px 0;
}
.pg_dakkyu dl dd,
.pg_dakkyu .img_area li .sub_txt,
.pg_frac .txt{
    font-size: 16px;
    line-height: 30px;
}
.pg_dakkyu .img_area{
    display: flex;
    justify-content: space-between;
    margin:30px 0 0 0;
}
.pg_dakkyu .img_area li:first-of-type{
    width:25%;
}
.pg_dakkyu .img_area li:nth-of-type(2){
    width: 49%;
    padding: 39px 0 0 0px;
}
.pg_dakkyu .img_area li:nth-of-type(3){
    width: 21%;
    padding: 11px 0 0 0;
}
.pg_dakkyu .img_area li .txt{
    margin:4px 0 0 0;
}


/* **********************************
 *  診療案内（前十字靭帯断裂症）
 * ********************************* */
.pg_mae .sub .img_normal{
    margin:30px 0 0 0;
}
.pg_mae .mt30{
    margin-top:30px;
}
.pg_mae .mb30{
    margin-bottom:30px;
}
.pg_mae .sub .box_area{
    display: flex;
    justify-content: space-between;
    margin:30px 0 0 0;
}
.pg_mae .sub .box_area .box_left,
.pg_mae .sub .box_area .box_right{
    width:49%;
}
.pg_mae .sub .box_area .caption{
    margin:12px 0 0 0;
    font-size:16px;
    line-height: 30px;
}


/* **********************************
 *  診療案内（骨折治療）
 * ********************************* */
.pg_frac .about_frac .main_txt,
.pg_sur .main_txt,
.pg_ein .main_txt{
    font-size:16px;
    line-height: 30px;
    margin:0 0 45px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}
.pg_frac .img_area,
.pg_sur .sub .img_area{
    display: flex;
    margin:35px 0 0 0;
}
.pg_frac .img_area li,
.pg_sur .sub .img_area li{
    margin:0 15px 0 0;
}
.pg_frac .img_area li .caption,
.pg_sur .sub .img_area li .caption{
    margin:5px 0 0 0;
}
.pg_frac .mt25,
.pg_sur .mt25{
    margin-top:25px;
}

.pg_frac .img_area_half{
    display: flex;
    justify-content: space-between;
    margin:25px 0;
}
.pg_frac .img_area_half li{
    width:49%;
}

.pg_frac .img_area.type_2{
    justify-content: space-between;
}
.pg_frac .img_area.type_2 li{
    margin:0;
}
.pg_frac .img_area.type_2 li:first-of-type{
    width:38%;
}
.pg_frac .img_area.type_2 li:nth-of-type(2){
    width:32%;
}
.pg_frac .img_area.type_2 li:nth-of-type(3){
    width:26%;
}



/* **********************************
 *  診療案内（腹腔鏡手術）
 * ********************************* */
.pg_ope .sub .normal_img{
    margin:0 0 30px 0;
}
.pg_ope .sub .box_area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pg_ope .sub .box_area .sub_ttl{
    font-weight: bold;
    width:100%;
    margin:0 0 20px 0;
}
.pg_ope .sub .box_area .box_left,
.pg_ope .sub .box_area .box_right{
    width:49%;
}
.pg_ope .sub .movie_area{
    display: flex;
    justify-content: space-between;
    margin:45px 0 0 0;
}
.pg_ope .sub .movie_area .box_left,
.pg_ope .sub .movie_area .box_right{
    width:49%;
}


/* **********************************
 *  診療案内（門脈体循環シャント）
 * ********************************* */
.pg_mon .sub .box_area{
    display: flex;
    justify-content: space-between;
}
.pg_mon .sub .box_area .box_left{
    width:64%;
}
.pg_mon .sub .box_area .box_right{
    width:32%;
}
.pg_mon .sub .box_area.type_2 .box_left{
    width:76%;
}
.pg_mon .sub .box_area.type_2 .box_right{
    width:19%;
}
.pg_mon .sub .normal_img{
    margin:25px 0 0 0;
}
.pg_mon .sub .normal_img span{
    display: block;
    padding:5px 0 0 0;
}
.pg_mon .sub .mt25{
    margin-top:25px;
}


/* **********************************
 *  診療案内（白内障手術）
 * ********************************* */
.pg_haku .sub .box_area,
.pg_haku .sub .box_area_half{
    display: flex;
    justify-content: space-between;
}
.pg_haku .sub .box_area .box_left{
    width:69%;
}
.pg_haku .sub .box_area .box_right{
    width:26%;
}
.pg_haku .sub .box_area .box_right span{
    display: block;
    padding:5px 0 0 0;
}
.pg_haku .sub .box_area_half .box_left,
.pg_haku .sub .box_area_half .box_right{
    width:48%;
}
.pg_haku .sub .box_area_half,
.pg_haku .sub .img_area{
    margin:25px 0 0 0;
}
.pg_haku .sub .img_area{
    display: flex;
}
.pg_haku .sub .img_area li{
    margin:0 130px 0 0;
}
.pg_haku .sub .img_area li .caption{
    margin:5px 0 0 0;
}


/* **********************************
 *  診療案内（会陰ヘルニア）
 * ********************************* */
.pg_ein .sub .img_area{
    display: flex;
    align-items: center;
    margin:45px 0 0 0;
}
.pg_ein .sub .img_area li{
    margin: 0 30px 0 0;
}
.pg_ein .sub .normal_img,
.pg_ein .sub .mt25{
    margin:25px 0 0 0;
}
.pg_ein .sub .box_area{
    display: flex;
    justify-content: space-between;
    margin:50px 0 0 0;
}
.pg_ein .sub .box_area .box_left,
.pg_ein .sub .box_area .box_right{
    width:48%;
}
.pg_ein .sub .box_area .txt{
    padding:5px 0 0 0;
}


/* **********************************
 *  スタッフ紹介
 * ********************************* */
.pg_staff .box{
    margin:0 0 100px 0;
}
.pg_staff .box:last-of-type{
    margin:0;
}
.pg_staff .staff_doc .prof_box{
    margin:0 0 100px 0;
    display: flex;
    justify-content: space-between;
}
.pg_staff .staff_doc .prof_box:last-of-type{
    margin:0;
}
.pg_staff .staff_doc .prof_box .img{
    width:25%;
    border-radius: 10px;
    height:0;
    padding-top:25%;
    position: relative;
}
.pg_staff .staff_doc .prof_box .img img{
    width:100%;
    position: absolute;
    top:0;
    left:0;
    border-radius: 10px;
}
.pg_staff .staff_doc .prof_box .img:after{
    content:'';
    width:100%;
    height:0;
    padding-top:100%;
    display: block;
    border-radius: 10px;
    border:1px solid #ffd3c3;
    position: absolute;
    right:-10px;
    bottom:-10px;
    z-index:-1;
}
.pg_staff .staff_doc .prof_box .box_right{
    width:74%;
}
.pg_staff .staff_doc .prof_box .box_right .name{
    width:100%;
    font-weight: 500;
    font-size:18px;
    border-bottom:2px solid #ffd3c3;
    padding:20px 0 9px 30px;
    margin:0 0 15px 0;
}
.pg_staff .staff_doc .prof_box .box_right .message{
    padding:0 0 0 30px;
}
.pg_staff .staff_doc .prof_box .box_right dl{
    padding:0 0 0 30px;
    margin:25px 0 0 0;
    width:100%;
}
.pg_staff .staff_doc .prof_box .box_right dl dt{
    background:url(/img/staff/dot.png) repeat-x bottom left;
    font-weight: 600;
    padding:0 0 9px 0;
    margin:0 0 15px 0;
}
.pg_staff .staff_doc .prof_box .box_right dl dd{
    font-size:16px;
    line-height: 30px;
}
.pg_staff .staff_doc .prof_box .box_right dl dd img{
    margin:5px 0;
}

.pg_staff .box .box_ttl{
    background:url(/img/staff/border.png) repeat-x 0% 49%;
}
.pg_staff .box .box_ttl span{
    display: block;
    width:290px;
    line-height: 62px;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size:18px;
    background:#fff;
    border:1px solid #ffd3c4;
}
.pg_staff .box .name_plate{
    display: flex;
    flex-wrap: wrap;
}
.pg_staff .box .name_plate li{
    margin:50px 1% 0 0;
    border-bottom:5px solid #ffd3c3;
    width:32%;
    padding:0 0 12px 0;
    text-align: center;
}
.pg_staff .box .name_plate li:nth-of-type(3n){
    margin:50px 0 0 0;
}
.pg_staff .box .senmon{
    font-size:16px;
    line-height: 30px;
}