@charset "utf-8";
/*
Theme Name: toyama_child
Template: toyama
Author: innovesta
Author URI: http://www.innovesta.net
*/

/*========================*/

/*1.WRAP
============*/
/*2.HEADER
============*/
/*3.SLIDER
============*/
/*4.CAMPAIGN
============*/
/*5.CAMPAIGN_SINGLE
============*/
/*6.REASON
============*/
/*7.REASON_SINGLE
============*/
/*8.POINT
============*/
/*9.CASE
============*/
/*10.CASE_ARCHIVE
============*/
/*11.CASE_SINGLE
============*/
/*12.LEAVE
============*/
/*13.LEAVE_SINGLE
============*/
/*14.VOICE
============*/
/*15.VOICE_ARCHIVE
============*/
/*16.VOICE_SINGLE
============*/
/*17.COMPANY
============*/
/*18.BLOG
============*/
/*19.BLOG_ARCHIVE
============*/
/*20.BLOG_SINGLE
============*/
/*21.MASSAGE
============*/
/*22.FLOW
============*/
/*23.CONTACT
============*/



/*18.HOUSE
============*/
/*19.FLOW
============*/
/*20.CREATE
============*/


/*========================*/

main {
	overflow: hidden;
}

.em {font-size:1.2em;}

/*fade
***************/
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 150px);
    transition : all 1500ms;
}
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/*========================
２．HEADER
========================*/
.head_item {
	width: 50%;
	max-width: 500px;
}

.header_logo {
	width: 315px;
}

.head_item2 {
	width: 40%;
	max-width: 500px;
}

.head_item2_1,.head_item2_2 {
	width: 50%;
	max-width: 200px;
}

.head_item3 p {
    background: #f0e9e2;
    font-size: 15px;
    padding: 2px 8px;
    transition: all 0.5s;
    box-sizing: border-box;
}

/*
nav
******************/
nav.main_nav {
	background: #f6cf18;
	border-top: 4px solid #4a3a26;
	border-bottom: 4px solid #4a3a26;
	padding: 1% 0;
}

nav.main_nav ul {
	width: 100%;
	display: table;
	border-collapse: separate;
}

nav.main_nav ul li {
	color: #000;
	font-size: 14px;
	width: 12%;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #000;
}

nav.main_nav ul li:last-child {
	border-right: 1px solid #000;
}

nav.main_nav ul li a { padding: 1% 0; }

nav.main_nav ul li a.active {
	color:#ccc;
	background:#5A413A;
}

nav.main_nav ul li a:hover { color: #ccc; }


/*
toggle
**************/
.fixed {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    transition: 0.5s;
    background: #fff; 
}

#toggle_menu {
	display: none;
}


/*========================
３．SLIDER
========================*/
/* 画像レイアウト
========================*/
.slide_box {
	background: url(img/gallery_top_bg.gif) left top repeat;
	border-top: 2px solid #f6cf18;
}

.wideslider{   
    margin:0px;
}


.top_slide {
    position: relative;
    left: 50%;
    width: 300%;
    margin-left: -150%;
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
    min-height: 170px;
    object-fit: cover;
}

.bx-viewport {
    max-height: 654px;
}


/* ページャー
========================*/

.bx-pager {
    text-align: center;
    bottom: 15px !important;
    position: absolute;
    width: 100%;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: inline-block;

}

.bx-default-pager a {
    background: #c8ecff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-default-pager a:hover,
.bx-default-pager a.active {
    background: #00aeff;
}
 
 
/*========================
    ClearFixElements
========================*/
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/*========================
４．CAMPAIGN
========================*/
#top_contact {
	background: url(img/top_contact_bg.jpg) center top no-repeat;
	background-size: cover;
}

.campaign {
	width: 49%;
	max-width: 480px;
	background: #f6cf18;
	border: 4px solid #000;
	box-sizing: border-box; 
}

.campaign .bx-wrapper .bx-prev,.campaign .bx-wrapper .bx-next { display: none; }


/*========================
５．CAMPAIGN_SINGLE
========================*/
#campaign .box01 {
	background: url(img/top_point_bg.jpg) left top repeat;
	border: 3px solid #867562;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#campaign .box01_child {
	padding: 20px;
	box-sizing: border-box;
}

#campaign .item {
	background: url(img/item_child03_2_bg.gif) left top repeat;
	border: 3px solid #867562;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#campaign .item:last-child { margin-bottom: 0px; }

#campaign .item p {
	font-size: 14px;
	font-weight: bold;
	line-height: 2em;
}

#campaign .item_child {
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

