@charset "UTF-8";
/* no delete, no changed 暫定処理です。機を見てstyle.scssに追加願います */
* img{ image-rendering: auto; }
.wp-core-ui .attachment .thumbnail,.attachment-info .thumbnail{ width: 100%; }
#sidebar table{width:100%;text-align:center;}


/* Module default setttings. If necessary, can you changed OK.*/
.module.frame{height:200px;overflow:auto;} /* for privacy policy */
.module.icons{margin-bottom:10px;}
.module.fancy-heading{margin:0 0 5px 0;}

/* Contact form default settings. If necessary, can you changed OK. */
#body .module .wpcf7 input[type=submit]{ font-family: Fontawesome,sans-serif; }
#body .module .wpcf7 table tbody tr td span input[type="checkbox"],
#body .module .wpcf7 table tbody tr td span input[type="radio"]{ width: auto; }

/* navigation */
#navSw{ display: none; }
#ham{ display: none; position: fixed; z-index: 9999; top: 20px; right: 20px; margin: 0; font-size: 12px; color: white; text-align: center; }
#ham .ham-lines{ position: relative; display: block; width: 24px; height: 24px; margin-bottom: 5px; }
#ham .ham-lines span{ display: block; width: 24px; height: 2px; background: white; position: absolute; top: calc(50% - 1px);  opacity: 1; transition: .3s linear; }
#ham .ham-lines::before,#ham .ham-lines::after{ content: ""; display: block; width: 24px; height: 2px; background: white; position: absolute; }
#ham .ham-lines::before{ top: 0; transform: rotate(0deg); /*transform-origin: right top;*/ transition: .3s linear; }
#ham .ham-lines::after{ bottom: 0; transform: rotate(0deg); /*transform-origin: right bottom;*/ transition: .3s linear; }

#navSw:checked ~ #ham .ham-lines span{ opacity: 0; }
#navSw:checked ~ #ham .ham-lines::before{ transform: rotate(-45deg);  top: calc(50% - 1px); }
#navSw:checked ~ #ham .ham-lines::after{ transform: rotate(45deg);  top: calc(50% - 1px); }
.mobile_menu_active #pagewrap #main-nav{
	display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  opacity: 0;
  background: rgba(0,0,0,.72);
  transition: .3s linear;
  transform-origin: center top;
  transform: rotateX(90deg);
}

/*************VTCUSTOM DNLUONG 11112019***********************/
body #responsive-nav-wrapper,
body #responsive-nav-wrapper .off-canvas-nav #main-nav,
body #responsive-btn {
	background: #333;
}
#headerwrap #site-logo a{
	display:block;
  max-width:;
  margin:0 auto;
}
#headerwrap #site-logo img{
	display:block;
  margin:0 auto;
}

#headerwrap .hd_right{
	float:right;
  margin:47px 0 0;
  overflow:hidden;
}
#headerwrap .hd_tel{
	float:left;
  font-size:26px;
  line-height:1;
  padding:5px 0 0 14px;
  background:url(../../uploads/icon_tel_1.png)top 11px left no-repeat;
  font-family:Georgia, serif;
  font-weight:bold;
}
#headerwrap .hd_mail{
	float:left;
  width:150px;
  margin:0 0 0 10px;
  font-family:Georgia, serif;
}

#headerwrap .hd_mail a{
	display:block;
  line-height:1;
  font-size:14px;
 	color:#ffffff;
  padding:11px 0 11px 44px;
  background:url(../../uploads/icon_mail.png)center left 20px no-repeat,#ababab;
  text-decoration:none;
  transition:0.2s linear;
}
#headerwrap .hd_mail a:hover{
	opacity:0.7;
}
#headerwrap .hd_fb{
	float:left;
  margin:0 0 0 10px;
}
#headerwrap .hd_insta{
	float:left;
  margin:0 0 0 10px;
}
#headerwrap .hd_fb a,
#headerwrap .hd_insta a{
	max-width:36px;
  margin:0 auto;
  display:block;
}

#headerwrap .hd_fb img,
#headerwrap .hd_insta img{
  margin:0 auto;
  display:block;
}

/***************menu*********************/
#headerwrap #global-nav{
	background:url(../../uploads/menu_line.png)bottom center repeat-x;
}
#headerwrap #global-nav #main-nav{
	line-height:1;
}
#headerwrap #global-nav #main-nav li{
	line-height:1;
  display:inline-block;
}
#headerwrap #global-nav #main-nav li a{
	display:block;
  margin:0;
  padding:0;
  font-size:16px;
  color:#000000;
  line-height:1;
  font-family:Georgia, serif;
  position:relative;
  padding:39px 40px 62px;
}
#headerwrap #global-nav #main-nav li a:before{
	content:attr(title);
  font-size:12px;
  color:#5b5b5b;
  display:block;
  position:absolute;
  bottom:40px;
  left:0;
  right:0;
  text-align:center;
  font-family:"ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
}

#headerwrap #global-nav #main-nav li a:hover{
	background:url(../../uploads/menu_arrow.png)center bottom 17px no-repeat;
}

#headerwrap #global-nav #main-nav li ul{
	padding:14px;
  width:220px;
  left:-20%;
  border:0;
  border-radius:0;
  background:rgba(61,64,62,0.7);
}
#headerwrap #global-nav #main-nav li ul li{
	display:block;
}
#headerwrap #global-nav #main-nav li ul li a{
	font-size:14px;
  line-height:2;
  color:#fffefe;
  font-family:"ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
	padding:0;
  background:none;
  width:100%;
  text-decoration:underline;
}
#headerwrap #global-nav #main-nav li ul li a:hover{
	background:none;
  text-decoration:none;
}
/***************main img********************/
body #main div img{
	width: auto;
  transform: none;
}

