@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Rasa');

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/


/* パンくずリストアイコンまとめて非表示(Font Awesome 5)*/
.breadcrumb .fa-home,
.breadcrumb .fa-folder,
.breadcrumb .fa-file
{ display: none; }

.mincho-text {
  font-family: serif;
}

/********* HTML再定義 ****/

html {
	-ms-text-size-adjust: 100%;
  text-box-trim: trim-both;
}
body {
font-size: 62.5%;
font-family: Verdana, "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; color: #595757; line-height: 1.8; text-align: left; outline: 0; vertical-align: baseline; background-color: #FFF;

	line-height: 160%;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0 auto;
  text-box-trim: trim-both;
  color: #000;
}

@media print, screen and (min-width: 640px){
.for_sp { display: none !important; }
}

@media only screen and (max-width: 639px) {
.for_pc { display: none !important; }
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
article h2,
article h3,
article h4,
article h5 {
  margin: 0;
  margin-bottom: 0;
  border: none;
  background: none;
  padding: 0;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  background: none;
  border: none;
}
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}
p,
.blogPost p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.blogPost p {
margin-bottom: 0;
}
a {
  color: #000;
  text-decoration: none;
}


div table th, 
div table td {
font-size: 1em;
}


/********* 全体 ***********************************************/


.eye-catch-wrap {
border: 5px solid #F2F2F2;
}
.eye-catch-wrap img,
.eye-catch-wrap figure {
display: block;
width: 100%;
max-width: inherit;
}
@media screen and (max-width: 640px){
.eye-catch-wrap {
border: 3px solid #F2F2F2;
}
}
.eye-catch {
display: block;
margin: 0 auto;
max-width: 100%;
}
.eye-catch-image {
display: block;
    width: 100%;
    height: auto;
	max-width: none;
    padding: 0;
    margin: 0;
    border: none;
    vertical-align:bottom

}








