@charset "UTF-8";

/*------------------------------------------------------------
	スライダー
------------------------------------------------------------*/
/*テンプレート追加(ＬＲスライダー用)*/
.slider_visual {
    margin-top: 20px;
    margin-bottom: 0px !important;
    /* Slider */
    /* Icons */
    /* Arrows */
    /* Dots */
}

/*テンプレート追加(ＬＲスライダー用)*/
@font-face {
    .slider_visual {
        font-family: 'slick';
        font-weight: normal;
        font-style: normal;
        src: url("fonts/slick.eot");
        src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
    }
}

/*テンプレート追加(ＬＲスライダー用)*/
.slider_visual {
    width: 100%;
}

   /*テンプレート追加(ＬＲスライダー用)*/
    .slider_visual{
        min-width: 100%;
        height: auto;
    }
    .row {
        margin-left: -6px;
        margin-right: -6px;
        padding-bottom: 6px;
    }

/*=====================================================
	共通CSS設定  (ＮＯ1b)
=====================================================*/

.opacity a img {
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    background-color: undefined;
}

.opacity a:hover img {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/*=====================================================
	共通CSS設定  シャディ様参考(ＮＯ1b)
=====================================================*/
html {
  font-size: 6.3%;
  overflow-y: scroll;
}

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-style: normal;
  font-weight: normal;
  font-size: 14rem;
  vertical-align: baseline;
  color: #422b26;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;

}

body {
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}


input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a {
  color: #422b26;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a.anchor{
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}


/*=====================================================
	header設定
=====================================================*/

.normal {
  position: relative;
}

.normal .header_box_bar {
  padding: 10px 10px 0px 10px;
}

.normal .header_box_bar:after {
  content: "";
  display: block;
  clear: both;
}

.normal .header_box_bar .header_box_logo {
  float: left;
  width: 165px;
}

.normal .header_box_bar .header_box_logo img {
width: 100%;

}

.normal .header_box_bar ul.header_box_menu {
  float: right;
  display: table;
}

.normal .header_box_bar ul.header_box_menu li {
  margin-left: 10px;
  border-left: 1px solid #e3ded5;
  padding: 0 10px;
  display: table-cell;
}

.normal .header_box_bar ul.header_box_menu li:last-child {
  padding: 0 0 0 10px;
}



/*------------------------------------------------------------
	スマホ　コンテンツ背景
------------------------------------------------------------*/