/****************custom***********************/
#pagewrap .module .module-title{margin-bottom:15px;padding:0;}

#pagewrap table{width:100%;border-collapse:collapse;}

#pagewrap #body .module.module-image .image-content,
#pagewrap #body .module.module-article .image-content{overflow:hidden;margin:0;}

#body #layout #content .module.dnl_img_only.module-image .image-wrap,
#body #layout #content .module.dnl_img_only.module-article .image-wrap{display:block;text-align:center;margin:0;}

body .site{
	font-size:14px;
  color:#333333;
  line-height:2;
  font-family:"ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
}
body .site a:hover,
body .site a{
  color:#333333;
}

/****************top page*********************/
#body .module.top_img_1.module-image{
	overflow:hidden;
  border-radius:15px;
  max-width:343px;
  margin-left:auto;
  margin-right:auto;
}
#body .module.top_img_2.module-image{
	overflow:hidden;
  border-radius:15px;
  max-width:248px;
  margin-left:auto;
  margin-right:auto;
}

#body .module.top_img_2.module-image .image-wrap a,
#body .module.top_img_1.module-image .image-wrap a{
	pointer-events:none;
}
#body .module.top_img_2.module-image .image-title,
#body .module.top_img_1.module-image .image-title{
	margin:0;
}
#body .module.top_img_2.module-image .image-title a,
#body .module.top_img_1.module-image .image-title a{
	position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  display:block;
  text-indent:100%;
  white-space:nowrap;
  z-index:10;
}
#body .module.top_img_1.module-image .image-caption{
	position:absolute;
  z-index:5;
  bottom:-6px;
  right:0;
  left:0;
  font-size:18px;
  color:#000000;
  line-height:1.5;
  font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  text-align:center;
  font-weight:bold;
  padding:10px 15px 10px;
  background:rgba(255,255,255,0.7);
  transition:0.2s linear;
}
#body .module.top_img_2.module-image .image-caption{
	position:absolute;
  z-index:5;
  bottom:-6px;
  right:0;
  left:0;
  font-size:15px;
  color:#000000;
  line-height:1.5;
  font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  text-align:center;
  font-weight:bold;
  padding:10px 5px 10px;
  background:rgba(255,255,255,0.7);
  transition:0.2s linear;
}
#body .module.top_img_2.module-image:hover .image-caption,
#body .module.top_img_1.module-image:hover .image-caption{
	bottom:0;
}
#body .module.top_img_2.module-image:hover .image-caption span,
#body .module.top_img_1.module-image:hover .image-caption span{
	height:initial;
}
#body .module.top_img_2.module-image .image-caption span,
#body .module.top_img_1.module-image .image-caption span{
	font-family:"ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size:14px;
  color:#333333;
  display:block;
  margin:8px 0 0;
  font-weight:normal;
  background:url(../../uploads/top_arrow_1.png)center right no-repeat;
  padding:0 20px;
  height:0;
  transition:0.2s linear;
  overflow:hidden;
}

#content .module.top_text_1{
	text-align:center;
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  background:rgba(255,255,255,0.7);
  padding:58px 15px 60px;
}

#pagewrap .module.top_text_1 .module-title{
	font-size:25px;
  line-height:1.2;
  color:#000000;
  font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  margin:0 0 23px 0;
  background:url(../../uploads/top_bg_text1.png)center bottom no-repeat;
  padding:0 0 45px 0;
}

#content .module.top_text_1 a,
#content .module.more_b a{
	display:block;
  max-width:250px;
  margin:30px auto 0;
  border:1px solid #333333;
  font-size:15px;
  text-decoration:none;
  font-weight:bold;
  font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  background:url(../../uploads/top_arrow_2.png)center right 13px no-repeat;
  line-height:1;
  color:#333333;
  transition:0.2s linear;
  padding:22px 0 21px;
}
#content .module.top_text_1 a:hover,
#content .module.more_b a:hover{
	background-position:center right 8px;
}

#pagewrap .module.top_t1 .module-title{
	font-size:22px;
  color:#000000;
  line-height:1.3;
  margin:0;
  font-family:Georgia, serif;
  font-weight:normal;
  border-bottom:2px solid #333333;
  background:url(../../uploads/bg_t1.png)top left no-repeat;
  padding:0 0 7px 50px;
}

#pagewrap .module.top_t1 .module-title span span{
	font-size:15px;
  color:#5b5b5b;
  display:inline-block;
  font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  margin:0 0 0 7px;
}

#content .top_module_1 .row_inner{
	max-width:900px;
  margin:0 auto;
}

#body .module.top_post_1.module-post .post{
	margin:0;
  border-bottom:1px dotted #b9b9b9;
  padding:22px 0 22px;
}
#body .module.top_post_1{
	 max-height: 300px;
    overflow-y: auto;
}

#pagewrap .module.top_post_1.module-post .post-date{
	float:left;
  line-height:2;
  font-size:14px;
  color:#5b5b5b;
  margin:0 15px 0 0;
}
#pagewrap .module.top_post_1.module-post .post-title{
	font-size:14px;
  color:#000000;
  margin:0;
  line-height:2;
}
.module.top_post_1.module-post .entry-content p:last-of-type{
	margin:0;
}
.module.top_t3,
.module.top_t2{
	text-align:center;
}
#pagewrap .module.top_t2 .fancy-heading{
	display:inline-block;
  background:url(../../uploads/bg_t2_left.png)top left no-repeat,url(../../uploads/bg_t2_right.png)top right no-repeat;
  padding:0 55px;
  margin:0;
}
#pagewrap .module.top_t2 .main-head{
	font-size:28px;
  line-height:1;
  font-family:Georgia, serif;
  font-weight:normal;
  color:#000000;
}

