/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*
Theme Name: churasoba
Template: main
Version: 202306
*/



html,body,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,div,span,a,table,tr,th,td,figure,article {
  padding: 0;
  border: 0;
   vertical-align:baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img,video,object {
	vertical-align:middle;
}
html{font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */}
body {font-size: 1.6rem;/* 16px */}

body{background-color:#ffffff;}

body{
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
}






/*--------------------------------------
　フォント　テキスト
--------------------------------------*/

h1.word span,h2.word span,h3.word span,h4.word span,h5.word span,.word p span{
	word-wrap:break-word;
	font-size:inherit;
	line-height:inherit;
	display:inline-block;
}


h2,h3,h4,h5,h6{
	background:none;
	line-height:1.5;
	font-weight:normal;
	margin:2rem 0;
}
h2{font-size:2.6rem;}
h3{font-size:2.2rem;}
h4{font-size:1.8rem;}
h5,h6{font-size:1.6rem;}


p,.yellowbox,.graybox,.redbox,.post ul li,.post ol li{
	font-size:1.6rem;
	line-height:2.7rem;
}

.home h2.em-title{
	font-size: 2.4rem;
    color: #003366;
    text-align: center;
    margin: 2.4rem 0 0 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}

h2.em-title{
	font-size: 2.4rem;
    color: #003366;
    text-align: center;
    margin: 2.4rem 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
h2.em-title small{
	font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.home p.em-title-jp{
	font-size: 1.4rem;
	text-align:center;
margin-top:0.3rem;
	color:#003366;
}
.home .box_inner.with p.em-title-jp{
	color:#003366;
}
p.em-title-jp{
	font-size: 1.4rem;
	text-align:center;
}

.ontext{
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight:600;
  font-style: normal;
}





/* リンクの色 */
a {
	color: #333;
	text-decoration:none;
}

/* リンクにマウスオーバーした時の色 */
a:hover {
	color: #778899;
}
#footer a:hover{
	color:#999;
}


/* オブジェクトフィット */
.fit{
	-o-object-fit:cover;
	   object-fit:cover;
	font-family: 'object-fit: cover;'
}


/*--------------------------------------
　ヘッダー部分
--------------------------------------*/


.sumanone{
	display:none;
}
nav li a:hover{
	text-decoration:none;
}



.site-header .site-title{
	display:none;
}
.site-branding{
	width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 3rem;
}
.main-navigation{
	width:100%;
	height:0;
}
.main-navigation ul.menu{
	display:block;
}
.head-area{
	position:relative;
	background:#f9e112;
	padding:1rem 0;
	z-index:1;
	height:auto;
	display:flex;
	align-items:center;
}
.site-description{
	margin:0.5rem 0 -1rem 0;
	font-size:1.3rem;
}
.head-area .msw{
	width:100%;
}

/*--------------------------------------
　スライドメニュー
--------------------------------------*/
#em-menubox{
	width:100%;
}
.suma{
	display:inline-block;
	width:100%;
}
.slidemenu .menu{
	display:block;
	padding:0 5% 0 15%;
}

.navbar_toggle{
 z-index:9999;
	margin:0;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:1rem;
	padding:2rem;
	background-color:rgba(252,252,252,1);
	transform:translatey(-50%);
}
.navbar_toggle:hover{
	opacity:0.7;
}
.navbar_toggle_icon {
 position: relative;
 display: block;
 height: 2px;
 width: 3rem;
 background: #5c6b80;
 -webkit-transition: ease .5s;
	-o-transition: ease .5s;
 transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
 top: 0;
}
.navbar_toggle_icon:nth-child(2) {
 margin: 0.8rem 0;
}
.navbar_toggle_icon:nth-child(3) {
 top: 0;
}
/*OPEN時の動き*/

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
 top: 1rem;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
 -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
 transform: translateY(-50%);
	 opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
 top: -1rem;
 -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.slidemenu ul li{
	list-style:none;
	margin:2rem;
	width:80%;
	padding:0.3rem 1rem;
}
.slidemenu ul li a{
	color:#333;
	font-size:2rem;
	display:block;
	padding:0;
	width:auto;
	}
.slidemenu ul li a:hover{
	text-decoration:none;
}



.slide-container{
-webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
 -webkit-transition:ease .5s;
 -o-transition: ease .5s;
 transition:ease .5s;
 z-index:1000;
	display:block;
	height:100vh;
	text-align:left;
	width:100%;
	background:#f9e112;
	position:fixed;
	top:0;
}

/*OPEN時の動き*/
.slide-container.open {
-webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
 	height:100vh;
	width:100%;
	z-index:8888;
	background:url("https://churasoba.leadm.link/wp-content/uploads/2024/12/slide-menu-back.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:right center;
	display:block;
	text-align:left;
	position:fixed;
	top:0;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	overflow-y:auto;
}
.slide-menu-img{
	background-image:url("/wp-content/uploads/2021/01/slidemenu-top01.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:100vh;
	z-index:2222;
}
body.fixed {
width:100%;
height:100%;
position:fixed;
}

header .suma ul.menu li a:hover{
	color:#05c07c;
}


.slide-inner {
    height: 100%;
}

/*メニューの横にアイコン*/













/*--------------------------------------
　パンくず部分
--------------------------------------*/

#breadcrumb{
	width:95%;
	margin:1rem auto;
	font-size:1.3rem;
	
}
#breadcrumb ol{
	padding:0 1rem;
}
/* パンくず位置調整 */


div#breadcrumb  ul li{
	display:inline;/*横並びにする*/
	line-height:20px;/*行間*/
}




/*--------------------------------------
　コンテンツ部分
--------------------------------------*/


#content-w{
	min-height:100%;
}


