@import url("./html_lib/common.css");
@import url("./common_contents.css");
@import url("./common_toyo.css");
@CHARSET "UTF-8";
/*
Theme Name: Mihara Kanko Navi 2017
Theme URI: http://mihara-kankou.com/
Description: Wordpress Theme of 三原観光navi 2017
Version: 1.0
Author: Yutaka Morioka

著作者の断りなく、本テーマの使用するCSSファイルおよびイメージファイルの改変・無断配布・二次利用を禁じます。
PHPファイル等のプログラムソースコードにはGPLv2ライセンスを適用します。

Copyright (c) 2014 Yutaka Morioka All Rights Reserved.
*/

/*===========================================================================

  共通設定　ここから

===========================================================================*/
html{
	-webkit-text-size-adjust: none;
}
body {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	color: #1a1a1a;
	background: #1a1a1a;
}
#background {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	min-width: 1200px;
	position: relative;
	font-size: 16px;
	background: #f2efda;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background {
		min-width: 320px;
	}
}
/*-----------------------------------*/
a {
	color: #1a1a1a;
	text-decoration: none;
	filter: Alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
a:hover {
	filter: Alpha(opacity=50);
	opacity: 0.5;
}
 img {
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
#background .pcArea ,
#background .pcImage {
	display: block;
}
#background .spArea ,
#background .spImage {
	display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	a:hover {
		filter: Alpha(opacity=100);
		opacity: 1;
	}
	#background .pcArea ,
	#background .pcImage {
		display: none;
	}
	#background .spArea ,
	#background .spImage {
		display: block;
	}
	#background span.spNone {
		display: none;
	}
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	min-width: 1200px;
}
#background section {
	margin:0px auto 0px auto;
	text-align:center;
	width: 1160px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header ,
	#background footer ,
	#background article {
		min-width: initial;
		min-width: auto;
	}
	#background section {
		width: 100%;}
	#background article section {
		padding-top: 20px;}
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background article h2 ,
#background article h3 ,
#background article h4 ,
#background article h5 ,
#background article p ,
#background article ul ,
#background article ol {
	margin: 0 auto 40px auto;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background article h2 ,
	#background article h3 ,
	#background article h4 ,
	#background article h5 ,
	#background article p ,
	#background article ul ,
	#background article ol {
		margin: 0 0 15px 0;
	}
}

/*===========================================================================

  共通ヘッダ設定　ここから

===========================================================================*/
#background header {
	background: #fff;
}
#background header input {
	-webkit-appearance: none;
}
#background header section {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#background header section#pcNavi {
	width: 100%;
	display: block;
}
#background header h1 {
	padding: 10px 0 10px 0;
	margin: 0 auto 0 0;
}
#background header h1 img {
	width: 340px; height: 100px;
}
/*-----------------------------------*/
#background header dl {
	width: 440px;
	margin: auto;
}
#background header dl span {
	display: block;
}
#background header dl dt {
	float: left;
	color: #4d4d4d;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-right: 10px;
	letter-spacing: 0;
}
#background header dl dd {
	float: left;
}
#background header dl dd a {
	width: 227px;height: 56px;
	border: 1px solid #b3b3b3;
	border-radius: 6px;
	display: block;overflow: hidden;
}
/*------------------------------------
  ランゲージ設定　ここから
-------------------------------------*/
#background header div {
	width: 620px;
	margin: 0 0 0 auto;
	padding: 10px 0 0;
}
#background header div ul {
	float: left;
	width: 300px;
	display: flex;
	border: 2px solid #e6563a;
	border-radius: 6px;
	margin-bottom: 10px;
}
#background header div ul li {
	flex-grow: 1;
	border-right: 2px solid #e6563a;
}
#background header div ul li:last-of-type {
	border-right: none;
}
#background header div ul li a {
	display: block;
	padding: 10px 10px 12px 10px;
	text-align: center;
	color: #e6563a;
	line-height: 1em;
}
/*-----------------------------------*/
#background header div p {
	float: right;
	margin-bottom: 10px;
	display: flex;
}
#background header div p input[type=text] {
	display: block;
	float: left;
	width: 240px;
	border: 2px solid #ccc;
	border-radius: 6px 0 0 6px;
	border-right: none;
	font-size: 16px;
	line-height: 28px;
	vertical-align: middle;
	padding: 5px 5px 5px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#background header div p input[type=button], #background header div p input[type=submit] {
	display: block;
	float: left;
	width: 60px;
	border-radius: 0 6px 6px 0;
	line-height: 16px;
	font-size: 14px;
	padding: 10px 5px 10px 5px;
	cursor: pointer;
	text-align: center;
	background: #1a1a1a;
	color: #fff;
	filter: Alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