#campaign .item_child02 {
	background: url(img/item_child02_bg.png) right bottom -50px no-repeat;
	margin-bottom: 10px;
	box-sizing: border-box;
}

#campaign .item_child03 {
	background: #fff;
	width: 674px;
	border: 3px solid #867562;
	box-sizing: border-box;
	position: absolute;
	margin: auto;
}

#campaign .item01 .item_child03 { top: 54%; }
#campaign .item02 .item_child03 { top: 51%; }
#campaign .item03 .item_child03 { top: 51%; }

#campaign .item_child03_2 {
	text-align: left;
	letter-spacing: -1px;
	padding: 15px;
}

#campaign .item_link { width: 600px; }
	
#campaign .item01 .item_link { margin: 42% auto 0; }
#campaign .item02 .item_link { margin: 50% auto 0; }
#campaign .item03 .item_link { margin: 50% auto 0; }

#campaign .txtbox{top: inherit; position: relative;}
#campaign .item01 .n_btn { margin-top: 20px;}
#campaign .item .notes {font-size: 16px; color: #fe0000; margin-top: 15px; line-height: 1.5; text-align: left;}
#campaign .add_box01 {margin-top: 50px;}
#campaign .img02_icon {position: absolute; right: -15px; top: -40px; width: auto;}
#campaign .item .add_txt01 {margin-top: 20px; font-size: 18px; color: #ff0000;}

#SDGs_box {background: url("img/index/SDGs_bg.jpg")top left repeat;}
#SDGs_box .inner {padding: 50px 0;}
#SDGs_box .right_box {margin-left: 50px;}
#SDGs_box .right_box .over {margin-bottom: 20px; line-height: 1;}
#SDGs_box .right_box .txt01 {font-size: 70px; font-weight: bold;}
#SDGs_box .right_box .txt02 {font-size: 16px; font-weight: bold; letter-spacing: 1px; margin-top: 10px;}
#SDGs_box .right_box .txt03 {font-size: 14px; line-height: 2; text-align: left;}
#SDGs_box .txt04 {font-size: 20px; margin-top: 40px; font-weight: bold;}






/*========================
６.REASON
========================*/
#top_reason {
	background: url(img/top_reason_bg.jpg) center center no-repeat;
	background-size: cover;
}

.top_reason_box {
	width: 960px;
	margin: auto;
	background: #f8f1e2;
	border: 4px solid #7f653f;
	box-sizing: border-box;
	position: relative;
}

.top_reason_title {
	width: 760px;
	margin-bottom: 20px;
}

.top_reason_cap {
	width: 365px;
	position: absolute;
	top: 0;
	right: 0;
}

.top_reason_link {
	width: 72%;
	max-width: 460px;
	box-sizing: border-box;
}

.reason_item01 {
	width: 49%;
	max-width: 440px;
	margin-bottom: 20px;
}

.reason_item02 {
	width: 32%;
	width: 290px;
}


/*========================
７.REASON_SINGLE
========================*/
#reason .box01 {
	border-top: 3px solid #7f653f;
	border-left: 3px solid #7f653f;
	border-right: 3px solid #7f653f;
	box-sizing: border-box;
}

#reason .box02 {
	border-bottom: 3px solid #7f653f;
	border-left: 3px solid #7f653f;
	border-right: 3px solid #7f653f;
	box-sizing: border-box;
}

#reason .box02_child {
	background: #f8f1e2;
	padding: 14px;
	box-sizing: border-box;
}

#reason .item {
	background: #fff;
	border: 2px solid #000;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#reason .item:last-child { margin-bottom: 0px; }

#reason .item p {
	font-size: 14px;
	font-weight: bold;
}

#reason .item_child {
	padding: 20px;
	box-sizing: border-box;
}

#reason .item_child .flex p,#reason .item_child .flex img { width: 49%; }

#reason .item_child02 {
	background: url(img/item_child_bg.gif) left top repeat; 
	border: 3px solid #7f653f;
	padding: 15px;
	box-sizing: border-box;
}

#reason .item_child02_cap {
	background: #efeae5;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#reason .item_child02_cap p {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	margin: auto;
}

#reason .item_child03 {
	background: url(img/item_child03_bg.gif) left top repeat; 
	border: 3px solid #d9cd39;
	padding: 15px;
	box-sizing: border-box;
}

/*========================
８．TOP_POINT
========================*/
#top_point { background: url(img/top_point_bg.jpg) left top repeat; }

.top_point_title {
	width: 84.5%;
	max-width: 845px;
}

.top_point_item {
	width: 31%;
	max-width: 315px;
	box-sizing: border-box;
}