#content{
	max-width:100%;
	margin:0 auto;
}
.em-main-page{
	width:100%;
}

.page-section{
padding:3rem 0;
overflow:hidden;
	position:relative;
}
.page-container{
max-width:95%;
margin:0 auto;
padding:0 1rem;
	position:relative;
}

.grayish{
background-color:#f5f5f5;
}


.em-center{
text-align:center;
margin:auto;
}
.t-center{
	text-align:center;
}

.entry-content{
	margin:0;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}
.rel{
	position:relative;
}

/* スペース */
.pa-t{
    padding-top:1.6rem;
}
.pa-tx{
    padding-top:1.6rem;
}
.pa-txx{
	padding-top:3.2rem;
}
.pa-b{
	padding-bottom:1.6rem;
}
.pa-bx{
	padding-bottom:1.6rem;
}
.pa-bxx{
	padding-bottom:3.2rem;
}
.pa-tb{
	padding:1.6rem 0;
}
.pa-tbx{
	padding:1.6rem 0;
}
.pa-tbxx{
	padding:3.2rem 0;
}
.pa-all{
	padding:1.6rem;
}
.pa-allx{
	padding:1.6rem;
}
.pa-allxx{
	padding:3.2rem;
}
.ma-t{
	margin-top:1.6rem;
}
.ma-tx{
	margin-top:1.6rem;
}
.ma-txx{
	margin-top:3.2rem;
}
.ma-b{
	margin-bottom:1.6rem;
}
.ma-bx{
	margin-bottom:1.6rem;
}
.ma-bxx{
	margin-bottom:3.2rem;
}
.ma-tb{
	margin:1.6rem auto;
}
.ma-tbx{
	margin:1.6rem auto;
}
.ma-tbxx{
	margin:3.2rem auto;
}
.ma-all{
	margin:1.6rem;
}
.ma-allx{
	margin:1.6rem;
}
.ma-allxx{
	margin:3.2rem;
}
/* スペースここまで */

.em-page .entry-title{
	margin:auto;
	text-align:center;
	font-size:2.4rem;
	color:#555;
}
.home .site-main{
	padding:0;
}



.back-b{
	background:#0066cc;
}
.text_line_x{
	line-height:2;
}

.box_inner{
	width: -moz-fit-content;
  width: fit-content;
	margin:auto;
}
.post, .page{
	margin:0;
}
figure{
	margin:0;
}
.mo_gray{
	background:#f5f5f5;
}

.box-container{
	margin: 0 auto;
	width:95%;
}
.sub_h{
	display:block;
	font-size:1.6rem;
}
.fit figure{
	width:100%;
	height:100%;
}
.fit figure a{
	display:block;
	width:100%;
	height:100%;
}


.page.has-post-thumbnail .entry-title{
	font-size:2.4rem;
	width:90%;
	
}

.post-thumbnail {
    position: relative; /* 子要素(:before)の基準を設定 */
}

