@charset "UTF-8";

/***************************************************

	共通コンテンツ部

***************************************************/

html,
body {
    width: 100%;
    height: 100%;
}

body {
	font-family: '游ゴシック Medium', meiryo,-apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
	position: relative;
	font-size: 16px;
	color: #333333;
	line-height: 1.6;
	word-wrap: break-word;
}

.mincho{
	font-family: A1 Mincho,Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
}

.en{
	font-family: 'Comfortaa', cursive;
}

hr {
	max-width: 50px;
	border-color: #E83B28;
	border-width: 3px;
}

hr.light {
	border-color: #fff;
}

a {
	color: #f05f40;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.fade image,
.fade{
   -webkit-transition: all 0.2s linear;
   -webkit-transition: -webkit-all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

a:hover,
a:focus {
	color: #eb3812;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
	margin: 0;
}

p {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.5;
}

.pc-on{ display: block!important; }
.sp-on{ display: none !important; }




section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}




.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Comfortaa', cursive;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    /*text-transform: uppercase;*/
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #E50915;
}
.navbar-default .navbar-header .navbar-brand > h1{
    display: inline;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #E50915;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #222;
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #E50915;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #E50915 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}



/********** header **********/

header {
	position: relative;
	background: url(../img/header_bg01.jpg) no-repeat center center;
	background-size: cover;
}

@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

.top_main_anchor a{
	display: block;
	position: relative;
	width: 60px;
	margin: 0 auto;
	animation: vertical 1s ease-in-out infinite alternate;
}

.top_main_anchor a{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	width: 200px;
	height: 50px;
}

.maon_logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 400px;
	height: 115px;
	margin: auto;
}



/********** contents **********/

.h2-wrapp{
	text-align: center;
}

h2{
	display: inline-block;
	font-family: 'Comfortaa', cursive;
	text-align: center;
	margin: 0 auto 40px;
	padding: 0 30px;
	font-size: 34px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#about h2{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

h2 span{
	display: block;
	text-align: center;
	margin: 6px 0 0;
	font-size: 20px;
}


.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.contents-wrapp{
	width: 860px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 3px;
}



/********** services **********/

#services{
	padding: 100px 0 0;
}

#panel{
	position: relative;
}

#panel li{
	width: 33.333%;
	float: left;
	position: relative;
}

#panel li:hover{
	cursor: pointer;
}

#panel li:hover img{
	opacity: 0.8;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

#panel li .image_wrapp{
	position: relative;
}

#panel li .image_wrapp .name{
	position: absolute;
	top: 50%;
	left: 15px;
	right: 15px;
	width: auto;
	background: rgba(255,255,255,0.9);
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	text-align: left;
	border-radius: 25px;
	box-sizing: border-box;
	padding: 0 0 0 30px;
	font-size: 24px;
	font-weight: bold;
	z-index: 20;
}

#panel li .image_wrapp .name .icon{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #E8432B;
	border-radius: 25px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	letter-spacing: -0.5px;
}

#panel li .image_wrapp .name .icon:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 8px #fff;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -7px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}


#services .cont-box{
	text-align: center;
	background: #F1F1F1;
	padding: 50px 0;
}

#services .cont-box h3{
	position: relative;
	display: inline-block;
	padding: 46px 0 0;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #E50915;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 1;
}


#services .cont-box .text_wrapper{
	background: #fff;
	margin: -110px 0 0;
	position: relative;
	z-index: 10;
	padding: 20px;
	border-radius: 4px;
	box-shadow:3px 3px 3px 0px #e8e8e8;
}


#services .cont-box p{
	text-align: left;
	line-height: 1.8;
}

#services .cont-box p strong{
	font-weight: bold;
}

#services .cont-box dl{
	text-align: left;
	border-top: 1px dotted #E50915;
	border-bottom: 1px dotted #E50915;
	padding: 20px 10px 10px;
	margin: 40px 0 40px;
}

#services .cont-box dl dt{
	color: #E50915;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}

#services .cont-box dl dd{
	margin: 0 0 16px 16px;
	font-weight: bold;
}


#services .docomo_btn{
	position: relative;
	cursor: pointer;
	border: 1px solid #333;
	width: 500px;
	margin: 0 auto;
	padding: 8px;
	border-radius: 25px;
}

#services .docomo_btn:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -6px;
	-webkit-transition: all 0.2s linear;
	-webkit-transition: -webkit-all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#services .docomo_btn.changed,
#services .docomo_btn:hover{
	background: #E8432B;
	color: #fff;
	border: 1px solid #ccc;
	-webkit-transition: all 0.2s linear;
	-webkit-transition: -webkit-all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#services .docomo_btn.changed:before,
#services .docomo_btn:hover:before {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

#services .docomo_btn.changed:before{
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
	-webkit-transition: all 0.2s linear;
	-webkit-transition: -webkit-all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#services .docomo_cont{
	padding: 20px 0 0;
}


/********** about **********/

#about{
	background-color: #E8432B;
}

#about h2{
	color: #fff;
}

#about .contents-wrapp{
	background: #ffffff;
}

