@charset "UTF-8";

/*　共通設定--------------------------------　*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4, ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
	margin: 0;
	padding: 0;}

img { border: 0; vertical-align:bottom }

body {
	width: 100%;
	background-color: #fff;
/*	font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif; */
	font-size: 14px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	}

*{
	box-sizing: border-box;
}

hr{
	margin: 0 0 3em 0;
}
/*独自クラス*/
.pc-only{
	display: none;
}
.sp-only{
	display: block;
}
.tb-only{
	display: none;
}

.sp-ml0{
	margin-left: 0 !important;
}

/*マージン・パディング*/
#contents-main .mb5em {
	margin-bottom: 2em;
}
#contents-main .mb10em {
	margin-bottom: 3em;
}




/*　スマホ用　ページビジュアル--------------------------------　*/

#pagevisual {
	/* max-width:940px; */
	height: 100px;
}
#pagevisual h2 {
	font-size: 20px;
}

#title{
}
#title img{
	width: auto;
	max-width: 220px;
	margin-top: 4%;
	height: 20px;
}


/* #title-sp {
	display:inline;
	}
#title-sp img {
	width:100%;
	height:auto;
	}	 */


/*　ビジュアル--------------------------------　*/

#visual {
	max-width: inherit;
	width: 100%;
	margin:0px 0px 0px 0px ;
	height: 68vh;
	}
#visual img {
	width:100%;
}
#visual .bx-wrapper {
	height: 68vh;
}

 #visual .bx-wrapper img {
	max-width: 70%;
    width: auto;
    top: 20%;
	height: 50%;
}
#visual .bxslider li{
	height: 68vh;
}
#visual .bxslider li.bg1{
	background: url(../img/top_sp_bg_visual01.jpg) no-repeat  top center;
	background-size: cover;
}
#visual .bxslider li.bg2{
	background: url(../img/top_sp_bg_visual02.jpg) no-repeat top center;
	background-size: cover;
}

#visual .bxslider li.bg3{
	background: url(../img/top_sp_bg_visual03.jpg) no-repeat top left;
	background-size: cover;
}
#visual .bxslider li.bg4{
	background: url(../img/top_sp_bg_visual04.jpg) no-repeat  top center;
	background-size: cover;
}
#visual .bxslider li.bg5{
	background: url(../img/top_sp_bg_visual05.jpg) no-repeat top center;
	background-size: cover;
}





/*　ヘッダー・スライドバー--------------------------------　*/

/* slimmenu.js内の .menu-collapseに上書き */
.menu-collapser {
	height:50px;
	background-color:#fff;
	text-align: center;
}
/* menu内のロゴ画像設定 */
.menu-collapser img#spHeadLogo {
	margin: 17px 0 0 -25px;
    max-width: 60%;
    max-height: 27px;
	/* width:auto; */
	}


table td {
	line-height:1.8em }

table td hr {
	margin:0 0 1em 0;
    border: 0;
    height: 1px;
    background: url(../img/hr.gif) repeat-x ;
}

#contents-main table th {
	padding: 0 5px;
}
#contents-main table td {
	padding: 8px 10px 8px 0;
}

#contents-main table td.w15{
	width: 23%;
}






/*　ヘッダー・ナビ表示--------------------------------　*/

/*　pc用ヘッダー・ナビ非表示　*/
#head {
display:none;
}
/* #navi-box {
display:none;
	}
 */
#navi-box {
	z-index: 100;
	height: 50px;
}
#navi {
	height: 50px;
}
#navi ul {
	height: auto;
}
#navi li {
    float: none;
    list-style: none;
	background: rgba(255,255,255,1);
	padding: 0;
}
#navi li a {
	margin: 0;
	padding: 15px;
	border-bottom: none;
}

#navi ul.slimmenu li a:hover {
	background: inherit;
}
#navi li a:hover {
	border: none;
}

body li#navi-index {
	display: block;
}

#navi .sp-only{
	display: inline-block;
}

/*page*/
.nav-menu #navi-box {
    width: 100%;
    background: #fff;
    float: none;
}
.nav-menu {
    width: 100%;
}





/*　commonのスマホ用ナビ非表示を解除　*/
#navi-box-sp {
	display:none;
}

/*　スクロール時のナビ固定　jquery連動*/
#navi-box-sp {
	width:100%;
	height:50px;
	position:relative;
	z-index:2 ;
	}

