/*
Theme Name: dog-choiceスマホサイト
Theme URI: http://www.rakuten.ne.jp/gold/dog-choice/sp/
Description: dog-choiceスマホサイト
Version: 1.0
Author: Makoto Narita
Author URI: not web page
*/

/* 共通 */
html {-webkit-text-size-adjust: none}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
	margin:0;
	padding:0;
}

body {
	font:14px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	color:#313131;
}

#main-visual {
	height:40vh;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    height: 23px;
    width: 25px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 23px;
    width: 25px;
    background: url("../image/ico_menu.png") no-repeat;
	background-size:25px 23px;
    left: 0;
}

#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: #f00;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
	width:100%;
	position: absolute;
	text-align:center;
	top:6vh;
}

#top-head .logo img {
	width:50%;
	height:auto;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: rgba(0,0,0,0.6);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 6% 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    height: 23px;
    width: 25px;
    background: url("../image/ico_menu_close.png") no-repeat;
	background-size:25px 23px;
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(500px);
	-webkit-transform: translateY(500px);
	transform: translateY(500px);
}

#content {
	width:100%;
	line-height:2;
}

#main {
	background:url("../image/back.jpg");
	background-repeat:no-repeat;
	background-size:contain;
}

.title {
	margin-bottom:7.5%;
}

.title2 {
	margin-left:4%;
	margin-right:4%;
	margin-bottom:7.5%;
}

.cont {
	width:92%;
	margin-left:4%;
	margin-right:4%;
}

.tx {
	margin-bottom:10%;
}

#serv {
	width:92%;
	margin:0 0 15.6% 0;
	padding:7.5% 4%;
	background:#47a18d;
	color:#fff;
}

#serv .tx {
	margin-bottom:0;
}

.line {
	border-top:solid 1px #e0e0e0;
	margin-top:12.5%;
	padding-bottom:12.5%;
}

.ico {
	margin-right:4%;
	padding:1% 3%;
	background:#47a18d;
	color:#fff;
}

footer {
	font-size:14px;
}

footer a {
	text-decoration:none;
	color:#fff;
}

ul#f-tx {
	width:92%;
	line-height:1.6;
	padding:4%;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	background:#e4e4e4;
	font-size:12px;
}

ul#f-tx li img {
	margin-top:5vh;
}

ul#f-tx li:first-child {
	width:100%;
}

ul#f-tx li:last-child {
	margin-left:2%;
}

footer nav {
	background:#313131;
}

footer nav ul {
	width:100%;
	padding:4% 0;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
}

footer nav ul li:first-child {
	width:100%;
	margin-left:4%;
	margin-right:auto;
}

.flogo {
	width:60%;
	height:auto;
}

.top {
	width:70%;
	height:auto;
}

footer nav a {
	display:block;
}

footer #page-top {
	bottom:0;
	right:0;
	z-index:999;
}

#flow {
	width:100%;
}

#flow li {
	margin-top:6%;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}

#flow li:first-child {
	margin-top:0;
}

#flow li p.fimg {
	width:50%;
	margin-right:4%;
}

#flow li p.ftx {
	width:44%;
}

#day {
	width:100%;
	margin-bottom:6%;
}

#day li {
	width:46%;
	height:60px;
	line-height:1.4;
	margin-top:2%;
	padding-left:54%;
}

#day li:first-child {
	margin-top:0;
}

#day li.day1 {
	padding-top:1vh;
	background-image:url("../image/day1.png");
	background-repeat:no-repeat;
	background-size:contain;
}

#day li.day2 {
	padding-top:2vh;
	background-image:url("../image/day2.png");
	background-repeat:no-repeat;
	background-size:contain;
}

#day li.day3 {
	padding-top:2vh;
	background-image:url("../image/day3.png");
	background-repeat:no-repeat;
	background-size:contain;
}

#day li.day4 {
	padding-top:1vh;
	background-image:url("../image/day4.png");
	background-repeat:no-repeat;
	background-size:contain;
}

#day li.day5 {
	padding-top:2vh;
	background-image:url("../image/day5.png");
	background-repeat:no-repeat;
	background-size:contain;
}

#days {
	width:100%;
}

#days li p {
	margin-left:4%;
	margin-right:4%;
}

.days1 {
	padding-top:36vh;
	background-image:url("../image/dayimg1.jpg");
	background-repeat:no-repeat;
	background-size:contain;
}

.days2 {
	padding-top:36vh;
	background-image:url("../image/dayimg2.jpg");
	background-repeat:no-repeat;
	background-size:contain;
}

.days3 {
	padding-top:36vh;
	background-image:url("../image/dayimg3.jpg");
	background-repeat:no-repeat;
	background-size:contain;
}

/* 事業所の案内 */
table#office {
	width:100%;
	margin:0 0 10.9375% 0;
	font-size:14px;
	text-align:left;
	background:#fff;
}

table#office th, 
table#office td {
	line-height:20px;
	padding:2% 4%;
}

table#office th {
	width:30%;
	background:#eee;
	border-bottom:solid 1px #d5d5d5;
}
table#office td {
	border-top:solid 1px #d5d5d5;
	border-bottom:solid 1px #d5d5d5;
	border-right:solid 1px #d5d5d5;
}

.video{
  position:relative;
  width:100%;
}

.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* お問い合わせ */
#form {
	width:100%;
	margin:0 auto;
	font-size:15px;
}

.red {
	color:#f00;
}

#form li {
	margin:0 0 3.75% 0;
}

#form li p {
	margin-bottom:1.875%;
}

input[type="text"], input[type="password"], textarea, select {
	width:92%;
	margin: 0px;
	padding: 4%;
	background: #e6e6e6;
	border: 1px solid #ccc;
	font-size:1em;
}

.submit {
	display: inline-block;
	color: #FFF;
	background-color:#47a18d;
	width: 100%;
	margin:3.125% 0 0 0;
	padding:16px 0;
	text-align: center;
	font-size: 14px;
	border: medium none;
	cursor:pointer;
	transition: background-color .4s;
	font-weight:bold;
}

.middle {
	font-size:14px;
}

.big {
	font-size:16px;
}

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.mb2 {
	margin-bottom:2%;
}

.mb10 {
	margin-bottom:10%;
}

.mb34 {
	margin-bottom:3.4%;
}

.mb42 {
	margin-bottom:4.2%;
}

.mb75 {
	margin-bottom:7.5%;
}

.mb150 {
	margin-bottom:15.6%;
}

.ml1 {
	margin-left:12%;
}

.col1 {
	color:#47a18d;
}

.red {
	color:#f00;
}
