@charset "utf-8";
/* CSS Document */

body { font-size: 14px; font-size: 1.4rem; }
.sp_none { display: none !important; }
.sp_block { display: block; }

/*公開時削除*/
#edit_btn {
  display: none;
}
/*//公開時削除*/
/*---------------------------------------------------------------------
	site_header
---------------------------------------------------------------------*/
#site_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 15px;
    background-color: #fff;
    border-top: 5px solid #079DC3;
  /*border-bottom: 1px solid #A5A5A5;*/
}

.site_logo {
	max-width: 320px;
	width: 80%;
}
.site_logo a {
	text-decoration: none;
	color: #000;
}

#site_header .header_list { display: none; }

.btn_mypage_sp {
    position: absolute;
    right: 70px;
    top: 12px;
    width: 43px;
}


/*---------------------------------------------------------------------
	site_navi
---------------------------------------------------------------------*/
#site_navi {
	backface-visibility: hidden;
	background-color: #007998;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	z-index: 100;
	overflow: hidden;
	padding: 90px 15px 15px;
		
	/* リストの基本動き　隠しておく */
	opacity: 0;
	transform: rotateX(-90deg);
	-webkit-transform: rotateX(-90deg);
    transform-origin: top right 0;
	-webkit-transform-origin: top right 0;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.315, 1.16) 0.8s;
}
#site_navi.activ{
	/* activeになった時に表示させる */
	opacity: 1;
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	
	height: 100%;
    position: fixed;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.315, 1.16) 0.4s;
  overflow-y: scroll;
}
/* site_navi_list */
#site_navi > ul {
    height: 100%;
    overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
#site_navi li {
	font-size: 1.8rem;
	border-bottom: 1px dotted #fff;
	
	/* リストの基本動き　隠しておく */
	opacity: 0;
	transform: rotateY(90deg);
	position: relative;
    /*right: -240%;*/
	transition: all 1s ease 0s;
}
#site_navi li:first-child { border-top: 1px dotted #fff; }
#site_navi.activ li {
	/* activeになった時に表示させる */
	opacity: 1;
	/*right: 0;*/
	transform: rotateY(0deg);
	transition: all .3s ease .5s;
}
	#site_navi.activ ul li.navi_01 { transition-duration: .5s; }
	#site_navi.activ ul li.navi_02 { transition-duration: .7s; }
	#site_navi.activ ul li.navi_03 { transition-duration: .9s; }
	#site_navi.activ ul li.navi_04 { transition-duration: 1.1s; }
	#site_navi.activ ul li.navi_05 { transition-duration: 1.3s; }
	#site_navi.activ ul li.navi_06 { transition-duration: 1.5s; }
	#site_navi.activ ul li.navi_07 { transition-duration: 1.7s; }
	#site_navi.activ ul li.navi_08 { transition-duration: 1.9s; }
	#site_navi.activ ul li.navi_09 { transition-duration: 2.1s; }
	#site_navi.activ ul li.navi_10 { transition-duration: 2.3s; }
	#site_navi.activ ul li.navi_11 { transition-duration: 2.5s; }
	
	#site_navi ul li.navi_01 { transition-duration: 1.7s; }
	#site_navi ul li.navi_02 { transition-duration: 1.5s; }
	#site_navi ul li.navi_03 { transition-duration: 1.3s; }
	#site_navi ul li.navi_04 { transition-duration: 1.1s; }
	#site_navi ul li.navi_05 { transition-duration: .9s; }
	#site_navi ul li.navi_06 { transition-duration: .7s; }
	#site_navi ul li.navi_07 { transition-duration: .5s; }
	#site_navi ul li.navi_08 { transition-duration: .3s; }
	#site_navi ul li.navi_09 { transition-duration: .1s; }

#site_navi ul li a {
  color: #FFFFFF;
  display: block;
  padding: 10px 0 5px;
  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
}
#site_navi ul li a:hover {}
#site_navi .toggle_btn {
  position: absolute;
  right: 0;
  width: 40px;
  top: 0;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 24px;
  margin: 5px 5px 5px;
}
#site_navi .toggle_btn::before,
#site_navi .toggle_btn::after {
  content: "";
  position: absolute;
  left: 53%;
  top: 18px;
  background-color: #fff;
  width: 12px;
  height: 2px;
  margin-left: -6px;
  transition: .3s;
}
#site_navi .toggle_btn::before {
	transform: rotate(-90deg);
}
#site_navi .toggle_btn::after {
	transform: rotate(180deg);
}
#site_navi .toggle_btn.open::before,
#site_navi .navi_list .toggle_btn.open::after {
	transform: rotate(0);
}

#site_navi .toggle_list {
	display: none;
}
#site_navi .toggle_list li {
	border-bottom: none;
	border-top: 1px dotted #fff;
}
#site_navi .toggle_list li a {
  font-size: 1.4rem;
  background: #30A1BE;
  padding: 15px;
  padding-left: 30px;
}
#site_navi .toggle_list li a::after {
	border-color: #fff;
}

#site_navi .instagram > ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/* sitenavi_sp btn */
.btn_site_navi {
    position: absolute;
    right: 14px;
    top: 16px;
    z-index: 110;
}

	.panel-btn {
		display: inline-block;
		position: relative;
		color: #079DC3;
		padding: 0;
		text-decoration: none;
		font-weight: 400;
		font-size: 12px;
		padding: 23px 0 0;
	}
	.panel-btn:hover{}

	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 10px;
		left: 50%;
		width: 40px;
		height: 5px;
		margin: -2px 0 0 -20px;
		background: #079DC3;
		transition: .2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after{
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  height: 5px;
	  background: #079DC3;
	  transition: .3s;
	}
	#panel-btn-icon:before{
	  margin-top: -13px;
	}
	#panel-btn-icon:after{
	  margin-top: 7px;
	}
	
	/* close */
	#panel-btn.close{
		background-color: #00ABE3;
	}
	.close #panel-btn-icon {
	  background: transparent;
	}
	.close #panel-btn-icon:before,
	.close #panel-btn-icon:after {
	  margin-top: -2px;
	}
	.close #panel-btn-icon:before{
	  transform: rotate(-35deg);
	  -webkit-transform: rotate(-35deg);
	}
	.close #panel-btn-icon:after{
	  transform: rotate(-145deg);
	  -webkit-transform: rotate(-145deg);
	}

/*---------------------------------------------------------------------
	gnavi
---------------------------------------------------------------------*/
.gnavi { display:  none; }

/*---------------------------------------------------------------------
	topic_path_top
---------------------------------------------------------------------*/
.topic_path_top {
	margin-bottom: 10px;
}
.topic_path_top > ol {
	font-size: 13px;
	font-size: 1.3rem;
	box-sizing: content-box;
    margin: 0 auto;
    max-width: 1000px;
    padding: 6px 15px;
}
.topic_path_top > ol > li { display: inline-block; }
.topic_path_top > ol > li + li::before {
	content: ">";
	margin: 0 5px;
}
.topic_path_top > ol > li a { text-decoration: underline; }

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
#pagebody {
    margin-top: 75px;
}
#pagebody_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 15px 60px;
	box-sizing: content-box;
}
#alpha { margin-bottom: 40px; }
#beta { display: none; }