/*　スクロール時のナビ固定　jquery連動*/
.fixed {
	position: fixed;
	top: 0px;}



/*　背景　*/
.sb-slidebar {
	border-left:1px solid #999;/* 左側にborder */
	background:#fff !important; /* slideber.cssの設定を上書き */
	}

#navi-box-sp #navi-sp {
	text-decoration: none;
	width: 100%;
	height:50px;
	margin: 0 0 0px 0;
	clear:both;
	}

#navi-box-sp #navi-sp h1 {
	display:none;}

#navi-box-sp #navi-sp ul {
	width: 100%;
	height:auto;
	background:none;
	border-bottom: 1px solid #999;
	}

/* ナビ下のborder */

#navi-box-sp #navi-sp li {
	float:none;
	list-style: none;
	text-align: left;
	}

#navi-box-sp #navi-sp li a {
	text-decoration: none;
	padding: 8px 10px;
	height:auto;
	width:100%;
	display: block;
	font-weight: normal;
	border-top: solid 1px #999;/* li上のborder */
	color: #333 !important;/* 文字色 */
	background:#fff;/* リンク背景 */
}
#navi-box-sp #navi-sp li#tel a {
	background: #c7ebf7;
}

#navi-box-sp #navi-sp li a span{
	display:inline;
	font-size: 80%;
	font-size: 80%;
    color: #999;
}

/* サブナビ */
#navi-box-sp #navi-sp li ul li a {
	padding: 5px 10px;
	font-size:14px;
}


/* hover時の設定 */
#navi-box-sp #navi-sp li a:hover ,
body.index #navi-sp li a#navi-index,
body.contact #navi-sp li a#navi-contact,
#navi-box-sp #navi-sp li#tel a:hover
{ color:#333 !important;
background:#aef5e7;
}











/*　パンくずリスト--------------------------------　*/
#bread {
	width:100%;
	}
#bread p {
	width:96%;
}




/*　コンテンツ--------------------------------　*/

#contents {
	width:100%;
	}

/*　コンテンツ背景--------------------------------　*/

#contents-back {
}



/*　コンテンツ　メインカラム--------------------------------　*/

#contents-main {
	width:100%;
	padding: 10px 0 0;
	margin:0px auto 0px auto;
	float:none;
}

#contents-main h2 {
	width:auto;
	padding:1em 0px;
	margin: 0 0 10px;
	font-size:140%;
	/* background-position:-7px 0 ; */
	}
#contents-main h2 span{
	display: inline-block;
}
#contents-main h2 a {
    display: inline-block;
}

#contents-main #title h2 {
	font-size: 150%;
}


#contents-main h3 {
	font-size: 115%;
	padding: 0 0 0.3em;
	font-weight:500;
	margin: 0 0 20px;
}

body.business #contents-main h3 {
	margin: -30px 0 20px;
	padding-top: 50px;
}

/* #contents-main h2 + h3 {
	padding-top: 0;
} */


/* h3アイコン画像 */
#contents-main h3 img {
	height: auto;
	width: 60%;
	max-width: 300px;
	margin-right: 10px;
	}

#contents-main h4 {
    margin: 0 0 5px;
	font-weight: 500;
	font-size: 95%;
}

#contents-main p ,
#contents-main ol ,
#contents-main ul {
	font-size:14px ;
	}

#contents-main p img {
	width:100%;
	height:auto;
	margin:0 0 1em 0;
	}

#contents-main iframe {
	width:90%;
	height:300px;
	margin: 1em auto;
	}

#contents-main h2 span.english {
	font-size: 12px;
	display: block;
}





/* テーブル */
/*　テーブル　スクロールバー表示　*/

#contents-main .sp-scroll {
	overflow-x: auto;　　　　/*tableをスクロールさせる*/
	padding: 0;
	margin-bottom: 0;
}
#contents-main .sp-scroll::-webkit-scrollbar {   /*tableにスクロールバーを追加*/
	height: 5px;
	}
#contents-main .sp-scroll::-webkit-scrollbar-track {   /*tableにスクロールバーを追加*/
	background: #F1F1F1;
	}
#contents-main .sp-scroll::-webkit-scrollbar-thumb {   /*tableにスクロールバーを追加*/
	background: #BCBCBC;
	}
#contents-main .sp-scroll table {
	white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
	width: 100%;
	margin: 0;
}





/*　サイドコンテンツ（非表示）--------------------------------　*/