/*========================
９．TOP_CASE
========================*/
#top_case{
	background-image: url(img/case_top_bg02.png),
						url(img/gallery_top_bg.gif);
	background-repeat: no-repeat,
						repeat;
	background-position: center,
							left top;
	background-size: cover,
						auto;
}

.case_top_title {
	width: 51%;
	max-width: 510px;
}

.case_top_cap {
	width: 41.5%;
	max-width: 415px;
}

.case_top_archive_link {
	width: 50%;
	max-width: 500px;
}

/*
case_item
*******************/
#case_list:after{
  content:"";
  display: block;
  width:30%;
}

.case_item {
	width: 23.5%;
	max-width: 320px;
}

.case_img img {
	height: 150px;
	border: 4px solid #000;
	box-sizing: border-box; 
	object-fit: cover;
}

.case_no {
	width: 114px;
	height: 63px;
	margin-right: 2%;
}

.case_item:nth-child(1) .case_no {
	background: url(img/case_no.png) center center no-repeat;
}

.case_item:nth-child(2) .case_no {
	background: url(img/case_no02.png) center center no-repeat;
}

.case_item:nth-child(3) .case_no {
	background: url(img/case_no03.png) center center no-repeat;
}

.case_item:nth-child(4) .case_no {
	background: url(img/case_no04.png) center center no-repeat;
}

.case_item:nth-child(5) .case_no {
	background: url(img/case_no05.png) center center no-repeat;
}

.case_item:nth-child(6) .case_no {
	background: url(img/case_no06.png) center center no-repeat;
}

.case_item:nth-child(7) .case_no {
	background: url(img/case_no07.png) center center no-repeat;
}

.case_item:nth-child(8) .case_no {
	background: url(img/case_no08.png) center center no-repeat;
}

.case_txt p {
	font-size: 13px; margin-top: 5px;
}

/*========================
１０．CASE_ARCIVE
========================*/
/*
case_item
*******************/
#case_arcive_list {
	background: url(img/gallery_top_bg.gif) left top repeat;
	padding: 20px 20px 0px;
	box-sizing: border-box;
}

#case_arcive_list:after{
  content:"";
  display: block;
  width:49%;
}

.case_arcive_item {
	width: 49%;
	max-width: 390px;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5eb;
	border: 2px solid #000; 
}

.case_arcive_img img {
	height: 200px;
	object-fit: cover;
	box-sizing: border-box;
}

.case_arcive_link {
	color: #fff;
	background-color: #836741;
	background-image: url(img/gallery_arcive_link.gif);
	background-repeat: no-repeat;
    background-position: right center;
	width: 80%;
	text-align: center;
	padding: 2% 0;
	border-bottom: 4px solid #4d3c26;
	box-sizing: border-box;
	transition: all 0.5s;
}


/*========================
１１．CASE_SINGLE
========================*/
.case_page_img { box-sizing: border-box; }

/*before
***********/
.case_page_img .before {
	max-width: 320px;
	box-sizing: border-box;
}

.case_page_img .before_img {
	border: 4px solid #156d9d;
	box-sizing: border-box;
}

.case_before {
	max-width: 148px;
	margin: auto;
}

/*after
***********/
.case_page_img .after {
	max-width: 320px;
	box-sizing: border-box;
}

.case_page_img .after_img {
	border: 4px solid #f6cf18;
	box-sizing: border-box;
}

.case_after {
	max-width: 128px;
	margin: auto;
}

.case_page_img .case_arrow {
	max-width: 59px;
	margin-bottom: 45px;
}

.case_box {
	background: url(img/gallery_top_bg.gif) left top repeat;
	border: 2px solid #000;
	padding: 15px;
	box-sizing: border-box;
}

.single_case_list {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px 20px 10px;
	box-sizing: border-box;
}

.single_case_list .flex:after {
	content: "";
	display: block;
	width: 33%;
	max-width: 200px;
}

.single_case_title {
	border-bottom: 2px solid #f6ce18;
}

.single_case_img {
	width: 200px;
	height: 123px;
	margin-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.single_case_img img {
	height: 123px;
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover;'
}

.case_txt_box {
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	box-sizing: border-box;
	word-break: break-word;
}


/*========================
１２．LEAVE
========================*/
#top_leave {
	background: url(img/leave_top_bg.jpg) left top no-repeat;
	background-size: cover;
}

.top_leave_box {
	background: url(img/leave_top_bg.gif) left top repeat;
	border: 4px solid #8a8076;
	padding: 20px;
	box-sizing: border-box; 
}

.leave_top_title_cap { width: 358px; }

.leave_top_title { width: 524px; }

.top_leave_item {
	width: 31%;
	max-width: 315px;
	box-sizing: border-box;
}