.page_ttl {
    background: url(/image/bg_page_ttl.jpg) center bottom;
      background-size: cover;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 25px 0;
    text-align: center;
}

.content1 p { margin: 1em 0; }
.content1 h2 + p,
.content1 h3 + p,
.content1 h4 + p,
.content1 h5 + p,
.content1 h6 + p { margin-top: 0; }
.content1 div > p { margin-top: 0; }

/* headline */
.content1 * + h2 { margin-top: 80px; }
.content1 * + h3 { margin-top: 60px; }
.content1 * + h4 { margin-top: 40px; }
.content1 * + h5 { margin-top: 30px; }
.content1 h2 + h3,
.content1 h3 + h4 { margin-top: 0 }

/* utility */
.content1 * + dl,
.content1 * + ol,
.content1 * + ul,
.content1 * + table { margin-top: 20px; }

.lead_01, .content1 h2 {
  font-size: 160%;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #0581B9;
}
.lead_02, .content1 h3 {
  font-size: 140%;
  font-weight: 300;
  color: #222;
  padding: 3px 0 3px 15px;
  margin-bottom: 20px;
  position: relative;
}
.lead_02::before, .content1 h3::before {
  position: absolute;
  content: "";
  background: #079DC3;
  width: 5px;
  height: 30px;
  top: 5px;
  left: 0;
}
.lead_03,
.content1 h4 {
  font-size: 133.33%;
  font-weight: 300;
  color: #222;
  padding-bottom: 3px;
  padding-left: 18px;
  position: relative;
  margin-bottom: 15px;
}
.lead_03::before, .content1 h4::before {
  background-color: #079DC3;
  content: "";
  height: 15px;
  width: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}
.lead_04,
.content1 h5 {
	font-size: 106.66%;
	font-weight: 300;
	margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.lead_04::before, .content1 h5::before {
  position: absolute;
  content: "";
  border: 1px solid #079DC3;
  width: 7px;
  height: 7px;
  border-radius: 5px;
  top: 10px;
  left: -3px;
}
.content1 h6 { font-size: 112.5%; font-weight: 400; margin-bottom: 10px; }
.lead_05 {
  color: #00468C;
  font-size: 120%;
  font-weight: 500;
}
.lead_06 {
  text-align: center;
  font-size: 112.5%;
  color: #1c305c;
  background: #ffd700;
  border: 6px solid #f8e58c;
  font-weight: 500;
  padding: 15px 10px;
}
.lead_07 {
    color: #00228C;
    text-align: center;
    font-size: 112.5%;
    font-weight: 500;
    position: relative;
}

.lead_07::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -5px;
    width: 8px;
    height: 8px;
    border-right: 3px solid #079DC3;
    border-bottom: 3px solid #079DC3;
    transform: rotate(45deg);
}
.lead_08 {
  color: #ed3c66;
  font-size: 120%;
  font-weight: 500;
}
.ordertable .lead_08 {
  font-size: 100%;
  line-height: 1.2;
  margin-bottom: 5px;
}
.fc_01 { color: #D80000; }
.fc_02 { color: #2157B6; }
.fc_03 { color: #FF1F7F; }

.bg_box {
    background-color: #F5F5F5;
    padding: 10px;
  border: 1px solid #B9B9B9;
}
.bg_box_02 {
  background: #EDF1F3;
  padding: 15px 20px;
}
.bg_box_03 {
  padding: 15px 20px;
  background: #E0F3F3;
}
.bg_box_04 {
  padding: 15px 20px;
  background: #FBEFEE;
  border: 1px solid #aaa;
}
.bg_box_05 {
  background: #FFFAF0;
  padding: 15px 20px;
}
.bg_box_06 {
	border: 1px solid #AAAAAA;
	padding: 10px;
}
.bg_box_07 {
  background: #E6F2FF;
  padding: 15px 20px;
	border: 1px solid #AAAAAA;
}
.btn_style_01 {
    display: inline-block;
    border: 1px solid #aaa;
    color: #000;
    text-decoration: none;
    width: 100%;
    max-width: 490px;
    padding: 18px 10px;
    font-size: 125%;
  transition: .3s;
}
.btn_style_01:hover {
  background: #079dc3;
	color: #333;
}
.btn_style_02 {
    display: inline-block;
    border: 1px solid #aaa;
    color: #000;
    text-decoration: none;
    width: 100%;
    max-width: 490px;
    padding: 18px 10px;
    font-size: 125%;
  position:relative;
  text-align: left;
  transition: .3s;
}
.btn_style_02:hover {
  background: #FBEFEE;
}
.btn_style_02::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-45deg);
  border-right: 3px solid #079DC3;
  border-bottom: 3px solid #079DC3;
}
.btn_style_03 {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  text-align: center;
  background: #079DC3;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  font-size: 100%;
  position: relative;
  padding: 6px;
    padding-right: 6px;
  padding-right: 26px;
  transition: .3s;
  max-width: 280px;
}
.btn_style_03:hover {
  color: #fff;
  opacity: .8;
}
.btn_style_03::after {
    content: "" !important;
    position: absolute;
    right: 12px;
    top: 50%;
    margin: -5px 0 0 0 !important;
    width: 7px;
    height: 7px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
}
.btn_style_04 {
  display: inline-block;
  width: 120px;
  text-align: center;
  font-size: 80%;
  text-decoration: none;
  color: #333;
  border:1px solid #079DC3;
  border-radius: 5px;
  transition: .3s;
  -webkit-transition: .3s;
}
.btn_style_04:hover {
  opacity: .5;
}
a.btn_01 {
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #0889AA;
  padding: 18px 30px;
  font-size: 1.8rem;
  border-radius: 7px;
  transition: .3s;
  font-weight: 500;
  display: block;
}
a.btn_01:hover {
  background: #fff;
  color: #079DC3;
  border: 1px solid #079DC3;
}

.caution_box {
	border: 1px solid #D90000;
}
.caution_box .ttl {
	color: #D90000;
	font-weight: normal;
	text-align: center;
	padding: 10px;
	font-size: 113.33%;
	background-color: #FFE6E6;
}
.caution_box ul { padding: 10px 15px; }
.caution_box li {
    padding-left: 40px;
    position: relative;
	counter-increment: number;
}
.caution_box li::before {
    content: "※"counter(number);
    left: 0;
    position: absolute;
    top: 0;
}

.list_disc_02 {
	list-style-type: none;
	padding-left: 0;
}
.list_disc_02 li {
  position: relative; /* 疑似要素の位置基準 */
  padding-left: 15px; /* 三角形の分、左に余白を設ける */
  margin-bottom: 5px; /* リスト項目間の余白 */
}
.list_disc_02 li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.5rem;
  transform: translateY(-50%);
  /* 三角形の描画 */
  width: 0;
  height: 0;
  border-top: 4px solid transparent;  /* 上の透明な辺 */
  border-left: 6px solid #007998;      /* 左向きの三角形（色と幅） */
  border-bottom: 4px solid transparent; /* 下の透明な辺 */
}
/* template */
.alpha_contents img {
	max-width: 100%;
	height: auto;
}
.fll_img,
.flr_img,
.fll,
.flr {
	margin-bottom: 1em;
}