#contents-main #contents-banner {
	width:96%;
	}
#contents-main #contents-banner p img {
	width:40%;
	margin:0 0.5em;
 }


/* フッター--------------------------------　*/

#footer {
	margin-top: 0;
	padding:0px 0 0;
	}
body.index #footer {
	margin: 0 0 0;
}
#footer p span {
	display: inline-block;
}
#footer #footer_inner address a{
	width: auto;
    height: auto;
    display: inline-block;
	position: relative;
	top: inherit;
}
#footer #footer_inner address p {
    display: inline-block;
    width: 90%;
    margin: 0 auto 0;
}
#footer #footer_inner p strong {
    font-size: 14px;
}

#footer .box {
	margin: 0 auto 20px;
}


/* ページトップ（非表示） */
#footer p.pagetop {
	display: none;
}
#footer p.pagetop a {
	display: none;
}
/*googlemap*/
#footer .gmap iframe{
	width: 100%;
	max-width: inherit;
	max-height: 300px;
}


/* フッターナビ（非表示） */
#footer #footer-navi {
	display:none;
	}





/* コピーライト */
#footer #footer_inner p{
	font-size:12px;
}
#footer #footer_inner p.copyright small{
	font-size: 10px;
}



.footernavi > div a{
	font-size: 85%;
	padding: 10px 5px;
}
.footernavi > div a img {
    vertical-align: text-bottom;
    height: 14px;
}



/* ★各ページ共通--------------------------------　*/



/*タイトル------------------------------------*/
#contents-main #title{
	max-width: 100%;
	width: 100%;
	margin: 0 auto 0 auto;
	height: auto;
}

/* 背景色あり　共通ボックス */
#contents-main .con-main-bg {
	width:100%;
}

#contents-main .con-main-box2 {
	width: 90%;
	max-width: inherit;
	margin: 0 auto;
	padding: 0 0 40px;
}


/* コンテンツ枠 */
#contents-main .con-main-box {
	width:90%;
	margin: 0 auto;
	padding: 0 0 32px;
}
#contents-main .inner-box {
	width: 100%;
}


/* h2下テキスト */
#contents-main .common-under-h2 {
	width:96%;
	margin:0 auto 0.5em auto;
	font-size:100%;
	line-height:200%;
	}
#contents-main .common-under-h2 span.common-font18px {
	font-size:15px;
	}



/* ページ下部リンクボタン */
#contents-main a.common-bottom-link {
	display:block;
	width:70%;
	max-width:479px;
	height:auto;
	line-height:2em;
	margin:2em auto 0px auto;
	padding:1em 1em;
	text-align:center;
	color:#fff;
	font-size: 16px;
    letter-spacing: 0px;
	background:url(../img/common_bottom_link_button.png) no-repeat top ;
}
#contents-main a.common-bottom-link:hover {
	background:url(../img/common_bottom_link_button.png) no-repeat bottom;
	text-decoration:none;
}



/* ★トップページのみ--------------------------------　*/

#contents-main .btn a {
	margin-bottom: 0px;
    font-size: 14px;
    width: 200px;
    height: 40px;
    line-height: 40px;
}


/* simple tickerの枠box */
body.index #top-ticker-box {
	width:96%;
	margin:1em auto;
	}

/* slickの画像の高さ */
/* .slick-box img {max-height:33%}
 */

body.index #contents-main {
    padding-top: 20px;
}



/*blog*/
.thumbnail-box{
	max-width: inherit;
	height: auto;
}


/*  ---------------------------- */



/* ★ABOUT--------------------------------　*/
#contents-main .aboutus .tac{
	text-align: left;
}
#contents-main .message {
    margin: 50px auto 30px;
}
#contents-main .message .ms-text {
    width: 100%;
}
#contents-main .message img{
	width: 100%;
	float: none;
    margin-right:0;
    margin-top: 2em;
}

.about .float-l,
.about .float-r{
	float: none;
	width: 100%;
}
.about .float-r{
	margin-top: 0;
}

.profile-detail .profile-img{
	position: relative;
	top: inherit;
	right: inherit;
	text-align: center;
	width: 100%;
}
.profile-detail .profile-img img{
	width: 100%;
	margin-top: 0;
}







