/*
Theme Name: 株式会社スワロースキー
Author: grphca
Author URI: http://grphca.jp/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


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

a {
	color: #231815;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
}

/*
.content img {
	width: 100%;
	height: auto;
}
*/

html,body { 
	margin: 0;
	padding: 0;
	/*font-size: 62.5%;  10px*/ 
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/body_bg.jpg) left top repeat-x;
	font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.7;
	color: #231815;
}
#main {
	overflow: hidden;
}
.main {
	background: url(../images/main_bg.jpg) center bottom no-repeat;
	background-size: 100% auto;
	min-height: 100%;
}
.wrapper {	
	height: 100%;
}
.inner {	
	width: 1000px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.smaller {
	font-size: 90%;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}




/*============================
header
============================*/

header {
	position: relative;
	padding: 40px 0 10px;
	height: auto;
	overflow: hidden;
}
header .logo {
	float: left;
}
header .navi_global {
	float: right;
}
header .navi_global ul {
	text-align: right;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
header .navi_global ul li {
	margin-left: 25px;
	margin-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;
	float: left;
}
header .navi_global ul li a {
	color: #040000;
}



/*============================
hero
============================*/
.hero .inner {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
	height:  auto;
	overflow: hidden;
}
.home .hero .inner {
	height: 334px;
}
.hero h1 {
	margin: 0;
	padding: 0;
}
.hero .mainvisual {
	width: 1000px;
	height:  334px;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
}
.hero .mainvisual-logo {
	position: absolute;
	bottom: 100px;
	left: 40px;
}
.hero .mv_mark_box {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(14, 70, 115, 0.7);
}
.hero .mv_mark_box .mv_mark_box_inner {
	position: relative;
	padding: 40px;
}
.hero .mv_mark_box .mv_mark_01 {
	position: absolute;
	bottom: 32px;
	left: 80px;
}
.hero .mv_mark_box .mv_mark_02 {
	position: absolute;
	bottom: 33px;
	left: 262px;
}
.hero .mv_mark_box .mv_mark_03 {
	position: absolute;
	bottom: 31px;
	left: 472px;
}
.hero .mv_mark_box .mv_mark_04 {
	position: absolute;
	bottom: 24px;
	right: 297px;
}
.hero .mv_mark_box .mv_mark_05 {
	position: absolute;
	bottom: 15px;
	right: 80px;
}



/*============================
breadcrumb
============================*/
.breadcrumb {
	background: #c7c8c8;
	padding: 8px;
	line-height: 1.2;
	font-size: 13px;
	margin-bottom: 10px;
}


/*============================
footer
============================*/
footer {
	padding: 40px 0;
}
footer .inner {
	border-top: 1px solid #231815;
	padding: 10px;
}
footer .navi_global {
	float: left;
}
footer .navi_global ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
footer .navi_global ul li,
footer .copy {
	font-size: 13px;
}
footer .navi_global ul li:before {
	content: '｜';
	margin: 0 10px;
}
footer .navi_global ul li:first-child:before {
	content: '｜';
	margin-left: 0;
}
footer .navi_global ul li:last-child:after {
	content: '｜';
	margin-left: 10px;
}
footer .navi_global ul li a {
	color: #040000;
}
footer .copy {
	float: right;
}



/*============================
content
============================*/
.content {
	padding: 40px;
	border: 1px solid #ccc;
	background: #fff;
}
.page_title {
	font-size: 18px;
	padding-left: 25px;
	margin: 0 0 10px;
	background: url(../images/icon_heading02.png) left center no-repeat;
}
.content h2 {
	color: #040000;
	font-size: 18px;
	padding: 0;
	background: none;
	margin: 20px 0;
}



/*============================
sidebar
============================*/
.sidebar {
	padding: 25px 0;
}
.sidebar .bnr {
	margin-bottom: 10px;
}
.sidebar .bnr img {
	width: 100%;
	height: auto;
}
.home .sidebar .bnr {
	margin-bottom: 10px;
	padding-left: 30px;
}

.page_list {
	padding: 0;
	margin: 0;
	width: 80%;
	border: 1px solid #bebebe;
}
.page_list li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	border-bottom: 1px solid #bebebe;
}
.page_list li:last-child {
	border-bottom: none;
}
.page_list li a {
	display: block;
	padding: 10px;
	background: #e3e3e3;
}
.page_list li.current a,
.page_list li a:hover {
	background: #c9c9c9;
	text-decoration: none;
}




/*============================
ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸
============================*/
.home .content {
	border: none;
	background: none;
	padding: 0;
	height: auto;
	overflow: hidden;
}
.home .inner h2 {
	background: url(../images/icon_heading01.jpg) left center no-repeat;
	padding: 0;
	padding-left: 31px;
	margin: 20px auto 0;
	color: #231815;
	font-size: 17px;
	font-weight: bold;
}
.home .inner h2 .text_english {
	font-size: 16px;
	margin-left: 10px;
}
.home .inner h3 {
	font-size: 16px;
	font-weight: bold;
	color: #231815;
	margin: 10px 0;
	padding: 0;
}
.home .content p,
.home .sidebar p {
	margin-top: 5px;
	padding-left: 30px;
	font-size: 14px;
}
.home .top_box01 {
	height: auto;
	overflow: hidden;
	display: flex;
	padding-left: 30px;
}
.home .top_img01 {
	margin-right: 40px;
}
.home .box_left {
	width: 40%;
	float: left;
}
.home .box_right {
	width: 60%;
	float: right;
	margin-bottom: 40px;
}
.home .box_right .images {
	margin: 10px auto;
}
.home .box_right .images img {
	width: 100%;
	height: auto;
}
.home .box_info {
	margin-top: 40px;
}
.home .box_info h2,
.box_info h2 {
	clear: both;
	color: #fff;
	background: #abbb37;
	line-height: 1;
	padding: 10px;
	margin-top: 10px;
	font-size: 16px;
}
.box_info ul {
	margin: 0;
	padding: 0;
}
.box_info ul li {
	margin: 0;
	padding: 10px 0;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #9d9d9d;
}
.box_info ul li .thumb {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	background: #c3c6c7;
}
.box_info ul li .thumb img {
	width: 100%;
	height: auto;
}
.box_info ul li .date {
	width: 100px;
	font-size: 13px;
	float: left;
}
.box_info ul li .article {
	width: calc( 100% - 100px );
	float: left;
}
.box_info ul li .article p {
	margin: 0;
	padding: 0;
}
.box_info ul li .title {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.box_info ul li .excerpt {
	font-size: 12px;
}
.box_info ul li .more {
	display: block;
	text-align: right;
	font-size: 13px;
}
.box_info ul li .more:after {
	content: '▶▶▶';
	color: #595757;
}
.info_more {
	margin: 10px 0;
	text-align: center;
}
.info_more a {
	padding-left: 15px;
	background: url(../images/icon_arrow_red01.png) left center no-repeat;
	margin: 0 auto;
	font-size: 13px;
}
.info_more a:hover {
	color: #0a6e99;
}

.home .sidebar {
	padding-top: 0;
}
.widget_links ul {
	margin: 10px 0;
	padding: 0;
}
.home .widget_contact ul,
.home .widget_links ul {
	margin: 10px 0;
	padding: 0 0 0 30px;
}
.home .widget_contact ul li,
.widget_links ul li {
	margin: 0 0 10px;
	list-style: none;
}
.home .widget_contact ul li a {
	display: block;
	padding: 5px 20px;
	background: #c8c9c9 url(../images/icon_arrow_red02.png)  right center no-repeat;
	background-position: right 10px center;
}
.home .widget_contact ul li a:hover {
	background: #e6e6e6 url(../images/icon_arrow_red02.png)  right center no-repeat;
	background-position: right 10px center;
	text-decoration: none;
}
.home .top_contact_tel01 {
	text-align: right;
}
.home .top_contact_tel01 img {
	width: 250px;
	height: auto;
}
.widget_links ul li img {
	width: 320px;
	height: auto;
}
.home .widget_links ul li img {
	width: 290px;
	height: auto;
}



/*============================
個人レンタルお問い合わせページ
============================*/
.contact_list {
	display: flex;
	justify-content: center;
}
.contact_list dt,
.contact_list dd {
	width: 50%;
	margin: 0;
	padding: 0;
	
}
.contact_list dt {
	margin-top: 15px;
}




/*============================
団体レンタルお問い合わせページ
============================*/

.contact_group_list {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}
.contact_group_list dt {
	width: 25%;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.contact_group_list dd {
	width: 75%;
	margin: 0;
	padding: 0;
}
.contact_group_list02 {
	margin: 0 0 10px;
}
.contact_group_list02 dt {
	font-weight: bold;
	width: 100%;
}
.contact_group_list02 dd {
	width: 100%;
}
.contact_group_list address {
	font-size: 13px;
	font-style: normal;
}


/*============================
取扱商品ページ
============================*/
.post-type-archive-brand h2 {
	background: #231815;
	line-height: 1;
	padding: 10px;
	color: #fff;
	font-size: 20px;
}
.brand_inner {
	padding: 0px 8%;
}
.post-type-archive-brand .brand_ski h3 {
	font-size: 32px;
	line-height: 1;
	color: #231815;
	padding: 5px 0;
	background: url(../../brands/images/icon_ski01.png) right center no-repeat;
	background-size: auto 100%;
}
.post-type-archive-brand .brand_snowboard h3 {
	font-size: 32px;
	line-height: 1;
	color: #231815;
	padding: 5px 0;
	background: url(../../brands/images/icon_snowboard01.png) right center no-repeat;
	background-size: auto 100%;
}
.brand_content {
	margin-left: 150px;
	font-size: 14px;
}
.brand_content a {
	color: #b21e23;
}
.post-type-archive-brand h3 .text_inner {
	display: block;
	font-size: 9px;
	height: 25px;
	background: url(../../brands/images/h3_bg01.jpg) left bottom no-repeat;
	background-size: 95% auto;
}
.post-type-archive-brand h3 .text_brand {
	display: block;
  float: left;
  background: #fff;	
  padding-right: 5px;
}


/*============================
スキー修学旅行等団体レンタルスキーページ
============================*/

.page-rental .rental_guide {
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.page-rental .box_link {
	width: 17%;
	height: 300px;
	margin-left: 2%;
	float: left;
}
.page-rental .box_link.link_group {
	width: 25%;
	margin-left: 0;
}
.page-rental .box_link.link_group_things {
	width: 18%;
	margin-left: 0;
}
.page-rental .box_link .link_group_things_item {
	height: 25%;
}
.page-rental .box_link a {
	height: 100%;
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	transition: 0.3s;
	text-align: center;
	box-sizing: border-box;
}
.page-rental .box_link .link_group_things_item a {
	border-bottom: none;
	border-left: none;
	padding-top: 25px;
}
.page-rental .box_link .link_group_things_item:last-child a {
	border-bottom: 1px solid #ccc;
}
.page-rental .box_link .link_group_things_item:nth-child(3) a {
	padding-top: 17px;
}
.page-rental .box_link a:hover {
	text-decoration: none;
	background: #f29739;
	color: #fff;
}
.page-rental .box_link.link_group a:hover,
.page-rental .box_link .link_group_things_item a:hover {
	text-decoration: none;
	background: #1583bf;
	color: #fff;
}
.page-rental .box_link.link_private a:hover {
	text-decoration: none;
	background: #66b47f;
	color: #fff;
}
.page-rental .box_link.link_shop a:hover {
	text-decoration: none;
	background: #ba79b0;
	color: #fff;
}
.page-rental .box_link a h3 {
	font-size: 20px;
	line-height: 1.2;
	margin: 25px 0 0;
	padding: 0;
	color: #231815;
}
.page-rental .box_link a .text_small {
	font-size: 12px;
	text-align: center;
	color: #231815;
	margin-bottom: 31px;
}
.page-rental .box_link.link_shop a .text_small {
	margin-bottom: 7px;
}
.page-rental .box_link a .rental_logo {
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 1;
	padding: 10px;
	margin: 0 auto;
	background: #f29739;
}
.page-rental .box_link.link_group a .rental_logo {
	background: #1583bf;
}
.page-rental .box_link.link_private a .rental_logo {
	background: #66b47f;
}
.page-rental .box_link.link_shop a .rental_logo {
	background: #ba79b0;
}
.page-rental .box_link a .caption {
	font-size: 10px;
	text-align: center;
	color: #231815;
}
.page-rental .box_link a .arrow {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 59px;
	padding: 20px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.page-rental .box_link a:hover h3,
.page-rental .box_link a:hover .text_small,
.page-rental .box_link a:hover .caption {
	color: #fff;
}

.rental_service {
	display: flex;
	justify-content: center;
}
.rental_service .rental_service_box1 {
	width: 77%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	display: flex;
}
.rental_service .rental_service_box2 {
	width: 23%;
	text-align: center;
	padding: 20px;
	padding-top: 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-left: none;
}
.rental_service .rental_service_box1 .title {
	width: 65%;
	background: url(../images/icon_heading02.png) left center no-repeat;
	padding-left: 25px;
	box-sizing: border-box;
}
.rental_service .rental_service_box1 .title h2 {
	background: none;
	margin: 0 0 5px;
	padding: 0;
	font-size: 20px;
	color: #231815;
}
.rental_service .rental_service_box1 .title p {
	margin: 0;
	padding: 0;
	font-size: 9px;
}
.rental_service .rental_service_box1 .branch {
	width: 35%;
	margin: 0;
	padding: 0;
	text-align: right;
}
.rental_service .rental_service_box1 .branch li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}	
.rental_service .rental_service_box1 .branch li a {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	padding: 18px 0;
	line-height: 1;
}
.rental_service .rental_service_box1 .branch li a:hover {
	background: #1583bf;
	text-decoration: none;
	color: #fff;
}


/*============================
会社案内ページ
============================*/
.page-about .profile_list {
	background: #dcdddd;
	height: auto;
	overflow: hidden;
}
.page-about .profile_list dt {
	clear: both;
	width: 20%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	border-top: 2px solid #fff;
}
.page-about .profile_list dd {
	width: 80%;
	padding: 10px;
	box-sizing: border-box;
	float: left;
	margin: 0;
	background: #efefef;
	border-top: 2px solid #fff;
}
.page-about .profile_list dd p,
.page-about .profile_list dd p:last-child {
	margin-top: 0;
}
.page-about .profile_list dd table td.field {
	width: 20%;
	vertical-align: top;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*============================
商品紹介ページ
============================*/

.page-items .items_box {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9fa0a0;
}
.page-items .items_box:last-child {
	border-bottom: none;
}
.page-items h2 {
	font-size: 18px;
	font-weight: bold;
  padding-left: 20px;
  margin: 0 0 20px;
	background: url(../images/icon_heading02.png) left center no-repeat;
}
.page-items h2 .caption {
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
}
.page-items .items_navi {
	display: flex;
	padding: 0;
	margin: 0 0 20px;
}
.page-items .items_navi li {
	width: 18%;
	margin-left: 2.5%;
	list-style: none;
}
.page-items .items_navi li:first-child {
	margin-left: 0;
}
.page-items .items_navi li a {
  background-image: -moz-linear-gradient( 90deg, rgb(169,170,170) 0%, rgb(197,198,198) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(169,170,170) 0%, rgb(197,198,198) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(169,170,170) 0%, rgb(197,198,198) 100%);
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  border: 1px solid #898989;
  border-radius: 5px;
}
.page-items .items_navi li:first-child a,
.page-items .items_navi li a:hover {
  background-image: -moz-linear-gradient( 90deg, rgb(49,119,188) 0%, rgb(94,191,233) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(49,119,188) 0%, rgb(94,191,233) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(49,119,188) 0%, rgb(94,191,233) 100%);
  color: #fff;
  text-decoration: none;
  border: 1px solid #257acf;
}



/*============================
スワロートレーディングページ
============================*/
.page-swallow-trading .content {
	border: none;
	background: none;
}
.page-swallow-trading .inner h2 {
	background: url(../images/icon_heading01.jpg) left center no-repeat;
	padding: 0;
	padding-left: 30px;
	margin: 20px auto;
	color: #231815;
	font-size: 20px;
}
.page-swallow-trading .inner h2 .text_english {
	font-size: 16px;
	margin-left: 10px;
}
.page-swallow-trading .inner h3 {
	font-size: 16px;
	font-weight: bold;
	color: #231815;
	margin: 10px 0;
	padding: 0;
}
.page-swallow-trading .content p,
.page-swallow-trading .sidebar p {
	padding-left: 30px;
}

.page-swallow-trading .top_box01 {
	height: auto;
	overflow: hidden;
	padding-left: 30px;
}
.page-swallow-trading .top_img01 {
	float: left;
	margin-right: 40px;
}




/*============================
サイズ入力表ページ
============================*/
.page-size .size_list {
	height: auto;
	overflow: hidden;
	width: 80%;
	margin: 0 auto 40px;
}
.page-size .size_list li {
	width: 46%;
	margin: 0 2%;
	float: left;
	text-align: center;
	color: #4b70b5;
	border: 2px solid #4b70b5;
	padding: 10px;
	list-style: none;
	box-sizing: border-box;
}
.page-size .size_list li a {
	color: #fff;
	background: #4b70b5;
	display: block;
	padding: 10px;
	text-align: center;
}

.size_entrybox {
	text-align: center;
}
.size_entrybox a {
	display: block;
	padding: 20px;
	max-width: 400px;
	color: #fff;
	background: #69b5cb;
	margin: 20px auto;
}
.page-size .size_list li a:hover,
.size_entrybox a:hover {
	text-decoration: none;
	opacity: 0.8;
}



/*============================
FAQページ
============================*/
.faq_list dt {
	background: url(../../faq/images/faq_q.png) left top no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	width: 100%;
	float: none;
	font-weight: bold;
}
.faq_list dd {
	background: url(../../faq/images/faq_a.png) left top no-repeat;
	padding-left: 30px;
	margin: 0 0 20px;
	width: 100%;
	float: none;
}




/*============================
レンタルスキー(団体向け)のご案内ページ
============================*/
.page-group h2 {
	text-align: center;
	color: #000;
	font-size: 24px;
	line-height: 1.4;
	margin: 0 0 40px;
	background: none;
}
.page-group .group_flow {
	height: auto;
	overflow: hidden;
	padding: 20px;
	margin: 20px auto;
	width: 70%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.page-group .group_flow dt {
	padding: 0;
	margin: 0;
	width: 25%;
	float: left;
}
.page-group .group_flow dt h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.page-group .group_flow dt .num {
	border: 1px solid #5f5f5f;
	width: 25px;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
}
.page-group .group_flow dd {
	padding: 0;
	margin: 0;
	width: 75%;
	float: left;
}
.page-group .group_flow .faq_list dt {
	background: url(../../faq/images/faq_q.png) left top no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	width: 100%;
	float: none;
}
.page-group .group_flow .faq_list dd {
	background: url(../../faq/images/faq_a.png) left top no-repeat;
	padding-left: 30px;
	margin: 0 0 20px;
	width: 100%;
	float: none;
}
.page-group .group_reminder_list {
	padding-left: 20px;
}
.page-group .group_flow,
.page-group .group_maintenance {
	height: auto;
	overflow: hidden;
}
.page-group .group_flow .box_left,
.page-group .group_maintenance .box_left {
	clear: both;
	width: 48%;
	float: left;
	margin-right: 4%;
}
.page-group .group_flow .box_right,
.page-group .group_maintenance .box_right {
	width: 48%;
	float: left;
}
.page-group .group_footer {
	margin: 40px auto;
}




/*============================
 ZUMAブランド商品ページ
============================*/

.brand_logo img {
	width: 100%;
	height:auto;
}

.widget_brand_list ul {
	padding: 0;
}
.widget_brand_list li {
	list-style: none;
	margin: 5px auto;
	height: auto;
	overflow: hidden;
	word-wrap: break-word;
}
.widget_brand_list li:before {
	content: '▶︎';
	margin-right: 5px;
	display: block;
	float:left;
}
.widget_brand_list li a {
	display: block;
	float: left;
	width: calc( 100% - 21px );
	word-wrap: break- word;
}

.list_items {
	margin: 0;
	padding: 0;
}
.list_items li {
	list-style: none;
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.list_items li:nth-child(odd) {
	clear:both;
}

.single-zuma .left_box,
.brand-template-default .left_box {
	width: 40%;
	float: left;
	text-align: center;
	display: flex;
}
.single-zuma .left_box .images_box,
.brand-template-default .left_box .images_box {
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
}
.single-zuma .left_box .images_box .caption,
.brand-template-default .left_box .images_box .caption {
	font-size: 13px;
}
.single-zuma .right_box,
.brand-template-default .right_box {
	width: 60%;
	float: left;
}
.single-zuma p,
.brand-template-default p {
	margin: 0;
}
.single-zuma .title_eng,
.brand-template-default .title_eng {
	font-size: 34px;
	line-height: 1.2;
	margin-top: 20px;
}
.single-zuma .title_jap,
.brand-template-default .title_jap {
	font-size: 13px;
	line-height: 1.2;
}
.single-zuma .note,
.brand-template-default .note {
	font-size: 14px;
	margin: 20px 0;
}
.single-zuma .table,
.brand-template-default .table {
	font-size: 12px;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.single-zuma .table table th,
.single-zuma .table table td,
.brand-template-default .table table th,
.brand-template-default .table table td {
	border: 1px solid #9fd9f6;
	padding: 10px;
}
.single-zuma .table table th,
.brand-template-default .table table th {
	background: #9fd9f6;
	border: 1px solid #fff;
}



/*============================
 インフォメーション（single.php）
============================*/

.single .span_8 .page_title {
	margin: 10px auto;
}
.single .eyecatch {
	border-top: 1px solid #ccc;
	border-radius: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.single .eyecatch img {
	width: 100%;
	height: auto;
}

.sidebar_list {
	margin: 10px auto;
	padding: 0;
}
.sidebar_list li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar_list .widget ul {
	margin: 0;
	padding: 0;
}

.sidebar_list .widget ul li {
	list-style: none;
	margin: 10px 5px;
	background: url(../images/icon_arrow_black01.png) left center no-repeat;
	padding-left: 20px;
	line-height: 1.6;
	font-size: 14px;
}
.sidebar_list .widget {
	margin: 0 0 40px;
}
.sidebar_list .widget .widgettitle {
	background: #fff;
	padding: 10px 20px;
	color: #2975b8;
	border: 1px solid #2975b8;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.sidebar_list .widget .post-date {
	display: block;
	font-size: 12px;
	color: #666666;
}
/* â–¼ æ¬¡ã®ãƒšãƒ¼ã‚¸ãƒ»å‰ã®ãƒšãƒ¼ã‚¸ â–¼ */
.navigation {
    border-top: 1px dotted #ccc;
    margin:0px 10px 40px 0;
    padding:20px 0;
    font-size:0.75em;
    font-weight:bold;
}
.previous {
    float: left;
    width: 47%;
}
.next {
    float: right;
    width: 47%;
    text-align:right;
}
/* ▲ 次のページ・前のページ ▲ */



.btn_link01 {
	display: inline-block;
	border: 1px solid #a4bdd8;
	padding: 10px 20px;
	line-height: 1;
	color: #3681c8;
	border-radius: 3px;
	transition: 0.5s;
}
.btn_link01:hover {
	text-decoration: none;
	background: #3681c8;
	border: 1px solid #3681c8;
	color: #fff;
}



/*============================
 料金表
============================*/
.page-price .inner h2 {
	font-size: 18px;
}
.page-price .inner h2:before {
	content: '■';
}
.page-price table {
	width:100%;
	margin-bottom: 20px;
}
.page-price table,
.page-price td,
.page-price th {
	border-left: 1px dotted #a5a5a5;
	border-right: 1px dotted #a5a5a5;
	border-collapse: collapse;
}
.page-price td,
.page-price th {
	padding: 3px 10px;
	width: 30px;
	box-sizing: border-box;
}
.page-price th {
	background: #f0f0ef;
}
.page-price tr {
	text-align: center;
}
.page-price tr:nth-child(odd) {
	background: #f0f0ef;
}
.page-price .table_set td:first-child {
	text-align: left;
	width: 90px;
}
.page-price tr:last-child {
	border-bottom: 3px solid #f0f0ef;
}
.page-price .box_wrapper {
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.page-price .box_left {
	float:left;
	width: 65%;
	box-sizing:border-box;
	padding-right: 20px;
}
.page-price .box_right {
	float:right;
	width: 35%;
}
.page-price .btn {
	text-align: center;
}
.page-price .btn p {
	font-weight: bold;
}
.page-price .btn .small-text {
	font-weight: normal;
}
.page-price .btn a {
	color: #fff;
	background-image: -moz-linear-gradient( 90deg, rgb(79,118,182) 0%, rgb(131,191,232) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(79,118,182) 0%, rgb(131,191,232) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(79,118,182) 0%, rgb(131,191,232) 100%);
	padding: 10px 0;
	display: block;
	text-align: center;
	border-radius: 5px;
}
.page-price .btn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.page-price h3 {
	color: #666;
	font-size: 24px;
	padding: 0;
	margin: 0;
}
.page-price .caption {
	text-align: right;
	font-size: 12px;
}
.page-price .small-text {
	font-size: 11px;
	display: inline-block;
	font-weight: normal;
}
.page-price .footer_contact {
	background: #fff;
	overflow: hidden;
	height: auto;
	border: 1px solid #d6d6d6;
	padding: 20px;
}
.page-price .footer_contact .box_right,
.page-price .footer_contact .box_left {
	width: 50%;
}
.page-price .footer_contact .box_right p {
	font-size: 28px;
	line-height: 1.4;
	margin: 0;
}
.page-price .footer_contact .box_left h2,
.page-price .footer_contact .box_left h3 {
	margin: 10px 0;
	line-height: 1.2;
}



/*============================
 問い合わせフォーム
============================*/


.page-contact h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.page-contact table ,
.page-contact td,
.page-contact th {
	border-collapse: collapse;
}
.page-contact table tr {
	border-top: 1px dotted #fefefe;
	padding: 10px;
}
.page-contact table th {
	width: 30%;
	text-align: left;
	padding: 20px;
	border-top: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
}
.page-contact table td {
	padding:  20px;
	border-top: 1px dotted #cccccc;
}
.page-contact .required {
	background: #c66868;
	color:#fff;
	padding:3px 5px;
	border-radius: 3px;
	margin-left: 10px;
	font-size:80%;
}
.page-contact .notice-poricy {
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	padding:  10px;
}
.page-contact .btn_confirm {
	margin: 20px auto;
	text-align: center;
}
.page-contact .btn_confirm input {
	background: #c66868;
	color:#fff;
	padding:10px 40px;
	border-radius: 3px;
	margin-left: 10px;
	border: none;
}
.page-contact .btn_confirm input.wpcf7-back {
	background: #a29c9c;
}
input[type="text"].wpcf7-text {
    width: auto;
}