#about ul.main_ul > li{
	display: table;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}

#about ul.main_ul > li .cont,
#about ul.main_ul > li .item{
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
}

#about ul.main_ul > li .item{
	width: 160px;
	font-weight: bold;
	padding-left: 15px;
}

#about ul.main_ul > li .cont{

}

#about ul.main_ul > li .cont .dl01 dt{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
}

#about ul.main_ul > li .cont .dl01 dd{
	margin: -21px 0 8px 0;
	padding: 0 0 0 99px;
}

#about ul.main_ul > li .cont ul{
	list-style-type: decimal-leading-zero;
	margin: 0 0 0 28px;
}

#about ul.main_ul > li .cont ul li{
	margin: 0 0 8px;
}



/********** greeting **********/

#greeting .image{
	margin: 0 0 30px;
	text-align: center;
}

#greeting .text-wrapp{
	width: 700px;
	margin: 0 auto;
}

#greeting .text-wrapp p{
	line-height: 1.8;
}

#greeting .text-wrapp p.name{
	text-align: right;
	line-height: 1;
	margin: 40px 0 0;
}



/********** renewal **********/

#renewal_wrapper{
	padding: 80px 0 200px;
}

#renewal_wrapper .image{
	width: 400px;
	margin: 0 auto 60px;
}

#renewal_wrapper p{
	text-align: center;
}

.copyright{
	text-align: center;
}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media screen and (max-width:767px){

html { font-size: 62.5%; }
body {
	font-size: 1.4rem;
	-webkit-text-size-adjust:100%;
}

.sp-on{ display: block !important; }
.pc-on{ display: none !important; }
.sp-off{display:none;}


.navbar-brand {
	float: none;
	width: 60%;
	height: auto;
	display: block;
	position: absolute;
	top: 16px;
	left: 15px;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
}

section {
    padding: 40px 6%;
}



/********** header **********/

header {
	background-size: cover;
}

@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}

.top_main_anchor a{
	display: block;
	position: relative;
	width: 61px;
	margin: 0 auto;
	animation: vertical 1s ease-in-out infinite alternate;
}

.top_main_anchor a{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	width: 140px;
	height: 35px;
}

.maon_logo {
	width: 240px;
	height: 70px;
}



/********** contents **********/

h2{
	margin: 0 auto 20px;
	padding: 0 20px;
	font-size: 22px;
}

h2 span{
	margin: 4px 0 0;
	font-size: 16px;
}

.contents-wrapp{
	width: auto;
	margin: 0 0;
	padding: 8px;
}



/********** services **********/

#services{
	padding: 40px 0 0;;
}


#panel li{
	width: 100%;
	float: none;
	position: relative;
}

#panel li:hover{
	cursor: pointer;
}

#panel li:hover img{
	opacity: 0.8;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

#panel li .image_wrapp .name{
	top: 50%;
	left: 20px;
	right: 20px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	border-radius: 20px;
	padding: 0;
	font-size: 1.8rem;
	text-align: center;
}

#panel li .image_wrapp .name .icon{
	display: none;
}

#panel li .image_wrapp .name .icon:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-left: solid 8px #fff;
	position: absolute;
	bottom: 2px;
	left: 50%;
	margin-left: -7px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#services .cont-box.box03,
#services .cont-box.box02,
#services .cont-box.box01{
	display: none;
}


#services .cont-box{
	padding: 30px 0;
}

#services .cont-box h3{
	padding: 29px 0 0;
	font-size: 1.6rem;
	width: 170px;
	height: 170px;
}


#services .cont-box .text_wrapper{
	margin: -110px 0 0;
	padding: 10px;
}


#services .cont-box p{
	font-size: 1.4rem;
}

#services .cont-box dl{
	padding: 15px 0 5px;
	margin: 20px 0 20px;
}

#services .cont-box dl dt{
	font-size: 1.6rem;
	margin: 0 0 6px;
}

#services .cont-box dl dd{
	margin: 0 0 14px 14px;
}

#services .docomo_btn{
	width: 90%;
	padding: 4px 0;
	line-height: 1.2;
}



/********** about **********/

#about ul.main_ul > li{
	display: block;
	padding: 8px 0;
}

#about ul.main_ul > li .cont,
#about ul.main_ul > li .item{
	display: block;
}

#about ul.main_ul > li .item{
	width: auto;
	padding-left: 0;
	margin: 0 0 8px;
}

#about ul.main_ul > li .cont .dl01 dt{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: bold;
}

#about ul.main_ul > li .cont .dl01 dd{
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
}

#about ul.main_ul > li .cont ul{
	list-style-type: decimal-leading-zero;
	margin: 0 0 0 28px;
}

#about ul.main_ul > li .cont ul li{
	margin: 0 0 8px;
}



/********** greeting **********/

#greeting .image{
	margin: 0 0 30px;
}

#greeting .text-wrapp{
	width: auto;
	margin: 0 0;
}

#greeting .text-wrapp p{
	font-size: 1.4rem;
}

#greeting .text-wrapp p.name{
	margin: 30px 0 0;
}



}