/* ★info--------------------------------　*/
#contents-main .info-box{
	padding-top: 1em;
}
#contents-main .info-box .topics .title {
    font-size: 100%;
}
#contents-main .info-box .topics-text{
	font-size: 12px;
}
.info.detail #contents-main .topics {
    padding: 0px 0 ;
}



/*プライバシーポリシー*/

#contents-main .privacy > *{
	font-size: 12px;
}
#contents-main .privacy > h3{
	font-size: 14px;
}

/* ★ブログページ共通--------------------------------　*/


/* 一覧 */
.blog #contents-main .article{
    width: 48%;
    max-width: inherit;
    margin: 0 1% 2%;
}
#contents-main .topics {
    padding: 0;
}


.archive #contents-main .article {
    width: 30%;
    max-width: inherit;
    margin: 0 1.5% 4%;
}

body #contents-main .cate-list{
    display: block;
    margin: 0 0 1em;
}
body #contents-main .cate-list li{
	margin: 0 0 0;
}

body #contents-main .article-box .topics .title {
    margin-top: 5px;
	font-size: 10px;
}
/* body #contents-main	.post .thumbnail-box {
	width: 20%;
	margin: 0 2% 3em 0;
}

body #contents-main	.post .thumbnail-box img{
	width: 100%;
	height: auto;
}*/


body.detail #contents-main	.post .topics .title{
	font-size: 130%;
    padding-bottom: 5px;
    line-height: 1.4;
    margin: 0 0 20px;
}
body #contents-main .topics .title span {
    font-size: 70%;
}


body #contents-main	.post .box-text-date{
	overflow: auto;
}

/*記事*/
body.detail #contents-main .post {
    width: 100%;
}
body.archive #contents-main .mds h2 {
    font-size: 130%;
}
body #contents-main .post .post-title {
    margin: 0 0 20px;
	font-size: 140%;
}
body.detail #contents-main .post-detail {
    margin-bottom: 2em;
}
body.detail #contents-main #gallery-contents {
    margin-bottom: 64px;
}
body.detail #contents-main .other-img{
	margin: 4% -5px 0;
}
body.detail #contents-main .other-img .gl-box{
	width: 33.3%;
	padding: 5px;
}
body.archive #contents-main .mds h2 {
	display: block;
}
/* body.archive #contents-main .mds h2:before{
	top: 1.5em;
} */
body.archive #contents-main .cate {
	margin: 1em 0 1em 2.5em;
    font-size: 60%;
	white-space: nowrap;
}
body.archive #contents-main .cate:before {
    width: 1em;
	margin-left: 0;
}
body.archive #contents-main .cate-list .cate {
    margin-left: 2em;
}
body.archive #contents-main .mds .cover{
	display: inline-flex;
}

/*タブ*/
#contents-main .tab_box .tab_btn {
    margin: 0 2% 16px 0;
	font-size: 90%;
}




/* ★お問い合わせ-------------------------------- */


/* お問い合わせ　テーブル設定 */
body #contents-main table#inquiry_form ,
body #contents-main table#inquiry_form tbody ,
body #contents-main table#inquiry_form tr ,
body #contents-main table#inquiry_form th ,
body #contents-main table#inquiry_form td {
	display: block;
	border:none;
	}
body #contents-main table#inquiry_form th {
	width:100%;
	margin-top: 0;
    padding-bottom: 0;
}
body #contents-main table#inquiry_form td {
	background: #fff;
	width: 100%;
	padding-top: 0;
}

/* 住所　nest table用 */
#contents-main table#inquiry_form table{
	width:100%;
}
#contents-main table#inquiry_form table td {
	white-space:normal;/* pcのnowrapを解除 */
}



/* input クリックで入力エリアの拡大を防ぐ設定 */
body #contents-main table#inquiry_form  td input ,
body #contents-main table#inquiry_form  td textarea {
	font-size:16px;
	}

/* テキストボックスなどの長さ */
body #contents-main table#inquiry_form  td input.name{
	width:100%}
body #contents-main table#inquiry_form  td input.mail{
	width:100%}
body #contents-main table#inquiry_form  td input.tel{
	width:100%}
body #contents-main table#inquiry_form  td textarea {
	width:100%;}
body #contents-main table#inquiry_form  tr.text input,
body #contents-main table#inquiry_form  td input.text{
	width:100%;
}

body #contents-main table#inquiry_form  input[name="test"]{
	margin-top: 1em;
}


@media screen and (max-width:320px) {
	#footer #footer_inner address p {
		width: 90%;
	}

}