#background header div p input[type=button]:hover {
	filter: Alpha(opacity=50);
	opacity: 0.5;
}
/*===========================================================================

  スマホ用 共通ヘッダ設定　ここから

===========================================================================*/
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header section {
		flex-wrap: wrap;
		border-bottom: 3px solid #e6563a;}
	#background header h1 {
		padding: 10px 5px 10px 10px;
		margin: 0 35% 0 0;
		width: 50%;
	}
	#background header h1 img {
		width: 100%; height: auto;}
	#background header .banner {
		width: 35%;
		padding: 10px 5px 10px 0;
		margin: 0 0 0 0;
	}
	#background header .banner a {
		border: 1px solid #b3b3b3;
		border-radius: 6px;
		display: block;overflow: hidden;
	}
	#background header .open {
		width: 10%;
		padding: 0 0 0 0; margin: 0 0 0 0;
		font-weight: bold;font-size: 10px;
		color: #e6563a;text-align: center;
	}
}
/*===========================================================================

  共通メニュー設定　ここから

===========================================================================*/
#background header #mainMenu {
	width: 100%;
	background: #e6563a;
}
#background header #mainMenu ul {
	width: 1160px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px;
}
#background header #mainMenu ul li {
	float: left;
	border-right: 1px solid #fff;
	line-height: 1em;
	padding: 0 12px;
}
#background header #mainMenu ul li:first-of-type {
	border-left: 1px solid #fff;
}

#background header #mainMenu ul li img {
	height: 30px;width: auto;
}
/*------------------------------------
  サブメニュー設定　ここから
-------------------------------------*/
#background header #subMenu ul {
	width: 1160px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px;
	display: flex;
	justify-content: space-between;
}
#background header #subMenu ul li {
	flex-grow: 1;
	line-height: 1em;
	margin: 0 60px 0 auto;
}
#background header #subMenu ul li:last-of-type {
	margin: 0 0 0 auto;}
#background header #subMenu ul li a {
	padding: 5px 0 5px 40px;
	display: block;
	position: relative;
}
#background header #subMenu ul li a img {
	height: 20px;width: auto;
}
/*-----------------------------------*/
#background header #subMenu ul li a:before {
	height: 30px; width: 30px;
	content: ""; display: block;
	position: absolute; top: 0;left: 0;
	background: url(./images/menu01.svg) no-repeat 50% 50%;
	background-size: 30px 30px;
}
#background header #subMenu ul li.menuMori a:before {
	background-image: url(./images/menu02.svg);}
#background header #subMenu ul li.menuTako a:before {
	background-image: url(./images/menu03.svg);}
#background header #subMenu ul li.menuSweet a:before {
	background-image: url(./images/menu04.svg);}
#background header #subMenu ul li.menuMatsuri a:before {
	background-image: url(./images/menu05.svg);}

/*===========================================================================

  スマホ用 共通メニュー設定　ここから

===========================================================================*/
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background header #spNavi {
		border: none;}
	/*------------------------------------
	  SPランゲージ設定　ここから
	-------------------------------------*/
	#background header #spNavi .languages {
		width: 100%;
		margin: 10px 10px 10px 10px;
		border: 2px solid #e6563a;
		border-radius: 6px;
	}
	#background header #spNavi .languages dt {
		padding: 10px 10px 10px 34px;
		text-align: center;
		width: 100%;color: #e6563a;
		background: url(./images/icon_lang.svg) no-repeat 10px 50%;
		background-size: 24px 24px;
	}
	#background header #spNavi .languages dd {
		padding: 0 10px 0 10px;width: 100%;display: none;}
	#background header #spNavi .languages ul li {
		padding: 10px 10px 10px 10px;
		border-top: 1px dotted #b3b3b3;
		text-align: center;}
	#background header #spNavi .languages ul li a {
		width: 100%; height: auto; color: #e6563a;
		font-weight: bold; border:none;}
	/*------------------------------------
	  SP検索設定　ここから
	-------------------------------------*/
	#background header #spNavi form {
		margin: 0 10px 10px 10px;
		width: 100%;}
	#background header #spNavi form p {
		margin: 0;
		width: 100%;
		display: flex;}
	#background header #spNavi input[type=text] {
		display: block;
		width: calc(100% - 60px);
		border: 2px solid #ccc;
		border-radius: 6px 0 0 6px;
		border-right: none;
		line-height: 1em;
		font-size: 14px;
		padding: 8px 5px 8px 5px;
		flex-grow:
	}
	#background header #spNavi input[type=button], #background header #spNavi input[type=submit]{
		display: block;
		width: 60px;
		border-radius: 0 6px 6px 0;
		line-height: 16px;
		font-size: 14px;
		line-height: 1em;
		padding: 10px 5px 10px 5px;
		cursor: pointer;
		text-align: center;
		background: #1a1a1a;
		color: #fff;
		box-sizing: border-box;
	}
	/*------------------------------------
	  SPグロナビ設定　ここから
	-------------------------------------*/
	#background header #spNavi nav {
		width: 100%;}
	#background header #spNavi nav a {
		display: block;padding: 12px 10px 10px 40px;
		font-weight: bold;}
	#background header #spNavi #mainMenuSp ul {
		border-top: 1px solid #e6563a;}
	#background header #spNavi #mainMenuSp ul li{
		border-bottom: 1px solid #e6563a;
	}
	#background header #spNavi #mainMenuSp ul li a {
		color: #e6563a;
		background: url(./images/icon04.svg) no-repeat 10px 50%;
		background-size: 20px 20px;
	}
	#background header #spNavi #subMenuSp ul li {
		border-bottom: 1px dotted #b3b3b3;}
	#background header #spNavi #subMenuSp ul li:last-of-type {
		border-bottom: none;}
	#background header #spNavi #subMenuSp ul li a {
		background: url(./images/menu01.svg) no-repeat 8px 50%;
		background-size: 26px 26px;
	}
	#background header #spNavi #subMenuSp ul li.menuMori a {
		background-image: url(./images/menu02.svg);}
	#background header #spNavi #subMenuSp ul li.menuTako a {
		background-image: url(./images/menu03.svg);}
	#background header #spNavi #subMenuSp ul li.menuSweet a {
		background-image: url(./images/menu04.svg);}
	#background header #spNavi #subMenuSp ul li.menuMatsuri a {
		background-image: url(./images/menu05.svg);}
	#background header #spNavi #subMenuSp ul li.menuClose a {
		background-color: #1a1a1a;color: #fff;
		background: #1a1a1a url(./images/icon_close.svg) no-repeat 10px 50%;
		background-size: 20px 20px;}
	/*-----------------------------------*/
}