#pagewrap .module.top_t2 .sub-head{
	font-size:14px;
  line-height:2;
  font-weight:normal;
  margin:3px 0 0;
  padding:0;
  color:#5b5b5b;
}
#pagewrap .module.top_t3 .sub-head:before,
#pagewrap .module.top_t2 .sub-head:before{
	display:none;
}


#pagewrap .module.top_t3 .fancy-heading{
	display:inline-block;
  background:url(../../uploads/bg_t3_left.png)top left no-repeat,url(../../uploads/bg_t3_right.png)top right no-repeat;
  padding:0 55px;
  margin:0;
}
#pagewrap .module.top_t3 .main-head{
	font-size:28px;
  line-height:1;
  font-family:Georgia, serif;
  font-weight:normal;
  color:#ffffff;
}

#pagewrap .module.top_t3 .sub-head{
	font-size:14px;
  line-height:2;
  font-weight:normal;
  margin:3px 0 0;
  padding:0;
  color:#d8d8d8;
}

#body .module.top_img_3.module-image{
	max-width:248px;
  margin-left:auto;
  margin-right:auto;
}
#body .module.top_img_3.module-image .image-wrap a{
	pointer-events:none;
}
#body .module.top_img_3.module-image .image-title{
	margin:0;
  position:absolute;
  bottom:-24px;
  right:0;
  left:0;
}
#body .module.top_img_3.module-image .image-title a{
	font-size:18px;
  color:#333333;
  display:block;
  max-width:208px;
  line-height:1;
  background:url(../../uploads/top_arrow_1.png)center right 10px no-repeat,url(../../uploads/bg_img_3.png)center center;
  padding:15px;
  text-align:center;
  text-decoration:none;
  font-family:"Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  margin:0 auto;
  transition:0.2s linear;
}
#body .module.top_img_3.module-image .image-title a span{
	font-size:14px;
  display:inline-block;
}
#body .module.top_img_3.module-image .image-title a:hover{
	background-position:center right 5px,center center;
}

#content .top_module_2 .row_inner{
	max-width:1200px;
  margin:0 auto;
  padding:70px;
  background:url(../../uploads/top_bg_3.png)center center no-repeat;
  background-size:cover;
}

#content .module.top_text_2{
	max-width:343px;
  margin-left:auto;
  text-align:center;
  color:#ffffff;
  background:url(../../uploads/top_bg_5.png)center top no-repeat,url(../../uploads/top_bg_6.png)center bottom no-repeat;
  padding:56px 0 60px;
}

#pagewrap .module.top_text_2 .module-title{
	font-size:28px;
  color:#ffffff;
  line-height:1;
  font-family:Georgia, serif;
  margin:0 0 29px 0;
  font-weight:normal;
}
#pagewrap .module.top_text_2 .module-title span span{
	display:inline-block;
  font-size:14px;
  font-family:"ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "游ゴシック体", Yu Gothic, YuGothic, "メイリオ", Meiryo, sans-serif;
  margin:0 0 0 10px;
}

#content .module.top_text_2 a{
	display:block;
  max-width:240px;
  margin:32px auto 0;
  font-family:Georgia, serif;
  font-size:15px;
  color:#ffffff;
  line-height:1;
  padding:22px 0 21px;
  border:1px solid #ffffff;
  text-align:center;
  background:url(../../uploads/top_arrow_3.png)center right 13px no-repeat;
  text-decoration:none;
  transition:0.2s linear;
}
#content .module.top_text_2 a:hover{
	background-position:center right 8px;
}

#content .module.top_list_1 ul{
	margin:0;
  list-style:none;
  text-align:center;
}
#content .module.top_list_1 ul li{
	display:inline-block;
  margin:0 18px 20px;
}
#content .module.top_list_1 ul li img{
	vertical-align:middle;
  margin:0;
}

/*****************footer************************/
body #footerwrap{
	background:url(../../uploads/top_bg_4.png)top left;
}

body #footerwrap .copy{
	text-align:right;
  background:#fff;
  padding:16px 0;
  font-size:14px;
  color:#333333;
}
body #footerwrap .copy img{
	vertical-align:middle;
}

#footerwrap .footer_content{
	overflow:hidden;
  padding:53px 0 30px;
}
#footerwrap .ft_info{
	float:left;
  width:100%;
  max-width:375px;
  margin:0 33px 22px 0;
  padding:19px 0 0;
}
#footerwrap .ft_content{
	float:right;
  width:100%;
  max-width:calc(100% - 408px);
  background:url(../../uploads/ft_line_1.png)center left repeat-y;
  padding:0 0 0 29px;
  margin-bottom:14px;
}

#footerwrap .module.ft_text_1 ul{
	overflow:hidden;
  margin:0;
  list-style:none;
}
#footerwrap .module.ft_text_1 ul li:first-child{
	float:left;
  margin:0 0 10px 0;
}

#footerwrap .module.ft_text_1 ul li:first-child a{
	text-decoration:none;
  pointer-events:none;
  font-size:25px;
  color:#fefefe;
  line-height:1;
  background:url(../../uploads/ft_icon_tel.png)top 12px left no-repeat;
  padding:4px 0 3px 14px;
  font-weight:bold;
  font-family:Georgia, serif;
  display:inline-block;
  letter-spacing:-1px;
}

