@charset "utf-8";

/*****************************
------------------------------
common
------------------------------
*****************************/
.disp_none {
	display: none;
}

.bgcolor01 {background-color: #004098;}
.bgcolor_gray {background: #eeeeee;}
.bgcolor_features {background: #FDEFEA}

.inner_max, .inner_big,.inner,.inner_mini,.inner_banner {width: 100%;	margin: 0 auto;}
.inner_max {max-width: 1200px;}
.inner_big {max-width: 1100px;}
.inner {max-width: 1000px;}
.inner_mini {max-width: 640px;}
.inner_banner {max-width: 800px;}

.mbm_m {margin-bottom: 60px;}
.mbm_l {margin-bottom: 70px;}
.mbl_s {margin-bottom: 80px;}
.mbl_m {margin-bottom: 90px;}
.mbl_l {margin-bottom: 100px;}

.tac {text-align: center;}

.js_disp_no {
	display: none;
}

.blogtop_wrap_all {
	margin-top: -50px;
	margin-bottom: 5px;
}


/*****************************
------------------------------
header
------------------------------
*****************************/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.mod_header {
	overflow: hidden;
	padding: 10px 40px 15px;
}

.header_logo {
    padding-top: 2px;
    float: right;
}

/*****************************
------------------------------
logo_block
------------------------------
*****************************/

#under .logo_block {
	width: 200px;
	position: fixed;
	top: 20px;
	right: 30px;
	z-index: 1000;
}

/*****************************
------------------------------
navbtn
------------------------------
*****************************/

.navbtn_def {
	width: 58px;
	height: 58px;
	padding: 15px 14px;
	cursor: pointer;
	transition: 0.5s;
}
.navbtn {
	border: 1px solid #fff;
	position: fixed;
	top: 20px;
	left: 20px;
	z-index: 999;
}

.navbtn_def:hover {
	opacity: 0.7;
}

.navbtn p {
	position: relative;
	width: 30px;
	height: 30px;
}

.navbtn p:before,
.navbtn p:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fff;
}

.navbtn p:before {
	top: 11px;
}

.navbtn p:after {
	top: 22px;
}

.navbtn span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 30px;
	height: 5px;
	background: #fff;
}

#top .navbtn {
	border: 1px solid #fff;
}


#top .navbtn p:before,
#top .navbtn p:after {
	background: #fff;
}

#top .navbtn span {
	background: #fff;
}

#top .navbtn.js_overmv {
	background: #fff;
}

#top .navbtn.js_overmv {
	border: 1px solid #000;
}

#top .navbtn.js_overmv p:before,
#top .navbtn.js_overmv p:after {
	background: #000;
}

#top .navbtn.js_overmv span {
	background: #000;
}