.fl_over { overflow: hidden;}

.list_2column .item,
.list_3column .item {
	margin-bottom: 1em;
}
.list_topics .cat {
  font-size: 80%;
  color: #fff;
  background: #079DC3;
  padding: 4px 5px 3px;
  border-radius: 2px;
  width: 120px;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin-right: 10px;
}

/* list_topics */
.list_topics > dl + dl {
    border-top: 1px dotted #ccc;
    margin-top: 20px;
    padding-top: 20px;
}
.modified_date {
    color: #333;
    font-size: 85%;
    text-align: right;
}

/* link_prev_next */
.link_prev_next {
	text-align: center;
	margin-top: 40px !important;
}
.link_prev_next > li {
	display: inline-block;
}
.link_prev_next > li a {
	font-size: 93%;
    border: 1px solid #0099CC;
    color: #0099CC;
    display: block;
    padding: 7px 20px;
    text-decoration: none;
	background-color: #fff;
}
.link_prev_next > li a:hover {
	color: #fff;
	background-color: #0099CC;
}

/* .pager */
.pager {
	margin: 30px 0 20px 0;
	text-align: center;
}

.pager ul li {
	display: inline;
}

.pager a {
	color: #000;
	text-decoration: none;
	border: 1px solid #CCC;
	padding:10px 14px;
	background-color: #fff;
}

.pager span {
	border: 1px solid #CCC;
	padding: 10px 14px;
	background-color: #fff;
}

.pager li.total span {
	border-color: #FFF;
}

.pager li.prev span,
.pager li.next span,
.pager li.first span,
.pager li.last span {
	border: 1px solid #F5F5F5;
	color: #EDEDED;
}

.pager li.current span {
    background: #00ABE3;
    color: #fff;
}

.pager a:hover {
	border: 1px solid #999;
	background: #F5F5F5;
}


.rep_box { margin-top: 40px; }
.rep_box p {
  padding: 15px;
  text-align: center;
  background: #EDF1F3;
}

/*--------------------------------------------------
	list_index
--------------------------------------------------*/
#list_index {
    margin: 0 auto;
}
* + #list_index { margin-top: 60px; }
#list_index .list_index_contents,
#list_index_0 .list_index_contents {
    margin: 0 0 15px;
}

#list_index a {
	color: #333;
	text-decoration: none;
  border: 1px solid #aaa;
  display: block;
  padding: 10px 15px;
	transition: .5s;
	-webkit-transition: .5s;
	color: #356150;
}
#list_index a:hover {
  color: #fff;
	background-color: #079DC3;
}
#list_index .thumb {
    margin-bottom: 20px;
	text-align: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 66.66%;
}
#list_index .thumb img {
      position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    max-width: none;
  width: 100%;
}
#list_index .ttl {
    font-size: 125%;
    font-weight: 400;
    padding: 15px 0;
  position: relative;
}
#list_index .ttl::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 3px solid #079DC3;
    border-bottom: 3px solid #079DC3;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
}
#list_index a:hover .ttl::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
#list_index .detail .lead {
    margin-top: 10px;
}

#list_index_02 {
  display: flex;
  flex-wrap: wrap;
}
* + #list_index_02 { margin-top: 60px; }

#list_index_02 .item {
  font-size: 16px;
  margin-bottom: 15px;
  border: 1px solid #bbb;
  width: 100%;
}
#list_index_02 .item a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
}

#list_index_02 .ttl {
  font-weight: normal;
  background: #E5F9FF;
  font-size: 112.5%;
  padding: 10px;
  position: relative;
  border-right: 20px solid #079DC3;
    -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#list_index_02 .ttl::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
}
#list_index_02 .ttl:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B0E9FB;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#list_index_02 a:hover .ttl,
#list_index_02 a:focus .ttl,
#list_index_02 a:active .ttl {
  color: #222;
}
#list_index_02 a:hover .ttl:before,
#list_index_02 a:focus .ttl:before,
#list_index_02 a:active .ttl:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#list_index_02 .detail .lead {
    margin-top: 10px;
}
#list_index_02 .thumb {
  position: relative;
  text-align: center;
  padding-bottom: 52.92%;
  overflow: hidden;
  margin-bottom: 10px;
}
#list_index_02 .thumb img {
  position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    max-width: none;
  width: 100%;
}

.list_index_02 .no_link.ttl {
  background: none;
  border: none;
}
.list_index_02 .no_link.ttl::after {
  display: none;
}
.list_index_02 .thumb {
  position: relative;
  text-align: center;
  padding-bottom: 52.92%;
  overflow: hidden;
  margin-bottom: 10px;
}
.list_index_02 .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  max-width: none;
  width: 100%;
}
.list_index_02 p {
  margin: 0;
  font-size: 90%;
}
/* Tablet */
@media (min-width: 768px) {
  #list_index_02 {
    margin-top: 60px;
  }
  #list_index_02.list_3cm .item {
    width: 31.7%;
    margin: 0 2.4% 2.4% 0;
    border-width: 2px;
  }
  #list_index_02.list_3cm .item:nth-child(3n) {
    margin-right: 0;
  }
  #list_index_02.list_2cm .item {
    margin: 0 2% 2% 0;
    width: 48%;
  }
  .list_index_02.list_2cm .item:nth-child(2n) {
    margin-right: 0;
  }
}

/* list_sitemap */
.list_sitemap > h2 {
	margin-bottom: 15px;
}
.list_sitemap > h2 a {
    background-color: #0099cc;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
}
.list_sitemap > h2 a::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: .3s;
	-webkit-transition: .3s;
}
.list_sitemap > h2 a:hover {
	background-color: #8bace9;
}
.list_sitemap > h2 a:hover::before {
	right: 15px;
}

.list_sitemap > h2 a[href$="/coop/"] { display: none !important; }

.list_sitemap > ul {
    list-style: outside disc;
    margin-bottom: 20px;
	margin-left: 1em;
    color: #7495d2;
}

/* list_search */
.list_search .item {
    background: url(/image/icon/icon_search_02.png) no-repeat scroll 15px 15px;
	background-size: 30px auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 10px 10px 60px;
}
.list_search .item + .item {
	margin-top: 1em;
}