/*========================
１３．LEAVE_SINGLE
========================*/
#leave .box01 {
	border: 3px solid #7f653f;
	box-sizing: border-box;
}

#leave .box02 {
	box-sizing: border-box;
}

#leave .box02_child {
	background: #f8f1e2;
	padding: 14px;
	box-sizing: border-box;
}

#leave .box02_child_item { width: 220px; }

#leave .item {
	background: #fff;
	border: 4px solid #47382e;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#leave .item:last-child { margin-bottom: 0px; }

#leave .item02 { border: 4px solid #335825; }
#leave .item03 { border: 4px solid #3e6893; }

#leave .item04 .item_child h3.title {
	font-size: 34px;
    font-weight: 900;
    color: #302518;
    line-height: 1.2em;
    margin-bottom: 20px;
}

#leave .item p {
	font-size: 14px;
	font-weight: bold;
}

#leave .item_child {
	padding: 20px;
	box-sizing: border-box;
}

#leave .item_child .flex p,#leave .item_child .flex img { width: 49%; }

#leave .item04_child_item {
	width: 32%;
	max-width: 200px;
}
#leave .item04 .item04_child_item img { margin-bottom: 7px; }
#leave .item04 .item04_child_item img,#leave .item04 .item04_child_item p { width:100%;}

#leave .item_child02 {
	background: url(img/gallery_top_bg.gif) left top repeat; 
	border: 3px solid #000;
	padding: 15px;
	box-sizing: border-box;
}

#leave .item_child02_list {
	background: url(img/item_child02_list_bg.png) right bottom no-repeat;
}

#leave .item_child02_list li {
	text-align: left;
	font-weight: bold;
	padding-left: 2em;
	background: url(img/item_child02_list_check.png) left center no-repeat;
	margin-bottom: 10px;
	background-size: contain;
}

#leave .item_child02_list li:last-child { margin-bottom: 0px; }

#leave .item_child03 {
	background: url(img/item_child03_2_bg.gif) left top repeat; 
	border: 3px solid #867562;
	box-sizing: border-box;
}

#leave .item02 .item_child03 { border: 4px solid #335825; }
#leave .item03 .item_child03 { border: 4px solid #3e6893; }
#leave .item04 .item_child03 { border: 3px solid #ffc72e; }

#leave .item_child03_2 { padding: 15px; }


/*========================
１４．VOICE
========================*/
#top_voice {
	background: url(img/gallery_top_bg.gif);
	background-repeat:　repeat;
	background-position: left top;
}

.voice_top_title {
	width: 95.9%;
	max-width: 959px;
}


/*
slide
****************/
.voiceslider {
    overflow:hidden;
    position:relative;
    width:100%;
}

.voiceslider #sliderInner {
    position:relative;
    width:1000px;
    max-width: 1000px;
    margin: auto; 
}
.voiceslider #sliderInner li {
	background: #f0e9e1;
	padding: 20px; 
    border: 4px solid #888;
    box-sizing: border-box; 
}

.voiceslider li:nth-child(1):before,.voiceslider li:nth-child(4):before,.voiceslider li:nth-child(7):before {
	content: "";
    position: absolute;
    background: url(img/voice_top_list_no02.png) center no-repeat;
    padding: 23px 128px;
    background-size: contain;
    bottom: 64px;
    left: 20px;
    z-index: 1;
}

.voiceslider li:nth-child(2):before,.voiceslider li:nth-child(5):before,.voiceslider li:nth-child(8):before {
	content: "";
    position: absolute;
    background: url(img/voice_top_list_no03.png) center no-repeat;
    padding: 23px 128px;
    background-size: contain;
    bottom: 64px;
    left: 20px;
    z-index: 1;
}

.voiceslider li:nth-child(3):before,.voiceslider li:nth-child(6):before,.voiceslider li:nth-child(9):before {
	content: "";
    position: absolute;
    background: url(img/voice_top_list_no.png) center no-repeat;
    padding: 23px 128px;
    background-size: contain;
    bottom: 64px;
    left: 20px;
    z-index: 1;
}

.voiceslider .bx-wrapper img {
    width: 100%;
	height: 500px;
    object-fit: cover;
	font-family: 'object-fit: cover;'
}

.voiceslider #slideFilterL, .voiceslider #slideFilterR {
    position:absolute;
    top:0;
    width:1000px;
    height:250px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:rgba(0,0,0,0);
}
.voiceslider #slideFilterL {
    left:0;
}
.voiceslider #slideFilterR {
    right:0;
}

.voiceslider .bx-wrapper {
    margin:0 auto;
    position:relative;
    background: rgba(0,0,0,0);
}