#footerwrap .module.ft_text_1 ul li:last-child{
	float:right;
  margin:0 0 10px 0;
}
#footerwrap .module.ft_text_1 ul li:last-child a{
	width:185px;
  margin:0 auto;
  text-decoration:none;
  font-size:15px;
  color:#ffffff;
  display:block;
  font-size:15px;
  line-height:1;
  color:#fff;
  font-family:Georgia, serif;
  background:url(../../uploads/ft_icon_mail.png)center left 32px no-repeat,#ababab;
  padding:9px 0 8px 60px;
  transition:0.2s linear;
}

#footerwrap .module.ft_text_1 ul li:last-child a:hover{
	opacity:0.7;
}

#pagewrap .module.ft_text_3 .module-title{
	font-size:14px;
  line-height:2;
  color:#fffefe;
  margin:0;
  font-weight:normal;
}

#footerwrap .module.ft_text_3 ul{
	margin:0;
  list-style:none;
}
#footerwrap .module.ft_text_3 ul li{
	margin:0;
  line-height:2;
  color:#fffefe;
  background:url(../../uploads/ft_line_2.png)center left no-repeat;
  padding:0 0 0 10px;
}
#footerwrap .module.ft_text_3 ul li a{
  color:#fffefe;
}

#footerwrap .ft_module_1 .col3-2.last{
	margin-bottom:9px;
}

#body .module.fixbn_1{
	border:1px solid #333333;
  padding:13px 20px 12px;
  display: flex;
  align-items: center;
  transition:0.2s linear;
}
#body .module.fixbn_1:hover{
	opacity:0.7;
}
#body .module.fixbn_1.module-image .image-content{
	width:calc(100% - 203px);
}
#body .module.fixbn_1.module-image .image-title{
	position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  margin:0;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}
#body .module.fixbn_1.module-image .image-title a{
	display:block;
  height:100%;
}
#body .module.fixbn_1.module-image .image-wrap{
	background:url(../../uploads/bn_arrow.png)center bottom no-repeat;
  padding:0 0 22px;
  margin:0 20px 0 0;
}
#body .module.fixbn_1.module-image .image-wrap a{
	pointer-events:none;
}

/****************page 2 hope********************/
body.no-home #main div{
	background-size:auto;
  padding:11px;
}

#content .p2_module_1 .row_inner{
	max-width:1280px;
  margin:0 auto;
}
#content .module.p2_text_1{
	text-align:center;
  background:url(../../uploads/p2_bg_1.png)center top no-repeat,url(../../uploads/p2_bg_2.png)center bottom no-repeat;
  padding:67px 10px 66px;
}
#pagewrap .module.p2_text_1 .module-title{
	font-family: "Times New Roman", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝", YuMincho,"ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  text-align:center;
  font-size:30px;
  color:#000000;
  line-height:1.2;
  margin:0 0 30px 0;
}

#content .p2_module_2 .row_inner{
	max-width:1000px;
  margin:0 auto;
  background:url(../../uploads/p2_bg_3.png)top left;
  padding:48px 50px 30px;
}

.module.p2_text_2{
	color:#fff;
}

#pagewrap .module.p2_t1 .module-title{
	text-align:center;
  font-size:24px;
  color:#fff;
  line-height:1.2;
  margin:0;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}
#pagewrap .module.p2_t1 .module-title span{
	display:inline-block;
  background:url(../../uploads/p2_bg_4.png)center left no-repeat,url(../../uploads/p2_bg_5.png)center right no-repeat;
  padding:0 70px;
}

/****************page 21*********************/
#pagewrap .module.p21_t1 .module-title{
	font-size:24px;
  line-height:1.2;
  margin:0;
  color:#000000;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  background:url(../../uploads/ptalbum_icon_1.png)center left no-repeat;
  padding:0 0 0 43px;
}
.module.p21_table_1 table tr{
	border-bottom:1px dotted #000000;
}
.module.p21_table_1 table td{
	padding:13px 5px;
  border:0;
  vertical-align:top;
  line-height:1.75;
}

/****************page 22 access******************/
#content .mw990 .row_inner{
	max-width:990px;
  margin:0 auto;
  padding:40px 95px;
  background: url(../../uploads/bg_img_3.png)top left;
}

#content .mw800 .row_inner{
	max-width:800px;
  margin:0 auto;
}

.module.p22_table_1 table tr{
	border-bottom:1px dotted #b9b9b9;
}
.module.p22_table_1 table td,
.module.p22_table_1 table th{
	padding:16px 5px 16px 20px;
  border:0;
}

.module.p22_table_1 table th{
	width:125px;
}

.module.p22_maps iframe{
	display:block;
  margin:0 auto;
}

#pagewrap .module.p22_t1 .module-title{
	font-size:28px;
  line-height:1;
  color:#000000;
  margin:0;
  text-align:center;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}
#pagewrap .module.p22_t1 .module-title span{
	display:inline-block;
  vertical-align:middle;
  background:url(../../uploads/access_bg_1.png)center left no-repeat,url(../../uploads/access_bg_2.png)center right no-repeat;
  padding:16px 60px 15px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}