.sp_bg_syusan_mainimage {
  background: url("../img/liferoad-img/sp/bg/syusan_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

.sp_bg_kaiki_mainimage {
  background: url("../img/liferoad-img/sp/bg/kaiki_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}



.sp_bg_braidal_mainimage {
  background: url("../img/liferoad-img/sp/bg/braidal_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

.sp_bg_zyoutou_mainimage {
  background: url("../img/liferoad-img/sp/bg/zyoutou_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

.sp_bg_hikkoshi_mainimage {
  background: url("../img/liferoad-img/sp/bg/hikkoshi_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}


.sp_bg_seijin_mainimage {
  background: url("../img/liferoad-img/sp/bg/seijin_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}



.sp_bg_momonosekku_mainimage {
  background: url("../img/liferoad-img/sp/bg/momonosekku_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

.sp_bg_nyuen_mainimage {
  background: url("../img/liferoad-img/sp/bg/nyuen_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

.sp_bg_nyugaku_mainimage {
  background: url("../img/liferoad-img/sp/bg/nyugaku_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

.sp_bg_shingaku_mainimage {
  background: url("../img/liferoad-img/sp/bg/shingaku_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

.sp_bg_tangonosekku_mainimage {
  background: url("../img/liferoad-img/sp/bg/tangonosekku_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}



.sp_bg_753_mainimage {
  background: url("../img/liferoad-img/sp/bg/753_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}




.sp_bg_houyou_mainimage {
  background: url("../img/liferoad-img/sp/bg/houyou_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

.sp_bg_kouden_mainimage {
  background: url("../img/liferoad-img/sp/bg/kouden_02.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

.sp_bg_hatubon_mainimage {
  background: url("../img/liferoad-img/sp/bg/hatubon_01.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}


.sp_bg_ouchi_gift_mainimage {
  background: url("../img/liferoad-img/sp/bg/ouchi_gift.png") center;
  background-size: cover;
  width: 100%;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    /* 例:幅640px高さ300pxの画像の場合 */
    padding-top: 46.875%;
  position: relative;
  top: 0;
  left: 0;
}

 
.sp_mainimage_text {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 52%;
    left: 4%;
  width: 50%;
  font-size: 73%;
    line-height: 1.5em;
  text-align: left;
  font-weight: bold;
}




/*=====================================================
	content_box設定
=====================================================*/

.content_box {
  position: relative;
  padding-bottom: 40px;
}

.content_box .main_box {
  position: relative;
}


.content_box .main_box img {
  width: 100%;
}

.main_box_toppage_image img {
    width: 96%;
    display: block;
    margin:auto;
    border: 0px solid #cccccc;
}

.content_box .main_box02 img {
  width: 90%;
  margin-left: 10px;
}

.content_box .main_box03 img {
  width: 96%;
  margin-left: 10px;
}



#sp_mainimage_box img {
  width: 100%;
}



.content_box .main_box_service img {
    width: 90%;
    display: block;
    margin:auto;
}

.content_box .main_box_service_banner img {
    width: 100%;
   /*　大感謝祭バナー時⇒ width: 96%; */ 
    display: block;
    margin: 0px auto;
    border: 0px solid #cccccc;
}




.content_box .main_box_text {
  font-size: 13rem;
  margin-top: 1px;
  text-align: center;
}

.content_box .main_box_text_02 {
  font-size: 100%;
    font-weight: 600;
  text-align: center;
    background: rgba(200,220,200,0);
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 5px 10px;
}




.content_box .main_box_text_03 {
    font-size: 100%;
    text-align: center;
    padding: 5px 10px 20px 10px;
}


.content_box .main_box_text_03 a {
    text-decoration: underline;
    color: #fff;
    background: #422b26;
    padding: 8px;
}


.content_box .main_box_text_04 {
    font-size: 100%;
    text-align: center;
    padding: 0px 0px 2px 0px;
    background    : #ffffff;
    border-bottom : 2px dotted #990000;
}

.content_box .main_box_text_05 {
    font-size: 120%;
    text-align: center;
    padding: 5px 10px 20px 10px;
}



.content_box .main_box_text_06 {
    font-size: 100%;
    text-align: center;
    padding: 5px 10px 20px 10px;
}


.content_box .main_box_text_06 a {
    text-decoration: underline;
}




.content_box .main_box_text_infomation_news {
  margin        : 10px auto 12px;                 /* サンプル用 中央寄せ  */
　margin-bottom: 25px;
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 95%;                 /* BOXの幅              */
  max-width     : 850px;                /* BOXの最大幅          */
  height        : 100%;                /* BOXの高さ            */
  padding       : 14px 0;                 /* 文字の位置合わせ     */
  font-size     : 100%;                 /* 文字サイズ           */
  text-align    : center;               /* 文字位置             */
  color         : #444444;              /* 文字色               */

  background    : #ffffff;              /* BOXの背景色          */
  border        : 7px double #ff7f7f;   /* 枠線の指定           */
  border-radius : 1px;                  /* 角丸の指定           */
  box-shadow    : 0 0 0 12px #ffffff;   /* 影を利用した外余白   */
  text-decoration: underline;
}



.main_box_text_title001{
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    
}

.content_box .main_box_text_bg001 {
  font-size: 100%;
  text-align: center;
  background: rgba(227,221,209,0.5);
  margin: 20px 20px 10px 20px;
    padding: 7px;
    
}


.content_box .main_box_text_bg002 {
  font-size: 130%;
    font-weight: 700;
  text-align: center;
  background: rgba(227,221,209,0.5);
  margin: 20px 10px 10px 10px;
    padding: 15px;
    
}

/* スマホお問い合わせバナー */
.gift_support_box {
    position: relative;
    text-align: center;
    height: auto;                  /* 高さ指定 */
    margin: 0;
    padding: 0px 0px 10px 0px;       /* 余白指定 */
    font-size: 16px;                /* 文字サイズ指定 */
    background-color: #ffffff;   /* 背景色指定 */
}

.gift_support_box img {
  width: 96%;
}


.image_link_box_center {
    margin: auto;
    width: 94%;
    text-align: center;
}






.content_box .shop_map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

.content_box .shop_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}


.content_box .sub_box {
  margin-top: 0px;
}


.content_box .sub_box .sub_box_maintitle {
  padding: 5px 10px 5px 30px;
  font-size: 16rem;
  font-weight: bold;
  border-top: 0px dotted #2f1913;
  border-bottom: 2px dotted #2f1913;
  background: url(../img/liferoad-img/nav/title01.png) 8px center no-repeat white;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
    margin-bottom: 2px;
}

.content_box .sub_box .sub_box_maintitle02 {
    padding: 10px;
    background-color: #2f1913;
    color: #FFF;
    font-size: 16rem;
    font-weight: bold;
    text-shadow: 2px 3px 2px #030000;
}

.content_box .sub_box .sub_box_maintitle03 {
    padding: 10px;
    background-color: #00A0CC;
    color: #FFF;
    font-size: 16rem;
    font-weight: bold;
    text-shadow: 2px 3px 2px #030000;
}

.content_box .sub_box .sub_box_maintitle04 {
    padding: 10px;
    background-color: #eee9e4;
    color: #2f1913;
    font-size: 16rem;
    font-weight: bold;
}

.content_box .sub_box .sub_box_maintitle05 {
  padding: 5px 10px 5px 5px;
  font-size: 16rem;
  font-weight: bold;
  border-top: 0px dotted #2f1913;
  border-bottom: 2px dotted #2f1913;
  background: url(../img/liferoad-img/nav/gift.png) 8px center no-repeat white;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

.sub_title01{
	background:#f4f4f4;
	color:#2f1913;
	padding:4px 0 3px 10px;
	margin:0 0 3% 0;
	font-size:1.0em;
    margin-top: 5px;
}

.sub_title02{
	background:#f4f4f4;
	color:#2f1913;
	padding:4px 0 3px 10px;
	margin:0 0 3% 0;
	font-size:1.0em;
    margin-top: 5px;
}
.sub_title02 a {
    text-decoration: underline;
    font-size: 120%;
}


.content_box .sub_box .sub_box_content:after {
  content: "";
  display: block;
  clear: both;
}

.content_box .sub_box .sub_box_content li {
  float: left;
  margin-bottom: 10px;
  line-height: 1.4;
}

.content_box .sub_box .sub_box_content li .sub_box_img {
  width: 95%;
    margin-left: 5px;
}

.content_box .sub_box .sub_box_content li .sub_box_img02 {
  width: 98%;
    margin-left: 5px;
}


.content_box .sub_box .sub_box_content li .sub_box_text {
  font-size: 12rem;
  margin-top: 2px;
  text-align: center;
}

.content_box .sub_box .sub_box_content li:nth-child(odd) {
  padding: 2% 2% 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 51%;
}

.content_box .sub_box .sub_box_content li:nth-child(even) {
  padding: 2% 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
}


.content_box .sub_box .sub_box_content02 li {
  border-bottom: 1px solid #d1c7b1;
  line-height: 1.4;
}

.content_box .sub_box .sub_box_content02 li a {
  width: 100%;
  padding: 10px 30px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.content_box .sub_box .sub_box_content02 li a:after {
  content: "";
  display: block;
  clear: both;
}

.content_box .sub_box .sub_box_content02 li a :after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 5px solid #422b26;
  border-right: 5px solid #422b26;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}


.content_box .sub_box .sub_box_content02 li a img.sub_box_content02_img {
  float: left;
  width: 30%;
  margin-right: 10px;
}

.content_box .sub_box .sub_box_content02 li a dl.sub_box_content02_text {
  text-align: left;
}

.content_box .sub_box .sub_box_content02 li a dl.sub_box_content02_text dt {
  font-size: 18rem;
  font-weight: bold;
}

.content_box .sub_box .sub_box_content02 li a dl.sub_box_content02_text dd {
  margin-top: 10px;
  font-size: 12rem;
}

.content_box .sub_box .sub_box_content li.sub_box_content03 {
  width: 100%;
  padding: 1% 0 0 0;
  position: relative;
}


/*=====================================================
	トップページリンクボックス設定
=====================================================*/


.linkbox_toppage_content_box01{
    float:left;
    width: 100%;
    border: 0px solid #cccccc;
    margin: 0px 0 30px 0;
}



.linkbox_toppage_left_col {
    margin: 0px;
    padding: 0px;
	float: left;
}

.linkbox_toppage_left_col_image {
	width: 90px;
}

.linkbox_toppage_left_col_image img {
	width: 100%;
    border-radius: 5px;
}

.linkbox_toppage_right_col {
    margin: 0px 10px 0px 20px;
    padding: 0px;
	float: left;
}

.linkbox_toppage_right_col_txt {
	padding-top: 0px;
	line-height: 1.4;
	font-size: 15px;
	width:50%;
}


.linkbox_toppage_right_col_name { 
    padding: 0 0 5px 0;
    margin: 5px 0 5px 0;
    text-align: left;
    font-size: 100%;
    letter-spacing: 0.8px;
    color: #422b26;
    font-weight: bold;
    background: url("../img/liferoad-img/dotline/dot_line_01.png") repeat-x 0 bottom;
    background-size: auto auto;
}



.linkbox_toppage_right_col_txt p {
    padding: 0px;
    font-size: 80%;
    letter-spacing: 0.5px;
}


/*div要素全体にリンクをつけるために必要な要素*/
.linkbox_toppage {
    position: relative;
}
.linkbox_toppage a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}

/* div要素全体見た目をわかりやすくするための設定*/
.linkbox_toppage {
    width: 85%;
    float: left;
    margin: 20px 20px 0 20px;
    background: url("../img/liferoad-img/arrow_right_422b26.svg") right center no-repeat;
    background-size: 45px;
    padding: 10px;
    border: 1px dotted #422b26;
    border-radius : 1px;
}



.linkbox_toppage:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}





/*=====================================================
	テキストセクションボックス設定
=====================================================*/

.section_box {
    width: 95%;
    margin-left: 10px;
    margin-bottom: 15px;
    padding-top: 2px;
    padding-bottom: 10px;
}

.section_box dl {
    margin-left: 2px;
}

.section_box dt {
        font-weight: bold;
}
.section_box dd {
    margin-left: 15px;
    margin-bottom: 10px;
}

.section_box .text_right{
        text-align: right;
    margin-top: 15px;
    padding-right: 20px;
}

.section_box a {
    text-decoration: underline;
    
}



/*=====================================================
	ページトップ設定
=====================================================*/


.content_box .pagetop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.content_box .pagetop a {
  display: block;
  height: 30px;
  background-color: #000;
  border-top: 4px solid #E3DDD1;
  text-indent: -9999px;
  position: relative;
}

.content_box .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10px;
  height: 10px;
  margin-right: -5px;
  margin-top: -2.5px;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*=====================================================
	テキストリンク設定
=====================================================*/

.content_box .textlink_box {
  margin-top: 20px;
}

.content_box .textlink_box .textlink_box_title {
  padding: 5px 10px 5px 40px;
  font-size: 16rem;
  font-weight: bold;
  border-bottom: 3px solid #2f1913;
}

.content_box .textlink_box .textlink_box_menu:after {
  content: "";
  display: block;
  clear: both;
}

.content_box .textlink_box .textlink_box_menu li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #2f1913;
  padding: 5px 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
}

.content_box .textlink_box .textlink_box_menu li a {
  display: block;
  padding: 8px 0 8px 25px;
}

.content_box .textlink_box .textlink_box_menu li:nth-child(odd) a {
  border-right: 1px dotted #2f1913;
}


.content_box .textlink_box .textlink_box_title {
  background: url(../img/liferoad-img/nav/gift.png) 8px center no-repeat white;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}


/*=====================================================
	インフォメーションリンク設定
=====================================================*/

.content_box .textlink_box.information .textlink_box_title {
  background: url(../img/liferoad-img/nav/infomation.png) 8px center no-repeat white;
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

.content_box .textlink_box.information .textlink_box_menu {
  background-color: #E3DDD1;
}

.content_box .textlink_box.information .textlink_box_menu a {
  color: #333333;
  position: relative;
}

.content_box .textlink_box.information .textlink_box_menu a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: solid 3px #999999;
  border-right: solid 3px #999999;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*=====================================================
	コピーライト設定
=====================================================*/

.content_box .copyLight {
  margin-top: 25px;
  text-align: center;
}

.content_box .copyLight p {
  font-size: 12rem;
}

.content_box .copyLight p:not(:last-child) {
  margin-bottom: 5px;
}



/*=====================================================
アコーディオンメニュー　sp_contents_t.css  (ＮＯ3)
=====================================================*/

#conts .accordionBox {
	display: none;
}

#conts .headline h2 {
	padding: 10px 0 10px 25px;
	background-image: -webkit-gradient(linear, left top, left bottom,
						from(#069),
						to(#008BCE));
	background-image: -moz-linear-gradient(
						#069,
						#008BCE);
	background-image: linear-gradient(
						#422b26,
						#422b26);
	display: block;
	position: relative;
	color: #fff;
	fonot-size: 10rem;
    font-weight: bold;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
}

#conts .headline h2:before {
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(../img/liferoad-img/nav/sprite_icon.png) no-repeat 0 -28px;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	left: 10px;
	content: "";
}

#conts .headline h3 {
	margin-top: 20px;
	padding: 15px 10px 13px 14px;
	background-image: -webkit-gradient(linear, left top, left bottom,
						from(#fff),
						to(#ddd));
	background-image: -moz-linear-gradient(
						#fff,
						#ddd);
	background-image: linear-gradient(
						#fff,
						#ddd);
	border-top: 3px solid #069;
	border-bottom: 1px solid #ccc;
	position: relative;
	color: #111;
	font-size: 1.8rem;
	font-weight: normal;
}

#conts .headline .accordion {
	margin: 0;
	padding-left: 48px;
	border-top: none;
    font-size: 100%;
}

#conts .headline .accordion:before {
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: url(../img/liferoad-img/nav/sprite_icon_t.png) no-repeat -168px 0;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	left: 15px;
	content: "";
}

#conts .headline .accordion.open:before {
	background-position: -192px 0;
}

#conts .headline .accordionBox {
	border-bottom: 1px solid #ccc;
}

#conts .headline .accordionmenu li {
	font-size: 1.6rem;
}

#conts .headline .accordionmenu li:nth-child(odd) {
	background: #eee;
}

#conts .headline .accordionmenu li:nth-child(even) {
	background: #fff;
}

#conts .headline .accordionmenu li a {
	padding: 15px 20px 13px 15px;
	overflow: hidden;
	display: block;
	position: relative;
	text-decoration: none;
}

#conts .headline .accordionmenu li a:after {
	margin-top: -7px;
	width: 7px;
	height: 14px;
	background: url(../img/liferoad-img/nav/sprite_icon.png) no-repeat -38px -28px;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	right: 15px;
	content: "";
}

#conts .headline .accordionmenu li .date {
	margin-bottom: 3px;
	display: block;
	font-size: 1.2rem;
}

#conts .headline .accordionmenu li time {
	color: #666;
}

#conts .headline .accordionmenu li time,
#conts .headline .accordionmenu li .accordionmenu {
	vertical-align: baseline;
}

#conts .headline .accordionmenu li .new {
	margin-left: 10px;
}

#conts .headline .accordionmenu li .thumbnail {
	margin-right: 10px;
	float: left;
}

#conts .headline .more {
	margin: 13px 0;
	text-align: center;
}

#conts .headline .more a {
	padding-right: 15px;
}

#conts .headline .more a:after {
	margin-top: -4px;
	width: 4px;
	height: 9px;
	background: url(../img/liferoad-img/nav/sprite_icon.png) no-repeat 0 -42px;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	position: absolute;
	top: 50%;
	right: 5px;
	content: "";
}

/*=====================================================
ナビ　sp_liferoad.css  (ＮＯ4)
=====================================================*/

#gNavi {
	position: relative;
	z-index: 1;
    /* 下部の影非表示
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
     */
    height: 70px;
}

#gNavi:before {
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	-webkit-box-shadow: inset 0 2px 3px rgba(66,43,38,0.2);
	box-shadow: inset 0 2px 3px rgba(66,43,38,0.2);
	content: "";
}

#gNavi li {
	width: 20%;
	float: left;
}

#gNavi a {
	padding-top: 8px;
	height: 49px;
	display: block;
	background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#422b26),
				color-stop(0.50, #422b26),
				color-stop(0.50, #422b26),
				to(#422b26));
	background: -moz-linear-gradient(
				top,
				#4caddc 0%,
				#1985ba 50%,
				#0077b2 50%,
				#069);
	background: linear-gradient(
				top,
				#4caddc 0%,
				#1985ba 50%,
				#0077b2 50%,
				#069);
	border-left: 1px solid #d2c8b2;
	border-right: 1px solid #fff;
    border-bottom: 1px solid #E3DDD1;
	color: #fff;
	text-decoration: none;
	text-align: center;
	-webkit-text-shadow: 0 0 2px rgba(0,0,0,0.65);
	text-shadow: 0 0 2px rgba(0,0,0,0.65);
    font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
        border-radius : 0px;                  /* 角丸の指定           */

}

#gNavi li:first-child a {
	border-left: 1px solid #d2c8b2;
}

#gNavi a:before {
	margin: 0 auto 2px;
	width: 28px;
	height: 27px;
	background: url(../img/liferoad-img/nav/sp_nav_icon05.png) no-repeat;
	-webkit-background-size: 216px 50px;
	background-size: 216px 50px;
	display: block;
	content: "";
}

#gNavi .gnav02 a:before {
	background-position: -28px 0;
}

#gNavi .gnav03 a:before {
	background-position: -56px 0;
}

#gNavi .gnav04 a:before {
	background-position: -84px 0;
}

#gNavi .gnav05 a:before {
	background-position: -112px 0;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}


/*------------------------------------------------------------
	会社概要（スマホテーブル）
------------------------------------------------------------*/
.tbl-r02 {
  margin: 15px;
}
.tbl-r02 th {
  background: #f0f0f0;
  border: solid 1px #ccc;
  color: #333333;
  padding: 10px;
}
.tbl-r02 td {
  background: #fff;
　border: solid 1px #ccc;
  padding: 10px 10px 20px 10px;

}
.tbl-r02 a {
    text-decoration: underline;
    
}

@media screen and (max-width: 540px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 85%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*------------------------------------------------------------
	支店案内（スマホ）
------------------------------------------------------------*/
.tbl-branch {
    width: 96%;
    margin: auto;
}

.tbl-branch th {
  background: #f0f0f0;
  border: solid 1px #ccc;
  color: #333333;
  padding: 10px 10px 20px 10px;
}
.tbl-branch td {
  background: #fff;
　border: solid 10px #ccc;
  padding: 10px 10px 10px 10px;

}
.tbl-branch a {
    text-decoration: underline;
    
}

.tbl-branch .line {
    border: solid 1px #ccc;
}

.tbl-branch .line_tell {
    border: solid 1px #ccc;
}

.tbl-branch .line_tell a {
    color: #0E1BBB;
}

.tbl-branch .line_url {
    border: solid 1px #ccc;
    font-size: 90%;
}

.branch_tell_comment {
    margin-top: 5px;
    padding-top: 3px;
    border-top: 2px dashed #d2c8b2;   /* 枠線の指定（上）     */
    border-radius : 1px;                  /* 角丸の指定           */
    font-size: 80%;
}


/* 各種SNSバナーＢＯＸ*/

.sns_image_content_box01{
    width: 96%;
    margin: 20px auto;
    padding: 5px 0 5px 0;
    text-align: center;
    border-top    : 0px dashed #d2c8b2;   /* 枠線の指定（上）     */
    border-bottom : 0px dashed #d2c8b2;   /* 枠線の指定（下）     */
    border-radius : 1px;                  /* 角丸の指定           */
}


.sns_image_content_box01 .snslik_notlink{
  display:inline-block;
    width: 100px;
    margin: 0 30px 0 0;
}

.sns_image_content_box01 .snslik{
    width: 60px;
    margin: 0px 15px 0px 15px;
  display:inline-block;
}


.snslik a{
    display:block;
    margin: 0;
    padding: 0;
}

.snslik img{
    width:60px;
}

.snslik:hover img {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}


/*------------------------------------------------------------
	SPトップページ　お知らせ
------------------------------------------------------------*/


.news-box_itiran {
    width: 100%;
}

.news-box_itiran ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5px;
}

.news-box_itiran li {
    list-style: none;
    display: list-item;
    margin: 5px 0px 0px 12px;
    
}


.news-list_itiran {
    border-bottom: 0px solid #e5e5e5;
    padding: 5px 0 25px 0px;
}


.news-date_itiran {
    color: #3e3e3e;
    font-size: 100%;
    font-weight: 700;
    margin-left: 0px;
}




.news-txt_naiyou_itiran {
    margin: 0px 0px 20px 2px;
    width: 94%;
    line-height: 1.4;
    padding: 0px 0 10px 0;
    border-bottom: 2px dashed #e5e5e5;
        
}

.news-box_itiran a:hover {
    text-decoration: underline;
}

.news-txt_naiyou_itiran a {
    text-decoration: underline;
    color: #422b26;
}

.news-txt_naiyou_itiran a:hover {
    text-decoration: none;
}

.new_mark{
    padding-left: 10px;
    font-size: 100%;
  animation: blinkAnime 0.6s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #ff0000 }
 100% { color: rgba(255, 0, 0, 0.50) }
}

.contents-more {
    margin: 20px 20px 0 0;
    text-align: right;
}


.contents-more a {
    background: url("../img/liferoad-img/ico-arw-r-422b26.svg") left center no-repeat;
    background-size: 6px 10px;
    padding-left: 10px;
    text-decoration: underline;
}

.contents-more a:hover {
    text-decoration: none;
}

/*------------------------------------------------------------
	その他コード
------------------------------------------------------------*/

/* 表示切替ボタンPC版に切り替える */
.content_box .copyLight
.pcSite{
    margin:15px auto;
    width:80%;
    padding:3px 0;
    text-align:center;
}

.btn{
    display:block;
    margin-left:3px;
    border:1px solid #959595;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    background:#e8e8e8;
    background:-webkit-gradient(linear,left top, left bottom,from(#dfdfdf),color-stop(0.03, #fff),color-stop(0.45, #fff),color-stop(0.52, #e7e7e7),to(#fefefe));
    background:-moz-linear-gradient(top,#dfdfdf 0%,#fff 3%,#fff 45%,#e7e7e7 52%,#fefefe 100%);
    color:#333;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}
/*------------------------------------------------------------
	アンダーライン
------------------------------------------------------------*/

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em atuo;
    padding:0;
}

/*------------------------------------------------------------
	スペースタグ
------------------------------------------------------------*/

.space_5px {
    width: auto;
    margin: 5px auto 0px auto;
    text-align: center;
}

.space_7px {
    width: auto;
    margin: 7px auto 0px auto;
    text-align: center;
}

.space_10px {
    width: auto;
    margin: 10px auto 0px auto;
    text-align: center;
}

.space_15px {
    width: auto;
    margin: 15px auto 0px auto;
    text-align: center;
}

.space_20px {
    width: auto;
    margin: 20px auto 0px auto;
    text-align: center;
}

.space_25px {
    width: auto;
    margin: 25px auto 0px auto;
    text-align: center;
}

.space_30px {
    width: auto;
    margin: 30px auto 0px auto;
    text-align: center;
}

.space_35px {
    width: auto;
    margin: 35px auto 0px auto;
    text-align: center;
}

.space_40px {
    width: auto;
    margin: 40px auto 0px auto;
    text-align: center;
}

.space_50px {
    width: auto;
    margin: 50px auto 0px auto;
    text-align: center;
}

.space_60px {
    width: auto;
    margin: 60px auto 0px auto;
    text-align: center;
}
.space_70px {
    width: auto;
    margin: 70px auto 0px auto;
    text-align: center;
}
.space_80px {
    width: auto;
    margin: 80px auto 0px auto;
    text-align: center;
}
.space_90px {
    width: auto;
    margin: 90px auto 0px auto;
    text-align: center;
}
.space_100px {
    width: auto;
    margin: 100px auto 0px auto;
    text-align: center;
}


/*------------------------------------------------------------
	入園入学進学リンク
------------------------------------------------------------*/
.nyugaku_list:after {
  content: "";
  display: block;
  clear: both;
}

.nyugaku_list li {
  float: left;
  margin: 7px 0px 0px 0px;
}
.nyugaku_list .link_image {
    width:90%;
    margin-left: 8px;
}

.nyugaku_list li:nth-child(odd) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.nyugaku_list li:nth-child(even) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}



/*------------------------------------------------------------
	店舗案内リンク
------------------------------------------------------------*/

.shop_list:after {
  content: "";
  display: block;
  clear: both;
}

.shop_list li {
  float: left;
  margin: 7px 0px 0px 0px;
}

.shop_list .branch_img {
    width:90%;
    margin-left: 8px;
}

.shop_list li:nth-child(odd) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.shop_list li:nth-child(even) {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

/*------------------------------------------------------------
	スマホ　サービスページ　補足テキスト
------------------------------------------------------------*/

.service_hosoku_text_sp {
  margin        : auto;                 /* サンプル用 中央寄せ  */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 90%;                 /* BOXの幅              */
  max-width     : 640px;                /* BOXの最大幅          */
  height        : auto;                /* BOXの高さ            */
  padding       : 10px;               /* 文字の位置合わせ     */

  background    : #ffffff;              /* BOXの背景色          */
  border        : 2px dotted #d2c8b2;   /* 枠線の指定           */
  border-radius : 5px;                  /* 角丸の指定           */
}


.service_hosoku_text_sp li {
    margin: 5px 0px 10px 0px;
    padding: 0px;
    list-style: none;
    font-size: 90%
}


/*------------------------------------------------------------
	スマホ　サービスページ　Ｑ＆Ａアコーディオン
------------------------------------------------------------*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: bold;
	line-height: 4;
	position: relative;
	display: block;
	padding: 0 0 0 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
    background: rgba(227,221,209,0.5);
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #422b26;
	background: rgba(242,242,242,1);
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}
/* Icon */
.cp_actab label::after {
	line-height: 4;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}


/*------------------------------------------------------------
	スマホ　サービスページ　カタログギフトコンテンツ
------------------------------------------------------------*/

.cataloguegift_shoplink_sp {
  margin        : auto;                 /* サンプル用 中央寄せ  */
  box-sizing    : border-box;           /* 罫線も含む長さ       */
  width         : 90%;                 /* BOXの幅              */
  height        : auto;                /* BOXの高さ            */
  padding       : 0px 30px 20px 30px;               /* 文字の位置合わせ     */
  text-align    : left;               /* 文字位置             */

  background    : #f2f2f2;              /* BOXの背景色          */
  border        : 0px solid #000000;   /* 枠線の指定           */
}

.cataloguegift_shoplink_sp img {
    width: 100%;
    margin-top: 5px;
}

/*------------------------------------------------------------
	スマホ　横並びリンクボックス
------------------------------------------------------------*/
.p-useful {
    border: 1px solid #b6b6b6;
    text-align: center;
    width: 96%;
    margin: auto;
}


.p-useful_item:nth-child(3n+2) {
    border-right: 1px solid #b6b6b6;
    border-left: 1px solid #b6b6b6;
}


.p-useful_item {
    float: left;
    width: 33.33333%;
    border-top: 0px solid #b6b6b6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-useful_item img {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