.post-thumbnail img {
    display: block; /* 不要な隙間を防ぐ */
    width: 100%;
    height: auto;
}

.post-thumbnail:before {
    content: ''; /* 空のコンテンツを生成 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明の黒 */
    
    pointer-events: none; /* クリック操作を妨げない */
}


/*--------------------------------------
　ページヘッダー画像部分
--------------------------------------*/

.page-header{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60vh;
    margin: 0; /* 不要なマージンを削除 */
	overflow:hidden;
	position:relative;
	width:100%;
}
.page .entry-title {
    margin: auto;
    font-size: 1.8rem;
	font-weight:600;
    color: #fff;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	}
.post-thumbnail{
	width:100%;
	height:100%;
}
.page-header .post-thumbnail img{
	width:100%;
	height:100%;
	object-fit:cover;
}
/*--------------------------------------
　HOME
--------------------------------------*/


.home .entry-title{
	display:none;
}
/* slideshow部分 */
.slideshow-container {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex; /* 子要素の位置を制御するためにflexboxを使用 */
  justify-content: center; /* 水平方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
}

.slide.active {
  opacity: 1;
}

.slide figure {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex; /* 画像を中央に配置 */
  justify-content: center; /* 水平方向中央揃え */
  align-items: center; /* 垂直方向中央揃え */
}

.slide img {
  width: 100%;
  height: 100%; /* コンテナ内に収まるように調整 */
  transition: transform 4s ease; /* ズーム効果 */
  object-fit: cover;
}

.slide img.zoom {
  transform: scale(1.1); /* ズーム効果 */
}


.slideshow-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight:600;
	color:#fff;
	font-size:3.2rem;
}


/* slideshow部分ここまで */


.img-on-title{
position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
	width:90%;
	text-align:center;
	z-index:2;
}

.fit img{
		object-fit:cover;
		width:100%;
		height:100%;
	position:relative;
	}

.on-cover figure a {
    position: relative; /* 疑似要素の基準点を設定 */
    display: inline-block; /* 必要に応じて調整 */
}

.on-cover figure a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 黒の半透明オーバーレイ */
    z-index: 1; /* 画像の上に表示 */
    pointer-events: none; /* リンクのクリックを妨げない */
}

.on-cover figure a img {
    display: block; /* 余分なスペースを削除 */
    z-index: 0; /* オーバーレイの下に配置 */
}




/*--------------------------------------
　HOMEの新着記事部分20230526
--------------------------------------*/

.tab-newpost-area{
	width:95%;
	margin:auto;
}
.tab-newpost-group{
	width:100%;
	font-size:0;
}
.tab-newpost-menu{
	display:inline-block;
	width:50%;
	cursor:pointer;
	line-height:2.5;
	font-size:1.6rem;
	background:#ddd;
	text-align:center;
}
.tab-newpost-menu.is-active{
	background:#0066cc;
	color:#fff;
}
.newpost-panel.is-show{
	display:block;
}
.newpost-panel{
	display:none;
}
.newpost-panel ul li{
	line-height:2.5;
}
.newpost-group{
	padding:2.4rem 0;
}

.list-display{
	margin-top:3rem;
}

.list-display {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all  0.3s ease;
  -o-transition: all  0.3s ease;
  transition: all  0.3s ease;
}
/*ホバーしたときに下線矢印も同時に色を変える*/
.list-display:hover .linearrow  {
    border-bottom: 1px solid #336699;
    border-right: 1px solid #336699;
}
.list-display:hover {
    color: #336699;
}
.linearrow {
  width: 40%;
  height: 15px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
   /*傾きを調節*/
  -webkit-transform: skew(45deg);
      -ms-transform: skew(45deg);
          transform: skew(45deg);
  /*下線矢印をテキストに合わせてうまい具合にはめる*/
  margin: -1rem 0 0 -0.8rem;
}



/*--------------------------------------
　アニメーションテキスト
--------------------------------------*/
/*全共通*/

.bgextend{
  -webkit-animation-name:bgextendAnimeBase;
          animation-name:bgextendAnimeBase;
  -webkit-animation-duration:1s;
          animation-duration:1s;
  -webkit-animation-fill-mode:forwards;
          animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}

@-webkit-keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
  -webkit-animation-name:bgextendAnimeSecond;
          animation-name:bgextendAnimeSecond;
  -webkit-animation-duration:1s;
          animation-duration:1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode:forwards;
          animation-fill-mode:forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}