#content .p22_module_1 .row_inner{
	max-width:990px;
  margin:0 auto;
  padding:30px 60px;
  background: url(../../uploads/bg_img_3.png)top left;
}
#content .p22_module_2 .row_inner{
	max-width:990px;
  margin:0 auto;
  padding:40px 52px 0 52px;
  background: url(../../uploads/top_bg_4.png)top left;
  color:#fff;
}
#content .p22_module_2_2 .row_inner{
  	max-width:990px;
  margin:0 auto;
  padding:5px 52px 0 52px;
  background: url(../../uploads/top_bg_4.png)top left;
  color:#fff;
}

#content .p22_module_3 .row_inner{
	max-width:990px;
  margin:0 auto;
  padding:15px 245px 40px 245px;
  background: url(../../uploads/top_bg_4.png)top left;
  color:#fff;
}
.module.p22_text_1{
	padding:0 0 0 30px;
}
#pagewrap .module.p22_text_1	 .module-title{
	font-size:22px;
  line-height:1.3;
  color:#000000;
  margin:0 0 20px 0;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  background:url(../../uploads/p22_icon_1.png)center left no-repeat;
  padding:0 0 0 30px;
}
.module.p22_text_2{
	padding:13px 0 12px;
}

/******************page 17 shichigosan-kimono ******************/
#content .module.p17_text_1{
	background:url(../../uploads/p17_bg_1.png)center center no-repeat;
  font-size:30px;
  text-align:center;
  font-weight:bold;
  line-height:1;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  color:#000000;
  padding:36px 0 40px;
}
#pagewrap .module.p17_text_1 .module-title{
	font-size:20px;
  line-height:1;
  margin:0 0 14px 0;
  color:#000000;
}

#body .module.p17_glr_1{
	margin:0 0 16px 0;
  display:flex;
  flex-wrap: wrap;
}
#body .module.p17_glr_1 br{
	display:none;
}
#body .module.p17_glr_1 .gallery-item{
	display:flex;
  align-items:center;
  justify-content: center;
}
/***************page 3 miyamairi*******************/

#pagewrap .module.p3_t1 .module-title{
	font-size:30px;
  line-height:1.2;
  color:#000;
  text-align:center;
  margin:0;
  background:url(../../uploads/p3_icon_1.png)center bottom no-repeat;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  padding:0 0 27px 0;
}

/****************page 4 shichi go san***************/
#content .p4_module_1{
	counter-reset:my-number
}
#content .p4_module_1 .themify_builder_sub_row{
	margin-bottom:30px;
}

#pagewrap .module.p4_text_1 .module-title:before{
	counter-increment:my-number;
  content:counter(my-number);
  display:block;
  font-size:26px;
  line-height:1;
  font-family: Georgia, serif;
  color:#000000;
  font-weight:normal;
  text-align:center;
  height:46px;
  width:46px;
  padding: 7px 0 13px;
  position:absolute;
  top:0;
  left:0;
  background:url(../../uploads/bg_number.png)center center no-repeat;
}

#pagewrap .module.p4_text_1 .module-title{
	font-size:20px;
  line-height:1.4;
  color:#000000;
  margin:0 0 5px 0;
  position:relative;
  padding:9px 0 9px 55px;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}

#pagewrap .module.p4_t1 .fancy-heading{
	margin:0;
  overflow:hidden;
}
#pagewrap .module.p4_t1 .fancy-heading .main-head{
	float:left;
  width:90px;
  line-height:1;
  text-align:center;
  font-size:18px;
  color:#ffffff;
  font-family: Georgia, serif;
	background:url(../../uploads/p4_bg_3.png)center center;
  padding:0 0 4px;
  font-weight:normal;
  margin:0 8px 0 0;
}
#pagewrap .module.p4_t1 .fancy-heading .main-head span{
	display:inline-block;
  font-size:25px;
}
#pagewrap .module.p4_t1 .fancy-heading .sub-head{
	margin:0;
  padding:0;
  font-size:20px;
  line-height:1.45;
  color:#000000;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}
#pagewrap .module.p4_t1 .fancy-heading .sub-head:before{
	display:none;
}

#content .p4_module_2 .row_inner{
	padding:40px;
  background:url(../../uploads/bg_img_3.png)top left;
}

#content .module.p4_img_1 img{
	border-radius:100%;
}

#pagewrap .module.p4_text_2 .module-title{
	font-size:18px;
  line-height:1.55;
  color:#000000;
  margin:0 0 8px 0;
}

#content .p4_module_3 .row_inner{
  max-width:1000px;
  margin:0 auto;
	padding:50px;
  background:url(../../uploads/top_bg_4.png)top left;
}
#content .pa_to0 .row_inner{
  padding:0 50px 50px 50px;
}

#content .module.p4_text_3{
	color:#fff;
}

#pagewrap .module.p4_text_3 .module-title{
	font-size:24px;
  color:#fff;
  line-height:1.2;
  background:url(../../uploads/p4_icon_2.png)center left no-repeat;
  margin:0 0 20px 0;
  padding:0 0 0 44px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}

#content .module.p4_list_1 ul{
	margin:0;
  list-style:none;
}
#content .module.p4_list_1 ul li{
	float:left;
  width:208px;
  margin:0;
}
#content .module.p4_list_2 ul li{
  width:428px;
}

#content .module.p4_list_1 ul li:first-child{
	margin:0 22px 0 0;
}
#content .module.p4_list_1 ul li a{
	font-size:14px;
  display:block;
  color:#333333;
  text-decoration:none;
  line-height:1;
  font-weight:bold;
  padding:15px;
  background:url(../../uploads/p4_arrow_1.png)center right 10px no-repeat,url(../../uploads/p4_bg_1.png)center center;
  transition:0.2s linear;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  text-align:center;
}
#content .module.p4_list_1 ul li a strong{
	font-size:18px;
}
#content .module.p4_list_1 ul li a:hover{
	opacity:0.7;
}
#pagewrap .module.p4_accor_1.module-accordion,
#pagewrap .module.p4_accor_1.module-accordion ul{
	margin:0;
}
#pagewrap .module.p4_accor_1.module-accordion ul li{
	margin-bottom:13px;
  overflow:hidden;
}