.voiceslider .bx-wrapper .bx-viewport {overflow: visible !important;}

.voiceslider .bx-wrapper .bx-pager {
    margin:0 auto;
    width:1000px;
    background:#fff;
}

/* コントローラー */
.voiceslider .bx-wrapper .bx-prev {
    left:-2%;
    background:url(img/voice_top_slide_prev.png) center center no-repeat;
}

.voiceslider .bx-wrapper .bx-next {
    right:-2%;
    background:url(img/voice_top_slide_next.png) center center no-repeat;
}

.voiceslider .bx-wrapper .bx-controls-direction a {
    position:absolute;
    display: none;
    top:45%;
    outline:0;
    width:59px;
    height:60px;
    text-indent:-9999px;
    z-index:9999;
}

.voiceslider .bx-wrapper:hover .bx-controls-direction a {
	display: block;
}


/* ページャー */
.voiceslider .bx-wrapper .bx-pager {
    padding-top:20px;
    text-align:center;
    font-size:.85em;
    font-family:Arial;
    font-weight:bold;
    color:#666;
}

.voiceslider .bx-wrapper .bx-pager .bx-pager-item,
.voiceslider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}

.voiceslider .bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#666;
}

.voiceslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.voiceslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#000;
}


/*========================
１５．VOICE_ARCHIVE
========================*/
#thanks_arcive_list {
	background: url(img/gallery_top_bg.gif) left top repeat;
	padding: 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.thanks_arcive_item {
	background: #f8f1e2;
	border: 2px solid #836741;
	box-sizing: border-box;
}

.thanks_arcive_img {
	box-sizing: border-box;
}

.thanks_arcive_link {
	max-width: 301px;
}


/*========================
１６．VOICE_SINGLE
========================*/
#single_voice .gallery_page_img {
	padding: 10px;
	border: 1px solid #836741;
	box-sizing: border-box;
}
#single_voice table {width: auto!important; height: auto!important;}
#single_voice tr td:nth-child(1) {width: auto!important;word-break: keep-all;}
#single_voice tr td:nth-child(n + 2) {width: 100%!important;}


/*========================
１７．COMPANY
========================*/
#top_company {
	background: url(img/top_point_bg.jpg) left top repeat;
}

.company_top_item {
	width: 48%;
	max-width: 480px;
}


/*========================
１８．BLOG
========================*/
#top_blog {
	background: url(img/top_blog_bg.png) center;
	background-size: cover; 
}

.top_blog_title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.top_blog_arcive_link {
	width: 172px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 5px;
	border: 2px solid #000;
	background: #4ac456;
	box-sizing: border-box;
}

.top_blog_archive_box {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
}

.top_blog_archive_box .top_blog_item {
	border-top: none;
	border-bottom: 1px solid #ccc; 
	transition: all 0.3s;
	padding: 10px 0;
}

.top_blog_archive_box .top_blog_txt_item01 {
	width: 8em;
}

.top_blog_archive_box .top_blog_item:last-child {
	margin-bottom: 0 !important;
}

/*========================
１９．BLOG_ARCIVE
========================*/
.blog_archive_box {
	background: url(img/gallery_top_bg.gif) left top repeat;
}

.blog_archive_box #blog_list {
	background: #fff;
}

.blog_archive_box .blog_item {
	border-top: none;
	border-bottom: 1px solid #ccc; 
	transition: all 0.3s;
}

/*
blog_item
*******************/


/*========================
２０．BLOG_SINGLE
========================*/
.single_blog {
	background: url(img/gallery_top_bg.gif) left top repeat;
}

.single_blog img {
	margin: 10px 0;
}

h2.page_title_child {
	border-bottom: 2px solid #f6cf18;
}

.entry {
	background: #fff; 
	padding: 20px;
}


/*========================
２１．MASSAGE
========================*/
#top_message {
	background: url(img/massage_bg.jpg) center center no-repeat;
	background-size: cover;
}

.top_massege_box {
	background: #443522;
	padding: 50px 40px;
}

.top_massage_title {
	font-size: 2.5em;
	font-weight: normal;
	color: #fff;
}

.top_massege_txt { width: 625px; }

.top_massege_img { width: 244px; }

.top_massege_archive_link { width: 300px; }


/*========================
２２．FLOW
========================*/
#flow .box01 {
	border-top: 3px solid #4a3a26;
	border-left: 3px solid #4a3a26;
	border-right: 3px solid #4a3a26;
	box-sizing: border-box;
}

#flow .item {
	border: 3px solid #4a3a26;
	border-bottom: none;
	background: #f8f1e2;
	padding: 14px;
	box-sizing: border-box;
}