/*左から右*/
.bgLRextend::before{
  -webkit-animation-name:bgLRextendAnime;
          animation-name:bgLRextendAnime;
  -webkit-animation-duration:1s;
          animation-duration:1s;
  -webkit-animation-fill-mode:forwards;
          animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0066cc;/*伸びる背景色の設定*/
}
/*左から右*/
.home_top_c .bgLRextend::before{
  -webkit-animation-name:bgLRextendAnime;
          animation-name:bgLRextendAnime;
  -webkit-animation-duration:1s;
          animation-duration:1s;
  -webkit-animation-fill-mode:forwards;
          animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;/*伸びる背景色の設定*/
	
}
@-webkit-keyframes bgLRextendAnime{
  0% {
    -webkit-transform-origin:left;
            transform-origin:left;
    -webkit-transform:scaleX(0);
            transform:scaleX(0);
  }
  50% {
    -webkit-transform-origin:left;
            transform-origin:left;
    -webkit-transform:scaleX(1);
            transform:scaleX(1);
  }
  50.001% {
    -webkit-transform-origin:right;
            transform-origin:right;
  }
  100% {
    -webkit-transform-origin:right;
            transform-origin:right;
    -webkit-transform:scaleX(0);
            transform:scaleX(0);
  }
}
@keyframes bgLRextendAnime{
  0% {
    -webkit-transform-origin:left;
            transform-origin:left;
    -webkit-transform:scaleX(0);
            transform:scaleX(0);
  }
  50% {
    -webkit-transform-origin:left;
            transform-origin:left;
    -webkit-transform:scaleX(1);
            transform:scaleX(1);
  }
  50.001% {
    -webkit-transform-origin:right;
            transform-origin:right;
  }
  100% {
    -webkit-transform-origin:right;
            transform-origin:right;
    -webkit-transform:scaleX(0);
            transform:scaleX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger{
    opacity: 0;
}



/*--------------------------------------
　ブルーシール
--------------------------------------*/
figure.blueseal_logo{
	text-align:center;
	margin:3% 0;
}
figure.blueseal_logo img{
	width:50%;
}
.blue_seal_ice figcaption{
	text-align:center;
}


/*--------------------------------------
　リクルート
--------------------------------------*/
.recruit .page-header{
	display:none;
}
.recruit_img img{
	width:100%;
}

/*--------------------------------------
　お問い合わせ
--------------------------------------*/
.contact-table{
	border:0;
	background:#f5f5f5;
	width:100%;
}
.contact-table tr th, .contact-table tr td{
	font-size:1.5rem;
	vertical-align:middle;
	padding:0 2rem;
	display:block;
	text-align:left;
}
.contact-table tr th{
	border-bottom:0;
}
.contact-table tr td{
	border-bottom:0.2rem solid #0066cc;
}
.contact-table tr td input{
	font-size:1.5rem;
	width:100%;
}
.wpcf7-submit.soshin{
	display: block;
  width: auto;
  text-align: center;
  border:0.2rem solid rgba(0, 102, 204, 0.8);
	border-radius:1rem;
  font-size: 1.5rem;
  color: rgba(0, 102, 204, 0.8);
  text-decoration: none;
  padding: 1rem 10%;
	margin:5rem auto;
	cursor:pointer;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wpcf7-submit.soshin:hover{
	  background-color: rgba(0, 102, 204, 0.8);
	color:#fff;
	border:0.2rem solid #fff;
}


/*--------------------------------------
　テーブル
--------------------------------------*/
table {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	margin-bottom: 20px;
	width: 100%;
	max-width: 100%;
	border-spacing: 0;
}
table tr th, table tr td{
	font-size:1.5rem;
}

.mo-table{
	white-space:nowrap;
	overflow:auto;
}

.under_table table{
	border:none;
}
.under_table table tr td{
	border: 0.1rem solid #555;
    border-left: none;
    border-right: none;
	padding:1.2rem 1rem;
}

/* メニューテーブル */


.menu table{
	border:none;
}
.menu table tr td{
	border:none;
	font-size:1.8rem;
	padding:0.5rem 2rem;
}





/*--------------------------------------
　ページナビ
--------------------------------------*/
.em-pagelink .page-numbers{
	height:auto;
	line-height:1.7;
}
.p-navi{
	border-top: 0.2rem dotted #0066cc;
    margin-top: 20rem;
}
.p-navi dl dd {
    font-size: 1.5rem;
    padding-left: 5rem;
    line-height: 2.5;
    margin: 0 0 0 2rem;
}
.p-navi dl dt {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.5;
    float: left;
    width: auto;
    color: #666;
}

/*--------------------------------------
　更新情報等　投稿者
--------------------------------------*/

.em-front .blogbox,.em-page .blogbox{
	display:none;
	}

.post-author{
	display:none;
}

.smanone p{
	font-size:1.4rem;
}



/*--------------------------------------
　投稿ページ
--------------------------------------*/



.em-post{
	padding:2rem;
}
.em-post .entry-title{
	width:100%;
	line-height:1.5;
	margin-bottom:1.6rem;
}
.em-post .mainbox{
	margin:5% 0;
}
.post-tag-area a::before{
	content:"# ";
	
}

.single .entry-meta .kdate time.updated{
	display:inline-block;
}
.archive .entry-meta .kdate time.updated{
	display:inline-block;
}
.post-navigation .nav-links{
	display:block;
}
.post-navigation .nav-previous{
	display:block;
}
.post-navigation .nav-next{
	display:block;
	text-align:left;
}
.nav-previous .nav-subtitle, .nav-next .nav-subtitle{
	font-weight:bold;
	line-height:2;
}
ul.catgroup{
	margin:0;
}
ul.catgroup li{
	display:inline-block;
}
ul.catgroup li a{
	background:#0066cc;
	font-size:1.3rem;
	padding:0.7rem;
	color:#fff;
}





/*--------------------------------------
　アーカイブ部分
--------------------------------------*/
.archive .site-main article{
	border-left:0.2rem solid #0066cc;
	border-bottom:0.1rem dotted #999;
	padding:1rem;
}





/*--------------------------------------
　検索結果部分
--------------------------------------*/


.search .site-main article {
    border-left: 0.2rem solid #0066cc;
    border-bottom: 0.1rem dotted #999;
    padding: 1rem;
}





/*--------------------------------------
　サイド部分
--------------------------------------*/
ul.side-newpost-area{
	list-style:disc !important;
}
ul.side-newpost-area li{
	margin-bottom:1.6rem;
}
.widget-title{
	font-size:2rem;
	border-bottom:0.2rem solid #0066cc;
}

/*--------------------------------------
　404
--------------------------------------*/

.error-404 .page-title{
	text-align:center;
}


/*--------------------------------------
　フッター部分
--------------------------------------*/
#footer{
	margin:0 auto 5rem auto;
	padding:3%;
}

footer ul{
	padding:0;
}
#page-top{
	display:none;
position:fixed;
	right:1rem;
	bottom:1rem;
	z-index:9999;
}
#page-top:hover{
	opacity:0.6;
}
#page-top a{
color:#1a1a1a;
}
#footer .footerlogo{
	font-size:1.6rem;
	line-height:1.4;
	margin:0;
}