/************************************
** タイトル
************************************/
.top_main {
    position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1080px;
	background-color: #CCC;
	padding: 0;
	margin-bottom: 0;
}
.top_main h2 {
	margin-bottom: 0;
}
.top_main p {
	line-height: 120%;
	margin-bottom: 0;
}
.main_pic {
position: relative;
	z-index: 0;
display: block;
max-width: 100%;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.main_txt {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  right: 5%;
	color: #FFF;
	text-shadow: 1px 1px 2px  rgba(0,0,0,1.0);
}



/********* セクション *************************************************/

.content_section1em {
display: block;
margin-bottom: 1em;
}
.content_section80 {
display: block;
margin-bottom: 80px;
}
.content_section {
display: block;
margin-bottom: 40px;
}
.content_section40 {
display: block;
margin-bottom: 40px;
}
.content_section32 {
display: block;
margin-bottom: 32px;
}
.content_section24 {
display: block;
margin-bottom: 24px;
}
.content_section16 {
display: block;
margin-bottom: 16px;
}
.content_section8 {
display: block;
margin-bottom: 8px;
}
.content_section40map {
display: block;
margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {

.content_section80 {
display: block;
margin-bottom: 72px;
}
.content_section {
margin-bottom: 32px;
}
.content_section40 {
margin-bottom: 32px;
}
.content_section32 {
margin-bottom: 24px;
}
.content_section24 {
margin-bottom: 16px;
}
.content_section16 {
margin-bottom: 8px;
}
.content_section8 {
margin-bottom: 8px;
}
.content_section40map {
margin-bottom: 32px;
}
}


/********* 見出し　*************************************************/

.normal {
font-weight: normal;
}

h4.title_main {
	line-height: 110%;
	margin-bottom: 16px;
	border-left: solid 7px #148cc2;
	padding-left: 8px;
	padding-top: 2px;
}
.title_main {
	line-height: 130%;
	margin-bottom: 10px;
}

h5.midashi_normal {
margin-bottom: 8px;
}

.ttl_balloon5 {
  border-bottom: 3px solid #4c9ac0 !important;
  padding: 0.3em !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 16px !important;
  position: relative;
  text-box-trim: trim-start;
}
.ttl_balloon5::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.ttl_balloon5::after {
  content: '';
  background-color: #4c9ac0;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.ttl_balloon5 h4 {
margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.ttl_balloon5 {
  padding: 0.2em !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 16px !important;
}
}

/********* お知らせ*************************************************/




.grid_top_news {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 4px 40px;
border-top: 1px solid #CCC;
}
@media only screen and (max-width: 640px) {
.grid_top_news {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 0;
}
}
.grid_top_newsbox {
    grid-column: span 6 / span 6;
	padding: 16px 0;
border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 640px) {
.grid_top_newsbox {
    grid-column: span 12 / span 12;
}
}

.grid_newslist {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 8px;
}
    
.grid_newslist_pic {
    grid-column: span 3 / span 3;
}

.grid_newslist_txt {
    grid-column: span 9 / span 9;
    grid-column-start: 4;
}
@media only screen and (max-width: 640px) {
.grid_newslist_pic {
    grid-column: span 4 / span 4;
}

.grid_newslist_txt {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
}
.newslist_pic {
position: relative;
display: block;
  width: 100%;
  height: 0;
  padding-bottom: 73.3223%;
  overflow: hidden;
  background-color: #F5F5F5;
}
@media only screen and (max-width: 640px) {
.newslist_pic {
  padding-bottom: 73.3223%;
}
}

.top_news_pic_yesphoto {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
.top_news_pic_nophoto {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
display: block;
width: 100%;
height: 100%;
object-fit: contain;
}
a:hover .top_news_pic_yesphoto,
a:hover .top_news_pic_nophoto {
width: 120%;
height: 120%;
object-fit: cover;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
}



.box_newslist {
display: block;
 border: 2px solid #004DA1;
 padding: 24px;
}
@media screen and (max-width: 640px) {
.box_newslist {
 padding: 16px;
}
}
ul.tag_category {
display: inline-block;
margin: 0;
margin-bottom: 2px;
padding: 0;
}
ul.tag_category li {
list-style: none;
margin: 0;
margin-left: 4px;
padding: 0;
	display: inline-block;
	text-align: center;
	min-width: 6em;
}
ul.tag_category li a {
	display: block;
	padding: 0 1.5em;
	background-color: #148CC2;
	color: #FFF;
	border-radius: 16px;
	text-decoration: none;
}




.flex_news_box {
display: block;
width: auto;
}
.flex_news_box:nth-child(n+2) {
margin-top: 24px;
}
@media screen and (max-width: 640px) {
.flex_news_box {
width: auto;
}
.flex_news_box:nth-child(n+2) {
margin-top: 16px;
}
}

.tag_news {
display: inline-block;
background: #F00;
color: #FFF;
padding: 2px 16px;
  text-box-trim: trim-both;
  margin-bottom: 8px;
  font-weight: bold;

}




dl.top_entry {
	margin: 0;
	padding: 0;
}

dl.top_entry dt {
	clear: both;
	float: left;
	width: 120px;
	margin: 0;
	padding: 5px;
}

dl.top_entry dd {
	margin: 0;
	margin-left: 130px;
	padding: 5px;
}
dl.top_entry dd a {
	color: #000;
	text-decoration: none;
}
dl.top_entry dd a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 640px){

dl.top_entry dt {
	clear: both;
	float: left;
	width: 6.2em;
	margin: 0;
	padding: 0;
}

dl.top_entry dd {
	margin: 0;
	margin-left: 6.2em;
	padding: 0;
}
}


.bt_info_more {
	float: right;
	display: inline-block;
	margin-right: 5px;
	font-size: 90%;
}

.bt_info_more a {
	text-align: center;
	text-decoration: none;
	padding: 4px 16px;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	background-color: #000;
	
}
.bt_info_more a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}
.bt_info_more a:after {
	content: " >";
}

ul.list_sns {
  text-box-trim: trim-both;
	margin: 0;
	margin-top: 16px;
	padding: 0;
}
ul.list_sns li {
	list-style: none;
  text-box-trim: trim-both;
	display: inline-block;
	margin: 0;
	margin-top: 2px;
	margin-right: 4px;
	padding: 0;
}
ul.list_sns li:last-child {
	margin-right: 0;
}
ul.list_sns li a {
  text-box-trim: trim-both;
	display: block;
	margin: 0;
	padding: 16px;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px;
	background-color: #AAA;
	text-decoration: none;
	border-radius: 50%;
	text-indent: -99999px;
}

ul.list_sns li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

#icon_facebook_wh { background-image: url(../../uploads/2025/07/icon_facebook_wh.png); }
#icon_facebook_wh a { background-image: url(../../uploads/2025/07/icon_facebook_wh.png); }
#icon_instagram_wh { background-image: url(../../uploads/2025/07/icon_instagram_wh.png); }
#icon_instagram_wh a { background-image: url(../../uploads/2025/07/icon_instagram_wh.png); }
#icon_youtube_wh { background-image: url(../../uploads/2025/07/icon_youtube_wh.png); }
#icon_youtube_wh a { background-image: url(../../uploads/2025/07/icon_youtube_wh.png); }
#icon_blog_wh { background-image: url(../../uploads/2025/07/icon_blog_wh.png); }
#icon_blog_wh a { background-image: url(../../uploads/2025/07/icon_blog_wh.png); }
#icon_twitter_wh { background-image: url(../../uploads/2025/07/icon_twitter_wh.png); }
#icon_twitter_wh a { background-image: url(../../uploads/2025/07/icon_twitter_wh.png); }



.pagination-next {
display: none;
}
.left_post,
.right_post {
white-space: nowrap;
}
.entry_title {
display: block;
padding: 8px 0;
border-bottom: dotted 1px #CCC;
line-height: 150%;
margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
.entry_title {
padding: 4px 0;
margin-bottom: 16px;
}
}
.entry_title h3,
.entry_title h4,
.entry_title p {
font-weight: bold !important;
}
.entry_title h3,
.entry_title h4,
.entry_title p {
margin-bottom: 0 !important;
}
p.daytime {
  text-box-trim: trim-start;
margin-bottom: 0;
}


.list_pic {
position: relative;
display: block;
overflow: hidden;
background: #555;
}
.list_pic img {
display: block;
  object-fit: contain;
  width: 100%;
  top: 0%;
  right: 0%;
}
.flex_newslist {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_newslist_pic {
order: 2;
display: block;
flex-flow: column;
width: calc(30% - 4px);
}
.flex_newslist_txt {
order: 1;
display: flex;
flex-flow: column;
width: calc(70% - 4px);
}


.bt_news {
display: inline-block;
line-height: 1.0;
text-box-trim: trim-both;
padding: 0;
margin: 0;
}
.bt_news a {
position: relative;
display: block;
padding-left: 1.2em;
line-height: 150%;
color: #555;
text-decoration: none;
}
.bt_news a:hover {
color: #e6c0bd;
text-decoration: underline;
}

.bt_news a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #e6c0bd;
  font-weight: 900;
  }



.bt_more {
margin-top: auto;
display: inline-block;
}

.bt_more a {
position: relative;
display: block;
color: #194092;
text-decoration: none;
}

.bt_more a::after {
position: absolute;
left: 3.5em;
top: 0.6em;
content: "";
        margin-left: 4px;
        width: 40px;
        height: 8px;
        border-bottom: 1px solid #194092;
        border-right: 1px solid #194092;
        transform: skew(45deg);
}
.bt_more a:hover::after {
left: 4em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


ul.bt_pdf {
  margin: 0;
  padding: 0;
}
ul.bt_pdf li {
  display: inline-block;
  list-style: none;
  margin: 5px;
  padding: 0;
}
ul.bt_pdf li a {
  position: relative;
  display: block;
  padding: 8px 16px;
  min-width: 126px;
  background-color: #fff;
  border: 1px solid #555;
  color: #000;
  text-decoration: none;
  padding-left: 2.5em;
}

ul.bt_pdf li a:before {
  position: absolute;
  top: 50%;
transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  color: #f00;
  margin-left: -1em;
  font-weight: 900;
}

ul.bt_pdf li a:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}

/********* サイドバー　*************************************************/
.calendar_wrap,
.wp-block-group {
display: block;
	background: url(../../uploads/2025/04/box_back.png);
	background-size: cover;
	padding: 16px 16px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	margin: 0;
}

table.wp-calendar-table {
border: none;
background: none;
padding: 0;
margin: 0;
}
table.wp-calendar-table tr {
border: none;
background: none;
padding: 0;
margin: 0;
}
table.wp-calendar-table th,
table.wp-calendar-table td {
border: none;
background: none;
padding: 0;
margin: 0;
}
table.wp-calendar-table th {
}
.widget-sidebar {
}
.widget-sidebar ul {
margin: 0;
padding: 0;
}

.widget-sidebar ul li a {
margin: 0;
margin-bottom: 0;
padding-bottom: 0;
padding: 0;
text-decoration: underline;
}

@media screen and (max-width: 640px) {
table.wp-calendar-table {
width: 100%;
}

table.wp-calendar-table th,
table.wp-calendar-table td {
font-size: 100%;
}
.widget-sidebar {
font-size: 100%;
}
}


.wp-block-search__label {
display: none !important;
}
.wp-block-search__input {
height: 1em!important;
width: 100% !important;
padding: 1em !important;
}

.wp-block-search__button.wp-element-button {
padding: 0 0.5em;
height: inherit;
clear: both;
}


select,
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"] {
box-sizing: border-box;
  display: inline-block;
  margin: 4px 0;
  width: auto;
  min-width: inherit;
  border-radius: 0;
}
select {
padding: 8px;
}
textarea {
  display: block;
}



.titleListArea_nav { text-align: right; margin: 24px 0; clear: both; }
.titleListArea_nav li { display: inline; margin: 0; margin-left: 3%; }
.titleListArea_nav li a { color: #0068B6; text-decoration: underline; }


@media only screen and (max-width: 640px) {
.titleListArea_nav { text-align: right; margin: 3% 2% 5% 0; clear: both; }
.titleListArea_nav li { display: inline; margin-left: 3%; }
.titleListArea_nav li a { color: #0068B6; text-decoration: underline; }
}
/********* 見出し　*************************************************/


.ttl_balloon5 {
  border-bottom: 3px solid #4c9ac0 !important;
  padding: 0.3em !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 16px !important;
  position: relative;
  text-box-trim: trim-start;
}
.ttl_balloon5::before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 30px;
  bottom: -3px;
}
.ttl_balloon5::after {
  content: '';
  background-color: #4c9ac0;
  width: 20px;
  height: 3px;
  transform: rotate(50deg);
  position: absolute;
  left: 25px;
  bottom: -10px;
}
.ttl_balloon5 h4 {
margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.ttl_balloon5 {
  padding: 0.2em !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 16px !important;
}
}


.flex_title {
display: flex;
justify-content: space-between;
width: 100%;
flex-wrap: wrap;
}

.flex_title_l,
.flex_title_r {
display: inline-block;
max-width: calc(50% - 8px);
}

/********* ボックス　*************************************************/


.bt_black {
	display: inline-block;
}
.bt_black a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 16px;
	text-align: center;
	color: #FFF;
	background-color: #000;
}




/********* ボックス　*************************************************/

.box_shopinfo {
	display: block;
	border: solid 1px #000;    	/* 内側の線になる一本線の枠線をひく*/
	outline: solid 3px #000;    /* 外側の線になる5pxの一本線の枠線をひく*/
	outline-offset: 5px;        /* 内側の線になる一本線の枠線をひく*/
	margin: 8px;            	/* outlineの値＋outline-offsetの値*/
	padding: 32px 32px;
}
.box_shopinfo h3,
.box_shopinfo h4 {
	display: inline-block;
	font-weight: 400;
}

@media only screen and (max-width: 640px) {
.box_shopinfo {
	padding: 16px;
}
}

dl.list_shopinfo {
	display: grid;
	grid-template-columns: 14em 1fr;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999;
}

dl.list_shopinfo dt,
dl.list_shopinfo dd {
	padding: 8px 0;
	margin: 0;
	border-top: 1px dotted #999;
}

dl.list_shopinfo dt {
	font-weight: bold;
}

dl.list_shopinfo dd {
	/* 通常は必要なし、ただし dt/dd セットが崩れるときは調整 */
}


@media screen and (max-width: 640px){
dl.list_shopinfo {
		display: block;
		border-bottom: none;
	}

	dl.list_shopinfo dt {
	padding: 0;
	padding-bottom: 4px;
		margin: 0;
		font-weight: bold;
		border-top: none;
		border-bottom: 1px dotted #999;
	}

	dl.list_shopinfo dd {
	padding: 8px 0;
		margin: 0;
		margin-bottom: 16px;
		border-top: none;
		border-bottom: 1px dotted #999;
	}
}

/********* サロン取扱商品　*************************************************/


h3.title_item_category
h4.title_item_category {
position: relative;
padding-left: 1.2em;
border-bottom: 1px dotted #CCC;
}
h3.title_item_category:before
h4.title_item_category:before {
position: absolute;
	display: block;
	margin-left: -1.2em;
  content: '\f02b';
  color: #BA6F6F;
  font-family: "Font Awesome 5 Free";
}


.grid_itemlist {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
.grid_itemlistbox {
    grid-column: span 3 / span 3;
}
@media screen and (max-width: 640px) {
.grid_itemlist {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.grid_itemlistbox {
    grid-column: span 6 / span 6;
}
}

.grid_itemlistbox h5 {
position: relative;
color: #06F;
font-weight: 600;
margin-bottom: 4px;
padding-left: 1.2em;
min-height: 3.2em;
}
.grid_itemlistbox h5:before {
position: absolute;
	display: block;
	margin-left: -1.2em;
  content: '\f06b';
  color: #999;
  font-family: "Font Awesome 5 Free";
}
.grid_itemlistbox h5 a {
color: #06F;
text-decoration: none;
}
.grid_itemlistbox h5 a:hover {
color: #F60;
text-decoration: underline;
}


.list_merchandise_pic {
position: relative;
display: block;
background: #F5F5F5;
height: 0;
padding-bottom: 100%;
overflow: hidden;
margin-bottom: 8px;
border: 1px solid #CCC;
}
.list_merchandise_pic {
position: relative;
display: block;
background: #F5F5F5;
height: 0;
padding-bottom: 100%;
overflow: hidden;
}
.list_merchandise_pic img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.list_merchandise_pic a img {
display: block;
}
	
.list_merchandise_pic a:hover img {
	object-fit: cover;
	width: 150%;
	height: 150%;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}

@media screen and (max-width: 640px) {
.list_merchandise_pic {
height: 0;
padding-bottom: 100%;ß
}
}



dl.list_iteminfo {
	display: grid;
	grid-template-columns: 4em 1fr;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999;
	place-content: center;
}

dl.list_iteminfo dt,
dl.list_iteminfo dd {
	padding: 8px 0;
	margin: 0;
	place-content: center;
	border-top: 1px dotted #999;
}

dl.list_iteminfo dt {
	font-weight: bold;
}

dl.list_iteminfo dd {
	/* 通常は必要なし、ただし dt/dd セットが崩れるときは調整 */
}
@media screen and (max-width: 640px){
dl.list_iteminfo dd {
text-align: right;
}
}


.bt_white {
display: inline-block;
}
.bt_white a {
	border: 1px solid #000;
	text-align: center;
	padding: 4px 16px;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
}
.bt_white a:hover {
	background-color: #EFEFEF;
}


h3.title_shouhin {
display: block;
position: relative;
margin: 0;
padding: 0 4px;
padding-left: 1.2em;
font-weight: 700;
border-bottom: 1px dotted #CCC;
color: #06F;
}
h3.title_shouhin:before {
position: absolute;
	display: block;
	margin-left: -1.2em;
  content: '\f06b';
  color: #999;
  font-family: "Font Awesome 5 Free";
}


.grid_item_view {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
}
.grid_item_view_photo {
    grid-column: span 4 / span 4;
}
.grid_item_view_txt {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
@media screen and (max-width: 640px) {
.grid_item_view {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}
.grid_item_view_photo {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
}
.grid_item_view_txt {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
    grid-column-start: 1;
}
}
.grid_item_view_pic {
position: relative;
display: block;
background: #FFF;
height: 100%;
overflow: hidden;
border: 1px solid #CCC;
}
.grid_item_view_pic img {
	position: absolute;
	object-fit: contain;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 640px) {
.grid_item_view_pic {
height: 0%;
padding-bottom: 100%;
}
}


.tel_view {
position: relative;
display: inline-block;
	margin: 0;
margin-bottom: 0;
	padding: 0;
padding-left: 1em;
	font-weight: 700;
color: #333;
font-size: 200%;
}
.tel_view:before {
position: absolute;
	display: block;
	margin-left: -1em;
  content: '\f3cd';
  color: #F60;
  font-family: "Font Awesome 5 Free";
}
.tel_view a {
text-decoration: none;
color: #333;
}
.tel_view a:hover {
text-decoration: none;
color: #F60;
}



/********* table　*************************************************/

.sp_scroll {
  margin-bottom: 0!important;
}
@media screen and (max-width: 640px) {
  .sp_scroll {
    overflow-x: scroll;
  }
  }
  
.sp_scrollimg {
display: block;
	max-width: 100%;
	margin: 0;
  }
@media screen and (max-width: 640px) {
.sp_scroll table, .sp_scrollimg {
    width: 100%;
	min-width: 720px !important;
	margin: 0;
}
}

p.sp_scrolltxt,
p.sp_scrolltxt640 {
display: none;
}
.yazirusi {
display: none;
}
@media only screen and (max-width: 640px) {
p.sp_scrolltxt {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
  color: #0081BA;
}
}

/********* grid　*************************************************/

.cc_grid_half40 {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 40px;
}

.cc_grid_half20 {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 20px;
}


.cc_grid_half {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 24px;
}
.cc_grid_half_box {
grid-column: span 6 / span 6;
}
.cc_grid_txt {
grid-column: span 6 / span 6;
}
.cc_grid_pic {
grid-column: span 6 / span 6;
    grid-column-start: 7;
}
.cc_grid_helfbox{
grid-column: span 6 / span 6;
}
.cc_grid_helfbox_only{
grid-column: span 6 / span 6;
}
.cc_grid_helfbox_only .imagecenter00 {
width: 100%;
}
.cc_grid_helf01 {
grid-column: span 6 / span 6;
}
.cc_grid_helf02 {
grid-column: span 6 / span 6;
    grid-column-start: 7;
}
.cc_grid_helf_news {
grid-column: span 6 / span 6;
	order: 1;
}
.cc_grid_helf_topcont {
grid-column: span 6 / span 6;
    grid-column-start: 7;
	order: 2;
}

@media screen and (max-width: 640px){
.cc_grid_half40 {
display: grid;
grid-template-columns: repeat(12, 1fr);
gap: 24px;
}
.cc_grid_half {
display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 16px;
}

.cc_grid_half_box {
    grid-column: span 12 / span 12;
}
.cc_grid_txt {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
.cc_grid_pic {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
.cc_grid_helfbox {
    grid-column: span 12 / span 12;
}
.cc_grid_helf01 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
}
.cc_grid_helf02 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
.cc_grid_helf_news {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
	order: 1;
}
.cc_grid_helf_topcont {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 1;
	order: 2;
}
}

.cc_grid_txt h4 {
  text-box-trim: trim-start;
}


.box_manager {
display: block;
padding-bottom: 24px;
border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 640px){
.box_manager {
padding-bottom: 24px;
}
}


.cc_grid_3_2 {
display: grid;
grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

.cc_grid_3_2_pic {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}

.cc_grid_3_2_txt {
    grid-column: span 8 / span 8;
}


@media screen and (max-width: 640px){
.cc_grid_3_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
    gap: 16px;
}
.cc_grid_3_2_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
    grid-row-start: 1;
}

.cc_grid_3_2_txt {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
    grid-row-start: 2;
}
}


.float_img_half_right {
display: block;
float: right;
max-width: calc(100% / 2 - 16px);
margin: 0;
margin-left: 24px;
margin-bottom: 16px;
}
@media screen and (max-width: 640px){
.float_img_half_right {
display: block;
float: none;
max-width: 100%;
margin: 0 auto;
margin-left: auto;
margin-bottom: 16px;
}
}


/********* grid　*************************************************/

.grid_half {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 24px;
}
.grid_half_box {
    grid-column: span 6 / span 6;
}
.grid_half_box.borderblue {
border: 2px solid #0067A1;
padding: 24px;
}
@media only screen and (max-width: 640px) {
.grid_half {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}
.grid_half_box {
    grid-column: span 12 / span 12;
}
.grid_half_box.borderblue {
border: 2px solid #0067A1;
padding: 16px;
}
}


.grid_three_menu {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 24px;
}
.grid_three_box {
    grid-column: span 4 / span 4;
}
.grid_three_box .imagecenter00 {
width: 100%;
}
.grid_three_kouka_box {
    grid-column: span 4 / span 4;
}

@media only screen and (max-width: 640px) {
.grid_three_menu {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
} 
.grid_three_box {
    grid-column: span 6 / span 6;
}
.grid_three_kouka_box {
    grid-column: span 12 / span 12;
}
}


.grid_four_one_three {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
}
.gridbox_four_one {
    grid-column: span 3 / span 3;
}
.gridbox_four_three {
    grid-column: span 9 / span 9;
    grid-column-start: 4;
}
@media only screen and (max-width: 640px) {
.grid_four_one_three {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}
.gridbox_four_one {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
}
.gridbox_four_three {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}
}

.grid_three_one {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
}
    
.gridbox_three_one_one {
    grid-column: span 4 / span 4;
}
.gridbox_three_one_three {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}

.gridbox_three_one_one_r {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}
.gridbox_three_one_three_l {
    grid-column: span 8 / span 8;
}



@media only screen and (max-width: 640px) {
.grid_three_one {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}
.gridbox_three_one_one {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
}
.gridbox_three_one_three {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}

.gridbox_three_one_one_r {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
    grid-row-start: 2;
}
.gridbox_three_one_three_l {
    grid-column: span 12 / span 12;
}
}


.grid_sns04 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
}
    
.grid_sns04box {
    grid-column: span 3 / span 3;
}
@media only screen and (max-width: 640px) {
.grid_sns04 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}   
.grid_sns04box {
    grid-column: span 6 / span 6;
}
}




.grid_voice {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
} 
.grid_voice_pic {
    grid-column: span 3 / span 3;
}
.grid_voice_pic .imagecenter00{
width: 100%;
}
.grid_voice_name {
    grid-column: span 9 / span 9;
    grid-column-start: 4;
}
@media only screen and (max-width: 640px) {
.grid_voice {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
} 
.grid_voice_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
}
.grid_voice_name {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}
}

.grid_kamoku {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
}
    
.grid_kamoku01 {
    grid-column: span 6 / span 6;
}

.grid_kamoku02 {
    grid-column: span 4 / span 4;
    grid-column-start: 7;
}
@media only screen and (max-width: 640px) {
.grid_kamoku {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}
    
.grid_kamoku01 {
    grid-column: span 12 / span 12;
}

.grid_kamoku02 {
    grid-column: span 12 / span 12;
    grid-column-start: 1;
}
}
  



.grid_5_2 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
} 
.grid_5_2_box {
    grid-column: span 2 / span 2;
}
@media only screen and (max-width: 640px) {
.grid_5_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
} 
.grid_5_2_box {
    grid-column: span 6 / span 6;
}
}