.closebtn {
	position: absolute;
	top: 20px;
	left: 20px;
	border: 1px solid #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.closebtn:before,
.closebtn:after {
	content: '';
	position: absolute;
	top: 27px;
	width: 30px;
	height: 2px;
	left: 14px;
	background: #fff;
}

.closebtn:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.closebtn:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*****************************
------------------------------
nav_block
------------------------------
*****************************/

.nav_block {
	position: fixed;
	top: 0;
	left: -100%;
	width: 460px;
	height: 100%;
	background: rgba(0,0,0,0.95);
	z-index: 1001;
	transition: 1s;
	overflow-y: auto;
	z-index: 1000;
}

.nav_block.on {
	left: 0;
}

.nav_block nav {
	margin-top: 130px;
}

.main_menu {
	margin-bottom: 40px;
}

.main_menu li {
	border-top: 2px solid #fff;
}

.main_menu > li:last-of-type {
	border-bottom: 2px solid #fff;
}

.main_menu li a {
	position: relative;
	display: block;
	font-size: 2.4rem;
	padding: 20px 40px;
	color: #fff;
	text-decoration: none;
}

.main_menu li .sub-menu a {
	padding-left: 60px;
}

.main_menu li a:before {
	content: '';
	position: absolute;
	top: 28px;
	right: 36px;
	width: 15px;
	height: 15px;
	border-bottom: 2px solid #fff;
	border-right:  2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*****************************
------------------------------
mv
------------------------------
*****************************/
.mv_block {
	background: #eeeeee;
}

.mv_block .inner_max {
	position: relative;
}

.slick-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	text-align: center;
}

.slick-dots li {
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}

.slick-dots li button {
	border-radius: 50%;
	background: #fff;
	width: 100%;
	height: 100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	cursor: pointer;
	opacity: 0.4;
}

.slick-dots .slick-active button {
	opacity: 1;
}

.slick-dots li:not(:last-of-type) {
	margin-right: 26px;
}

.slick-slide div {
	vertical-align: bottom;
}


/*****************************
------------------------------
ttl
------------------------------
*****************************/

.ttl_lv02 {
	font-size: 2.8rem;
	margin-bottom: 15px;
}

.ttl_maintxt {
	font-size: 4rem;
	margin-right: 40px;
}

.ttl_feature_num {
	font-size: 2rem;
	font-weight: bold;
	display: block;
}

.ttl_feature_num em {
	text-decoration: underline;
	font-size: 1.6rem;
	font-weight: normal;
}

.ttl_lv03 {
	font-size: 2.2rem;
	margin-bottom: 25px;
	font-weight: bold;
}

.s_marker {
	font-size: 2.8rem;
	background: #FAF8C7;
}

.ttl_lv03 .ttl_sub {
	margin-left: 30px;
}

.ttl_name {
	font-size: 2rem;
}

.ttl_top_lv02 {
	margin-top: 20px;
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 55px;
	line-height: 1.3;
	letter-spacing: 1px;
}

.ttl_top_lv02_jp {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 8px;
	text-indent: 8px;
}

.ttl_line_under {
	position: relative;
	margin-bottom: 70px;
}

.ttl_line_under:after {
	content: '';
	position: absolute;
	bottom: -35px;
	left: 50%;
	width: 30px;
	height: 1px;
	background: #000;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


.ttl_top_lv03 {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

.ttl_top_lv03 span {
	position: relative;
	background: #fff;
	padding: 0 17px;
	display: inline-block;
	z-index: 10;
	font-size: 2rem;
	letter-spacing: 1px;
}

.ttl_top_lv03:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-1px) translateX(-50%);
	transform: translateY(-1px) translateX(-50%);
	width: 294px;
	height: 1px;
	background: #000;
	z-index: 9;
}

.ttl_under_content {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

/*****************************
------------------------------
section
------------------------------
*****************************/

.section_catch {
	text-align: center;
	margin-bottom: 45px;
}

.section_in + .section_in .inner {
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #abaaaa;
}

#top .section_in + .section_in {
	margin-top: 90px;
}

.feature01 .section_in + .section_in .inner {
	border-top: none;
}

.feature02 .section_in + .section_in .inner {
	margin-top: 60px;
	padding-top: 50px;
}

.feature02 .section_in:last-of-type .inner {
	padding-bottom: 60px;
}

.section_in:last-of-type .inner {
	border-bottom: 1px solid #abaaaa;
	padding-bottom:45px;
}


.section_in + .section_in .inner-2 {
	margin-top: 45px;
	padding-top: 45px;
	border-top: 1px solid #abaaaa;
}

.section_in:last-of-type .inner-2 {
	border-bottom: 1px solid #abaaaa;
	background: #eee;
}

/*****************************
------------------------------
mod
------------------------------
*****************************/

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
col
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.col_block {
	position: relative;
}

.col02 .col_block {
	width: 48%;
}

.col02 .col_block:nth-of-type(2n+1) {
	margin-right: 4%;
}

.col02_fit .col_block {
	width: 50%;
}

.col03_fit .col_block {
	width: 50%;
}

.flex_unique01 .col_block:nth-of-type(2n+1) {
	width: 66%;
	margin-right: 6%;
}

.flex_unique01 .col_block:nth-of-type(2n) {
	width: 28%;
}

.flex_unique01 .voice_box {
	margin-top: 40px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_block_top
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_block_top {
	border-bottom: 2px solid #abaaaa;
	padding-bottom: 55px;
	margin-bottom: 55px;
}

.block_top_txt {
	font-size: 2rem;
	letter-spacing: 1px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_intro
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.intro_person {
	margin-bottom: 55px;
}

.intro_person p {
	text-align: center;
}

.intro_person p img {
	display: inline-block;
	vertical-align: bottom;
}

.intro_txt {
	margin-bottom: 50px;
}

.intro_info {
	margin-bottom: 30px;
}

.intro_info dl {
	letter-spacing: -0.4em;
}

.intro_info dt {
	display: inline-block;
	letter-spacing: 0;
}

.intro_info dd {
	display: inline-block;
	letter-spacing: 1px;
}

.intro_info dd+dt {
	margin-left: 30px;
}

.intro_point {
	padding: 15px 20px;
	margin-bottom: 60px;
}

.intro_point-2 {
	padding: 15px 20px;
	margin: 30px 0 60px;
}


.point_ttl {
	display: block;
	padding-left: 32px;
	background: url(../images/icon_point.png) left top 5px no-repeat;
	background-size: 26px auto;
	margin-bottom: 2px;
}

.section_item+.section_item {
	margin-top: 50px;
}

.mod_imgshow + .mod_menu {
	margin-top: 60px;
}

.mod_menu + .mod_pickup {
	margin-top: 70px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_news
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.ttl_news {
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.mod_news li {
	border-top: 1px solid #000;
	padding: 10px 10px;
	display: table;
	width: 100%;
}

.mod_news li:last-of-type {
	border-bottom: 1px solid #000;
}

.news_date {
	font-size: 1.2rem;
	display: table-cell;
	padding-right: 10px;
	width: 120px;
	vertical-align: top;
}

.news_txt {
	vertical-align: top;
	display: table-cell;
	font-size: 1.2rem;
}

.news_txt * {
	font-size: 1.2rem;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_flex
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.mod_flex_spno,
.mod_flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.mod_flex_spno-2,
.mod_flex-2 {
	margin-top: 30px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/*++++++++++++++++++++++++++++
s_stick_bottom
++++++++++++++++++++++++++++*/
.s_stick_bottom {
	position: absolute;
	left: 0;
	bottom: 0;
}

.s_stick_bottom-2 {
	left: 0;
	bottom: 0;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_summary
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.mod_summary {
	overflow: hidden;
}

.summary_img {
	float: left;
	width: 36%;
	margin-right: 4%;
}

.summary_detail {
	float: right;
	width: 60%;
}

.summary_txt {
	border-bottom: 1px solid #000;
	line-height: 2;
	letter-spacing: 1px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-size: 1.6rem;
}

.summary_info {
	overflow: hidden;
	letter-spacing: 2px;
}

.summary_info dt {
	clear: both;
	float: left;
	font-size: 1.6rem;
	font-weight: bold;
}

.summary_info dd {
	float: left;
	font-size: 1.7rem;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_easyshow
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_easyshow {
	overflow: hidden;
}

.easyshow_block {
	display: block;
	text-decoration: none;
	width: 31.33333%;
	float: left;
}

.easyshow_block:not(:nth-of-type(3n)) {
	margin-right: 3%;
}

#renew .easyshow_block {
	display: inline-block;
	text-decoration: none;
	width: 31.33333%;
	/*
	float: none;
	*/
}
#renew .easyshow_block:not(:nth-of-type(4n)) {
	margin-right: auto;
}
#renew .easyshow_block:not(:nth-of-type(3n)) {
	margin-right: 3%;
}

.easyshow_center {
	text-align: center;
}


.easyshow_name {
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 1px;
}

.easyshow_img {
	text-align: center;
	margin-bottom: 15px;
}

.easyshow_img img {
	display: inline-block;
	/*border: 2px solid #000;*/
	vertical-align: bottom;
}

.mod_easyshow .easyshow_txt {
	text-align: center;
	line-height: 1.9;
}

.stella {
	margin-top: 36px;
	font-size: 12px;
	line-height:1.4!important;
}

@media all and (max-width: 768px) {
.stella {
	margin-top: 0px;
}
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_imgshow
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_imgshow {
	overflow: hidden;
}

.imgshow_block {
	width: 47%;
	float: left;
}

.imgshow_block:not(:nth-of-type(2n)) {
	margin-right: 6%;
}

.imgshow_block:nth-of-type(n+3) {
	margin-top: 6%;
}


/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_pickup
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_pickup {
	padding: 0 10px 10px 10px;
	border: 1px solid #000;
}

.ttl_pickup {
	position: relative;
	margin-top: -1em;
	text-align: center;
	margin-bottom: 8px;
}

.ttl_pickup strong {
	background: #fff;
	padding: 0 15px;
	letter-spacing: 1px;
	font-size: 1.6rem;
}

.pickup_detail {
	padding: 15px;
	overflow: hidden;
}

.mod_pickup .pickup_detail p {
	line-height: 2;
}

.pickup_detail img {
	float: right;
	width: 150px;
	margin-left: 15px;
	margin-left: 20px!important;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_menu
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_menu {
	max-width: 640px;
	margin: 0 auto;
}

.menu_term {
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.menu_list {
	border: 1px solid #000;
	padding: 25px 40px 20px;
}

.menu_option {
	margin-top: 20px;
}

.ttl_menu_option {
	position: relative;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 5px;
}

.ttl_menu_option:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #000;
	z-index: 9;
}

.ttl_menu_option strong {
	position: relative;
	background: #fff;
	padding: 0 15px;
	z-index: 10;
}

.menu_list dl {
	overflow: hidden;
}

.menu_list dl+dl {
	margin-top: 10px;
}

.menu_list dt {
	float: left;
	font-size: 1.5rem;
	font-weight: bold;
	background: #fff;
	padding-right: 10px;
}

.menu_list dt .gothic {
	font-size: 1rem;
	font-weight: normal;
	margin-left: 10px;
}

.menu_list dt .gothic02 {
	font-size: 1.2rem;
	font-weight: normal;
	margin-left: 10px;
}

.menu_list dd {
	float: right;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding-left: 10px;
	background: #fff;
}

.menu_list dl {
    background-image   : url(../images/dots.png);
  background-size: 10px auto;
  background-position: center center;
  background-repeat: repeat-x;
}


.other_option {
	margin-top: 15px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_basic
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_basic p+p {
	margin-top: 20px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_contact
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.contact {
	background: #F8F7F5;
}

.contact .inner_big {
	background: url(../images/top_footer_img_pc.png) left top no-repeat ;
}

.contact .inner {
	overflow: hidden;
	padding-bottom: 115px;
}

.mod_contact {
	float: right;
	width: 480px;
	margin-top: 80px;
}

.ttl_contact {
	text-align: center;
	font-size: 2.7rem;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.contact_txt {
	text-align: center;
	line-height: 2.2;
	margin-bottom: 10px;
}

.contact_tel {
	text-align: center;
	font-size: 2.7rem;
}

.contact_tel a {
	font-size: 2.7rem;
	text-decoration: none;
}

.contact_form dl {
	margin-top: 20px;
	overflow: hidden;
}

.contact_form dt {
	width: 150px;
	clear: both;
	float: left;
	font-size: 1.2rem;
	padding-left: 5px;
}

.contact_form dd {
	width: 330px;
	font-size: 1.2rem;
	float: left;
}

.contact_form dt:nth-of-type(n+2) {
	margin-top: 10px;
}

.contact_form dd:nth-of-type(n+2) {
	margin-top: 10px;
}

.contact_form textarea,
.contact_form input:not([type="submit"]) {
	width: 100%;
	background: #fff;
	padding: 2px 8px;
}

.contact_form textarea {
	margin-top: 10px;
	padding: 15px;
}

.formbtn {
	margin-top: 35px;
	text-align: center;
}

.contact_form .wpcf7-mail-sent-ok,
.contact_form .wpcf7-mail-sent-ng,
.contact_form .wpcf7-validation-errors {
	border-color: #000;
}

.accept_box {
	text-align: center;
}

#acceptance {
	width: auto;
	margin-right: 10px;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_under_price
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

.mod_under_price {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 50px;
}

.ttl_under_price {
	position: relative;
	font-size: 4rem;
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 3px;
}

.ttl_under_price:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 36px;
	height: 1px;
	background: #000;
}


.under_price_list {
	overflow: hidden;
}

.under_price_list dt {
	clear: both;
	float: left;
	font-size: 3.6rem;
}

.under_price_list dd {
	float: right;
	font-size: 3.6rem;
	letter-spacing: 4px;
}

.under_price_list span {
	font-size: 2.5rem;
}


/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_features
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.mod_features {
	overflow: hidden;
	width: 580px;
	margin: 0 auto;
}

.features_block {
	width: 240px;
	text-decoration: none;
	display: block;
	text-align: center;
}

.features_block:nth-of-type(2n+1) {
	float: left;
}

.features_block:nth-of-type(2n) {
	float: right;
}

.features_img {
	margin-bottom: 10px;
}

.features_img img {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}

.ttl_features {
	font-size: 2.1rem;
	text-align: center;
}

.ttl_features_sub {
	display: block;
	font-size: 1.8rem;
}

#slideBX {
	width: 996px;
}
.slider {
	width: 332px;
}
#slideBX .features_block:nth-of-type(2n+1) {
	float: none;
}

#slideBX .features_block:nth-of-type(2n) {
	float: none;
}
/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
mod_data
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.data_img {
	margin-bottom: 60px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.data_wrap {
	overflow: hidden;
	max-width: 760px;
	margin: 0 auto;
}

.data_detail {
	width: 63.5%;
	max-width: 480px;
	float: left;
}

.data_detail dl {
	overflow: hidden;
}

.data_detail dt {
	float: left;
	clear: both;
	line-height: 2.2;
}

.data_detail dd {
	float: left;
	line-height: 2.2;
}

.data_map {
	float: left;
	max-width: 280px;
	width: 36.5%;
}

.data_link {
	margin: 30px 0 0 45px;
}

.map_link {
	text-decoration: none;
	display: block;
	text-align: right;
}

/*.map_link:before {
	content: '';
}*/

.data_map iframe {
	width: 100%;
	max-width: 100%;
	height: 240px;
}


/*****************************
------------------------------
parts
------------------------------
*****************************/

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
btn
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.btn {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}

.btn01 {
	width: 310px;
	height: 90px;
	font-size: 3.2rem;
	color: #fff;
	background: #000;
	padding: 18px;
	text-align: center;
	letter-spacing: 3px;
}

.btn02 {
	width: 200px;
	height: 60px;
	color: #fff;
	font-size: 2rem;
	background: #000;
	text-align: center;
	padding: 15px;
}

.btn03 {
	width: 310px;
	height: 90px;
	font-size: 2.4rem;
	border: 1px solid #000;
	text-align: left;
	padding: 11px 20px;
}

.feature02 .btn+.btn {
	margin-left: 50px;
}


/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
voicebox
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.voice_box span {
	display: block;
}

.voice_box {
	padding: 10px 20px;
}

.voice_name {
	font-weight: bold;
}

/*****************************
------------------------------
area
------------------------------
*****************************/

.under_btn_area {
	text-align: center;
	margin-bottom: 80px;
}

/*****************************
------------------------------
main_section
------------------------------
*****************************/

.main_section {
	margin-bottom: 70px;
}

.main_section p {
	line-height: 2;
}

/*****************************
------------------------------
news_section
------------------------------
*****************************/
.news_section {
	padding-top: 100px;
}

/*****************************
------------------------------
orderitems
------------------------------
*****************************/
.orderitems .ttl_top_lv02 + .section_catch {
	margin-bottom: 30px;
}

.orderitems .ttl_top_lv02 {
	margin-top: 40px;
}
.orderitems img {
	margin: 0 auto;
}
.orderitems .order_sample {
	font-size: 1.7rem;
	text-align: center;
}
.orderitems .order_sample_text {
    text-align: center;
    line-height: 1.7;
    margin: 15px auto 45px;
}

.atherorder {
	margin-top:50px!important;
}

/*****************************
------------------------------
shopdata
------------------------------
*****************************/
.shopdata.main_block {
	padding-top: 20px;
}

/*****************************
------------------------------
style
------------------------------
*****************************/
.s_over_box {
	margin-top: -36px;
	margin-bottom: -6px;
}

.s_over_box img {
	width: 206px;
}

.s_border_inline {
	position: relative;
	display: inline-block;
}

.s_border_inline:before {
	content: '';
	position: absolute;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	left: 6px;
	top: 6px;
	border: 2px solid #fff;
	z-index: 11;
}

/*****************************
------------------------------
top
------------------------------
*****************************/

.main_block {
	padding-top: 60px;
	padding-bottom: 60px;
}

.main_block p {
	line-height: 2.2;
}

/*____________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
regularshop
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.regularshop {
	margin-top: 40px;
	text-align: center;
}

.regularshop span {
	display: inline-block;
	vertical-align: middle;
}

.ttl_regularshop {
	margin-bottom: 10px;
}

/*****************************
------------------------------
under
------------------------------
*****************************/

#under main {
	padding-top: 60px;
	border-top: 2px solid #004098;
	margin-top: 108px;
}

/*****************************
------------------------------
blog
------------------------------
*****************************/

.blog .main_area {
	width: 72%;
	width: calc(100% - 270px);
	float: left;
}

.blog .sub_area {
	width: 23%;
	width: calc(230px);
	float: right;
}

.article_date {
	margin-bottom: 3px;
}

.ttl_blogpage,
.article_ttl {
	border-bottom: 2px solid #000;
}

.article_ttl {
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 3px;
}

.ttl_blogpage {
}

.main_area .ttl_blogpage {
	position: relative;
	background: #003b95;
	text-align: center;
	color: #fff;
	border: none;
	overflow: hidden;
	margin-top: 72px;
}

.main_area .ttl_blogpage img {
	display: block;
	float: left;
    vertical-align: bottom;
    margin-right: 10px;
}

.main_area .ttl_blogpage span {
	padding: 5px 0;
	display: block;
	float: right;
	margin-right: 20px;
	font-size: 3.4rem;
}

.article_ttl,
.main_area .ttl_blogpage {
	font-size: 3rem;
	margin-bottom: 60px;
	letter-spacing: 1px;
}

.main_area .ttl_blogpage.has_category {
	margin-bottom: 10px;
}

.ttl_category {
	font-size: 2rem;
	margin-bottom: 30px;
	font-weight: bold;
}

.ttl_category span {
	background: #FAF8C7;
}

.sub_area .ttl_blogpage {
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-top: 20px;
	letter-spacing: 1px;
}

.blogtop_wrap {
	text-align: right;
}

.ttl_blogtop_link {
	position: relative;
	/*float: right;*/
	display: inline-block;
	text-decoration: none;
	/*margin-top: 18px;*/
	padding-left: 16px;
}

.ttl_blogtop_link:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);

}

.blog_wrap {
	overflow: hidden;
}

.article_list {
	overflow: hidden;
}

.article_list li {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.article_list li a {
	display: block;
	text-decoration: none;
}

.article_list li:nth-of-type(3n) {
	margin-right: 0;
}

.article_list li:nth-of-type(n+4) {
	margin-top: 40px;
}

.article_list_date {
	margin-top: 15px;
}

.article_list_ttl {
	font-weight: bold;
	line-height: 1.4;
	margin-top: 3px;
}

.thmb_box {
    position: relative;
    width: 100%;
    /*padding-top: 100%;*/
    overflow: hidden;
}

.thmb_box:before {
	content: '';
	display: block;
	padding-top: 100%;
	width: 100%;
	position: relative;
}

.thmb_box img  {
	width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.thmb_box .noimg {
	width: 100%;
	height: auto;
}

.staff_box {
	overflow: hidden;
}

.staff_box img {
	float: left;
	padding-right: 10px;
	width: 130px;
}

.staff_name {
	font-size: 1.3rem;
}

.staff_box+.staff_box {
	margin-top: 20px;
}

.category_block,
.staff_block {
	margin-bottom: 30px;
}

.accordion_btn {
	background: #000;
	color: #fff;
	position: relative;
	padding: 15px 10px;
	cursor: pointer;
	font-weight: bold;
}

.accordion_btn:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.accordion_btn.on:before {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion_list {
	display: none;
}

.accordion_list.js_open_first {
	display: block;
}

.accordion_list li {
	border: 1px solid #000;
	border-top: 0;
}

.accordion_list li a {
	text-decoration: none;
	display: block;
	padding: 12px 10px;
}

.article_data {

}

.article_data p+p {
	margin-top: 40px;
}

.other_article {
	overflow: hidden;
	margin-top: 80px;
	position: relative;
	padding: 2px 0;
	text-align: center;
}

.prev_article {
	float: left;
}

.next_article {
	float: right;
}

.prev_article a,
.next_article a {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-size: 1.3rem;
}

.prev_article a {
	padding-left: 40px;
}

.next_article a {
	padding-right: 40px;
}

.prev_article a:before,
.next_article a:before {
	content: '';
	position: absolute;
	top: 10px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.prev_article a:before {
	left: 15px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.next_article a:before {
	right: 15px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.blogtop_link {
	display: inline-block;
}

.blogtop_link a {
	border: 1px solid #000;
	font-size: 1.3rem;
	background: #fff;
	padding: 5px 15px;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

/*****************************
------------------------------
pagenavi
------------------------------
*****************************/

.pagenavi_box {
	text-align: center;
}

.wp-pagenavi {
	margin-top: 100px;
	clear: both;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 0 40px;
	max-width: 100%;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	line-height: 2.2;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
	padding: 0 15px;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
    border: none;
    margin: 0;
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .extend {
	display: none;
}

.wp-pagenavi .smaller + .current,
.wp-pagenavi .smaller,
.wp-pagenavi .larger {
	position: relative;
	display: inline-block;
}

.wp-pagenavi .smaller + .current:before,
.wp-pagenavi .smaller + .smaller:before,
.wp-pagenavi .larger:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -2px;
	border-left: 1px solid #000;
	width: 1px;
	height: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wp-pagenavi  .pages {
	display: none;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: 28px;
	height: 28px;
	background: #000;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: 0;
	border: 0;
	vertical-align: bottom;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wp-pagenavi .previouspostslink {
	left: 0;
}

.wp-pagenavi .nextpostslink {
	right: 0;
}

.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
	content: '';
	position: absolute;
	top: 8px;
	width: 12px;
	height: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.wp-pagenavi .nextpostslink:before {
	left: 5px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.wp-pagenavi .previouspostslink:before {
	right: 5px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*****************************
------------------------------
feature02
------------------------------
*****************************/

.under_content_txt {
	margin-bottom: 60px;
	letter-spacing: 1px;
}

.feature02 .ttl_lv03 {
	margin-bottom: 50px;
}

/*****************************
------------------------------
pagetop
------------------------------
*****************************/

#pagetop {
	width: 50px;
	height: 50px;
	background: #000;
	position: fixed;
	z-index: 999;
	bottom: 15px;
	right: 15px;
	transition: 0.5s;
}

#pagetop a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#pagetop a:before {
	content: '';
	width: 14px;
	height: 14px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 22px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

#pagetop:hover {
	opacity: 0.5;
}

/*****************************
------------------------------
footer
------------------------------
*****************************/
footer {
	text-align: center;
	background: #000;
	padding: 5px 0;
}

footer small {
	color: #fff;
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-family: "メイリオ",Meiryo, sans-serif;
}


@media all and (min-width: 768px) {
	.sp_only {
		display: none;
	}

	#top .logo_block {
		width: 200px;
		position: absolute;
		top: 167px;
		right: 100px;
		z-index: 1000;
		transition: opacity 0.5s;
	}

	#top .logo_block.js_logo_move {
		left: 100px;
		right: auto;
	}


	#top .logo_block.js_logo_opa {
		opacity: 0;
	}

	.article_list li:nth-of-type(3n+1) {
		clear: both;
	}

}

@media screen and (max-width: 1040px) and (min-width: 768px) {
	/*****************************
  ------------------------------
  TB
  ------------------------------
  *****************************/
	.pc_only,
	.tb_none {
		display: none;
	}
	.inner_max {max-width: 1200px;}
	.inner_big {max-width: 1100px;}
	.inner {
		max-width: 1000px; 
		padding-left: 15px;
		padding-right: 15px;
	}
	.inner_mini {
		max-width: 640px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.mb_tb_only {
		margin-bottom: 30px;
	}

	.mod_contact {
		width: 520px;
	    padding: 20px;
	    background: rgba(255,255,255,0.6);
	}

	.sub_area .ttl_blogpage {
		padding-top: 16px;
	}

	.s_stick_bottom {
		position: relative;
		bottom: auto;
		left: auto;
	}
	
	.s_stick_bottom-2 {
		bottom: auto;
		left: auto;
	}

	.contact .inner {
		overflow: hidden;
		padding-bottom: 70px;
	}
}

/*****************************
------------------------------
movie
------------------------------
*****************************/

.movie {
	width: 800px;
	margin: 0 auto;
}

.movie video {
	width: 100%;
	margin-bottom:45px;
}

@media all and (max-width: 768px) {
	.movie {
	width: 90%;
	margin: 0 auto;
}

.movie video {
	width: 100%;
	margin-bottom:45px;
}
}

/*****************************
------------------------------
0401追加
------------------------------
*****************************/

.menu_title {
    font-size: 2.4rem;
    font-weight: bold;
}

.menu_txt {
    font-size: 1.5rem;
    line-height: 2rem!important;
	 margin-bottom: 20px;
}

.menu_margin {
	height: 45px;
}
