@charset "UTF-8";

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	vertical-align: baseline;	box-sizing:border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {	display: block;}
body { line-height: 1; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}

form button:hover{
   cursor: pointer;
 cursor: hand;
 opacity: 0.8;
 }

 .wysiwyg  iframe{
   max-width: 100%;
 }
.en{ font-family: 'Roboto', sans-serif!important; }

@media screen and (min-width: 768px),print {
   /* bese */
   body { font-size: 16px;
      overflow-x: hidden;
   line-height: 1.8;
   }
   #one-cl{ overflow: hidden; }

.fix-pagetop{ position: fixed; bottom: 0; right: 0; }

   header{width: 100%;height: 100px;margin: 0px auto;padding: 17px 0 0 34px;position: relative;z-index: 5;}
   header .h-logo{margin-bottom: 8px;}
   header .text{ color: #8c8c8c; font-size: 13px; letter-spacing: 0.65px; }
   header .btn01 a{position: absolute;font-size: 15px;letter-spacing: 1.5px;top: 39px;right: 243px;}
   header .btn01 a::before{content: url('../images/common/h-icon01.png');position: absolute;top: 1px;left: -31px;}
   header .btn02 a{position: absolute;font-size: 15px;letter-spacing: 1.5px;top: 39px;right: 42px;}
   header .btn02 a::before{content: url('../images/common/h-icon02.png');position: absolute;top: 1px;left: -31px;}

.header-change{background: url('../images/common/pull-naviback.png')repeat-x top center;display: flex;justify-content: space-between;padding: 20px;position: fixed;top: -105px;transition: .5s;width: 100%;height: 105px;z-index: 10000;}
.header-change.show{ top: 0;}
.header-change .h-logo{ width: 212px; margin-bottom: 8px;}
.header-change .h-logo img{width: 100%; height: auto;}
.header-change .inbox{width: 1100px;margin: 0 auto;position: relative;padding-top: 10px;}
.header-change .btn01 a{position: absolute;font-size: 15px;letter-spacing: 1.5px;top: 20px;right: 225px;}
.header-change .btn01 a::before{content: url('../images/common/h-icon01.png');position: absolute;top: 1px;left: -31px;}
.header-change .btn02 a{position: absolute;font-size: 15px;letter-spacing: 1.5px;top: 20px;right: -5px;}
.header-change .btn02 a::before{content: url('../images/common/h-icon02.png');position: absolute;top: -1px;left: -25px;}
.header-change .text{font-size: 15px;letter-spacing: 1.5px;position: absolute;top: 20px;left: 241px;}


   .pc-menu{ position: fixed; top: 0; right: 0;  z-index: 9999; }
   .pc-menu:hover{ opacity: 0.8; cursor: pointer; cursor: hand;}

   .side-fix{ position: fixed; top: 150px; right: 0; z-index: 10;}

   #pc-menu-open{ display: none; background: #f8f8f8; width: 100vw; height: 100vh; position: fixed; top: 0; z-index: 10000; overflow: scroll; }
   #pc-menu-open .open-close-01{ position: absolute; top: 0; right: 0; }
   #pc-menu-open .open-main-Box{ width: 1100px; margin: 0 auto; padding: 70px; text-align: center; line-height: 2.5;}
   #pc-menu-open .open-main-Box .ttl { margin-bottom: 30px; }
   #pc-menu-open .open-main-Box .con-Box { margin-bottom: 30px; }
   #pc-menu-open .list-Box .con-Box { margin-bottom: 30px; }
   #pc-menu-open .open-close-02{ width: 300px; line-height: 1; cursor: pointer; font-weight: bold; margin: 0 auto; color: #fff; padding: 10px 50px; font-size: 1em; text-align: center; background: #000;}

   #g-nav{width: 1280px;margin: 0px auto 28px auto;padding: 20px 0;text-align: center;font-size: 0.875em;}
   #g-nav li.list { position: relative; display: inline-block; margin-right: 2px;}
   #g-nav li.list span { cursor: pointer;}
   #g-nav li.list span,
   #g-nav li.list a{border-right: 1px solid #999;display: block;text-align: center;padding: 0px 20px;line-height: 1;}
	
.dropmenu {position: relative;}
.dropmenu > li.menu__single {position: relative;}
ul.menu__second-level {visibility: hidden;opacity: 0;z-index: 1;}
ul.menu__third-level {visibility: hidden;opacity: 0;}
ul.menu__fourth-level {visibility: hidden;opacity: 0;}

li.menu__single:nth-child(3) ul.menu__second-level {position: absolute;top: 5px;width: 230px;-webkit-transition: all .2s ease;transition: all .2s ease;}
li.menu__single:nth-child(4) ul.menu__second-level {position: absolute;top: 5px;width: 230px;-webkit-transition: all .2s ease;transition: all .2s ease;}
li.menu__single:hover ul.menu__second-level {top: 15px;visibility: visible;opacity: 1;}
li.menu__single ul.menu__second-level li a{display: block; text-align: left!important;background-color: #f2f2f2;padding: 8px 0 8px 8px!important;margin-bottom: 3px;border-right: none!important;}
li.menu__single ul.menu__second-level li:first-child a{border-top: 15px solid #fff;}	

ul.menu__second-level1 {visibility: hidden;opacity: 0;z-index: 1;}
li.menu__single ul.menu__second-level1 {position: absolute;top: 5px;width: 230px;-webkit-transition: all .2s ease;transition: all .2s ease;}
li.menu__single:hover ul.menu__second-level1 {top: 30px;visibility: visible;opacity: 1;}
li.menu__single ul.menu__second-level1 li a{display: block; text-align: left!important;background-color: #f2f2f2;padding: 8px 0 8px 8px!important;margin-bottom: 3px;border-right: none!important;}

	
	
	
	
	
	
	
	
   #g-nav li.list:last-child a { border-right: none; }

   #end-contact {background: #fff;padding: 106px 0 50px 0;border-top: #b0b0b0 1px solid;text-align: center;margin-bottom: 63px;}
   #end-contact .end-contact-ttl{font-size: 20px;font-weight: 400;letter-spacing: 2px;position: relative;margin-bottom: 40px;}
   #end-contact .end-contact-ttl::before{content: "";background: #a67c52;width: 40px;height: 5px;position: absolute;bottom: -14px;left: 50%;margin-left: -20px;}
   #end-contact .text{font-size: 24px;line-height: 40px;letter-spacing: 2.4px;margin-bottom: 30px;}
   #end-contact ul{width: 1101px;margin: 0 auto 33px;display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;}
   #end-contact ul li:nth-child(2){position: relative;top: 17px;left: 40px;}
   #end-contact .tel{ font-size: 14px; letter-spacing: 1.4px; }

   footer{width: 100%;min-width: 1200px;background: url('../images/common/foot-photo.jpg')repeat-x top center #fff;padding: 319px 0 0px 0;line-height: 1.6;}
   footer .footer-Box{width: 1100px;margin: 0 auto 4px;}
   footer .f-con-Box{width: 480px;float: left;padding-top: 11px;}
   footer .f-con-Box .f-logo{margin-bottom: 35px;}
   footer .f-con-Box .text{ letter-spacing: 1.4px; line-height: 26px; font-size: 14px; }
   footer .f-link-Box{width: 590px;float: left;}
   footer .f-link-Box .f-link-l{width: 341px;float: left;}
   footer .f-link-Box .f-link-r{width: 249px;float: left;}
   footer ul{margin-bottom: 39px;}
   footer li span{color: #a67c52;font-size: 14px;letter-spacing: 1.4px;display: block;margin-bottom: 7px;}
   footer li a{ font-size: 16px; line-height: 32px; letter-spacing: 1.6px; position: relative; padding-left: 20px; }
   footer li a::before{content: "＞";position: absolute;top: -6px;left: 0;}

   .cpbox{border-top: #1a1a1a solid 1px;width: 1100px;margin: 0 auto;padding-top: 21px;}
   .cpbox p a{padding-left: 50px;font-size: 16px;letter-spacing: 1.6px;position: relative;}
   .cpbox p a::before{content: url('../images/common/foot-insta.png');position: absolute;top: -7px;left: 10px;}
   .copyright{float: right;display: block;position: relative;top: -22px;font-size: 12px;letter-spacing: 1.2px;}


   /* common */

   /* 2カラムサイト----------------
   #tow-cl{ width: 1100px; margin: 0 auto; padding: 20px 0;}
   #tow-cl main{ width: 800px!important; float: left;  }
   #tow-cl #side{ width: 280px; float: left; margin-right: 19px; background: #333; height: 800px; }
   #blog #tow-cl #side{ display: none;}
   #blog #tow-cl main{ width: 1100px !important;}*/
   /* 1カラムサイト */
   /*#one-cl{ }*/
   

   h1.main-title{width: 100%;min-width: 1100px;background: #f2f2f2;color: #333;padding: 36px 0 6px 0;text-align: center;}
   h1.main-title .en {display: block;margin-bottom: 20px;text-transform: uppercase;color: #a67c52;letter-spacing: 1.4px;font-size: 14px;}
   h1.main-title .jp {display: block;font-size: 28px;font-weight: 700;letter-spacing: 2.8px;margin-bottom: 2px;}
   h2.sub-title{ background: #525252; padding: 25px 20px; color: #fff; margin-bottom: 30px; font-size: 28px; font-weight: bold; letter-spacing: 7px; text-align: center;}
   .seo_bread_list{max-width: 1100px; width: 100%; padding: 20px 0; margin: 0 auto; font-size: 0.8rem; line-height: 1.4; }
   .seo_bread_list li{ margin-right: 20px; float: left;  }
   .seo_bread_list li::after{ content: " >"; }
   .seo_bread_list li:last-child::after{ content: ""; }
   
   /*pc・タブレットcss*/
   /*pc_defaultset*/
   .pc { display: block !important; }
   /*pcのみ表示ブロック*/
   .pc2 { display: inline-block !important; }
   /*pcのみ表示ブロック*/
   .sp, .sp2 { display: none !important; }
   /*スマホのみ表示ブロック*/
   .h_menu { display: none; }
   /*スマホ用ヘッダ*/
   .sp-header { display: none; }
   /*スマホ用メニュー*/
   #sp-global-nav { display: none; }
   /*スマホ用メニュー*/
   .sp-fix-list { display: none; }
   /* Antialiasing ※任意　*/
   
   .fit img { object-fit: cover; font-family: "object-fit: cover;"; }
   
   html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none;  }
   
   /* WEB FONTs 游ゴシックかすれ予防*/
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
   @font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
   @font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }
   @font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }
   .f-min { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
   .f-min-02 { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
   .f-gothic { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.f-noto{font-family: 'Noto Sans JP', sans-serif;}
.f-noto-c{font-family: noto-serif, serif;font-style: normal;}
   
   
   body { -webkit-text-size-adjust: 100%; }
   img { vertical-align: bottom; }
   a { text-decoration: none; color: #090909; }
   a:hover { text-decoration: underline; }
   .nobd a:hover { text-decoration: none !important; }
   
   /* clearfix */
   .clearfix { zoom: 1; }
   .clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }
   /* wysiwyg */
   .wysiwyg { word-wrap: break-word; margin-bottom: 30px;}
   .wysiwyg strong { font-weight: bolder; }
   .wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
   .wysiwyg img { max-width: 100% !important; height: auto !important; }
   .wysiwyg p { min-height: 15px; min-width: 10px; line-height: 1.6;}
   .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #333; font-weight: bold; text-align: left;}
   .wysiwyg h1 {background-color: #8a5b25;padding: 12px 24px;font-size: 1.25rem;line-height: 1.6;margin: 0.5em 0 1em;color: #fff;}
   .wysiwyg h2 { border-top: 1px solid #333; border-bottom: 1px solid #333; padding: 12px; font-size: 1.25rem; line-height: 1.6; margin: 0.5em 0 1em;}
   .wysiwyg h3 {border-left: 6px solid #8a5b25;padding: 5px 20px;font-size: 1.25rem;line-height: 1.6;margin: 0.5em 0 1em;}
   .wysiwyg h4 { border-bottom: 1px solid #000; padding: 0 0 10px; font-size: 1.188rem; line-height: 1.6; margin: 0.5em 0 1em;}
   .wysiwyg h5 { border-bottom: 1px dashed #000; padding: 0 0 10px; font-size: 1.188rem; line-height: 1.6; margin: 0.5em 0 1em;}
   .wysiwyg h6 { background-color: #eee; border: 1px dotted #999; padding: 10px; font-size: 1rem; line-height: 1.6; margin: 0.5em 0 1em;}
   .wysiwyg ul { list-style-type: disc; line-height: 1.6; font-size: 0.875rem; margin: 0.5em 0 1em 2em}
   .wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 0.875rem; margin: 0.5em 0 1em 2em}
   .wysiwyg table th,
   .wysiwyg table td { border: 1px solid #999; padding: 10px; font-size: 0.875rem; margin: 0.5em 0 1em;}
   
   /* リンク透明 */
   a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
   /* リンク透明にしない */
   .noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
   /*---------------------------------------- 　　外部サービス ----------------------------------------*/
   /* ggmap */
   /* <div class="ggmap">iframeのコピーしたコード</div> */
   .ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
   .ggmap iframe, .ggmap object, .ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
   /* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
   .youtube { position: relative; width: 100%; padding-top: 56.25%; }
   .youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
   /*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
   @font-face { font-family: 'jp-sttl01';
   /* お好きな名前にしましょう */
   src: url("../font/.eot");
   /* IE9以上用 */
   src: url("../font/bokutachi.eot#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
   /* iOS, Android用 */
   /* 念の為指定しておきます */
   font-weight: normal;
   /* 念の為指定しておきます */
   font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
   .myWebFontClass { font-family: 'jp-sttl01'; }
   }
   @media screen and (max-width: 1200px) {
   html {
      overflow: auto;
   }
   body {
      overflow: visible;
   }
   }
@media screen and (max-width: 767px) {

   .mw_wp_form input[type="file"] {
      display: inline-block;
      width: 100%;
      font-size: 3.8vw;
  }
html{
   font-size:62.5% ; 
}

body {overflow: hidden;font-size: 16px;-webkit-text-size-adjust: 100%;line-height: 1.6;}
.pc, .pc2 { display: none !important; }
/*pcのみ表示ブロック*/
.sp { display: block !important; }
/*スマホのみ表示ブロック*/
.sp2 { display: inline-block !important; }
/*スマホのみ表示ブロック*/
.no-br { display: none; }
/*スマホでbrを解除したい場合に使用*/
.sp_display_block { display: block !important; }
/*スマホでflexboxを解除したい場合等に使用*/
.pc-menu{ display: none; }
.side-fix{ display: none; }
.fix-list{ display: none; }
#pc-menu-open{ display: none; }
#g-nav{ display: none; }

.sp-header{height: 18vw;}
.sp-header .h-logo img {height: 7.2vw;width: auto;margin: 5vw 4vw 4vw 4vw;}
.sp-header .h-menu {position: fixed;top: 2.3vw;right: 0.3vw;width: 15vw;z-index: 997;}
.sp-header .h-menu img {height: 13vw;width: auto;}

nav#sp-global-nav .h-logo { background: #fff;}
nav#sp-global-nav .h-logo img {height: 7.2vw;width: auto;margin: 5vw 4vw 4vw 4vw;}
nav#sp-global-nav { font-size: 1.4rem; z-index: 999; overflow: scroll; position: fixed; top: 0; width: 100vw; height: 100vh; display: none; background-color: #fff; box-sizing: border-box; padding-bottom: 8vw;}
nav#sp-global-nav .open-close-01 {position: fixed;top: 2.3vw;right: 0.3vw;width: 15vw;z-index: 997;}
nav#sp-global-nav .open-close-01 img {height: 13vw;width: auto;}
nav#sp-global-nav .opb{ margin: 9vw 5vw 13vw 5vw;}
nav#sp-global-nav .opb p{width: 48%;float: left;margin-right: 3%;}
nav#sp-global-nav .opb p.conbtn02{ margin-right: 0; }
nav#sp-global-nav .homelink a{position: relative;margin: 0 3vw;border-top: 1px solid #333;border-bottom: 1px solid #333;padding: 3vw;display: block;font-size: 4vw;margin-bottom: 5vw;}
nav#sp-global-nav .homelink a::before{content: "＞";position: absolute;top: 3.5vw;right: 1vw;}

nav#sp-global-nav .list{ margin-bottom: 4vw; }
nav#sp-global-nav .list li span{color: #a67c52;position: relative;margin: 0 3vw;border-bottom: 1px solid #333;padding: 3vw;display: block;font-size: 4vw;}
nav#sp-global-nav .list li a{position: relative;margin: 0 3vw;border-bottom: 1px solid #333;padding: 3vw;display: block;font-size: 4vw;}
nav#sp-global-nav .list li a::before{content: "＞";position: absolute;top: 3.5vw;right: 1vw;}
nav#sp-global-nav .text{ text-align: center; margin-bottom: 8vw; font-size: 3.3vw; }




.sp-fix-list { position: fixed; bottom: 0; width: 100%; z-index: 996; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: flex-end;}
.sp-fix-list .tel {  }
.sp-fix-list .icon { }

.sp-page-top{font-size: 3vw;letter-spacing: 0.3vw;padding-bottom: 3vw;border-bottom: 1px solid #333;margin: 0 3vw;}

   #end-contact {background: #fff;padding: 16.8vw 0 6.5vw 0;border-top: #b0b0b0 0.1vw solid;text-align: center;margin-bottom: -5.8vw;}
   #end-contact .end-contact-ttl{font-size: 3.6vw;font-weight: 400;position: relative;margin-bottom: 7.6vw;letter-spacing: 0.4vw;}
   #end-contact .end-contact-ttl::before{content: "";background: #a67c52;height: 1vw;position: absolute;bottom: -3.8vw;left: 50%;margin-left: -5vw;width: 10vw;}
   #end-contact .text{font-size: 4.4vw;line-height:1.6;margin-bottom: 8.9vw;}
   #end-contact ul{margin: 0 2vw -3.7vw;display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;}
   #end-contact ul li{margin-bottom: 8vw;}
   #end-contact .tel{font-size: 3.2vw;letter-spacing: 0.3vw;margin-bottom: 15vw;}

.sp-page-top a { text-align: center; display: block; padding: 5% 3%;}
.sp-page-top a img { width: 10%; height: auto;}
footer{background: url('../images/common/sp-foot-photo.jpg')no-repeat top center #fff;background-size: 100% auto;line-height: 1.6;font-size: 1.4rem;padding-top: 34vw;}
footer .f-con-Box{padding: 14vw 4vw 4vw;}
footer .f-con-Box{text-align: center;margin: 0 3vw;}
footer .f-con-Box .f-logo{width: 50vw;margin: 0 auto 8vw;}
footer .f-con-Box .text{ font-size: 3.5vw; margin-bottom: 11vw; }
.insta{text-align: center;margin-bottom: 10vw;}
.insta a{ position: relative; left: 5vw; letter-spacing: 1px; }
.insta a::before{position: absolute;left: -15vw;top: -8vw;content: url('../images/common/sp-sp-open-insta.png');transform: scale(0.5);transform-origin: bottom right;}

.copyright{font-size: 2.6vw;border-top: 1px #ccc solid;text-align: center;line-height: 1.6;padding: 2vw 3% 25%;display: block;margin: 0 3vw;}

h1.main-title{width: 100%;background: #f2f2f2;color: #333;padding: 7vw 0 6vw;text-align: center;margin-bottom: 4%;}
h1.main-title .en {display: block;font-size: 3vw;text-transform: uppercase;color: #a67c52;}
h1.main-title .jp {display: block;font-size: 4vw;font-weight: bold;}

h2.sub-title{ background: #525252; font-weight: bold; padding: 3%; color: #fff; margin-bottom: 5%; font-size: 5vw; letter-spacing: 4px; text-align: center;}
.seo_bread_list{ width: 100%; padding: 5% 2%; margin: 0 auto; font-size: 1.2rem; color: #666; line-height: 1.6;}
.seo_bread_list{display: none;}
/* .seo_bread_list a { color: #666;}
.seo_bread_list li{ margin-right: 0.5em; float: left;  }
.seo_bread_list li::after{ content: ">"; }
.seo_bread_list li:last-child::after{ content: none; } */

/* 2カラムサイト---------------- */
#tow-cl #side{ display: none;}

.fit img { object-fit: cover; }
.wysiwyg img { width: auto !important; height: auto !important; }
html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }
/* WEB FONTs 游ゴシックかすれ予防*/
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 100; }
@font-face { font-family: "Helvetica Neue"; src: local("Helvetica Neue Regular"); font-weight: 200; }
.f-min { font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
.f-min-02 { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Sawarabi Mincho","Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.f-gothic { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック","Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  Verdana, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
.f-noto{font-family: 'Noto Sans JP', sans-serif;}
.f-noto-c{font-family: noto-serif, serif;font-style: normal;}

body { -webkit-text-size-adjust: 100%; }
img { vertical-align: bottom; max-width: 100%; }
a { text-decoration: none; color: #090909; }
a:hover { text-decoration: underline; }
.nobd a:hover { text-decoration: none !important; }
.clearfix { zoom: 1; }
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }

/* wysiwyg */
.wysiwyg { word-wrap: break-word; margin-bottom: 30px; font-size: 1.4rem;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto !important; }
.wysiwyg p { min-height: 1rem; min-width: 1rem; line-height: 1.6;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #333; font-weight: bold; text-align: left;}
.wysiwyg h1 {background-color: #8a5b25;padding: 3%;font-size: 1.6rem;line-height: 1.6;margin: 0.5em 0 1em;color: #fff;}
.wysiwyg h2 { border-top: 1px solid #333; border-bottom: 1px solid #333; padding: 3%; font-size: 1.6rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h3 {border-left: 4px solid #8a5b25;padding: 3%;font-size: 1.6rem;line-height: 1.6;margin: 0.5em 0 1em;}
.wysiwyg h4 { border-bottom: 1px solid #000; padding: 0 0 3%; font-size: 1.5rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h5 { border-bottom: 1px dashed #000; padding: 0 0 3%; font-size: 1.4rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg h6 { background-color: #eee; border: 1px dotted #999; padding: 3%; font-size: 1.4rem; line-height: 1.6; margin: 0.5em 0 1em;}
.wysiwyg ul { list-style-type: disc; line-height: 1.6; margin: 0.5em 0 1em 2em}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 1.4rem; margin: 0.5em 0 1em 2em}
.wysiwyg table { width: 100% !important;}
.wysiwyg table th,
.wysiwyg table td { border: 1px solid #999; padding: 3%; font-size: 1.4rem; margin: 0.5em 0 1em;}
/* img-block */
/* アンカーリンク調整 */
.hideAnchor { display: block; height: 0px; overflow: hidden; text-indent: -9999px; margin-top: -10px; padding-bottom: 10px; }
/* スクロール縦 */
.scroll-y { box-sizing: border-box; overflow-y: scroll; transform: translateZ(0); }
/* リンク透明 */
a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
/* リンク透明にしない */
.noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.sp-ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.sp-ggmap iframe, .sp-ggmap object, .sp-ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face { font-family: 'jp-sttl01';
/* お好きな名前にしましょう */
src: url("../font/.eot");
/* IE9以上用 */
src: url("../font/bokutachi.eot#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
/* iOS, Android用 */
/* 念の為指定しておきます */
font-weight: normal;
/* 念の為指定しておきます */
font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
.myWebFontClass { font-family: 'jp-sttl01'; }
}

@media screen and (max-height: 450px) {
   /* 高さ450px以下の場合 andoroidのフォーム対策 ストーカーバナー用　*/
	.sp-fix-list{display: none;}
}