/* shop */
.list_shops {}
.list_shops .item + .item {
  margin-top: 20px;
}
.list_shops .ttl {
  cursor: pointer;
  background: #EDF1F3 url(/userfiles/images/shop/icon_arrow_01.png) no-repeat 10px center;
  border-left: none;
  font-size: 137.5%;
  border-right: 50px solid #14B5FF;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: .3s;
  margin-bottom: 0;
}
.list_shops .ttl::after {
  content: "";
  width: 14px;
  height: 14px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  right: -34px;
  top: 50%;
  margin-top: -11px;
  transform: rotate(-45deg);
}
.list_shops .ttl:hover {
  opacity: .7;
}
.list_shops .detail {
  display: none;
}

.shop_about {
    border: 1px solid #cccccc;
    margin-bottom: 50px;
}
.shop_about + .shop_about {
	margin-top: -50px;
}
.shop_about .item + .item {
    border-top: 1px solid #ccc;
}
.shop_about .ttl {
    border-bottom: 1px solid #ccc;
    color: #fff;
    font-size: 100%;
    font-weight: normal;
    padding: 10px;
    text-align: center;
	border-left: none;
	margin-bottom: 0;
}
.shop_about .ttl.color_01 { background-color: #1c7ac8; }
.shop_about .ttl.color_02 { background-color: #FF8000; }
.shop_about .ttl.color_03 { background-color: #00ABE3; }

.shop_about .detail {
    padding: 15px;
}

.list_shop .category_item { margin-bottom: 30px; }
.list_shop .category_name {
    background: #079dc3;
	background-size: 20px auto;
    border-right: 50px solid #079dc3;
    cursor: pointer;
    font-size: 130%;
	color: #fff;
    font-weight: normal;
    line-height: 1.3;
    padding: 7px 0 7px 20px;
    position: relative;
	border-left: none;
	margin-bottom: 0;
}

.list_shop .category_name::after {
    background: rgba(0, 0, 0, 0) url("/image/icon/icon_arrow_03.png") no-repeat scroll 0 0;
    content: "";
    height: 19px;
    margin-top: -9px;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: .3s;
	-webkit-transition: .3s;
    width: 32px;
}
.list_shop .category_name.open::after {
    margin-top: -11px;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.content1 .list_shop .inner { display: none; }
.list_shop table td { background-color: #fff !important; }
.icon_specify {
	color: #fff;
	text-align: center;
	font-size: 86.66%;
	width: 80px;
	display: inline-block;
}
.icon_specify.color_01 { background-color: #1C7AC8; }
.icon_specify.color_02 { background-color: #FF8000; }
.table_shop td:first-child {
  font-size: 1.2rem;
}

/* faq */
.list_faq .item {
	margin-bottom: 15px;
}
.btn_q {
	font-weight: normal;
	font-size: 112%;
	color: #1f3f99;
    padding: 10px 10px 10px 41px;
    position: relative;
    text-decoration: none;
	background-color: #f1fcfe;
}

.list_faq .btn_q::before {
    color: #1f3f99;
    content: "Q";
    display: inline-block;
    font-size: 2.8rem;
    left: 10px;
    position: absolute;
    top: 2px;
}
.box_a {
    padding: 15px 15px 15px 45px;
    position: relative;
}
.list_faq .box_a::before {
    color: #ff8000;
    content: "A";
    display: inline-block;
    font-size: 2.4rem;
    left: 11px;
    position: absolute;
    top: 5px;
}

.icon_q {
	background-color: #d3e3f3;
    color: #1f3f99;
    padding: 10px;
	margin-bottom: 10px;
}
.icon_a {
	background-color: #fff070;
    color: #ff8000;
    margin: 40px 0 10px;
    padding: 10px;
}
/*magazine*/
.list_kouhou .item {
    border: 1px solid #bbb;
    margin-bottom: 10px;
    text-align: center;
}
.list_kouhou .item a { text-decoration: none; color:#333; display: block; padding: 10px; }
.list_kouhou .ttl {
    font-size: 1.5rem;
    font-weight: normal;
}
@media screen and (min-width: 768px) {
	
	.list_kouhou {
		font-size: 0;
		margin-bottom: 30px;
	}
	.list_kouhou .item {
		font-size: 16px;
		width: 31.66%;
		display: inline-block;
		margin: 0 2.5% 10px 0;
		vertical-align: top;
		text-align: center;
	}
	.list_kouhou .item a { padding: 5px; }
	.list_kouhou .item a:hover { background-color: #f5f4ef; }
	.list_kouhou .item:nth-child(3n) {
		margin-right: 0;
	}
	.list_kouhou .ttl a {
		font-size: 16px;
		font-weight: normal;
		text-decoration: none;
		color: #333;
	}
}


.l_syouhin .item {
  padding: 15px;
  border: 1px solid #aaa;
}
.l_syouhin .thumb {
    float: left;
    overflow: hidden;
    margin-right: 20px;
  max-width: 33%;
}
.l_syouhin .thumb img {}
.l_syouhin .detail { overflow: hidden; }
.l_syouhin p { margin-bottom: 0; }

/*---------------------------------------------------------------------
	contact
---------------------------------------------------------------------*/

.mail_form {
  border: 8px solid #cfeceb;
  margin: 0 auto;
  max-width: 860px;
  padding: 22px;
}
.mail_form form {
  margin: 0 auto;
}
.mail_form form dl {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
.mail_form form dt {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  font-size: 93.75%;
  padding-right: 10px;
  padding-top: 12px;
}
.mail_form form dd {
  display: table-cell;
  vertical-align: top;
}
.mail_form form .bg_on {
  background-color: #ececec;
  padding: 12px;
}
.mail_form form .bg_on label {
  /*width: 20%;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.mail_form form .border_on {
  border: 1px solid #CCCCCC;
  padding: 12px;
}
.mail_form.confirm_list dd {
  background-color: #edf1f3;
  padding: 12px;
  word-break: break-all;
}
.mail_form .btn_list {
  text-align: center;
  margin: 20px auto;
}
.mail_form .icon_required::before {
  content: "※";
  color: #e20000;
  font-size: 80%;
  padding: 2px 10px;
  margin-left: -30px;
}
.mail_form .error {
  color: #d71618;
  font-size: 13px;
}
.form_errors {
    color: #d80000;
    border: 5px solid #e69898;
    text-align: left;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}
.mail_form.type_02 form {
  max-width: none;
}
.mail_form.type_02 form dl {
  max-width: 870px;
}
.mail_form.type_02 form dl dt {
  width: 35%;
}
.mail_form input,
.mail_form button,
.mail_form textarea,
.mail_form select {
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
.mail_form input:-ms-input-placeholder {
 color: #808080;
}
.mail_form select,
.mail_form textarea,
.mail_form input[type="tel"],
.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form input[type="password"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: #ececec;
}
.mail_form input.small {
  width: 27%;
}
.mail_form input[type="file"] {
  font-size: 16px;
}
.mail_form input[type="radio"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form input[type="checkbox"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form select {
  -webkit-appearance: select;
  -moz-appearance: select;
  appearance: select;
  background-color: #ececec;
}
.mail_form .twin {
  font-size: 0;
}
.mail_form .twin input + input {
  margin-left: 3.44%;
}
.mail_form .twin input {
  width: 48.26%;
  display: inline-block;
}
.mail_form textarea {
  width: 100%;
  height: 150px;
  background-color: #ececec;
}
.mail_form input[type="text"]:focus,
.mail_form input[type="email"]:focus,
.mail_form textarea:focus {
  box-shadow: 0 0 7px #008CD6;
}
.btm_text {
  width: 69%;
  margin-left: auto;
}
.mail_form input[type="submit"] {
  color: #fff;
  padding: 1em 5em;
  background-color: #358FDD;
  border: none;
  border-radius: 0;
}
.mail_form input[type="submit"]:hover {
  background-color: #055FAD;
}
.mail_form input[type="reset"],
.mail_form input.back {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
  border: none;
  border-radius: 0;
}
.mail_form input[type="reset"]:hover,
.mail_form input.back:hover {
  background-color: #555;
}
.mail_form .btn_backhome {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #358FDD;
  text-decoration: none;
  border: none;
  border-radius: 0;
}
.mail_form .btn_backhome:hover {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
}
.form_message {
  background-color: #ffffbb;
  border: 2px solid #df0000;
  color: #df0000;
  font-size: 120%;
  font-weight: 400;
  margin: 10px auto;
  padding: 10px 15px;
}

@media screen and (max-width: 768px) {
  .mail_form {
    padding: 12px;
    border-width: 4px;
  }
  .mail_form form dl {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .mail_form form dt {
    display: block;
    width: auto;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
  }
  .mail_form form dd {
    display: block;
    width: auto;
  }
  .mail_form input,
  .mail_form button,
  .mail_form textarea,
  .mail_form select {
    padding: 10px;
  }
  .mail_form input.small {
    width: 50%;
  }
  .mail_form input[type="submit"] {
    padding: 1em;
  }
  .btm_text {
    width: auto;
    text-align: center;
  }
}
.input_btn_list li {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px 10px;
    border-radius: 5px;
}
.input_btn_list li:hover { background-color: #cfeceb; }
input[name="loan_tel"],
input[name="loan_time"],
input[name="years"] { width: 50% !important; }

@media screen and (min-width: 768px) {
	.item_id_request .mail_form form dt {
		background-color: #EDF8F8;
		padding-left: 20px;
	}
	.item_id_request .confirm_list form dt { background-color: #fff !important; }
	.item_id_request .mail_form form dd {
		padding-left: 10px;
	}
}

/* btn_radio  btn_checkbox */
.btn_radio,
.btn_checkbox {
    display: inline-block;
    margin-right: 6px;
}
.btn_radio + label,
.btn_checkbox + label {
  background-color: #fff;
  border: 1px solid #358fdd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 13px 20px 13px 10px;
  position: relative;
  margin-bottom: 5px;
}

.btn_radio.size_s + label,
.btn_checkbox.size_s + label {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

 
@media (min-width: 1px) {
    .item_id_order input[type="checkbox"],
    .item_id_order input[type="radio"] {
        display: none;
        margin: 0;
    }
    .btn_radio + label,
    .btn_checkbox + label {
        padding-left: 37px;
		color: #000;
	transition: all .2s;
	-webkit-transition: all .2s;
    }
	.btn_radio:checked + label,
    .btn_checkbox:checked + label {
		background-color: #cbe2f6;
        border-color: #358fdd;
	}
    .btn_radio + label::before,
    .btn_checkbox + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .btn_radio + label::before {
        border: 1px solid #358fdd;
        border-radius: 30px;
    }
    .btn_checkbox + label::before {
        border: 1px solid #358fdd;
    }
    .btn_radio:checked + label::after,
    .btn_checkbox:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .btn_radio:checked + label::after {
        left: 15px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #358fdd;
        border-radius: 8px;
    }
    .btn_checkbox:checked + label::after {
        left: 12px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #358fdd;
        border-bottom: 3px solid #358fdd;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

/*--------------------------------------
	pages
---------------------------------------*/
#g_map {
    height: 600px;
    width: 100%;
}

.alpha_contents .list_decimal02 {
    list-style: inside none decimal;
	margin-bottom: 25px;
}
#alpha .card_list {
    border: 1px solid #ccc;
    padding: 1.5rem;
}
#alpha .card_list dt {
    float: left;
    margin: 0 1rem 0 0;
	width: 100px;
}
#alpha .card_list dd {
    float: left;
	width: auto;
}

.content1 a[href$=".pdf"]:not(:has(img)):after,
.list_topics a[href$=".pdf"]:not(:has(img)):after,
.top_magazine a[href$=".pdf"]:not(:has(img)):after,
.file_icn[href$=".pdf"]:not(:has(img)):after,
.content1 a[href*=".doc"]:not(:has(img))::after,
.content1 a[href*=".xls"]:not(:has(img))::after,
.content1 a[href*=".docx"]:not(:has(img))::after,
.content1 a[href*=".xlsx"]:not(:has(img))::after {
	vertical-align: text-top;
	margin: 0 10px;
}
.content1 a[href$=".pdf"]:not(:has(img)):after,
.list_topics a[href$=".pdf"]:not(:has(img)):after,
.top_magazine a[href$=".pdf"]:not(:has(img)):after,
.file_icn[href$=".pdf"]:not(:has(img)):after {
	content: url(/image/icon/icon_pdf.png);	/*pdfのリンクアイコン*/
}
.content1 a[href*=".doc"]:not(:has(img))::after { content: url(/image/common/icon_word.png); }
.content1 a[href*=".xls"]:not(:has(img))::after { content: url(/image/common/icon_excel.png); }
.content1 a[href*=".docx"]:not(:has(img))::after { content: url(/image/common/icon_word.png); }
.content1 a[href*=".xlsx"]:not(:has(img))::after { content: url(/image/common/icon_excel.png); }

a[href]:not([href^="#"]):not([href^="/"]):not([href*="tomigaku.com"]):not([href*="iamcms.tomigaku.oc-am.net"]):not([href^="javascript"]):not(:has(img)):not(.no-icon)::after {
	content: url(../image/icon/icon_blank.png);	/*ターゲットブランク*/
	vertical-align: middle;
	margin: 0 5px;
}
.not_icon::after {
    display: none;
}
.file_icn {
    color: #333;
    text-decoration: none;
}
/*webshopping*/
.manual_box {
    border: 5px solid #d6e7fc;
    padding: 12px;
	text-align: center;
}
.link_btn a {
    background-color: #f75586;
    border: 1px solid #d14346;
    border-radius: 6px;
    color: #fff;
    font-size: 113.33%;
    padding: 0.4em 0;
	display: block;
	text-decoration: none;
}
.link_btn a:hover {
    background-color: #055fad;
    border: 1px solid #055fad;
}

/*リンク*/
#alpha .lead_txt {
    color: #fe681c;
    font-size: 150%;
    font-weight: 400;
    line-height: 1.4;
}
#alpha .link_list li a {
    border: 1px solid #bbb;
    color: #333;
    display: block;
    font-size: 150%;
    margin: 0 2% 5%;
    padding: 1rem;
    text-decoration: none;
    line-height: 1.4;
}

#alpha .link_list a span {
    color: #0066cc;
    font-size: 75%;
}

#alpha .link_list li a:hover {
    background-color: #ECF7FF;
}
#alpha .link_list02 li {
    border-bottom: 1px solid #ccc;
    font-size: 140%;
    list-style: inside none disc;
    padding: 4%;
}
#alpha .link_list02 li:first-child {
    border-top: 1px solid #ccc;
}


.flow_ol {
    border-left: 6px solid #DBE7F9;
    margin-left: 18px;
    list-style-type: none;
    counter-reset: item;
}

.flow_ol li {
    position: relative;
    padding: 10px 0 16px 32px;
}
.flow_ol li::before {
    counter-increment: item;
    content: counter(item);
  /* 以下は自由に装飾... */
    color: #079DC3;
    font-size: 24px;
    font-weight: 400;
    border: 1px solid #DBE7F9;
    background: #E6FFE9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: -24px;
    top: 0;
}


.flow_list_01 > .item {
  padding: 10px;
  border: 2px solid #bbb;
  position: relative;
}
.flow_list_01 > .item + .item::before {
  content: "";
  width: 51px;
  height: 51px;
  background: url(/userfiles/images/service/car_support/icon_arrow_01.png);
  position: absolute;
  left: 50%;
  top: -46px;
  margin-left: -25px;
}
.flow_list_01 > .item + .item {
  margin-top: 40px;
}
.flow_ol li:last-child { padding-bottom: 0; }
.item.border_box {
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 115px;
}
/* Tablet */
@media (min-width: 768px) {
  .flow_list_01 {
    font-size: 0;
  }
  .flow_list_01 > .item {
padding:20px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin: 0 2% 40px 0;
  }
  .flow_list_01 > .item + .item {
    margin-top: 0;
  }
  .flow_list_01 > .item:nth-child(2n) {
    margin-right: 0;
  }
  .flow_list_01 > .item:nth-child(2n)::before {
    left: 0;
    top: 50%;
    margin: -25px 0 0 -37px;
    transform: rotate(-85deg);
  }
  .flow_list_01 .item.type_l {
    width: 100%;
    margin: 0;
  }
}

/*---------------------------------------------------------------------
	page_scroll
---------------------------------------------------------------------*/
#page_scroll_navi a {
  background: rgba(0,110,186,.55);
  color: #fff;
  display: block;
  font-size: 42px;
  line-height: 1.5;
  text-align: center;
}
/*---------------------------------------------------------------------
	site_footer
---------------------------------------------------------------------*/
#site_footer {
  background: url(/image/bg_footer.jpg) no-repeat center bottom;
    background-size: auto;
  background-size: cover;
}

.footer_navi {
	background-color:rgba(0, 125, 202, 0.6);
}
.footer_navi ul {
    font-size: 0;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
	display: none;
}
.footer_navi ul li {
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
	position: relative;
}
.footer_navi ul li + li {
    margin-left: 20px;
    padding-left: 20px;
}
.footer_navi ul li + li::before {
    background-color: #fff;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 1px;
}
.footer_navi ul li a {
	color: #fff;
}

#site_footer .company_info {
	text-align: center;
	padding: 10px 10px 140px;
	font-size: 12px;
}
#site_footer .company_info dt {
	font-size: 16px;
}