#pagewrap .module.p4_accor_1.module-accordion .accordion-title{
	font-size:24px;
  color:#000000;
  line-height:1.6;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  margin-bottom:17px;
}
#pagewrap .module.p4_accor_1.module-accordion .accordion-title a{
	color:#000000;
  padding:2px 25px 2px 53px;
  /*background:url(../../uploads/q_icon.png)top left no-repeat;*/
   background: url(../../uploads/q_icon.png)top left no-repeat,url(../../uploads/qa-arrow.png)center right no-repeat;
  outline:none;
  min-height: 42px;
}
#pagewrap .module.p4_accor_1.module-accordion li.builder-accordion-active .accordion-title a{
	background: url(../../uploads/q_icon.png)top left no-repeat,url(../../uploads/qa-arrow-u.png)center right no-repeat;
}
#pagewrap .module.p4_accor_1.module-accordion .accordion-content{
	font-size:14px;
  color:#333333;
  line-height:2;
  background:url(../../uploads/top_bg_2.png)top left;
  padding:13px 20px 12px;
  margin-bottom:17px;
}

#content .p4_module_4 .row_inner{
	background:url(../../uploads/top_bg_2.png)top left;
  padding:40px;
}

#pagewrap .module.p4_text_4 .module-title{
	font-size:22px;
  color:#000000;
  margin:0 0 9px;
  line-height:1.3;
  background:url(../../uploads/p4_icon_1.png)center left no-repeat;
  padding:4px 0 3px 39px;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}

/************page 5 coming of age****************/
.module.p5_table_2 table tr,
.module.p5_table_1 table tr {
  border-bottom: 1px dotted #000000;
}
.module.p5_table_1 table td {
  padding: 13px 5px;
  border: 0;
  vertical-align: top;
 	line-height: 1.75;
}
.module.p5_table_2 table td{
	padding: 6px 5px;
  border: 0;
  vertical-align: top;
 	line-height: 1.75;
}
.module.p5_table_2 table tr:first-child td{
	padding-top:0;
}

.module.p5_table_3 table tr {
  border-bottom: 1px dotted #fff;
}
.module.p5_table_3 table td {
  padding: 7px 5px;
  border: 0;
  vertical-align: top;
 	line-height: 1.75;
  color:#fff;
}
.module.p5_table_3 table tr:first-child td{
	padding-top:0;
}

/******************page 16 id photo*********************/
.module.p16_text_1{
	text-align:center;
}
#pagewrap .module.p16_text_1 .module-title{
	font-size:22px;
  color:#000000;
  line-height:1.3;
  text-align:center;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  margin:0 0 16px 0;
}
#content .module.p16_text_2{
	text-align:center;
  font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  font-size:16px;
 	line-height:2; 
  color:#000000;
}
#content .module.p16_text_2 strong{
	font-size:22px;
  line-height:1.5;
}

/* 2019-12 nakano */
body #header #site-logo{
	float: left;
    padding: 15px 0 20px;
}
body #header{
	min-height:130px;
}

.contact_right_box p{
	font-size:34px;
  color:#000;
  /*background: url(../../uploads/contact-right-icon.png)top 14px left no-repeat;*/
  padding-left: 17px;
    text-align:center;
  float:none;
  background:none;
  font-family: Georgia, serif;
    font-weight: bold;
}
.contact_right_box p::before{
	content:"";
  background: url(../../uploads/contact-right-icon.png) no-repeat;
  width:15px;
  height:23px;
  display:inline-block;
  padding-right:17px;
}
#pagewrap .contact_right_box .module-title{
	color:#000;
  font-size:16px;
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝", YuMincho,"ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
  text-align:center;
  line-height: 1;
  margin-bottom:0;
}
#pagewrap .module.pp-style .module-title span{
  display: inline-block;
    vertical-align: middle;
    background: url('../../uploads/pp_bg_1.png')center left no-repeat,url('../../uploads/pp_bg_2.png')center right no-repeat;
    padding: 16px 60px 15px;
  color:#fff;
}
.pp-style-txt{
	height:300px;
  overflow-y: scroll;
}
body #body .module .wpcf7 table tbody tr th{
	background: #656565;
  color:#fff;
}
body #body .module .wpcf7 table tbody tr th span{
	color:#fff;
}
body #body .module .wpcf7 table tbody tr th,
body #body .module .wpcf7 table tbody tr td{
	border: solid 1px #ccc;
}
body #body .module .wpcf7 input[type=submit]{
	background: #656565;
  height:40px;
}
body #body .module .wpcf7 input[type=submit]:hover{
  	background: #656565;
	opacity:0.6;
}
body #body .module .wpcf7 p{
	width:250px;
  margin:30px auto;
}