.footermenubox ul{
	display:flex;
	flex-wrap:wrap;
	list-style:none;
	margin:0.5rem 1rem;
	justify-content:center;
}
.footermenubox ul li:last-child{
	border-right:none;
}
.footermenubox ul li{
	border-right:0.1rem solid #ccc;
	line-height:2;
	font-size:1.3rem;
	padding:0 1.6rem;
}
.footer-c{
	margin-top:3rem;
	text-align:center;
}
.footerdescription{
	font-size:1.4rem;
	margin-bottom:0.5rem;
}
.footerlogo{
	margin-top:0.5rem;
}
.footer-in .copy{
	text-align:center;
	font-size:1.3rem;
}

.footer-center ul{
	display:flex;
	align-items:center;
	justify-content:center;
	list-style:none;
	margin:2rem;
}
.footer-center ul li{
	margin:0 1.6rem;
}

.footer-center ul li p.li-border{
	line-height:1.5;
	margin:0;
	border:0.1rem solid #999;
	text-align:center;
}
.footer-center ul li p a{
	padding:0.5rem 1rem;
	font-size:1.4rem;
	}


/*media Queries タブレット（835px以上）
------------------------------------------------------------------------------------------*/
@media screen and (min-width: 835px) {
	
	



/*--------------------------------------
　フォント　テキスト
--------------------------------------*/
	.titlefont{
	font-size:5.6rem;
	line-height:1;
}	
h2{font-size:3.8rem;}
h3{font-size:2.8rem;}
h4{font-size:1.9rem;}

	.home h2.em-title{
	font-size: 3.6rem;
    margin: 3.6rem 0 0 0;
}
h2.em-title{
	font-size: 3.6rem;
    margin: 3.6rem 0;
}	
h2.em-title small{
	font-size: 1.5rem;
    }
	.home p.em-title-jp{
		font-size:1.5rem;
	}
	p.em-title-jp{
		font-size:1.5rem;
	}	
	
	
	

/*--------------------------------------
　ヘッダー部分
--------------------------------------*/

.site-branding{
	width: 25%;
}
.site-description{
	font-size:1.4rem;
}
#em-main-menu ul li{
	list-style:none;
	display:inline-block;
	margin:0 1.6%;
		font-size:1.4rem;
}