.grid_3_3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
}
.grid_3_3box {
    grid-column: span 4 / span 4;
}

@media only screen and (max-width: 640px) {
.grid_3_3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}
.grid_3_3box {
    grid-column: span 12 / span 12;
}

}


.grid_3_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 24px;
}
.grid_3_2box01 {
    grid-column: span 4 / span 4;
}
.grid_3_2box02 {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
@media only screen and (max-width: 640px) {
.grid_3_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 16px;
}   
.grid_3_2box01 {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
}
.grid_3_2box02 {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}
}


.grid_bt_3_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}
    
.grid_bt_3_2_01 {
    grid-column: span 12 / span 12;
}

.grid_bt_3_2_02 {
    grid-column: span 6 / span 6;
    grid-row-start: 2;
}

.grid_bt_3_2_03 {
    grid-column: span 6 / span 6;
    grid-column-start: 7;
    grid-row-start: 2;
}
@media only screen and (max-width: 640px) {
.grid_bt_3_2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}
}



.grid_threepic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
}
    
.grid_threepic001 {
    grid-column: span 4 / span 4;
}

.grid_threepic002 {
    grid-column: span 4 / span 4;
    grid-column-start: 5;
}

.grid_threepic003 {
    grid-column: span 4 / span 4;
    grid-column-start: 9;
}
@media only screen and (max-width: 640px) {
 .grid_threepic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
}
.grid_threepic001 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
}

.grid_threepic002 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
    grid-row-start: 2;
}

.grid_threepic003 {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
    grid-row-start: 3;
}
}

.grid_features {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 16px;
}
    
.grid_features_pic {
    grid-column: span 4 / span 4;
}

.grid_features_txt {
    grid-column: span 8 / span 8;
    grid-column-start: 5;
}
@media only screen and (max-width: 640px) {
.grid_features {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
    
.grid_features_pic {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
}

.grid_features_txt {
    grid-column: span 12 / span 12;
    grid-row-start: 2;
}
}

table.timeTable {
margin: 0;
padding: 0;
margin-bottom: 0;
padding-bottom: 0;
text-align: center;
}

.bt_instagram {
	position: relative;
	display: inline-block;
}
.bt_instagram a {
	display: block;
	background-color: #AAA;
	color: #FFF;
	text-decoration: none;
	padding: 0 16px;
	border-radius: 16px;
}
.bt_instagram a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}