#flow .item_last {
	border-bottom: 3px solid #4a3a26;
	margin-bottom: 20px;
}

#flow .item p {
	font-size: 14px;
	font-weight: bold;
}

#flow .item01_bg {
	background: url(img/flow_item01_bg.png) right bottom no-repeat;
}

#flow .item_box img {
	width:42%;
	max-width: 280px;
	height: auto;
	}

#flow .item_box p {
	background: rgba(255,255,255,0.7);
	border-top: 2px solid #534330;
	border-right: 2px solid #534330;
	border-bottom: 2px solid #534330;
	padding: 10px;
	box-sizing: border-box;
}

#flow .item_box02 p,#flow .item_box02 img { width:49%; }

#flow .item_child .flex p,#flow .item_child .flex img { width: 49%; }
#flow .item_child .flex a img { width: 100%; }

#flow .item_child {
	background: url(img/top_point_bg.jpg) left top repeat; 
	border: 3px solid #7f653f;
	padding: 15px;
	box-sizing: border-box;
}

#flow .item01 .item_child {
	background: url(img/flow_item_child_bg.gif) left top repeat; 
	border: 3px solid #f9900b;
	padding: 15px;
	box-sizing: border-box;
}

#flow .item01 .item_child_title {
	color: #fff;
	font-size: 32px;
	padding: 10px 0;
	font-weight: bold;
	background: #f9900b;
}

#flow .item_child_cap {
	background: rgba(255,255,255,0.7);
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#flow .item_child_cap p {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
	margin: auto;
}

#flow .item_child03 {
	background: url(img/item_child03_bg.gif) left top repeat; 
	border: 3px solid #d9cd39;
	padding: 15px;
	box-sizing: border-box;
}


/*========================
２２．COURSE
========================*/
#course p,#course dl {
	font-size: 14px;
	font-weight: bold;
}

#course .box01 .item01 { border: 4px solid #f6cf18; }
#course .box01 .box_child {
	background: url(img/course_box01_bg.png),url(img/course_bg.png);
	background-position: left top,left top;
	background-repeat: repeat-x,repeat-y;
	padding: 0 20px 0;
	box-sizing: border-box;
}

#course .box01 .item {
	background: #fff; 
	border: 4px solid #625640;
	padding: 20px;
	box-sizing: border-box; 
}

#course .box01 .item_child {
	width: 49%;
	max-width: 310px;
	background: url(img/flow_item_child_bg.gif) left top repeat;
	border: 4px solid #918978;
	padding: 15px;
	box-sizing: border-box;
}

#course .box01 .item_child h2 {
	color: #5c8f18;
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #333;
	position: relative;
}
#course .box01 .item_child h2:nth-child(1):before {
	content: url(img/course_box01_item_child_title.png);
	position: absolute;
	top: -30px;
	left: -30px;
}
#course .box01 .item_child:nth-child(2) h2:before { content: url(img/course_box01_item_child_title02.png); }
#course .box01 .item_child:nth-child(3) h2:before { content: url(img/course_box01_item_child_title03.png); }
#course .box01 .item_child:nth-child(4) h2:before { content: url(img/course_box01_item_child_title04.png); }

#course .box02 { background: url(img/course_bg.png) left top repeat-y; }
#course .box02 .box_child {
	padding: 0 20px 20px;
	box-sizing: border-box;
}

#course .box02 h1.item01 {
	margin-bottom: 20px;
	position: relative;
}
#course .box02 h1.item01:before {
	content: url(img/course_box02_item01_cap.png);
	position: absolute;
	top: -30px;
	left: 20px;
}

#course .box02 .item {
	padding: 20px;
	box-sizing: border-box;
}

#course .box02 .item01 { background: #867562; }
#course .box02 .item01-2 { background: #379574; }
#course .box02 .item02 { background: #5a80ab; }

#course .box02 .item .child {
	background: #fff;
	border: 6px solid #f6cf18;
}
#course .box02 .item .child_box {
	padding: 20px;
	box-sizing: border-box;
}

#course .item01 .child01 h3 { position: relative; }
#course .item01 .child01 h3:before {
	content: url(img/course_box02_child_cap.png);
	position: absolute;
	top: -25px;
	right: -20px;
}

#course .child_box .flex dl,#course .child_box .flex img { width: 49%; }

#course .child_box .flex dl { text-align: left; }
#course .child_box .flex dl dt:nth-of-type(1) img { width: 134px; }
#course .child_box .flex dl dt:nth-of-type(2) img { width: 217px; }
#course .child_box .flex dl dt:nth-of-type(3) img { width: 96px; }