/*--------------------------------------
　パンくず部分
--------------------------------------*/

#breadcrumb{
	width:90%;
	}	

	
	
/*--------------------------------------
　コンテンツ部分
--------------------------------------*/
	.home .em-main-page{
		margin-top:0;
	}
	.em-main-page,.em-main-single{
		margin-top:11rem;
	}
.page-container{
max-width:90%;
margin:0 auto;
padding:0 1rem;
}



/* スペース */
.pa-tx{
    padding-top:3.2rem;
}
	.pa-txx{
		padding-top:4.8rem;
	}	
.pa-bx{
	padding-bottom:3.2rem;
}
	.pa-bxx{
		padding-bottom:4.8rem;
	}
.pa-tbx{
	padding:3.2rem 0;
}
	.pa-tbxx{
		padding:4.8rem 0;
	}
.pa-allx{
	padding:3.2rem;
}
	.pa-allxx{
		padding:4.8rem;
	}
.ma-tx{
	margin-top:3.2rem;
}
	.ma-txx{
		margin-top:4.8rem;
	}
.ma-bx{
	margin-bottom:3.2rem;
}
	.ma-bxx{
		margin-bottom:4.8rem;
	}
.ma-tbx{
	margin:3.2rem auto;
}
	.ma-tbxx{
		margin:4.8rem auto;
	}
.ma-allx{
	margin:3.2rem;
}
	.ma-allxx{
		margin:4.8rem;
	}
/* スペースここまで */

	.em-page .entry-title{
	font-size:3.6rem;
}

.page .entry-title {
    font-size: 2.8rem;
}
	
	.text_line_x{
	line-height:2.4;
}
	
	.box-container{
	width:85%;
}
	
.page.has-post-thumbnail .entry-title{
	font-size:4rem;
}	
/*--------------------------------------
　HOME
--------------------------------------*/
	
	
/* slideshow部分 */
.slideshow-title{
    font-size:4rem;
}
/* slideshow部分ここまで */
	
	
	
/*--------------------------------------
　HOMEの新着記事部分20230526
--------------------------------------*/

.tab-newpost-area{
	width:80%;
	}	
.newpost-group{
	padding:3.6rem 0;
}	
/*--------------------------------------
　ブルーシール
--------------------------------------*/

figure.blueseal_logo img{
	width:40%;
}
/*--------------------------------------
　お問い合わせ
--------------------------------------*/
.contact-table{
	display:table;
}
.contact-table tr th, .contact-table tr td{
	font-size:1.5rem;
	display:table-cell;
	padding:0 2rem;
}
.contact-table tr th{
	border-bottom:0.2rem solid #0066cc;
}
.contact-table tr td{
	border-bottom:0.2rem solid #999;
}
.contact-table tr td input{
	font-size:1.5rem;
}
	
	
	
/* メニューテーブル */


.menu table tr td{
	font-size:2.4rem;
	}	
	
	
	
	
	

/*--------------------------------------
　投稿ページ
--------------------------------------*/
#content.single{
max-width:90%;
padding-top:20rem;
}
.entry-title.single{
max-width:none;
margin:auto;
}
/* アーカイブページ　*/
#content.archive{
max-width:90%;
padding-top:20rem;
}
.entry-title.archive{
max-width:none;
margin:auto;
}
/* 検索結果　*/
#content.search{
max-width:90%;
padding-top:20rem;
}
/* 404　*/
#content.not{
max-width:90%;
padding-top:20rem;
}