.copyright {
	color: #fff;
  font-size: 93.75%;
	text-align: center;
	padding: 5px 0;
	background-color: #079DC3;
}

/* Only SmartPhone */
@media (max-width: 768px) {
	
	#site_header.scroll {
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	}
	
	.label_table thead {
		display: none;
	}
	.label_table tr + tr {
		border-top: 1px solid #ccc;
		display: block;
	}
	.label_table .table_bg_01 {
		border-bottom: 1px dotted #ccc;
		text-align: center;
	}
  .label_table th { display: block; width: 100%; }
	.label_table td {
		border: none;
		display: block;
		padding: 10px;
	}
	.label_table td::before {
		content: attr(data-label);
		float: left;
		/*width: 30%;*/
		font-weight: 400;
	}
	.label_table td input {
		/*width: 69% !important;*/
	}

	.content1 .list_shop .inner{
		overflow: auto;
		max-height: 300px;
	}
	.content1 .list_shop .inner::-webkit-scrollbar{
		width: 5px;
		background: #9aadfc;
	}
	.content1 .list_shop .inner::-webkit-scrollbar:horizontal{
		height: 5px;
		background: #FFB900;
	}
	.content1 .list_shop .inner::-webkit-scrollbar-thumb{
		background: #435295;
		border-radius: 2px;
	}
	.content1 .list_shop .inner::-webkit-scrollbar-thumb:horizontal{
		background: #CC6200;
		border-radius: 2px;
	}
	.content1 .list_shop .inner table {
		width: 1000px;
	}
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll th, .table_scroll td {
    white-space: nowrap;
  }
}