.h-s-w .row_inner .tb-column-inner{
  position: relative;
}
body #body .h-s-text{
	max-width:460px;
  position: absolute;
    right: 110px;
    bottom: 50px;
}
body #body .h-s-image-bg{
	background: url(../../uploads/h-bg2.jpg)top center repeat-y;
}
.h-s-low1{
	background: url(../../uploads/h-bg4.jpg)center right 30% no-repeat !important;
}
.h-s-low1-2{
	max-width:880px;
  float: right;
}
.h-s-low2{
	max-width:895px;
  margin:0 auto;
}
.h-s-low3{
	max-width:820px;
  margin:0 auto;
}
.h-s-low3 .module-image img{
	height:280px;
}
.h-s-low3-text{
	margin-top:-50px;
}
.h-s-low3-text p{
	background:url(../../uploads/h-bg1.jpg);
  display:inline-block;
  padding:25px;
  color:#fff;
}
#body #content .p22_module_3.h-s-low4 .row_inner{
	background:url(../../uploads/h-bg6.png)no-repeat left top,url(../../uploads/h-bg6-2.png)no-repeat right bottom;
  max-width: 580px;
  padding:45px;
}
.font-mincho{
font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
}
.s-0en-tb table{
	margin-bottom:10px;
}
.s-0en-tb table tbody tr td{
	font-weight:bold;
  color:#000;
}
.s-0en-tb table tbody tr td:last-child{
	text-align:right;
    color:#333;
}
.seijin0-image .gallery-item{
	margin:0 !important;
}
.s-0en-no,
.s-0en-no .module-title span{
	color:#fff;
}
body #pagewrap .s-0en-no .module-title{
	margin-bottom:5px;
}
.s-0en-no .module-title span{
	font-size:14px;
  line-height: 1.5;
}
.s-0en-no .module-title strong{
	display:inline-block;
  background-color:#fff;
  color:#333;
  min-width:20px;
  height:20px;
  margin-right:5px;
  text-align:center;
}
.s-0en-no p{
	padding-left:5px;
}
#content .furisode-btn a{
	background: url(../../uploads/arrow-w.png)center right 10px no-repeat,url(../../uploads/h-bg1.jpg);
  color:#fff;
  font-size: 14px;
    display: block;
  text-decoration: none;
    line-height: 1;
    font-weight: bold;
    padding: 15px;
  transition: 0.2s linear;
    font-family: "Times New Roman","游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "メイリオ", Meiryo, serif;
    text-align: center;
  width: 208px;
    margin: 0 auto;
}
#content .furisode-btn.haori-btn a{
    margin:0;
}

@media screen and (max-width: 680px) {
  #content .furisode-btn.haori-btn a{
    margin:0 auto;
}
}

#content .furisode-btn a:hover{
  background:url(../../uploads/arrow-w.png)center right 5px no-repeat,url(../../uploads/h-bg1.jpg);
}

/* nakano-end */


/*media screen*/
@media screen and (max-width: 1024px) {
  ul#main-nav {
    top: 45px !important;
  }
  
  body .pagewidth{
  	width:100%;
    max-width:96%;
  }
  
  #footerwrap .f-con{
    position:fixed;
    bottom:0;
    right:0;
    left:0;
    z-index:99;
	}
	#pagewrap #footerwrap .f-con .f-map{
  	border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
	}
  #pagewrap #footerwrap .f-con .f-tel,
  #pagewrap #footerwrap .f-con .f-rtt {
    background:#333;
    font-size:20px;
    color:#fff;
    line-height:1.5;
    padding:9px 0;
  }
  #pagewrap #footerwrap .f-con .f-map{
    background:#111;
    font-size:20px;
    color:#fff;
    line-height:1.5;
    padding:9px 0;
  }
  
  body #footerwrap .copy{
  	padding: 16px 0 66px;
    text-align:center;
  }
  #footerwrap .ft_info {
    float: none;
    max-width: 375px;
    margin: 0 auto 30px;
    padding:0;
	}
  #footerwrap .ft_content {
    float: none;
    width: 100%;
    max-width: 100%;
    background: none;
    padding:30px 0 0;
    border-top:1px solid #414141;
	}
  
  #headerwrap{
  	padding-top:40px;
  }
  
  /****************top page********************/
  #content .top_module_2 .row_inner {
    padding: 70px 20px;
	}
  #pagewrap .module.top_post_1.module-post .post-date{
  	float:none;
    margin:0;
  }
  #body #layout .module.top_img_1.module-image .image-caption,
  #body #layout .module.top_img_2.module-image .image-caption{
  	bottom:0;
  }
  #body .module.top_img_2.module-image .image-caption{
  	font-size:13px;
  }
  #body .module.top_img_2.module-image .image-caption span,
  #body .module.top_img_1.module-image .image-caption span{
  	font-size:12px;
    height:initial;
  }
  body.tb_responsive_mode .tb_grid_classes .module_column {
    margin-top: 0;
	}
  body #header #site-logo{
  	padding:0;
  }
}
/*media screen*/
@media screen and (max-width: 768px) {
	#headerwrap #site-logo {
    float: none;
    margin: 0;
	}
  #headerwrap .hd_right {
    float: none;
    margin: 20px 0 0;
    text-align:center;
	}
  #headerwrap .hd_tel {
    float: none;
    display:inline-block;
	}
  #headerwrap .hd_mail {
    float: none;
    width: 150px;
    margin: 5px auto 10px;
    text-align:left;
	}
  #headerwrap .hd_fb {
    float: none;
    margin: 0 10px 0 0;
    display:inline-block;
	}
  #headerwrap .hd_insta {
    float: none;
    margin: 0;
    display:inline-block;
	}
  
  #body .module.fixbn_1{
  	display: block;
		padding:20px 20px 12px;
	}
  #body .module.fixbn_1.module-image .image-wrap {
   float:none;
    display:block;
    text-align:center;
    margin: 0 0 15px 0;
	}
  #body .module.fixbn_1.module-image .image-content{
  	width:100%;
  }
  
  /************page 4 shichi go san*****************/
  #pagewrap .module.p4_t1 .fancy-heading .main-head{
  	float:none;
    margin:0 auto 10px;
  }
  #pagewrap .module.p4_t1 .fancy-heading .sub-head{
  	text-align:center;
  }
}
/*media screen*/
@media screen and (max-width: 768px) {
	/************page 21 photo album*****************/
  .module.p21_table_1 table td:first-child{
  	padding-bottom:0;
  }
  .module.p21_table_1 table td:last-child{
  	padding-top:0;
  }
  /************page 22 access*****************/
  .module.p22_table_1 table th{
  	padding-bottom:0;
  }
  .module.p22_table_1 table td{
  	padding-top:0;
  }
  
  /**************page 4****************/
  #content .p4_module_3 .row_inner{
  	padding:15px;
  }
  #content .p4_module_4 .row_inner,
  #content .p4_module_2 .row_inner {
    padding: 40px 15px;
  }
  
  .module.p5_table_1 table td:first-child,
  .module.p5_table_2 table td:first-child,
  .module.p5_table_3 table td:first-child{
  	padding-bottom:0;
  }
  .module.p5_table_1 table td:last-child,
  .module.p5_table_2 table td:last-child,
  .module.p5_table_3 table td:last-child{
  	padding-top:0;
  }
  
  body #body .module .wpcf7 table tbody tr th,
	body #body .module .wpcf7 table tbody tr td{
	border-bottom: 0;
  }
  body #body .module .wpcf7 table tbody tr:last-child td{
  	border-bottom: solid 1px #ccc;
  }
  body #header #site-logo{
  	float:none;
    padding:15px 0 0;
  }
  /*--*/
    body #body .h-s-text{
  	right:0;
  }
  body #body .h-s-image-bg{
   	 
  }
    /**************?page_id=3419****************/
  body #content .module.p4_list_2 ul li{
  width:100%;
  }
  body #content .module.p4_list_1 ul li a{
    margin: 0 0 10px 0;
  }
      /**************footer****************/  
  #footerwrap .module.ft_text_1 ul li:last-child a{
    width: 165px;
    background: url(../../uploads/ft_icon_mail.png)center left 22px no-repeat,#ababab;
    padding: 9px 0 8px 50px;
  }
}