#course .child_box .flex dl dt { margin-bottom: 10px; }
#course .child_box .flex dl dd { margin-bottom: 15px; }
#course .child_box .flex dl dd:last-child { margin-bottom: 0px; }


/*========================
２３．CAMPANY
========================*/
#company { font-size: 14px; }

#company table.company {
	width: 100%;
	border: 2px solid #643c3c;
	border-collapse: separate;
    border-spacing: 0px;

}

#company table.company th, table.company td {
	text-align: left;
	vertical-align: middle;
	border-bottom: #643c3c solid 1px;
	line-height: 2.5em;
	padding: 1em 16px;
	box-sizing: border-box;
}

#company table.company th {
	background: #eee;
	font-weight: bold;
	width: 21%;
    max-width: 146px;
}

#company .company_message {
	background: url(img/gallery_top_bg.gif) left top repeat;
	border: 3px solid #000;
}

#company .box_child_img { width: 44%; }
#company .box_child_txt { width: 54%; text-align: left;}

#company .company_message h3 {
	color: #7f653f;
	font-size: 22px;
	font-weight: bold;
}

#company .policy {
	text-align: left;
	border: 1px solid #909090;
	padding: 20px;
	box-sizing: border-box;
}

#company .policy_title_child {
	background: #eee;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 20px;
}

#company .policy dt { font-weight: bold; }
#company .policy dd { margin-bottom: 1em; }
#company .policy dd:last-child { margin-bottom: 0px; }


/*========================
５．CONTACT_SINGLE
========================*/
#contact .box01 {
	background: url(img/top_point_bg.jpg) left top repeat;
	margin-bottom: 20px;
	box-sizing: border-box;
}

#contact .box01_child {
	padding: 20px;
	box-sizing: border-box;
}

#contact .top_point_item { width: 32%; }



/*========================
CONTACT_FORM
========================*/
.contact_table {
	width: 100%;
	border: 1px solid #643c3c;
	border-collapse: separate;
    border-spacing: 0px;
}

.contact_table th, .contact_table td {
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	border-bottom: #643c3c solid 1px;
	line-height: 2.5em;
	padding: 10px 16px;
	box-sizing: border-box;
}

.contact_table th {
	width: auto;
	background: #eee;
	font-weight: bold;
}

.contact_table input, .contact_table textarea {
    width: 100%;
    min-width: 270px;
    line-height: 2em;
    display: block;
}

.mwform-radio-field input {
    margin-right: 5px;
    min-width: auto;
    display: inline-block;
    width: auto;
}

.radio_box { width: 55%; }

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0px !important;
	margin-right: 10px;
}

/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
background:url(img/input_btn.jpg) no-repeat;
width: 84%;
max-width:600px;
padding-top: 13%;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

/*戻るボタン用*/
input[name="submitBack"] {
display: none;
}