/* Tablet */
@media (min-width: 768px) {

	body { font-size: 16px; font-size: 1.6rem; }
	
	.page_ttl {
		font-size: 30px;
		padding: 69px 10px;
    font-weight: 400;
	}
	
	.lead_01,
	.content1 h2 {
		margin-bottom: 35px;
	}
	.lead_02,
	.content1 h3 {
		font-size: 25px;
    padding: 0 0 0 15px;
	}
	.lead_03,
	.content1 h4 {
    font-size: 22px;
		font-weight: 300;
	}
  .lead_03::before,
  .content1 h4::before {
		top: 10px;
	}
  .lead_04,
	.content1 h5 {
    font-weight: 300;
    font-size: 20px;
  }
    .lead_04::after,
	.content1 h5::after {
    top:14px;
  }
	/* template */
	.alpha_contents {
	}
	.alpha_contents img {
		max-width: 100%;
		height: auto;
	}
	.fll_img {
		float: left;
		margin: 0 20px 20px 0;
		/*max-width: 38.4%;*/
	}
	.flr_img {
		float: right;
    margin: 0 0 20px 20px;
		/*max-width: 38.4%;*/
	}
  .fll {
    float: left;
    width: 13.717948717948719%;
  }
  .fll155 {
    float: left;
    width: 19.871794871794872%;
  }
	.flr {
		float: right;
    width: 82.05128205128204%;
	}
	.flr605 {
		float: right;
    width: 77.56410256410257%;
	}
	.caution_box {
		display: table;
		width: 100%;
	}
	.caution_box .ttl {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		width: 100px;
		text-indent: -9999px;
		background: #ffe6e6 url(/image/ttl_caution_box.png) no-repeat center center;
	}
	.caution_box ul {
		display: table-cell;
		vertical-align: middle;
		padding: 20px 30px;
	}
  
  .rap_box { margin-top: 120px; }

	.list_1column .caption,
	.list_2column .caption,
	.list_3column .caption {
		font-size: 86.66%;
		text-align: center;
	}
	
	.list_2column { font-size: 0; }
	.list_2column .item {
		width: 48.71%;
		font-size: 15px;
		font-size: 1.5rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 2.56% 2.56% 0;
	}
	.list_2column .item:nth-child(2n) { margin-right: 0; }

	.list_3column { font-size: 0; }
	.list_3column .item {
		width: 31.53%;
		font-size: 15px;
		font-size: 1.5rem;
		display: inline-block;
		vertical-align: top;
		margin: 0 2.56% 2.56% 0;
	}
	.list_3column .item:nth-child(3n) { margin-right: 0; }
	
	/* list_topics */
	.list_topics dl {
		display: table;
		width: 100%;
    padding: 7px;
    border-bottom: 1px dotted #ACAC9D;
	}
  .list_topics dl:first-child {
    border-top: 1px dotted #ACAC9D;
  }
	.list_topics dt {
		width: 140px;
		display: table-cell;
		vertical-align: top;
	}
	.list_topics dd {
		display: table-cell;
		vertical-align: top;
	}
	/* list_index */
  *+ #list_index { margin-top: 60px; }
	#list_index .list_index_contents {
		float: left;
		width: 47.41%;
		margin: 0 2.56% 2.56% 0;
	}
	.list_index_contents:nth-child(2n) {
		margin-right: 0;
	}
	#list_index .list_index_h a { padding: 21px; }
  
	#site_footer { background-size: cover; }
	
	/* shop */
	.shop_about {
		display: table;
		width: 100%;
		table-layout: fixed;
		margin-bottom: 70px;
	}
	.shop_about + .shop_about {
		margin-top: -70px;
	}
	.shop_about .item {
		display: table-cell;
		vertical-align: top;
	}
	.shop_about .item + .item {
		border-top: none;
		border-left: 1px solid #ccc;
	}
	.list_shop .category_name {
		background-size: auto auto;
		font-size: 146.66%;
		padding: 10px 10px 10px 45px;
	}
	

	.manual_box {
		margin: 0 auto;
		padding: 20px;
		width: 80%;
	}
	.link_btn a {
		margin: 0 auto;
		width: 300px;
	}
	.fsr18 { font-size: 18px; }
	
	
	#alpha .link_list > li {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}
	#alpha .link_list li a {
		font-size: 120%;
	}
	.list_outline table td:first-child {
		width: 28%;
	}
}