/*media screen*/
@media screen and (max-width: 680px) {

  #footerwrap .module.ft_text_1 ul li:first-child{
  	float:none;
    margin:0 0 10px;
    text-align:center;
  }
  #footerwrap .module.ft_text_1 ul li:last-child{
  	float:none;
  }
  #footerwrap .ft_text_2{
  	font-size:13px;
  }
  #footerwrap .module.ft_text_3 ul li{
  	font-size:12px;
  }
  #pagewrap .module.top_text_1 .module-title {
    font-size: 21px;
  }
  #pagewrap .module.top_t2 .fancy-heading,
  #pagewrap .module.top_t3 .fancy-heading{
  	padding:0 30px;
  }
  
  /**************page 2*****************/
  #content .p2_module_2 .row_inner {
    padding: 48px 10px 30px;
	}
  #pagewrap .module.p2_text_1 .module-title{
  	font-size:24px;
  }
  /***************page 22*********************/
  .module.p22_text_1 {
    padding: 30px 0 0;
	}
  .module.p22_text_2 {
    padding: 13px 0 0;
	}
  #content .mw990 .row_inner{
    padding: 10px;
  }
  #content .p22_module_1 .row_inner{
  padding:10px;
  }
  #content .p22_module_2 .row_inner{
    padding:15px 10px 0 10px;
  }
  #content .p22_module_2_2 .row_inner{
    padding:5px 10px 0 10px;
  }
  #content .p22_module_3 .row_inner{
    padding:15px 10px 15px 10px;
  }
    /**************page 4****************/
  #content .module.p4_list_1 ul li{
  	float:none;
    margin:0 auto;
  }
  #content .module.p4_list_1 ul li:first-child{
  	margin:0 auto 20px;
  }
  #pagewrap .module.p21_t1 .module-title {
    font-size: 20px;
  }
  
  #pagewrap .module.p2_t1 .module-title span{
  	font-size: 20px;
    padding: 0 60px;
  }
  #pagewrap .module.p22_t1 .module-title {
    font-size: 24px;
    line-height: 1.2;
  }
  #pagewrap .module.p4_text_3 .module-title{
    font-size:20px;
  }
  #pagewrap .module.p4_accor_1.module-accordion .accordion-title{
    font-size:22px;
  }
  /**************page 3****************/  
  #pagewrap .module.p3_t1 .module-title{
    font-size:26px;
  }
  
  body #body .h-s-text{
  	position:static;
  }
  .h-s-low3 .module-image img{
  	height:auto;
  }
  .h-s-low3-text{
  	margin-top:0;
  }
  .h-s-low3-text p{
  	padding:10px;
  }
  
  #pagewrap .module.p4_text_1 .module-title{
    font-size:18px;
  }
  
  #pagewrap .module.p16_text_1 .module-title{
    font-size:20px;
  }
}

body .id-photo.module-gallery{
    max-width: 1100px;
    margin: 0 auto;
    background: url(../../uploads/p2_bg_3.png)top left;
    padding: 30px 30px 15px 30px;
    display: flex;
    flex-wrap: wrap;
}

body .id-photo.module-gallery .gallery-item{
	display:flex;
  align-items:center;
  justify-content: center;
}