/*--------------------------------------
　フッター部分
--------------------------------------*/
#footer{
	margin:0 auto 1rem auto;
	padding:0;
}

#footer-in {
		max-width:90%;
		margin:0 auto;
	}

	.fixed-menu{
		display:none;
	}


	.footer-c{
	margin-top:4rem;
}
	
	
	
	
	
	
	
	
	
	
	
	
	


/*-- ここまで --*/
}

/*media Queries PCサイズ（1024px以上）
--------------------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) {





/*--------------------------------------
　フォント　テキスト
--------------------------------------*/
	
h2{font-size:5rem;}
h3{font-size:3.6rem;}
h4{font-size:2rem;}
h5,h6{font-size:1.8rem;}

	
	.home h2.em-title{
		font-size: 4.8rem;
    margin: 4.8rem 0 0 0;
	}
h2.em-title{
	font-size: 4.8rem;
    margin: 4.8rem 0;
}	

/*--------------------------------------
　ヘッダー部分
--------------------------------------*/

	
	#em-main-menu{
		text-align:center;
	}
	#em-main-menu ul li{
	font-size:1.5rem;
}
	#em-main-menu ul li i{
		font-size:3rem;
	}
.sumanone{
	display:block;
	max-width:100%;
}
	.header .smanone ul.menu{
		text-align:right;
	}
	.site-branding{
	width: 15%;
    margin: 0 auto 0 0;
    padding-left: 5%;
    text-align: center;
		justify-content:center;
	}
	.main-navigation{
	width: 85%;
    margin: 0 auto;
    padding-right: 11%;
    height: 100%;
}

/*--------------------------------------
　スライドメニュー
--------------------------------------*/
.suma{
	display:none;
}
/*--------------------------------------
　パンくず部分
--------------------------------------*/

#breadcrumb{
	width:70%;
	}	
	


/*--------------------------------------
　コンテンツ部分
--------------------------------------*/

.page-container{
max-width:75%;
}


/* スペース */
.pa-tx{
    padding-top:8rem;
}
	.pa-txx{
		padding-top:12rem;
	}
.pa-bx{
	padding-bottom:8rem;
}
	.pa-bxx{
		padding-bottom:12rem;
	}
.pa-tbx{
	padding:8rem 0;
}
	.pa-tbxx{
		padding:12rem 0;
	}
.pa-allx{
	padding:8rem;
}
	.pa-allxx{
		padding:12rem;
	}
.ma-tx{
	margin-top:8rem;
}
	.ma-txx{
		margin-top:12rem;
	}
.ma-bx{
	margin-bottom:8rem;
}
	.ma-bxx{
		margin-bottom:12rem;
	}
.ma-tbx{
	margin:8rem auto;
}
	.ma-tbxx{
		margin:12rem auto;
	}
.ma-allx{
	margin:8rem;
}
	.ma-allxx{
		margin:12rem;
	}
/* スペースここまで */

	
	.em-page .entry-title{
	font-size:4.8rem;
}	

	.page .entry-title {
    font-size: 3.8rem;
}
	
	
.page.has-post-thumbnail .entry-title{
	font-size:7rem;
}		
	
	.mo_gray{
	background:none;
}
	.box-container{
	width:70%;
}
/*--------------------------------------
　HOME
--------------------------------------*/

/* slideshow部分 */
.slideshow-title{
    font-size:9rem;
}
/* slideshow部分ここまで */
	
		

/*--------------------------------------
　HOMEの新着記事部分20230526
--------------------------------------*/

.tab-newpost-area{
	width:50%;
	}	
.newpost-group{
	padding:4.8rem 0;
}			
/*--------------------------------------
　ブルーシール
--------------------------------------*/

figure.blueseal_logo img{
	width:30%;
}
/*--------------------------------------
　投稿ページ
--------------------------------------*/
#content.single{
max-width:70%;
padding-top:20rem;
}
/* アーカイブページ　*/
#content.archive{
max-width:70%;
padding-top:20rem;
}
/* 検索結果　*/
#content.search{
max-width:70%;
padding-top:20rem;
}
/* 404　*/
#content.not{
max-width:70%;
padding-top:20rem;
}





/*--------------------------------------
　フッター部分
--------------------------------------*/


#footer-in {
		max-width:70%;
		margin:0 auto;
	}






/*-- ここまで --*/
}