/* DeskTop */
@media (min-width: 920px) {
	
	.sp_none { display: inherit !important; }
	.pc_none { display: none !important; }
	
	.sp_block { display: inline; }
	.pc_block { display: block; }
	
	/*---------------------------------------------------------------------
		site_header
	---------------------------------------------------------------------*/
	#site_header {
		padding: 0;
		border-top-width: 3px;
		position: relative;
    border-bottom: none;
	}
	#site_header > .inner {
		box-sizing: content-box;
		margin: 0 auto;
		padding: 12px 10px 0;
		max-width: 1000px;
	}
	.site_logo {
		float: left;
		width: auto;
		max-width: 339px;
    margin-top: 10px;
	}
	
	#site_header .header_list {
		display: block;
		float: right;
		width: 550px;
	}
	
	#guide_menu {
    margin-bottom: 3px;
    text-align: right;
    letter-spacing: -.5em;
  }
	#guide_menu li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin-right: 8px;
  }
	#guide_menu li + li { margin-left:  15px; }
	#guide_menu li a {
		font-size: 13px;
		padding-left: 20px;
		color: #333;
		text-decoration: none;
		display: block;
		background: no-repeat 0 center;
    background-size: auto 21px;
	}
	#guide_menu .menu_01 a { background-image: url(/image/icon/icon_about.png); background-size: 15px auto; }
	#guide_menu .menu_00 a { background-image: url(/image/icon/icon_faq.png); background-size: 15px auto; padding-left: 26px; letter-spacing: -0.8px; }
	#guide_menu .menu_02 a { background-image: url(/image/icon/icon_mail.png); background-size: 18px auto; padding-left: 22px; }
	#guide_menu .menu_03 a { background-image: url(/image/icon/icon_paper.png); background-size: 15px auto; }
	#guide_menu .menu_04 a { background-image: url(/image/icon/icon_sitemap.png); background-position: 0 5px; background-size: 17px auto; }
	.clearfix.mid_area {
    width: 450px;
    margin-left: auto;
    margin-top: 5px;
  }
	.search_form {
    float: left;
    width: 200px;
    margin-top: 4px;
  }
	.search_form ul {
		display: table;
		width: 100%;
		line-height: 1;
		border: 2px solid #079DC3;
		background-color: #00ABE3;
	}
	.search_form ul li {
		display: table-cell;
		vertical-align: top;
		width: 20%;
	}
	.search_form ul li:first-child {
		width: 80%;
	}
	.search_window {
		border: none;
		width: 100%;
		padding: 3px 5px;
		background-color: #fff;
	}
	.serch_button {
		width: 100%;
		border: none;
		border-left: 1px solid #C8C8C8;
		text-indent: -9999px;
		padding: 3px 5px;
		background: url(/image/icon/icon_search.png) no-repeat center center #079DC3;
	}
	.header_list .instagram {
    float: right;
    font-size: 1.2rem;
    text-align: center;
    width: 220px;
    margin-left: 20px;
  }
  .instagram ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .instagram ul a {
  text-decoration: none;
  color: #222;
    display: block;
    border-left: 1px dashed #ccc;
    padding: 5px 8px 0 12px;
    transform: .3s;
  }
  .instagram ul a:hover {
    background: #f1fcfe;
}
	/*.btn_mypage {
		float: right;
	}*/
	
	.btn_site_navi,
	.btn_mypage_sp,
	#site_navi { display: none; }
	
	/*---------------------------------------------------------------------
		gnavi
	---------------------------------------------------------------------*/
	.gnavi {
		display: block;
	}
	.gnavi ul {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
    display: table;
	}
	.gnavi li {
		width: 14.28%;
		display: table-cell;
    vertical-align: middle;
    font-size: 16px;
		line-height: 1.2;
		text-align: center;
		vertical-align: middle;
    position: relative;
	}
	.gnavi li a {
    color: #333;
    display: block;
    padding: 15px 0;
    text-decoration: none;
    transition: .3s;
  }
	
	.gnavi li a:hover,
	.item_id_xx .gnavi .navi_01 a,
	.item_id_xx .gnavi .navi_02 a,
	.item_id_xx .gnavi .navi_03 a,
	.item_id_xx .gnavi .navi_04 a,
	.item_id_xx .gnavi .navi_05 a,
	.item_id_xx .gnavi .navi_06 a,
	.item_id_xx .gnavi .navi_07 a {
		color: #047eb7;
	}
  .gnavi li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #079DC3;
    transition: .3s;
  }
  .gnavi li a:hover::after {
    height: 3px;
  }
	.gnavi .navi_00 span {
    padding-left: 25px;
    background: url(/image/icon/icon_home_on.png) no-repeat 0 4px;
    background-size: 17px auto;
  }
	/*---------------------------------------------------------------------
		pagebody
	---------------------------------------------------------------------*/
	#pagebody {
		margin-top: 0;
	}
	#alpha {
		width: 78%;
		float: left;
		margin-bottom: 0;
	}
	#beta {
		display: block;
		width: 20%;
		float: right;
	}
	
	/* side_menu */
	#side_menu .level1 {
		
	}
	#side_menu .level1 > a {
		color: #333;
		text-decoration: none;
		display: block;
		padding: 15px 10px;
		border: 1px solid #bbb;
	}
	#side_menu .level2 {
		
	}
	#side_menu .level2 > a {
		color: #333;
		display: block;
		font-size: 90%;
		padding: 8px 8px 8px 20px;
		text-decoration: none;
		border: 1px solid #bbb;
	}
	#side_menu .level1 + .level1 > a,
	#side_menu .level2 + .level2 > a,
	#side_menu .level1 > a + ul > li:first-child > a,
	#side_menu .level3 + .level3 > a {
		border-top: none;
	}
	#side_menu .level3 > a {
		color: #333;
		display: block;
		font-size: 90%;
		padding: 6px 6px 6px 25px;
		text-decoration: none;
		border: 1px solid #bbb;
	}
	#side_menu a:hover { background-color: #F2FFFA; }
	#side_menu a.selected {
		background-color: #079DC3;
		border-color: #079DC3;
		color: #fff;
		position: relative;
	}
	#side_menu a.selected::before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		left: -17px;
		top: 50%;
		margin-top: -7px;
		border: 7px solid transparent;
		border-right: 10px solid #079DC3;
	}
	
	.list_side_menu {
		margin-bottom: 1em;
		border: 1px solid #CCCCCC;
	}

	.list_side_menu .ttl {
		font-size: 100%;
		font-weight: normal;
		padding: 10px;
		position: relative;
		background-color: #cfeef0;
	}

	.list_side_menu a {
		color: #000;
		display: block;
	}

	.list_side_menu .ttl span {
		font-size: 12px;
		font-weight: normal;
		position: absolute;
		top: 12px;
		right: 10px;
	}

	.list_side_menu .type_01 { background-color: #fff; }
	.list_side_menu .type_01 dt {
		border-top: 1px solid #ccc;
		font-size: 12px;
		line-height: 1.2;
		padding: 7px 20px 0;
	}
	.list_side_menu .type_01 dt:first-child { border-top: none; }
	.list_side_menu .type_01 dd {
		margin: 0 10px;
		padding: 0 0 5px 12px;
		background: url(/image/icon_arrow01.png) no-repeat 0 8px;
		background-size: 6px;
		font-size: 13px;
	}

	.list_side_menu .type_02 { background-color: #fff; }
	.list_side_menu .type_02 > li {
		padding: 5px 10px;
		font-size: 13px;
		border-top: 1px solid #ccc;
	}
	.list_side_menu .type_02 > li:first-child { border-top: none; }
	.list_side_menu .type_02 > li > ul { display: none; }
	.list_side_menu .type_02 > li > ul > li{
		background: url(../image/icon_arrow01.png) no-repeat scroll 0 8px;
		background-size: 6px;
		padding-left: 12px;
	}

	.list_side_menu .type_03 { padding: 10px; background-color: #fff; }
	.list_side_menu .type_03 > li{
		background: url(../image/icon_arrow01.png) no-repeat scroll 0 8px;
		background-size: 6px;
		padding-left: 12px;
		font-size: 13px;
	}

	/*---------------------------------------------------------------------
		page_scroll_navi
	---------------------------------------------------------------------*/
	#page_scroll_navi {
		position: fixed;
		right: 10px;
		bottom: -100%;
		transition: all 1s ease-in-out .2s;
		-webkit-transition: all 1s ease-in-out .2s;
	}
	#page_scroll_navi.show {
		bottom: 35px;
	}
	#page_scroll_navi a {
		border-radius: 8px;
		display: inline-block;
		font-size: 42px;
		opacity: 1;
		overflow: hidden;
		position: relative;
		text-align: center;
		text-decoration: none;
		width: 60px;
		height: 60px;
		line-height: 1.5;
    color: #FFF;
    background: #006EBA;
	}
	#page_scroll_navi a:hover {
		opacity: .8;
  }
	
	#page_scroll_navi i {
		bottom: -100%;
		position: relative;
		transition: all 1s ease-in-out .4s;
		-webkit-transition: all 1s ease-in-out .4s;
	}
	#page_scroll_navi.show a i {
		bottom: 0;
	}
	
	
	/*---------------------------------------------------------------------
		site_footer
	---------------------------------------------------------------------*/
	#site_footer {
	}
	
	.footer_navi { padding: 20px; }
	.footer_navi ul { display: block; }
	#site_footer .company_info {
		font-size: 15px;
		padding:  30px 10px 18%;
	}
	#site_footer .company_info dt { font-size: 18px; font-weight: 400; }
	
	
}