/*送信ボタン用*/
.mw_wp_form_confirm .btn input{
background:url(img/confirm_btn.jpg) no-repeat;
width: 84%;
max-width:600px;
padding-top: 13%;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

h2.contact_end {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 1em 0; 
	background: #fff;
	border: 4px solid #f6cf18;
	box-sizing: border-box;
}






/*========================
MAP
========================*/
.map {
	background: linear-gradient(180deg,#fff 50%,rgba(0,0,0,0) 75% ) , url(img/map_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

/*========================
		googleMAP
========================*/
.ggmap {
position: relative;
padding-bottom: 70%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*========================
ページ設定
========================*/
.page_title {
	background: url(img/top_point_bg.jpg) left top repeat;
	border-top: 3px solid #643c3c;
	border-bottom: 3px solid #643c3c;
	border-right: 3px solid #643c3c;
	border-left: 6px solid #643c3c;
	text-align: left;
	padding-left: 1em;
}

.child_title {
	background: url(img/child_title_bg.gif) left top repeat;
	border-bottom: 2px solid #f6cf18;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

h3.child_title {
	font-weight: bold;
	background: #d2f0d5;
	border-left: 4px solid #4ac456;
	border-bottom: none;
	padding: 10px;
	text-align: left;
}

.single_page {
	width: 72%;
	max-width: 720px;
}

.page_thumb {
	background: url(img/gallery_top_bg.gif) left top repeat;
	border-top: 2px solid #f6cf18;;
}

.page_thumb img {
	width: 1200px;
	height: 200px;
	margin: auto;
	object-fit: cover;
}

.archive_cap {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

/*
記事詳細ページ
***************/

.previous-entries,.next-entries {
	color: #000;
    width: 80px;
    background: #ddd;
    padding: 6px 0;
    border: 2px solid #000; 
    box-sizing: border-box;
}

.gallery_entry {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 20px;
	margin: 0 10% 3px;
}

.nav_archive_btn {
	color: #fff;
	width: 150px;
	background: #836741;
	padding: 6px 0;
	border-bottom: 3px solid #4d3c26; 
    box-sizing: border-box;
}


/*ページネーション
*******************/
.paging {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
    text-align: center;
}
.paging-box {
	display: inline-block;
}
.paging span, .paging a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 文字色 */
	background: #000; /* 背景色 */
}
.page-of {display: none !important;}
.paging a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #ccc; /* マウスホバー時の背景色 */
}
.paging .current{
	padding: 10px 15px 10px 15px;
	color: #fff; /* 文字色 */
	background: #ccc; /* 背景色 */
}
@media only screen and (max-width: 413px) {
.paging {
	font-size: 12px;
	line-height: 12px;
}
.paging span, .paging a {
	padding: 8px 10px 8px 10px;
}
.paging .current{
	padding: 8px 10px 8px 10px;
}
}


/*========================
FOOTER
========================*/
.site_map {
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom; 
	background-color: #f0ece0;
}

.site_map a:hover {opacity: 0.5;}

.site_map_box ul {
	margin-right: 1em;
}

.site_map_box li {
	margin-bottom: 5px;
}

.site_map_box02 {
	width: 370px;
	background: #f8f6f0;
	border: 4px solid #826542;
	padding: 15px;
	box-sizing: border-box;
}

.footer_logo { width: 310px; }

.footer_item02 p {
	width: 49%;
    background: #e2d5c5;
    border: 2px solid #9e9e9d;
    font-size: 15px;
    padding: 2px 8px;
    transition: all 0.5s;
    box-sizing: border-box;
}

.copy {
	background: #ffd300;
}


/*========================
SIDEBAR
========================*/
.sidebar {
	width: 20%;
	max-width: 230px;
}

#side_list01,#side_list02,#side_list03,#side_list04,#side_list06 {
	padding: 10px;
	box-sizing: border-box;
}

#side_list01 {
	background: url(img/top_point_bg.jpg) left top repeat;
	border: 3px solid #4a3a26;
}

#side_list02 {
	background: #fff;
	border: 3px solid #7f653f;
}

#side_list03 {
	background: #f6cf18;
	border: 3px solid #4a3a26;
}

#side_list04 {
	background: url(img/side_list04_bg.gif) left top no-repeat;
}

#side_list06 {
	background: #f8f1e2;
	border: 3px solid #7f653f;
}

.side_about {
	background: url(img/side_about.jpg) top left no-repeat;
	background-size: cover;
	padding: 106% 3% 10%;
}

.side_btn {
	width: 49%;
	max-width: 89px;
}


/*========================
PAGETOP
========================*/
/*#page-top {
	background: #fff;
    bottom: 70px;
    right: 20px;
    line-height: 70px;
    z-index: 20;
}*/

/*========================
POP BANNER
========================*/
#pop_banner {
	background: url(img/pop_banner_bg.jpg) left top no-repeat;
	position: fixed;
	max-width: 900px;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 7px;
	z-index: 100;
}

.pop_banner_item {
	margin-left: 1px;
}

/*========================
POP_BANNER_CONTACT
========================*/
#pop_banner_contact {
	background: #fff; 
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 20;
}

.tk img {
	width: auto;
}

.ilb {
	font-size: 8px;
	color: #fff;
	display: inline-block;
}

.sitemap_wrap ul a {
	list-style: none;
	color: #000000;
}

.sitemap_wrap ul {
	list-style: none;
}

.halfleft {
	float: left;
	text-align: left;
}

.halfright {
	float: right;
	text-align: left;
}

.sitemap_wrap {
	width: 100%;
	height: auto;
	line-height: 180%;
	font-size: 25px;
	letter-spacing: 1.2px;
	overflow: hidden;
	clear: both;
	text-align: left;
}

.sitemap_wrap li {
	border-left: 3px solid #826543;
	padding: 2px 0px 2px 20px;
	margin-bottom: 30px;
}

.sitemap_wrap li.under {
	padding-left: 28px;
	margin-left: 15px;
	border: none;
}
.zenrikyo {margin-bottom: 20px; padding: 15px; border: 3px solid #643c3c;
	background: url(img/gallery_top_bg.gif) left top repeat;
	box-sizing: border-box;
}
.zenrikyo:after {
	content: "";
	display: block;
	clear: both;
}
.zenrikyo .left {float: left;
width: 52%;
	text-align: justify;
	font-size: 1.1em;
}
.akasi {
	width: 45%;
	float: right;
}