/*===========================================================================

  共通フッター設定　ここから

===========================================================================*/
#background footer ul {
	padding: 40px 80px 20px 80px;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
}
#background footer ul:after ,
#background footer ul:before {
	height: 110px; width: 90px;
	content: ""; display: block;
	position: absolute; top: 0;left: -20px;
	background: url(./images/footer_left.png) no-repeat 50% 50%;
	background-size: 90px 110px;
	visibility: visible;z-index: 10;
}
#background footer ul:before {
	left: auto;right: -20px;
	background-image: url(./images/footer_right.png);
}
#background footer ul li {
	line-height: 1em;
	margin: 0 15px 0 auto;
	line-height: 30px;
	font-size: 14px;
}
#background footer ul li a {
	font-weight: bold;
	padding-left: 35px;
	display: block;
	position: relative;
}
#background footer ul li a:before {
	height: 30px; width: 30px;
	content: ""; display: block;
	position: absolute; top: 0;left: 0;
	background: url(./images/menu06.svg) no-repeat 50% 50%;
	background-size: 30px 30px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer ul {
		padding: 10px 20px 10px 20px;
		flex-wrap: wrap;}
	#background footer ul:after ,
	#background footer ul:before {
		display: none;}
	#background footer ul li {
		margin: 0 auto 0 auto;}
}
/*-----------------------------------*/
#background footer section#address {
	width: 100%;
	background: #1a1a1a;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
#background footer address {
	font-size: 12px;
	text-align: center;
	font-style: normal;
	line-height: 1em;
	letter-spacing: 0.1em;
	margin: 0 0 0 0;
	color: #fff;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background footer address {
		font-size: 10px;
		line-height: 1.2em;}
}

/*------------------------------------
  共通トップへ設定　ここから
-------------------------------------*/
#background .go2top {
	display: block; position: fixed;
	width: 120px; height: 120px;
	min-width: initial;
	min-width: auto;
	right: 30px; bottom: 30px;
	z-index: 100;
	margin: 0 0 0 0;
}
#background .go2top section ,
#background .go2top section p {
	width: 120px; height: 120px;
	background: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#background .go2top section a {
	display: block; position: relative;
	width: 120px; height: 120px;
	background: rgba(242,239,218,0.7);
	border-radius: 6px 6px 6px 6px;
	padding-top: 70px;
	line-height: 1em;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#background .go2top section a:before {
	display: block; content: " ";
	width: 70px; height: 30px;
	background: url(./images/icon03.svg) no-repeat 50% 50%;
	transform: rotate(-90deg);
	background-size: 70px 30px;
	position: absolute;
	right: 25px; top: 30px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background .go2top section {
		padding: 0 0 0 0;
		border-top: 1px solid #b3b3b3;
		border-bottom: 1px solid #b3b3b3;
	}
	#background .go2top ,
	#background .go2top section a {
		position: static;
		display: block !important;
		width: 100%;
		height: auto;
	}
	#background .go2top section ,
	#background .go2top section p {
		width: 100%;
		height: auto;
	}
	#background .go2top section a {
		border-radius: 0 0 0 0;
		padding: 15px 20px 15px 10px;
		font-size: 14px;
		line-height: 1em;
	}
	#background .go2top section a:before {
		width: 35px; height: 15px;
		background-size: 35px 15px;
		margin-top: -7px;
		right: 20px; top: 50%;
	}
}
/*===========================================================================

  共通パンくず設定　ここから

===========================================================================*/
#background #breadcrumb {
	padding: 20px 0 20px 0;}
#background #breadcrumb section {
	width: 1040px;}
#background #breadcrumb ul {
	margin: 0 0 0 0;}
#background #breadcrumb ul li {
	padding: 0 0 0 30px;
	background: url(./images/icon02.svg) no-repeat 10px 50%;
	background-size: 16px 16px;
	float: left;
}
#background #breadcrumb ul li:first-of-type {
	padding: 0 0 0 0;
	background: transparent;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
	#background #breadcrumb {
		display: none;}
}