/* 広いPC */
@media (min-width: 1280px) {
}
p.caption { font-size: 90%; }

/*チラシ用*/
.order_widget .lead_red {
  font-size: 120%;
  color: #d90000;
  font-weight: bold;
}
.order_widget p {
  margin: 10px 0 20px;
}
  
.order_widget .ordertable {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.order_widget .ordertable .item {
  display: block;
  width: 100%;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.order_widget .ordertable .detail {
  background: #057db9;
  color: #fff;
  padding: 5px 0;
  line-height: 1.3;
}
.order_widget .ordertable .img {
  padding: 10px 0;
}


@media (min-width: 580px) {
  .order_widget .ordertable .item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .order_widget .ordertable .item {
    width: 25%;
  }
  .order_widget .ordertable .detail {
    font-size: 70%;
  }
}


.list_blog {}
.list_blog a {
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #A0A0A0;
  padding: 15px 0;
}
.list_blog .thumb {
  float: left;
  width: 200px;
}
.list_blog .thumb img {
	width: 100%;
  object-fit: contain;
}
.list_blog .detail {
  overflow: hidden;
  padding-left: 20px;
}
.list_blog .detail span {
    display: block;
  font-size: 1.4rem;
}
.list_blog .detail .date {  
  margin-bottom: 10px;
}
.list_blog .detail .title {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #037bb7;
}

.dir_blog .tag a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #51a7db;
  padding: 0px 10px;
  line-height: 2;
  border-radius: 5px;
}
.kameitenlist h4 {
  margin: 0 !important;
  font-size: 1.6rem !important;
}
.kameitenlist h4 a {
  text-decoration: none;
  color: #222;
  padding-top: 5px;
  display: block;
}
.kameitenlist .list_disc {
  font-size: 1.3rem !important;
margin-top: 0 !important;
}